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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/package.json +1 -1
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";
|