File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8987,7 +8987,8 @@ export const GitTokenAssociatedServiceType = {
8987
8987
APPLICATION: 'APPLICATION',
8988
8988
CRON: 'CRON',
8989
8989
LIFECYCLE: 'LIFECYCLE',
8990
- HELM: 'HELM'
8990
+ HELM: 'HELM',
8991
+ TERRAFORM: 'TERRAFORM'
8991
8992
} as const;
8992
8993
8993
8994
export type GitTokenAssociatedServiceType = typeof GitTokenAssociatedServiceType[keyof typeof GitTokenAssociatedServiceType];
@@ -12381,7 +12382,8 @@ export const LinkedServiceTypeEnum = {
12381
12382
CONTAINER: 'CONTAINER',
12382
12383
DATABASE: 'DATABASE',
12383
12384
JOB: 'JOB',
12384
- HELM: 'HELM'
12385
+ HELM: 'HELM',
12386
+ TERRAFORM: 'TERRAFORM'
12385
12387
} as const;
12386
12388
12387
12389
export type LinkedServiceTypeEnum = typeof LinkedServiceTypeEnum[keyof typeof LinkedServiceTypeEnum];
@@ -16519,7 +16521,8 @@ export const ServiceTypeForVariableEnum = {
16519
16521
APPLICATION: 'APPLICATION',
16520
16522
CONTAINER: 'CONTAINER',
16521
16523
JOB: 'JOB',
16522
- HELM: 'HELM'
16524
+ HELM: 'HELM',
16525
+ TERRAFORM: 'TERRAFORM'
16523
16526
} as const;
16524
16527
16525
16528
export type ServiceTypeForVariableEnum = typeof ServiceTypeForVariableEnum[keyof typeof ServiceTypeForVariableEnum];
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " qovery-typescript-axios" ,
3
- "version" : " v1.1.612 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " OpenAPI client for qovery-typescript-axios" ,
5
5
"author" : " OpenAPI-Generator Contributors" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments