Skip to content

Commit 0ced5ac

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@74a2d44 from refs/heads/main
1 parent aad37fc commit 0ced5ac

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

api.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,8 +2113,7 @@ export const CloudVendorEnum = {
21132113
HETZNER: 'HETZNER',
21142114
ORACLE: 'ORACLE',
21152115
IBM: 'IBM',
2116-
ON_PREMISE: 'ON_PREMISE',
2117-
AZURE2: 'AZURE'
2116+
ON_PREMISE: 'ON_PREMISE'
21182117
} as const;
21192118

21202119
export type CloudVendorEnum = typeof CloudVendorEnum[keyof typeof CloudVendorEnum];

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.576",
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)