qovery-typescript-axios 1.1.981 → 1.1.982

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
@@ -23074,6 +23074,12 @@ export interface PlatformComponentConfigurationPreviewRequest {
23074
23074
  * @memberof PlatformComponentConfigurationPreviewRequest
23075
23075
  */
23076
23076
  'profileConfig'?: { [key: string]: any; };
23077
+ /**
23078
+ * For an existing cluster, validate profileConfig as a complete draft instead of merging it with saved values. Omitted keys are reset to their catalog defaults. Template previews already use a complete draft and ignore this flag.
23079
+ * @type {boolean}
23080
+ * @memberof PlatformComponentConfigurationPreviewRequest
23081
+ */
23082
+ 'replaceProfileConfig'?: boolean;
23077
23083
  /**
23078
23084
  *
23079
23085
  * @type {{ [key: string]: string; }}
@@ -23519,6 +23525,12 @@ export interface PlatformTemplateSummaryResponse {
23519
23525
  * @memberof PlatformTemplateSummaryResponse
23520
23526
  */
23521
23527
  'description'?: string | null;
23528
+ /**
23529
+ * Mandatory bootstrap component and its configurable fields, when declared by the template.
23530
+ * @type {PlatformTemplateComponentResponse}
23531
+ * @memberof PlatformTemplateSummaryResponse
23532
+ */
23533
+ 'bootstrapComponent'?: PlatformTemplateComponentResponse | null;
23522
23534
  /**
23523
23535
  *
23524
23536
  * @type {Array<PlatformTemplateLayerResponse>}
package/dist/api.d.ts CHANGED
@@ -22393,6 +22393,12 @@ export interface PlatformComponentConfigurationPreviewRequest {
22393
22393
  'profileConfig'?: {
22394
22394
  [key: string]: any;
22395
22395
  };
22396
+ /**
22397
+ * For an existing cluster, validate profileConfig as a complete draft instead of merging it with saved values. Omitted keys are reset to their catalog defaults. Template previews already use a complete draft and ignore this flag.
22398
+ * @type {boolean}
22399
+ * @memberof PlatformComponentConfigurationPreviewRequest
22400
+ */
22401
+ 'replaceProfileConfig'?: boolean;
22396
22402
  /**
22397
22403
  *
22398
22404
  * @type {{ [key: string]: string; }}
@@ -22823,6 +22829,12 @@ export interface PlatformTemplateSummaryResponse {
22823
22829
  * @memberof PlatformTemplateSummaryResponse
22824
22830
  */
22825
22831
  'description'?: string | null;
22832
+ /**
22833
+ * Mandatory bootstrap component and its configurable fields, when declared by the template.
22834
+ * @type {PlatformTemplateComponentResponse}
22835
+ * @memberof PlatformTemplateSummaryResponse
22836
+ */
22837
+ 'bootstrapComponent'?: PlatformTemplateComponentResponse | null;
22826
22838
  /**
22827
22839
  *
22828
22840
  * @type {Array<PlatformTemplateLayerResponse>}
package/dist/esm/api.d.ts CHANGED
@@ -22393,6 +22393,12 @@ export interface PlatformComponentConfigurationPreviewRequest {
22393
22393
  'profileConfig'?: {
22394
22394
  [key: string]: any;
22395
22395
  };
22396
+ /**
22397
+ * For an existing cluster, validate profileConfig as a complete draft instead of merging it with saved values. Omitted keys are reset to their catalog defaults. Template previews already use a complete draft and ignore this flag.
22398
+ * @type {boolean}
22399
+ * @memberof PlatformComponentConfigurationPreviewRequest
22400
+ */
22401
+ 'replaceProfileConfig'?: boolean;
22396
22402
  /**
22397
22403
  *
22398
22404
  * @type {{ [key: string]: string; }}
@@ -22823,6 +22829,12 @@ export interface PlatformTemplateSummaryResponse {
22823
22829
  * @memberof PlatformTemplateSummaryResponse
22824
22830
  */
22825
22831
  'description'?: string | null;
22832
+ /**
22833
+ * Mandatory bootstrap component and its configurable fields, when declared by the template.
22834
+ * @type {PlatformTemplateComponentResponse}
22835
+ * @memberof PlatformTemplateSummaryResponse
22836
+ */
22837
+ 'bootstrapComponent'?: PlatformTemplateComponentResponse | null;
22826
22838
  /**
22827
22839
  *
22828
22840
  * @type {Array<PlatformTemplateLayerResponse>}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.981",
3
+ "version": "v1.1.982",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {