waldur-js-client 1.0.4-dev.58 → 1.0.4-dev.59
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/dist/types.gen.d.ts +6 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -3497,9 +3497,13 @@ export type MigrationDetails = {
|
|
|
3497
3497
|
readonly dst_resource_name: string;
|
|
3498
3498
|
readonly dst_resource_state: string;
|
|
3499
3499
|
readonly state: string;
|
|
3500
|
+
error_message?: string;
|
|
3501
|
+
error_traceback?: string;
|
|
3500
3502
|
};
|
|
3501
3503
|
export type MigrationDetailsRequest = {
|
|
3502
3504
|
mappings: MappingRequest;
|
|
3505
|
+
error_message?: string;
|
|
3506
|
+
error_traceback?: string;
|
|
3503
3507
|
};
|
|
3504
3508
|
export type MinimalConsumptionLogicEnum = 'fixed' | 'linear';
|
|
3505
3509
|
export type MountPointEnum = '/var/lib/docker' | '/var/lib/etcd' | '/opt/media01' | '/opt/rke2_storage';
|
|
@@ -5926,6 +5930,8 @@ export type PatchedMessageTemplateRequest = {
|
|
|
5926
5930
|
};
|
|
5927
5931
|
export type PatchedMigrationDetailsRequest = {
|
|
5928
5932
|
mappings?: MappingRequest;
|
|
5933
|
+
error_message?: string;
|
|
5934
|
+
error_traceback?: string;
|
|
5929
5935
|
};
|
|
5930
5936
|
export type PatchedNotificationRequest = {
|
|
5931
5937
|
key?: string;
|