waldur-js-client 7.7.3-dev.0 → 7.7.3-dev.1
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 +12 -4
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -2540,7 +2540,7 @@ export type GoogleCredentials = {
|
|
|
2540
2540
|
export type GroupInvitation = {
|
|
2541
2541
|
readonly scope_uuid: string;
|
|
2542
2542
|
readonly scope_name: string;
|
|
2543
|
-
readonly scope_type: string;
|
|
2543
|
+
readonly scope_type: string | null;
|
|
2544
2544
|
readonly customer_uuid: string;
|
|
2545
2545
|
readonly customer_name: string;
|
|
2546
2546
|
readonly role_name: string;
|
|
@@ -2562,6 +2562,8 @@ export type GroupInvitation = {
|
|
|
2562
2562
|
*/
|
|
2563
2563
|
project_name_template?: string | null;
|
|
2564
2564
|
project_role?: string | null;
|
|
2565
|
+
user_affiliations?: unknown;
|
|
2566
|
+
user_email_patterns?: unknown;
|
|
2565
2567
|
};
|
|
2566
2568
|
export type GroupInvitationRequest = {
|
|
2567
2569
|
role: string;
|
|
@@ -2575,6 +2577,8 @@ export type GroupInvitationRequest = {
|
|
|
2575
2577
|
*/
|
|
2576
2578
|
project_name_template?: string | null;
|
|
2577
2579
|
project_role?: string | null;
|
|
2580
|
+
user_affiliations?: unknown;
|
|
2581
|
+
user_email_patterns?: unknown;
|
|
2578
2582
|
};
|
|
2579
2583
|
export type GuestOsEnum = 'DOS' | 'WIN_31' | 'WIN_95' | 'WIN_98' | 'WIN_ME' | 'WIN_NT' | 'WIN_2000_PRO' | 'WIN_2000_SERV' | 'WIN_2000_ADV_SERV' | 'WIN_XP_HOME' | 'WIN_XP_PRO' | 'WIN_XP_PRO_64' | 'WIN_NET_WEB' | 'WIN_NET_STANDARD' | 'WIN_NET_ENTERPRISE' | 'WIN_NET_DATACENTER' | 'WIN_NET_BUSINESS' | 'WIN_NET_STANDARD_64' | 'WIN_NET_ENTERPRISE_64' | 'WIN_LONGHORN' | 'WIN_LONGHORN_64' | 'WIN_NET_DATACENTER_64' | 'WIN_VISTA' | 'WIN_VISTA_64' | 'WINDOWS_7' | 'WINDOWS_7_64' | 'WINDOWS_7_SERVER_64' | 'WINDOWS_8' | 'WINDOWS_8_64' | 'WINDOWS_8_SERVER_64' | 'WINDOWS_9' | 'WINDOWS_9_64' | 'WINDOWS_9_SERVER_64' | 'WINDOWS_HYPERV' | 'FREEBSD' | 'FREEBSD_64' | 'REDHAT' | 'RHEL_2' | 'RHEL_3' | 'RHEL_3_64' | 'RHEL_4' | 'RHEL_4_64' | 'RHEL_5' | 'RHEL_5_64' | 'RHEL_6' | 'RHEL_6_64' | 'RHEL_7' | 'RHEL_7_64' | 'CENTOS' | 'CENTOS_64' | 'CENTOS_6' | 'CENTOS_6_64' | 'CENTOS_7' | 'CENTOS_7_64' | 'ORACLE_LINUX' | 'ORACLE_LINUX_64' | 'ORACLE_LINUX_6' | 'ORACLE_LINUX_6_64' | 'ORACLE_LINUX_7' | 'ORACLE_LINUX_7_64' | 'SUSE' | 'SUSE_64' | 'SLES' | 'SLES_64' | 'SLES_10' | 'SLES_10_64' | 'SLES_11' | 'SLES_11_64' | 'SLES_12' | 'SLES_12_64' | 'NLD_9' | 'OES' | 'SJDS' | 'MANDRAKE' | 'MANDRIVA' | 'MANDRIVA_64' | 'TURBO_LINUX' | 'TURBO_LINUX_64' | 'UBUNTU' | 'UBUNTU_64' | 'DEBIAN_4' | 'DEBIAN_4_64' | 'DEBIAN_5' | 'DEBIAN_5_64' | 'DEBIAN_6' | 'DEBIAN_6_64' | 'DEBIAN_7' | 'DEBIAN_7_64' | 'DEBIAN_8' | 'DEBIAN_8_64' | 'DEBIAN_9' | 'DEBIAN_9_64' | 'DEBIAN_10' | 'DEBIAN_10_64' | 'ASIANUX_3' | 'ASIANUX_3_64' | 'ASIANUX_4' | 'ASIANUX_4_64' | 'ASIANUX_5_64' | 'ASIANUX_7_64' | 'OPENSUSE' | 'OPENSUSE_64' | 'FEDORA' | 'FEDORA_64' | 'COREOS_64' | 'VMWARE_PHOTON_64' | 'OTHER_24X_LINUX' | 'OTHER_24X_LINUX_64' | 'OTHER_26X_LINUX' | 'OTHER_26X_LINUX_64' | 'OTHER_3X_LINUX' | 'OTHER_3X_LINUX_64' | 'OTHER_LINUX' | 'GENERIC_LINUX' | 'OTHER_LINUX_64' | 'SOLARIS_6' | 'SOLARIS_7' | 'SOLARIS_8' | 'SOLARIS_9' | 'SOLARIS_10' | 'SOLARIS_10_64' | 'SOLARIS_11_64' | 'OS2' | 'ECOMSTATION' | 'ECOMSTATION_2' | 'NETWARE_4' | 'NETWARE_5' | 'NETWARE_6' | 'OPENSERVER_5' | 'OPENSERVER_6' | 'UNIXWARE_7' | 'DARWIN' | 'DARWIN_64' | 'DARWIN_10' | 'DARWIN_10_64' | 'DARWIN_11' | 'DARWIN_11_64' | 'DARWIN_12_64' | 'DARWIN_13_64' | 'DARWIN_14_64' | 'DARWIN_15_64' | 'DARWIN_16_64' | 'VMKERNEL' | 'VMKERNEL_5' | 'VMKERNEL_6' | 'VMKERNEL_65' | 'OTHER' | 'OTHER_64';
|
|
2580
2584
|
export type GuestPowerStateEnum = 'RUNNING' | 'SHUTTING_DOWN' | 'RESETTING' | 'STANDBY' | 'NOT_RUNNING' | 'UNAVAILABLE';
|
|
@@ -2688,6 +2692,7 @@ export type ImageUploadResponse = {
|
|
|
2688
2692
|
status: string;
|
|
2689
2693
|
message: string;
|
|
2690
2694
|
};
|
|
2695
|
+
export type ImpactLevelDisplayEnum = 'No impact' | 'Degraded performance' | 'Partial outage' | 'Full outage';
|
|
2691
2696
|
export type ImpactLevelEnum = 1 | 2 | 3 | 4;
|
|
2692
2697
|
export type ImportResourceRequest = {
|
|
2693
2698
|
backend_id: string;
|
|
@@ -2723,7 +2728,7 @@ export type IntegrationStatusDetails = {
|
|
|
2723
2728
|
export type Invitation = {
|
|
2724
2729
|
readonly scope_uuid: string;
|
|
2725
2730
|
readonly scope_name: string;
|
|
2726
|
-
readonly scope_type: string;
|
|
2731
|
+
readonly scope_type: string | null;
|
|
2727
2732
|
readonly customer_uuid: string;
|
|
2728
2733
|
readonly customer_name: string;
|
|
2729
2734
|
readonly role_name: string;
|
|
@@ -3201,6 +3206,7 @@ export type MaintenanceAnnouncement = {
|
|
|
3201
3206
|
service_provider: string;
|
|
3202
3207
|
readonly created_by: string | null;
|
|
3203
3208
|
readonly affected_offerings: Array<MaintenanceAnnouncementOffering>;
|
|
3209
|
+
readonly service_provider_name: string;
|
|
3204
3210
|
};
|
|
3205
3211
|
export type MaintenanceAnnouncementOffering = {
|
|
3206
3212
|
readonly url: string;
|
|
@@ -3211,10 +3217,12 @@ export type MaintenanceAnnouncementOffering = {
|
|
|
3211
3217
|
* Expected impact on this offering
|
|
3212
3218
|
*/
|
|
3213
3219
|
impact_level?: ImpactLevelEnum;
|
|
3220
|
+
impact_level_display: ImpactLevelDisplayEnum;
|
|
3214
3221
|
/**
|
|
3215
3222
|
* Specific description of how this offering will be affected
|
|
3216
3223
|
*/
|
|
3217
3224
|
impact_description?: string;
|
|
3225
|
+
readonly offering_name: string;
|
|
3218
3226
|
};
|
|
3219
3227
|
export type MaintenanceAnnouncementOfferingRequest = {
|
|
3220
3228
|
maintenance: string;
|
|
@@ -3274,7 +3282,7 @@ export type MaintenanceAnnouncementRequest = {
|
|
|
3274
3282
|
*/
|
|
3275
3283
|
service_provider: string;
|
|
3276
3284
|
};
|
|
3277
|
-
export type MaintenanceAnnouncementStateEnum =
|
|
3285
|
+
export type MaintenanceAnnouncementStateEnum = 'Draft' | 'Scheduled' | 'In progress' | 'Completed' | 'Cancelled';
|
|
3278
3286
|
export type MaintenanceAnnouncementTemplate = {
|
|
3279
3287
|
readonly url: string;
|
|
3280
3288
|
readonly uuid: string;
|
|
@@ -10409,7 +10417,7 @@ export type VisibilityEnum = 'private' | 'public';
|
|
|
10409
10417
|
export type VisibleInvitationDetails = {
|
|
10410
10418
|
readonly scope_uuid: string;
|
|
10411
10419
|
readonly scope_name: string;
|
|
10412
|
-
readonly scope_type: string;
|
|
10420
|
+
readonly scope_type: string | null;
|
|
10413
10421
|
readonly customer_uuid: string;
|
|
10414
10422
|
readonly customer_name: string;
|
|
10415
10423
|
readonly role_name: string;
|