qovery-typescript-axios 1.1.839 → 1.1.840

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
@@ -7135,7 +7135,7 @@ export interface DatabaseEditRequest {
7135
7135
  * @type {string}
7136
7136
  * @memberof DatabaseEditRequest
7137
7137
  */
7138
- 'disk_type'?: DatabaseEditRequestDiskTypeEnum;
7138
+ 'disk_type'?: DatabaseEditRequestDiskTypeEnum | null;
7139
7139
  }
7140
7140
 
7141
7141
  export const DatabaseEditRequestDiskTypeEnum = {
package/dist/api.d.ts CHANGED
@@ -6939,7 +6939,7 @@ export interface DatabaseEditRequest {
6939
6939
  * @type {string}
6940
6940
  * @memberof DatabaseEditRequest
6941
6941
  */
6942
- 'disk_type'?: DatabaseEditRequestDiskTypeEnum;
6942
+ 'disk_type'?: DatabaseEditRequestDiskTypeEnum | null;
6943
6943
  }
6944
6944
  export declare const DatabaseEditRequestDiskTypeEnum: {
6945
6945
  readonly GP2: "gp2";
package/dist/esm/api.d.ts CHANGED
@@ -6939,7 +6939,7 @@ export interface DatabaseEditRequest {
6939
6939
  * @type {string}
6940
6940
  * @memberof DatabaseEditRequest
6941
6941
  */
6942
- 'disk_type'?: DatabaseEditRequestDiskTypeEnum;
6942
+ 'disk_type'?: DatabaseEditRequestDiskTypeEnum | null;
6943
6943
  }
6944
6944
  export declare const DatabaseEditRequestDiskTypeEnum: {
6945
6945
  readonly GP2: "gp2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.839",
3
+ "version": "v1.1.840",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {