@pulumi/signalfx 7.1.4 → 7.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alertMutingRule.d.ts +27 -33
- package/alertMutingRule.js +2 -18
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +7 -19
- package/aws/externalIntegration.js +0 -12
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +68 -135
- package/aws/integration.js +0 -37
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +5 -16
- package/aws/tokenIntegration.js +0 -11
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +39 -95
- package/azure/integration.js +0 -26
- package/azure/integration.js.map +1 -1
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +21 -54
- package/dashboardGroup.js +0 -33
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +12 -46
- package/dataLink.js +0 -28
- package/dataLink.js.map +1 -1
- package/detector.d.ts +55 -114
- package/detector.js +0 -51
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +20 -38
- package/eventFeedChart.js +0 -18
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +30 -61
- package/gcp/integration.js +0 -19
- package/gcp/integration.js.map +1 -1
- package/heatmapChart.d.ts +44 -78
- package/heatmapChart.js +0 -34
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +21 -48
- package/jira/integration.js +0 -21
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +62 -109
- package/listChart.js +0 -44
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +23 -42
- package/log/timeline.js +0 -19
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +29 -50
- package/log/view.js +0 -21
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +9 -31
- package/metricRuleset.js +0 -22
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +12 -25
- package/opsgenie/integration.js +0 -13
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +36 -47
- package/orgToken.js +0 -29
- package/orgToken.js.map +1 -1
- package/package.json +2 -2
- package/pagerduty/getIntegration.d.ts +12 -20
- package/pagerduty/getIntegration.js +0 -20
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +9 -20
- package/pagerduty/integration.js +0 -11
- package/pagerduty/integration.js.map +1 -1
- package/servicenow/integration.d.ts +15 -44
- package/servicenow/integration.js +0 -17
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +38 -73
- package/singleValueChart.js +0 -35
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +9 -21
- package/slack/integration.js +0 -12
- package/slack/integration.js.map +1 -1
- package/slo.d.ts +12 -52
- package/slo.js +0 -37
- package/slo.js.map +1 -1
- package/tableChart.d.ts +14 -30
- package/tableChart.js +0 -16
- package/tableChart.js.map +1 -1
- package/team.d.ts +29 -50
- package/team.js +0 -21
- package/team.js.map +1 -1
- package/textChart.d.ts +11 -26
- package/textChart.js +0 -15
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +92 -146
- package/timeChart.js +0 -66
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +211 -182
- package/types/output.d.ts +211 -182
- package/victorops/integration.d.ts +9 -21
- package/victorops/integration.js +0 -12
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +36 -28
- package/webhookIntegration.js +4 -16
- package/webhookIntegration.js.map +1 -1
package/alertMutingRule.d.ts
CHANGED
|
@@ -9,24 +9,6 @@ import * as outputs from "./types/output";
|
|
|
9
9
|
* > **WARNING** Splunk Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. Attempting to modify a currently active rule destroys the existing rule and creates a new rule. This might result in the emission of notifications.
|
|
10
10
|
*
|
|
11
11
|
* ## Example
|
|
12
|
-
*
|
|
13
|
-
* ## Arguments
|
|
14
|
-
*
|
|
15
|
-
* * `description` - (Required) The description for this muting rule
|
|
16
|
-
* * `startTime` - (Required) Starting time of an alert muting rule as a Unit time stamp in seconds.
|
|
17
|
-
* * `stopTime` - (Optional) Stop time of an alert muting rule as a Unix time stamp in seconds.
|
|
18
|
-
* * `detectors` - (Optional) A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
|
|
19
|
-
* * `filter` - (Optional) Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
|
|
20
|
-
* * `property` - (Required) The property to filter.
|
|
21
|
-
* * `propertyValue` - (Required) The property value to filter.
|
|
22
|
-
* * `negated` - (Optional) Determines if this is a "not" filter. Defaults to `false`.
|
|
23
|
-
*
|
|
24
|
-
* ## Attributes
|
|
25
|
-
*
|
|
26
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
27
|
-
*
|
|
28
|
-
* * `id` - The ID of the alert muting rule.
|
|
29
|
-
* * `effectiveStartTime`
|
|
30
12
|
*/
|
|
31
13
|
export declare class AlertMutingRule extends pulumi.CustomResource {
|
|
32
14
|
/**
|
|
@@ -45,24 +27,28 @@ export declare class AlertMutingRule extends pulumi.CustomResource {
|
|
|
45
27
|
*/
|
|
46
28
|
static isInstance(obj: any): obj is AlertMutingRule;
|
|
47
29
|
/**
|
|
48
|
-
* description
|
|
30
|
+
* The description for this muting rule
|
|
49
31
|
*/
|
|
50
32
|
readonly description: pulumi.Output<string>;
|
|
51
33
|
/**
|
|
52
|
-
*
|
|
34
|
+
* A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
|
|
53
35
|
*/
|
|
54
36
|
readonly detectors: pulumi.Output<string[] | undefined>;
|
|
55
37
|
readonly effectiveStartTime: pulumi.Output<number>;
|
|
56
38
|
/**
|
|
57
|
-
*
|
|
39
|
+
* Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
|
|
58
40
|
*/
|
|
59
41
|
readonly filters: pulumi.Output<outputs.AlertMutingRuleFilter[] | undefined>;
|
|
60
42
|
/**
|
|
61
|
-
*
|
|
43
|
+
* Defines the recurrence of the muting rule. Allows setting a recurring muting rule based on specified days or weeks.
|
|
44
|
+
*/
|
|
45
|
+
readonly recurrence: pulumi.Output<outputs.AlertMutingRuleRecurrence | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* Starting time of an alert muting rule as a Unit time stamp in seconds.
|
|
62
48
|
*/
|
|
63
49
|
readonly startTime: pulumi.Output<number>;
|
|
64
50
|
/**
|
|
65
|
-
*
|
|
51
|
+
* Stop time of an alert muting rule as a Unix time stamp in seconds.
|
|
66
52
|
*/
|
|
67
53
|
readonly stopTime: pulumi.Output<number | undefined>;
|
|
68
54
|
/**
|
|
@@ -79,24 +65,28 @@ export declare class AlertMutingRule extends pulumi.CustomResource {
|
|
|
79
65
|
*/
|
|
80
66
|
export interface AlertMutingRuleState {
|
|
81
67
|
/**
|
|
82
|
-
* description
|
|
68
|
+
* The description for this muting rule
|
|
83
69
|
*/
|
|
84
70
|
description?: pulumi.Input<string>;
|
|
85
71
|
/**
|
|
86
|
-
*
|
|
72
|
+
* A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
|
|
87
73
|
*/
|
|
88
74
|
detectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
89
75
|
effectiveStartTime?: pulumi.Input<number>;
|
|
90
76
|
/**
|
|
91
|
-
*
|
|
77
|
+
* Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
|
|
92
78
|
*/
|
|
93
79
|
filters?: pulumi.Input<pulumi.Input<inputs.AlertMutingRuleFilter>[]>;
|
|
94
80
|
/**
|
|
95
|
-
*
|
|
81
|
+
* Defines the recurrence of the muting rule. Allows setting a recurring muting rule based on specified days or weeks.
|
|
82
|
+
*/
|
|
83
|
+
recurrence?: pulumi.Input<inputs.AlertMutingRuleRecurrence>;
|
|
84
|
+
/**
|
|
85
|
+
* Starting time of an alert muting rule as a Unit time stamp in seconds.
|
|
96
86
|
*/
|
|
97
87
|
startTime?: pulumi.Input<number>;
|
|
98
88
|
/**
|
|
99
|
-
*
|
|
89
|
+
* Stop time of an alert muting rule as a Unix time stamp in seconds.
|
|
100
90
|
*/
|
|
101
91
|
stopTime?: pulumi.Input<number>;
|
|
102
92
|
}
|
|
@@ -105,23 +95,27 @@ export interface AlertMutingRuleState {
|
|
|
105
95
|
*/
|
|
106
96
|
export interface AlertMutingRuleArgs {
|
|
107
97
|
/**
|
|
108
|
-
* description
|
|
98
|
+
* The description for this muting rule
|
|
109
99
|
*/
|
|
110
100
|
description: pulumi.Input<string>;
|
|
111
101
|
/**
|
|
112
|
-
*
|
|
102
|
+
* A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
|
|
113
103
|
*/
|
|
114
104
|
detectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
115
105
|
/**
|
|
116
|
-
*
|
|
106
|
+
* Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
|
|
117
107
|
*/
|
|
118
108
|
filters?: pulumi.Input<pulumi.Input<inputs.AlertMutingRuleFilter>[]>;
|
|
119
109
|
/**
|
|
120
|
-
*
|
|
110
|
+
* Defines the recurrence of the muting rule. Allows setting a recurring muting rule based on specified days or weeks.
|
|
111
|
+
*/
|
|
112
|
+
recurrence?: pulumi.Input<inputs.AlertMutingRuleRecurrence>;
|
|
113
|
+
/**
|
|
114
|
+
* Starting time of an alert muting rule as a Unit time stamp in seconds.
|
|
121
115
|
*/
|
|
122
116
|
startTime: pulumi.Input<number>;
|
|
123
117
|
/**
|
|
124
|
-
*
|
|
118
|
+
* Stop time of an alert muting rule as a Unix time stamp in seconds.
|
|
125
119
|
*/
|
|
126
120
|
stopTime?: pulumi.Input<number>;
|
|
127
121
|
}
|
package/alertMutingRule.js
CHANGED
|
@@ -13,24 +13,6 @@ const utilities = require("./utilities");
|
|
|
13
13
|
* > **WARNING** Splunk Observability Cloud does not allow the start time of a **currently active** muting rule to be modified. Attempting to modify a currently active rule destroys the existing rule and creates a new rule. This might result in the emission of notifications.
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
|
-
*
|
|
17
|
-
* ## Arguments
|
|
18
|
-
*
|
|
19
|
-
* * `description` - (Required) The description for this muting rule
|
|
20
|
-
* * `startTime` - (Required) Starting time of an alert muting rule as a Unit time stamp in seconds.
|
|
21
|
-
* * `stopTime` - (Optional) Stop time of an alert muting rule as a Unix time stamp in seconds.
|
|
22
|
-
* * `detectors` - (Optional) A convenience attribute that associated this muting rule with specific detector IDs. Currently, only one ID is supported.
|
|
23
|
-
* * `filter` - (Optional) Filters for this rule. See [Creating muting rules from scratch](https://docs.splunk.com/Observability/alerts-detectors-notifications/mute-notifications.html#rule-from-scratch) for more information.
|
|
24
|
-
* * `property` - (Required) The property to filter.
|
|
25
|
-
* * `propertyValue` - (Required) The property value to filter.
|
|
26
|
-
* * `negated` - (Optional) Determines if this is a "not" filter. Defaults to `false`.
|
|
27
|
-
*
|
|
28
|
-
* ## Attributes
|
|
29
|
-
*
|
|
30
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
31
|
-
*
|
|
32
|
-
* * `id` - The ID of the alert muting rule.
|
|
33
|
-
* * `effectiveStartTime`
|
|
34
16
|
*/
|
|
35
17
|
class AlertMutingRule extends pulumi.CustomResource {
|
|
36
18
|
/**
|
|
@@ -64,6 +46,7 @@ class AlertMutingRule extends pulumi.CustomResource {
|
|
|
64
46
|
resourceInputs["detectors"] = state ? state.detectors : undefined;
|
|
65
47
|
resourceInputs["effectiveStartTime"] = state ? state.effectiveStartTime : undefined;
|
|
66
48
|
resourceInputs["filters"] = state ? state.filters : undefined;
|
|
49
|
+
resourceInputs["recurrence"] = state ? state.recurrence : undefined;
|
|
67
50
|
resourceInputs["startTime"] = state ? state.startTime : undefined;
|
|
68
51
|
resourceInputs["stopTime"] = state ? state.stopTime : undefined;
|
|
69
52
|
}
|
|
@@ -78,6 +61,7 @@ class AlertMutingRule extends pulumi.CustomResource {
|
|
|
78
61
|
resourceInputs["description"] = args ? args.description : undefined;
|
|
79
62
|
resourceInputs["detectors"] = args ? args.detectors : undefined;
|
|
80
63
|
resourceInputs["filters"] = args ? args.filters : undefined;
|
|
64
|
+
resourceInputs["recurrence"] = args ? args.recurrence : undefined;
|
|
81
65
|
resourceInputs["startTime"] = args ? args.startTime : undefined;
|
|
82
66
|
resourceInputs["stopTime"] = args ? args.stopTime : undefined;
|
|
83
67
|
resourceInputs["effectiveStartTime"] = undefined /*out*/;
|
package/alertMutingRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,18 +7,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
7
7
|
* > **WARNING** This resource implements part of a workflow. Use it with `signalfx.aws.Integration`. Check with Splunk support for your realm's AWS account id.
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
|
-
*
|
|
11
|
-
* ## Arguments
|
|
12
|
-
*
|
|
13
|
-
* * `name` - (Required) The name of this integration
|
|
14
|
-
*
|
|
15
|
-
* ## Attributes
|
|
16
|
-
*
|
|
17
|
-
* In addition to all arguments above, the following attributes are exported:
|
|
18
|
-
*
|
|
19
|
-
* * `id` - The ID of this integration, used with `signalfx.aws.Integration`
|
|
20
|
-
* * `externalId` - The external ID to use with your IAM role and with `signalfx.aws.Integration`.
|
|
21
|
-
* * `signalfxAwsAccount` - The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
|
|
22
10
|
*/
|
|
23
11
|
export declare class ExternalIntegration extends pulumi.CustomResource {
|
|
24
12
|
/**
|
|
@@ -37,15 +25,15 @@ export declare class ExternalIntegration extends pulumi.CustomResource {
|
|
|
37
25
|
*/
|
|
38
26
|
static isInstance(obj: any): obj is ExternalIntegration;
|
|
39
27
|
/**
|
|
40
|
-
* The
|
|
28
|
+
* The external ID to use with your IAM role and with `signalfx.aws.Integration`.
|
|
41
29
|
*/
|
|
42
30
|
readonly externalId: pulumi.Output<string>;
|
|
43
31
|
/**
|
|
44
|
-
*
|
|
32
|
+
* The name of this integration
|
|
45
33
|
*/
|
|
46
34
|
readonly name: pulumi.Output<string>;
|
|
47
35
|
/**
|
|
48
|
-
* The
|
|
36
|
+
* The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
|
|
49
37
|
*/
|
|
50
38
|
readonly signalfxAwsAccount: pulumi.Output<string>;
|
|
51
39
|
/**
|
|
@@ -62,15 +50,15 @@ export declare class ExternalIntegration extends pulumi.CustomResource {
|
|
|
62
50
|
*/
|
|
63
51
|
export interface ExternalIntegrationState {
|
|
64
52
|
/**
|
|
65
|
-
* The
|
|
53
|
+
* The external ID to use with your IAM role and with `signalfx.aws.Integration`.
|
|
66
54
|
*/
|
|
67
55
|
externalId?: pulumi.Input<string>;
|
|
68
56
|
/**
|
|
69
|
-
*
|
|
57
|
+
* The name of this integration
|
|
70
58
|
*/
|
|
71
59
|
name?: pulumi.Input<string>;
|
|
72
60
|
/**
|
|
73
|
-
* The
|
|
61
|
+
* The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
|
|
74
62
|
*/
|
|
75
63
|
signalfxAwsAccount?: pulumi.Input<string>;
|
|
76
64
|
}
|
|
@@ -79,7 +67,7 @@ export interface ExternalIntegrationState {
|
|
|
79
67
|
*/
|
|
80
68
|
export interface ExternalIntegrationArgs {
|
|
81
69
|
/**
|
|
82
|
-
*
|
|
70
|
+
* The name of this integration
|
|
83
71
|
*/
|
|
84
72
|
name?: pulumi.Input<string>;
|
|
85
73
|
}
|
|
@@ -13,18 +13,6 @@ const utilities = require("../utilities");
|
|
|
13
13
|
* > **WARNING** This resource implements part of a workflow. Use it with `signalfx.aws.Integration`. Check with Splunk support for your realm's AWS account id.
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
|
-
*
|
|
17
|
-
* ## Arguments
|
|
18
|
-
*
|
|
19
|
-
* * `name` - (Required) The name of this integration
|
|
20
|
-
*
|
|
21
|
-
* ## Attributes
|
|
22
|
-
*
|
|
23
|
-
* In addition to all arguments above, the following attributes are exported:
|
|
24
|
-
*
|
|
25
|
-
* * `id` - The ID of this integration, used with `signalfx.aws.Integration`
|
|
26
|
-
* * `externalId` - The external ID to use with your IAM role and with `signalfx.aws.Integration`.
|
|
27
|
-
* * `signalfxAwsAccount` - The AWS Account ARN to use with your policies/roles, provided by Splunk Observability Cloud.
|
|
28
16
|
*/
|
|
29
17
|
class ExternalIntegration extends pulumi.CustomResource {
|
|
30
18
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;GAQG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;SACvF;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;QACrF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAnEL,kDAoEC;AAtDG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
|