Skip to content

Commit 9bd004f

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@b2b079d from refs/heads/main
1 parent d873a56 commit 9bd004f

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

api.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,18 +1336,6 @@ export interface AzureCredentialsRequest {
13361336
* @memberof AzureCredentialsRequest
13371337
*/
13381338
'azure_tenant_id': string;
1339-
/**
1340-
*
1341-
* @type {string}
1342-
* @memberof AzureCredentialsRequest
1343-
*/
1344-
'azure_client_id': string;
1345-
/**
1346-
*
1347-
* @type {string}
1348-
* @memberof AzureCredentialsRequest
1349-
*/
1350-
'azure_client_secret': string;
13511339
}
13521340
/**
13531341
*
@@ -1379,12 +1367,6 @@ export interface AzureStaticClusterCredentials {
13791367
* @memberof AzureStaticClusterCredentials
13801368
*/
13811369
'azure_tenant_id': string;
1382-
/**
1383-
*
1384-
* @type {string}
1385-
* @memberof AzureStaticClusterCredentials
1386-
*/
1387-
'azure_client_id': string;
13881370
/**
13891371
*
13901372
* @type {string}

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