qovery-typescript-axios 1.1.937 → 1.1.939

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
@@ -377,6 +377,12 @@ export interface AgenticWorkflowResponse {
377
377
  * @memberof AgenticWorkflowResponse
378
378
  */
379
379
  'service_type': ServiceTypeEnum;
380
+ /**
381
+ *
382
+ * @type {string}
383
+ * @memberof AgenticWorkflowResponse
384
+ */
385
+ 'environment_id': string;
380
386
  /**
381
387
  * name is case insensitive
382
388
  * @type {string}
@@ -13610,6 +13616,7 @@ export const EnvironmentStatusEventOriginEnum = {
13610
13616
  CONSOLE: 'CONSOLE',
13611
13617
  GIT: 'GIT',
13612
13618
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
13619
+ SKILL: 'SKILL',
13613
13620
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
13614
13621
  } as const;
13615
13622
 
@@ -20527,6 +20534,7 @@ export const OrganizationEventOrigin = {
20527
20534
  CONSOLE: 'CONSOLE',
20528
20535
  GIT: 'GIT',
20529
20536
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
20537
+ SKILL: 'SKILL',
20530
20538
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
20531
20539
  } as const;
20532
20540
 
package/dist/api.d.ts CHANGED
@@ -351,6 +351,12 @@ export interface AgenticWorkflowResponse {
351
351
  * @memberof AgenticWorkflowResponse
352
352
  */
353
353
  'service_type': ServiceTypeEnum;
354
+ /**
355
+ *
356
+ * @type {string}
357
+ * @memberof AgenticWorkflowResponse
358
+ */
359
+ 'environment_id': string;
354
360
  /**
355
361
  * name is case insensitive
356
362
  * @type {string}
@@ -13225,6 +13231,7 @@ export declare const EnvironmentStatusEventOriginEnum: {
13225
13231
  readonly CONSOLE: "CONSOLE";
13226
13232
  readonly GIT: "GIT";
13227
13233
  readonly QOVERY_INTERNAL: "QOVERY_INTERNAL";
13234
+ readonly SKILL: "SKILL";
13228
13235
  readonly TERRAFORM_PROVIDER: "TERRAFORM_PROVIDER";
13229
13236
  };
13230
13237
  export type EnvironmentStatusEventOriginEnum = typeof EnvironmentStatusEventOriginEnum[keyof typeof EnvironmentStatusEventOriginEnum];
@@ -19941,6 +19948,7 @@ export declare const OrganizationEventOrigin: {
19941
19948
  readonly CONSOLE: "CONSOLE";
19942
19949
  readonly GIT: "GIT";
19943
19950
  readonly QOVERY_INTERNAL: "QOVERY_INTERNAL";
19951
+ readonly SKILL: "SKILL";
19944
19952
  readonly TERRAFORM_PROVIDER: "TERRAFORM_PROVIDER";
19945
19953
  };
19946
19954
  export type OrganizationEventOrigin = typeof OrganizationEventOrigin[keyof typeof OrganizationEventOrigin];
package/dist/api.js CHANGED
@@ -763,6 +763,7 @@ exports.EnvironmentStatusEventOriginEnum = {
763
763
  CONSOLE: 'CONSOLE',
764
764
  GIT: 'GIT',
765
765
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
766
+ SKILL: 'SKILL',
766
767
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
767
768
  };
768
769
  exports.GcpJsonCredentialsAuthDtoModeEnum = {
@@ -1077,6 +1078,7 @@ exports.OrganizationEventOrigin = {
1077
1078
  CONSOLE: 'CONSOLE',
1078
1079
  GIT: 'GIT',
1079
1080
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
1081
+ SKILL: 'SKILL',
1080
1082
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
1081
1083
  };
1082
1084
  /**
package/dist/esm/api.d.ts CHANGED
@@ -351,6 +351,12 @@ export interface AgenticWorkflowResponse {
351
351
  * @memberof AgenticWorkflowResponse
352
352
  */
353
353
  'service_type': ServiceTypeEnum;
354
+ /**
355
+ *
356
+ * @type {string}
357
+ * @memberof AgenticWorkflowResponse
358
+ */
359
+ 'environment_id': string;
354
360
  /**
355
361
  * name is case insensitive
356
362
  * @type {string}
@@ -13225,6 +13231,7 @@ export declare const EnvironmentStatusEventOriginEnum: {
13225
13231
  readonly CONSOLE: "CONSOLE";
13226
13232
  readonly GIT: "GIT";
13227
13233
  readonly QOVERY_INTERNAL: "QOVERY_INTERNAL";
13234
+ readonly SKILL: "SKILL";
13228
13235
  readonly TERRAFORM_PROVIDER: "TERRAFORM_PROVIDER";
13229
13236
  };
13230
13237
  export type EnvironmentStatusEventOriginEnum = typeof EnvironmentStatusEventOriginEnum[keyof typeof EnvironmentStatusEventOriginEnum];
@@ -19941,6 +19948,7 @@ export declare const OrganizationEventOrigin: {
19941
19948
  readonly CONSOLE: "CONSOLE";
19942
19949
  readonly GIT: "GIT";
19943
19950
  readonly QOVERY_INTERNAL: "QOVERY_INTERNAL";
19951
+ readonly SKILL: "SKILL";
19944
19952
  readonly TERRAFORM_PROVIDER: "TERRAFORM_PROVIDER";
19945
19953
  };
19946
19954
  export type OrganizationEventOrigin = typeof OrganizationEventOrigin[keyof typeof OrganizationEventOrigin];
package/dist/esm/api.js CHANGED
@@ -749,6 +749,7 @@ export const EnvironmentStatusEventOriginEnum = {
749
749
  CONSOLE: 'CONSOLE',
750
750
  GIT: 'GIT',
751
751
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
752
+ SKILL: 'SKILL',
752
753
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
753
754
  };
754
755
  export const GcpJsonCredentialsAuthDtoModeEnum = {
@@ -1063,6 +1064,7 @@ export const OrganizationEventOrigin = {
1063
1064
  CONSOLE: 'CONSOLE',
1064
1065
  GIT: 'GIT',
1065
1066
  QOVERY_INTERNAL: 'QOVERY_INTERNAL',
1067
+ SKILL: 'SKILL',
1066
1068
  TERRAFORM_PROVIDER: 'TERRAFORM_PROVIDER'
1067
1069
  };
1068
1070
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.937",
3
+ "version": "v1.1.939",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {