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 +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
|
@@ -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
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