qovery-typescript-axios 1.1.831 → 1.1.833
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 +12 -0
- package/dist/api.d.ts +12 -0
- package/dist/esm/api.d.ts +12 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -3302,6 +3302,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3302
3302
|
* @memberof ClusterAdvancedSettings
|
|
3303
3303
|
*/
|
|
3304
3304
|
'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
|
|
3305
|
+
/**
|
|
3306
|
+
* Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
|
|
3307
|
+
* @type {string}
|
|
3308
|
+
* @memberof ClusterAdvancedSettings
|
|
3309
|
+
*/
|
|
3310
|
+
'aws.eks.ec2.ami'?: string;
|
|
3305
3311
|
/**
|
|
3306
3312
|
*
|
|
3307
3313
|
* @type {number}
|
|
@@ -15272,6 +15278,12 @@ export interface Organization {
|
|
|
15272
15278
|
* @memberof Organization
|
|
15273
15279
|
*/
|
|
15274
15280
|
'owner'?: string;
|
|
15281
|
+
/**
|
|
15282
|
+
* If set, indicates a billing-related restriction on the organization. \'NO_CREDIT_CARD\' means the organization is on a free trial without a credit card — managed cluster creation and deployments on managed clusters are blocked, but demo cluster usage is allowed. Any other value blocks all deployments. null means no restriction.
|
|
15283
|
+
* @type {string}
|
|
15284
|
+
* @memberof Organization
|
|
15285
|
+
*/
|
|
15286
|
+
'billing_deployment_restriction'?: string | null;
|
|
15275
15287
|
/**
|
|
15276
15288
|
*
|
|
15277
15289
|
* @type {OrganizationAllOfOrganizationPlan}
|
package/dist/api.d.ts
CHANGED
|
@@ -3192,6 +3192,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3192
3192
|
* @memberof ClusterAdvancedSettings
|
|
3193
3193
|
*/
|
|
3194
3194
|
'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
|
|
3195
|
+
/**
|
|
3196
|
+
* Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
|
|
3197
|
+
* @type {string}
|
|
3198
|
+
* @memberof ClusterAdvancedSettings
|
|
3199
|
+
*/
|
|
3200
|
+
'aws.eks.ec2.ami'?: string;
|
|
3195
3201
|
/**
|
|
3196
3202
|
*
|
|
3197
3203
|
* @type {number}
|
|
@@ -14819,6 +14825,12 @@ export interface Organization {
|
|
|
14819
14825
|
* @memberof Organization
|
|
14820
14826
|
*/
|
|
14821
14827
|
'owner'?: string;
|
|
14828
|
+
/**
|
|
14829
|
+
* If set, indicates a billing-related restriction on the organization. \'NO_CREDIT_CARD\' means the organization is on a free trial without a credit card — managed cluster creation and deployments on managed clusters are blocked, but demo cluster usage is allowed. Any other value blocks all deployments. null means no restriction.
|
|
14830
|
+
* @type {string}
|
|
14831
|
+
* @memberof Organization
|
|
14832
|
+
*/
|
|
14833
|
+
'billing_deployment_restriction'?: string | null;
|
|
14822
14834
|
/**
|
|
14823
14835
|
*
|
|
14824
14836
|
* @type {OrganizationAllOfOrganizationPlan}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -3192,6 +3192,12 @@ export interface ClusterAdvancedSettings {
|
|
|
3192
3192
|
* @memberof ClusterAdvancedSettings
|
|
3193
3193
|
*/
|
|
3194
3194
|
'aws.eks.ec2.metadata_imds'?: ClusterAdvancedSettingsAwsEksEc2MetadataImdsEnum;
|
|
3195
|
+
/**
|
|
3196
|
+
* Select the AMI to use for EKS worker nodes (Karpenter only): * `AmazonLinux2`: Amazon Linux 2 * `AmazonLinux2023`: Amazon Linux 2023 (default) * `Bottlerocket`: Bottlerocket OS * `ami-xxx` or `my-custom-ami-*`: A custom AMI ID or name pattern (assumes AL2023-based) * `al2:ami-xxx`: A custom AMI based on Amazon Linux 2 * `al2023:ami-xxx`: A custom AMI based on Amazon Linux 2023 * `bottlerocket:ami-xxx`: A custom AMI based on Bottlerocket
|
|
3197
|
+
* @type {string}
|
|
3198
|
+
* @memberof ClusterAdvancedSettings
|
|
3199
|
+
*/
|
|
3200
|
+
'aws.eks.ec2.ami'?: string;
|
|
3195
3201
|
/**
|
|
3196
3202
|
*
|
|
3197
3203
|
* @type {number}
|
|
@@ -14819,6 +14825,12 @@ export interface Organization {
|
|
|
14819
14825
|
* @memberof Organization
|
|
14820
14826
|
*/
|
|
14821
14827
|
'owner'?: string;
|
|
14828
|
+
/**
|
|
14829
|
+
* If set, indicates a billing-related restriction on the organization. \'NO_CREDIT_CARD\' means the organization is on a free trial without a credit card — managed cluster creation and deployments on managed clusters are blocked, but demo cluster usage is allowed. Any other value blocks all deployments. null means no restriction.
|
|
14830
|
+
* @type {string}
|
|
14831
|
+
* @memberof Organization
|
|
14832
|
+
*/
|
|
14833
|
+
'billing_deployment_restriction'?: string | null;
|
|
14822
14834
|
/**
|
|
14823
14835
|
*
|
|
14824
14836
|
* @type {OrganizationAllOfOrganizationPlan}
|