qovery-typescript-axios 1.1.974 → 1.1.975

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/api.ts CHANGED
@@ -23082,6 +23082,25 @@ export interface PlatformComponentOutputBindingResponse {
23082
23082
  */
23083
23083
  'output': string;
23084
23084
  }
23085
+ /**
23086
+ * Displays selected top-level fields of another component in the same layer. The source component remains the resolver, configuration binding and deployment owner. This declaration does not move data or change Helm releases.
23087
+ * @export
23088
+ * @interface PlatformConfigurationSectionResponse
23089
+ */
23090
+ export interface PlatformConfigurationSectionResponse {
23091
+ /**
23092
+ * Component key to use for resolve requests and stored configuration.
23093
+ * @type {string}
23094
+ * @memberof PlatformConfigurationSectionResponse
23095
+ */
23096
+ 'sourceComponentKey': string;
23097
+ /**
23098
+ * Unique top-level source fields displayed here instead of in the source component editor.
23099
+ * @type {Array<string>}
23100
+ * @memberof PlatformConfigurationSectionResponse
23101
+ */
23102
+ 'fieldKeys': Array<string>;
23103
+ }
23085
23104
  /**
23086
23105
  *
23087
23106
  * @export
@@ -23154,6 +23173,12 @@ export interface PlatformTemplateComponentResponse {
23154
23173
  * @memberof PlatformTemplateComponentResponse
23155
23174
  */
23156
23175
  'fields': Array<FieldSchemaResponse>;
23176
+ /**
23177
+ * Additional configuration sections displayed under this component. Its own configuration and cluster inputs remain available. Omitted or empty keeps the existing editor behavior; fields always remain declared on their owner.
23178
+ * @type {Array<PlatformConfigurationSectionResponse>}
23179
+ * @memberof PlatformTemplateComponentResponse
23180
+ */
23181
+ 'configurationSections'?: Array<PlatformConfigurationSectionResponse>;
23157
23182
  }
23158
23183
 
23159
23184
 
package/dist/api.d.ts CHANGED
@@ -22412,6 +22412,25 @@ export interface PlatformComponentOutputBindingResponse {
22412
22412
  */
22413
22413
  'output': string;
22414
22414
  }
22415
+ /**
22416
+ * Displays selected top-level fields of another component in the same layer. The source component remains the resolver, configuration binding and deployment owner. This declaration does not move data or change Helm releases.
22417
+ * @export
22418
+ * @interface PlatformConfigurationSectionResponse
22419
+ */
22420
+ export interface PlatformConfigurationSectionResponse {
22421
+ /**
22422
+ * Component key to use for resolve requests and stored configuration.
22423
+ * @type {string}
22424
+ * @memberof PlatformConfigurationSectionResponse
22425
+ */
22426
+ 'sourceComponentKey': string;
22427
+ /**
22428
+ * Unique top-level source fields displayed here instead of in the source component editor.
22429
+ * @type {Array<string>}
22430
+ * @memberof PlatformConfigurationSectionResponse
22431
+ */
22432
+ 'fieldKeys': Array<string>;
22433
+ }
22415
22434
  /**
22416
22435
  *
22417
22436
  * @export
@@ -22476,6 +22495,12 @@ export interface PlatformTemplateComponentResponse {
22476
22495
  * @memberof PlatformTemplateComponentResponse
22477
22496
  */
22478
22497
  'fields': Array<FieldSchemaResponse>;
22498
+ /**
22499
+ * Additional configuration sections displayed under this component. Its own configuration and cluster inputs remain available. Omitted or empty keeps the existing editor behavior; fields always remain declared on their owner.
22500
+ * @type {Array<PlatformConfigurationSectionResponse>}
22501
+ * @memberof PlatformTemplateComponentResponse
22502
+ */
22503
+ 'configurationSections'?: Array<PlatformConfigurationSectionResponse>;
22479
22504
  }
22480
22505
  /**
22481
22506
  *
package/dist/esm/api.d.ts CHANGED
@@ -22412,6 +22412,25 @@ export interface PlatformComponentOutputBindingResponse {
22412
22412
  */
22413
22413
  'output': string;
22414
22414
  }
22415
+ /**
22416
+ * Displays selected top-level fields of another component in the same layer. The source component remains the resolver, configuration binding and deployment owner. This declaration does not move data or change Helm releases.
22417
+ * @export
22418
+ * @interface PlatformConfigurationSectionResponse
22419
+ */
22420
+ export interface PlatformConfigurationSectionResponse {
22421
+ /**
22422
+ * Component key to use for resolve requests and stored configuration.
22423
+ * @type {string}
22424
+ * @memberof PlatformConfigurationSectionResponse
22425
+ */
22426
+ 'sourceComponentKey': string;
22427
+ /**
22428
+ * Unique top-level source fields displayed here instead of in the source component editor.
22429
+ * @type {Array<string>}
22430
+ * @memberof PlatformConfigurationSectionResponse
22431
+ */
22432
+ 'fieldKeys': Array<string>;
22433
+ }
22415
22434
  /**
22416
22435
  *
22417
22436
  * @export
@@ -22476,6 +22495,12 @@ export interface PlatformTemplateComponentResponse {
22476
22495
  * @memberof PlatformTemplateComponentResponse
22477
22496
  */
22478
22497
  'fields': Array<FieldSchemaResponse>;
22498
+ /**
22499
+ * Additional configuration sections displayed under this component. Its own configuration and cluster inputs remain available. Omitted or empty keeps the existing editor behavior; fields always remain declared on their owner.
22500
+ * @type {Array<PlatformConfigurationSectionResponse>}
22501
+ * @memberof PlatformTemplateComponentResponse
22502
+ */
22503
+ 'configurationSections'?: Array<PlatformConfigurationSectionResponse>;
22479
22504
  }
22480
22505
  /**
22481
22506
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.974",
3
+ "version": "v1.1.975",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {