|
1220 | 1220 | ], |
1221 | 1221 | "returnComment": [], |
1222 | 1222 | "initialIsOpen": false |
| 1223 | + }, |
| 1224 | + { |
| 1225 | + "parentPluginId": "alerting", |
| 1226 | + "id": "def-server.shouldCreateAlertsInAllSpaces", |
| 1227 | + "type": "Function", |
| 1228 | + "tags": [], |
| 1229 | + "label": "shouldCreateAlertsInAllSpaces", |
| 1230 | + "description": [], |
| 1231 | + "signature": [ |
| 1232 | + "({ ruleTypeId, ruleTypeAlertDef, logger, }: ShouldCreateAlertsInAllSpacesOpts) => boolean" |
| 1233 | + ], |
| 1234 | + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts", |
| 1235 | + "deprecated": false, |
| 1236 | + "trackAdoption": false, |
| 1237 | + "children": [ |
| 1238 | + { |
| 1239 | + "parentPluginId": "alerting", |
| 1240 | + "id": "def-server.shouldCreateAlertsInAllSpaces.$1", |
| 1241 | + "type": "Object", |
| 1242 | + "tags": [], |
| 1243 | + "label": "{\n ruleTypeId,\n ruleTypeAlertDef,\n logger,\n}", |
| 1244 | + "description": [], |
| 1245 | + "signature": [ |
| 1246 | + "ShouldCreateAlertsInAllSpacesOpts" |
| 1247 | + ], |
| 1248 | + "path": "x-pack/platform/plugins/shared/alerting/server/alerts_client/lib/should_create_alerts_in_all_spaces.ts", |
| 1249 | + "deprecated": false, |
| 1250 | + "trackAdoption": false, |
| 1251 | + "isRequired": true |
| 1252 | + } |
| 1253 | + ], |
| 1254 | + "returnComment": [], |
| 1255 | + "initialIsOpen": false |
1223 | 1256 | } |
1224 | 1257 | ], |
1225 | 1258 | "interfaces": [ |
|
2641 | 2674 | "deprecated": false, |
2642 | 2675 | "trackAdoption": false |
2643 | 2676 | }, |
| 2677 | + { |
| 2678 | + "parentPluginId": "alerting", |
| 2679 | + "id": "def-server.IRuleTypeAlerts.dangerouslyCreateAlertsInAllSpaces", |
| 2680 | + "type": "CompoundType", |
| 2681 | + "tags": [], |
| 2682 | + "label": "dangerouslyCreateAlertsInAllSpaces", |
| 2683 | + "description": [ |
| 2684 | + "\nOptional flag to indicate that these alerts should not be space aware. When set\nto true, alerts for this rule type will be created with the `*` space id." |
| 2685 | + ], |
| 2686 | + "signature": [ |
| 2687 | + "boolean | undefined" |
| 2688 | + ], |
| 2689 | + "path": "x-pack/platform/plugins/shared/alerting/server/types.ts", |
| 2690 | + "deprecated": false, |
| 2691 | + "trackAdoption": false |
| 2692 | + }, |
2644 | 2693 | { |
2645 | 2694 | "parentPluginId": "alerting", |
2646 | 2695 | "id": "def-server.IRuleTypeAlerts.secondaryAlias", |
|
4986 | 5035 | "BulkFillGapsByRuleIdsOptions", |
4987 | 5036 | ") => Promise<", |
4988 | 5037 | "BulkFillGapsByRuleIdsResult", |
4989 | | - ">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; } & { start: string; end: string; }>) => Promise<Readonly<{} & { ruleIds: string[]; total: number; }>>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise<Readonly<{} & { data: Readonly<{} & { ruleId: string; totalUnfilledDurationMs: number; totalInProgressDurationMs: number; totalFilledDurationMs: number; }>[]; }>>; }" |
| 5038 | + ">; getRuleIdsWithGaps: (params: Readonly<{ statuses?: string[] | undefined; hasUnfilledIntervals?: boolean | undefined; hasInProgressIntervals?: boolean | undefined; hasFilledIntervals?: boolean | undefined; } & { start: string; end: string; }>) => Promise<Readonly<{ latestGapTimestamp?: number | undefined; } & { ruleIds: string[]; total: number; }>>; getGapsSummaryByRuleIds: (params: Readonly<{} & { start: string; end: string; ruleIds: string[]; }>) => Promise<Readonly<{} & { data: Readonly<{} & { ruleId: string; totalUnfilledDurationMs: number; totalInProgressDurationMs: number; totalFilledDurationMs: number; }>[]; }>>; }" |
4990 | 5039 | ], |
4991 | 5040 | "path": "x-pack/platform/plugins/shared/alerting/server/index.ts", |
4992 | 5041 | "deprecated": false, |
|
0 commit comments