qovery-typescript-axios 1.1.870 → 1.1.871

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
@@ -22052,6 +22052,12 @@ export interface VariableEditRequest {
22052
22052
  * @memberof VariableEditRequest
22053
22053
  */
22054
22054
  'enable_interpolation_in_file'?: boolean | null;
22055
+ /**
22056
+ *
22057
+ * @type {string}
22058
+ * @memberof VariableEditRequest
22059
+ */
22060
+ 'secret_manager_access_id'?: string | null;
22055
22061
  }
22056
22062
  /**
22057
22063
  *
@@ -22295,6 +22301,12 @@ export interface VariableRequest {
22295
22301
  * @memberof VariableRequest
22296
22302
  */
22297
22303
  'enable_interpolation_in_file'?: boolean | null;
22304
+ /**
22305
+ *
22306
+ * @type {string}
22307
+ * @memberof VariableRequest
22308
+ */
22309
+ 'secret_manager_access_id'?: string | null;
22298
22310
  }
22299
22311
 
22300
22312
 
@@ -22406,6 +22418,12 @@ export interface VariableResponse {
22406
22418
  * @memberof VariableResponse
22407
22419
  */
22408
22420
  'enable_interpolation_in_file'?: boolean;
22421
+ /**
22422
+ *
22423
+ * @type {string}
22424
+ * @memberof VariableResponse
22425
+ */
22426
+ 'secret_manager_access_id'?: string | null;
22409
22427
  }
22410
22428
 
22411
22429
 
package/dist/api.d.ts CHANGED
@@ -21347,6 +21347,12 @@ export interface VariableEditRequest {
21347
21347
  * @memberof VariableEditRequest
21348
21348
  */
21349
21349
  'enable_interpolation_in_file'?: boolean | null;
21350
+ /**
21351
+ *
21352
+ * @type {string}
21353
+ * @memberof VariableEditRequest
21354
+ */
21355
+ 'secret_manager_access_id'?: string | null;
21350
21356
  }
21351
21357
  /**
21352
21358
  *
@@ -21582,6 +21588,12 @@ export interface VariableRequest {
21582
21588
  * @memberof VariableRequest
21583
21589
  */
21584
21590
  'enable_interpolation_in_file'?: boolean | null;
21591
+ /**
21592
+ *
21593
+ * @type {string}
21594
+ * @memberof VariableRequest
21595
+ */
21596
+ 'secret_manager_access_id'?: string | null;
21585
21597
  }
21586
21598
  /**
21587
21599
  *
@@ -21691,6 +21703,12 @@ export interface VariableResponse {
21691
21703
  * @memberof VariableResponse
21692
21704
  */
21693
21705
  'enable_interpolation_in_file'?: boolean;
21706
+ /**
21707
+ *
21708
+ * @type {string}
21709
+ * @memberof VariableResponse
21710
+ */
21711
+ 'secret_manager_access_id'?: string | null;
21694
21712
  }
21695
21713
  /**
21696
21714
  *
package/dist/esm/api.d.ts CHANGED
@@ -21347,6 +21347,12 @@ export interface VariableEditRequest {
21347
21347
  * @memberof VariableEditRequest
21348
21348
  */
21349
21349
  'enable_interpolation_in_file'?: boolean | null;
21350
+ /**
21351
+ *
21352
+ * @type {string}
21353
+ * @memberof VariableEditRequest
21354
+ */
21355
+ 'secret_manager_access_id'?: string | null;
21350
21356
  }
21351
21357
  /**
21352
21358
  *
@@ -21582,6 +21588,12 @@ export interface VariableRequest {
21582
21588
  * @memberof VariableRequest
21583
21589
  */
21584
21590
  'enable_interpolation_in_file'?: boolean | null;
21591
+ /**
21592
+ *
21593
+ * @type {string}
21594
+ * @memberof VariableRequest
21595
+ */
21596
+ 'secret_manager_access_id'?: string | null;
21585
21597
  }
21586
21598
  /**
21587
21599
  *
@@ -21691,6 +21703,12 @@ export interface VariableResponse {
21691
21703
  * @memberof VariableResponse
21692
21704
  */
21693
21705
  'enable_interpolation_in_file'?: boolean;
21706
+ /**
21707
+ *
21708
+ * @type {string}
21709
+ * @memberof VariableResponse
21710
+ */
21711
+ 'secret_manager_access_id'?: string | null;
21694
21712
  }
21695
21713
  /**
21696
21714
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.870",
3
+ "version": "v1.1.871",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {