|
3115 | 3115 | ], |
3116 | 3116 | "initialIsOpen": false |
3117 | 3117 | }, |
| 3118 | + { |
| 3119 | + "parentPluginId": "actions", |
| 3120 | + "id": "def-server.Connector", |
| 3121 | + "type": "Interface", |
| 3122 | + "tags": [], |
| 3123 | + "label": "Connector", |
| 3124 | + "description": [], |
| 3125 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3126 | + "deprecated": false, |
| 3127 | + "trackAdoption": false, |
| 3128 | + "children": [ |
| 3129 | + { |
| 3130 | + "parentPluginId": "actions", |
| 3131 | + "id": "def-server.Connector.id", |
| 3132 | + "type": "string", |
| 3133 | + "tags": [], |
| 3134 | + "label": "id", |
| 3135 | + "description": [], |
| 3136 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3137 | + "deprecated": false, |
| 3138 | + "trackAdoption": false |
| 3139 | + }, |
| 3140 | + { |
| 3141 | + "parentPluginId": "actions", |
| 3142 | + "id": "def-server.Connector.actionTypeId", |
| 3143 | + "type": "string", |
| 3144 | + "tags": [], |
| 3145 | + "label": "actionTypeId", |
| 3146 | + "description": [], |
| 3147 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3148 | + "deprecated": false, |
| 3149 | + "trackAdoption": false |
| 3150 | + }, |
| 3151 | + { |
| 3152 | + "parentPluginId": "actions", |
| 3153 | + "id": "def-server.Connector.name", |
| 3154 | + "type": "string", |
| 3155 | + "tags": [], |
| 3156 | + "label": "name", |
| 3157 | + "description": [], |
| 3158 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3159 | + "deprecated": false, |
| 3160 | + "trackAdoption": false |
| 3161 | + }, |
| 3162 | + { |
| 3163 | + "parentPluginId": "actions", |
| 3164 | + "id": "def-server.Connector.isMissingSecrets", |
| 3165 | + "type": "CompoundType", |
| 3166 | + "tags": [], |
| 3167 | + "label": "isMissingSecrets", |
| 3168 | + "description": [], |
| 3169 | + "signature": [ |
| 3170 | + "boolean | undefined" |
| 3171 | + ], |
| 3172 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3173 | + "deprecated": false, |
| 3174 | + "trackAdoption": false |
| 3175 | + }, |
| 3176 | + { |
| 3177 | + "parentPluginId": "actions", |
| 3178 | + "id": "def-server.Connector.config", |
| 3179 | + "type": "Object", |
| 3180 | + "tags": [], |
| 3181 | + "label": "config", |
| 3182 | + "description": [], |
| 3183 | + "signature": [ |
| 3184 | + "Record<string, any> | undefined" |
| 3185 | + ], |
| 3186 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3187 | + "deprecated": false, |
| 3188 | + "trackAdoption": false |
| 3189 | + }, |
| 3190 | + { |
| 3191 | + "parentPluginId": "actions", |
| 3192 | + "id": "def-server.Connector.isPreconfigured", |
| 3193 | + "type": "boolean", |
| 3194 | + "tags": [], |
| 3195 | + "label": "isPreconfigured", |
| 3196 | + "description": [], |
| 3197 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3198 | + "deprecated": false, |
| 3199 | + "trackAdoption": false |
| 3200 | + }, |
| 3201 | + { |
| 3202 | + "parentPluginId": "actions", |
| 3203 | + "id": "def-server.Connector.isDeprecated", |
| 3204 | + "type": "boolean", |
| 3205 | + "tags": [], |
| 3206 | + "label": "isDeprecated", |
| 3207 | + "description": [], |
| 3208 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3209 | + "deprecated": false, |
| 3210 | + "trackAdoption": false |
| 3211 | + }, |
| 3212 | + { |
| 3213 | + "parentPluginId": "actions", |
| 3214 | + "id": "def-server.Connector.isSystemAction", |
| 3215 | + "type": "boolean", |
| 3216 | + "tags": [], |
| 3217 | + "label": "isSystemAction", |
| 3218 | + "description": [], |
| 3219 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
| 3220 | + "deprecated": false, |
| 3221 | + "trackAdoption": false |
| 3222 | + } |
| 3223 | + ], |
| 3224 | + "initialIsOpen": false |
| 3225 | + }, |
3118 | 3226 | { |
3119 | 3227 | "parentPluginId": "actions", |
3120 | 3228 | "id": "def-server.ConnectorWithExtraFindData", |
|
3131 | 3239 | "text": "ConnectorWithExtraFindData" |
3132 | 3240 | }, |
3133 | 3241 | " extends ", |
3134 | | - "Connector" |
| 3242 | + { |
| 3243 | + "pluginId": "actions", |
| 3244 | + "scope": "server", |
| 3245 | + "docId": "kibActionsPluginApi", |
| 3246 | + "section": "def-server.Connector", |
| 3247 | + "text": "Connector" |
| 3248 | + } |
3135 | 3249 | ], |
3136 | 3250 | "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector.ts", |
3137 | 3251 | "deprecated": false, |
|
3167 | 3281 | "text": "InMemoryConnector" |
3168 | 3282 | }, |
3169 | 3283 | "<Config, Secrets> extends ", |
3170 | | - "Connector" |
| 3284 | + { |
| 3285 | + "pluginId": "actions", |
| 3286 | + "scope": "server", |
| 3287 | + "docId": "kibActionsPluginApi", |
| 3288 | + "section": "def-server.Connector", |
| 3289 | + "text": "Connector" |
| 3290 | + } |
3171 | 3291 | ], |
3172 | 3292 | "path": "x-pack/platform/plugins/shared/actions/server/types.ts", |
3173 | 3293 | "deprecated": false, |
|
3632 | 3752 | "label": "ActionResult", |
3633 | 3753 | "description": [], |
3634 | 3754 | "signature": [ |
3635 | | - "Connector" |
| 3755 | + { |
| 3756 | + "pluginId": "actions", |
| 3757 | + "scope": "server", |
| 3758 | + "docId": "kibActionsPluginApi", |
| 3759 | + "section": "def-server.Connector", |
| 3760 | + "text": "Connector" |
| 3761 | + } |
3636 | 3762 | ], |
3637 | 3763 | "path": "x-pack/platform/plugins/shared/actions/server/types.ts", |
3638 | 3764 | "deprecated": false, |
|
3675 | 3801 | "<unknown>>; create: ({ action, options, }: Omit<", |
3676 | 3802 | "ConnectorCreateParams", |
3677 | 3803 | ", \"context\">) => Promise<", |
3678 | | - "Connector", |
| 3804 | + { |
| 3805 | + "pluginId": "actions", |
| 3806 | + "scope": "server", |
| 3807 | + "docId": "kibActionsPluginApi", |
| 3808 | + "section": "def-server.Connector", |
| 3809 | + "text": "Connector" |
| 3810 | + }, |
3679 | 3811 | ">; update: ({ id, action, }: Pick<", |
3680 | 3812 | "ConnectorUpdateParams", |
3681 | 3813 | ", \"id\" | \"action\">) => Promise<", |
3682 | | - "Connector", |
| 3814 | + { |
| 3815 | + "pluginId": "actions", |
| 3816 | + "scope": "server", |
| 3817 | + "docId": "kibActionsPluginApi", |
| 3818 | + "section": "def-server.Connector", |
| 3819 | + "text": "Connector" |
| 3820 | + }, |
3683 | 3821 | ">; get: ({ id, throwIfSystemAction, }: { id: string; throwIfSystemAction?: boolean | undefined; }) => Promise<", |
3684 | | - "Connector", |
| 3822 | + { |
| 3823 | + "pluginId": "actions", |
| 3824 | + "scope": "server", |
| 3825 | + "docId": "kibActionsPluginApi", |
| 3826 | + "section": "def-server.Connector", |
| 3827 | + "text": "Connector" |
| 3828 | + }, |
3685 | 3829 | ">; getAll: ({ includeSystemActions }?: { includeSystemActions?: boolean | undefined; }) => Promise<", |
3686 | 3830 | { |
3687 | 3831 | "pluginId": "actions", |
|
3699 | 3843 | "text": "ConnectorWithExtraFindData" |
3700 | 3844 | }, |
3701 | 3845 | "[]>; getBulk: ({ ids, throwIfSystemAction, }: { ids: string[]; throwIfSystemAction?: boolean | undefined; }) => Promise<", |
3702 | | - "Connector", |
| 3846 | + { |
| 3847 | + "pluginId": "actions", |
| 3848 | + "scope": "server", |
| 3849 | + "docId": "kibActionsPluginApi", |
| 3850 | + "section": "def-server.Connector", |
| 3851 | + "text": "Connector" |
| 3852 | + }, |
3703 | 3853 | "[]>; getOAuthAccessToken: ({ type, options }: Readonly<{} & { type: \"jwt\" | \"client\"; options: Readonly<{} & { tokenUrl: string; config: Readonly<{} & { clientId: string; jwtKeyId: string; userIdentifierValue: string; }>; secrets: Readonly<{ privateKeyPassword?: string | undefined; } & { clientSecret: string; privateKey: string; }>; }> | Readonly<{} & { tokenUrl: string; config: Readonly<{} & { clientId: string; tenantId: string; }>; secrets: Readonly<{} & { clientSecret: string; }>; scope: string; }>; }>, configurationUtilities: ", |
3704 | 3854 | "ActionsConfigurationUtilities", |
3705 | 3855 | ") => Promise<{ accessToken: string | null; }>; delete: ({ id }: { id: string; }) => Promise<{}>; bulkEnqueueExecution: (options: ", |
|
0 commit comments