waldur-js-client 7.8.6-dev.7 → 7.8.6-dev.8
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 +45 -10
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1878,6 +1878,8 @@ export type ConstanceSettings = {
|
|
|
1878
1878
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
1879
1879
|
ONBOARDING_ARIREGISTER_PASSWORD?: string;
|
|
1880
1880
|
ONBOARDING_ARIREGISTER_TIMEOUT?: number;
|
|
1881
|
+
ONBOARDING_WICO_API_URL?: string;
|
|
1882
|
+
ONBOARDING_WICO_TOKEN?: string;
|
|
1881
1883
|
};
|
|
1882
1884
|
export type ConstanceSettingsRequest = {
|
|
1883
1885
|
SITE_NAME?: string;
|
|
@@ -2025,6 +2027,8 @@ export type ConstanceSettingsRequest = {
|
|
|
2025
2027
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
2026
2028
|
ONBOARDING_ARIREGISTER_PASSWORD?: string;
|
|
2027
2029
|
ONBOARDING_ARIREGISTER_TIMEOUT?: number;
|
|
2030
|
+
ONBOARDING_WICO_API_URL?: string;
|
|
2031
|
+
ONBOARDING_WICO_TOKEN?: string;
|
|
2028
2032
|
};
|
|
2029
2033
|
export type ContainerFormatEnum = 'bare' | 'ovf' | 'aki' | 'ami' | 'ari';
|
|
2030
2034
|
export type CoreAuthToken = {
|
|
@@ -6244,6 +6248,7 @@ export type OnboardingCompanyValidationRequestRequest = {
|
|
|
6244
6248
|
legal_name?: string;
|
|
6245
6249
|
};
|
|
6246
6250
|
export type OnboardingCountryChecklistConfiguration = {
|
|
6251
|
+
readonly url: string;
|
|
6247
6252
|
readonly uuid: string;
|
|
6248
6253
|
/**
|
|
6249
6254
|
* ISO country code (e.g., 'EE' for Estonia)
|
|
@@ -6252,7 +6257,7 @@ export type OnboardingCountryChecklistConfiguration = {
|
|
|
6252
6257
|
/**
|
|
6253
6258
|
* Checklist to use for this country's onboarding
|
|
6254
6259
|
*/
|
|
6255
|
-
checklist:
|
|
6260
|
+
checklist: string;
|
|
6256
6261
|
readonly checklist_name: string;
|
|
6257
6262
|
readonly checklist_uuid: string;
|
|
6258
6263
|
/**
|
|
@@ -6270,7 +6275,7 @@ export type OnboardingCountryChecklistConfigurationRequest = {
|
|
|
6270
6275
|
/**
|
|
6271
6276
|
* Checklist to use for this country's onboarding
|
|
6272
6277
|
*/
|
|
6273
|
-
checklist:
|
|
6278
|
+
checklist: string;
|
|
6274
6279
|
/**
|
|
6275
6280
|
* Whether this country configuration is active
|
|
6276
6281
|
*/
|
|
@@ -6342,10 +6347,11 @@ export type OnboardingJustificationReviewRequest = {
|
|
|
6342
6347
|
};
|
|
6343
6348
|
export type OnboardingQuestionMetadata = {
|
|
6344
6349
|
readonly uuid: string;
|
|
6350
|
+
readonly url: string;
|
|
6345
6351
|
/**
|
|
6346
6352
|
* Question this metadata applies to
|
|
6347
6353
|
*/
|
|
6348
|
-
question:
|
|
6354
|
+
question: string;
|
|
6349
6355
|
readonly question_uuid: string;
|
|
6350
6356
|
readonly question_description: string;
|
|
6351
6357
|
/**
|
|
@@ -6363,7 +6369,7 @@ export type OnboardingQuestionMetadataRequest = {
|
|
|
6363
6369
|
/**
|
|
6364
6370
|
* Question this metadata applies to
|
|
6365
6371
|
*/
|
|
6366
|
-
question:
|
|
6372
|
+
question: string;
|
|
6367
6373
|
/**
|
|
6368
6374
|
* Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code')
|
|
6369
6375
|
*/
|
|
@@ -8882,7 +8888,7 @@ export type PatchedOnboardingCountryChecklistConfigurationRequest = {
|
|
|
8882
8888
|
/**
|
|
8883
8889
|
* Checklist to use for this country's onboarding
|
|
8884
8890
|
*/
|
|
8885
|
-
checklist?:
|
|
8891
|
+
checklist?: string;
|
|
8886
8892
|
/**
|
|
8887
8893
|
* Whether this country configuration is active
|
|
8888
8894
|
*/
|
|
@@ -8900,7 +8906,7 @@ export type PatchedOnboardingQuestionMetadataRequest = {
|
|
|
8900
8906
|
/**
|
|
8901
8907
|
* Question this metadata applies to
|
|
8902
8908
|
*/
|
|
8903
|
-
question?:
|
|
8909
|
+
question?: string;
|
|
8904
8910
|
/**
|
|
8905
8911
|
* Customer model field name to map this answer to (e.g., 'registration_code', 'email', 'vat_code')
|
|
8906
8912
|
*/
|
|
@@ -9506,6 +9512,7 @@ export type PatchedUserRequest = {
|
|
|
9506
9512
|
preferred_language?: string;
|
|
9507
9513
|
first_name?: string;
|
|
9508
9514
|
last_name?: string;
|
|
9515
|
+
birth_date?: string | null;
|
|
9509
9516
|
image?: (Blob | File) | null;
|
|
9510
9517
|
};
|
|
9511
9518
|
export type PatchedVmwareVirtualMachineRequest = {
|
|
@@ -13191,6 +13198,7 @@ export type User = {
|
|
|
13191
13198
|
readonly affiliations?: unknown;
|
|
13192
13199
|
first_name?: string;
|
|
13193
13200
|
last_name?: string;
|
|
13201
|
+
birth_date?: string | null;
|
|
13194
13202
|
readonly identity_provider_name?: string;
|
|
13195
13203
|
readonly identity_provider_label?: string;
|
|
13196
13204
|
readonly identity_provider_management_url?: string;
|
|
@@ -13352,6 +13360,7 @@ export type UserRequest = {
|
|
|
13352
13360
|
preferred_language?: string;
|
|
13353
13361
|
first_name?: string;
|
|
13354
13362
|
last_name?: string;
|
|
13363
|
+
birth_date?: string | null;
|
|
13355
13364
|
image?: (Blob | File) | null;
|
|
13356
13365
|
};
|
|
13357
13366
|
export type UserRoleCreateRequest = {
|
|
@@ -13394,7 +13403,7 @@ export type UserRoleUpdateRequest = {
|
|
|
13394
13403
|
};
|
|
13395
13404
|
export type UsernameGenerationPolicyEnum = 'service_provider' | 'anonymized' | 'full_name' | 'waldur_username' | 'freeipa' | 'identity_claim';
|
|
13396
13405
|
export type ValidationDecisionEnum = 'approved' | 'rejected' | 'pending';
|
|
13397
|
-
export type ValidationMethodEnum = 'ariregister';
|
|
13406
|
+
export type ValidationMethodEnum = 'ariregister' | 'wirtschaftscompass';
|
|
13398
13407
|
export type Version = {
|
|
13399
13408
|
/**
|
|
13400
13409
|
* Current installed version of the application
|
|
@@ -14541,6 +14550,8 @@ export type ConstanceSettingsRequestForm = {
|
|
|
14541
14550
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
14542
14551
|
ONBOARDING_ARIREGISTER_PASSWORD?: string;
|
|
14543
14552
|
ONBOARDING_ARIREGISTER_TIMEOUT?: number;
|
|
14553
|
+
ONBOARDING_WICO_API_URL?: string;
|
|
14554
|
+
ONBOARDING_WICO_TOKEN?: string;
|
|
14544
14555
|
};
|
|
14545
14556
|
export type ConstanceSettingsRequestMultipart = {
|
|
14546
14557
|
SITE_NAME?: string;
|
|
@@ -14688,6 +14699,8 @@ export type ConstanceSettingsRequestMultipart = {
|
|
|
14688
14699
|
ONBOARDING_ARIREGISTER_USERNAME?: string;
|
|
14689
14700
|
ONBOARDING_ARIREGISTER_PASSWORD?: string;
|
|
14690
14701
|
ONBOARDING_ARIREGISTER_TIMEOUT?: number;
|
|
14702
|
+
ONBOARDING_WICO_API_URL?: string;
|
|
14703
|
+
ONBOARDING_WICO_TOKEN?: string;
|
|
14691
14704
|
};
|
|
14692
14705
|
export type PaymentRequestForm = {
|
|
14693
14706
|
profile: string;
|
|
@@ -14893,6 +14906,7 @@ export type UserRequestForm = {
|
|
|
14893
14906
|
preferred_language?: string;
|
|
14894
14907
|
first_name?: string;
|
|
14895
14908
|
last_name?: string;
|
|
14909
|
+
birth_date?: string | null;
|
|
14896
14910
|
image?: (Blob | File) | null;
|
|
14897
14911
|
};
|
|
14898
14912
|
export type UserRequestMultipart = {
|
|
@@ -14937,6 +14951,7 @@ export type UserRequestMultipart = {
|
|
|
14937
14951
|
preferred_language?: string;
|
|
14938
14952
|
first_name?: string;
|
|
14939
14953
|
last_name?: string;
|
|
14954
|
+
birth_date?: string | null;
|
|
14940
14955
|
image?: (Blob | File) | null;
|
|
14941
14956
|
};
|
|
14942
14957
|
export type PatchedUserRequestForm = {
|
|
@@ -14980,6 +14995,7 @@ export type PatchedUserRequestForm = {
|
|
|
14980
14995
|
preferred_language?: string;
|
|
14981
14996
|
first_name?: string;
|
|
14982
14997
|
last_name?: string;
|
|
14998
|
+
birth_date?: string | null;
|
|
14983
14999
|
image?: (Blob | File) | null;
|
|
14984
15000
|
};
|
|
14985
15001
|
export type PatchedUserRequestMultipart = {
|
|
@@ -15023,6 +15039,7 @@ export type PatchedUserRequestMultipart = {
|
|
|
15023
15039
|
preferred_language?: string;
|
|
15024
15040
|
first_name?: string;
|
|
15025
15041
|
last_name?: string;
|
|
15042
|
+
birth_date?: string | null;
|
|
15026
15043
|
image?: (Blob | File) | null;
|
|
15027
15044
|
};
|
|
15028
15045
|
/**
|
|
@@ -34321,6 +34338,8 @@ export type OnboardingCountryConfigsListData = {
|
|
|
34321
34338
|
body?: never;
|
|
34322
34339
|
path?: never;
|
|
34323
34340
|
query?: {
|
|
34341
|
+
country?: string;
|
|
34342
|
+
is_active?: boolean;
|
|
34324
34343
|
/**
|
|
34325
34344
|
* A page number within the paginated result set.
|
|
34326
34345
|
*/
|
|
@@ -34340,6 +34359,8 @@ export type OnboardingCountryConfigsCountData = {
|
|
|
34340
34359
|
body?: never;
|
|
34341
34360
|
path?: never;
|
|
34342
34361
|
query?: {
|
|
34362
|
+
country?: string;
|
|
34363
|
+
is_active?: boolean;
|
|
34343
34364
|
/**
|
|
34344
34365
|
* A page number within the paginated result set.
|
|
34345
34366
|
*/
|
|
@@ -34569,6 +34590,12 @@ export type OnboardingQuestionMetadataListData = {
|
|
|
34569
34590
|
body?: never;
|
|
34570
34591
|
path?: never;
|
|
34571
34592
|
query?: {
|
|
34593
|
+
/**
|
|
34594
|
+
* Checklist uuid
|
|
34595
|
+
*/
|
|
34596
|
+
checklist_uuid?: string;
|
|
34597
|
+
intent_field?: string;
|
|
34598
|
+
maps_to_customer_field?: string;
|
|
34572
34599
|
/**
|
|
34573
34600
|
* A page number within the paginated result set.
|
|
34574
34601
|
*/
|
|
@@ -34577,6 +34604,7 @@ export type OnboardingQuestionMetadataListData = {
|
|
|
34577
34604
|
* Number of results to return per page.
|
|
34578
34605
|
*/
|
|
34579
34606
|
page_size?: number;
|
|
34607
|
+
question_uuid?: string;
|
|
34580
34608
|
};
|
|
34581
34609
|
url: '/api/onboarding-question-metadata/';
|
|
34582
34610
|
};
|
|
@@ -34588,6 +34616,12 @@ export type OnboardingQuestionMetadataCountData = {
|
|
|
34588
34616
|
body?: never;
|
|
34589
34617
|
path?: never;
|
|
34590
34618
|
query?: {
|
|
34619
|
+
/**
|
|
34620
|
+
* Checklist uuid
|
|
34621
|
+
*/
|
|
34622
|
+
checklist_uuid?: string;
|
|
34623
|
+
intent_field?: string;
|
|
34624
|
+
maps_to_customer_field?: string;
|
|
34591
34625
|
/**
|
|
34592
34626
|
* A page number within the paginated result set.
|
|
34593
34627
|
*/
|
|
@@ -34596,6 +34630,7 @@ export type OnboardingQuestionMetadataCountData = {
|
|
|
34596
34630
|
* Number of results to return per page.
|
|
34597
34631
|
*/
|
|
34598
34632
|
page_size?: number;
|
|
34633
|
+
question_uuid?: string;
|
|
34599
34634
|
};
|
|
34600
34635
|
url: '/api/onboarding-question-metadata/';
|
|
34601
34636
|
};
|
|
@@ -46299,7 +46334,7 @@ export type UsersListData = {
|
|
|
46299
46334
|
date_joined?: string;
|
|
46300
46335
|
description?: string;
|
|
46301
46336
|
email?: string;
|
|
46302
|
-
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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46337
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'birth_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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46303
46338
|
/**
|
|
46304
46339
|
* Full name
|
|
46305
46340
|
*/
|
|
@@ -46467,7 +46502,7 @@ export type UsersRetrieveData = {
|
|
|
46467
46502
|
uuid: string;
|
|
46468
46503
|
};
|
|
46469
46504
|
query?: {
|
|
46470
|
-
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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46505
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'birth_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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46471
46506
|
};
|
|
46472
46507
|
url: '/api/users/{uuid}/';
|
|
46473
46508
|
};
|
|
@@ -46595,7 +46630,7 @@ export type UsersMeRetrieveData = {
|
|
|
46595
46630
|
body?: never;
|
|
46596
46631
|
path?: never;
|
|
46597
46632
|
query?: {
|
|
46598
|
-
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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46633
|
+
field?: Array<'affiliations' | 'agree_with_policy' | 'agreement_date' | 'birth_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' | 'ip_address' | '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_expires_at' | 'token_lifetime' | 'url' | 'username' | 'uuid'>;
|
|
46599
46634
|
};
|
|
46600
46635
|
url: '/api/users/me/';
|
|
46601
46636
|
};
|