qovery-ws-typescript-axios 0.1.643 → 0.1.645

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
@@ -2148,7 +2148,8 @@ export const ServiceType = {
2148
2148
  JOB: 'JOB',
2149
2149
  HELM: 'HELM',
2150
2150
  TERRAFORM: 'TERRAFORM',
2151
- ARGOCD_APP: 'ARGOCD_APP'
2151
+ ARGOCD_APP: 'ARGOCD_APP',
2152
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
2152
2153
  } as const;
2153
2154
 
2154
2155
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
package/dist/api.d.ts CHANGED
@@ -2085,6 +2085,7 @@ export declare const ServiceType: {
2085
2085
  readonly HELM: "HELM";
2086
2086
  readonly TERRAFORM: "TERRAFORM";
2087
2087
  readonly ARGOCD_APP: "ARGOCD_APP";
2088
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
2088
2089
  };
2089
2090
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
2090
2091
  /**
package/dist/api.js CHANGED
@@ -152,7 +152,8 @@ exports.ServiceType = {
152
152
  JOB: 'JOB',
153
153
  HELM: 'HELM',
154
154
  TERRAFORM: 'TERRAFORM',
155
- ARGOCD_APP: 'ARGOCD_APP'
155
+ ARGOCD_APP: 'ARGOCD_APP',
156
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
156
157
  };
157
158
  /**
158
159
  *
package/dist/esm/api.d.ts CHANGED
@@ -2085,6 +2085,7 @@ export declare const ServiceType: {
2085
2085
  readonly HELM: "HELM";
2086
2086
  readonly TERRAFORM: "TERRAFORM";
2087
2087
  readonly ARGOCD_APP: "ARGOCD_APP";
2088
+ readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
2088
2089
  };
2089
2090
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
2090
2091
  /**
package/dist/esm/api.js CHANGED
@@ -148,7 +148,8 @@ export const ServiceType = {
148
148
  JOB: 'JOB',
149
149
  HELM: 'HELM',
150
150
  TERRAFORM: 'TERRAFORM',
151
- ARGOCD_APP: 'ARGOCD_APP'
151
+ ARGOCD_APP: 'ARGOCD_APP',
152
+ AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW'
152
153
  };
153
154
  /**
154
155
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-ws-typescript-axios",
3
- "version": "v0.1.643",
3
+ "version": "v0.1.645",
4
4
  "description": "OpenAPI client for qovery-ws-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {