qovery-typescript-axios 1.1.901 → 1.1.903
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 +15 -39
- package/dist/api.d.ts +15 -39
- package/dist/esm/api.d.ts +15 -39
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -7144,19 +7144,7 @@ export interface ContainerRegistryRequestConfig {
|
|
|
7144
7144
|
* @type {string}
|
|
7145
7145
|
* @memberof ContainerRegistryRequestConfig
|
|
7146
7146
|
*/
|
|
7147
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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}
|
|
@@ -14336,6 +14300,12 @@ export interface HelmRequest {
|
|
|
14336
14300
|
* @memberof HelmRequest
|
|
14337
14301
|
*/
|
|
14338
14302
|
'icon_uri'?: string;
|
|
14303
|
+
/**
|
|
14304
|
+
* The blueprint ID the service has been created from
|
|
14305
|
+
* @type {string}
|
|
14306
|
+
* @memberof HelmRequest
|
|
14307
|
+
*/
|
|
14308
|
+
'blueprintId'?: string | null;
|
|
14339
14309
|
}
|
|
14340
14310
|
/**
|
|
14341
14311
|
* @type HelmRequestAllOfSource
|
|
@@ -22959,6 +22929,12 @@ export interface TerraformRequest {
|
|
|
22959
22929
|
* @memberof TerraformRequest
|
|
22960
22930
|
*/
|
|
22961
22931
|
'dockerfile_fragment'?: TerraformRequestDockerfileFragment | null;
|
|
22932
|
+
/**
|
|
22933
|
+
* The blueprint ID the service has been created from
|
|
22934
|
+
* @type {string}
|
|
22935
|
+
* @memberof TerraformRequest
|
|
22936
|
+
*/
|
|
22937
|
+
'blueprintId'?: string | null;
|
|
22962
22938
|
}
|
|
22963
22939
|
|
|
22964
22940
|
|
package/dist/api.d.ts
CHANGED
|
@@ -6947,19 +6947,7 @@ export interface ContainerRegistryRequestConfig {
|
|
|
6947
6947
|
* @type {string}
|
|
6948
6948
|
* @memberof ContainerRegistryRequestConfig
|
|
6949
6949
|
*/
|
|
6950
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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}
|
|
@@ -13879,6 +13843,12 @@ export interface HelmRequest {
|
|
|
13879
13843
|
* @memberof HelmRequest
|
|
13880
13844
|
*/
|
|
13881
13845
|
'icon_uri'?: string;
|
|
13846
|
+
/**
|
|
13847
|
+
* The blueprint ID the service has been created from
|
|
13848
|
+
* @type {string}
|
|
13849
|
+
* @memberof HelmRequest
|
|
13850
|
+
*/
|
|
13851
|
+
'blueprintId'?: string | null;
|
|
13882
13852
|
}
|
|
13883
13853
|
/**
|
|
13884
13854
|
* @type HelmRequestAllOfSource
|
|
@@ -22208,6 +22178,12 @@ export interface TerraformRequest {
|
|
|
22208
22178
|
* @memberof TerraformRequest
|
|
22209
22179
|
*/
|
|
22210
22180
|
'dockerfile_fragment'?: TerraformRequestDockerfileFragment | null;
|
|
22181
|
+
/**
|
|
22182
|
+
* The blueprint ID the service has been created from
|
|
22183
|
+
* @type {string}
|
|
22184
|
+
* @memberof TerraformRequest
|
|
22185
|
+
*/
|
|
22186
|
+
'blueprintId'?: string | null;
|
|
22211
22187
|
}
|
|
22212
22188
|
/**
|
|
22213
22189
|
* @type TerraformRequestDockerfileFragment
|
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
|
-
'
|
|
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
|
-
'
|
|
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
|
-
'
|
|
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}
|
|
@@ -13879,6 +13843,12 @@ export interface HelmRequest {
|
|
|
13879
13843
|
* @memberof HelmRequest
|
|
13880
13844
|
*/
|
|
13881
13845
|
'icon_uri'?: string;
|
|
13846
|
+
/**
|
|
13847
|
+
* The blueprint ID the service has been created from
|
|
13848
|
+
* @type {string}
|
|
13849
|
+
* @memberof HelmRequest
|
|
13850
|
+
*/
|
|
13851
|
+
'blueprintId'?: string | null;
|
|
13882
13852
|
}
|
|
13883
13853
|
/**
|
|
13884
13854
|
* @type HelmRequestAllOfSource
|
|
@@ -22208,6 +22178,12 @@ export interface TerraformRequest {
|
|
|
22208
22178
|
* @memberof TerraformRequest
|
|
22209
22179
|
*/
|
|
22210
22180
|
'dockerfile_fragment'?: TerraformRequestDockerfileFragment | null;
|
|
22181
|
+
/**
|
|
22182
|
+
* The blueprint ID the service has been created from
|
|
22183
|
+
* @type {string}
|
|
22184
|
+
* @memberof TerraformRequest
|
|
22185
|
+
*/
|
|
22186
|
+
'blueprintId'?: string | null;
|
|
22211
22187
|
}
|
|
22212
22188
|
/**
|
|
22213
22189
|
* @type TerraformRequestDockerfileFragment
|