qovery-typescript-axios 1.1.799 → 1.1.800

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
@@ -13317,6 +13317,12 @@ export interface KedaScalerRequest {
13317
13317
  * @memberof KedaScalerRequest
13318
13318
  */
13319
13319
  'config_yaml'?: string;
13320
+ /**
13321
+ *
13322
+ * @type {string}
13323
+ * @memberof KedaScalerRequest
13324
+ */
13325
+ 'trigger_authentication_id'?: string;
13320
13326
  }
13321
13327
 
13322
13328
 
@@ -13374,6 +13380,12 @@ export interface KedaScalerResponse {
13374
13380
  * @memberof KedaScalerResponse
13375
13381
  */
13376
13382
  'config_yaml'?: string | null;
13383
+ /**
13384
+ *
13385
+ * @type {string}
13386
+ * @memberof KedaScalerResponse
13387
+ */
13388
+ 'trigger_authentication_id'?: string;
13377
13389
  }
13378
13390
 
13379
13391
 
package/dist/api.d.ts CHANGED
@@ -12890,6 +12890,12 @@ export interface KedaScalerRequest {
12890
12890
  * @memberof KedaScalerRequest
12891
12891
  */
12892
12892
  'config_yaml'?: string;
12893
+ /**
12894
+ *
12895
+ * @type {string}
12896
+ * @memberof KedaScalerRequest
12897
+ */
12898
+ 'trigger_authentication_id'?: string;
12893
12899
  }
12894
12900
  /**
12895
12901
  *
@@ -12947,6 +12953,12 @@ export interface KedaScalerResponse {
12947
12953
  * @memberof KedaScalerResponse
12948
12954
  */
12949
12955
  'config_yaml'?: string | null;
12956
+ /**
12957
+ *
12958
+ * @type {string}
12959
+ * @memberof KedaScalerResponse
12960
+ */
12961
+ 'trigger_authentication_id'?: string;
12950
12962
  }
12951
12963
  /**
12952
12964
  *
package/dist/esm/api.d.ts CHANGED
@@ -12890,6 +12890,12 @@ export interface KedaScalerRequest {
12890
12890
  * @memberof KedaScalerRequest
12891
12891
  */
12892
12892
  'config_yaml'?: string;
12893
+ /**
12894
+ *
12895
+ * @type {string}
12896
+ * @memberof KedaScalerRequest
12897
+ */
12898
+ 'trigger_authentication_id'?: string;
12893
12899
  }
12894
12900
  /**
12895
12901
  *
@@ -12947,6 +12953,12 @@ export interface KedaScalerResponse {
12947
12953
  * @memberof KedaScalerResponse
12948
12954
  */
12949
12955
  'config_yaml'?: string | null;
12956
+ /**
12957
+ *
12958
+ * @type {string}
12959
+ * @memberof KedaScalerResponse
12960
+ */
12961
+ 'trigger_authentication_id'?: string;
12950
12962
  }
12951
12963
  /**
12952
12964
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.799",
3
+ "version": "v1.1.800",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {