waldur-js-client 1.0.4-dev.83 → 1.0.4-dev.85
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 +17 -3
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1479,6 +1479,7 @@ export type ConstanceSettings = {
|
|
|
1479
1479
|
SMAX_CREATION_SOURCE_NAME?: string;
|
|
1480
1480
|
SMAX_REQUESTS_OFFERING?: string;
|
|
1481
1481
|
SMAX_VERIFY_SSL?: boolean;
|
|
1482
|
+
ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND?: boolean;
|
|
1482
1483
|
PROPOSAL_REVIEW_DURATION?: number;
|
|
1483
1484
|
USER_TABLE_COLUMNS?: string;
|
|
1484
1485
|
AUTO_APPROVE_USER_TOS?: boolean;
|
|
@@ -1603,6 +1604,7 @@ export type ConstanceSettingsRequest = {
|
|
|
1603
1604
|
SMAX_CREATION_SOURCE_NAME?: string;
|
|
1604
1605
|
SMAX_REQUESTS_OFFERING?: string;
|
|
1605
1606
|
SMAX_VERIFY_SSL?: boolean;
|
|
1607
|
+
ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND?: boolean;
|
|
1606
1608
|
PROPOSAL_REVIEW_DURATION?: number;
|
|
1607
1609
|
USER_TABLE_COLUMNS?: string;
|
|
1608
1610
|
AUTO_APPROVE_USER_TOS?: boolean;
|
|
@@ -6456,6 +6458,10 @@ export type PatchedUserRequest = {
|
|
|
6456
6458
|
* User must agree with the policy to register.
|
|
6457
6459
|
*/
|
|
6458
6460
|
agree_with_policy?: boolean;
|
|
6461
|
+
/**
|
|
6462
|
+
* Designates whether the user is allowed to receive email notifications.
|
|
6463
|
+
*/
|
|
6464
|
+
notifications_enabled?: boolean;
|
|
6459
6465
|
preferred_language?: string;
|
|
6460
6466
|
first_name?: string;
|
|
6461
6467
|
last_name?: string;
|
|
@@ -8990,6 +8996,10 @@ export type User = {
|
|
|
8990
8996
|
* Indicates when the user has agreed with the policy.
|
|
8991
8997
|
*/
|
|
8992
8998
|
readonly agreement_date?: string | null;
|
|
8999
|
+
/**
|
|
9000
|
+
* Designates whether the user is allowed to receive email notifications.
|
|
9001
|
+
*/
|
|
9002
|
+
notifications_enabled?: boolean;
|
|
8993
9003
|
preferred_language?: string;
|
|
8994
9004
|
readonly permissions?: Array<Permission>;
|
|
8995
9005
|
readonly requested_email?: string | null;
|
|
@@ -9074,6 +9084,10 @@ export type UserRequest = {
|
|
|
9074
9084
|
* User must agree with the policy to register.
|
|
9075
9085
|
*/
|
|
9076
9086
|
agree_with_policy?: boolean;
|
|
9087
|
+
/**
|
|
9088
|
+
* Designates whether the user is allowed to receive email notifications.
|
|
9089
|
+
*/
|
|
9090
|
+
notifications_enabled?: boolean;
|
|
9077
9091
|
preferred_language?: string;
|
|
9078
9092
|
first_name?: string;
|
|
9079
9093
|
last_name?: string;
|
|
@@ -28488,7 +28502,7 @@ export type UsersListData = {
|
|
|
28488
28502
|
date_joined?: string;
|
|
28489
28503
|
description?: string;
|
|
28490
28504
|
email?: string;
|
|
28491
|
-
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28505
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28492
28506
|
/**
|
|
28493
28507
|
* Full name
|
|
28494
28508
|
*/
|
|
@@ -28584,7 +28598,7 @@ export type UsersRetrieveData = {
|
|
|
28584
28598
|
uuid: string;
|
|
28585
28599
|
};
|
|
28586
28600
|
query?: {
|
|
28587
|
-
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28601
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28588
28602
|
};
|
|
28589
28603
|
url: '/api/users/{uuid}/';
|
|
28590
28604
|
};
|
|
@@ -28712,7 +28726,7 @@ export type UsersMeRetrieveData = {
|
|
|
28712
28726
|
body?: never;
|
|
28713
28727
|
path?: never;
|
|
28714
28728
|
query?: {
|
|
28715
|
-
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28729
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'civil_number' | 'date_joined' | 'description' | 'email' | 'first_name' | 'full_name' | 'has_active_session' | 'identity_provider_fields' | 'identity_provider_label' | 'identity_provider_management_url' | 'identity_provider_name' | 'identity_source' | 'image' | 'is_active' | 'is_staff' | 'is_support' | 'job_title' | 'last_name' | 'native_name' | 'notifications_enabled' | 'organization' | 'permissions' | 'phone_number' | 'preferred_language' | 'registration_method' | 'requested_email' | 'slug' | 'token' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
28716
28730
|
};
|
|
28717
28731
|
url: '/api/users/me/';
|
|
28718
28732
|
};
|