waldur-js-client 8.0.7-dev.40 → 8.0.7-dev.42

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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +59 -19
  2. package/package.json +1 -1
@@ -7090,7 +7090,7 @@ export type FreeipaProfileRequest = {
7090
7090
  agreement_date?: string;
7091
7091
  };
7092
7092
  export type FrequencyEnum = 'weekly' | 'biweekly' | 'monthly';
7093
- export type GenderEnum = 0 | 1 | 2 | 9;
7093
+ export type GenderEnum = 'male' | 'female' | 'unknown';
7094
7094
  export type GenerateAssignmentsRequest = {
7095
7095
  /**
7096
7096
  * Specific proposal UUIDs to generate assignments for. If empty, generates for all submitted proposals needing reviewers.
@@ -7273,6 +7273,14 @@ export type GroupInvitation = {
7273
7273
  * Custom description text displayed to users viewing this invitation.
7274
7274
  */
7275
7275
  custom_text?: string;
7276
+ /**
7277
+ * Allow users to submit multiple permission requests for this invitation.
7278
+ */
7279
+ allow_multiple_requests?: boolean;
7280
+ /**
7281
+ * Allow users to provide custom project name and description when accepting the invitation. If disabled, the project name is auto-generated from the template.
7282
+ */
7283
+ allow_custom_project_details?: boolean;
7276
7284
  };
7277
7285
  export type GroupInvitationRequest = {
7278
7286
  /**
@@ -7313,6 +7321,14 @@ export type GroupInvitationRequest = {
7313
7321
  * Custom description text displayed to users viewing this invitation.
7314
7322
  */
7315
7323
  custom_text?: string;
7324
+ /**
7325
+ * Allow users to submit multiple permission requests for this invitation.
7326
+ */
7327
+ allow_multiple_requests?: boolean;
7328
+ /**
7329
+ * Allow users to provide custom project name and description when accepting the invitation. If disabled, the project name is auto-generated from the template.
7330
+ */
7331
+ allow_custom_project_details?: boolean;
7316
7332
  };
7317
7333
  export type GroupInvitationUpdate = {
7318
7334
  /**
@@ -7353,6 +7369,14 @@ export type GroupInvitationUpdate = {
7353
7369
  * Custom description text displayed to users viewing this invitation.
7354
7370
  */
7355
7371
  custom_text?: string;
7372
+ /**
7373
+ * Allow users to submit multiple permission requests for this invitation.
7374
+ */
7375
+ allow_multiple_requests?: boolean;
7376
+ /**
7377
+ * Allow users to provide custom project name and description when accepting the invitation. If disabled, the project name is auto-generated from the template.
7378
+ */
7379
+ allow_custom_project_details?: boolean;
7356
7380
  };
7357
7381
  export type GroupInvitationUpdateRequest = {
7358
7382
  /**
@@ -7393,6 +7417,14 @@ export type GroupInvitationUpdateRequest = {
7393
7417
  * Custom description text displayed to users viewing this invitation.
7394
7418
  */
7395
7419
  custom_text?: string;
7420
+ /**
7421
+ * Allow users to submit multiple permission requests for this invitation.
7422
+ */
7423
+ allow_multiple_requests?: boolean;
7424
+ /**
7425
+ * Allow users to provide custom project name and description when accepting the invitation. If disabled, the project name is auto-generated from the template.
7426
+ */
7427
+ allow_custom_project_details?: boolean;
7396
7428
  };
7397
7429
  export type GrowthPeriodEnum = 'weekly' | 'monthly';
7398
7430
  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';
@@ -9062,9 +9094,9 @@ export type MarketplaceServiceProviderUser = {
9062
9094
  is_active?: boolean;
9063
9095
  job_title?: string;
9064
9096
  /**
9065
- * ISO 5218 gender code
9097
+ * User's gender (male, female, or unknown)
9066
9098
  */
9067
- gender?: GenderEnum | NullEnum | null;
9099
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
9068
9100
  /**
9069
9101
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
9070
9102
  */
@@ -12183,9 +12215,9 @@ export type OfferingUser = {
12183
12215
  */
12184
12216
  readonly user_affiliations?: unknown;
12185
12217
  /**
12186
- * ISO 5218 gender code
12218
+ * User's gender (male, female, or unknown)
12187
12219
  */
12188
- user_gender?: GenderEnum | NullEnum | null;
12220
+ user_gender?: GenderEnum | BlankEnum | NullEnum | null;
12189
12221
  /**
12190
12222
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
12191
12223
  */
@@ -15636,6 +15668,14 @@ export type PatchedGroupInvitationUpdateRequest = {
15636
15668
  * Custom description text displayed to users viewing this invitation.
15637
15669
  */
15638
15670
  custom_text?: string;
15671
+ /**
15672
+ * Allow users to submit multiple permission requests for this invitation.
15673
+ */
15674
+ allow_multiple_requests?: boolean;
15675
+ /**
15676
+ * Allow users to provide custom project name and description when accepting the invitation. If disabled, the project name is auto-generated from the template.
15677
+ */
15678
+ allow_custom_project_details?: boolean;
15639
15679
  };
15640
15680
  export type PatchedIdentityProviderRequest = {
15641
15681
  provider?: string;
@@ -17067,9 +17107,9 @@ export type PatchedUserRequest = {
17067
17107
  birth_date?: string | null;
17068
17108
  image?: (Blob | File) | null;
17069
17109
  /**
17070
- * ISO 5218 gender code
17110
+ * User's gender (male, female, or unknown)
17071
17111
  */
17072
- gender?: GenderEnum | NullEnum | null;
17112
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
17073
17113
  /**
17074
17114
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
17075
17115
  */
@@ -24414,9 +24454,9 @@ export type User = {
24414
24454
  readonly has_usable_password?: boolean;
24415
24455
  readonly ip_address?: string | null;
24416
24456
  /**
24417
- * ISO 5218 gender code
24457
+ * User's gender (male, female, or unknown)
24418
24458
  */
24419
- gender?: GenderEnum | NullEnum | null;
24459
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
24420
24460
  /**
24421
24461
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
24422
24462
  */
@@ -24815,9 +24855,9 @@ export type UserRequest = {
24815
24855
  birth_date?: string | null;
24816
24856
  image?: (Blob | File) | null;
24817
24857
  /**
24818
- * ISO 5218 gender code
24858
+ * User's gender (male, female, or unknown)
24819
24859
  */
24820
- gender?: GenderEnum | NullEnum | null;
24860
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
24821
24861
  /**
24822
24862
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
24823
24863
  */
@@ -27139,9 +27179,9 @@ export type UserRequestForm = {
27139
27179
  birth_date?: string | null;
27140
27180
  image?: (Blob | File) | null;
27141
27181
  /**
27142
- * ISO 5218 gender code
27182
+ * User's gender (male, female, or unknown)
27143
27183
  */
27144
- gender?: GenderEnum | NullEnum | null;
27184
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
27145
27185
  /**
27146
27186
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
27147
27187
  */
@@ -27230,9 +27270,9 @@ export type UserRequestMultipart = {
27230
27270
  birth_date?: string | null;
27231
27271
  image?: (Blob | File) | null;
27232
27272
  /**
27233
- * ISO 5218 gender code
27273
+ * User's gender (male, female, or unknown)
27234
27274
  */
27235
- gender?: GenderEnum | NullEnum | null;
27275
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
27236
27276
  /**
27237
27277
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
27238
27278
  */
@@ -27320,9 +27360,9 @@ export type PatchedUserRequestForm = {
27320
27360
  birth_date?: string | null;
27321
27361
  image?: (Blob | File) | null;
27322
27362
  /**
27323
- * ISO 5218 gender code
27363
+ * User's gender (male, female, or unknown)
27324
27364
  */
27325
- gender?: GenderEnum | NullEnum | null;
27365
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
27326
27366
  /**
27327
27367
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
27328
27368
  */
@@ -27410,9 +27450,9 @@ export type PatchedUserRequestMultipart = {
27410
27450
  birth_date?: string | null;
27411
27451
  image?: (Blob | File) | null;
27412
27452
  /**
27413
- * ISO 5218 gender code
27453
+ * User's gender (male, female, or unknown)
27414
27454
  */
27415
- gender?: GenderEnum | NullEnum | null;
27455
+ gender?: GenderEnum | BlankEnum | NullEnum | null;
27416
27456
  /**
27417
27457
  * Honorific title (Mr, Ms, Dr, Prof, etc.)
27418
27458
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.7-dev.40",
3
+ "version": "8.0.7-dev.42",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",