qovery-ws-typescript-axios 0.1.573 → 0.1.575

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
@@ -1990,7 +1990,8 @@ export const ServiceType = {
1990
1990
  DATABASE: 'DATABASE',
1991
1991
  JOB: 'JOB',
1992
1992
  HELM: 'HELM',
1993
- TERRAFORM: 'TERRAFORM'
1993
+ TERRAFORM: 'TERRAFORM',
1994
+ ARGOCD_APP: 'ARGOCD_APP'
1994
1995
  } as const;
1995
1996
 
1996
1997
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
package/dist/api.d.ts CHANGED
@@ -1942,6 +1942,7 @@ export declare const ServiceType: {
1942
1942
  readonly JOB: "JOB";
1943
1943
  readonly HELM: "HELM";
1944
1944
  readonly TERRAFORM: "TERRAFORM";
1945
+ readonly ARGOCD_APP: "ARGOCD_APP";
1945
1946
  };
1946
1947
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
1947
1948
  /**
package/dist/api.js CHANGED
@@ -139,7 +139,8 @@ exports.ServiceType = {
139
139
  DATABASE: 'DATABASE',
140
140
  JOB: 'JOB',
141
141
  HELM: 'HELM',
142
- TERRAFORM: 'TERRAFORM'
142
+ TERRAFORM: 'TERRAFORM',
143
+ ARGOCD_APP: 'ARGOCD_APP'
143
144
  };
144
145
  /**
145
146
  *
package/dist/esm/api.d.ts CHANGED
@@ -1942,6 +1942,7 @@ export declare const ServiceType: {
1942
1942
  readonly JOB: "JOB";
1943
1943
  readonly HELM: "HELM";
1944
1944
  readonly TERRAFORM: "TERRAFORM";
1945
+ readonly ARGOCD_APP: "ARGOCD_APP";
1945
1946
  };
1946
1947
  export type ServiceType = typeof ServiceType[keyof typeof ServiceType];
1947
1948
  /**
package/dist/esm/api.js CHANGED
@@ -135,7 +135,8 @@ export const ServiceType = {
135
135
  DATABASE: 'DATABASE',
136
136
  JOB: 'JOB',
137
137
  HELM: 'HELM',
138
- TERRAFORM: 'TERRAFORM'
138
+ TERRAFORM: 'TERRAFORM',
139
+ ARGOCD_APP: 'ARGOCD_APP'
139
140
  };
140
141
  /**
141
142
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-ws-typescript-axios",
3
- "version": "v0.1.573",
3
+ "version": "v0.1.575",
4
4
  "description": "OpenAPI client for qovery-ws-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {