waldur-js-client 1.0.4-dev.57 → 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.
@@ -2774,6 +2774,10 @@ export type KeycloakUserGroupMembership = {
2774
2774
  readonly group_name: string;
2775
2775
  readonly group_role: string;
2776
2776
  readonly group_scope_type: string;
2777
+ /**
2778
+ * Get the name of the cluster or project
2779
+ */
2780
+ readonly group_scope_name: string | null;
2777
2781
  state: KeycloakUserGroupMembershipState;
2778
2782
  readonly created: string;
2779
2783
  readonly modified: string;
@@ -3493,9 +3497,13 @@ export type MigrationDetails = {
3493
3497
  readonly dst_resource_name: string;
3494
3498
  readonly dst_resource_state: string;
3495
3499
  readonly state: string;
3500
+ error_message?: string;
3501
+ error_traceback?: string;
3496
3502
  };
3497
3503
  export type MigrationDetailsRequest = {
3498
3504
  mappings: MappingRequest;
3505
+ error_message?: string;
3506
+ error_traceback?: string;
3499
3507
  };
3500
3508
  export type MinimalConsumptionLogicEnum = 'fixed' | 'linear';
3501
3509
  export type MountPointEnum = '/var/lib/docker' | '/var/lib/etcd' | '/opt/media01' | '/opt/rke2_storage';
@@ -5922,6 +5930,8 @@ export type PatchedMessageTemplateRequest = {
5922
5930
  };
5923
5931
  export type PatchedMigrationDetailsRequest = {
5924
5932
  mappings?: MappingRequest;
5933
+ error_message?: string;
5934
+ error_traceback?: string;
5925
5935
  };
5926
5936
  export type PatchedNotificationRequest = {
5927
5937
  key?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "1.0.4-dev.57",
3
+ "version": "1.0.4-dev.59",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",