qovery-typescript-axios 1.1.901 → 1.1.902

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/api.ts CHANGED
@@ -7144,19 +7144,7 @@ export interface ContainerRegistryRequestConfig {
7144
7144
  * @type {string}
7145
7145
  * @memberof ContainerRegistryRequestConfig
7146
7146
  */
7147
- 'workload_identity_project_number'?: string;
7148
- /**
7149
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
7150
- * @type {string}
7151
- * @memberof ContainerRegistryRequestConfig
7152
- */
7153
- 'workload_identity_pool_id'?: string;
7154
- /**
7155
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
7156
- * @type {string}
7157
- * @memberof ContainerRegistryRequestConfig
7158
- */
7159
- 'workload_identity_provider_id'?: string;
7147
+ 'workload_identity_provider_resource'?: string;
7160
7148
  /**
7161
7149
  * Optional if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
7162
7150
  * @type {number}
@@ -7354,19 +7342,7 @@ export interface ContainerRegistryResponseAllOfConfig {
7354
7342
  * @type {string}
7355
7343
  * @memberof ContainerRegistryResponseAllOfConfig
7356
7344
  */
7357
- 'workload_identity_project_number'?: string;
7358
- /**
7359
- *
7360
- * @type {string}
7361
- * @memberof ContainerRegistryResponseAllOfConfig
7362
- */
7363
- 'workload_identity_pool_id'?: string;
7364
- /**
7365
- *
7366
- * @type {string}
7367
- * @memberof ContainerRegistryResponseAllOfConfig
7368
- */
7369
- 'workload_identity_provider_id'?: string;
7345
+ 'workload_identity_provider_resource'?: string;
7370
7346
  /**
7371
7347
  *
7372
7348
  * @type {number}
@@ -12465,19 +12441,7 @@ export interface GcpWorkloadIdentityFederationClusterCredentials {
12465
12441
  * @type {string}
12466
12442
  * @memberof GcpWorkloadIdentityFederationClusterCredentials
12467
12443
  */
12468
- 'workload_identity_project_number': string;
12469
- /**
12470
- *
12471
- * @type {string}
12472
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12473
- */
12474
- 'workload_identity_pool_id': string;
12475
- /**
12476
- *
12477
- * @type {string}
12478
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12479
- */
12480
- 'workload_identity_provider_id': string;
12444
+ 'workload_identity_provider_resource': string;
12481
12445
  /**
12482
12446
  *
12483
12447
  * @type {number}
package/dist/api.d.ts CHANGED
@@ -6947,19 +6947,7 @@ export interface ContainerRegistryRequestConfig {
6947
6947
  * @type {string}
6948
6948
  * @memberof ContainerRegistryRequestConfig
6949
6949
  */
6950
- 'workload_identity_project_number'?: string;
6951
- /**
6952
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6953
- * @type {string}
6954
- * @memberof ContainerRegistryRequestConfig
6955
- */
6956
- 'workload_identity_pool_id'?: string;
6957
- /**
6958
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6959
- * @type {string}
6960
- * @memberof ContainerRegistryRequestConfig
6961
- */
6962
- 'workload_identity_provider_id'?: string;
6950
+ 'workload_identity_provider_resource'?: string;
6963
6951
  /**
6964
6952
  * Optional if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6965
6953
  * @type {number}
@@ -7152,19 +7140,7 @@ export interface ContainerRegistryResponseAllOfConfig {
7152
7140
  * @type {string}
7153
7141
  * @memberof ContainerRegistryResponseAllOfConfig
7154
7142
  */
7155
- 'workload_identity_project_number'?: string;
7156
- /**
7157
- *
7158
- * @type {string}
7159
- * @memberof ContainerRegistryResponseAllOfConfig
7160
- */
7161
- 'workload_identity_pool_id'?: string;
7162
- /**
7163
- *
7164
- * @type {string}
7165
- * @memberof ContainerRegistryResponseAllOfConfig
7166
- */
7167
- 'workload_identity_provider_id'?: string;
7143
+ 'workload_identity_provider_resource'?: string;
7168
7144
  /**
7169
7145
  *
7170
7146
  * @type {number}
@@ -12077,19 +12053,7 @@ export interface GcpWorkloadIdentityFederationClusterCredentials {
12077
12053
  * @type {string}
12078
12054
  * @memberof GcpWorkloadIdentityFederationClusterCredentials
12079
12055
  */
12080
- 'workload_identity_project_number': string;
12081
- /**
12082
- *
12083
- * @type {string}
12084
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12085
- */
12086
- 'workload_identity_pool_id': string;
12087
- /**
12088
- *
12089
- * @type {string}
12090
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12091
- */
12092
- 'workload_identity_provider_id': string;
12056
+ 'workload_identity_provider_resource': string;
12093
12057
  /**
12094
12058
  *
12095
12059
  * @type {number}
package/dist/esm/api.d.ts CHANGED
@@ -6947,19 +6947,7 @@ export interface ContainerRegistryRequestConfig {
6947
6947
  * @type {string}
6948
6948
  * @memberof ContainerRegistryRequestConfig
6949
6949
  */
6950
- 'workload_identity_project_number'?: string;
6951
- /**
6952
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6953
- * @type {string}
6954
- * @memberof ContainerRegistryRequestConfig
6955
- */
6956
- 'workload_identity_pool_id'?: string;
6957
- /**
6958
- * Required if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6959
- * @type {string}
6960
- * @memberof ContainerRegistryRequestConfig
6961
- */
6962
- 'workload_identity_provider_id'?: string;
6950
+ 'workload_identity_provider_resource'?: string;
6963
6951
  /**
6964
6952
  * Optional if kind is `GCP_ARTIFACT_REGISTRY` and gcp_credentials_type is `workload_identity_federation`
6965
6953
  * @type {number}
@@ -7152,19 +7140,7 @@ export interface ContainerRegistryResponseAllOfConfig {
7152
7140
  * @type {string}
7153
7141
  * @memberof ContainerRegistryResponseAllOfConfig
7154
7142
  */
7155
- 'workload_identity_project_number'?: string;
7156
- /**
7157
- *
7158
- * @type {string}
7159
- * @memberof ContainerRegistryResponseAllOfConfig
7160
- */
7161
- 'workload_identity_pool_id'?: string;
7162
- /**
7163
- *
7164
- * @type {string}
7165
- * @memberof ContainerRegistryResponseAllOfConfig
7166
- */
7167
- 'workload_identity_provider_id'?: string;
7143
+ 'workload_identity_provider_resource'?: string;
7168
7144
  /**
7169
7145
  *
7170
7146
  * @type {number}
@@ -12077,19 +12053,7 @@ export interface GcpWorkloadIdentityFederationClusterCredentials {
12077
12053
  * @type {string}
12078
12054
  * @memberof GcpWorkloadIdentityFederationClusterCredentials
12079
12055
  */
12080
- 'workload_identity_project_number': string;
12081
- /**
12082
- *
12083
- * @type {string}
12084
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12085
- */
12086
- 'workload_identity_pool_id': string;
12087
- /**
12088
- *
12089
- * @type {string}
12090
- * @memberof GcpWorkloadIdentityFederationClusterCredentials
12091
- */
12092
- 'workload_identity_provider_id': string;
12056
+ 'workload_identity_provider_resource': string;
12093
12057
  /**
12094
12058
  *
12095
12059
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.901",
3
+ "version": "v1.1.902",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {