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 +2 -1
- package/dist/api.d.ts +1 -0
- package/dist/api.js +2 -1
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +2 -1
- package/package.json +1 -1
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
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