Skip to content

Commit 92d6993

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@97d6770 from refs/heads/main
1 parent 7907495 commit 92d6993

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

api.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4448,6 +4448,18 @@ export interface ContainerRegistryRequestConfig {
44484448
* @memberof ContainerRegistryRequestConfig
44494449
*/
44504450
'role_arn'?: string;
4451+
/**
4452+
* Required if kind is `AZURE_CR`.
4453+
* @type {string}
4454+
* @memberof ContainerRegistryRequestConfig
4455+
*/
4456+
'azure_tenant_id'?: string;
4457+
/**
4458+
* Required if kind is `AZURE_CR`.
4459+
* @type {string}
4460+
* @memberof ContainerRegistryRequestConfig
4461+
*/
4462+
'azure_subscription_id'?: string;
44514463
}
44524464
/**
44534465
*
@@ -4579,6 +4591,18 @@ export interface ContainerRegistryResponseAllOfConfig {
45794591
* @memberof ContainerRegistryResponseAllOfConfig
45804592
*/
45814593
'role_arn'?: string;
4594+
/**
4595+
*
4596+
* @type {string}
4597+
* @memberof ContainerRegistryResponseAllOfConfig
4598+
*/
4599+
'azure_tenant_id'?: string;
4600+
/**
4601+
*
4602+
* @type {string}
4603+
* @memberof ContainerRegistryResponseAllOfConfig
4604+
*/
4605+
'azure_subscription_id'?: string;
45824606
}
45834607
/**
45844608
*

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