qovery-typescript-axios 1.1.905 → 1.1.906

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
@@ -14400,11 +14400,11 @@ export interface HelmRequest {
14400
14400
  */
14401
14401
  'icon_uri'?: string;
14402
14402
  /**
14403
- * The blueprint ID the service has been created from
14403
+ * The blueprint ID the service has been created from
14404
14404
  * @type {string}
14405
14405
  * @memberof HelmRequest
14406
14406
  */
14407
- 'blueprintId'?: string | null;
14407
+ 'blueprint_id'?: string | null;
14408
14408
  }
14409
14409
  /**
14410
14410
  * @type HelmRequestAllOfSource
@@ -14671,7 +14671,7 @@ export interface HelmResponse {
14671
14671
  * @type {string}
14672
14672
  * @memberof HelmResponse
14673
14673
  */
14674
- 'blueprintId'?: string | null;
14674
+ 'blueprint_id'?: string | null;
14675
14675
  }
14676
14676
 
14677
14677
 
@@ -23047,11 +23047,11 @@ export interface TerraformRequest {
23047
23047
  */
23048
23048
  'dockerfile_fragment'?: TerraformRequestDockerfileFragment | null;
23049
23049
  /**
23050
- * The blueprint ID the service has been created from
23050
+ * The blueprint ID the service has been created from
23051
23051
  * @type {string}
23052
23052
  * @memberof TerraformRequest
23053
23053
  */
23054
- 'blueprintId'?: string | null;
23054
+ 'blueprint_id'?: string | null;
23055
23055
  }
23056
23056
 
23057
23057
 
@@ -23344,7 +23344,7 @@ export interface TerraformResponse {
23344
23344
  * @type {string}
23345
23345
  * @memberof TerraformResponse
23346
23346
  */
23347
- 'blueprintId'?: string | null;
23347
+ 'blueprint_id'?: string | null;
23348
23348
  }
23349
23349
 
23350
23350
 
package/dist/api.d.ts CHANGED
@@ -13949,7 +13949,7 @@ export interface HelmRequest {
13949
13949
  * @type {string}
13950
13950
  * @memberof HelmRequest
13951
13951
  */
13952
- 'blueprintId'?: string | null;
13952
+ 'blueprint_id'?: string | null;
13953
13953
  }
13954
13954
  /**
13955
13955
  * @type HelmRequestAllOfSource
@@ -14215,7 +14215,7 @@ export interface HelmResponse {
14215
14215
  * @type {string}
14216
14216
  * @memberof HelmResponse
14217
14217
  */
14218
- 'blueprintId'?: string | null;
14218
+ 'blueprint_id'?: string | null;
14219
14219
  }
14220
14220
  /**
14221
14221
  * @type HelmResponseAllOfPorts
@@ -22302,7 +22302,7 @@ export interface TerraformRequest {
22302
22302
  * @type {string}
22303
22303
  * @memberof TerraformRequest
22304
22304
  */
22305
- 'blueprintId'?: string | null;
22305
+ 'blueprint_id'?: string | null;
22306
22306
  }
22307
22307
  /**
22308
22308
  * @type TerraformRequestDockerfileFragment
@@ -22596,7 +22596,7 @@ export interface TerraformResponse {
22596
22596
  * @type {string}
22597
22597
  * @memberof TerraformResponse
22598
22598
  */
22599
- 'blueprintId'?: string | null;
22599
+ 'blueprint_id'?: string | null;
22600
22600
  }
22601
22601
  /**
22602
22602
  * @type TerraformResponseAllOfDockerfileFragment
package/dist/esm/api.d.ts CHANGED
@@ -13949,7 +13949,7 @@ export interface HelmRequest {
13949
13949
  * @type {string}
13950
13950
  * @memberof HelmRequest
13951
13951
  */
13952
- 'blueprintId'?: string | null;
13952
+ 'blueprint_id'?: string | null;
13953
13953
  }
13954
13954
  /**
13955
13955
  * @type HelmRequestAllOfSource
@@ -14215,7 +14215,7 @@ export interface HelmResponse {
14215
14215
  * @type {string}
14216
14216
  * @memberof HelmResponse
14217
14217
  */
14218
- 'blueprintId'?: string | null;
14218
+ 'blueprint_id'?: string | null;
14219
14219
  }
14220
14220
  /**
14221
14221
  * @type HelmResponseAllOfPorts
@@ -22302,7 +22302,7 @@ export interface TerraformRequest {
22302
22302
  * @type {string}
22303
22303
  * @memberof TerraformRequest
22304
22304
  */
22305
- 'blueprintId'?: string | null;
22305
+ 'blueprint_id'?: string | null;
22306
22306
  }
22307
22307
  /**
22308
22308
  * @type TerraformRequestDockerfileFragment
@@ -22596,7 +22596,7 @@ export interface TerraformResponse {
22596
22596
  * @type {string}
22597
22597
  * @memberof TerraformResponse
22598
22598
  */
22599
- 'blueprintId'?: string | null;
22599
+ 'blueprint_id'?: string | null;
22600
22600
  }
22601
22601
  /**
22602
22602
  * @type TerraformResponseAllOfDockerfileFragment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.905",
3
+ "version": "v1.1.906",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {