qovery-typescript-axios 1.1.866 → 1.1.867
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 +3 -3
- package/dist/api.d.ts +1 -1
- package/dist/api.js +3 -3
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +3 -3
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -15493,8 +15493,7 @@ export const LinkedServiceTypeEnum = {
|
|
|
15493
15493
|
DATABASE: 'DATABASE',
|
|
15494
15494
|
JOB: 'JOB',
|
|
15495
15495
|
HELM: 'HELM',
|
|
15496
|
-
TERRAFORM: 'TERRAFORM'
|
|
15497
|
-
ARGOCD_APP: 'ARGOCD_APP'
|
|
15496
|
+
TERRAFORM: 'TERRAFORM'
|
|
15498
15497
|
} as const;
|
|
15499
15498
|
|
|
15500
15499
|
export type LinkedServiceTypeEnum = typeof LinkedServiceTypeEnum[keyof typeof LinkedServiceTypeEnum];
|
|
@@ -19925,7 +19924,8 @@ export const ServiceTypeEnum = {
|
|
|
19925
19924
|
CONTAINER: 'CONTAINER',
|
|
19926
19925
|
JOB: 'JOB',
|
|
19927
19926
|
HELM: 'HELM',
|
|
19928
|
-
TERRAFORM: 'TERRAFORM'
|
|
19927
|
+
TERRAFORM: 'TERRAFORM',
|
|
19928
|
+
ARGOCD_APP: 'ARGOCD_APP'
|
|
19929
19929
|
} as const;
|
|
19930
19930
|
|
|
19931
19931
|
export type ServiceTypeEnum = typeof ServiceTypeEnum[keyof typeof ServiceTypeEnum];
|
package/dist/api.d.ts
CHANGED
|
@@ -15019,7 +15019,6 @@ export declare const LinkedServiceTypeEnum: {
|
|
|
15019
15019
|
readonly JOB: "JOB";
|
|
15020
15020
|
readonly HELM: "HELM";
|
|
15021
15021
|
readonly TERRAFORM: "TERRAFORM";
|
|
15022
|
-
readonly ARGOCD_APP: "ARGOCD_APP";
|
|
15023
15022
|
};
|
|
15024
15023
|
export type LinkedServiceTypeEnum = typeof LinkedServiceTypeEnum[keyof typeof LinkedServiceTypeEnum];
|
|
15025
15024
|
/**
|
|
@@ -19295,6 +19294,7 @@ export declare const ServiceTypeEnum: {
|
|
|
19295
19294
|
readonly JOB: "JOB";
|
|
19296
19295
|
readonly HELM: "HELM";
|
|
19297
19296
|
readonly TERRAFORM: "TERRAFORM";
|
|
19297
|
+
readonly ARGOCD_APP: "ARGOCD_APP";
|
|
19298
19298
|
};
|
|
19299
19299
|
export type ServiceTypeEnum = typeof ServiceTypeEnum[keyof typeof ServiceTypeEnum];
|
|
19300
19300
|
/**
|
package/dist/api.js
CHANGED
|
@@ -848,8 +848,7 @@ exports.LinkedServiceTypeEnum = {
|
|
|
848
848
|
DATABASE: 'DATABASE',
|
|
849
849
|
JOB: 'JOB',
|
|
850
850
|
HELM: 'HELM',
|
|
851
|
-
TERRAFORM: 'TERRAFORM'
|
|
852
|
-
ARGOCD_APP: 'ARGOCD_APP'
|
|
851
|
+
TERRAFORM: 'TERRAFORM'
|
|
853
852
|
};
|
|
854
853
|
exports.MetricsConfigurationManagedByQoveryKindEnum = {
|
|
855
854
|
MANAGED_BY_QOVERY: 'MANAGED_BY_QOVERY'
|
|
@@ -1203,7 +1202,8 @@ exports.ServiceTypeEnum = {
|
|
|
1203
1202
|
CONTAINER: 'CONTAINER',
|
|
1204
1203
|
JOB: 'JOB',
|
|
1205
1204
|
HELM: 'HELM',
|
|
1206
|
-
TERRAFORM: 'TERRAFORM'
|
|
1205
|
+
TERRAFORM: 'TERRAFORM',
|
|
1206
|
+
ARGOCD_APP: 'ARGOCD_APP'
|
|
1207
1207
|
};
|
|
1208
1208
|
/**
|
|
1209
1209
|
* type of the service
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -15019,7 +15019,6 @@ export declare const LinkedServiceTypeEnum: {
|
|
|
15019
15019
|
readonly JOB: "JOB";
|
|
15020
15020
|
readonly HELM: "HELM";
|
|
15021
15021
|
readonly TERRAFORM: "TERRAFORM";
|
|
15022
|
-
readonly ARGOCD_APP: "ARGOCD_APP";
|
|
15023
15022
|
};
|
|
15024
15023
|
export type LinkedServiceTypeEnum = typeof LinkedServiceTypeEnum[keyof typeof LinkedServiceTypeEnum];
|
|
15025
15024
|
/**
|
|
@@ -19295,6 +19294,7 @@ export declare const ServiceTypeEnum: {
|
|
|
19295
19294
|
readonly JOB: "JOB";
|
|
19296
19295
|
readonly HELM: "HELM";
|
|
19297
19296
|
readonly TERRAFORM: "TERRAFORM";
|
|
19297
|
+
readonly ARGOCD_APP: "ARGOCD_APP";
|
|
19298
19298
|
};
|
|
19299
19299
|
export type ServiceTypeEnum = typeof ServiceTypeEnum[keyof typeof ServiceTypeEnum];
|
|
19300
19300
|
/**
|
package/dist/esm/api.js
CHANGED
|
@@ -835,8 +835,7 @@ export const LinkedServiceTypeEnum = {
|
|
|
835
835
|
DATABASE: 'DATABASE',
|
|
836
836
|
JOB: 'JOB',
|
|
837
837
|
HELM: 'HELM',
|
|
838
|
-
TERRAFORM: 'TERRAFORM'
|
|
839
|
-
ARGOCD_APP: 'ARGOCD_APP'
|
|
838
|
+
TERRAFORM: 'TERRAFORM'
|
|
840
839
|
};
|
|
841
840
|
export const MetricsConfigurationManagedByQoveryKindEnum = {
|
|
842
841
|
MANAGED_BY_QOVERY: 'MANAGED_BY_QOVERY'
|
|
@@ -1190,7 +1189,8 @@ export const ServiceTypeEnum = {
|
|
|
1190
1189
|
CONTAINER: 'CONTAINER',
|
|
1191
1190
|
JOB: 'JOB',
|
|
1192
1191
|
HELM: 'HELM',
|
|
1193
|
-
TERRAFORM: 'TERRAFORM'
|
|
1192
|
+
TERRAFORM: 'TERRAFORM',
|
|
1193
|
+
ARGOCD_APP: 'ARGOCD_APP'
|
|
1194
1194
|
};
|
|
1195
1195
|
/**
|
|
1196
1196
|
* type of the service
|