|
2822 | 2822 | "label": "actions", |
2823 | 2823 | "description": [], |
2824 | 2824 | "signature": [ |
2825 | | - "Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record<string, any> | undefined; $state?: Readonly<{} & { store: \"appState\" | \"globalState\"; }> | undefined; } & { meta: Record<string, any>; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { id: string; params: Record<string, any>; actionTypeId: string; group: string; }>[]" |
| 2825 | + "Readonly<{ frequency?: Readonly<{} & { summary: boolean; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }> | undefined; alertsFilter?: Readonly<{ query?: Readonly<{ dsl?: string | undefined; } & { kql: string; filters: Readonly<{ query?: Record<string, any> | undefined; $state?: Readonly<{} & { store: \"appState\" | \"globalState\"; }> | undefined; } & { meta: Record<string, any>; }>[]; }> | undefined; timeframe?: Readonly<{} & { days: (2 | 7 | 6 | 5 | 4 | 3 | 1)[]; hours: Readonly<{} & { start: string; end: string; }>; timezone: string; }> | undefined; } & {}> | undefined; uuid?: string | undefined; useAlertDataForTemplate?: boolean | undefined; } & { id: string; params: Record<string, any>; actionTypeId: string; group: string; }>[]" |
2826 | 2826 | ], |
2827 | 2827 | "path": "x-pack/plugins/alerting/server/application/rule/types/rule.ts", |
2828 | 2828 | "deprecated": false, |
|
4527 | 4527 | "section": "def-common.ActionGroup", |
4528 | 4528 | "text": "ActionGroup" |
4529 | 4529 | }, |
4530 | | - "<infer groups> ? groups : T extends Readonly<", |
| 4530 | + "<infer groups extends string> ? groups : T extends Readonly<", |
4531 | 4531 | { |
4532 | 4532 | "pluginId": "@kbn/alerting-types", |
4533 | 4533 | "scope": "common", |
4534 | 4534 | "docId": "kibKbnAlertingTypesPluginApi", |
4535 | 4535 | "section": "def-common.ActionGroup", |
4536 | 4536 | "text": "ActionGroup" |
4537 | 4537 | }, |
4538 | | - "<infer groups>> ? groups : never" |
| 4538 | + "<infer groups extends string>> ? groups : never" |
4539 | 4539 | ], |
4540 | 4540 | "path": "packages/kbn-alerting-types/rule_type.ts", |
4541 | 4541 | "deprecated": false, |
|
4580 | 4580 | "label": "BulkEditOperation", |
4581 | 4581 | "description": [], |
4582 | 4582 | "signature": [ |
4583 | | - "Readonly<{} & { value: string[]; operation: \"delete\" | \"add\" | \"set\"; field: \"tags\"; }> | Readonly<{} & { value: Readonly<{ frequency?: Readonly<{} & { throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; summary: boolean; }> | undefined; uuid?: string | undefined; } & { id: string; params: Record<string, any>; group: string; }>[]; operation: \"add\" | \"set\"; field: \"actions\"; }> | Readonly<{} & { value: Readonly<{} & { interval: string; }>; operation: \"set\"; field: \"schedule\"; }> | Readonly<{} & { value: string | null; operation: \"set\"; field: \"throttle\"; }> | Readonly<{} & { value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; operation: \"set\"; field: \"notifyWhen\"; }> | Readonly<{} & { value: Readonly<{ id?: string | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 3 | 1 | undefined; until?: string | undefined; byweekday?: string[] | undefined; bymonthday?: number[] | undefined; bymonth?: number[] | undefined; } & { dtstart: string; tzid: string; }>; }>; operation: \"set\"; field: \"snoozeSchedule\"; }> | Readonly<{ value?: string[] | undefined; } & { operation: \"delete\"; field: \"snoozeSchedule\"; }> | Readonly<{} & { operation: \"set\"; field: \"apiKey\"; }>" |
| 4583 | + "Readonly<{} & { value: string[]; operation: \"delete\" | \"add\" | \"set\"; field: \"tags\"; }> | Readonly<{} & { value: Readonly<{ frequency?: Readonly<{} & { summary: boolean; throttle: string | null; notifyWhen: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; }> | undefined; uuid?: string | undefined; } & { id: string; params: Record<string, any>; group: string; }>[]; operation: \"add\" | \"set\"; field: \"actions\"; }> | Readonly<{} & { value: Readonly<{} & { interval: string; }>; operation: \"set\"; field: \"schedule\"; }> | Readonly<{} & { value: string | null; operation: \"set\"; field: \"throttle\"; }> | Readonly<{} & { value: \"onActionGroupChange\" | \"onActiveAlert\" | \"onThrottleInterval\"; operation: \"set\"; field: \"notifyWhen\"; }> | Readonly<{} & { value: Readonly<{ id?: string | undefined; } & { duration: number; rRule: Readonly<{ count?: number | undefined; interval?: number | undefined; freq?: 0 | 2 | 3 | 1 | undefined; until?: string | undefined; byweekday?: string[] | undefined; bymonthday?: number[] | undefined; bymonth?: number[] | undefined; } & { dtstart: string; tzid: string; }>; }>; operation: \"set\"; field: \"snoozeSchedule\"; }> | Readonly<{ value?: string[] | undefined; } & { operation: \"delete\"; field: \"snoozeSchedule\"; }> | Readonly<{} & { operation: \"set\"; field: \"apiKey\"; }>" |
4584 | 4584 | ], |
4585 | 4585 | "path": "x-pack/plugins/alerting/server/application/rule/methods/bulk_edit/types/bulk_edit_rules_options.ts", |
4586 | 4586 | "deprecated": false, |
|
5084 | 5084 | "section": "def-server.AuditLogger", |
5085 | 5085 | "text": "AuditLogger" |
5086 | 5086 | }, |
5087 | | - " | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise<Readonly<{} & { page: number; perPage: number; total: number; data: string[]; }>>; getScheduleFrequency: () => Promise<Readonly<{} & { totalScheduledPerMinute: number; remainingSchedulesPerMinute: number; }>>; getAlertFromRaw: (params: ", |
| 5087 | + " | undefined; getTags: (params: Readonly<{ search?: string | undefined; perPage?: number | undefined; } & { page: number; }>) => Promise<Readonly<{} & { page: number; data: string[]; perPage: number; total: number; }>>; getScheduleFrequency: () => Promise<Readonly<{} & { totalScheduledPerMinute: number; remainingSchedulesPerMinute: number; }>>; getAlertFromRaw: (params: ", |
5088 | 5088 | "GetAlertFromRawParams", |
5089 | 5089 | ") => ", |
5090 | 5090 | { |
|
9986 | 9986 | "section": "def-common.ActionGroup", |
9987 | 9987 | "text": "ActionGroup" |
9988 | 9988 | }, |
9989 | | - "<infer groups> ? groups : T extends Readonly<", |
| 9989 | + "<infer groups extends string> ? groups : T extends Readonly<", |
9990 | 9990 | { |
9991 | 9991 | "pluginId": "@kbn/alerting-types", |
9992 | 9992 | "scope": "common", |
9993 | 9993 | "docId": "kibKbnAlertingTypesPluginApi", |
9994 | 9994 | "section": "def-common.ActionGroup", |
9995 | 9995 | "text": "ActionGroup" |
9996 | 9996 | }, |
9997 | | - "<infer groups>> ? groups : never" |
| 9997 | + "<infer groups extends string>> ? groups : never" |
9998 | 9998 | ], |
9999 | 9999 | "path": "packages/kbn-alerting-types/rule_type.ts", |
10000 | 10000 | "deprecated": false, |
|
0 commit comments