Skip to content

Commit 8531bf1

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@39fb61c from refs/heads/main
1 parent 0b3d9b9 commit 8531bf1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

api.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8987,7 +8987,8 @@ export const GitTokenAssociatedServiceType = {
89878987
APPLICATION: 'APPLICATION',
89888988
CRON: 'CRON',
89898989
LIFECYCLE: 'LIFECYCLE',
8990-
HELM: 'HELM'
8990+
HELM: 'HELM',
8991+
TERRAFORM: 'TERRAFORM'
89918992
} as const;
89928993

89938994
export type GitTokenAssociatedServiceType = typeof GitTokenAssociatedServiceType[keyof typeof GitTokenAssociatedServiceType];
@@ -12381,7 +12382,8 @@ export const LinkedServiceTypeEnum = {
1238112382
CONTAINER: 'CONTAINER',
1238212383
DATABASE: 'DATABASE',
1238312384
JOB: 'JOB',
12384-
HELM: 'HELM'
12385+
HELM: 'HELM',
12386+
TERRAFORM: 'TERRAFORM'
1238512387
} as const;
1238612388

1238712389
export type LinkedServiceTypeEnum = typeof LinkedServiceTypeEnum[keyof typeof LinkedServiceTypeEnum];
@@ -16519,7 +16521,8 @@ export const ServiceTypeForVariableEnum = {
1651916521
APPLICATION: 'APPLICATION',
1652016522
CONTAINER: 'CONTAINER',
1652116523
JOB: 'JOB',
16522-
HELM: 'HELM'
16524+
HELM: 'HELM',
16525+
TERRAFORM: 'TERRAFORM'
1652316526
} as const;
1652416527

1652516528
export type ServiceTypeForVariableEnum = typeof ServiceTypeForVariableEnum[keyof typeof ServiceTypeForVariableEnum];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qovery-typescript-axios",
3-
"version": "v1.1.612",
3+
"version": "1.0.3",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)