qovery-typescript-axios 1.1.820 → 1.1.822

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
@@ -6875,6 +6875,12 @@ export interface Database {
6875
6875
  * @memberof Database
6876
6876
  */
6877
6877
  'disk_encrypted'?: boolean;
6878
+ /**
6879
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases.
6880
+ * @type {boolean}
6881
+ * @memberof Database
6882
+ */
6883
+ 'apply_immediately'?: boolean;
6878
6884
  /**
6879
6885
  *
6880
6886
  * @type {ServiceTypeEnum}
@@ -7004,6 +7010,12 @@ export interface DatabaseEditRequest {
7004
7010
  * @memberof DatabaseEditRequest
7005
7011
  */
7006
7012
  'icon_uri'?: string;
7013
+ /**
7014
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases. Warning: Applying changes immediately may cause a brief service interruption.
7015
+ * @type {boolean}
7016
+ * @memberof DatabaseEditRequest
7017
+ */
7018
+ 'apply_immediately'?: boolean;
7007
7019
  }
7008
7020
 
7009
7021
 
package/dist/api.d.ts CHANGED
@@ -6688,6 +6688,12 @@ export interface Database {
6688
6688
  * @memberof Database
6689
6689
  */
6690
6690
  'disk_encrypted'?: boolean;
6691
+ /**
6692
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases.
6693
+ * @type {boolean}
6694
+ * @memberof Database
6695
+ */
6696
+ 'apply_immediately'?: boolean;
6691
6697
  /**
6692
6698
  *
6693
6699
  * @type {ServiceTypeEnum}
@@ -6809,6 +6815,12 @@ export interface DatabaseEditRequest {
6809
6815
  * @memberof DatabaseEditRequest
6810
6816
  */
6811
6817
  'icon_uri'?: string;
6818
+ /**
6819
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases. Warning: Applying changes immediately may cause a brief service interruption.
6820
+ * @type {boolean}
6821
+ * @memberof DatabaseEditRequest
6822
+ */
6823
+ 'apply_immediately'?: boolean;
6812
6824
  }
6813
6825
  /**
6814
6826
  *
package/dist/esm/api.d.ts CHANGED
@@ -6688,6 +6688,12 @@ export interface Database {
6688
6688
  * @memberof Database
6689
6689
  */
6690
6690
  'disk_encrypted'?: boolean;
6691
+ /**
6692
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases.
6693
+ * @type {boolean}
6694
+ * @memberof Database
6695
+ */
6696
+ 'apply_immediately'?: boolean;
6691
6697
  /**
6692
6698
  *
6693
6699
  * @type {ServiceTypeEnum}
@@ -6809,6 +6815,12 @@ export interface DatabaseEditRequest {
6809
6815
  * @memberof DatabaseEditRequest
6810
6816
  */
6811
6817
  'icon_uri'?: string;
6818
+ /**
6819
+ * Apply changes immediately instead of waiting for the maintenance window. This field is only applicable for managed databases. Warning: Applying changes immediately may cause a brief service interruption.
6820
+ * @type {boolean}
6821
+ * @memberof DatabaseEditRequest
6822
+ */
6823
+ 'apply_immediately'?: boolean;
6812
6824
  }
6813
6825
  /**
6814
6826
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.820",
3
+ "version": "v1.1.822",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {