|
2633 | 2633 | "deprecated": false, |
2634 | 2634 | "trackAdoption": false |
2635 | 2635 | }, |
| 2636 | + { |
| 2637 | + "parentPluginId": "actions", |
| 2638 | + "id": "def-server.ActionType.allowMultipleSystemActions", |
| 2639 | + "type": "CompoundType", |
| 2640 | + "tags": [], |
| 2641 | + "label": "allowMultipleSystemActions", |
| 2642 | + "description": [ |
| 2643 | + "\nAllows multiple instances of the same system action in a single rule.\nBy default, system actions can only be used once per rule.\nSet to true to allow the same system action connector to be used multiple times.\nOnly applies to system actions (isSystemActionType: true)." |
| 2644 | + ], |
| 2645 | + "signature": [ |
| 2646 | + "boolean | undefined" |
| 2647 | + ], |
| 2648 | + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", |
| 2649 | + "deprecated": false, |
| 2650 | + "trackAdoption": false |
| 2651 | + }, |
2636 | 2652 | { |
2637 | 2653 | "parentPluginId": "actions", |
2638 | 2654 | "id": "def-server.ActionType.getKibanaPrivileges", |
|
2708 | 2724 | ], |
2709 | 2725 | "returnComment": [] |
2710 | 2726 | }, |
| 2727 | + { |
| 2728 | + "parentPluginId": "actions", |
| 2729 | + "id": "def-server.ActionType.globalAuthHeaders", |
| 2730 | + "type": "Object", |
| 2731 | + "tags": [], |
| 2732 | + "label": "globalAuthHeaders", |
| 2733 | + "description": [], |
| 2734 | + "signature": [ |
| 2735 | + "Record<string, ", |
| 2736 | + "AxiosHeaderValue", |
| 2737 | + "> | undefined" |
| 2738 | + ], |
| 2739 | + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", |
| 2740 | + "deprecated": false, |
| 2741 | + "trackAdoption": false |
| 2742 | + }, |
2711 | 2743 | { |
2712 | 2744 | "parentPluginId": "actions", |
2713 | 2745 | "id": "def-server.ActionType.renderParameterTemplates", |
|
3050 | 3082 | "deprecated": false, |
3051 | 3083 | "trackAdoption": false |
3052 | 3084 | }, |
| 3085 | + { |
| 3086 | + "parentPluginId": "actions", |
| 3087 | + "id": "def-server.ActionTypeExecutorOptions.globalAuthHeaders", |
| 3088 | + "type": "Object", |
| 3089 | + "tags": [], |
| 3090 | + "label": "globalAuthHeaders", |
| 3091 | + "description": [], |
| 3092 | + "signature": [ |
| 3093 | + "Record<string, ", |
| 3094 | + "AxiosHeaderValue", |
| 3095 | + "> | undefined" |
| 3096 | + ], |
| 3097 | + "path": "x-pack/platform/plugins/shared/actions/server/types.ts", |
| 3098 | + "deprecated": false, |
| 3099 | + "trackAdoption": false |
| 3100 | + }, |
3053 | 3101 | { |
3054 | 3102 | "parentPluginId": "actions", |
3055 | 3103 | "id": "def-server.ActionTypeExecutorOptions.taskInfo", |
|
3389 | 3437 | "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts", |
3390 | 3438 | "deprecated": false, |
3391 | 3439 | "trackAdoption": false |
| 3440 | + }, |
| 3441 | + { |
| 3442 | + "parentPluginId": "actions", |
| 3443 | + "id": "def-server.ConnectorType.allowMultipleSystemActions", |
| 3444 | + "type": "CompoundType", |
| 3445 | + "tags": [], |
| 3446 | + "label": "allowMultipleSystemActions", |
| 3447 | + "description": [], |
| 3448 | + "signature": [ |
| 3449 | + "boolean | undefined" |
| 3450 | + ], |
| 3451 | + "path": "x-pack/platform/plugins/shared/actions/server/application/connector/types/connector_type.ts", |
| 3452 | + "deprecated": false, |
| 3453 | + "trackAdoption": false |
3392 | 3454 | } |
3393 | 3455 | ], |
3394 | 3456 | "initialIsOpen": false |
|
5505 | 5567 | "deprecated": false, |
5506 | 5568 | "trackAdoption": false |
5507 | 5569 | }, |
| 5570 | + { |
| 5571 | + "parentPluginId": "actions", |
| 5572 | + "id": "def-common.ActionType.allowMultipleSystemActions", |
| 5573 | + "type": "CompoundType", |
| 5574 | + "tags": [], |
| 5575 | + "label": "allowMultipleSystemActions", |
| 5576 | + "description": [], |
| 5577 | + "signature": [ |
| 5578 | + "boolean | undefined" |
| 5579 | + ], |
| 5580 | + "path": "x-pack/platform/plugins/shared/actions/common/types.ts", |
| 5581 | + "deprecated": false, |
| 5582 | + "trackAdoption": false |
| 5583 | + }, |
5508 | 5584 | { |
5509 | 5585 | "parentPluginId": "actions", |
5510 | 5586 | "id": "def-common.ActionType.validate", |
|
0 commit comments