Skip to content

Commit 3c6decf

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@571de48 from refs/heads/main
1 parent dab365c commit 3c6decf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

api.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10100,6 +10100,18 @@ export interface HelmRepositoryResponseAllOfConfig {
1010010100
* @memberof HelmRepositoryResponseAllOfConfig
1010110101
*/
1010210102
'scaleway_project_id'?: string;
10103+
/**
10104+
*
10105+
* @type {string}
10106+
* @memberof HelmRepositoryResponseAllOfConfig
10107+
*/
10108+
'azure_tenant_id'?: string;
10109+
/**
10110+
*
10111+
* @type {string}
10112+
* @memberof HelmRepositoryResponseAllOfConfig
10113+
*/
10114+
'azure_subscription_id'?: string;
1010310115
}
1010410116
/**
1010510117
*

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