@datatr-ux/ovhcloud-types 1.0.82 → 1.0.84

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.
Files changed (22) hide show
  1. package/dist/cloud/project/ai/app/AutomaticScalingStrategyCustomMetrics.d.ts +3 -0
  2. package/dist/cloud/project/ai/app/AutomaticScalingStrategyCustomMetrics.d.ts.map +1 -1
  3. package/dist/cloud/project/ai/app/AutomaticScalingStrategyCustomMetricsInput.d.ts +3 -0
  4. package/dist/cloud/project/ai/app/AutomaticScalingStrategyCustomMetricsInput.d.ts.map +1 -1
  5. package/dist/cloud/project/ai/app/CustomMetricsAggregationTypeEnum.d.ts +8 -0
  6. package/dist/cloud/project/ai/app/CustomMetricsAggregationTypeEnum.d.ts.map +1 -0
  7. package/dist/cloud/project/ai/app/CustomMetricsAggregationTypeEnum.js +8 -0
  8. package/dist/cloud/project/ai/app/CustomMetricsFormatEnum.d.ts +4 -4
  9. package/dist/cloud/project/ai/app/CustomMetricsFormatEnum.js +4 -4
  10. package/dist/cloud/project/ai/app/DeploymentStrategy.d.ts +2 -0
  11. package/dist/cloud/project/ai/app/DeploymentStrategy.d.ts.map +1 -1
  12. package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts +1 -1
  13. package/dist/cloud/project/ai/app/ScalingAutomaticStrategy.d.ts.map +1 -1
  14. package/dist/cloud/project/ai/app/ScalingAutomaticStrategyInput.d.ts +1 -1
  15. package/dist/cloud/project/ai/app/ScalingAutomaticStrategyInput.d.ts.map +1 -1
  16. package/dist/cloud/project/ai/app/index.d.ts +1 -0
  17. package/dist/cloud/project/ai/app/index.d.ts.map +1 -1
  18. package/dist/cloud/project/ai/app/index.js +1 -0
  19. package/dist/cloud/project/ai/notebook/NotebookUpdate.d.ts +2 -0
  20. package/dist/cloud/project/ai/notebook/NotebookUpdate.d.ts.map +1 -1
  21. package/dist/ovhcloud-types.js +4376 -4375
  22. package/package.json +1 -1
@@ -1,6 +1,9 @@
1
+ import { CustomMetricsAggregationTypeEnum } from './CustomMetricsAggregationTypeEnum';
1
2
  import { CustomMetricsFormatEnum } from './CustomMetricsFormatEnum';
2
3
  /** Scale an AI Deploy App based on a custom metric provided by a customer-exposed API */
3
4
  export interface AutomaticScalingStrategyCustomMetrics {
5
+ /** aggregation type we apply on the custom metric used to scaled an AI Deploy App */
6
+ aggregationType: CustomMetricsAggregationTypeEnum;
4
7
  /** Full URL of the API operation to call to get the metric value. Specific <SELF> placeholder can be given whenever metrics API is served by the deployed app itself. e.g : "http://<SELF>:6000/metrics" */
5
8
  apiUrl: string;
6
9
  /** format of the custom metric used to scaled an AI Deploy App */
@@ -1 +1 @@
1
- {"version":3,"file":"AutomaticScalingStrategyCustomMetrics.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/AutomaticScalingStrategyCustomMetrics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,yFAAyF;AACzF,MAAM,WAAW,qCAAqC;IACpD,4MAA4M;IAC5M,MAAM,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,EAAE,uBAAuB,CAAC;IAChC,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,mLAAmL;IACnL,aAAa,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"AutomaticScalingStrategyCustomMetrics.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/AutomaticScalingStrategyCustomMetrics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,+DAA+D,CAAC;AACjH,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,yFAAyF;AACzF,MAAM,WAAW,qCAAqC;IACpD,qFAAqF;IACrF,eAAe,EAAE,gCAAgC,CAAC;IAClD,4MAA4M;IAC5M,MAAM,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,EAAE,uBAAuB,CAAC;IAChC,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,mLAAmL;IACnL,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -1,6 +1,9 @@
1
+ import { CustomMetricsAggregationTypeEnum } from './CustomMetricsAggregationTypeEnum';
1
2
  import { CustomMetricsFormatEnum } from './CustomMetricsFormatEnum';
2
3
  /** Scale an AI Deploy App based on a custom metric provided by a customer-exposed API */
3
4
  export interface AutomaticScalingStrategyCustomMetricsInput {
5
+ /** aggregation type we apply on the custom metric used to scaled an AI Deploy App */
6
+ aggregationType: CustomMetricsAggregationTypeEnum;
4
7
  /** Full URL of the API operation to call to get the metric value. Specific <SELF> placeholder can be given whenever metrics API is served by the deployed app itself. e.g : "http://<SELF>:6000/metrics" */
5
8
  apiUrl: string;
6
9
  /** format of the custom metric used to scaled an AI Deploy App */
@@ -1 +1 @@
1
- {"version":3,"file":"AutomaticScalingStrategyCustomMetricsInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/AutomaticScalingStrategyCustomMetricsInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,yFAAyF;AACzF,MAAM,WAAW,0CAA0C;IACzD,4MAA4M;IAC5M,MAAM,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,EAAE,uBAAuB,CAAC;IAChC,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,mLAAmL;IACnL,aAAa,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"AutomaticScalingStrategyCustomMetricsInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/AutomaticScalingStrategyCustomMetricsInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,+DAA+D,CAAC;AACjH,OAAO,EAAE,uBAAuB,EAAE,MAAM,sDAAsD,CAAC;AAE/F,yFAAyF;AACzF,MAAM,WAAW,0CAA0C;IACzD,qFAAqF;IACrF,eAAe,EAAE,gCAAgC,CAAC;IAClD,4MAA4M;IAC5M,MAAM,EAAE,MAAM,CAAC;IACf,kEAAkE;IAClE,MAAM,EAAE,uBAAuB,CAAC;IAChC,+BAA+B;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,mLAAmL;IACnL,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,8 @@
1
+ /** Aggregation type for the custom metrics we want to deploy an AI deploy App on */
2
+ export declare enum CustomMetricsAggregationTypeEnum {
3
+ 'AVERAGE' = "AVERAGE",
4
+ 'MAX' = "MAX",
5
+ 'MIN' = "MIN",
6
+ 'SUM' = "SUM"
7
+ }
8
+ //# sourceMappingURL=CustomMetricsAggregationTypeEnum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomMetricsAggregationTypeEnum.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/CustomMetricsAggregationTypeEnum.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,oBAAY,gCAAgC;IAC1C,SAAS,YAAY;IACrB,KAAK,QAAQ;IACb,KAAK,QAAQ;IACb,KAAK,QAAQ;CACd"}
@@ -0,0 +1,8 @@
1
+ /** Aggregation type for the custom metrics we want to deploy an AI deploy App on */
2
+ export var CustomMetricsAggregationTypeEnum;
3
+ (function (CustomMetricsAggregationTypeEnum) {
4
+ CustomMetricsAggregationTypeEnum["AVERAGE"] = "AVERAGE";
5
+ CustomMetricsAggregationTypeEnum["MAX"] = "MAX";
6
+ CustomMetricsAggregationTypeEnum["MIN"] = "MIN";
7
+ CustomMetricsAggregationTypeEnum["SUM"] = "SUM";
8
+ })(CustomMetricsAggregationTypeEnum || (CustomMetricsAggregationTypeEnum = {}));
@@ -1,8 +1,8 @@
1
1
  /** format of the custom metric used to scaled an AI Deploy App */
2
2
  export declare enum CustomMetricsFormatEnum {
3
- 'json' = "json",
4
- 'prometheus' = "prometheus",
5
- 'xml' = "xml",
6
- 'yaml' = "yaml"
3
+ 'JSON' = "JSON",
4
+ 'PROMETHEUS' = "PROMETHEUS",
5
+ 'XML' = "XML",
6
+ 'YAML' = "YAML"
7
7
  }
8
8
  //# sourceMappingURL=CustomMetricsFormatEnum.d.ts.map
@@ -1,8 +1,8 @@
1
1
  /** format of the custom metric used to scaled an AI Deploy App */
2
2
  export var CustomMetricsFormatEnum;
3
3
  (function (CustomMetricsFormatEnum) {
4
- CustomMetricsFormatEnum["json"] = "json";
5
- CustomMetricsFormatEnum["prometheus"] = "prometheus";
6
- CustomMetricsFormatEnum["xml"] = "xml";
7
- CustomMetricsFormatEnum["yaml"] = "yaml";
4
+ CustomMetricsFormatEnum["JSON"] = "JSON";
5
+ CustomMetricsFormatEnum["PROMETHEUS"] = "PROMETHEUS";
6
+ CustomMetricsFormatEnum["XML"] = "XML";
7
+ CustomMetricsFormatEnum["YAML"] = "YAML";
8
8
  })(CustomMetricsFormatEnum || (CustomMetricsFormatEnum = {}));
@@ -6,5 +6,7 @@ export interface DeploymentStrategy {
6
6
  maxUnavailable?: string;
7
7
  /** Number of seconds you want to wait for your Deployment to progress before the system reports back that the Deployment has failed progressing */
8
8
  progressDeadlineSeconds?: number;
9
+ /** Number of seconds we allow an app's replica to shutdown gracefully before we terminate it. Defaults to 30 seconds */
10
+ terminationGracePeriodSeconds?: number;
9
11
  }
10
12
  //# sourceMappingURL=DeploymentStrategy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DeploymentStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/DeploymentStrategy.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,MAAM,WAAW,kBAAkB;IACjC,+JAA+J;IAC/J,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6JAA6J;IAC7J,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mJAAmJ;IACnJ,uBAAuB,CAAC,EAAE,MAAM,CAAC;CAClC"}
1
+ {"version":3,"file":"DeploymentStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/DeploymentStrategy.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,MAAM,WAAW,kBAAkB;IACjC,+JAA+J;IAC/J,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,6JAA6J;IAC7J,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mJAAmJ;IACnJ,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,wHAAwH;IACxH,6BAA6B,CAAC,EAAE,MAAM,CAAC;CACxC"}
@@ -11,6 +11,6 @@ export interface ScalingAutomaticStrategy {
11
11
  /** Minimum number of replicas */
12
12
  replicasMin: number;
13
13
  /** Type of the resource to base the automatic scaling on */
14
- resourceType: ScalingAutomaticStrategyResourceTypeEnum;
14
+ resourceType?: ScalingAutomaticStrategyResourceTypeEnum;
15
15
  }
16
16
  //# sourceMappingURL=ScalingAutomaticStrategy.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalingAutomaticStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,qCAAqC,CAAC;IACtD,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,EAAE,wCAAwC,CAAC;CACxD"}
1
+ {"version":3,"file":"ScalingAutomaticStrategy.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qCAAqC,EAAE,MAAM,oEAAoE,CAAC;AAC3H,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,wBAAwB;IACvC,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,qCAAqC,CAAC;IACtD,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;CACzD"}
@@ -11,6 +11,6 @@ export interface ScalingAutomaticStrategyInput {
11
11
  /** Minimum number of replicas */
12
12
  replicasMin: number;
13
13
  /** Type of the resource to base the automatic scaling on */
14
- resourceType: ScalingAutomaticStrategyResourceTypeEnum;
14
+ resourceType?: ScalingAutomaticStrategyResourceTypeEnum;
15
15
  }
16
16
  //# sourceMappingURL=ScalingAutomaticStrategyInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalingAutomaticStrategyInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategyInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,yEAAyE,CAAC;AACrI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,6BAA6B;IAC5C,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,0CAA0C,CAAC;IAC3D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,EAAE,wCAAwC,CAAC;CACxD"}
1
+ {"version":3,"file":"ScalingAutomaticStrategyInput.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/ScalingAutomaticStrategyInput.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0CAA0C,EAAE,MAAM,yEAAyE,CAAC;AACrI,OAAO,EAAE,wCAAwC,EAAE,MAAM,uEAAuE,CAAC;AAEjI,yDAAyD;AACzD,MAAM,WAAW,6BAA6B;IAC5C,gHAAgH;IAChH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,wGAAwG;IACxG,aAAa,CAAC,EAAE,0CAA0C,CAAC;IAC3D,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,4DAA4D;IAC5D,YAAY,CAAC,EAAE,wCAAwC,CAAC;CACzD"}
@@ -7,6 +7,7 @@ export * from './AppStateHistory';
7
7
  export * from './AppStatus';
8
8
  export * from './AutomaticScalingStrategyCustomMetrics';
9
9
  export * from './AutomaticScalingStrategyCustomMetricsInput';
10
+ export * from './CustomMetricsAggregationTypeEnum';
10
11
  export * from './CustomMetricsFormatEnum';
11
12
  export * from './DeploymentStrategy';
12
13
  export * from './Probe';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/index.ts"],"names":[],"mappings":"AACA,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/app/index.ts"],"names":[],"mappings":"AACA,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,yCAAyC,CAAC;AACxD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC"}
@@ -7,6 +7,7 @@ export * from './AppStateHistory.js';
7
7
  export * from './AppStatus.js';
8
8
  export * from './AutomaticScalingStrategyCustomMetrics.js';
9
9
  export * from './AutomaticScalingStrategyCustomMetricsInput.js';
10
+ export * from './CustomMetricsAggregationTypeEnum.js';
10
11
  export * from './CustomMetricsFormatEnum.js';
11
12
  export * from './DeploymentStrategy.js';
12
13
  export * from './Probe.js';
@@ -3,6 +3,8 @@ import { Volume } from '../volume/Volume';
3
3
  import { QuantumResourcesInput } from '../../quantum/QuantumResourcesInput';
4
4
  /** AI Solutions Notebook Spec Object to update a notebook */
5
5
  export interface NotebookUpdate {
6
+ /** Framework version */
7
+ frameworkVersion?: string;
6
8
  /** Labels for the notebook */
7
9
  labels?: {
8
10
  [key: string]: string;
@@ -1 +1 @@
1
- {"version":3,"file":"NotebookUpdate.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/notebook/NotebookUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,wCAAwC,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,6DAA6D;AAC7D,MAAM,WAAW,cAAc;IAC7B,8BAA8B;IAC9B,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACnC,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;IACzC,yBAAyB;IACzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}
1
+ {"version":3,"file":"NotebookUpdate.d.ts","sourceRoot":"","sources":["../../../../../generated/types/cloud/project/ai/notebook/NotebookUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,MAAM,EAAE,MAAM,wCAAwC,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,6DAA6D;AAC7D,MAAM,WAAW,cAAc;IAC7B,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8BAA8B;IAC9B,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACnC,oBAAoB;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,wBAAwB;IACxB,gBAAgB,CAAC,EAAE,qBAAqB,CAAC;IACzC,yBAAyB;IACzB,SAAS,CAAC,EAAE,cAAc,CAAC;IAC3B,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,4DAA4D;IAC5D,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,2BAA2B;IAC3B,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB"}