@victoria-company/agora-client 1.0.202510140948 → 1.0.202510231132
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/index.cjs +1547 -859
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1567 -694
- package/dist/index.d.ts +1567 -694
- package/dist/index.js +1502 -814
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -484,6 +484,10 @@ interface CartResponse extends Parsable {
|
|
|
484
484
|
* The createdAt property
|
|
485
485
|
*/
|
|
486
486
|
createdAt?: Date | null;
|
|
487
|
+
/**
|
|
488
|
+
* The customerId property
|
|
489
|
+
*/
|
|
490
|
+
customerId?: string | null;
|
|
487
491
|
/**
|
|
488
492
|
* The delegateId property
|
|
489
493
|
*/
|
|
@@ -558,6 +562,7 @@ interface CartResponse extends Parsable {
|
|
|
558
562
|
turnOver?: number | null;
|
|
559
563
|
/**
|
|
560
564
|
* The userId property
|
|
565
|
+
* @deprecated
|
|
561
566
|
*/
|
|
562
567
|
userId?: string | null;
|
|
563
568
|
/**
|
|
@@ -591,6 +596,10 @@ interface CartSummaryResponse extends Parsable {
|
|
|
591
596
|
* The contextId property
|
|
592
597
|
*/
|
|
593
598
|
contextId?: number | null;
|
|
599
|
+
/**
|
|
600
|
+
* The customerId property
|
|
601
|
+
*/
|
|
602
|
+
customerId?: string | null;
|
|
594
603
|
/**
|
|
595
604
|
* The deliveryFee property
|
|
596
605
|
*/
|
|
@@ -637,6 +646,7 @@ interface CartSummaryResponse extends Parsable {
|
|
|
637
646
|
totalToPay?: number | null;
|
|
638
647
|
/**
|
|
639
648
|
* The userId property
|
|
649
|
+
* @deprecated
|
|
640
650
|
*/
|
|
641
651
|
userId?: string | null;
|
|
642
652
|
}
|
|
@@ -1346,6 +1356,18 @@ declare function createCreateOnlineUserRequest_FusionAuthWebhookUserFromDiscrimi
|
|
|
1346
1356
|
* @returns {CreateOnlineUserRequest}
|
|
1347
1357
|
*/
|
|
1348
1358
|
declare function createCreateOnlineUserRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1359
|
+
/**
|
|
1360
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1361
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1362
|
+
* @returns {CustomerProfileResponse_CustomerAddress}
|
|
1363
|
+
*/
|
|
1364
|
+
declare function createCustomerProfileResponse_CustomerAddressFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1365
|
+
/**
|
|
1366
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1367
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1368
|
+
* @returns {CustomerProfileResponse}
|
|
1369
|
+
*/
|
|
1370
|
+
declare function createCustomerProfileResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1349
1371
|
/**
|
|
1350
1372
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1351
1373
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -1817,15 +1839,9 @@ declare function createGdprSubscribeTransactionalRequestFromDiscriminatorValue(p
|
|
|
1817
1839
|
/**
|
|
1818
1840
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1819
1841
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1820
|
-
* @returns {
|
|
1842
|
+
* @returns {GetActiveDemoForCustomerResponse}
|
|
1821
1843
|
*/
|
|
1822
|
-
declare function
|
|
1823
|
-
/**
|
|
1824
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
1825
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1826
|
-
* @returns {GetAllUserVouchersResponse}
|
|
1827
|
-
*/
|
|
1828
|
-
declare function createGetAllUserVouchersResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1844
|
+
declare function createGetActiveDemoForCustomerResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1829
1845
|
/**
|
|
1830
1846
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1831
1847
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -1892,6 +1908,42 @@ declare function createGetClubInformationResponseFromDiscriminatorValue(parseNod
|
|
|
1892
1908
|
* @returns {GetColorsResponse}
|
|
1893
1909
|
*/
|
|
1894
1910
|
declare function createGetColorsResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1911
|
+
/**
|
|
1912
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1913
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1914
|
+
* @returns {GetCustomerAdvantagesResponse_VoucherResponse}
|
|
1915
|
+
*/
|
|
1916
|
+
declare function createGetCustomerAdvantagesResponse_VoucherResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1917
|
+
/**
|
|
1918
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1919
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1920
|
+
* @returns {GetCustomerAdvantagesResponse_WalletResponse}
|
|
1921
|
+
*/
|
|
1922
|
+
declare function createGetCustomerAdvantagesResponse_WalletResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1923
|
+
/**
|
|
1924
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1925
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1926
|
+
* @returns {GetCustomerAdvantagesResponse}
|
|
1927
|
+
*/
|
|
1928
|
+
declare function createGetCustomerAdvantagesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1929
|
+
/**
|
|
1930
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1931
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1932
|
+
* @returns {GetCustomerAllCartsResponse}
|
|
1933
|
+
*/
|
|
1934
|
+
declare function createGetCustomerAllCartsResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1935
|
+
/**
|
|
1936
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1937
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1938
|
+
* @returns {GetCustomerAllVouchersResponse}
|
|
1939
|
+
*/
|
|
1940
|
+
declare function createGetCustomerAllVouchersResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1941
|
+
/**
|
|
1942
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
1943
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1944
|
+
* @returns {GetCustomerOrdersResponse}
|
|
1945
|
+
*/
|
|
1946
|
+
declare function createGetCustomerOrdersResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1895
1947
|
/**
|
|
1896
1948
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1897
1949
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -1937,15 +1989,15 @@ declare function createGetDemoResponseFromDiscriminatorValue(parseNode: ParseNod
|
|
|
1937
1989
|
/**
|
|
1938
1990
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1939
1991
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1940
|
-
* @returns {
|
|
1992
|
+
* @returns {GetDemosForCustomerResponse_DemoResponseWithIsHostess}
|
|
1941
1993
|
*/
|
|
1942
|
-
declare function
|
|
1994
|
+
declare function createGetDemosForCustomerResponse_DemoResponseWithIsHostessFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1943
1995
|
/**
|
|
1944
1996
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1945
1997
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
1946
|
-
* @returns {
|
|
1998
|
+
* @returns {GetDemosForCustomerResponse}
|
|
1947
1999
|
*/
|
|
1948
|
-
declare function
|
|
2000
|
+
declare function createGetDemosForCustomerResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
1949
2001
|
/**
|
|
1950
2002
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
1951
2003
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2018,30 +2070,6 @@ declare function createGetThemesResponseFromDiscriminatorValue(parseNode: ParseN
|
|
|
2018
2070
|
* @returns {GetTypesenseSettingsResponse}
|
|
2019
2071
|
*/
|
|
2020
2072
|
declare function createGetTypesenseSettingsResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2021
|
-
/**
|
|
2022
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2023
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2024
|
-
* @returns {GetUserAdvantagesResponse_VoucherResponse}
|
|
2025
|
-
*/
|
|
2026
|
-
declare function createGetUserAdvantagesResponse_VoucherResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2027
|
-
/**
|
|
2028
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2029
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2030
|
-
* @returns {GetUserAdvantagesResponse_WalletResponse}
|
|
2031
|
-
*/
|
|
2032
|
-
declare function createGetUserAdvantagesResponse_WalletResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2033
|
-
/**
|
|
2034
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2035
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2036
|
-
* @returns {GetUserAdvantagesResponse}
|
|
2037
|
-
*/
|
|
2038
|
-
declare function createGetUserAdvantagesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2039
|
-
/**
|
|
2040
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2041
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2042
|
-
* @returns {GetUserAllCartsResponse}
|
|
2043
|
-
*/
|
|
2044
|
-
declare function createGetUserAllCartsResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2045
2073
|
/**
|
|
2046
2074
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2047
2075
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2072,12 +2100,6 @@ declare function createGetUserInfoByDelegateIdResponse_UserInfoFromDiscriminator
|
|
|
2072
2100
|
* @returns {GetUserInfoByDelegateIdResponse}
|
|
2073
2101
|
*/
|
|
2074
2102
|
declare function createGetUserInfoByDelegateIdResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2075
|
-
/**
|
|
2076
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2077
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2078
|
-
* @returns {GetUserOrdersResponse}
|
|
2079
|
-
*/
|
|
2080
|
-
declare function createGetUserOrdersResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2081
2103
|
/**
|
|
2082
2104
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2083
2105
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2379,27 +2401,27 @@ declare function createRunBatchesRequestFromDiscriminatorValue(parseNode: ParseN
|
|
|
2379
2401
|
/**
|
|
2380
2402
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2381
2403
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2382
|
-
* @returns {
|
|
2404
|
+
* @returns {SearchCustomersResponse_CustomerSearchResult}
|
|
2383
2405
|
*/
|
|
2384
|
-
declare function
|
|
2406
|
+
declare function createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2385
2407
|
/**
|
|
2386
2408
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2387
2409
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2388
|
-
* @returns {
|
|
2410
|
+
* @returns {SearchCustomersResponse}
|
|
2389
2411
|
*/
|
|
2390
|
-
declare function
|
|
2412
|
+
declare function createSearchCustomersResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2391
2413
|
/**
|
|
2392
2414
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2393
2415
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2394
|
-
* @returns {
|
|
2416
|
+
* @returns {SearchMyTeamDelegatesResponse_DelegateSearchItem}
|
|
2395
2417
|
*/
|
|
2396
|
-
declare function
|
|
2418
|
+
declare function createSearchMyTeamDelegatesResponse_DelegateSearchItemFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2397
2419
|
/**
|
|
2398
2420
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2399
2421
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2400
|
-
* @returns {
|
|
2422
|
+
* @returns {SearchMyTeamDelegatesResponse}
|
|
2401
2423
|
*/
|
|
2402
|
-
declare function
|
|
2424
|
+
declare function createSearchMyTeamDelegatesResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2403
2425
|
/**
|
|
2404
2426
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2405
2427
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2466,6 +2488,18 @@ declare function createTypesenseNodeFromDiscriminatorValue(parseNode: ParseNode
|
|
|
2466
2488
|
* @returns {UpdateCartItemEngravingRequest}
|
|
2467
2489
|
*/
|
|
2468
2490
|
declare function createUpdateCartItemEngravingRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2491
|
+
/**
|
|
2492
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
2493
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2494
|
+
* @returns {UpdateCustomerEmailRequest}
|
|
2495
|
+
*/
|
|
2496
|
+
declare function createUpdateCustomerEmailRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2497
|
+
/**
|
|
2498
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
2499
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2500
|
+
* @returns {UpdateCustomerProfileRequest}
|
|
2501
|
+
*/
|
|
2502
|
+
declare function createUpdateCustomerProfileRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2469
2503
|
/**
|
|
2470
2504
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2471
2505
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2562,18 +2596,6 @@ declare function createUpdateTaxonomyRequest_UpdateTrayRequestFromDiscriminatorV
|
|
|
2562
2596
|
* @returns {UpdateTaxonomyRequest}
|
|
2563
2597
|
*/
|
|
2564
2598
|
declare function createUpdateTaxonomyRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2565
|
-
/**
|
|
2566
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2567
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2568
|
-
* @returns {UpdateUserEmailRequest}
|
|
2569
|
-
*/
|
|
2570
|
-
declare function createUpdateUserEmailRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2571
|
-
/**
|
|
2572
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2573
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2574
|
-
* @returns {UpdateUserProfileRequest}
|
|
2575
|
-
*/
|
|
2576
|
-
declare function createUpdateUserProfileRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2577
2599
|
/**
|
|
2578
2600
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2579
2601
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2682,18 +2704,6 @@ declare function createUpsertUserRequestFromDiscriminatorValue(parseNode: ParseN
|
|
|
2682
2704
|
* @returns {UpsertVoucherFromFacadeRequest}
|
|
2683
2705
|
*/
|
|
2684
2706
|
declare function createUpsertVoucherFromFacadeRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2685
|
-
/**
|
|
2686
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2687
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2688
|
-
* @returns {UserProfileResponse_CustomerAddress}
|
|
2689
|
-
*/
|
|
2690
|
-
declare function createUserProfileResponse_CustomerAddressFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2691
|
-
/**
|
|
2692
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2693
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2694
|
-
* @returns {UserProfileResponse}
|
|
2695
|
-
*/
|
|
2696
|
-
declare function createUserProfileResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2697
2707
|
/**
|
|
2698
2708
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2699
2709
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2724,6 +2734,98 @@ declare function createVoucherResponseFromDiscriminatorValue(parseNode: ParseNod
|
|
|
2724
2734
|
* @returns {WishlistResponse}
|
|
2725
2735
|
*/
|
|
2726
2736
|
declare function createWishlistResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2737
|
+
interface CustomerProfileResponse extends Parsable {
|
|
2738
|
+
/**
|
|
2739
|
+
* The addresses property
|
|
2740
|
+
*/
|
|
2741
|
+
addresses?: CustomerProfileResponse_CustomerAddress[] | null;
|
|
2742
|
+
/**
|
|
2743
|
+
* The assignedDelegateFullname property
|
|
2744
|
+
*/
|
|
2745
|
+
assignedDelegateFullname?: string | null;
|
|
2746
|
+
/**
|
|
2747
|
+
* The assignedDelegateId property
|
|
2748
|
+
*/
|
|
2749
|
+
assignedDelegateId?: string | null;
|
|
2750
|
+
/**
|
|
2751
|
+
* The birthDate property
|
|
2752
|
+
*/
|
|
2753
|
+
birthDate?: DateOnly | null;
|
|
2754
|
+
/**
|
|
2755
|
+
* The contextId property
|
|
2756
|
+
*/
|
|
2757
|
+
contextId?: number | null;
|
|
2758
|
+
/**
|
|
2759
|
+
* The displayName property
|
|
2760
|
+
*/
|
|
2761
|
+
displayName?: string | null;
|
|
2762
|
+
/**
|
|
2763
|
+
* The email property
|
|
2764
|
+
*/
|
|
2765
|
+
email?: string | null;
|
|
2766
|
+
/**
|
|
2767
|
+
* The externalId property
|
|
2768
|
+
*/
|
|
2769
|
+
externalId?: number | null;
|
|
2770
|
+
/**
|
|
2771
|
+
* The firstname property
|
|
2772
|
+
*/
|
|
2773
|
+
firstname?: string | null;
|
|
2774
|
+
/**
|
|
2775
|
+
* The gender property
|
|
2776
|
+
*/
|
|
2777
|
+
gender?: Gender | null;
|
|
2778
|
+
/**
|
|
2779
|
+
* The id property
|
|
2780
|
+
*/
|
|
2781
|
+
id?: string | null;
|
|
2782
|
+
/**
|
|
2783
|
+
* The isActive property
|
|
2784
|
+
*/
|
|
2785
|
+
isActive?: boolean | null;
|
|
2786
|
+
/**
|
|
2787
|
+
* The lastname property
|
|
2788
|
+
*/
|
|
2789
|
+
lastname?: string | null;
|
|
2790
|
+
/**
|
|
2791
|
+
* The locale property
|
|
2792
|
+
*/
|
|
2793
|
+
locale?: string | null;
|
|
2794
|
+
}
|
|
2795
|
+
interface CustomerProfileResponse_CustomerAddress extends Parsable {
|
|
2796
|
+
/**
|
|
2797
|
+
* The address1 property
|
|
2798
|
+
*/
|
|
2799
|
+
address1?: string | null;
|
|
2800
|
+
/**
|
|
2801
|
+
* The address2 property
|
|
2802
|
+
*/
|
|
2803
|
+
address2?: string | null;
|
|
2804
|
+
/**
|
|
2805
|
+
* The city property
|
|
2806
|
+
*/
|
|
2807
|
+
city?: string | null;
|
|
2808
|
+
/**
|
|
2809
|
+
* The countryCode property
|
|
2810
|
+
*/
|
|
2811
|
+
countryCode?: string | null;
|
|
2812
|
+
/**
|
|
2813
|
+
* The mobile property
|
|
2814
|
+
*/
|
|
2815
|
+
mobile?: string | null;
|
|
2816
|
+
/**
|
|
2817
|
+
* The phone property
|
|
2818
|
+
*/
|
|
2819
|
+
phone?: string | null;
|
|
2820
|
+
/**
|
|
2821
|
+
* The type property
|
|
2822
|
+
*/
|
|
2823
|
+
type?: AddressType | null;
|
|
2824
|
+
/**
|
|
2825
|
+
* The zipCode property
|
|
2826
|
+
*/
|
|
2827
|
+
zipCode?: string | null;
|
|
2828
|
+
}
|
|
2727
2829
|
interface DelegateConnectionResponse extends Parsable {
|
|
2728
2830
|
/**
|
|
2729
2831
|
* The email property
|
|
@@ -2934,6 +3036,10 @@ interface DemoAttendeeOverviewResponse extends Parsable {
|
|
|
2934
3036
|
* The couldBecomeHostess property
|
|
2935
3037
|
*/
|
|
2936
3038
|
couldBecomeHostess?: boolean | null;
|
|
3039
|
+
/**
|
|
3040
|
+
* The customerId property
|
|
3041
|
+
*/
|
|
3042
|
+
customerId?: string | null;
|
|
2937
3043
|
/**
|
|
2938
3044
|
* The displayName property
|
|
2939
3045
|
*/
|
|
@@ -2968,6 +3074,10 @@ interface DemoAttendeeResponse extends Parsable {
|
|
|
2968
3074
|
* The couldBecomeHostess property
|
|
2969
3075
|
*/
|
|
2970
3076
|
couldBecomeHostess?: boolean | null;
|
|
3077
|
+
/**
|
|
3078
|
+
* The customer property
|
|
3079
|
+
*/
|
|
3080
|
+
customer?: CustomerProfileResponse | null;
|
|
2971
3081
|
/**
|
|
2972
3082
|
* The displayName property
|
|
2973
3083
|
*/
|
|
@@ -2998,8 +3108,9 @@ interface DemoAttendeeResponse extends Parsable {
|
|
|
2998
3108
|
role?: AttendeeRole | null;
|
|
2999
3109
|
/**
|
|
3000
3110
|
* The user property
|
|
3111
|
+
* @deprecated
|
|
3001
3112
|
*/
|
|
3002
|
-
user?:
|
|
3113
|
+
user?: CustomerProfileResponse | null;
|
|
3003
3114
|
/**
|
|
3004
3115
|
* The willAttend property
|
|
3005
3116
|
*/
|
|
@@ -3523,6 +3634,16 @@ declare function deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUser(cr
|
|
|
3523
3634
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3524
3635
|
*/
|
|
3525
3636
|
declare function deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUserData(createOnlineUserRequest_FusionAuthWebhookUserData?: Partial<CreateOnlineUserRequest_FusionAuthWebhookUserData> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3637
|
+
/**
|
|
3638
|
+
* The deserialization information for the current model
|
|
3639
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3640
|
+
*/
|
|
3641
|
+
declare function deserializeIntoCustomerProfileResponse(customerProfileResponse?: Partial<CustomerProfileResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3642
|
+
/**
|
|
3643
|
+
* The deserialization information for the current model
|
|
3644
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3645
|
+
*/
|
|
3646
|
+
declare function deserializeIntoCustomerProfileResponse_CustomerAddress(customerProfileResponse_CustomerAddress?: Partial<CustomerProfileResponse_CustomerAddress> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3526
3647
|
/**
|
|
3527
3648
|
* The deserialization information for the current model
|
|
3528
3649
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -3742,12 +3863,7 @@ declare function deserializeIntoGdprSubscribeTransactionalRequest2(gdprSubscribe
|
|
|
3742
3863
|
* The deserialization information for the current model
|
|
3743
3864
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3744
3865
|
*/
|
|
3745
|
-
declare function
|
|
3746
|
-
/**
|
|
3747
|
-
* The deserialization information for the current model
|
|
3748
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3749
|
-
*/
|
|
3750
|
-
declare function deserializeIntoGetAllUserVouchersResponse(getAllUserVouchersResponse?: Partial<GetAllUserVouchersResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3866
|
+
declare function deserializeIntoGetActiveDemoForCustomerResponse(getActiveDemoForCustomerResponse?: Partial<GetActiveDemoForCustomerResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3751
3867
|
/**
|
|
3752
3868
|
* The deserialization information for the current model
|
|
3753
3869
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -3803,6 +3919,36 @@ declare function deserializeIntoGetClubInformationResponse(getClubInformationRes
|
|
|
3803
3919
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3804
3920
|
*/
|
|
3805
3921
|
declare function deserializeIntoGetColorsResponse(getColorsResponse?: Partial<GetColorsResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3922
|
+
/**
|
|
3923
|
+
* The deserialization information for the current model
|
|
3924
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3925
|
+
*/
|
|
3926
|
+
declare function deserializeIntoGetCustomerAdvantagesResponse(getCustomerAdvantagesResponse?: Partial<GetCustomerAdvantagesResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3927
|
+
/**
|
|
3928
|
+
* The deserialization information for the current model
|
|
3929
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3930
|
+
*/
|
|
3931
|
+
declare function deserializeIntoGetCustomerAdvantagesResponse_VoucherResponse(getCustomerAdvantagesResponse_VoucherResponse?: Partial<GetCustomerAdvantagesResponse_VoucherResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3932
|
+
/**
|
|
3933
|
+
* The deserialization information for the current model
|
|
3934
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3935
|
+
*/
|
|
3936
|
+
declare function deserializeIntoGetCustomerAdvantagesResponse_WalletResponse(getCustomerAdvantagesResponse_WalletResponse?: Partial<GetCustomerAdvantagesResponse_WalletResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3937
|
+
/**
|
|
3938
|
+
* The deserialization information for the current model
|
|
3939
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3940
|
+
*/
|
|
3941
|
+
declare function deserializeIntoGetCustomerAllCartsResponse(getCustomerAllCartsResponse?: Partial<GetCustomerAllCartsResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3942
|
+
/**
|
|
3943
|
+
* The deserialization information for the current model
|
|
3944
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3945
|
+
*/
|
|
3946
|
+
declare function deserializeIntoGetCustomerAllVouchersResponse(getCustomerAllVouchersResponse?: Partial<GetCustomerAllVouchersResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3947
|
+
/**
|
|
3948
|
+
* The deserialization information for the current model
|
|
3949
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3950
|
+
*/
|
|
3951
|
+
declare function deserializeIntoGetCustomerOrdersResponse(getCustomerOrdersResponse?: Partial<GetCustomerOrdersResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3806
3952
|
/**
|
|
3807
3953
|
* The deserialization information for the current model
|
|
3808
3954
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -3842,12 +3988,12 @@ declare function deserializeIntoGetDemoResponse(getDemoResponse?: Partial<GetDem
|
|
|
3842
3988
|
* The deserialization information for the current model
|
|
3843
3989
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3844
3990
|
*/
|
|
3845
|
-
declare function
|
|
3991
|
+
declare function deserializeIntoGetDemosForCustomerResponse(getDemosForCustomerResponse?: Partial<GetDemosForCustomerResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3846
3992
|
/**
|
|
3847
3993
|
* The deserialization information for the current model
|
|
3848
3994
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3849
3995
|
*/
|
|
3850
|
-
declare function
|
|
3996
|
+
declare function deserializeIntoGetDemosForCustomerResponse_DemoResponseWithIsHostess(getDemosForCustomerResponse_DemoResponseWithIsHostess?: Partial<GetDemosForCustomerResponse_DemoResponseWithIsHostess> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3851
3997
|
/**
|
|
3852
3998
|
* The deserialization information for the current model
|
|
3853
3999
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -3908,26 +4054,6 @@ declare function deserializeIntoGetThemesResponse(getThemesResponse?: Partial<Ge
|
|
|
3908
4054
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3909
4055
|
*/
|
|
3910
4056
|
declare function deserializeIntoGetTypesenseSettingsResponse(getTypesenseSettingsResponse?: Partial<GetTypesenseSettingsResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3911
|
-
/**
|
|
3912
|
-
* The deserialization information for the current model
|
|
3913
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3914
|
-
*/
|
|
3915
|
-
declare function deserializeIntoGetUserAdvantagesResponse(getUserAdvantagesResponse?: Partial<GetUserAdvantagesResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3916
|
-
/**
|
|
3917
|
-
* The deserialization information for the current model
|
|
3918
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3919
|
-
*/
|
|
3920
|
-
declare function deserializeIntoGetUserAdvantagesResponse_VoucherResponse(getUserAdvantagesResponse_VoucherResponse?: Partial<GetUserAdvantagesResponse_VoucherResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3921
|
-
/**
|
|
3922
|
-
* The deserialization information for the current model
|
|
3923
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3924
|
-
*/
|
|
3925
|
-
declare function deserializeIntoGetUserAdvantagesResponse_WalletResponse(getUserAdvantagesResponse_WalletResponse?: Partial<GetUserAdvantagesResponse_WalletResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3926
|
-
/**
|
|
3927
|
-
* The deserialization information for the current model
|
|
3928
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3929
|
-
*/
|
|
3930
|
-
declare function deserializeIntoGetUserAllCartsResponse(getUserAllCartsResponse?: Partial<GetUserAllCartsResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3931
4057
|
/**
|
|
3932
4058
|
* The deserialization information for the current model
|
|
3933
4059
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -3953,11 +4079,6 @@ declare function deserializeIntoGetUserInfoByDelegateIdResponse(getUserInfoByDel
|
|
|
3953
4079
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3954
4080
|
*/
|
|
3955
4081
|
declare function deserializeIntoGetUserInfoByDelegateIdResponse_UserInfo(getUserInfoByDelegateIdResponse_UserInfo?: Partial<GetUserInfoByDelegateIdResponse_UserInfo> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3956
|
-
/**
|
|
3957
|
-
* The deserialization information for the current model
|
|
3958
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
3959
|
-
*/
|
|
3960
|
-
declare function deserializeIntoGetUserOrdersResponse(getUserOrdersResponse?: Partial<GetUserOrdersResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
3961
4082
|
/**
|
|
3962
4083
|
* The deserialization information for the current model
|
|
3963
4084
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4112,22 +4233,22 @@ declare function deserializeIntoRunBatchesRequest(runBatchesRequest?: Partial<Ru
|
|
|
4112
4233
|
* The deserialization information for the current model
|
|
4113
4234
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4114
4235
|
*/
|
|
4115
|
-
declare function
|
|
4236
|
+
declare function deserializeIntoSearchCustomersResponse(searchCustomersResponse?: Partial<SearchCustomersResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4116
4237
|
/**
|
|
4117
4238
|
* The deserialization information for the current model
|
|
4118
4239
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4119
4240
|
*/
|
|
4120
|
-
declare function
|
|
4241
|
+
declare function deserializeIntoSearchCustomersResponse_CustomerSearchResult(searchCustomersResponse_CustomerSearchResult?: Partial<SearchCustomersResponse_CustomerSearchResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4121
4242
|
/**
|
|
4122
4243
|
* The deserialization information for the current model
|
|
4123
4244
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4124
4245
|
*/
|
|
4125
|
-
declare function
|
|
4246
|
+
declare function deserializeIntoSearchMyTeamDelegatesResponse(searchMyTeamDelegatesResponse?: Partial<SearchMyTeamDelegatesResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4126
4247
|
/**
|
|
4127
4248
|
* The deserialization information for the current model
|
|
4128
4249
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4129
4250
|
*/
|
|
4130
|
-
declare function
|
|
4251
|
+
declare function deserializeIntoSearchMyTeamDelegatesResponse_DelegateSearchItem(searchMyTeamDelegatesResponse_DelegateSearchItem?: Partial<SearchMyTeamDelegatesResponse_DelegateSearchItem> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4131
4252
|
/**
|
|
4132
4253
|
* The deserialization information for the current model
|
|
4133
4254
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4187,22 +4308,32 @@ declare function deserializeIntoUpdateCartItemEngravingRequest(updateCartItemEng
|
|
|
4187
4308
|
* The deserialization information for the current model
|
|
4188
4309
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4189
4310
|
*/
|
|
4190
|
-
declare function
|
|
4311
|
+
declare function deserializeIntoUpdateCustomerEmailRequest(updateCustomerEmailRequest?: Partial<UpdateCustomerEmailRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4191
4312
|
/**
|
|
4192
4313
|
* The deserialization information for the current model
|
|
4193
4314
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4194
4315
|
*/
|
|
4195
|
-
declare function
|
|
4316
|
+
declare function deserializeIntoUpdateCustomerProfileRequest(updateCustomerProfileRequest?: Partial<UpdateCustomerProfileRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4196
4317
|
/**
|
|
4197
4318
|
* The deserialization information for the current model
|
|
4198
4319
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4199
4320
|
*/
|
|
4200
|
-
declare function
|
|
4321
|
+
declare function deserializeIntoUpdateDemoAdditionalTurnOverRequest(updateDemoAdditionalTurnOverRequest?: Partial<UpdateDemoAdditionalTurnOverRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4201
4322
|
/**
|
|
4202
4323
|
* The deserialization information for the current model
|
|
4203
4324
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4204
4325
|
*/
|
|
4205
|
-
declare function
|
|
4326
|
+
declare function deserializeIntoUpdateDemoCommentRequest(updateDemoCommentRequest?: Partial<UpdateDemoCommentRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4327
|
+
/**
|
|
4328
|
+
* The deserialization information for the current model
|
|
4329
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4330
|
+
*/
|
|
4331
|
+
declare function deserializeIntoUpdateDemoFromIntranetRequest(updateDemoFromIntranetRequest?: Partial<UpdateDemoFromIntranetRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4332
|
+
/**
|
|
4333
|
+
* The deserialization information for the current model
|
|
4334
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4335
|
+
*/
|
|
4336
|
+
declare function deserializeIntoUpdateDemoSettingsRequest(updateDemoSettingsRequest?: Partial<UpdateDemoSettingsRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4206
4337
|
/**
|
|
4207
4338
|
* The deserialization information for the current model
|
|
4208
4339
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4263,16 +4394,6 @@ declare function deserializeIntoUpdateTaxonomyRequest_UpdateThemeRequest_UpdateT
|
|
|
4263
4394
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4264
4395
|
*/
|
|
4265
4396
|
declare function deserializeIntoUpdateTaxonomyRequest_UpdateTrayRequest(updateTaxonomyRequest_UpdateTrayRequest?: Partial<UpdateTaxonomyRequest_UpdateTrayRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4266
|
-
/**
|
|
4267
|
-
* The deserialization information for the current model
|
|
4268
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4269
|
-
*/
|
|
4270
|
-
declare function deserializeIntoUpdateUserEmailRequest(updateUserEmailRequest?: Partial<UpdateUserEmailRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4271
|
-
/**
|
|
4272
|
-
* The deserialization information for the current model
|
|
4273
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4274
|
-
*/
|
|
4275
|
-
declare function deserializeIntoUpdateUserProfileRequest(updateUserProfileRequest?: Partial<UpdateUserProfileRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4276
4397
|
/**
|
|
4277
4398
|
* The deserialization information for the current model
|
|
4278
4399
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4363,16 +4484,6 @@ declare function deserializeIntoUpsertUserRequest(upsertUserRequest?: Partial<Up
|
|
|
4363
4484
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4364
4485
|
*/
|
|
4365
4486
|
declare function deserializeIntoUpsertVoucherFromFacadeRequest(upsertVoucherFromFacadeRequest?: Partial<UpsertVoucherFromFacadeRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4366
|
-
/**
|
|
4367
|
-
* The deserialization information for the current model
|
|
4368
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4369
|
-
*/
|
|
4370
|
-
declare function deserializeIntoUserProfileResponse(userProfileResponse?: Partial<UserProfileResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4371
|
-
/**
|
|
4372
|
-
* The deserialization information for the current model
|
|
4373
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4374
|
-
*/
|
|
4375
|
-
declare function deserializeIntoUserProfileResponse_CustomerAddress(userProfileResponse_CustomerAddress?: Partial<UserProfileResponse_CustomerAddress> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4376
4487
|
/**
|
|
4377
4488
|
* The deserialization information for the current model
|
|
4378
4489
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4912,31 +5023,17 @@ interface GdprSubscribeTransactionalRequest2 extends Parsable {
|
|
|
4912
5023
|
optInSource?: GdprOptInSource | null;
|
|
4913
5024
|
}
|
|
4914
5025
|
type Gender = (typeof GenderObject)[keyof typeof GenderObject];
|
|
4915
|
-
interface
|
|
5026
|
+
interface GetActiveDemoForCustomerResponse extends Parsable {
|
|
4916
5027
|
/**
|
|
4917
5028
|
* The activeDemo property
|
|
4918
5029
|
*/
|
|
4919
5030
|
activeDemo?: DemoResponse | null;
|
|
4920
5031
|
}
|
|
4921
|
-
interface
|
|
4922
|
-
/**
|
|
4923
|
-
* The hasMore property
|
|
4924
|
-
*/
|
|
4925
|
-
hasMore?: boolean | null;
|
|
4926
|
-
/**
|
|
4927
|
-
* The pageIndex property
|
|
4928
|
-
*/
|
|
4929
|
-
pageIndex?: number | null;
|
|
4930
|
-
/**
|
|
4931
|
-
* The pageSize property
|
|
4932
|
-
*/
|
|
4933
|
-
pageSize?: number | null;
|
|
5032
|
+
interface GetBoosterInformationResponse extends Parsable {
|
|
4934
5033
|
/**
|
|
4935
|
-
* The
|
|
5034
|
+
* The customerId property
|
|
4936
5035
|
*/
|
|
4937
|
-
|
|
4938
|
-
}
|
|
4939
|
-
interface GetBoosterInformationResponse extends Parsable {
|
|
5036
|
+
customerId?: string | null;
|
|
4940
5037
|
/**
|
|
4941
5038
|
* The level1 property
|
|
4942
5039
|
*/
|
|
@@ -4959,6 +5056,7 @@ interface GetBoosterInformationResponse extends Parsable {
|
|
|
4959
5056
|
totalWallet?: number | null;
|
|
4960
5057
|
/**
|
|
4961
5058
|
* The userId property
|
|
5059
|
+
* @deprecated
|
|
4962
5060
|
*/
|
|
4963
5061
|
userId?: string | null;
|
|
4964
5062
|
}
|
|
@@ -5078,6 +5176,90 @@ interface GetColorsResponse extends Parsable {
|
|
|
5078
5176
|
*/
|
|
5079
5177
|
colors?: ColorResponse[] | null;
|
|
5080
5178
|
}
|
|
5179
|
+
interface GetCustomerAdvantagesResponse extends Parsable {
|
|
5180
|
+
/**
|
|
5181
|
+
* The vouchers property
|
|
5182
|
+
*/
|
|
5183
|
+
vouchers?: GetCustomerAdvantagesResponse_VoucherResponse[] | null;
|
|
5184
|
+
/**
|
|
5185
|
+
* The wallet property
|
|
5186
|
+
*/
|
|
5187
|
+
wallet?: GetCustomerAdvantagesResponse_WalletResponse | null;
|
|
5188
|
+
}
|
|
5189
|
+
interface GetCustomerAdvantagesResponse_VoucherResponse extends Parsable {
|
|
5190
|
+
/**
|
|
5191
|
+
* The amount property
|
|
5192
|
+
*/
|
|
5193
|
+
amount?: number | null;
|
|
5194
|
+
/**
|
|
5195
|
+
* The code property
|
|
5196
|
+
*/
|
|
5197
|
+
code?: string | null;
|
|
5198
|
+
/**
|
|
5199
|
+
* The expirationDate property
|
|
5200
|
+
*/
|
|
5201
|
+
expirationDate?: Date | null;
|
|
5202
|
+
/**
|
|
5203
|
+
* The freeShipping property
|
|
5204
|
+
*/
|
|
5205
|
+
freeShipping?: boolean | null;
|
|
5206
|
+
/**
|
|
5207
|
+
* The type property
|
|
5208
|
+
*/
|
|
5209
|
+
type?: VoucherType | null;
|
|
5210
|
+
}
|
|
5211
|
+
interface GetCustomerAdvantagesResponse_WalletResponse extends Parsable {
|
|
5212
|
+
/**
|
|
5213
|
+
* The amount property
|
|
5214
|
+
*/
|
|
5215
|
+
amount?: number | null;
|
|
5216
|
+
/**
|
|
5217
|
+
* The expirationDate property
|
|
5218
|
+
*/
|
|
5219
|
+
expirationDate?: Date | null;
|
|
5220
|
+
}
|
|
5221
|
+
interface GetCustomerAllCartsResponse extends Parsable {
|
|
5222
|
+
/**
|
|
5223
|
+
* The allCarts property
|
|
5224
|
+
*/
|
|
5225
|
+
allCarts?: CartSummaryResponse[] | null;
|
|
5226
|
+
}
|
|
5227
|
+
interface GetCustomerAllVouchersResponse extends Parsable {
|
|
5228
|
+
/**
|
|
5229
|
+
* The hasMore property
|
|
5230
|
+
*/
|
|
5231
|
+
hasMore?: boolean | null;
|
|
5232
|
+
/**
|
|
5233
|
+
* The pageIndex property
|
|
5234
|
+
*/
|
|
5235
|
+
pageIndex?: number | null;
|
|
5236
|
+
/**
|
|
5237
|
+
* The pageSize property
|
|
5238
|
+
*/
|
|
5239
|
+
pageSize?: number | null;
|
|
5240
|
+
/**
|
|
5241
|
+
* The vouchers property
|
|
5242
|
+
*/
|
|
5243
|
+
vouchers?: VoucherResponse[] | null;
|
|
5244
|
+
}
|
|
5245
|
+
interface GetCustomerOrdersResponse extends Parsable {
|
|
5246
|
+
/**
|
|
5247
|
+
* The hasMore property
|
|
5248
|
+
*/
|
|
5249
|
+
hasMore?: boolean | null;
|
|
5250
|
+
/**
|
|
5251
|
+
* The orders property
|
|
5252
|
+
*/
|
|
5253
|
+
orders?: OrderSummaryResponse[] | null;
|
|
5254
|
+
/**
|
|
5255
|
+
* The pageIndex property
|
|
5256
|
+
*/
|
|
5257
|
+
pageIndex?: number | null;
|
|
5258
|
+
/**
|
|
5259
|
+
* The pageSize property
|
|
5260
|
+
*/
|
|
5261
|
+
pageSize?: number | null;
|
|
5262
|
+
}
|
|
5081
5263
|
interface GetDelegateGrantsResponse extends Parsable {
|
|
5082
5264
|
/**
|
|
5083
5265
|
* The data property
|
|
@@ -5144,17 +5326,17 @@ interface GetDemoResponse extends Parsable {
|
|
|
5144
5326
|
*/
|
|
5145
5327
|
roles?: DemoRole[] | null;
|
|
5146
5328
|
}
|
|
5147
|
-
interface
|
|
5329
|
+
interface GetDemosForCustomerResponse extends Parsable {
|
|
5148
5330
|
/**
|
|
5149
5331
|
* The demos property
|
|
5150
5332
|
*/
|
|
5151
|
-
demos?:
|
|
5333
|
+
demos?: GetDemosForCustomerResponse_DemoResponseWithIsHostess[] | null;
|
|
5152
5334
|
/**
|
|
5153
5335
|
* The itemCount property
|
|
5154
5336
|
*/
|
|
5155
5337
|
itemCount?: number | null;
|
|
5156
5338
|
}
|
|
5157
|
-
interface
|
|
5339
|
+
interface GetDemosForCustomerResponse_DemoResponseWithIsHostess extends Parsable {
|
|
5158
5340
|
/**
|
|
5159
5341
|
* The demo property
|
|
5160
5342
|
*/
|
|
@@ -5268,54 +5450,6 @@ interface GetTypesenseSettingsResponse extends Parsable {
|
|
|
5268
5450
|
*/
|
|
5269
5451
|
nodes?: TypesenseNode[] | null;
|
|
5270
5452
|
}
|
|
5271
|
-
interface GetUserAdvantagesResponse extends Parsable {
|
|
5272
|
-
/**
|
|
5273
|
-
* The vouchers property
|
|
5274
|
-
*/
|
|
5275
|
-
vouchers?: GetUserAdvantagesResponse_VoucherResponse[] | null;
|
|
5276
|
-
/**
|
|
5277
|
-
* The wallet property
|
|
5278
|
-
*/
|
|
5279
|
-
wallet?: GetUserAdvantagesResponse_WalletResponse | null;
|
|
5280
|
-
}
|
|
5281
|
-
interface GetUserAdvantagesResponse_VoucherResponse extends Parsable {
|
|
5282
|
-
/**
|
|
5283
|
-
* The amount property
|
|
5284
|
-
*/
|
|
5285
|
-
amount?: number | null;
|
|
5286
|
-
/**
|
|
5287
|
-
* The code property
|
|
5288
|
-
*/
|
|
5289
|
-
code?: string | null;
|
|
5290
|
-
/**
|
|
5291
|
-
* The expirationDate property
|
|
5292
|
-
*/
|
|
5293
|
-
expirationDate?: Date | null;
|
|
5294
|
-
/**
|
|
5295
|
-
* The freeShipping property
|
|
5296
|
-
*/
|
|
5297
|
-
freeShipping?: boolean | null;
|
|
5298
|
-
/**
|
|
5299
|
-
* The type property
|
|
5300
|
-
*/
|
|
5301
|
-
type?: VoucherType | null;
|
|
5302
|
-
}
|
|
5303
|
-
interface GetUserAdvantagesResponse_WalletResponse extends Parsable {
|
|
5304
|
-
/**
|
|
5305
|
-
* The amount property
|
|
5306
|
-
*/
|
|
5307
|
-
amount?: number | null;
|
|
5308
|
-
/**
|
|
5309
|
-
* The expirationDate property
|
|
5310
|
-
*/
|
|
5311
|
-
expirationDate?: Date | null;
|
|
5312
|
-
}
|
|
5313
|
-
interface GetUserAllCartsResponse extends Parsable {
|
|
5314
|
-
/**
|
|
5315
|
-
* The allCarts property
|
|
5316
|
-
*/
|
|
5317
|
-
allCarts?: CartSummaryResponse[] | null;
|
|
5318
|
-
}
|
|
5319
5453
|
interface GetUserForInvitationCodeResponse extends Parsable {
|
|
5320
5454
|
/**
|
|
5321
5455
|
* The displayName property
|
|
@@ -5358,24 +5492,6 @@ interface GetUserInfoByDelegateIdResponse_UserInfo extends Parsable {
|
|
|
5358
5492
|
*/
|
|
5359
5493
|
userId?: string | null;
|
|
5360
5494
|
}
|
|
5361
|
-
interface GetUserOrdersResponse extends Parsable {
|
|
5362
|
-
/**
|
|
5363
|
-
* The hasMore property
|
|
5364
|
-
*/
|
|
5365
|
-
hasMore?: boolean | null;
|
|
5366
|
-
/**
|
|
5367
|
-
* The orders property
|
|
5368
|
-
*/
|
|
5369
|
-
orders?: OrderSummaryResponse[] | null;
|
|
5370
|
-
/**
|
|
5371
|
-
* The pageIndex property
|
|
5372
|
-
*/
|
|
5373
|
-
pageIndex?: number | null;
|
|
5374
|
-
/**
|
|
5375
|
-
* The pageSize property
|
|
5376
|
-
*/
|
|
5377
|
-
pageSize?: number | null;
|
|
5378
|
-
}
|
|
5379
5495
|
type GiftCategory = (typeof GiftCategoryObject)[keyof typeof GiftCategoryObject];
|
|
5380
5496
|
interface HostessBonusDetailResponse extends Parsable {
|
|
5381
5497
|
/**
|
|
@@ -6081,37 +6197,18 @@ interface RunBatchesRequest extends Parsable {
|
|
|
6081
6197
|
*/
|
|
6082
6198
|
batches?: BatchType[] | null;
|
|
6083
6199
|
}
|
|
6084
|
-
interface
|
|
6085
|
-
/**
|
|
6086
|
-
* The delegates property
|
|
6087
|
-
*/
|
|
6088
|
-
delegates?: SearchMyTeamDelegatesResponse_DelegateSearchItem[] | null;
|
|
6089
|
-
}
|
|
6090
|
-
interface SearchMyTeamDelegatesResponse_DelegateSearchItem extends Parsable {
|
|
6091
|
-
/**
|
|
6092
|
-
* The fullName property
|
|
6093
|
-
*/
|
|
6094
|
-
fullName?: string | null;
|
|
6200
|
+
interface SearchCustomersResponse extends Parsable {
|
|
6095
6201
|
/**
|
|
6096
|
-
* The
|
|
6097
|
-
*/
|
|
6098
|
-
id?: string | null;
|
|
6099
|
-
/**
|
|
6100
|
-
* The lastActiveDemoDate property
|
|
6101
|
-
*/
|
|
6102
|
-
lastActiveDemoDate?: Date | null;
|
|
6103
|
-
/**
|
|
6104
|
-
* The openedDemoCount property
|
|
6202
|
+
* The customers property
|
|
6105
6203
|
*/
|
|
6106
|
-
|
|
6107
|
-
}
|
|
6108
|
-
interface SearchUsersResponse extends Parsable {
|
|
6204
|
+
customers?: SearchCustomersResponse_CustomerSearchResult[] | null;
|
|
6109
6205
|
/**
|
|
6110
6206
|
* The users property
|
|
6207
|
+
* @deprecated
|
|
6111
6208
|
*/
|
|
6112
|
-
users?:
|
|
6209
|
+
users?: SearchCustomersResponse_CustomerSearchResult[] | null;
|
|
6113
6210
|
}
|
|
6114
|
-
interface
|
|
6211
|
+
interface SearchCustomersResponse_CustomerSearchResult extends Parsable {
|
|
6115
6212
|
/**
|
|
6116
6213
|
* The assignedDelegateFullname property
|
|
6117
6214
|
*/
|
|
@@ -6197,6 +6294,30 @@ interface SearchUsersResponse_UserSearchResult extends Parsable {
|
|
|
6197
6294
|
*/
|
|
6198
6295
|
zipCode?: string | null;
|
|
6199
6296
|
}
|
|
6297
|
+
interface SearchMyTeamDelegatesResponse extends Parsable {
|
|
6298
|
+
/**
|
|
6299
|
+
* The delegates property
|
|
6300
|
+
*/
|
|
6301
|
+
delegates?: SearchMyTeamDelegatesResponse_DelegateSearchItem[] | null;
|
|
6302
|
+
}
|
|
6303
|
+
interface SearchMyTeamDelegatesResponse_DelegateSearchItem extends Parsable {
|
|
6304
|
+
/**
|
|
6305
|
+
* The fullName property
|
|
6306
|
+
*/
|
|
6307
|
+
fullName?: string | null;
|
|
6308
|
+
/**
|
|
6309
|
+
* The id property
|
|
6310
|
+
*/
|
|
6311
|
+
id?: string | null;
|
|
6312
|
+
/**
|
|
6313
|
+
* The lastActiveDemoDate property
|
|
6314
|
+
*/
|
|
6315
|
+
lastActiveDemoDate?: Date | null;
|
|
6316
|
+
/**
|
|
6317
|
+
* The openedDemoCount property
|
|
6318
|
+
*/
|
|
6319
|
+
openedDemoCount?: number | null;
|
|
6320
|
+
}
|
|
6200
6321
|
interface SelectDemoHostessGiftRequest extends Parsable {
|
|
6201
6322
|
/**
|
|
6202
6323
|
* The giftCategory property
|
|
@@ -6515,6 +6636,16 @@ declare function serializeCreateOnlineUserRequest_FusionAuthWebhookUser(writer:
|
|
|
6515
6636
|
* @param writer Serialization writer to use to serialize this model
|
|
6516
6637
|
*/
|
|
6517
6638
|
declare function serializeCreateOnlineUserRequest_FusionAuthWebhookUserData(writer: SerializationWriter, createOnlineUserRequest_FusionAuthWebhookUserData?: Partial<CreateOnlineUserRequest_FusionAuthWebhookUserData> | undefined | null): void;
|
|
6639
|
+
/**
|
|
6640
|
+
* Serializes information the current object
|
|
6641
|
+
* @param writer Serialization writer to use to serialize this model
|
|
6642
|
+
*/
|
|
6643
|
+
declare function serializeCustomerProfileResponse(writer: SerializationWriter, customerProfileResponse?: Partial<CustomerProfileResponse> | undefined | null): void;
|
|
6644
|
+
/**
|
|
6645
|
+
* Serializes information the current object
|
|
6646
|
+
* @param writer Serialization writer to use to serialize this model
|
|
6647
|
+
*/
|
|
6648
|
+
declare function serializeCustomerProfileResponse_CustomerAddress(writer: SerializationWriter, customerProfileResponse_CustomerAddress?: Partial<CustomerProfileResponse_CustomerAddress> | undefined | null): void;
|
|
6518
6649
|
/**
|
|
6519
6650
|
* Serializes information the current object
|
|
6520
6651
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -6734,12 +6865,7 @@ declare function serializeGdprSubscribeTransactionalRequest2(writer: Serializati
|
|
|
6734
6865
|
* Serializes information the current object
|
|
6735
6866
|
* @param writer Serialization writer to use to serialize this model
|
|
6736
6867
|
*/
|
|
6737
|
-
declare function
|
|
6738
|
-
/**
|
|
6739
|
-
* Serializes information the current object
|
|
6740
|
-
* @param writer Serialization writer to use to serialize this model
|
|
6741
|
-
*/
|
|
6742
|
-
declare function serializeGetAllUserVouchersResponse(writer: SerializationWriter, getAllUserVouchersResponse?: Partial<GetAllUserVouchersResponse> | undefined | null): void;
|
|
6868
|
+
declare function serializeGetActiveDemoForCustomerResponse(writer: SerializationWriter, getActiveDemoForCustomerResponse?: Partial<GetActiveDemoForCustomerResponse> | undefined | null): void;
|
|
6743
6869
|
/**
|
|
6744
6870
|
* Serializes information the current object
|
|
6745
6871
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -6799,127 +6925,137 @@ declare function serializeGetColorsResponse(writer: SerializationWriter, getColo
|
|
|
6799
6925
|
* Serializes information the current object
|
|
6800
6926
|
* @param writer Serialization writer to use to serialize this model
|
|
6801
6927
|
*/
|
|
6802
|
-
declare function
|
|
6928
|
+
declare function serializeGetCustomerAdvantagesResponse(writer: SerializationWriter, getCustomerAdvantagesResponse?: Partial<GetCustomerAdvantagesResponse> | undefined | null): void;
|
|
6803
6929
|
/**
|
|
6804
6930
|
* Serializes information the current object
|
|
6805
6931
|
* @param writer Serialization writer to use to serialize this model
|
|
6806
6932
|
*/
|
|
6807
|
-
declare function
|
|
6933
|
+
declare function serializeGetCustomerAdvantagesResponse_VoucherResponse(writer: SerializationWriter, getCustomerAdvantagesResponse_VoucherResponse?: Partial<GetCustomerAdvantagesResponse_VoucherResponse> | undefined | null): void;
|
|
6808
6934
|
/**
|
|
6809
6935
|
* Serializes information the current object
|
|
6810
6936
|
* @param writer Serialization writer to use to serialize this model
|
|
6811
6937
|
*/
|
|
6812
|
-
declare function
|
|
6938
|
+
declare function serializeGetCustomerAdvantagesResponse_WalletResponse(writer: SerializationWriter, getCustomerAdvantagesResponse_WalletResponse?: Partial<GetCustomerAdvantagesResponse_WalletResponse> | undefined | null): void;
|
|
6813
6939
|
/**
|
|
6814
6940
|
* Serializes information the current object
|
|
6815
6941
|
* @param writer Serialization writer to use to serialize this model
|
|
6816
6942
|
*/
|
|
6817
|
-
declare function
|
|
6943
|
+
declare function serializeGetCustomerAllCartsResponse(writer: SerializationWriter, getCustomerAllCartsResponse?: Partial<GetCustomerAllCartsResponse> | undefined | null): void;
|
|
6818
6944
|
/**
|
|
6819
6945
|
* Serializes information the current object
|
|
6820
6946
|
* @param writer Serialization writer to use to serialize this model
|
|
6821
6947
|
*/
|
|
6822
|
-
declare function
|
|
6948
|
+
declare function serializeGetCustomerAllVouchersResponse(writer: SerializationWriter, getCustomerAllVouchersResponse?: Partial<GetCustomerAllVouchersResponse> | undefined | null): void;
|
|
6823
6949
|
/**
|
|
6824
6950
|
* Serializes information the current object
|
|
6825
6951
|
* @param writer Serialization writer to use to serialize this model
|
|
6826
6952
|
*/
|
|
6827
|
-
declare function
|
|
6953
|
+
declare function serializeGetCustomerOrdersResponse(writer: SerializationWriter, getCustomerOrdersResponse?: Partial<GetCustomerOrdersResponse> | undefined | null): void;
|
|
6828
6954
|
/**
|
|
6829
6955
|
* Serializes information the current object
|
|
6830
6956
|
* @param writer Serialization writer to use to serialize this model
|
|
6831
6957
|
*/
|
|
6832
|
-
declare function
|
|
6958
|
+
declare function serializeGetDelegateGrantsResponse(writer: SerializationWriter, getDelegateGrantsResponse?: Partial<GetDelegateGrantsResponse> | undefined | null): void;
|
|
6833
6959
|
/**
|
|
6834
6960
|
* Serializes information the current object
|
|
6835
6961
|
* @param writer Serialization writer to use to serialize this model
|
|
6836
6962
|
*/
|
|
6837
|
-
declare function
|
|
6963
|
+
declare function serializeGetDelegateGrantsResponse_DelegateGrantResponse(writer: SerializationWriter, getDelegateGrantsResponse_DelegateGrantResponse?: Partial<GetDelegateGrantsResponse_DelegateGrantResponse> | undefined | null): void;
|
|
6838
6964
|
/**
|
|
6839
6965
|
* Serializes information the current object
|
|
6840
6966
|
* @param writer Serialization writer to use to serialize this model
|
|
6841
6967
|
*/
|
|
6842
|
-
declare function
|
|
6968
|
+
declare function serializeGetDemoAttendeesOverviewResponse(writer: SerializationWriter, getDemoAttendeesOverviewResponse?: Partial<GetDemoAttendeesOverviewResponse> | undefined | null): void;
|
|
6843
6969
|
/**
|
|
6844
6970
|
* Serializes information the current object
|
|
6845
6971
|
* @param writer Serialization writer to use to serialize this model
|
|
6846
6972
|
*/
|
|
6847
|
-
declare function
|
|
6973
|
+
declare function serializeGetDemoAttendeesResponse(writer: SerializationWriter, getDemoAttendeesResponse?: Partial<GetDemoAttendeesResponse> | undefined | null): void;
|
|
6848
6974
|
/**
|
|
6849
6975
|
* Serializes information the current object
|
|
6850
6976
|
* @param writer Serialization writer to use to serialize this model
|
|
6851
6977
|
*/
|
|
6852
|
-
declare function
|
|
6978
|
+
declare function serializeGetDemoDocumentsResponse(writer: SerializationWriter, getDemoDocumentsResponse?: Partial<GetDemoDocumentsResponse> | undefined | null): void;
|
|
6853
6979
|
/**
|
|
6854
6980
|
* Serializes information the current object
|
|
6855
6981
|
* @param writer Serialization writer to use to serialize this model
|
|
6856
6982
|
*/
|
|
6857
|
-
declare function
|
|
6983
|
+
declare function serializeGetDemoHostessSurplusResponse(writer: SerializationWriter, getDemoHostessSurplusResponse?: Partial<GetDemoHostessSurplusResponse> | undefined | null): void;
|
|
6858
6984
|
/**
|
|
6859
6985
|
* Serializes information the current object
|
|
6860
6986
|
* @param writer Serialization writer to use to serialize this model
|
|
6861
6987
|
*/
|
|
6862
|
-
declare function
|
|
6988
|
+
declare function serializeGetDemoResponse(writer: SerializationWriter, getDemoResponse?: Partial<GetDemoResponse> | undefined | null): void;
|
|
6863
6989
|
/**
|
|
6864
6990
|
* Serializes information the current object
|
|
6865
6991
|
* @param writer Serialization writer to use to serialize this model
|
|
6866
6992
|
*/
|
|
6867
|
-
declare function
|
|
6993
|
+
declare function serializeGetDemosForCustomerResponse(writer: SerializationWriter, getDemosForCustomerResponse?: Partial<GetDemosForCustomerResponse> | undefined | null): void;
|
|
6868
6994
|
/**
|
|
6869
6995
|
* Serializes information the current object
|
|
6870
6996
|
* @param writer Serialization writer to use to serialize this model
|
|
6871
6997
|
*/
|
|
6872
|
-
declare function
|
|
6998
|
+
declare function serializeGetDemosForCustomerResponse_DemoResponseWithIsHostess(writer: SerializationWriter, getDemosForCustomerResponse_DemoResponseWithIsHostess?: Partial<GetDemosForCustomerResponse_DemoResponseWithIsHostess> | undefined | null): void;
|
|
6873
6999
|
/**
|
|
6874
7000
|
* Serializes information the current object
|
|
6875
7001
|
* @param writer Serialization writer to use to serialize this model
|
|
6876
7002
|
*/
|
|
6877
|
-
declare function
|
|
7003
|
+
declare function serializeGetDemosStatusCountResponse(writer: SerializationWriter, getDemosStatusCountResponse?: Partial<GetDemosStatusCountResponse> | undefined | null): void;
|
|
6878
7004
|
/**
|
|
6879
7005
|
* Serializes information the current object
|
|
6880
7006
|
* @param writer Serialization writer to use to serialize this model
|
|
6881
7007
|
*/
|
|
6882
|
-
declare function
|
|
7008
|
+
declare function serializeGetDemoStatusResponse(writer: SerializationWriter, getDemoStatusResponse?: Partial<GetDemoStatusResponse> | undefined | null): void;
|
|
6883
7009
|
/**
|
|
6884
7010
|
* Serializes information the current object
|
|
6885
7011
|
* @param writer Serialization writer to use to serialize this model
|
|
6886
7012
|
*/
|
|
6887
|
-
declare function
|
|
7013
|
+
declare function serializeGetDocumentsResponse(writer: SerializationWriter, getDocumentsResponse?: Partial<GetDocumentsResponse> | undefined | null): void;
|
|
6888
7014
|
/**
|
|
6889
7015
|
* Serializes information the current object
|
|
6890
7016
|
* @param writer Serialization writer to use to serialize this model
|
|
6891
7017
|
*/
|
|
6892
|
-
declare function
|
|
7018
|
+
declare function serializeGetFinalizedCartsResponse(writer: SerializationWriter, getFinalizedCartsResponse?: Partial<GetFinalizedCartsResponse> | undefined | null): void;
|
|
6893
7019
|
/**
|
|
6894
7020
|
* Serializes information the current object
|
|
6895
7021
|
* @param writer Serialization writer to use to serialize this model
|
|
6896
7022
|
*/
|
|
6897
|
-
declare function
|
|
7023
|
+
declare function serializeGetImpersonationTokenResponse(writer: SerializationWriter, getImpersonationTokenResponse?: Partial<GetImpersonationTokenResponse> | undefined | null): void;
|
|
6898
7024
|
/**
|
|
6899
7025
|
* Serializes information the current object
|
|
6900
7026
|
* @param writer Serialization writer to use to serialize this model
|
|
6901
7027
|
*/
|
|
6902
|
-
declare function
|
|
7028
|
+
declare function serializeGetIntranetUserGrantsResponse(writer: SerializationWriter, getIntranetUserGrantsResponse?: Partial<GetIntranetUserGrantsResponse> | undefined | null): void;
|
|
7029
|
+
/**
|
|
7030
|
+
* Serializes information the current object
|
|
7031
|
+
* @param writer Serialization writer to use to serialize this model
|
|
7032
|
+
*/
|
|
7033
|
+
declare function serializeGetIntranetUserGrantsResponse_DelegateGrantResponse(writer: SerializationWriter, getIntranetUserGrantsResponse_DelegateGrantResponse?: Partial<GetIntranetUserGrantsResponse_DelegateGrantResponse> | undefined | null): void;
|
|
7034
|
+
/**
|
|
7035
|
+
* Serializes information the current object
|
|
7036
|
+
* @param writer Serialization writer to use to serialize this model
|
|
7037
|
+
*/
|
|
7038
|
+
declare function serializeGetProductMetasResponse(writer: SerializationWriter, getProductMetasResponse?: Partial<GetProductMetasResponse> | undefined | null): void;
|
|
6903
7039
|
/**
|
|
6904
7040
|
* Serializes information the current object
|
|
6905
7041
|
* @param writer Serialization writer to use to serialize this model
|
|
6906
7042
|
*/
|
|
6907
|
-
declare function
|
|
7043
|
+
declare function serializeGetProductMetasResponse_ProductMetasResponse(writer: SerializationWriter, getProductMetasResponse_ProductMetasResponse?: Partial<GetProductMetasResponse_ProductMetasResponse> | undefined | null): void;
|
|
6908
7044
|
/**
|
|
6909
7045
|
* Serializes information the current object
|
|
6910
7046
|
* @param writer Serialization writer to use to serialize this model
|
|
6911
7047
|
*/
|
|
6912
|
-
declare function
|
|
7048
|
+
declare function serializeGetProductsResponse(writer: SerializationWriter, getProductsResponse?: Partial<GetProductsResponse> | undefined | null): void;
|
|
6913
7049
|
/**
|
|
6914
7050
|
* Serializes information the current object
|
|
6915
7051
|
* @param writer Serialization writer to use to serialize this model
|
|
6916
7052
|
*/
|
|
6917
|
-
declare function
|
|
7053
|
+
declare function serializeGetThemesResponse(writer: SerializationWriter, getThemesResponse?: Partial<GetThemesResponse> | undefined | null): void;
|
|
6918
7054
|
/**
|
|
6919
7055
|
* Serializes information the current object
|
|
6920
7056
|
* @param writer Serialization writer to use to serialize this model
|
|
6921
7057
|
*/
|
|
6922
|
-
declare function
|
|
7058
|
+
declare function serializeGetTypesenseSettingsResponse(writer: SerializationWriter, getTypesenseSettingsResponse?: Partial<GetTypesenseSettingsResponse> | undefined | null): void;
|
|
6923
7059
|
/**
|
|
6924
7060
|
* Serializes information the current object
|
|
6925
7061
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -6945,11 +7081,6 @@ declare function serializeGetUserInfoByDelegateIdResponse(writer: SerializationW
|
|
|
6945
7081
|
* @param writer Serialization writer to use to serialize this model
|
|
6946
7082
|
*/
|
|
6947
7083
|
declare function serializeGetUserInfoByDelegateIdResponse_UserInfo(writer: SerializationWriter, getUserInfoByDelegateIdResponse_UserInfo?: Partial<GetUserInfoByDelegateIdResponse_UserInfo> | undefined | null): void;
|
|
6948
|
-
/**
|
|
6949
|
-
* Serializes information the current object
|
|
6950
|
-
* @param writer Serialization writer to use to serialize this model
|
|
6951
|
-
*/
|
|
6952
|
-
declare function serializeGetUserOrdersResponse(writer: SerializationWriter, getUserOrdersResponse?: Partial<GetUserOrdersResponse> | undefined | null): void;
|
|
6953
7084
|
/**
|
|
6954
7085
|
* Serializes information the current object
|
|
6955
7086
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7104,22 +7235,22 @@ declare function serializeRunBatchesRequest(writer: SerializationWriter, runBatc
|
|
|
7104
7235
|
* Serializes information the current object
|
|
7105
7236
|
* @param writer Serialization writer to use to serialize this model
|
|
7106
7237
|
*/
|
|
7107
|
-
declare function
|
|
7238
|
+
declare function serializeSearchCustomersResponse(writer: SerializationWriter, searchCustomersResponse?: Partial<SearchCustomersResponse> | undefined | null): void;
|
|
7108
7239
|
/**
|
|
7109
7240
|
* Serializes information the current object
|
|
7110
7241
|
* @param writer Serialization writer to use to serialize this model
|
|
7111
7242
|
*/
|
|
7112
|
-
declare function
|
|
7243
|
+
declare function serializeSearchCustomersResponse_CustomerSearchResult(writer: SerializationWriter, searchCustomersResponse_CustomerSearchResult?: Partial<SearchCustomersResponse_CustomerSearchResult> | undefined | null): void;
|
|
7113
7244
|
/**
|
|
7114
7245
|
* Serializes information the current object
|
|
7115
7246
|
* @param writer Serialization writer to use to serialize this model
|
|
7116
7247
|
*/
|
|
7117
|
-
declare function
|
|
7248
|
+
declare function serializeSearchMyTeamDelegatesResponse(writer: SerializationWriter, searchMyTeamDelegatesResponse?: Partial<SearchMyTeamDelegatesResponse> | undefined | null): void;
|
|
7118
7249
|
/**
|
|
7119
7250
|
* Serializes information the current object
|
|
7120
7251
|
* @param writer Serialization writer to use to serialize this model
|
|
7121
7252
|
*/
|
|
7122
|
-
declare function
|
|
7253
|
+
declare function serializeSearchMyTeamDelegatesResponse_DelegateSearchItem(writer: SerializationWriter, searchMyTeamDelegatesResponse_DelegateSearchItem?: Partial<SearchMyTeamDelegatesResponse_DelegateSearchItem> | undefined | null): void;
|
|
7123
7254
|
/**
|
|
7124
7255
|
* Serializes information the current object
|
|
7125
7256
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7175,6 +7306,16 @@ declare function serializeTypesenseNode(writer: SerializationWriter, typesenseNo
|
|
|
7175
7306
|
* @param writer Serialization writer to use to serialize this model
|
|
7176
7307
|
*/
|
|
7177
7308
|
declare function serializeUpdateCartItemEngravingRequest(writer: SerializationWriter, updateCartItemEngravingRequest?: Partial<UpdateCartItemEngravingRequest> | undefined | null): void;
|
|
7309
|
+
/**
|
|
7310
|
+
* Serializes information the current object
|
|
7311
|
+
* @param writer Serialization writer to use to serialize this model
|
|
7312
|
+
*/
|
|
7313
|
+
declare function serializeUpdateCustomerEmailRequest(writer: SerializationWriter, updateCustomerEmailRequest?: Partial<UpdateCustomerEmailRequest> | undefined | null): void;
|
|
7314
|
+
/**
|
|
7315
|
+
* Serializes information the current object
|
|
7316
|
+
* @param writer Serialization writer to use to serialize this model
|
|
7317
|
+
*/
|
|
7318
|
+
declare function serializeUpdateCustomerProfileRequest(writer: SerializationWriter, updateCustomerProfileRequest?: Partial<UpdateCustomerProfileRequest> | undefined | null): void;
|
|
7178
7319
|
/**
|
|
7179
7320
|
* Serializes information the current object
|
|
7180
7321
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7255,16 +7396,6 @@ declare function serializeUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLo
|
|
|
7255
7396
|
* @param writer Serialization writer to use to serialize this model
|
|
7256
7397
|
*/
|
|
7257
7398
|
declare function serializeUpdateTaxonomyRequest_UpdateTrayRequest(writer: SerializationWriter, updateTaxonomyRequest_UpdateTrayRequest?: Partial<UpdateTaxonomyRequest_UpdateTrayRequest> | undefined | null): void;
|
|
7258
|
-
/**
|
|
7259
|
-
* Serializes information the current object
|
|
7260
|
-
* @param writer Serialization writer to use to serialize this model
|
|
7261
|
-
*/
|
|
7262
|
-
declare function serializeUpdateUserEmailRequest(writer: SerializationWriter, updateUserEmailRequest?: Partial<UpdateUserEmailRequest> | undefined | null): void;
|
|
7263
|
-
/**
|
|
7264
|
-
* Serializes information the current object
|
|
7265
|
-
* @param writer Serialization writer to use to serialize this model
|
|
7266
|
-
*/
|
|
7267
|
-
declare function serializeUpdateUserProfileRequest(writer: SerializationWriter, updateUserProfileRequest?: Partial<UpdateUserProfileRequest> | undefined | null): void;
|
|
7268
7399
|
/**
|
|
7269
7400
|
* Serializes information the current object
|
|
7270
7401
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7355,16 +7486,6 @@ declare function serializeUpsertUserRequest(writer: SerializationWriter, upsertU
|
|
|
7355
7486
|
* @param writer Serialization writer to use to serialize this model
|
|
7356
7487
|
*/
|
|
7357
7488
|
declare function serializeUpsertVoucherFromFacadeRequest(writer: SerializationWriter, upsertVoucherFromFacadeRequest?: Partial<UpsertVoucherFromFacadeRequest> | undefined | null): void;
|
|
7358
|
-
/**
|
|
7359
|
-
* Serializes information the current object
|
|
7360
|
-
* @param writer Serialization writer to use to serialize this model
|
|
7361
|
-
*/
|
|
7362
|
-
declare function serializeUserProfileResponse(writer: SerializationWriter, userProfileResponse?: Partial<UserProfileResponse> | undefined | null): void;
|
|
7363
|
-
/**
|
|
7364
|
-
* Serializes information the current object
|
|
7365
|
-
* @param writer Serialization writer to use to serialize this model
|
|
7366
|
-
*/
|
|
7367
|
-
declare function serializeUserProfileResponse_CustomerAddress(writer: SerializationWriter, userProfileResponse_CustomerAddress?: Partial<UserProfileResponse_CustomerAddress> | undefined | null): void;
|
|
7368
7489
|
/**
|
|
7369
7490
|
* Serializes information the current object
|
|
7370
7491
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7514,6 +7635,66 @@ interface UpdateCartItemEngravingRequest extends Parsable {
|
|
|
7514
7635
|
*/
|
|
7515
7636
|
engraving?: EngravingDetailsRequest | null;
|
|
7516
7637
|
}
|
|
7638
|
+
interface UpdateCustomerEmailRequest extends Parsable {
|
|
7639
|
+
/**
|
|
7640
|
+
* The email property
|
|
7641
|
+
*/
|
|
7642
|
+
email?: string | null;
|
|
7643
|
+
}
|
|
7644
|
+
interface UpdateCustomerProfileRequest extends Parsable {
|
|
7645
|
+
/**
|
|
7646
|
+
* The address1 property
|
|
7647
|
+
*/
|
|
7648
|
+
address1?: string | null;
|
|
7649
|
+
/**
|
|
7650
|
+
* The address2 property
|
|
7651
|
+
*/
|
|
7652
|
+
address2?: string | null;
|
|
7653
|
+
/**
|
|
7654
|
+
* The birthDate property
|
|
7655
|
+
*/
|
|
7656
|
+
birthDate?: DateOnly | null;
|
|
7657
|
+
/**
|
|
7658
|
+
* The city property
|
|
7659
|
+
*/
|
|
7660
|
+
city?: string | null;
|
|
7661
|
+
/**
|
|
7662
|
+
* The country property
|
|
7663
|
+
*/
|
|
7664
|
+
country?: string | null;
|
|
7665
|
+
/**
|
|
7666
|
+
* The email property
|
|
7667
|
+
*/
|
|
7668
|
+
email?: string | null;
|
|
7669
|
+
/**
|
|
7670
|
+
* The firstname property
|
|
7671
|
+
*/
|
|
7672
|
+
firstname?: string | null;
|
|
7673
|
+
/**
|
|
7674
|
+
* The gender property
|
|
7675
|
+
*/
|
|
7676
|
+
gender?: Gender | null;
|
|
7677
|
+
/**
|
|
7678
|
+
* The lastname property
|
|
7679
|
+
*/
|
|
7680
|
+
lastname?: string | null;
|
|
7681
|
+
/**
|
|
7682
|
+
* The locale property
|
|
7683
|
+
*/
|
|
7684
|
+
locale?: string | null;
|
|
7685
|
+
/**
|
|
7686
|
+
* The mobile property
|
|
7687
|
+
*/
|
|
7688
|
+
mobile?: string | null;
|
|
7689
|
+
/**
|
|
7690
|
+
* The phone property
|
|
7691
|
+
*/
|
|
7692
|
+
phone?: string | null;
|
|
7693
|
+
/**
|
|
7694
|
+
* The zipCode property
|
|
7695
|
+
*/
|
|
7696
|
+
zipCode?: string | null;
|
|
7697
|
+
}
|
|
7517
7698
|
interface UpdateDemoAdditionalTurnOverRequest extends Parsable {
|
|
7518
7699
|
/**
|
|
7519
7700
|
* The turnOver property
|
|
@@ -7906,66 +8087,6 @@ interface UpdateTaxonomyRequest_UpdateTrayRequest extends Parsable {
|
|
|
7906
8087
|
*/
|
|
7907
8088
|
orderBy?: number | null;
|
|
7908
8089
|
}
|
|
7909
|
-
interface UpdateUserEmailRequest extends Parsable {
|
|
7910
|
-
/**
|
|
7911
|
-
* The email property
|
|
7912
|
-
*/
|
|
7913
|
-
email?: string | null;
|
|
7914
|
-
}
|
|
7915
|
-
interface UpdateUserProfileRequest extends Parsable {
|
|
7916
|
-
/**
|
|
7917
|
-
* The address1 property
|
|
7918
|
-
*/
|
|
7919
|
-
address1?: string | null;
|
|
7920
|
-
/**
|
|
7921
|
-
* The address2 property
|
|
7922
|
-
*/
|
|
7923
|
-
address2?: string | null;
|
|
7924
|
-
/**
|
|
7925
|
-
* The birthDate property
|
|
7926
|
-
*/
|
|
7927
|
-
birthDate?: DateOnly | null;
|
|
7928
|
-
/**
|
|
7929
|
-
* The city property
|
|
7930
|
-
*/
|
|
7931
|
-
city?: string | null;
|
|
7932
|
-
/**
|
|
7933
|
-
* The country property
|
|
7934
|
-
*/
|
|
7935
|
-
country?: string | null;
|
|
7936
|
-
/**
|
|
7937
|
-
* The email property
|
|
7938
|
-
*/
|
|
7939
|
-
email?: string | null;
|
|
7940
|
-
/**
|
|
7941
|
-
* The firstname property
|
|
7942
|
-
*/
|
|
7943
|
-
firstname?: string | null;
|
|
7944
|
-
/**
|
|
7945
|
-
* The gender property
|
|
7946
|
-
*/
|
|
7947
|
-
gender?: Gender | null;
|
|
7948
|
-
/**
|
|
7949
|
-
* The lastname property
|
|
7950
|
-
*/
|
|
7951
|
-
lastname?: string | null;
|
|
7952
|
-
/**
|
|
7953
|
-
* The locale property
|
|
7954
|
-
*/
|
|
7955
|
-
locale?: string | null;
|
|
7956
|
-
/**
|
|
7957
|
-
* The mobile property
|
|
7958
|
-
*/
|
|
7959
|
-
mobile?: string | null;
|
|
7960
|
-
/**
|
|
7961
|
-
* The phone property
|
|
7962
|
-
*/
|
|
7963
|
-
phone?: string | null;
|
|
7964
|
-
/**
|
|
7965
|
-
* The zipCode property
|
|
7966
|
-
*/
|
|
7967
|
-
zipCode?: string | null;
|
|
7968
|
-
}
|
|
7969
8090
|
interface UpdateVoucherExpirationDateFromFacadeRequest extends Parsable {
|
|
7970
8091
|
/**
|
|
7971
8092
|
* The comments property
|
|
@@ -8410,155 +8531,63 @@ interface UpsertVoucherFromFacadeRequest extends Parsable {
|
|
|
8410
8531
|
*/
|
|
8411
8532
|
usedDate?: Date | null;
|
|
8412
8533
|
}
|
|
8413
|
-
|
|
8414
|
-
|
|
8415
|
-
* The addresses property
|
|
8416
|
-
*/
|
|
8417
|
-
addresses?: UserProfileResponse_CustomerAddress[] | null;
|
|
8418
|
-
/**
|
|
8419
|
-
* The assignedDelegateFullname property
|
|
8420
|
-
*/
|
|
8421
|
-
assignedDelegateFullname?: string | null;
|
|
8422
|
-
/**
|
|
8423
|
-
* The assignedDelegateId property
|
|
8424
|
-
*/
|
|
8425
|
-
assignedDelegateId?: string | null;
|
|
8534
|
+
type UserType = (typeof UserTypeObject)[keyof typeof UserTypeObject];
|
|
8535
|
+
interface UseVoucherByCodeRequest extends Parsable {
|
|
8426
8536
|
/**
|
|
8427
|
-
* The
|
|
8537
|
+
* The isUsedByHostess property
|
|
8428
8538
|
*/
|
|
8429
|
-
|
|
8539
|
+
isUsedByHostess?: boolean | null;
|
|
8540
|
+
}
|
|
8541
|
+
interface ValidateMobileValidationRequest extends Parsable {
|
|
8430
8542
|
/**
|
|
8431
|
-
* The
|
|
8543
|
+
* The oneTimePassword property
|
|
8432
8544
|
*/
|
|
8433
|
-
|
|
8545
|
+
oneTimePassword?: string | null;
|
|
8546
|
+
}
|
|
8547
|
+
interface ValidateMobileValidationResponse extends Parsable {
|
|
8434
8548
|
/**
|
|
8435
|
-
* The
|
|
8549
|
+
* The validated property
|
|
8436
8550
|
*/
|
|
8437
|
-
|
|
8551
|
+
validated?: boolean | null;
|
|
8552
|
+
}
|
|
8553
|
+
interface VoucherResponse extends Parsable {
|
|
8438
8554
|
/**
|
|
8439
|
-
* The
|
|
8555
|
+
* The amount property
|
|
8440
8556
|
*/
|
|
8441
|
-
|
|
8557
|
+
amount?: number | null;
|
|
8442
8558
|
/**
|
|
8443
|
-
* The
|
|
8559
|
+
* The code property
|
|
8444
8560
|
*/
|
|
8445
|
-
|
|
8561
|
+
code?: string | null;
|
|
8446
8562
|
/**
|
|
8447
|
-
* The
|
|
8563
|
+
* The expirationDate property
|
|
8448
8564
|
*/
|
|
8449
|
-
|
|
8565
|
+
expirationDate?: Date | null;
|
|
8450
8566
|
/**
|
|
8451
|
-
* The
|
|
8567
|
+
* The freeShipping property
|
|
8452
8568
|
*/
|
|
8453
|
-
|
|
8569
|
+
freeShipping?: boolean | null;
|
|
8454
8570
|
/**
|
|
8455
|
-
* The
|
|
8571
|
+
* The isUsable property
|
|
8456
8572
|
*/
|
|
8457
|
-
|
|
8573
|
+
isUsable?: boolean | null;
|
|
8458
8574
|
/**
|
|
8459
|
-
* The
|
|
8575
|
+
* The type property
|
|
8460
8576
|
*/
|
|
8461
|
-
|
|
8577
|
+
type?: VoucherType | null;
|
|
8462
8578
|
/**
|
|
8463
|
-
* The
|
|
8579
|
+
* The usedDate property
|
|
8464
8580
|
*/
|
|
8465
|
-
|
|
8581
|
+
usedDate?: Date | null;
|
|
8466
8582
|
/**
|
|
8467
|
-
* The
|
|
8583
|
+
* The usedOrderId property
|
|
8468
8584
|
*/
|
|
8469
|
-
|
|
8585
|
+
usedOrderId?: string | null;
|
|
8470
8586
|
}
|
|
8471
|
-
|
|
8472
|
-
|
|
8473
|
-
* The address1 property
|
|
8474
|
-
*/
|
|
8475
|
-
address1?: string | null;
|
|
8476
|
-
/**
|
|
8477
|
-
* The address2 property
|
|
8478
|
-
*/
|
|
8479
|
-
address2?: string | null;
|
|
8480
|
-
/**
|
|
8481
|
-
* The city property
|
|
8482
|
-
*/
|
|
8483
|
-
city?: string | null;
|
|
8587
|
+
type VoucherType = (typeof VoucherTypeObject)[keyof typeof VoucherTypeObject];
|
|
8588
|
+
interface WishlistResponse extends Parsable {
|
|
8484
8589
|
/**
|
|
8485
|
-
* The
|
|
8486
|
-
*/
|
|
8487
|
-
countryCode?: string | null;
|
|
8488
|
-
/**
|
|
8489
|
-
* The mobile property
|
|
8490
|
-
*/
|
|
8491
|
-
mobile?: string | null;
|
|
8492
|
-
/**
|
|
8493
|
-
* The phone property
|
|
8494
|
-
*/
|
|
8495
|
-
phone?: string | null;
|
|
8496
|
-
/**
|
|
8497
|
-
* The type property
|
|
8498
|
-
*/
|
|
8499
|
-
type?: AddressType | null;
|
|
8500
|
-
/**
|
|
8501
|
-
* The zipCode property
|
|
8502
|
-
*/
|
|
8503
|
-
zipCode?: string | null;
|
|
8504
|
-
}
|
|
8505
|
-
type UserType = (typeof UserTypeObject)[keyof typeof UserTypeObject];
|
|
8506
|
-
interface UseVoucherByCodeRequest extends Parsable {
|
|
8507
|
-
/**
|
|
8508
|
-
* The isUsedByHostess property
|
|
8509
|
-
*/
|
|
8510
|
-
isUsedByHostess?: boolean | null;
|
|
8511
|
-
}
|
|
8512
|
-
interface ValidateMobileValidationRequest extends Parsable {
|
|
8513
|
-
/**
|
|
8514
|
-
* The oneTimePassword property
|
|
8515
|
-
*/
|
|
8516
|
-
oneTimePassword?: string | null;
|
|
8517
|
-
}
|
|
8518
|
-
interface ValidateMobileValidationResponse extends Parsable {
|
|
8519
|
-
/**
|
|
8520
|
-
* The validated property
|
|
8521
|
-
*/
|
|
8522
|
-
validated?: boolean | null;
|
|
8523
|
-
}
|
|
8524
|
-
interface VoucherResponse extends Parsable {
|
|
8525
|
-
/**
|
|
8526
|
-
* The amount property
|
|
8527
|
-
*/
|
|
8528
|
-
amount?: number | null;
|
|
8529
|
-
/**
|
|
8530
|
-
* The code property
|
|
8531
|
-
*/
|
|
8532
|
-
code?: string | null;
|
|
8533
|
-
/**
|
|
8534
|
-
* The expirationDate property
|
|
8535
|
-
*/
|
|
8536
|
-
expirationDate?: Date | null;
|
|
8537
|
-
/**
|
|
8538
|
-
* The freeShipping property
|
|
8539
|
-
*/
|
|
8540
|
-
freeShipping?: boolean | null;
|
|
8541
|
-
/**
|
|
8542
|
-
* The isUsable property
|
|
8543
|
-
*/
|
|
8544
|
-
isUsable?: boolean | null;
|
|
8545
|
-
/**
|
|
8546
|
-
* The type property
|
|
8547
|
-
*/
|
|
8548
|
-
type?: VoucherType | null;
|
|
8549
|
-
/**
|
|
8550
|
-
* The usedDate property
|
|
8551
|
-
*/
|
|
8552
|
-
usedDate?: Date | null;
|
|
8553
|
-
/**
|
|
8554
|
-
* The usedOrderId property
|
|
8555
|
-
*/
|
|
8556
|
-
usedOrderId?: string | null;
|
|
8557
|
-
}
|
|
8558
|
-
type VoucherType = (typeof VoucherTypeObject)[keyof typeof VoucherTypeObject];
|
|
8559
|
-
interface WishlistResponse extends Parsable {
|
|
8560
|
-
/**
|
|
8561
|
-
* The productIds property
|
|
8590
|
+
* The productIds property
|
|
8562
8591
|
*/
|
|
8563
8592
|
productIds?: string[] | null;
|
|
8564
8593
|
}
|
|
@@ -8904,7 +8933,7 @@ interface AvailableDeliveryTypesRequestBuilder extends BaseRequestBuilder<Availa
|
|
|
8904
8933
|
/**
|
|
8905
8934
|
* Builds and executes requests for operations under /api/carts/{cartId}/available-payment-types/{locale}
|
|
8906
8935
|
*/
|
|
8907
|
-
interface WithLocaleItemRequestBuilder$
|
|
8936
|
+
interface WithLocaleItemRequestBuilder$8 extends BaseRequestBuilder<WithLocaleItemRequestBuilder$8> {
|
|
8908
8937
|
/**
|
|
8909
8938
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
8910
8939
|
* @returns {Promise<GetCartAvailablePaymentTypesResponse>}
|
|
@@ -8927,7 +8956,7 @@ interface AvailablePaymentTypesRequestBuilder extends BaseRequestBuilder<Availab
|
|
|
8927
8956
|
* @param locale Unique identifier of the item
|
|
8928
8957
|
* @returns {WithLocaleItemRequestBuilder}
|
|
8929
8958
|
*/
|
|
8930
|
-
byLocale(locale: string): WithLocaleItemRequestBuilder$
|
|
8959
|
+
byLocale(locale: string): WithLocaleItemRequestBuilder$8;
|
|
8931
8960
|
}
|
|
8932
8961
|
|
|
8933
8962
|
/**
|
|
@@ -9116,7 +9145,7 @@ interface PaymentsRequestBuilder$3 extends BaseRequestBuilder<PaymentsRequestBui
|
|
|
9116
9145
|
/**
|
|
9117
9146
|
* Builds and executes requests for operations under /api/carts/{cartId}/pre-contractual-information-document/download
|
|
9118
9147
|
*/
|
|
9119
|
-
interface DownloadRequestBuilder$
|
|
9148
|
+
interface DownloadRequestBuilder$4 extends BaseRequestBuilder<DownloadRequestBuilder$4> {
|
|
9120
9149
|
/**
|
|
9121
9150
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9122
9151
|
* @returns {Promise<ArrayBuffer>}
|
|
@@ -9223,7 +9252,7 @@ interface PreContractualInformationDocumentRequestBuilder extends BaseRequestBui
|
|
|
9223
9252
|
/**
|
|
9224
9253
|
* The download property
|
|
9225
9254
|
*/
|
|
9226
|
-
get download(): DownloadRequestBuilder$
|
|
9255
|
+
get download(): DownloadRequestBuilder$4;
|
|
9227
9256
|
/**
|
|
9228
9257
|
* The sendEmail property
|
|
9229
9258
|
*/
|
|
@@ -9315,7 +9344,7 @@ interface WithVoucherItemRequestBuilder extends BaseRequestBuilder<WithVoucherIt
|
|
|
9315
9344
|
/**
|
|
9316
9345
|
* Builds and executes requests for operations under /api/carts/{cartId}/vouchers
|
|
9317
9346
|
*/
|
|
9318
|
-
interface VouchersRequestBuilder$
|
|
9347
|
+
interface VouchersRequestBuilder$5 extends BaseRequestBuilder<VouchersRequestBuilder$5> {
|
|
9319
9348
|
/**
|
|
9320
9349
|
* Gets an item from the VC.api.carts.item.vouchers.item collection
|
|
9321
9350
|
* @param voucherId Unique identifier of the item
|
|
@@ -9418,7 +9447,7 @@ interface WithCartItemRequestBuilder extends BaseRequestBuilder<WithCartItemRequ
|
|
|
9418
9447
|
/**
|
|
9419
9448
|
* The vouchers property
|
|
9420
9449
|
*/
|
|
9421
|
-
get vouchers(): VouchersRequestBuilder$
|
|
9450
|
+
get vouchers(): VouchersRequestBuilder$5;
|
|
9422
9451
|
/**
|
|
9423
9452
|
* The wallet property
|
|
9424
9453
|
*/
|
|
@@ -9439,7 +9468,7 @@ interface WithCartItemRequestBuilder extends BaseRequestBuilder<WithCartItemRequ
|
|
|
9439
9468
|
/**
|
|
9440
9469
|
* Builds and executes requests for operations under /api/carts
|
|
9441
9470
|
*/
|
|
9442
|
-
interface CartsRequestBuilder$
|
|
9471
|
+
interface CartsRequestBuilder$4 extends BaseRequestBuilder<CartsRequestBuilder$4> {
|
|
9443
9472
|
/**
|
|
9444
9473
|
* Gets an item from the VC.api.carts.item collection
|
|
9445
9474
|
* @param cartId Unique identifier of the item
|
|
@@ -9708,291 +9737,1128 @@ interface SyncSearchRequestBuilder extends BaseRequestBuilder<SyncSearchRequestB
|
|
|
9708
9737
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9709
9738
|
* @returns {RequestInformation}
|
|
9710
9739
|
*/
|
|
9711
|
-
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9712
|
-
}
|
|
9713
|
-
|
|
9714
|
-
/**
|
|
9715
|
-
* Builds and executes requests for operations under /api/catalog/typesense-settings
|
|
9716
|
-
*/
|
|
9717
|
-
interface TypesenseSettingsRequestBuilder extends BaseRequestBuilder<TypesenseSettingsRequestBuilder> {
|
|
9740
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9741
|
+
}
|
|
9742
|
+
|
|
9743
|
+
/**
|
|
9744
|
+
* Builds and executes requests for operations under /api/catalog/typesense-settings
|
|
9745
|
+
*/
|
|
9746
|
+
interface TypesenseSettingsRequestBuilder extends BaseRequestBuilder<TypesenseSettingsRequestBuilder> {
|
|
9747
|
+
/**
|
|
9748
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9749
|
+
* @returns {Promise<GetTypesenseSettingsResponse>}
|
|
9750
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9751
|
+
*/
|
|
9752
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetTypesenseSettingsResponse | undefined>;
|
|
9753
|
+
/**
|
|
9754
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9755
|
+
* @returns {RequestInformation}
|
|
9756
|
+
*/
|
|
9757
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9758
|
+
}
|
|
9759
|
+
|
|
9760
|
+
/**
|
|
9761
|
+
* Builds and executes requests for operations under /api/catalog
|
|
9762
|
+
*/
|
|
9763
|
+
interface CatalogRequestBuilder extends BaseRequestBuilder<CatalogRequestBuilder> {
|
|
9764
|
+
/**
|
|
9765
|
+
* The eshop property
|
|
9766
|
+
*/
|
|
9767
|
+
get eshop(): EshopRequestBuilder;
|
|
9768
|
+
/**
|
|
9769
|
+
* The syncSearch property
|
|
9770
|
+
*/
|
|
9771
|
+
get syncSearch(): SyncSearchRequestBuilder;
|
|
9772
|
+
/**
|
|
9773
|
+
* The typesenseSettings property
|
|
9774
|
+
*/
|
|
9775
|
+
get typesenseSettings(): TypesenseSettingsRequestBuilder;
|
|
9776
|
+
/**
|
|
9777
|
+
* Gets an item from the VC.api.catalog.item collection
|
|
9778
|
+
* @param contextId Unique identifier of the item
|
|
9779
|
+
* @returns {WithContextItemRequestBuilder}
|
|
9780
|
+
*/
|
|
9781
|
+
byContextId(contextId: number): WithContextItemRequestBuilder;
|
|
9782
|
+
}
|
|
9783
|
+
|
|
9784
|
+
/**
|
|
9785
|
+
* Builds and executes requests for operations under /api/club/actions/add-code
|
|
9786
|
+
*/
|
|
9787
|
+
interface AddCodeRequestBuilder extends BaseRequestBuilder<AddCodeRequestBuilder> {
|
|
9788
|
+
/**
|
|
9789
|
+
* @param body The request body
|
|
9790
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9791
|
+
* @returns {Promise<AddCodeResponse>}
|
|
9792
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9793
|
+
*/
|
|
9794
|
+
post(body: AddCodeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AddCodeResponse | undefined>;
|
|
9795
|
+
/**
|
|
9796
|
+
* @param body The request body
|
|
9797
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9798
|
+
* @returns {RequestInformation}
|
|
9799
|
+
*/
|
|
9800
|
+
toPostRequestInformation(body: AddCodeRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9801
|
+
}
|
|
9802
|
+
|
|
9803
|
+
/**
|
|
9804
|
+
* Builds and executes requests for operations under /api/club/actions/custom/add
|
|
9805
|
+
*/
|
|
9806
|
+
interface AddRequestBuilder extends BaseRequestBuilder<AddRequestBuilder> {
|
|
9807
|
+
/**
|
|
9808
|
+
* @param body The request body
|
|
9809
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9810
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9811
|
+
*/
|
|
9812
|
+
post(body: AddCustomClubActionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9813
|
+
/**
|
|
9814
|
+
* @param body The request body
|
|
9815
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9816
|
+
* @returns {RequestInformation}
|
|
9817
|
+
*/
|
|
9818
|
+
toPostRequestInformation(body: AddCustomClubActionRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9819
|
+
}
|
|
9820
|
+
|
|
9821
|
+
/**
|
|
9822
|
+
* Builds and executes requests for operations under /api/club/actions/custom
|
|
9823
|
+
*/
|
|
9824
|
+
interface CustomRequestBuilder extends BaseRequestBuilder<CustomRequestBuilder> {
|
|
9825
|
+
/**
|
|
9826
|
+
* The add property
|
|
9827
|
+
*/
|
|
9828
|
+
get add(): AddRequestBuilder;
|
|
9829
|
+
}
|
|
9830
|
+
|
|
9831
|
+
/**
|
|
9832
|
+
* Builds and executes requests for operations under /api/club/actions/follow/facebook
|
|
9833
|
+
*/
|
|
9834
|
+
interface FacebookRequestBuilder extends BaseRequestBuilder<FacebookRequestBuilder> {
|
|
9835
|
+
/**
|
|
9836
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9837
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9838
|
+
*/
|
|
9839
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9840
|
+
/**
|
|
9841
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9842
|
+
* @returns {RequestInformation}
|
|
9843
|
+
*/
|
|
9844
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9845
|
+
}
|
|
9846
|
+
|
|
9847
|
+
/**
|
|
9848
|
+
* Builds and executes requests for operations under /api/club/actions/follow/instagram
|
|
9849
|
+
*/
|
|
9850
|
+
interface InstagramRequestBuilder extends BaseRequestBuilder<InstagramRequestBuilder> {
|
|
9851
|
+
/**
|
|
9852
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9853
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9854
|
+
*/
|
|
9855
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9856
|
+
/**
|
|
9857
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9858
|
+
* @returns {RequestInformation}
|
|
9859
|
+
*/
|
|
9860
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9861
|
+
}
|
|
9862
|
+
|
|
9863
|
+
/**
|
|
9864
|
+
* Builds and executes requests for operations under /api/club/actions/follow
|
|
9865
|
+
*/
|
|
9866
|
+
interface FollowRequestBuilder extends BaseRequestBuilder<FollowRequestBuilder> {
|
|
9867
|
+
/**
|
|
9868
|
+
* The facebook property
|
|
9869
|
+
*/
|
|
9870
|
+
get facebook(): FacebookRequestBuilder;
|
|
9871
|
+
/**
|
|
9872
|
+
* The instagram property
|
|
9873
|
+
*/
|
|
9874
|
+
get instagram(): InstagramRequestBuilder;
|
|
9875
|
+
}
|
|
9876
|
+
|
|
9877
|
+
/**
|
|
9878
|
+
* Builds and executes requests for operations under /api/club/actions/set-birthdate
|
|
9879
|
+
*/
|
|
9880
|
+
interface SetBirthdateRequestBuilder extends BaseRequestBuilder<SetBirthdateRequestBuilder> {
|
|
9881
|
+
/**
|
|
9882
|
+
* @param body The request body
|
|
9883
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9884
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9885
|
+
*/
|
|
9886
|
+
post(body: SetBirthdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9887
|
+
/**
|
|
9888
|
+
* @param body The request body
|
|
9889
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9890
|
+
* @returns {RequestInformation}
|
|
9891
|
+
*/
|
|
9892
|
+
toPostRequestInformation(body: SetBirthdateRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9893
|
+
}
|
|
9894
|
+
|
|
9895
|
+
/**
|
|
9896
|
+
* Builds and executes requests for operations under /api/club/actions/vouchers/club
|
|
9897
|
+
*/
|
|
9898
|
+
interface ClubRequestBuilder$1 extends BaseRequestBuilder<ClubRequestBuilder$1> {
|
|
9899
|
+
/**
|
|
9900
|
+
* @param body The request body
|
|
9901
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9902
|
+
* @returns {Promise<VoucherResponse>}
|
|
9903
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9904
|
+
*/
|
|
9905
|
+
post(body: CreateClubVoucherRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<VoucherResponse | undefined>;
|
|
9906
|
+
/**
|
|
9907
|
+
* @param body The request body
|
|
9908
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9909
|
+
* @returns {RequestInformation}
|
|
9910
|
+
*/
|
|
9911
|
+
toPostRequestInformation(body: CreateClubVoucherRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9912
|
+
}
|
|
9913
|
+
|
|
9914
|
+
/**
|
|
9915
|
+
* Builds and executes requests for operations under /api/club/actions/vouchers
|
|
9916
|
+
*/
|
|
9917
|
+
interface VouchersRequestBuilder$4 extends BaseRequestBuilder<VouchersRequestBuilder$4> {
|
|
9918
|
+
/**
|
|
9919
|
+
* The club property
|
|
9920
|
+
*/
|
|
9921
|
+
get club(): ClubRequestBuilder$1;
|
|
9922
|
+
}
|
|
9923
|
+
|
|
9924
|
+
/**
|
|
9925
|
+
* Builds and executes requests for operations under /api/club/actions
|
|
9926
|
+
*/
|
|
9927
|
+
interface ActionsRequestBuilder extends BaseRequestBuilder<ActionsRequestBuilder> {
|
|
9928
|
+
/**
|
|
9929
|
+
* The addCode property
|
|
9930
|
+
*/
|
|
9931
|
+
get addCode(): AddCodeRequestBuilder;
|
|
9932
|
+
/**
|
|
9933
|
+
* The custom property
|
|
9934
|
+
*/
|
|
9935
|
+
get custom(): CustomRequestBuilder;
|
|
9936
|
+
/**
|
|
9937
|
+
* The follow property
|
|
9938
|
+
*/
|
|
9939
|
+
get follow(): FollowRequestBuilder;
|
|
9940
|
+
/**
|
|
9941
|
+
* The setBirthdate property
|
|
9942
|
+
*/
|
|
9943
|
+
get setBirthdate(): SetBirthdateRequestBuilder;
|
|
9944
|
+
/**
|
|
9945
|
+
* The vouchers property
|
|
9946
|
+
*/
|
|
9947
|
+
get vouchers(): VouchersRequestBuilder$4;
|
|
9948
|
+
/**
|
|
9949
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9950
|
+
* @returns {Promise<GetClubActionsResponse>}
|
|
9951
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9952
|
+
*/
|
|
9953
|
+
get(requestConfiguration?: RequestConfiguration<ActionsRequestBuilderGetQueryParameters> | undefined): Promise<GetClubActionsResponse | undefined>;
|
|
9954
|
+
/**
|
|
9955
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9956
|
+
* @returns {RequestInformation}
|
|
9957
|
+
*/
|
|
9958
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ActionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
9959
|
+
}
|
|
9960
|
+
interface ActionsRequestBuilderGetQueryParameters {
|
|
9961
|
+
customerId?: string;
|
|
9962
|
+
pageIndex?: number;
|
|
9963
|
+
pageSize?: number;
|
|
9964
|
+
showOthers?: boolean;
|
|
9965
|
+
showPurchases?: boolean;
|
|
9966
|
+
showVouchers?: boolean;
|
|
9967
|
+
userId?: string;
|
|
9968
|
+
}
|
|
9969
|
+
|
|
9970
|
+
/**
|
|
9971
|
+
* Builds and executes requests for operations under /api/club/booster-information
|
|
9972
|
+
*/
|
|
9973
|
+
interface BoosterInformationRequestBuilder extends BaseRequestBuilder<BoosterInformationRequestBuilder> {
|
|
9974
|
+
/**
|
|
9975
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9976
|
+
* @returns {Promise<GetBoosterInformationResponse>}
|
|
9977
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9978
|
+
*/
|
|
9979
|
+
get(requestConfiguration?: RequestConfiguration<BoosterInformationRequestBuilderGetQueryParameters> | undefined): Promise<GetBoosterInformationResponse | undefined>;
|
|
9980
|
+
/**
|
|
9981
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9982
|
+
* @returns {RequestInformation}
|
|
9983
|
+
*/
|
|
9984
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<BoosterInformationRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
9985
|
+
}
|
|
9986
|
+
interface BoosterInformationRequestBuilderGetQueryParameters {
|
|
9987
|
+
userId?: string;
|
|
9988
|
+
}
|
|
9989
|
+
|
|
9990
|
+
/**
|
|
9991
|
+
* Builds and executes requests for operations under /api/club/trackable-action-types
|
|
9992
|
+
*/
|
|
9993
|
+
interface TrackableActionTypesRequestBuilder extends BaseRequestBuilder<TrackableActionTypesRequestBuilder> {
|
|
9994
|
+
/**
|
|
9995
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9996
|
+
* @returns {Promise<GetClubCustomerActionTypesResponse>}
|
|
9997
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9998
|
+
*/
|
|
9999
|
+
get(requestConfiguration?: RequestConfiguration<TrackableActionTypesRequestBuilderGetQueryParameters> | undefined): Promise<GetClubCustomerActionTypesResponse | undefined>;
|
|
10000
|
+
/**
|
|
10001
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10002
|
+
* @returns {RequestInformation}
|
|
10003
|
+
*/
|
|
10004
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<TrackableActionTypesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
10005
|
+
}
|
|
10006
|
+
interface TrackableActionTypesRequestBuilderGetQueryParameters {
|
|
10007
|
+
contextId?: number;
|
|
10008
|
+
}
|
|
10009
|
+
|
|
10010
|
+
/**
|
|
10011
|
+
* Builds and executes requests for operations under /api/club
|
|
10012
|
+
*/
|
|
10013
|
+
interface ClubRequestBuilder extends BaseRequestBuilder<ClubRequestBuilder> {
|
|
10014
|
+
/**
|
|
10015
|
+
* The actions property
|
|
10016
|
+
*/
|
|
10017
|
+
get actions(): ActionsRequestBuilder;
|
|
10018
|
+
/**
|
|
10019
|
+
* The boosterInformation property
|
|
10020
|
+
*/
|
|
10021
|
+
get boosterInformation(): BoosterInformationRequestBuilder;
|
|
10022
|
+
/**
|
|
10023
|
+
* The trackableActionTypes property
|
|
10024
|
+
*/
|
|
10025
|
+
get trackableActionTypes(): TrackableActionTypesRequestBuilder;
|
|
10026
|
+
}
|
|
10027
|
+
|
|
10028
|
+
/**
|
|
10029
|
+
* Builds and executes requests for operations under /api/customer/advantages
|
|
10030
|
+
*/
|
|
10031
|
+
interface AdvantagesRequestBuilder$3 extends BaseRequestBuilder<AdvantagesRequestBuilder$3> {
|
|
10032
|
+
/**
|
|
10033
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10034
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
10035
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10036
|
+
*/
|
|
10037
|
+
get(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters$1> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
10038
|
+
/**
|
|
10039
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10040
|
+
* @returns {RequestInformation}
|
|
10041
|
+
*/
|
|
10042
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10043
|
+
}
|
|
10044
|
+
interface AdvantagesRequestBuilderGetQueryParameters$1 {
|
|
10045
|
+
customerId?: string;
|
|
10046
|
+
}
|
|
10047
|
+
|
|
10048
|
+
/**
|
|
10049
|
+
* Builds and executes requests for operations under /api/customer/anonymize
|
|
10050
|
+
*/
|
|
10051
|
+
interface AnonymizeRequestBuilder$2 extends BaseRequestBuilder<AnonymizeRequestBuilder$2> {
|
|
10052
|
+
/**
|
|
10053
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10054
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10055
|
+
*/
|
|
10056
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10057
|
+
/**
|
|
10058
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10059
|
+
* @returns {RequestInformation}
|
|
10060
|
+
*/
|
|
10061
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10062
|
+
}
|
|
10063
|
+
|
|
10064
|
+
/**
|
|
10065
|
+
* Builds and executes requests for operations under /api/customer/cart/merge
|
|
10066
|
+
*/
|
|
10067
|
+
interface MergeRequestBuilder$3 extends BaseRequestBuilder<MergeRequestBuilder$3> {
|
|
10068
|
+
/**
|
|
10069
|
+
* @param body The request body
|
|
10070
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10071
|
+
* @returns {Promise<MergeCartResponse>}
|
|
10072
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10073
|
+
*/
|
|
10074
|
+
post(body: MergeCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MergeCartResponse | undefined>;
|
|
10075
|
+
/**
|
|
10076
|
+
* @param body The request body
|
|
10077
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10078
|
+
* @returns {RequestInformation}
|
|
10079
|
+
*/
|
|
10080
|
+
toPostRequestInformation(body: MergeCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10081
|
+
}
|
|
10082
|
+
|
|
10083
|
+
/**
|
|
10084
|
+
* Builds and executes requests for operations under /api/customer/cart
|
|
10085
|
+
*/
|
|
10086
|
+
interface CartRequestBuilder$3 extends BaseRequestBuilder<CartRequestBuilder$3> {
|
|
10087
|
+
/**
|
|
10088
|
+
* The merge property
|
|
10089
|
+
*/
|
|
10090
|
+
get merge(): MergeRequestBuilder$3;
|
|
10091
|
+
/**
|
|
10092
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10093
|
+
* @returns {Promise<CartResponse>}
|
|
10094
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10095
|
+
*/
|
|
10096
|
+
get(requestConfiguration?: RequestConfiguration<CartRequestBuilderGetQueryParameters$1> | undefined): Promise<CartResponse | undefined>;
|
|
10097
|
+
/**
|
|
10098
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10099
|
+
* @returns {RequestInformation}
|
|
10100
|
+
*/
|
|
10101
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10102
|
+
}
|
|
10103
|
+
interface CartRequestBuilderGetQueryParameters$1 {
|
|
10104
|
+
customerId?: string;
|
|
10105
|
+
}
|
|
10106
|
+
|
|
10107
|
+
/**
|
|
10108
|
+
* Builds and executes requests for operations under /api/customer/carts
|
|
10109
|
+
*/
|
|
10110
|
+
interface CartsRequestBuilder$3 extends BaseRequestBuilder<CartsRequestBuilder$3> {
|
|
10111
|
+
/**
|
|
10112
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10113
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
10114
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10115
|
+
*/
|
|
10116
|
+
get(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters$1> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
10117
|
+
/**
|
|
10118
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10119
|
+
* @returns {RequestInformation}
|
|
10120
|
+
*/
|
|
10121
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10122
|
+
}
|
|
10123
|
+
interface CartsRequestBuilderGetQueryParameters$1 {
|
|
10124
|
+
customerId?: string;
|
|
10125
|
+
}
|
|
10126
|
+
|
|
10127
|
+
/**
|
|
10128
|
+
* Builds and executes requests for operations under /api/customer/demo
|
|
10129
|
+
*/
|
|
10130
|
+
interface DemoRequestBuilder$1 extends BaseRequestBuilder<DemoRequestBuilder$1> {
|
|
10131
|
+
/**
|
|
10132
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10133
|
+
* @returns {Promise<GetActiveDemoForCustomerResponse>}
|
|
10134
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10135
|
+
*/
|
|
10136
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetActiveDemoForCustomerResponse | undefined>;
|
|
10137
|
+
/**
|
|
10138
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10139
|
+
* @returns {RequestInformation}
|
|
10140
|
+
*/
|
|
10141
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10142
|
+
}
|
|
10143
|
+
|
|
10144
|
+
/**
|
|
10145
|
+
* Builds and executes requests for operations under /api/customer/demos/status-count
|
|
10146
|
+
*/
|
|
10147
|
+
interface StatusCountRequestBuilder$1 extends BaseRequestBuilder<StatusCountRequestBuilder$1> {
|
|
10148
|
+
/**
|
|
10149
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10150
|
+
* @returns {Promise<GetDemosStatusCountResponse>}
|
|
10151
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10152
|
+
*/
|
|
10153
|
+
get(requestConfiguration?: RequestConfiguration<StatusCountRequestBuilderGetQueryParameters$1> | undefined): Promise<GetDemosStatusCountResponse | undefined>;
|
|
10154
|
+
/**
|
|
10155
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10156
|
+
* @returns {RequestInformation}
|
|
10157
|
+
*/
|
|
10158
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<StatusCountRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10159
|
+
}
|
|
10160
|
+
interface StatusCountRequestBuilderGetQueryParameters$1 {
|
|
10161
|
+
futureFromDate?: string;
|
|
10162
|
+
}
|
|
10163
|
+
|
|
10164
|
+
/**
|
|
10165
|
+
* Builds and executes requests for operations under /api/customer/demos
|
|
10166
|
+
*/
|
|
10167
|
+
interface DemosRequestBuilder$4 extends BaseRequestBuilder<DemosRequestBuilder$4> {
|
|
10168
|
+
/**
|
|
10169
|
+
* The statusCount property
|
|
10170
|
+
*/
|
|
10171
|
+
get statusCount(): StatusCountRequestBuilder$1;
|
|
10172
|
+
/**
|
|
10173
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10174
|
+
* @returns {Promise<GetDemosForCustomerResponse>}
|
|
10175
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10176
|
+
*/
|
|
10177
|
+
get(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters$1> | undefined): Promise<GetDemosForCustomerResponse | undefined>;
|
|
10178
|
+
/**
|
|
10179
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10180
|
+
* @returns {RequestInformation}
|
|
10181
|
+
*/
|
|
10182
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10183
|
+
}
|
|
10184
|
+
interface DemosRequestBuilderGetQueryParameters$1 {
|
|
10185
|
+
demoStatus?: string;
|
|
10186
|
+
fromDate?: string;
|
|
10187
|
+
orderBy?: string;
|
|
10188
|
+
role?: string;
|
|
10189
|
+
skip?: number;
|
|
10190
|
+
take?: number;
|
|
10191
|
+
}
|
|
10192
|
+
|
|
10193
|
+
/**
|
|
10194
|
+
* Builds and executes requests for operations under /api/customer/email
|
|
10195
|
+
*/
|
|
10196
|
+
interface EmailRequestBuilder$1 extends BaseRequestBuilder<EmailRequestBuilder$1> {
|
|
10197
|
+
/**
|
|
10198
|
+
* @param body The request body
|
|
10199
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10200
|
+
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
10201
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10202
|
+
*/
|
|
10203
|
+
put(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10204
|
+
/**
|
|
10205
|
+
* @param body The request body
|
|
10206
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10207
|
+
* @returns {RequestInformation}
|
|
10208
|
+
*/
|
|
10209
|
+
toPutRequestInformation(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10210
|
+
}
|
|
10211
|
+
|
|
10212
|
+
/**
|
|
10213
|
+
* Builds and executes requests for operations under /api/customer/finalized-carts
|
|
10214
|
+
*/
|
|
10215
|
+
interface FinalizedCartsRequestBuilder$1 extends BaseRequestBuilder<FinalizedCartsRequestBuilder$1> {
|
|
10216
|
+
/**
|
|
10217
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10218
|
+
* @returns {Promise<GetFinalizedCartsResponse>}
|
|
10219
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10220
|
+
*/
|
|
10221
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetFinalizedCartsResponse | undefined>;
|
|
10222
|
+
/**
|
|
10223
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10224
|
+
* @returns {RequestInformation}
|
|
10225
|
+
*/
|
|
10226
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10227
|
+
}
|
|
10228
|
+
|
|
10229
|
+
/**
|
|
10230
|
+
* Builds and executes requests for operations under /api/customer/gdpr/delegates/{delegateId}/subscribe
|
|
10231
|
+
*/
|
|
10232
|
+
interface SubscribeRequestBuilder$7 extends BaseRequestBuilder<SubscribeRequestBuilder$7> {
|
|
10233
|
+
/**
|
|
10234
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10235
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10236
|
+
*/
|
|
10237
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10238
|
+
/**
|
|
10239
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10240
|
+
* @returns {RequestInformation}
|
|
10241
|
+
*/
|
|
10242
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10243
|
+
}
|
|
10244
|
+
|
|
10245
|
+
/**
|
|
10246
|
+
* Builds and executes requests for operations under /api/customer/gdpr/delegates/{delegateId}/un-subscribe
|
|
10247
|
+
*/
|
|
10248
|
+
interface UnSubscribeRequestBuilder$5 extends BaseRequestBuilder<UnSubscribeRequestBuilder$5> {
|
|
10249
|
+
/**
|
|
10250
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10251
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10252
|
+
*/
|
|
10253
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10254
|
+
/**
|
|
10255
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10256
|
+
* @returns {RequestInformation}
|
|
10257
|
+
*/
|
|
10258
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10259
|
+
}
|
|
10260
|
+
|
|
10261
|
+
/**
|
|
10262
|
+
* Builds and executes requests for operations under /api/customer/gdpr/delegates/{delegateId}
|
|
10263
|
+
*/
|
|
10264
|
+
interface WithDelegateItemRequestBuilder$4 extends BaseRequestBuilder<WithDelegateItemRequestBuilder$4> {
|
|
10265
|
+
/**
|
|
10266
|
+
* The subscribe property
|
|
10267
|
+
*/
|
|
10268
|
+
get subscribe(): SubscribeRequestBuilder$7;
|
|
10269
|
+
/**
|
|
10270
|
+
* The unSubscribe property
|
|
10271
|
+
*/
|
|
10272
|
+
get unSubscribe(): UnSubscribeRequestBuilder$5;
|
|
10273
|
+
}
|
|
10274
|
+
|
|
10275
|
+
/**
|
|
10276
|
+
* Builds and executes requests for operations under /api/customer/gdpr/delegates
|
|
10277
|
+
*/
|
|
10278
|
+
interface DelegatesRequestBuilder$5 extends BaseRequestBuilder<DelegatesRequestBuilder$5> {
|
|
10279
|
+
/**
|
|
10280
|
+
* Gets an item from the VC.api.customer.gdpr.delegates.item collection
|
|
10281
|
+
* @param delegateId Unique identifier of the item
|
|
10282
|
+
* @returns {WithDelegateItemRequestBuilder}
|
|
10283
|
+
*/
|
|
10284
|
+
byDelegateId(delegateId: string): WithDelegateItemRequestBuilder$4;
|
|
10285
|
+
}
|
|
10286
|
+
|
|
10287
|
+
/**
|
|
10288
|
+
* Builds and executes requests for operations under /api/customer/gdpr/transactional/subscribe
|
|
10289
|
+
*/
|
|
10290
|
+
interface SubscribeRequestBuilder$6 extends BaseRequestBuilder<SubscribeRequestBuilder$6> {
|
|
10291
|
+
/**
|
|
10292
|
+
* @param body The request body
|
|
10293
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10294
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10295
|
+
*/
|
|
10296
|
+
post(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10297
|
+
/**
|
|
10298
|
+
* @param body The request body
|
|
10299
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10300
|
+
* @returns {RequestInformation}
|
|
10301
|
+
*/
|
|
10302
|
+
toPostRequestInformation(body: GdprSubscribeTransactionalRequest2, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10303
|
+
}
|
|
10304
|
+
|
|
10305
|
+
/**
|
|
10306
|
+
* Builds and executes requests for operations under /api/customer/gdpr/transactional/un-subscribe
|
|
10307
|
+
*/
|
|
10308
|
+
interface UnSubscribeRequestBuilder$4 extends BaseRequestBuilder<UnSubscribeRequestBuilder$4> {
|
|
10309
|
+
/**
|
|
10310
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10311
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10312
|
+
*/
|
|
10313
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10314
|
+
/**
|
|
10315
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10316
|
+
* @returns {RequestInformation}
|
|
10317
|
+
*/
|
|
10318
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10319
|
+
}
|
|
10320
|
+
|
|
10321
|
+
/**
|
|
10322
|
+
* Builds and executes requests for operations under /api/customer/gdpr/transactional
|
|
10323
|
+
*/
|
|
10324
|
+
interface TransactionalRequestBuilder$3 extends BaseRequestBuilder<TransactionalRequestBuilder$3> {
|
|
10325
|
+
/**
|
|
10326
|
+
* The subscribe property
|
|
10327
|
+
*/
|
|
10328
|
+
get subscribe(): SubscribeRequestBuilder$6;
|
|
10329
|
+
/**
|
|
10330
|
+
* The unSubscribe property
|
|
10331
|
+
*/
|
|
10332
|
+
get unSubscribe(): UnSubscribeRequestBuilder$4;
|
|
10333
|
+
}
|
|
10334
|
+
|
|
10335
|
+
/**
|
|
10336
|
+
* Builds and executes requests for operations under /api/customer/gdpr
|
|
10337
|
+
*/
|
|
10338
|
+
interface GdprRequestBuilder$3 extends BaseRequestBuilder<GdprRequestBuilder$3> {
|
|
10339
|
+
/**
|
|
10340
|
+
* The delegates property
|
|
10341
|
+
*/
|
|
10342
|
+
get delegates(): DelegatesRequestBuilder$5;
|
|
10343
|
+
/**
|
|
10344
|
+
* The transactional property
|
|
10345
|
+
*/
|
|
10346
|
+
get transactional(): TransactionalRequestBuilder$3;
|
|
10347
|
+
/**
|
|
10348
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10349
|
+
* @returns {Promise<GdprResponse>}
|
|
10350
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10351
|
+
*/
|
|
10352
|
+
get(requestConfiguration?: RequestConfiguration<GdprRequestBuilderGetQueryParameters$1> | undefined): Promise<GdprResponse | undefined>;
|
|
10353
|
+
/**
|
|
10354
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10355
|
+
* @returns {RequestInformation}
|
|
10356
|
+
*/
|
|
10357
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<GdprRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10358
|
+
}
|
|
10359
|
+
interface GdprRequestBuilderGetQueryParameters$1 {
|
|
10360
|
+
gdprId?: string;
|
|
10361
|
+
}
|
|
10362
|
+
|
|
10363
|
+
/**
|
|
10364
|
+
* Builds and executes requests for operations under /api/customer/invitation-code
|
|
10365
|
+
*/
|
|
10366
|
+
interface InvitationCodeRequestBuilder$1 extends BaseRequestBuilder<InvitationCodeRequestBuilder$1> {
|
|
10367
|
+
/**
|
|
10368
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10369
|
+
* @returns {Promise<string>}
|
|
10370
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10371
|
+
*/
|
|
10372
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<string | undefined>;
|
|
10373
|
+
/**
|
|
10374
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10375
|
+
* @returns {RequestInformation}
|
|
10376
|
+
*/
|
|
10377
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10378
|
+
}
|
|
10379
|
+
|
|
10380
|
+
/**
|
|
10381
|
+
* Builds and executes requests for operations under /api/customer/orders/{orderId}
|
|
10382
|
+
*/
|
|
10383
|
+
interface WithOrderItemRequestBuilder$2 extends BaseRequestBuilder<WithOrderItemRequestBuilder$2> {
|
|
10384
|
+
/**
|
|
10385
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10386
|
+
* @returns {Promise<OrderResponse>}
|
|
10387
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10388
|
+
*/
|
|
10389
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<OrderResponse | undefined>;
|
|
10390
|
+
/**
|
|
10391
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10392
|
+
* @returns {RequestInformation}
|
|
10393
|
+
*/
|
|
10394
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10395
|
+
}
|
|
10396
|
+
|
|
10397
|
+
/**
|
|
10398
|
+
* Builds and executes requests for operations under /api/customer/orders
|
|
10399
|
+
*/
|
|
10400
|
+
interface OrdersRequestBuilder$4 extends BaseRequestBuilder<OrdersRequestBuilder$4> {
|
|
10401
|
+
/**
|
|
10402
|
+
* Gets an item from the VC.api.customer.orders.item collection
|
|
10403
|
+
* @param orderId Unique identifier of the item
|
|
10404
|
+
* @returns {WithOrderItemRequestBuilder}
|
|
10405
|
+
*/
|
|
10406
|
+
byOrderId(orderId: string): WithOrderItemRequestBuilder$2;
|
|
10407
|
+
/**
|
|
10408
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10409
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
10410
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10411
|
+
*/
|
|
10412
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$3> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
10413
|
+
/**
|
|
10414
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10415
|
+
* @returns {RequestInformation}
|
|
10416
|
+
*/
|
|
10417
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$3> | undefined): RequestInformation;
|
|
10418
|
+
}
|
|
10419
|
+
interface OrdersRequestBuilderGetQueryParameters$3 {
|
|
10420
|
+
customerId?: string;
|
|
10421
|
+
pageIndex?: number;
|
|
10422
|
+
pageSize?: number;
|
|
10423
|
+
}
|
|
10424
|
+
|
|
10425
|
+
/**
|
|
10426
|
+
* Builds and executes requests for operations under /api/customer/profile
|
|
10427
|
+
*/
|
|
10428
|
+
interface ProfileRequestBuilder$4 extends BaseRequestBuilder<ProfileRequestBuilder$4> {
|
|
10429
|
+
/**
|
|
10430
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10431
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
10432
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10433
|
+
*/
|
|
10434
|
+
get(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters$1> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
10435
|
+
/**
|
|
10436
|
+
* @param body The request body
|
|
10437
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10438
|
+
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
10439
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10440
|
+
*/
|
|
10441
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10442
|
+
/**
|
|
10443
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10444
|
+
* @returns {RequestInformation}
|
|
10445
|
+
*/
|
|
10446
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10447
|
+
/**
|
|
10448
|
+
* @param body The request body
|
|
10449
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10450
|
+
* @returns {RequestInformation}
|
|
10451
|
+
*/
|
|
10452
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10453
|
+
}
|
|
10454
|
+
interface ProfileRequestBuilderGetQueryParameters$1 {
|
|
10455
|
+
customerId?: string;
|
|
10456
|
+
}
|
|
10457
|
+
|
|
10458
|
+
/**
|
|
10459
|
+
* Builds and executes requests for operations under /api/customer/vouchers/{voucherCode}/download/{locale}
|
|
10460
|
+
*/
|
|
10461
|
+
interface WithLocaleItemRequestBuilder$7 extends BaseRequestBuilder<WithLocaleItemRequestBuilder$7> {
|
|
10462
|
+
/**
|
|
10463
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10464
|
+
* @returns {Promise<ArrayBuffer>}
|
|
10465
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10466
|
+
*/
|
|
10467
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<ArrayBuffer | undefined>;
|
|
10468
|
+
/**
|
|
10469
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10470
|
+
* @returns {RequestInformation}
|
|
10471
|
+
*/
|
|
10472
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10473
|
+
}
|
|
10474
|
+
|
|
10475
|
+
/**
|
|
10476
|
+
* Builds and executes requests for operations under /api/customer/vouchers/{voucherCode}/download
|
|
10477
|
+
*/
|
|
10478
|
+
interface DownloadRequestBuilder$3 extends BaseRequestBuilder<DownloadRequestBuilder$3> {
|
|
10479
|
+
/**
|
|
10480
|
+
* Gets an item from the VC.api.customer.vouchers.item.download.item collection
|
|
10481
|
+
* @param locale Unique identifier of the item
|
|
10482
|
+
* @returns {WithLocaleItemRequestBuilder}
|
|
10483
|
+
*/
|
|
10484
|
+
byLocale(locale: string): WithLocaleItemRequestBuilder$7;
|
|
10485
|
+
}
|
|
10486
|
+
|
|
10487
|
+
/**
|
|
10488
|
+
* Builds and executes requests for operations under /api/customer/vouchers/{voucherCode}
|
|
10489
|
+
*/
|
|
10490
|
+
interface WithVoucherCodeItemRequestBuilder$1 extends BaseRequestBuilder<WithVoucherCodeItemRequestBuilder$1> {
|
|
10491
|
+
/**
|
|
10492
|
+
* The download property
|
|
10493
|
+
*/
|
|
10494
|
+
get download(): DownloadRequestBuilder$3;
|
|
10495
|
+
}
|
|
10496
|
+
|
|
10497
|
+
/**
|
|
10498
|
+
* Builds and executes requests for operations under /api/customer/vouchers
|
|
10499
|
+
*/
|
|
10500
|
+
interface VouchersRequestBuilder$3 extends BaseRequestBuilder<VouchersRequestBuilder$3> {
|
|
10501
|
+
/**
|
|
10502
|
+
* Gets an item from the VC.api.customer.vouchers.item collection
|
|
10503
|
+
* @param voucherCode Unique identifier of the item
|
|
10504
|
+
* @returns {WithVoucherCodeItemRequestBuilder}
|
|
10505
|
+
*/
|
|
10506
|
+
byVoucherCode(voucherCode: string): WithVoucherCodeItemRequestBuilder$1;
|
|
10507
|
+
/**
|
|
10508
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10509
|
+
* @returns {Promise<GetCustomerAllVouchersResponse>}
|
|
10510
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10511
|
+
*/
|
|
10512
|
+
get(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters$1> | undefined): Promise<GetCustomerAllVouchersResponse | undefined>;
|
|
10513
|
+
/**
|
|
10514
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10515
|
+
* @returns {RequestInformation}
|
|
10516
|
+
*/
|
|
10517
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10518
|
+
}
|
|
10519
|
+
interface VouchersRequestBuilderGetQueryParameters$1 {
|
|
10520
|
+
includeUsed?: boolean;
|
|
10521
|
+
pageIndex?: number;
|
|
10522
|
+
pageSize?: number;
|
|
10523
|
+
}
|
|
10524
|
+
|
|
10525
|
+
/**
|
|
10526
|
+
* Builds and executes requests for operations under /api/customer/wishlist
|
|
10527
|
+
*/
|
|
10528
|
+
interface WishlistRequestBuilder$3 extends BaseRequestBuilder<WishlistRequestBuilder$3> {
|
|
10529
|
+
/**
|
|
10530
|
+
* @param body The request body
|
|
10531
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10532
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10533
|
+
*/
|
|
10534
|
+
delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10535
|
+
/**
|
|
10536
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10537
|
+
* @returns {Promise<WishlistResponse>}
|
|
10538
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10539
|
+
*/
|
|
10540
|
+
get(requestConfiguration?: RequestConfiguration<WishlistRequestBuilderGetQueryParameters$1> | undefined): Promise<WishlistResponse | undefined>;
|
|
10541
|
+
/**
|
|
10542
|
+
* @param body The request body
|
|
10543
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10544
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10545
|
+
*/
|
|
10546
|
+
post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10547
|
+
/**
|
|
10548
|
+
* @param body The request body
|
|
10549
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10550
|
+
* @returns {RequestInformation}
|
|
10551
|
+
*/
|
|
10552
|
+
toDeleteRequestInformation(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9718
10553
|
/**
|
|
9719
10554
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9720
|
-
* @returns {
|
|
9721
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10555
|
+
* @returns {RequestInformation}
|
|
9722
10556
|
*/
|
|
9723
|
-
|
|
10557
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<WishlistRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
9724
10558
|
/**
|
|
10559
|
+
* @param body The request body
|
|
9725
10560
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9726
10561
|
* @returns {RequestInformation}
|
|
9727
10562
|
*/
|
|
9728
|
-
|
|
10563
|
+
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10564
|
+
}
|
|
10565
|
+
interface WishlistRequestBuilderGetQueryParameters$1 {
|
|
10566
|
+
customerId?: string;
|
|
9729
10567
|
}
|
|
9730
10568
|
|
|
9731
10569
|
/**
|
|
9732
|
-
* Builds and executes requests for operations under /api/
|
|
10570
|
+
* Builds and executes requests for operations under /api/customer
|
|
9733
10571
|
*/
|
|
9734
|
-
interface
|
|
10572
|
+
interface CustomerRequestBuilder extends BaseRequestBuilder<CustomerRequestBuilder> {
|
|
9735
10573
|
/**
|
|
9736
|
-
* The
|
|
10574
|
+
* The advantages property
|
|
9737
10575
|
*/
|
|
9738
|
-
get
|
|
10576
|
+
get advantages(): AdvantagesRequestBuilder$3;
|
|
9739
10577
|
/**
|
|
9740
|
-
* The
|
|
10578
|
+
* The anonymize property
|
|
9741
10579
|
*/
|
|
9742
|
-
get
|
|
10580
|
+
get anonymize(): AnonymizeRequestBuilder$2;
|
|
9743
10581
|
/**
|
|
9744
|
-
* The
|
|
10582
|
+
* The cart property
|
|
9745
10583
|
*/
|
|
9746
|
-
get
|
|
10584
|
+
get cart(): CartRequestBuilder$3;
|
|
9747
10585
|
/**
|
|
9748
|
-
*
|
|
9749
|
-
* @param contextId Unique identifier of the item
|
|
9750
|
-
* @returns {WithContextItemRequestBuilder}
|
|
10586
|
+
* The carts property
|
|
9751
10587
|
*/
|
|
9752
|
-
|
|
10588
|
+
get carts(): CartsRequestBuilder$3;
|
|
10589
|
+
/**
|
|
10590
|
+
* The demo property
|
|
10591
|
+
*/
|
|
10592
|
+
get demo(): DemoRequestBuilder$1;
|
|
10593
|
+
/**
|
|
10594
|
+
* The demos property
|
|
10595
|
+
*/
|
|
10596
|
+
get demos(): DemosRequestBuilder$4;
|
|
10597
|
+
/**
|
|
10598
|
+
* The email property
|
|
10599
|
+
*/
|
|
10600
|
+
get email(): EmailRequestBuilder$1;
|
|
10601
|
+
/**
|
|
10602
|
+
* The finalizedCarts property
|
|
10603
|
+
*/
|
|
10604
|
+
get finalizedCarts(): FinalizedCartsRequestBuilder$1;
|
|
10605
|
+
/**
|
|
10606
|
+
* The gdpr property
|
|
10607
|
+
*/
|
|
10608
|
+
get gdpr(): GdprRequestBuilder$3;
|
|
10609
|
+
/**
|
|
10610
|
+
* The invitationCode property
|
|
10611
|
+
*/
|
|
10612
|
+
get invitationCode(): InvitationCodeRequestBuilder$1;
|
|
10613
|
+
/**
|
|
10614
|
+
* The orders property
|
|
10615
|
+
*/
|
|
10616
|
+
get orders(): OrdersRequestBuilder$4;
|
|
10617
|
+
/**
|
|
10618
|
+
* The profile property
|
|
10619
|
+
*/
|
|
10620
|
+
get profile(): ProfileRequestBuilder$4;
|
|
10621
|
+
/**
|
|
10622
|
+
* The vouchers property
|
|
10623
|
+
*/
|
|
10624
|
+
get vouchers(): VouchersRequestBuilder$3;
|
|
10625
|
+
/**
|
|
10626
|
+
* The wishlist property
|
|
10627
|
+
*/
|
|
10628
|
+
get wishlist(): WishlistRequestBuilder$3;
|
|
9753
10629
|
}
|
|
9754
10630
|
|
|
9755
10631
|
/**
|
|
9756
|
-
* Builds and executes requests for operations under /api/
|
|
10632
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/advantages
|
|
9757
10633
|
*/
|
|
9758
|
-
interface
|
|
10634
|
+
interface AdvantagesRequestBuilder$2 extends BaseRequestBuilder<AdvantagesRequestBuilder$2> {
|
|
9759
10635
|
/**
|
|
9760
|
-
* @param body The request body
|
|
9761
10636
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9762
|
-
* @returns {Promise<
|
|
10637
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
9763
10638
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9764
10639
|
*/
|
|
9765
|
-
|
|
10640
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
9766
10641
|
/**
|
|
9767
|
-
* @param body The request body
|
|
9768
10642
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9769
10643
|
* @returns {RequestInformation}
|
|
9770
10644
|
*/
|
|
9771
|
-
|
|
10645
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9772
10646
|
}
|
|
9773
10647
|
|
|
9774
10648
|
/**
|
|
9775
|
-
* Builds and executes requests for operations under /api/
|
|
10649
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/cart/merge
|
|
9776
10650
|
*/
|
|
9777
|
-
interface
|
|
10651
|
+
interface MergeRequestBuilder$2 extends BaseRequestBuilder<MergeRequestBuilder$2> {
|
|
9778
10652
|
/**
|
|
9779
10653
|
* @param body The request body
|
|
9780
10654
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10655
|
+
* @returns {Promise<MergeCartResponse>}
|
|
9781
10656
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9782
10657
|
*/
|
|
9783
|
-
post(body:
|
|
10658
|
+
post(body: MergeCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<MergeCartResponse | undefined>;
|
|
9784
10659
|
/**
|
|
9785
10660
|
* @param body The request body
|
|
9786
10661
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9787
10662
|
* @returns {RequestInformation}
|
|
9788
10663
|
*/
|
|
9789
|
-
toPostRequestInformation(body:
|
|
10664
|
+
toPostRequestInformation(body: MergeCartRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9790
10665
|
}
|
|
9791
10666
|
|
|
9792
10667
|
/**
|
|
9793
|
-
* Builds and executes requests for operations under /api/
|
|
10668
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/cart
|
|
9794
10669
|
*/
|
|
9795
|
-
interface
|
|
10670
|
+
interface CartRequestBuilder$2 extends BaseRequestBuilder<CartRequestBuilder$2> {
|
|
9796
10671
|
/**
|
|
9797
|
-
* The
|
|
10672
|
+
* The merge property
|
|
9798
10673
|
*/
|
|
9799
|
-
get
|
|
9800
|
-
}
|
|
9801
|
-
|
|
9802
|
-
/**
|
|
9803
|
-
* Builds and executes requests for operations under /api/club/actions/follow/facebook
|
|
9804
|
-
*/
|
|
9805
|
-
interface FacebookRequestBuilder extends BaseRequestBuilder<FacebookRequestBuilder> {
|
|
10674
|
+
get merge(): MergeRequestBuilder$2;
|
|
9806
10675
|
/**
|
|
9807
10676
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10677
|
+
* @returns {Promise<CartResponse>}
|
|
9808
10678
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9809
10679
|
*/
|
|
9810
|
-
|
|
10680
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CartResponse | undefined>;
|
|
9811
10681
|
/**
|
|
9812
10682
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9813
10683
|
* @returns {RequestInformation}
|
|
9814
10684
|
*/
|
|
9815
|
-
|
|
10685
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9816
10686
|
}
|
|
9817
10687
|
|
|
9818
10688
|
/**
|
|
9819
|
-
* Builds and executes requests for operations under /api/
|
|
10689
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/carts
|
|
9820
10690
|
*/
|
|
9821
|
-
interface
|
|
10691
|
+
interface CartsRequestBuilder$2 extends BaseRequestBuilder<CartsRequestBuilder$2> {
|
|
9822
10692
|
/**
|
|
9823
10693
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10694
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
9824
10695
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9825
10696
|
*/
|
|
9826
|
-
|
|
10697
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
9827
10698
|
/**
|
|
9828
10699
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9829
10700
|
* @returns {RequestInformation}
|
|
9830
10701
|
*/
|
|
9831
|
-
|
|
10702
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9832
10703
|
}
|
|
9833
10704
|
|
|
9834
10705
|
/**
|
|
9835
|
-
* Builds and executes requests for operations under /api/
|
|
10706
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/orders
|
|
9836
10707
|
*/
|
|
9837
|
-
interface
|
|
10708
|
+
interface OrdersRequestBuilder$3 extends BaseRequestBuilder<OrdersRequestBuilder$3> {
|
|
9838
10709
|
/**
|
|
9839
|
-
*
|
|
10710
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10711
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
10712
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9840
10713
|
*/
|
|
9841
|
-
get
|
|
10714
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$2> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
9842
10715
|
/**
|
|
9843
|
-
*
|
|
10716
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10717
|
+
* @returns {RequestInformation}
|
|
9844
10718
|
*/
|
|
9845
|
-
|
|
10719
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$2> | undefined): RequestInformation;
|
|
10720
|
+
}
|
|
10721
|
+
interface OrdersRequestBuilderGetQueryParameters$2 {
|
|
10722
|
+
pageIndex?: number;
|
|
10723
|
+
pageSize?: number;
|
|
9846
10724
|
}
|
|
9847
10725
|
|
|
9848
10726
|
/**
|
|
9849
|
-
* Builds and executes requests for operations under /api/
|
|
10727
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/profile
|
|
9850
10728
|
*/
|
|
9851
|
-
interface
|
|
10729
|
+
interface ProfileRequestBuilder$3 extends BaseRequestBuilder<ProfileRequestBuilder$3> {
|
|
9852
10730
|
/**
|
|
9853
|
-
* @param body The request body
|
|
9854
10731
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10732
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
9855
10733
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9856
10734
|
*/
|
|
9857
|
-
|
|
10735
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
9858
10736
|
/**
|
|
9859
10737
|
* @param body The request body
|
|
9860
10738
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9861
|
-
* @
|
|
10739
|
+
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
10740
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9862
10741
|
*/
|
|
9863
|
-
|
|
9864
|
-
}
|
|
9865
|
-
|
|
9866
|
-
/**
|
|
9867
|
-
* Builds and executes requests for operations under /api/club/actions/vouchers/club
|
|
9868
|
-
*/
|
|
9869
|
-
interface ClubRequestBuilder$1 extends BaseRequestBuilder<ClubRequestBuilder$1> {
|
|
10742
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9870
10743
|
/**
|
|
9871
|
-
* @param body The request body
|
|
9872
10744
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9873
|
-
* @returns {
|
|
9874
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10745
|
+
* @returns {RequestInformation}
|
|
9875
10746
|
*/
|
|
9876
|
-
|
|
10747
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9877
10748
|
/**
|
|
9878
10749
|
* @param body The request body
|
|
9879
10750
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9880
10751
|
* @returns {RequestInformation}
|
|
9881
10752
|
*/
|
|
9882
|
-
|
|
9883
|
-
}
|
|
9884
|
-
|
|
9885
|
-
/**
|
|
9886
|
-
* Builds and executes requests for operations under /api/club/actions/vouchers
|
|
9887
|
-
*/
|
|
9888
|
-
interface VouchersRequestBuilder$3 extends BaseRequestBuilder<VouchersRequestBuilder$3> {
|
|
9889
|
-
/**
|
|
9890
|
-
* The club property
|
|
9891
|
-
*/
|
|
9892
|
-
get club(): ClubRequestBuilder$1;
|
|
10753
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9893
10754
|
}
|
|
9894
10755
|
|
|
9895
10756
|
/**
|
|
9896
|
-
* Builds and executes requests for operations under /api/
|
|
10757
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/wishlist
|
|
9897
10758
|
*/
|
|
9898
|
-
interface
|
|
9899
|
-
/**
|
|
9900
|
-
* The addCode property
|
|
9901
|
-
*/
|
|
9902
|
-
get addCode(): AddCodeRequestBuilder;
|
|
10759
|
+
interface WishlistRequestBuilder$2 extends BaseRequestBuilder<WishlistRequestBuilder$2> {
|
|
9903
10760
|
/**
|
|
9904
|
-
* The
|
|
10761
|
+
* @param body The request body
|
|
10762
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10763
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9905
10764
|
*/
|
|
9906
|
-
|
|
10765
|
+
delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9907
10766
|
/**
|
|
9908
|
-
*
|
|
10767
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10768
|
+
* @returns {Promise<WishlistResponse>}
|
|
10769
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9909
10770
|
*/
|
|
9910
|
-
get
|
|
10771
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WishlistResponse | undefined>;
|
|
9911
10772
|
/**
|
|
9912
|
-
* The
|
|
10773
|
+
* @param body The request body
|
|
10774
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10775
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9913
10776
|
*/
|
|
9914
|
-
|
|
10777
|
+
post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9915
10778
|
/**
|
|
9916
|
-
* The
|
|
10779
|
+
* @param body The request body
|
|
10780
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10781
|
+
* @returns {RequestInformation}
|
|
9917
10782
|
*/
|
|
9918
|
-
|
|
10783
|
+
toDeleteRequestInformation(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9919
10784
|
/**
|
|
9920
10785
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9921
|
-
* @returns {
|
|
9922
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10786
|
+
* @returns {RequestInformation}
|
|
9923
10787
|
*/
|
|
9924
|
-
|
|
10788
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9925
10789
|
/**
|
|
10790
|
+
* @param body The request body
|
|
9926
10791
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9927
10792
|
* @returns {RequestInformation}
|
|
9928
10793
|
*/
|
|
9929
|
-
|
|
9930
|
-
}
|
|
9931
|
-
interface ActionsRequestBuilderGetQueryParameters {
|
|
9932
|
-
pageIndex?: number;
|
|
9933
|
-
pageSize?: number;
|
|
9934
|
-
showOthers?: boolean;
|
|
9935
|
-
showPurchases?: boolean;
|
|
9936
|
-
showVouchers?: boolean;
|
|
9937
|
-
userId?: string;
|
|
10794
|
+
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9938
10795
|
}
|
|
9939
10796
|
|
|
9940
10797
|
/**
|
|
9941
|
-
* Builds and executes requests for operations under /api/
|
|
10798
|
+
* Builds and executes requests for operations under /api/customers/{customerId}
|
|
9942
10799
|
*/
|
|
9943
|
-
interface
|
|
10800
|
+
interface WithCustomerItemRequestBuilder extends BaseRequestBuilder<WithCustomerItemRequestBuilder> {
|
|
9944
10801
|
/**
|
|
9945
|
-
*
|
|
9946
|
-
* @returns {Promise<GetBoosterInformationResponse>}
|
|
9947
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10802
|
+
* The advantages property
|
|
9948
10803
|
*/
|
|
9949
|
-
get(
|
|
10804
|
+
get advantages(): AdvantagesRequestBuilder$2;
|
|
9950
10805
|
/**
|
|
9951
|
-
*
|
|
9952
|
-
* @returns {RequestInformation}
|
|
10806
|
+
* The cart property
|
|
9953
10807
|
*/
|
|
9954
|
-
|
|
9955
|
-
|
|
9956
|
-
|
|
9957
|
-
|
|
10808
|
+
get cart(): CartRequestBuilder$2;
|
|
10809
|
+
/**
|
|
10810
|
+
* The carts property
|
|
10811
|
+
*/
|
|
10812
|
+
get carts(): CartsRequestBuilder$2;
|
|
10813
|
+
/**
|
|
10814
|
+
* The orders property
|
|
10815
|
+
*/
|
|
10816
|
+
get orders(): OrdersRequestBuilder$3;
|
|
10817
|
+
/**
|
|
10818
|
+
* The profile property
|
|
10819
|
+
*/
|
|
10820
|
+
get profile(): ProfileRequestBuilder$3;
|
|
10821
|
+
/**
|
|
10822
|
+
* The wishlist property
|
|
10823
|
+
*/
|
|
10824
|
+
get wishlist(): WishlistRequestBuilder$2;
|
|
9958
10825
|
}
|
|
9959
10826
|
|
|
9960
10827
|
/**
|
|
9961
|
-
* Builds and executes requests for operations under /api/
|
|
10828
|
+
* Builds and executes requests for operations under /api/customers/search
|
|
9962
10829
|
*/
|
|
9963
|
-
interface
|
|
10830
|
+
interface SearchRequestBuilder$2 extends BaseRequestBuilder<SearchRequestBuilder$2> {
|
|
9964
10831
|
/**
|
|
9965
10832
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9966
|
-
* @returns {Promise<
|
|
10833
|
+
* @returns {Promise<SearchCustomersResponse>}
|
|
9967
10834
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9968
10835
|
*/
|
|
9969
|
-
get(requestConfiguration?: RequestConfiguration<
|
|
10836
|
+
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters$2> | undefined): Promise<SearchCustomersResponse | undefined>;
|
|
9970
10837
|
/**
|
|
9971
10838
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9972
10839
|
* @returns {RequestInformation}
|
|
9973
10840
|
*/
|
|
9974
|
-
toGetRequestInformation(requestConfiguration?: RequestConfiguration<
|
|
10841
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters$2> | undefined): RequestInformation;
|
|
9975
10842
|
}
|
|
9976
|
-
interface
|
|
9977
|
-
|
|
10843
|
+
interface SearchRequestBuilderGetQueryParameters$2 {
|
|
10844
|
+
limit?: number;
|
|
10845
|
+
searchTerm?: string;
|
|
9978
10846
|
}
|
|
9979
10847
|
|
|
9980
10848
|
/**
|
|
9981
|
-
* Builds and executes requests for operations under /api/
|
|
10849
|
+
* Builds and executes requests for operations under /api/customers
|
|
9982
10850
|
*/
|
|
9983
|
-
interface
|
|
9984
|
-
/**
|
|
9985
|
-
* The actions property
|
|
9986
|
-
*/
|
|
9987
|
-
get actions(): ActionsRequestBuilder;
|
|
10851
|
+
interface CustomersRequestBuilder extends BaseRequestBuilder<CustomersRequestBuilder> {
|
|
9988
10852
|
/**
|
|
9989
|
-
* The
|
|
10853
|
+
* The search property
|
|
9990
10854
|
*/
|
|
9991
|
-
get
|
|
10855
|
+
get search(): SearchRequestBuilder$2;
|
|
9992
10856
|
/**
|
|
9993
|
-
*
|
|
10857
|
+
* Gets an item from the VC.api.customers.item collection
|
|
10858
|
+
* @param customerId Unique identifier of the item
|
|
10859
|
+
* @returns {WithCustomerItemRequestBuilder}
|
|
9994
10860
|
*/
|
|
9995
|
-
|
|
10861
|
+
byCustomerId(customerId: string): WithCustomerItemRequestBuilder;
|
|
9996
10862
|
}
|
|
9997
10863
|
|
|
9998
10864
|
/**
|
|
@@ -10413,7 +11279,7 @@ interface WillAttendRequestBuilder$1 extends BaseRequestBuilder<WillAttendReques
|
|
|
10413
11279
|
/**
|
|
10414
11280
|
* Builds and executes requests for operations under /api/demos/{demoCodeOrId}/attendees/{userId}
|
|
10415
11281
|
*/
|
|
10416
|
-
interface WithUserItemRequestBuilder
|
|
11282
|
+
interface WithUserItemRequestBuilder extends BaseRequestBuilder<WithUserItemRequestBuilder> {
|
|
10417
11283
|
/**
|
|
10418
11284
|
* The becomeDelegate property
|
|
10419
11285
|
*/
|
|
@@ -10497,7 +11363,7 @@ interface AttendeesRequestBuilder extends BaseRequestBuilder<AttendeesRequestBui
|
|
|
10497
11363
|
* @param userId Unique identifier of the item
|
|
10498
11364
|
* @returns {WithUserItemRequestBuilder}
|
|
10499
11365
|
*/
|
|
10500
|
-
byUserId(userId: string): WithUserItemRequestBuilder
|
|
11366
|
+
byUserId(userId: string): WithUserItemRequestBuilder;
|
|
10501
11367
|
/**
|
|
10502
11368
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10503
11369
|
* @returns {Promise<GetDemoAttendeesResponse>}
|
|
@@ -11386,10 +12252,10 @@ interface AnonymizeRequestBuilder$1 extends BaseRequestBuilder<AnonymizeRequestB
|
|
|
11386
12252
|
interface ProfileRequestBuilder$2 extends BaseRequestBuilder<ProfileRequestBuilder$2> {
|
|
11387
12253
|
/**
|
|
11388
12254
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11389
|
-
* @returns {Promise<
|
|
12255
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
11390
12256
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
11391
12257
|
*/
|
|
11392
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
12258
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
11393
12259
|
/**
|
|
11394
12260
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11395
12261
|
* @returns {RequestInformation}
|
|
@@ -12610,10 +13476,10 @@ interface TaxonomyRequestBuilder extends BaseRequestBuilder<TaxonomyRequestBuild
|
|
|
12610
13476
|
interface AdvantagesRequestBuilder$1 extends BaseRequestBuilder<AdvantagesRequestBuilder$1> {
|
|
12611
13477
|
/**
|
|
12612
13478
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12613
|
-
* @returns {Promise<
|
|
13479
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
12614
13480
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12615
13481
|
*/
|
|
12616
|
-
get(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13482
|
+
get(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
12617
13483
|
/**
|
|
12618
13484
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12619
13485
|
* @returns {RequestInformation}
|
|
@@ -12621,7 +13487,7 @@ interface AdvantagesRequestBuilder$1 extends BaseRequestBuilder<AdvantagesReques
|
|
|
12621
13487
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12622
13488
|
}
|
|
12623
13489
|
interface AdvantagesRequestBuilderGetQueryParameters {
|
|
12624
|
-
|
|
13490
|
+
customerId?: string;
|
|
12625
13491
|
}
|
|
12626
13492
|
|
|
12627
13493
|
/**
|
|
@@ -12680,7 +13546,7 @@ interface CartRequestBuilder$1 extends BaseRequestBuilder<CartRequestBuilder$1>
|
|
|
12680
13546
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12681
13547
|
}
|
|
12682
13548
|
interface CartRequestBuilderGetQueryParameters {
|
|
12683
|
-
|
|
13549
|
+
customerId?: string;
|
|
12684
13550
|
}
|
|
12685
13551
|
|
|
12686
13552
|
/**
|
|
@@ -12689,10 +13555,10 @@ interface CartRequestBuilderGetQueryParameters {
|
|
|
12689
13555
|
interface CartsRequestBuilder$1 extends BaseRequestBuilder<CartsRequestBuilder$1> {
|
|
12690
13556
|
/**
|
|
12691
13557
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12692
|
-
* @returns {Promise<
|
|
13558
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
12693
13559
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12694
13560
|
*/
|
|
12695
|
-
get(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13561
|
+
get(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
12696
13562
|
/**
|
|
12697
13563
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12698
13564
|
* @returns {RequestInformation}
|
|
@@ -12700,7 +13566,7 @@ interface CartsRequestBuilder$1 extends BaseRequestBuilder<CartsRequestBuilder$1
|
|
|
12700
13566
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12701
13567
|
}
|
|
12702
13568
|
interface CartsRequestBuilderGetQueryParameters {
|
|
12703
|
-
|
|
13569
|
+
customerId?: string;
|
|
12704
13570
|
}
|
|
12705
13571
|
|
|
12706
13572
|
/**
|
|
@@ -12746,10 +13612,10 @@ interface DelegateGrantsRequestBuilder extends BaseRequestBuilder<DelegateGrants
|
|
|
12746
13612
|
interface DemoRequestBuilder extends BaseRequestBuilder<DemoRequestBuilder> {
|
|
12747
13613
|
/**
|
|
12748
13614
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12749
|
-
* @returns {Promise<
|
|
13615
|
+
* @returns {Promise<GetActiveDemoForCustomerResponse>}
|
|
12750
13616
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12751
13617
|
*/
|
|
12752
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
13618
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetActiveDemoForCustomerResponse | undefined>;
|
|
12753
13619
|
/**
|
|
12754
13620
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12755
13621
|
* @returns {RequestInformation}
|
|
@@ -12787,10 +13653,10 @@ interface DemosRequestBuilder extends BaseRequestBuilder<DemosRequestBuilder> {
|
|
|
12787
13653
|
get statusCount(): StatusCountRequestBuilder;
|
|
12788
13654
|
/**
|
|
12789
13655
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12790
|
-
* @returns {Promise<
|
|
13656
|
+
* @returns {Promise<GetDemosForCustomerResponse>}
|
|
12791
13657
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12792
13658
|
*/
|
|
12793
|
-
get(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13659
|
+
get(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters> | undefined): Promise<GetDemosForCustomerResponse | undefined>;
|
|
12794
13660
|
/**
|
|
12795
13661
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12796
13662
|
* @returns {RequestInformation}
|
|
@@ -12816,13 +13682,13 @@ interface EmailRequestBuilder extends BaseRequestBuilder<EmailRequestBuilder> {
|
|
|
12816
13682
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
12817
13683
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12818
13684
|
*/
|
|
12819
|
-
put(body:
|
|
13685
|
+
put(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12820
13686
|
/**
|
|
12821
13687
|
* @param body The request body
|
|
12822
13688
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12823
13689
|
* @returns {RequestInformation}
|
|
12824
13690
|
*/
|
|
12825
|
-
toPutRequestInformation(body:
|
|
13691
|
+
toPutRequestInformation(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
12826
13692
|
}
|
|
12827
13693
|
|
|
12828
13694
|
/**
|
|
@@ -13034,10 +13900,10 @@ interface OrdersRequestBuilder$1 extends BaseRequestBuilder<OrdersRequestBuilder
|
|
|
13034
13900
|
byOrderId(orderId: string): WithOrderItemRequestBuilder;
|
|
13035
13901
|
/**
|
|
13036
13902
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13037
|
-
* @returns {Promise<
|
|
13903
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
13038
13904
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13039
13905
|
*/
|
|
13040
|
-
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): Promise<
|
|
13906
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
13041
13907
|
/**
|
|
13042
13908
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13043
13909
|
* @returns {RequestInformation}
|
|
@@ -13045,9 +13911,9 @@ interface OrdersRequestBuilder$1 extends BaseRequestBuilder<OrdersRequestBuilder
|
|
|
13045
13911
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
13046
13912
|
}
|
|
13047
13913
|
interface OrdersRequestBuilderGetQueryParameters$1 {
|
|
13914
|
+
customerId?: string;
|
|
13048
13915
|
pageIndex?: number;
|
|
13049
13916
|
pageSize?: number;
|
|
13050
|
-
userId?: string;
|
|
13051
13917
|
}
|
|
13052
13918
|
|
|
13053
13919
|
/**
|
|
@@ -13056,17 +13922,17 @@ interface OrdersRequestBuilderGetQueryParameters$1 {
|
|
|
13056
13922
|
interface ProfileRequestBuilder$1 extends BaseRequestBuilder<ProfileRequestBuilder$1> {
|
|
13057
13923
|
/**
|
|
13058
13924
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13059
|
-
* @returns {Promise<
|
|
13925
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
13060
13926
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13061
13927
|
*/
|
|
13062
|
-
get(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13928
|
+
get(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
13063
13929
|
/**
|
|
13064
13930
|
* @param body The request body
|
|
13065
13931
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13066
13932
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
13067
13933
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13068
13934
|
*/
|
|
13069
|
-
put(body:
|
|
13935
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13070
13936
|
/**
|
|
13071
13937
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13072
13938
|
* @returns {RequestInformation}
|
|
@@ -13077,10 +13943,10 @@ interface ProfileRequestBuilder$1 extends BaseRequestBuilder<ProfileRequestBuild
|
|
|
13077
13943
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13078
13944
|
* @returns {RequestInformation}
|
|
13079
13945
|
*/
|
|
13080
|
-
toPutRequestInformation(body:
|
|
13946
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13081
13947
|
}
|
|
13082
13948
|
interface ProfileRequestBuilderGetQueryParameters {
|
|
13083
|
-
|
|
13949
|
+
customerId?: string;
|
|
13084
13950
|
}
|
|
13085
13951
|
|
|
13086
13952
|
/**
|
|
@@ -13134,10 +14000,10 @@ interface VouchersRequestBuilder extends BaseRequestBuilder<VouchersRequestBuild
|
|
|
13134
14000
|
byVoucherCode(voucherCode: string): WithVoucherCodeItemRequestBuilder;
|
|
13135
14001
|
/**
|
|
13136
14002
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13137
|
-
* @returns {Promise<
|
|
14003
|
+
* @returns {Promise<GetCustomerAllVouchersResponse>}
|
|
13138
14004
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13139
14005
|
*/
|
|
13140
|
-
get(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14006
|
+
get(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAllVouchersResponse | undefined>;
|
|
13141
14007
|
/**
|
|
13142
14008
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13143
14009
|
* @returns {RequestInformation}
|
|
@@ -13148,7 +14014,6 @@ interface VouchersRequestBuilderGetQueryParameters {
|
|
|
13148
14014
|
includeUsed?: boolean;
|
|
13149
14015
|
pageIndex?: number;
|
|
13150
14016
|
pageSize?: number;
|
|
13151
|
-
userId?: string;
|
|
13152
14017
|
}
|
|
13153
14018
|
|
|
13154
14019
|
/**
|
|
@@ -13192,7 +14057,7 @@ interface WishlistRequestBuilder$1 extends BaseRequestBuilder<WishlistRequestBui
|
|
|
13192
14057
|
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13193
14058
|
}
|
|
13194
14059
|
interface WishlistRequestBuilderGetQueryParameters {
|
|
13195
|
-
|
|
14060
|
+
customerId?: string;
|
|
13196
14061
|
}
|
|
13197
14062
|
|
|
13198
14063
|
/**
|
|
@@ -13266,15 +14131,15 @@ interface UserRequestBuilder$1 extends BaseRequestBuilder<UserRequestBuilder$1>
|
|
|
13266
14131
|
}
|
|
13267
14132
|
|
|
13268
14133
|
/**
|
|
13269
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14134
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/advantages
|
|
13270
14135
|
*/
|
|
13271
14136
|
interface AdvantagesRequestBuilder extends BaseRequestBuilder<AdvantagesRequestBuilder> {
|
|
13272
14137
|
/**
|
|
13273
14138
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13274
|
-
* @returns {Promise<
|
|
14139
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
13275
14140
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13276
14141
|
*/
|
|
13277
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14142
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
13278
14143
|
/**
|
|
13279
14144
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13280
14145
|
* @returns {RequestInformation}
|
|
@@ -13283,7 +14148,7 @@ interface AdvantagesRequestBuilder extends BaseRequestBuilder<AdvantagesRequestB
|
|
|
13283
14148
|
}
|
|
13284
14149
|
|
|
13285
14150
|
/**
|
|
13286
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14151
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/cart/merge
|
|
13287
14152
|
*/
|
|
13288
14153
|
interface MergeRequestBuilder extends BaseRequestBuilder<MergeRequestBuilder> {
|
|
13289
14154
|
/**
|
|
@@ -13302,7 +14167,7 @@ interface MergeRequestBuilder extends BaseRequestBuilder<MergeRequestBuilder> {
|
|
|
13302
14167
|
}
|
|
13303
14168
|
|
|
13304
14169
|
/**
|
|
13305
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14170
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/cart
|
|
13306
14171
|
*/
|
|
13307
14172
|
interface CartRequestBuilder extends BaseRequestBuilder<CartRequestBuilder> {
|
|
13308
14173
|
/**
|
|
@@ -13323,15 +14188,15 @@ interface CartRequestBuilder extends BaseRequestBuilder<CartRequestBuilder> {
|
|
|
13323
14188
|
}
|
|
13324
14189
|
|
|
13325
14190
|
/**
|
|
13326
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14191
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/carts
|
|
13327
14192
|
*/
|
|
13328
14193
|
interface CartsRequestBuilder extends BaseRequestBuilder<CartsRequestBuilder> {
|
|
13329
14194
|
/**
|
|
13330
14195
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13331
|
-
* @returns {Promise<
|
|
14196
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
13332
14197
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13333
14198
|
*/
|
|
13334
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14199
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
13335
14200
|
/**
|
|
13336
14201
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13337
14202
|
* @returns {RequestInformation}
|
|
@@ -13340,7 +14205,7 @@ interface CartsRequestBuilder extends BaseRequestBuilder<CartsRequestBuilder> {
|
|
|
13340
14205
|
}
|
|
13341
14206
|
|
|
13342
14207
|
/**
|
|
13343
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14208
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/impersonation-token
|
|
13344
14209
|
*/
|
|
13345
14210
|
interface ImpersonationTokenRequestBuilder extends BaseRequestBuilder<ImpersonationTokenRequestBuilder> {
|
|
13346
14211
|
/**
|
|
@@ -13357,15 +14222,15 @@ interface ImpersonationTokenRequestBuilder extends BaseRequestBuilder<Impersonat
|
|
|
13357
14222
|
}
|
|
13358
14223
|
|
|
13359
14224
|
/**
|
|
13360
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14225
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/orders
|
|
13361
14226
|
*/
|
|
13362
14227
|
interface OrdersRequestBuilder extends BaseRequestBuilder<OrdersRequestBuilder> {
|
|
13363
14228
|
/**
|
|
13364
14229
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13365
|
-
* @returns {Promise<
|
|
14230
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
13366
14231
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13367
14232
|
*/
|
|
13368
|
-
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14233
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
13369
14234
|
/**
|
|
13370
14235
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13371
14236
|
* @returns {RequestInformation}
|
|
@@ -13378,22 +14243,22 @@ interface OrdersRequestBuilderGetQueryParameters {
|
|
|
13378
14243
|
}
|
|
13379
14244
|
|
|
13380
14245
|
/**
|
|
13381
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14246
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/profile
|
|
13382
14247
|
*/
|
|
13383
14248
|
interface ProfileRequestBuilder extends BaseRequestBuilder<ProfileRequestBuilder> {
|
|
13384
14249
|
/**
|
|
13385
14250
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13386
|
-
* @returns {Promise<
|
|
14251
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
13387
14252
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13388
14253
|
*/
|
|
13389
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14254
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
13390
14255
|
/**
|
|
13391
14256
|
* @param body The request body
|
|
13392
14257
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13393
14258
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
13394
14259
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13395
14260
|
*/
|
|
13396
|
-
put(body:
|
|
14261
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13397
14262
|
/**
|
|
13398
14263
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13399
14264
|
* @returns {RequestInformation}
|
|
@@ -13404,11 +14269,11 @@ interface ProfileRequestBuilder extends BaseRequestBuilder<ProfileRequestBuilder
|
|
|
13404
14269
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13405
14270
|
* @returns {RequestInformation}
|
|
13406
14271
|
*/
|
|
13407
|
-
toPutRequestInformation(body:
|
|
14272
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13408
14273
|
}
|
|
13409
14274
|
|
|
13410
14275
|
/**
|
|
13411
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14276
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/wishlist
|
|
13412
14277
|
*/
|
|
13413
14278
|
interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuilder> {
|
|
13414
14279
|
/**
|
|
@@ -13449,9 +14314,9 @@ interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuild
|
|
|
13449
14314
|
}
|
|
13450
14315
|
|
|
13451
14316
|
/**
|
|
13452
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14317
|
+
* Builds and executes requests for operations under /api/users/{customer-id}
|
|
13453
14318
|
*/
|
|
13454
|
-
interface
|
|
14319
|
+
interface CustomerItemRequestBuilder extends BaseRequestBuilder<CustomerItemRequestBuilder> {
|
|
13455
14320
|
/**
|
|
13456
14321
|
* The advantages property
|
|
13457
14322
|
*/
|
|
@@ -13488,10 +14353,10 @@ interface WithUserItemRequestBuilder extends BaseRequestBuilder<WithUserItemRequ
|
|
|
13488
14353
|
interface SearchRequestBuilder extends BaseRequestBuilder<SearchRequestBuilder> {
|
|
13489
14354
|
/**
|
|
13490
14355
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13491
|
-
* @returns {Promise<
|
|
14356
|
+
* @returns {Promise<SearchCustomersResponse>}
|
|
13492
14357
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13493
14358
|
*/
|
|
13494
|
-
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14359
|
+
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters> | undefined): Promise<SearchCustomersResponse | undefined>;
|
|
13495
14360
|
/**
|
|
13496
14361
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13497
14362
|
* @returns {RequestInformation}
|
|
@@ -13513,10 +14378,10 @@ interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuilder> {
|
|
|
13513
14378
|
get search(): SearchRequestBuilder;
|
|
13514
14379
|
/**
|
|
13515
14380
|
* Gets an item from the VC.api.users.item collection
|
|
13516
|
-
* @param
|
|
13517
|
-
* @returns {
|
|
14381
|
+
* @param customerId Unique identifier of the item
|
|
14382
|
+
* @returns {CustomerItemRequestBuilder}
|
|
13518
14383
|
*/
|
|
13519
|
-
|
|
14384
|
+
byCustomerId(customerId: string): CustomerItemRequestBuilder;
|
|
13520
14385
|
/**
|
|
13521
14386
|
* @param body The request body
|
|
13522
14387
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
@@ -13720,7 +14585,7 @@ interface ApiRequestBuilder extends BaseRequestBuilder<ApiRequestBuilder> {
|
|
|
13720
14585
|
/**
|
|
13721
14586
|
* The carts property
|
|
13722
14587
|
*/
|
|
13723
|
-
get carts(): CartsRequestBuilder$
|
|
14588
|
+
get carts(): CartsRequestBuilder$4;
|
|
13724
14589
|
/**
|
|
13725
14590
|
* The catalog property
|
|
13726
14591
|
*/
|
|
@@ -13729,6 +14594,14 @@ interface ApiRequestBuilder extends BaseRequestBuilder<ApiRequestBuilder> {
|
|
|
13729
14594
|
* The club property
|
|
13730
14595
|
*/
|
|
13731
14596
|
get club(): ClubRequestBuilder;
|
|
14597
|
+
/**
|
|
14598
|
+
* The customer property
|
|
14599
|
+
*/
|
|
14600
|
+
get customer(): CustomerRequestBuilder;
|
|
14601
|
+
/**
|
|
14602
|
+
* The customers property
|
|
14603
|
+
*/
|
|
14604
|
+
get customers(): CustomersRequestBuilder;
|
|
13732
14605
|
/**
|
|
13733
14606
|
* The delegateLeads property
|
|
13734
14607
|
*/
|
|
@@ -13850,4 +14723,4 @@ declare const AgoraClientUriTemplate = "{+baseurl}";
|
|
|
13850
14723
|
*/
|
|
13851
14724
|
declare const AgoraClientNavigationMetadata: Record<Exclude<keyof AgoraClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
13852
14725
|
|
|
13853
|
-
export { type AddCodeRequest, type AddCodeResponse, type AddCustomClubActionRequest, type AddToWishlistRequest, type AddressType, AddressTypeObject, type AgoraClient, AgoraClientNavigationMetadata, AgoraClientUriTemplate, type ApiRequestBuilder, ApiRequestBuilderNavigationMetadata, ApiRequestBuilderUriTemplate, type ApplyVoucherToCartRequest, type AssetType, AssetTypeObject, type AssignDelegateRequest, type AssignDemoRequest, type AttendeeRole, AttendeeRoleObject, type AttendeeSetCommentRequest, type AttendeeSetCouldBecomeDelegateRequest, type AttendeeSetCouldBecomeHostessRequest, type AttendeeSetWillAttendRequest, type BatchType, BatchTypeObject, type BecomingDelegateRequest, type BecomingHostessRequest, type CartAddItemRequest, type CartApprovalResponse, type CartCreatePaymentRequest, type CartCreatePaymentResponse, type CartDeleteItemRequest, type CartItemChangeVariantRequest, type CartItemResponse, type CartPaymentResponse, type CartPaymentResult, CartPaymentResultObject, type CartPreContractualInformationDocument, type CartResponse, type CartResponse_DeliveryResponse, type CartSignPreContractualInformationDocumentWithImageRequest, type CartStatus, CartStatusObject, type CartSummaryResponse, type CartVoucherResponse, type CatalogBulkStocksUpdateRequest, type CatalogBulkStocksUpdateRequest_StocksUpdateRequest, type CategoryResponse, type ClubActionResponse, type ClubActionTypeEnum, ClubActionTypeEnumObject, type ClubCustomerActionTypesResponse, type ClubStatus, ClubStatusObject, type ColorResponse, type ConfirmCartsAndFinalizeDemoInDelcomResponse, type ContactRequestRequest, type CreateAttendeeRequest, type CreateAttendeeResponse, type CreateCartRequest, type CreateCartResponse, type CreateClubVoucherRequest, type CreateDelegateLeadRequest, type CreateDemoHostessSurplusPaymentRequest, type CreateDemoHostessSurplusPaymentResponse, type CreateDocumentRequest, type CreateDocumentRequest_CreateDocumentRequestAttachment, type CreateDummyDemoRequest, type CreateGdprRequest, type CreateMobileValidationRequest, type CreateMobileValidationResponse, type CreateOnlineUserRequest, type CreateOnlineUserRequest_FusionAuthWebhookEvent, type CreateOnlineUserRequest_FusionAuthWebhookRegistrationData, type CreateOnlineUserRequest_FusionAuthWebhookUser, type CreateOnlineUserRequest_FusionAuthWebhookUserData, type DelegateConnectionResponse, type DelegateLookupResponse, type DelegatePaymentMethod, DelegatePaymentMethodObject, type DelegateResponse, type DelegateRole, DelegateRoleObject, type DeleteFromWishlistRequest, type DeliveryAddress, type DeliveryType, DeliveryTypeObject, type DemoAttendeeOverviewResponse, type DemoAttendeeResponse, type DemoHostessGiftsResponse, type DemoHostessGiftsResponse_DemoSelectedGift, type DemoHostessGiftsResponse_GiftsForCategoryResponse, type DemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, type DemoHostessSummaryResponse, type DemoLifeCycleStatus, DemoLifeCycleStatusObject, type DemoNotificationLevel, DemoNotificationLevelObject, type DemoResponse, type DemoRole, DemoRoleObject, type DemoStatus, DemoStatusObject, type DemoSummaryDelcomOrderResponse, type DemoSummaryResponse, type DemoSummaryResponse_delegatePayments, type DemoSummaryResponse_vouchersUsed, type DocumentAttachmentType, DocumentAttachmentTypeObject, type DocumentAudience, DocumentAudienceObject, type DocumentCategory, DocumentCategoryObject, type DocumentResponse, type DocumentResponse_DocumentAttachmentResponse, type DocumentType, DocumentTypeObject, type DomainExceptionResponse, type DownloadIntranetGroupedPaymentSheetRequest, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, type DownloadIntranetPaymentSheetRequest, type DownloadIntranetPaymentSheetRequest_MergeDelegateInfo, type DownloadIntranetPaymentSheetRequest_MergeOrderInfo, type DownloadIntranetPaymentSheetRequest_MergePaymentInfo, type EmailTemplates, EmailTemplatesObject, type EngravingConfigurationSearchModel, type EngravingDetailsRequest, type EngravingDetailsResponse, type EngravingLineRequest, type EngravingLineResponse, type EngravingSideDetailsRequest, type EngravingSideDetailsResponse, type ErrorResponse, type ErrorResponse_errors, type FullVoucherResponse, type GdprOptInSource, GdprOptInSourceObject, type GdprOptInStatus, GdprOptInStatusObject, type GdprResponse, type GdprResponse_GdprDelegateConnectionResponse, type GdprSubscribeTransactionalRequest, type GdprSubscribeTransactionalRequest2, type Gender, GenderObject, type GetActiveDemoForUserResponse, type GetAllUserVouchersResponse, type GetBoosterInformationResponse, type GetCartAvailableDeliveryTypesResponse, type GetCartAvailableDeliveryTypesResponse_DeliveryOption, type GetCartAvailablePaymentTypesResponse, type GetCartAvailablePaymentTypesResponse_PaymentOption, type GetCartPreContractualInformationDocumentSignatureResponse, type GetCategoriesResponse, type GetClubActionsResponse, type GetClubCustomerActionTypesResponse, type GetClubInformationResponse, type GetColorsResponse, type GetDelegateGrantsResponse, type GetDelegateGrantsResponse_DelegateGrantResponse, type GetDemoAttendeesOverviewResponse, type GetDemoAttendeesResponse, type GetDemoDocumentsResponse, type GetDemoHostessSurplusResponse, type GetDemoResponse, type GetDemoStatusResponse, type GetDemosForUserResponse, type GetDemosForUserResponse_DemoResponseWithIsHostess, type GetDemosStatusCountResponse, type GetDocumentsResponse, type GetFinalizedCartsResponse, type GetImpersonationTokenResponse, type GetIntranetUserGrantsResponse, type GetIntranetUserGrantsResponse_DelegateGrantResponse, type GetProductMetasResponse, type GetProductMetasResponse_ProductMetasResponse, type GetProductsResponse, type GetThemesResponse, type GetTypesenseSettingsResponse, type GetUserAdvantagesResponse, type GetUserAdvantagesResponse_VoucherResponse, type GetUserAdvantagesResponse_WalletResponse, type GetUserAllCartsResponse, type GetUserForInvitationCodeResponse, type GetUserGrantsResponse, type GetUserGrantsResponse_DelegateGrantResponse, type GetUserInfoByDelegateIdResponse, type GetUserInfoByDelegateIdResponse_UserInfo, type GetUserOrdersResponse, type GiftCategory, GiftCategoryObject, type HostessBonusDetailResponse, type InviteUserToDemoRequest, type KitType, KitTypeObject, type LyfPayPaymentUpdatedWebhookRequest, type LyfPayPaymentUpdatedWebhookRequest_BillDto, type LyfPayPaymentUpdatedWebhookRequest_BillDto_LyfPayPaymentStatus, LyfPayPaymentUpdatedWebhookRequest_BillDto_LyfPayPaymentStatusObject, type MergeCartRequest, type MergeCartResponse, type MolliePaymentUpdatedWebhookRequest, type MyVictoriaCertification, MyVictoriaCertificationObject, type NewsletterSubscriptionRequest, type NewsletterSubscriptionSource, NewsletterSubscriptionSourceObject, type OptInByDelegateResponse, type OrderItemResponse, type OrderPaymentResponse, type OrderResponse, type OrderStatus, OrderStatusObject, type OrderSummaryResponse, type OrderVoucherResponse, type PaymentProviderPaymentMethod, type PaymentResponse, type PaymentResponseStatus, PaymentResponseStatusObject, type PaymentStatus, type PaymentType, PaymentTypeObject, type ProductAssetSearchModel, type ProductAssetSize, ProductAssetSizeObject, type ProductCategorySearchModel, type ProductColorSearchModel, type ProductGenderSearchModel, type ProductLinkConfigurationSearchModel, type ProductSearchModel, type ProductThemeSearchModel, type ProductTraySearchModel, type ProductVariantSearchModel, type ReferralInformation, type ReportTemplateResponse, type RevokeVoucherFromFacadeRequest, type RunBatchesRequest, type SearchMyTeamDelegatesResponse, type SearchMyTeamDelegatesResponse_DelegateSearchItem, type SearchUsersResponse, type SearchUsersResponse_UserSearchResult, type SelectDemoHostessGiftRequest, type SendEmailRequest, type SetBecomeHostessDemoDateRequest, type SetBirthdateRequest, type SetCartDeliveryRequest, type SetDelegatePaymentMethodRequest, type SmartEnumOfPaymentStatus, type SmartEnumOfPaymentStatusAndInt32, type ThemeResponse, type TypesenseNode, type UpdateCartItemEngravingRequest, type UpdateDemoAdditionalTurnOverRequest, type UpdateDemoCommentRequest, type UpdateDemoFromIntranetRequest, type UpdateDemoSettingsRequest, type UpdateDocumentRequest, type UpdateDocumentRequest_UpdateDocumentRequestAttachment, type UpdateLinkModificationRequest, type UpdateOrderStatusFromFacadeRequest, type UpdateTaxonomyRequest, type UpdateTaxonomyRequest_UpdateCategoryRequest, type UpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, type UpdateTaxonomyRequest_UpdateColorRequest, type UpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, type UpdateTaxonomyRequest_UpdateThemeRequest, type UpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, type UpdateTaxonomyRequest_UpdateTrayRequest, type UpdateUserEmailRequest, type UpdateUserProfileRequest, type UpdateVoucherExpirationDateFromFacadeRequest, type UpdateWalletAmountOnCartRequest, type UploadDocumentAttachmentResponse, type UpsertDelegateRequest, type UpsertDemoFromFacadeRequest, type UpsertProductRequest, type UpsertProductRequest_Asset, type UpsertProductRequest_EngravingConfigurationRequest, type UpsertProductRequest_LinkConfigurationRequest, type UpsertProductRequest_Tray, type UpsertProductRequest_categoryLocalizations, type UpsertProductRequest_colorLocalizations, type UpsertProductRequest_genderLocalizations, type UpsertProductRequest_localizations, type UpsertProductRequest_themesLocalizations, type UpsertProductRequest_variants, type UpsertUserRequest, type UpsertVoucherFromFacadeRequest, type UseVoucherByCodeRequest, type UserProfileResponse, type UserProfileResponse_CustomerAddress, type UserType, UserTypeObject, type ValidateMobileValidationRequest, type ValidateMobileValidationResponse, type VoucherResponse, type VoucherType, VoucherTypeObject, type WishlistResponse, createAddCodeRequestFromDiscriminatorValue, createAddCodeResponseFromDiscriminatorValue, createAddCustomClubActionRequestFromDiscriminatorValue, createAddToWishlistRequestFromDiscriminatorValue, createAgoraClient, createApplyVoucherToCartRequestFromDiscriminatorValue, createAssignDelegateRequestFromDiscriminatorValue, createAssignDemoRequestFromDiscriminatorValue, createAttendeeSetCommentRequestFromDiscriminatorValue, createAttendeeSetCouldBecomeDelegateRequestFromDiscriminatorValue, createAttendeeSetCouldBecomeHostessRequestFromDiscriminatorValue, createAttendeeSetWillAttendRequestFromDiscriminatorValue, createBecomingDelegateRequestFromDiscriminatorValue, createBecomingHostessRequestFromDiscriminatorValue, createCartAddItemRequestFromDiscriminatorValue, createCartApprovalResponseFromDiscriminatorValue, createCartCreatePaymentRequestFromDiscriminatorValue, createCartCreatePaymentResponseFromDiscriminatorValue, createCartDeleteItemRequestFromDiscriminatorValue, createCartItemChangeVariantRequestFromDiscriminatorValue, createCartItemResponseFromDiscriminatorValue, createCartPaymentResponseFromDiscriminatorValue, createCartPreContractualInformationDocumentFromDiscriminatorValue, createCartResponseFromDiscriminatorValue, createCartResponse_DeliveryResponseFromDiscriminatorValue, createCartSignPreContractualInformationDocumentWithImageRequestFromDiscriminatorValue, createCartSummaryResponseFromDiscriminatorValue, createCartVoucherResponseFromDiscriminatorValue, createCatalogBulkStocksUpdateRequestFromDiscriminatorValue, createCatalogBulkStocksUpdateRequest_StocksUpdateRequestFromDiscriminatorValue, createCategoryResponseFromDiscriminatorValue, createClubActionResponseFromDiscriminatorValue, createClubCustomerActionTypesResponseFromDiscriminatorValue, createColorResponseFromDiscriminatorValue, createConfirmCartsAndFinalizeDemoInDelcomResponseFromDiscriminatorValue, createContactRequestRequestFromDiscriminatorValue, createCreateAttendeeRequestFromDiscriminatorValue, createCreateAttendeeResponseFromDiscriminatorValue, createCreateCartRequestFromDiscriminatorValue, createCreateCartResponseFromDiscriminatorValue, createCreateClubVoucherRequestFromDiscriminatorValue, createCreateDelegateLeadRequestFromDiscriminatorValue, createCreateDemoHostessSurplusPaymentRequestFromDiscriminatorValue, createCreateDemoHostessSurplusPaymentResponseFromDiscriminatorValue, createCreateDocumentRequestFromDiscriminatorValue, createCreateDocumentRequest_CreateDocumentRequestAttachmentFromDiscriminatorValue, createCreateDummyDemoRequestFromDiscriminatorValue, createCreateGdprRequestFromDiscriminatorValue, createCreateMobileValidationRequestFromDiscriminatorValue, createCreateMobileValidationResponseFromDiscriminatorValue, createCreateOnlineUserRequestFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookEventFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookRegistrationDataFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookUserDataFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookUserFromDiscriminatorValue, createDelegateConnectionResponseFromDiscriminatorValue, createDelegateLookupResponseFromDiscriminatorValue, createDelegateResponseFromDiscriminatorValue, createDeleteFromWishlistRequestFromDiscriminatorValue, createDeliveryAddressFromDiscriminatorValue, createDemoAttendeeOverviewResponseFromDiscriminatorValue, createDemoAttendeeResponseFromDiscriminatorValue, createDemoHostessGiftsResponseFromDiscriminatorValue, createDemoHostessGiftsResponse_DemoSelectedGiftFromDiscriminatorValue, createDemoHostessGiftsResponse_GiftsForCategoryResponseFromDiscriminatorValue, createDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponseFromDiscriminatorValue, createDemoHostessSummaryResponseFromDiscriminatorValue, createDemoResponseFromDiscriminatorValue, createDemoSummaryDelcomOrderResponseFromDiscriminatorValue, createDemoSummaryResponseFromDiscriminatorValue, createDemoSummaryResponse_delegatePaymentsFromDiscriminatorValue, createDemoSummaryResponse_vouchersUsedFromDiscriminatorValue, createDocumentResponseFromDiscriminatorValue, createDocumentResponse_DocumentAttachmentResponseFromDiscriminatorValue, createDomainExceptionResponseFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequestFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrderFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequestFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergeDelegateInfoFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergeOrderInfoFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergePaymentInfoFromDiscriminatorValue, createEngravingConfigurationSearchModelFromDiscriminatorValue, createEngravingDetailsRequestFromDiscriminatorValue, createEngravingDetailsResponseFromDiscriminatorValue, createEngravingLineRequestFromDiscriminatorValue, createEngravingLineResponseFromDiscriminatorValue, createEngravingSideDetailsRequestFromDiscriminatorValue, createEngravingSideDetailsResponseFromDiscriminatorValue, createErrorResponseFromDiscriminatorValue, createErrorResponse_errorsFromDiscriminatorValue, createFullVoucherResponseFromDiscriminatorValue, createGdprResponseFromDiscriminatorValue, createGdprResponse_GdprDelegateConnectionResponseFromDiscriminatorValue, createGdprSubscribeTransactionalRequest2FromDiscriminatorValue, createGdprSubscribeTransactionalRequestFromDiscriminatorValue, createGetActiveDemoForUserResponseFromDiscriminatorValue, createGetAllUserVouchersResponseFromDiscriminatorValue, createGetBoosterInformationResponseFromDiscriminatorValue, createGetCartAvailableDeliveryTypesResponseFromDiscriminatorValue, createGetCartAvailableDeliveryTypesResponse_DeliveryOptionFromDiscriminatorValue, createGetCartAvailablePaymentTypesResponseFromDiscriminatorValue, createGetCartAvailablePaymentTypesResponse_PaymentOptionFromDiscriminatorValue, createGetCartPreContractualInformationDocumentSignatureResponseFromDiscriminatorValue, createGetCategoriesResponseFromDiscriminatorValue, createGetClubActionsResponseFromDiscriminatorValue, createGetClubCustomerActionTypesResponseFromDiscriminatorValue, createGetClubInformationResponseFromDiscriminatorValue, createGetColorsResponseFromDiscriminatorValue, createGetDelegateGrantsResponseFromDiscriminatorValue, createGetDelegateGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetDemoAttendeesOverviewResponseFromDiscriminatorValue, createGetDemoAttendeesResponseFromDiscriminatorValue, createGetDemoDocumentsResponseFromDiscriminatorValue, createGetDemoHostessSurplusResponseFromDiscriminatorValue, createGetDemoResponseFromDiscriminatorValue, createGetDemoStatusResponseFromDiscriminatorValue, createGetDemosForUserResponseFromDiscriminatorValue, createGetDemosForUserResponse_DemoResponseWithIsHostessFromDiscriminatorValue, createGetDemosStatusCountResponseFromDiscriminatorValue, createGetDocumentsResponseFromDiscriminatorValue, createGetFinalizedCartsResponseFromDiscriminatorValue, createGetImpersonationTokenResponseFromDiscriminatorValue, createGetIntranetUserGrantsResponseFromDiscriminatorValue, createGetIntranetUserGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetProductMetasResponseFromDiscriminatorValue, createGetProductMetasResponse_ProductMetasResponseFromDiscriminatorValue, createGetProductsResponseFromDiscriminatorValue, createGetThemesResponseFromDiscriminatorValue, createGetTypesenseSettingsResponseFromDiscriminatorValue, createGetUserAdvantagesResponseFromDiscriminatorValue, createGetUserAdvantagesResponse_VoucherResponseFromDiscriminatorValue, createGetUserAdvantagesResponse_WalletResponseFromDiscriminatorValue, createGetUserAllCartsResponseFromDiscriminatorValue, createGetUserForInvitationCodeResponseFromDiscriminatorValue, createGetUserGrantsResponseFromDiscriminatorValue, createGetUserGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetUserInfoByDelegateIdResponseFromDiscriminatorValue, createGetUserInfoByDelegateIdResponse_UserInfoFromDiscriminatorValue, createGetUserOrdersResponseFromDiscriminatorValue, createHostessBonusDetailResponseFromDiscriminatorValue, createInviteUserToDemoRequestFromDiscriminatorValue, createLyfPayPaymentUpdatedWebhookRequestFromDiscriminatorValue, createLyfPayPaymentUpdatedWebhookRequest_BillDtoFromDiscriminatorValue, createMergeCartRequestFromDiscriminatorValue, createMergeCartResponseFromDiscriminatorValue, createMolliePaymentUpdatedWebhookRequestFromDiscriminatorValue, createNewsletterSubscriptionRequestFromDiscriminatorValue, createOptInByDelegateResponseFromDiscriminatorValue, createOrderItemResponseFromDiscriminatorValue, createOrderPaymentResponseFromDiscriminatorValue, createOrderResponseFromDiscriminatorValue, createOrderSummaryResponseFromDiscriminatorValue, createOrderVoucherResponseFromDiscriminatorValue, createPaymentProviderPaymentMethodFromDiscriminatorValue, createPaymentResponseFromDiscriminatorValue, createPaymentStatusFromDiscriminatorValue, createProductAssetSearchModelFromDiscriminatorValue, createProductCategorySearchModelFromDiscriminatorValue, createProductColorSearchModelFromDiscriminatorValue, createProductGenderSearchModelFromDiscriminatorValue, createProductLinkConfigurationSearchModelFromDiscriminatorValue, createProductSearchModelFromDiscriminatorValue, createProductThemeSearchModelFromDiscriminatorValue, createProductTraySearchModelFromDiscriminatorValue, createProductVariantSearchModelFromDiscriminatorValue, createReferralInformationFromDiscriminatorValue, createReportTemplateResponseFromDiscriminatorValue, createRevokeVoucherFromFacadeRequestFromDiscriminatorValue, createRunBatchesRequestFromDiscriminatorValue, createSearchMyTeamDelegatesResponseFromDiscriminatorValue, createSearchMyTeamDelegatesResponse_DelegateSearchItemFromDiscriminatorValue, createSearchUsersResponseFromDiscriminatorValue, createSearchUsersResponse_UserSearchResultFromDiscriminatorValue, createSelectDemoHostessGiftRequestFromDiscriminatorValue, createSendEmailRequestFromDiscriminatorValue, createSetBecomeHostessDemoDateRequestFromDiscriminatorValue, createSetBirthdateRequestFromDiscriminatorValue, createSetCartDeliveryRequestFromDiscriminatorValue, createSetDelegatePaymentMethodRequestFromDiscriminatorValue, createSmartEnumOfPaymentStatusAndInt32FromDiscriminatorValue, createSmartEnumOfPaymentStatusFromDiscriminatorValue, createThemeResponseFromDiscriminatorValue, createTypesenseNodeFromDiscriminatorValue, createUpdateCartItemEngravingRequestFromDiscriminatorValue, createUpdateDemoAdditionalTurnOverRequestFromDiscriminatorValue, createUpdateDemoCommentRequestFromDiscriminatorValue, createUpdateDemoFromIntranetRequestFromDiscriminatorValue, createUpdateDemoSettingsRequestFromDiscriminatorValue, createUpdateDocumentRequestFromDiscriminatorValue, createUpdateDocumentRequest_UpdateDocumentRequestAttachmentFromDiscriminatorValue, createUpdateLinkModificationRequestFromDiscriminatorValue, createUpdateOrderStatusFromFacadeRequestFromDiscriminatorValue, createUpdateTaxonomyRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateCategoryRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateColorRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateThemeRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateTrayRequestFromDiscriminatorValue, createUpdateUserEmailRequestFromDiscriminatorValue, createUpdateUserProfileRequestFromDiscriminatorValue, createUpdateVoucherExpirationDateFromFacadeRequestFromDiscriminatorValue, createUpdateWalletAmountOnCartRequestFromDiscriminatorValue, createUploadDocumentAttachmentResponseFromDiscriminatorValue, createUpsertDelegateRequestFromDiscriminatorValue, createUpsertDemoFromFacadeRequestFromDiscriminatorValue, createUpsertProductRequestFromDiscriminatorValue, createUpsertProductRequest_AssetFromDiscriminatorValue, createUpsertProductRequest_EngravingConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_LinkConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_TrayFromDiscriminatorValue, createUpsertProductRequest_categoryLocalizationsFromDiscriminatorValue, createUpsertProductRequest_colorLocalizationsFromDiscriminatorValue, createUpsertProductRequest_genderLocalizationsFromDiscriminatorValue, createUpsertProductRequest_localizationsFromDiscriminatorValue, createUpsertProductRequest_themesLocalizationsFromDiscriminatorValue, createUpsertProductRequest_variantsFromDiscriminatorValue, createUpsertUserRequestFromDiscriminatorValue, createUpsertVoucherFromFacadeRequestFromDiscriminatorValue, createUseVoucherByCodeRequestFromDiscriminatorValue, createUserProfileResponseFromDiscriminatorValue, createUserProfileResponse_CustomerAddressFromDiscriminatorValue, createValidateMobileValidationRequestFromDiscriminatorValue, createValidateMobileValidationResponseFromDiscriminatorValue, createVoucherResponseFromDiscriminatorValue, createWishlistResponseFromDiscriminatorValue, deserializeIntoAddCodeRequest, deserializeIntoAddCodeResponse, deserializeIntoAddCustomClubActionRequest, deserializeIntoAddToWishlistRequest, deserializeIntoApplyVoucherToCartRequest, deserializeIntoAssignDelegateRequest, deserializeIntoAssignDemoRequest, deserializeIntoAttendeeSetCommentRequest, deserializeIntoAttendeeSetCouldBecomeDelegateRequest, deserializeIntoAttendeeSetCouldBecomeHostessRequest, deserializeIntoAttendeeSetWillAttendRequest, deserializeIntoBecomingDelegateRequest, deserializeIntoBecomingHostessRequest, deserializeIntoCartAddItemRequest, deserializeIntoCartApprovalResponse, deserializeIntoCartCreatePaymentRequest, deserializeIntoCartCreatePaymentResponse, deserializeIntoCartDeleteItemRequest, deserializeIntoCartItemChangeVariantRequest, deserializeIntoCartItemResponse, deserializeIntoCartPaymentResponse, deserializeIntoCartPreContractualInformationDocument, deserializeIntoCartResponse, deserializeIntoCartResponse_DeliveryResponse, deserializeIntoCartSignPreContractualInformationDocumentWithImageRequest, deserializeIntoCartSummaryResponse, deserializeIntoCartVoucherResponse, deserializeIntoCatalogBulkStocksUpdateRequest, deserializeIntoCatalogBulkStocksUpdateRequest_StocksUpdateRequest, deserializeIntoCategoryResponse, deserializeIntoClubActionResponse, deserializeIntoClubCustomerActionTypesResponse, deserializeIntoColorResponse, deserializeIntoConfirmCartsAndFinalizeDemoInDelcomResponse, deserializeIntoContactRequestRequest, deserializeIntoCreateAttendeeRequest, deserializeIntoCreateAttendeeResponse, deserializeIntoCreateCartRequest, deserializeIntoCreateCartResponse, deserializeIntoCreateClubVoucherRequest, deserializeIntoCreateDelegateLeadRequest, deserializeIntoCreateDemoHostessSurplusPaymentRequest, deserializeIntoCreateDemoHostessSurplusPaymentResponse, deserializeIntoCreateDocumentRequest, deserializeIntoCreateDocumentRequest_CreateDocumentRequestAttachment, deserializeIntoCreateDummyDemoRequest, deserializeIntoCreateGdprRequest, deserializeIntoCreateMobileValidationRequest, deserializeIntoCreateMobileValidationResponse, deserializeIntoCreateOnlineUserRequest, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookEvent, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookRegistrationData, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUser, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUserData, deserializeIntoDelegateConnectionResponse, deserializeIntoDelegateLookupResponse, deserializeIntoDelegateResponse, deserializeIntoDeleteFromWishlistRequest, deserializeIntoDeliveryAddress, deserializeIntoDemoAttendeeOverviewResponse, deserializeIntoDemoAttendeeResponse, deserializeIntoDemoHostessGiftsResponse, deserializeIntoDemoHostessGiftsResponse_DemoSelectedGift, deserializeIntoDemoHostessGiftsResponse_GiftsForCategoryResponse, deserializeIntoDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, deserializeIntoDemoHostessSummaryResponse, deserializeIntoDemoResponse, deserializeIntoDemoSummaryDelcomOrderResponse, deserializeIntoDemoSummaryResponse, deserializeIntoDemoSummaryResponse_delegatePayments, deserializeIntoDemoSummaryResponse_vouchersUsed, deserializeIntoDocumentResponse, deserializeIntoDocumentResponse_DocumentAttachmentResponse, deserializeIntoDomainExceptionResponse, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, deserializeIntoDownloadIntranetPaymentSheetRequest, deserializeIntoDownloadIntranetPaymentSheetRequest_MergeDelegateInfo, deserializeIntoDownloadIntranetPaymentSheetRequest_MergeOrderInfo, deserializeIntoDownloadIntranetPaymentSheetRequest_MergePaymentInfo, deserializeIntoEngravingConfigurationSearchModel, deserializeIntoEngravingDetailsRequest, deserializeIntoEngravingDetailsResponse, deserializeIntoEngravingLineRequest, deserializeIntoEngravingLineResponse, deserializeIntoEngravingSideDetailsRequest, deserializeIntoEngravingSideDetailsResponse, deserializeIntoErrorResponse, deserializeIntoErrorResponse_errors, deserializeIntoFullVoucherResponse, deserializeIntoGdprResponse, deserializeIntoGdprResponse_GdprDelegateConnectionResponse, deserializeIntoGdprSubscribeTransactionalRequest, deserializeIntoGdprSubscribeTransactionalRequest2, deserializeIntoGetActiveDemoForUserResponse, deserializeIntoGetAllUserVouchersResponse, deserializeIntoGetBoosterInformationResponse, deserializeIntoGetCartAvailableDeliveryTypesResponse, deserializeIntoGetCartAvailableDeliveryTypesResponse_DeliveryOption, deserializeIntoGetCartAvailablePaymentTypesResponse, deserializeIntoGetCartAvailablePaymentTypesResponse_PaymentOption, deserializeIntoGetCartPreContractualInformationDocumentSignatureResponse, deserializeIntoGetCategoriesResponse, deserializeIntoGetClubActionsResponse, deserializeIntoGetClubCustomerActionTypesResponse, deserializeIntoGetClubInformationResponse, deserializeIntoGetColorsResponse, deserializeIntoGetDelegateGrantsResponse, deserializeIntoGetDelegateGrantsResponse_DelegateGrantResponse, deserializeIntoGetDemoAttendeesOverviewResponse, deserializeIntoGetDemoAttendeesResponse, deserializeIntoGetDemoDocumentsResponse, deserializeIntoGetDemoHostessSurplusResponse, deserializeIntoGetDemoResponse, deserializeIntoGetDemoStatusResponse, deserializeIntoGetDemosForUserResponse, deserializeIntoGetDemosForUserResponse_DemoResponseWithIsHostess, deserializeIntoGetDemosStatusCountResponse, deserializeIntoGetDocumentsResponse, deserializeIntoGetFinalizedCartsResponse, deserializeIntoGetImpersonationTokenResponse, deserializeIntoGetIntranetUserGrantsResponse, deserializeIntoGetIntranetUserGrantsResponse_DelegateGrantResponse, deserializeIntoGetProductMetasResponse, deserializeIntoGetProductMetasResponse_ProductMetasResponse, deserializeIntoGetProductsResponse, deserializeIntoGetThemesResponse, deserializeIntoGetTypesenseSettingsResponse, deserializeIntoGetUserAdvantagesResponse, deserializeIntoGetUserAdvantagesResponse_VoucherResponse, deserializeIntoGetUserAdvantagesResponse_WalletResponse, deserializeIntoGetUserAllCartsResponse, deserializeIntoGetUserForInvitationCodeResponse, deserializeIntoGetUserGrantsResponse, deserializeIntoGetUserGrantsResponse_DelegateGrantResponse, deserializeIntoGetUserInfoByDelegateIdResponse, deserializeIntoGetUserInfoByDelegateIdResponse_UserInfo, deserializeIntoGetUserOrdersResponse, deserializeIntoHostessBonusDetailResponse, deserializeIntoInviteUserToDemoRequest, deserializeIntoLyfPayPaymentUpdatedWebhookRequest, deserializeIntoLyfPayPaymentUpdatedWebhookRequest_BillDto, deserializeIntoMergeCartRequest, deserializeIntoMergeCartResponse, deserializeIntoMolliePaymentUpdatedWebhookRequest, deserializeIntoNewsletterSubscriptionRequest, deserializeIntoOptInByDelegateResponse, deserializeIntoOrderItemResponse, deserializeIntoOrderPaymentResponse, deserializeIntoOrderResponse, deserializeIntoOrderSummaryResponse, deserializeIntoOrderVoucherResponse, deserializeIntoPaymentProviderPaymentMethod, deserializeIntoPaymentResponse, deserializeIntoPaymentStatus, deserializeIntoProductAssetSearchModel, deserializeIntoProductCategorySearchModel, deserializeIntoProductColorSearchModel, deserializeIntoProductGenderSearchModel, deserializeIntoProductLinkConfigurationSearchModel, deserializeIntoProductSearchModel, deserializeIntoProductThemeSearchModel, deserializeIntoProductTraySearchModel, deserializeIntoProductVariantSearchModel, deserializeIntoReferralInformation, deserializeIntoReportTemplateResponse, deserializeIntoRevokeVoucherFromFacadeRequest, deserializeIntoRunBatchesRequest, deserializeIntoSearchMyTeamDelegatesResponse, deserializeIntoSearchMyTeamDelegatesResponse_DelegateSearchItem, deserializeIntoSearchUsersResponse, deserializeIntoSearchUsersResponse_UserSearchResult, deserializeIntoSelectDemoHostessGiftRequest, deserializeIntoSendEmailRequest, deserializeIntoSetBecomeHostessDemoDateRequest, deserializeIntoSetBirthdateRequest, deserializeIntoSetCartDeliveryRequest, deserializeIntoSetDelegatePaymentMethodRequest, deserializeIntoSmartEnumOfPaymentStatus, deserializeIntoSmartEnumOfPaymentStatusAndInt32, deserializeIntoThemeResponse, deserializeIntoTypesenseNode, deserializeIntoUpdateCartItemEngravingRequest, deserializeIntoUpdateDemoAdditionalTurnOverRequest, deserializeIntoUpdateDemoCommentRequest, deserializeIntoUpdateDemoFromIntranetRequest, deserializeIntoUpdateDemoSettingsRequest, deserializeIntoUpdateDocumentRequest, deserializeIntoUpdateDocumentRequest_UpdateDocumentRequestAttachment, deserializeIntoUpdateLinkModificationRequest, deserializeIntoUpdateOrderStatusFromFacadeRequest, deserializeIntoUpdateTaxonomyRequest, deserializeIntoUpdateTaxonomyRequest_UpdateCategoryRequest, deserializeIntoUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateColorRequest, deserializeIntoUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateThemeRequest, deserializeIntoUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateTrayRequest, deserializeIntoUpdateUserEmailRequest, deserializeIntoUpdateUserProfileRequest, deserializeIntoUpdateVoucherExpirationDateFromFacadeRequest, deserializeIntoUpdateWalletAmountOnCartRequest, deserializeIntoUploadDocumentAttachmentResponse, deserializeIntoUpsertDelegateRequest, deserializeIntoUpsertDemoFromFacadeRequest, deserializeIntoUpsertProductRequest, deserializeIntoUpsertProductRequest_Asset, deserializeIntoUpsertProductRequest_EngravingConfigurationRequest, deserializeIntoUpsertProductRequest_LinkConfigurationRequest, deserializeIntoUpsertProductRequest_Tray, deserializeIntoUpsertProductRequest_categoryLocalizations, deserializeIntoUpsertProductRequest_colorLocalizations, deserializeIntoUpsertProductRequest_genderLocalizations, deserializeIntoUpsertProductRequest_localizations, deserializeIntoUpsertProductRequest_themesLocalizations, deserializeIntoUpsertProductRequest_variants, deserializeIntoUpsertUserRequest, deserializeIntoUpsertVoucherFromFacadeRequest, deserializeIntoUseVoucherByCodeRequest, deserializeIntoUserProfileResponse, deserializeIntoUserProfileResponse_CustomerAddress, deserializeIntoValidateMobileValidationRequest, deserializeIntoValidateMobileValidationResponse, deserializeIntoVoucherResponse, deserializeIntoWishlistResponse, serializeAddCodeRequest, serializeAddCodeResponse, serializeAddCustomClubActionRequest, serializeAddToWishlistRequest, serializeApplyVoucherToCartRequest, serializeAssignDelegateRequest, serializeAssignDemoRequest, serializeAttendeeSetCommentRequest, serializeAttendeeSetCouldBecomeDelegateRequest, serializeAttendeeSetCouldBecomeHostessRequest, serializeAttendeeSetWillAttendRequest, serializeBecomingDelegateRequest, serializeBecomingHostessRequest, serializeCartAddItemRequest, serializeCartApprovalResponse, serializeCartCreatePaymentRequest, serializeCartCreatePaymentResponse, serializeCartDeleteItemRequest, serializeCartItemChangeVariantRequest, serializeCartItemResponse, serializeCartPaymentResponse, serializeCartPreContractualInformationDocument, serializeCartResponse, serializeCartResponse_DeliveryResponse, serializeCartSignPreContractualInformationDocumentWithImageRequest, serializeCartSummaryResponse, serializeCartVoucherResponse, serializeCatalogBulkStocksUpdateRequest, serializeCatalogBulkStocksUpdateRequest_StocksUpdateRequest, serializeCategoryResponse, serializeClubActionResponse, serializeClubCustomerActionTypesResponse, serializeColorResponse, serializeConfirmCartsAndFinalizeDemoInDelcomResponse, serializeContactRequestRequest, serializeCreateAttendeeRequest, serializeCreateAttendeeResponse, serializeCreateCartRequest, serializeCreateCartResponse, serializeCreateClubVoucherRequest, serializeCreateDelegateLeadRequest, serializeCreateDemoHostessSurplusPaymentRequest, serializeCreateDemoHostessSurplusPaymentResponse, serializeCreateDocumentRequest, serializeCreateDocumentRequest_CreateDocumentRequestAttachment, serializeCreateDummyDemoRequest, serializeCreateGdprRequest, serializeCreateMobileValidationRequest, serializeCreateMobileValidationResponse, serializeCreateOnlineUserRequest, serializeCreateOnlineUserRequest_FusionAuthWebhookEvent, serializeCreateOnlineUserRequest_FusionAuthWebhookRegistrationData, serializeCreateOnlineUserRequest_FusionAuthWebhookUser, serializeCreateOnlineUserRequest_FusionAuthWebhookUserData, serializeDelegateConnectionResponse, serializeDelegateLookupResponse, serializeDelegateResponse, serializeDeleteFromWishlistRequest, serializeDeliveryAddress, serializeDemoAttendeeOverviewResponse, serializeDemoAttendeeResponse, serializeDemoHostessGiftsResponse, serializeDemoHostessGiftsResponse_DemoSelectedGift, serializeDemoHostessGiftsResponse_GiftsForCategoryResponse, serializeDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, serializeDemoHostessSummaryResponse, serializeDemoResponse, serializeDemoSummaryDelcomOrderResponse, serializeDemoSummaryResponse, serializeDemoSummaryResponse_delegatePayments, serializeDemoSummaryResponse_vouchersUsed, serializeDocumentResponse, serializeDocumentResponse_DocumentAttachmentResponse, serializeDomainExceptionResponse, serializeDownloadIntranetGroupedPaymentSheetRequest, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, serializeDownloadIntranetPaymentSheetRequest, serializeDownloadIntranetPaymentSheetRequest_MergeDelegateInfo, serializeDownloadIntranetPaymentSheetRequest_MergeOrderInfo, serializeDownloadIntranetPaymentSheetRequest_MergePaymentInfo, serializeEngravingConfigurationSearchModel, serializeEngravingDetailsRequest, serializeEngravingDetailsResponse, serializeEngravingLineRequest, serializeEngravingLineResponse, serializeEngravingSideDetailsRequest, serializeEngravingSideDetailsResponse, serializeErrorResponse, serializeErrorResponse_errors, serializeFullVoucherResponse, serializeGdprResponse, serializeGdprResponse_GdprDelegateConnectionResponse, serializeGdprSubscribeTransactionalRequest, serializeGdprSubscribeTransactionalRequest2, serializeGetActiveDemoForUserResponse, serializeGetAllUserVouchersResponse, serializeGetBoosterInformationResponse, serializeGetCartAvailableDeliveryTypesResponse, serializeGetCartAvailableDeliveryTypesResponse_DeliveryOption, serializeGetCartAvailablePaymentTypesResponse, serializeGetCartAvailablePaymentTypesResponse_PaymentOption, serializeGetCartPreContractualInformationDocumentSignatureResponse, serializeGetCategoriesResponse, serializeGetClubActionsResponse, serializeGetClubCustomerActionTypesResponse, serializeGetClubInformationResponse, serializeGetColorsResponse, serializeGetDelegateGrantsResponse, serializeGetDelegateGrantsResponse_DelegateGrantResponse, serializeGetDemoAttendeesOverviewResponse, serializeGetDemoAttendeesResponse, serializeGetDemoDocumentsResponse, serializeGetDemoHostessSurplusResponse, serializeGetDemoResponse, serializeGetDemoStatusResponse, serializeGetDemosForUserResponse, serializeGetDemosForUserResponse_DemoResponseWithIsHostess, serializeGetDemosStatusCountResponse, serializeGetDocumentsResponse, serializeGetFinalizedCartsResponse, serializeGetImpersonationTokenResponse, serializeGetIntranetUserGrantsResponse, serializeGetIntranetUserGrantsResponse_DelegateGrantResponse, serializeGetProductMetasResponse, serializeGetProductMetasResponse_ProductMetasResponse, serializeGetProductsResponse, serializeGetThemesResponse, serializeGetTypesenseSettingsResponse, serializeGetUserAdvantagesResponse, serializeGetUserAdvantagesResponse_VoucherResponse, serializeGetUserAdvantagesResponse_WalletResponse, serializeGetUserAllCartsResponse, serializeGetUserForInvitationCodeResponse, serializeGetUserGrantsResponse, serializeGetUserGrantsResponse_DelegateGrantResponse, serializeGetUserInfoByDelegateIdResponse, serializeGetUserInfoByDelegateIdResponse_UserInfo, serializeGetUserOrdersResponse, serializeHostessBonusDetailResponse, serializeInviteUserToDemoRequest, serializeLyfPayPaymentUpdatedWebhookRequest, serializeLyfPayPaymentUpdatedWebhookRequest_BillDto, serializeMergeCartRequest, serializeMergeCartResponse, serializeMolliePaymentUpdatedWebhookRequest, serializeNewsletterSubscriptionRequest, serializeOptInByDelegateResponse, serializeOrderItemResponse, serializeOrderPaymentResponse, serializeOrderResponse, serializeOrderSummaryResponse, serializeOrderVoucherResponse, serializePaymentProviderPaymentMethod, serializePaymentResponse, serializePaymentStatus, serializeProductAssetSearchModel, serializeProductCategorySearchModel, serializeProductColorSearchModel, serializeProductGenderSearchModel, serializeProductLinkConfigurationSearchModel, serializeProductSearchModel, serializeProductThemeSearchModel, serializeProductTraySearchModel, serializeProductVariantSearchModel, serializeReferralInformation, serializeReportTemplateResponse, serializeRevokeVoucherFromFacadeRequest, serializeRunBatchesRequest, serializeSearchMyTeamDelegatesResponse, serializeSearchMyTeamDelegatesResponse_DelegateSearchItem, serializeSearchUsersResponse, serializeSearchUsersResponse_UserSearchResult, serializeSelectDemoHostessGiftRequest, serializeSendEmailRequest, serializeSetBecomeHostessDemoDateRequest, serializeSetBirthdateRequest, serializeSetCartDeliveryRequest, serializeSetDelegatePaymentMethodRequest, serializeSmartEnumOfPaymentStatus, serializeSmartEnumOfPaymentStatusAndInt32, serializeThemeResponse, serializeTypesenseNode, serializeUpdateCartItemEngravingRequest, serializeUpdateDemoAdditionalTurnOverRequest, serializeUpdateDemoCommentRequest, serializeUpdateDemoFromIntranetRequest, serializeUpdateDemoSettingsRequest, serializeUpdateDocumentRequest, serializeUpdateDocumentRequest_UpdateDocumentRequestAttachment, serializeUpdateLinkModificationRequest, serializeUpdateOrderStatusFromFacadeRequest, serializeUpdateTaxonomyRequest, serializeUpdateTaxonomyRequest_UpdateCategoryRequest, serializeUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateColorRequest, serializeUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateThemeRequest, serializeUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateTrayRequest, serializeUpdateUserEmailRequest, serializeUpdateUserProfileRequest, serializeUpdateVoucherExpirationDateFromFacadeRequest, serializeUpdateWalletAmountOnCartRequest, serializeUploadDocumentAttachmentResponse, serializeUpsertDelegateRequest, serializeUpsertDemoFromFacadeRequest, serializeUpsertProductRequest, serializeUpsertProductRequest_Asset, serializeUpsertProductRequest_EngravingConfigurationRequest, serializeUpsertProductRequest_LinkConfigurationRequest, serializeUpsertProductRequest_Tray, serializeUpsertProductRequest_categoryLocalizations, serializeUpsertProductRequest_colorLocalizations, serializeUpsertProductRequest_genderLocalizations, serializeUpsertProductRequest_localizations, serializeUpsertProductRequest_themesLocalizations, serializeUpsertProductRequest_variants, serializeUpsertUserRequest, serializeUpsertVoucherFromFacadeRequest, serializeUseVoucherByCodeRequest, serializeUserProfileResponse, serializeUserProfileResponse_CustomerAddress, serializeValidateMobileValidationRequest, serializeValidateMobileValidationResponse, serializeVoucherResponse, serializeWishlistResponse };
|
|
14726
|
+
export { type AddCodeRequest, type AddCodeResponse, type AddCustomClubActionRequest, type AddToWishlistRequest, type AddressType, AddressTypeObject, type AgoraClient, AgoraClientNavigationMetadata, AgoraClientUriTemplate, type ApiRequestBuilder, ApiRequestBuilderNavigationMetadata, ApiRequestBuilderUriTemplate, type ApplyVoucherToCartRequest, type AssetType, AssetTypeObject, type AssignDelegateRequest, type AssignDemoRequest, type AttendeeRole, AttendeeRoleObject, type AttendeeSetCommentRequest, type AttendeeSetCouldBecomeDelegateRequest, type AttendeeSetCouldBecomeHostessRequest, type AttendeeSetWillAttendRequest, type BatchType, BatchTypeObject, type BecomingDelegateRequest, type BecomingHostessRequest, type CartAddItemRequest, type CartApprovalResponse, type CartCreatePaymentRequest, type CartCreatePaymentResponse, type CartDeleteItemRequest, type CartItemChangeVariantRequest, type CartItemResponse, type CartPaymentResponse, type CartPaymentResult, CartPaymentResultObject, type CartPreContractualInformationDocument, type CartResponse, type CartResponse_DeliveryResponse, type CartSignPreContractualInformationDocumentWithImageRequest, type CartStatus, CartStatusObject, type CartSummaryResponse, type CartVoucherResponse, type CatalogBulkStocksUpdateRequest, type CatalogBulkStocksUpdateRequest_StocksUpdateRequest, type CategoryResponse, type ClubActionResponse, type ClubActionTypeEnum, ClubActionTypeEnumObject, type ClubCustomerActionTypesResponse, type ClubStatus, ClubStatusObject, type ColorResponse, type ConfirmCartsAndFinalizeDemoInDelcomResponse, type ContactRequestRequest, type CreateAttendeeRequest, type CreateAttendeeResponse, type CreateCartRequest, type CreateCartResponse, type CreateClubVoucherRequest, type CreateDelegateLeadRequest, type CreateDemoHostessSurplusPaymentRequest, type CreateDemoHostessSurplusPaymentResponse, type CreateDocumentRequest, type CreateDocumentRequest_CreateDocumentRequestAttachment, type CreateDummyDemoRequest, type CreateGdprRequest, type CreateMobileValidationRequest, type CreateMobileValidationResponse, type CreateOnlineUserRequest, type CreateOnlineUserRequest_FusionAuthWebhookEvent, type CreateOnlineUserRequest_FusionAuthWebhookRegistrationData, type CreateOnlineUserRequest_FusionAuthWebhookUser, type CreateOnlineUserRequest_FusionAuthWebhookUserData, type CustomerProfileResponse, type CustomerProfileResponse_CustomerAddress, type DelegateConnectionResponse, type DelegateLookupResponse, type DelegatePaymentMethod, DelegatePaymentMethodObject, type DelegateResponse, type DelegateRole, DelegateRoleObject, type DeleteFromWishlistRequest, type DeliveryAddress, type DeliveryType, DeliveryTypeObject, type DemoAttendeeOverviewResponse, type DemoAttendeeResponse, type DemoHostessGiftsResponse, type DemoHostessGiftsResponse_DemoSelectedGift, type DemoHostessGiftsResponse_GiftsForCategoryResponse, type DemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, type DemoHostessSummaryResponse, type DemoLifeCycleStatus, DemoLifeCycleStatusObject, type DemoNotificationLevel, DemoNotificationLevelObject, type DemoResponse, type DemoRole, DemoRoleObject, type DemoStatus, DemoStatusObject, type DemoSummaryDelcomOrderResponse, type DemoSummaryResponse, type DemoSummaryResponse_delegatePayments, type DemoSummaryResponse_vouchersUsed, type DocumentAttachmentType, DocumentAttachmentTypeObject, type DocumentAudience, DocumentAudienceObject, type DocumentCategory, DocumentCategoryObject, type DocumentResponse, type DocumentResponse_DocumentAttachmentResponse, type DocumentType, DocumentTypeObject, type DomainExceptionResponse, type DownloadIntranetGroupedPaymentSheetRequest, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, type DownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, type DownloadIntranetPaymentSheetRequest, type DownloadIntranetPaymentSheetRequest_MergeDelegateInfo, type DownloadIntranetPaymentSheetRequest_MergeOrderInfo, type DownloadIntranetPaymentSheetRequest_MergePaymentInfo, type EmailTemplates, EmailTemplatesObject, type EngravingConfigurationSearchModel, type EngravingDetailsRequest, type EngravingDetailsResponse, type EngravingLineRequest, type EngravingLineResponse, type EngravingSideDetailsRequest, type EngravingSideDetailsResponse, type ErrorResponse, type ErrorResponse_errors, type FullVoucherResponse, type GdprOptInSource, GdprOptInSourceObject, type GdprOptInStatus, GdprOptInStatusObject, type GdprResponse, type GdprResponse_GdprDelegateConnectionResponse, type GdprSubscribeTransactionalRequest, type GdprSubscribeTransactionalRequest2, type Gender, GenderObject, type GetActiveDemoForCustomerResponse, type GetBoosterInformationResponse, type GetCartAvailableDeliveryTypesResponse, type GetCartAvailableDeliveryTypesResponse_DeliveryOption, type GetCartAvailablePaymentTypesResponse, type GetCartAvailablePaymentTypesResponse_PaymentOption, type GetCartPreContractualInformationDocumentSignatureResponse, type GetCategoriesResponse, type GetClubActionsResponse, type GetClubCustomerActionTypesResponse, type GetClubInformationResponse, type GetColorsResponse, type GetCustomerAdvantagesResponse, type GetCustomerAdvantagesResponse_VoucherResponse, type GetCustomerAdvantagesResponse_WalletResponse, type GetCustomerAllCartsResponse, type GetCustomerAllVouchersResponse, type GetCustomerOrdersResponse, type GetDelegateGrantsResponse, type GetDelegateGrantsResponse_DelegateGrantResponse, type GetDemoAttendeesOverviewResponse, type GetDemoAttendeesResponse, type GetDemoDocumentsResponse, type GetDemoHostessSurplusResponse, type GetDemoResponse, type GetDemoStatusResponse, type GetDemosForCustomerResponse, type GetDemosForCustomerResponse_DemoResponseWithIsHostess, type GetDemosStatusCountResponse, type GetDocumentsResponse, type GetFinalizedCartsResponse, type GetImpersonationTokenResponse, type GetIntranetUserGrantsResponse, type GetIntranetUserGrantsResponse_DelegateGrantResponse, type GetProductMetasResponse, type GetProductMetasResponse_ProductMetasResponse, type GetProductsResponse, type GetThemesResponse, type GetTypesenseSettingsResponse, type GetUserForInvitationCodeResponse, type GetUserGrantsResponse, type GetUserGrantsResponse_DelegateGrantResponse, type GetUserInfoByDelegateIdResponse, type GetUserInfoByDelegateIdResponse_UserInfo, type GiftCategory, GiftCategoryObject, type HostessBonusDetailResponse, type InviteUserToDemoRequest, type KitType, KitTypeObject, type LyfPayPaymentUpdatedWebhookRequest, type LyfPayPaymentUpdatedWebhookRequest_BillDto, type LyfPayPaymentUpdatedWebhookRequest_BillDto_LyfPayPaymentStatus, LyfPayPaymentUpdatedWebhookRequest_BillDto_LyfPayPaymentStatusObject, type MergeCartRequest, type MergeCartResponse, type MolliePaymentUpdatedWebhookRequest, type MyVictoriaCertification, MyVictoriaCertificationObject, type NewsletterSubscriptionRequest, type NewsletterSubscriptionSource, NewsletterSubscriptionSourceObject, type OptInByDelegateResponse, type OrderItemResponse, type OrderPaymentResponse, type OrderResponse, type OrderStatus, OrderStatusObject, type OrderSummaryResponse, type OrderVoucherResponse, type PaymentProviderPaymentMethod, type PaymentResponse, type PaymentResponseStatus, PaymentResponseStatusObject, type PaymentStatus, type PaymentType, PaymentTypeObject, type ProductAssetSearchModel, type ProductAssetSize, ProductAssetSizeObject, type ProductCategorySearchModel, type ProductColorSearchModel, type ProductGenderSearchModel, type ProductLinkConfigurationSearchModel, type ProductSearchModel, type ProductThemeSearchModel, type ProductTraySearchModel, type ProductVariantSearchModel, type ReferralInformation, type ReportTemplateResponse, type RevokeVoucherFromFacadeRequest, type RunBatchesRequest, type SearchCustomersResponse, type SearchCustomersResponse_CustomerSearchResult, type SearchMyTeamDelegatesResponse, type SearchMyTeamDelegatesResponse_DelegateSearchItem, type SelectDemoHostessGiftRequest, type SendEmailRequest, type SetBecomeHostessDemoDateRequest, type SetBirthdateRequest, type SetCartDeliveryRequest, type SetDelegatePaymentMethodRequest, type SmartEnumOfPaymentStatus, type SmartEnumOfPaymentStatusAndInt32, type ThemeResponse, type TypesenseNode, type UpdateCartItemEngravingRequest, type UpdateCustomerEmailRequest, type UpdateCustomerProfileRequest, type UpdateDemoAdditionalTurnOverRequest, type UpdateDemoCommentRequest, type UpdateDemoFromIntranetRequest, type UpdateDemoSettingsRequest, type UpdateDocumentRequest, type UpdateDocumentRequest_UpdateDocumentRequestAttachment, type UpdateLinkModificationRequest, type UpdateOrderStatusFromFacadeRequest, type UpdateTaxonomyRequest, type UpdateTaxonomyRequest_UpdateCategoryRequest, type UpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, type UpdateTaxonomyRequest_UpdateColorRequest, type UpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, type UpdateTaxonomyRequest_UpdateThemeRequest, type UpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, type UpdateTaxonomyRequest_UpdateTrayRequest, type UpdateVoucherExpirationDateFromFacadeRequest, type UpdateWalletAmountOnCartRequest, type UploadDocumentAttachmentResponse, type UpsertDelegateRequest, type UpsertDemoFromFacadeRequest, type UpsertProductRequest, type UpsertProductRequest_Asset, type UpsertProductRequest_EngravingConfigurationRequest, type UpsertProductRequest_LinkConfigurationRequest, type UpsertProductRequest_Tray, type UpsertProductRequest_categoryLocalizations, type UpsertProductRequest_colorLocalizations, type UpsertProductRequest_genderLocalizations, type UpsertProductRequest_localizations, type UpsertProductRequest_themesLocalizations, type UpsertProductRequest_variants, type UpsertUserRequest, type UpsertVoucherFromFacadeRequest, type UseVoucherByCodeRequest, type UserType, UserTypeObject, type ValidateMobileValidationRequest, type ValidateMobileValidationResponse, type VoucherResponse, type VoucherType, VoucherTypeObject, type WishlistResponse, createAddCodeRequestFromDiscriminatorValue, createAddCodeResponseFromDiscriminatorValue, createAddCustomClubActionRequestFromDiscriminatorValue, createAddToWishlistRequestFromDiscriminatorValue, createAgoraClient, createApplyVoucherToCartRequestFromDiscriminatorValue, createAssignDelegateRequestFromDiscriminatorValue, createAssignDemoRequestFromDiscriminatorValue, createAttendeeSetCommentRequestFromDiscriminatorValue, createAttendeeSetCouldBecomeDelegateRequestFromDiscriminatorValue, createAttendeeSetCouldBecomeHostessRequestFromDiscriminatorValue, createAttendeeSetWillAttendRequestFromDiscriminatorValue, createBecomingDelegateRequestFromDiscriminatorValue, createBecomingHostessRequestFromDiscriminatorValue, createCartAddItemRequestFromDiscriminatorValue, createCartApprovalResponseFromDiscriminatorValue, createCartCreatePaymentRequestFromDiscriminatorValue, createCartCreatePaymentResponseFromDiscriminatorValue, createCartDeleteItemRequestFromDiscriminatorValue, createCartItemChangeVariantRequestFromDiscriminatorValue, createCartItemResponseFromDiscriminatorValue, createCartPaymentResponseFromDiscriminatorValue, createCartPreContractualInformationDocumentFromDiscriminatorValue, createCartResponseFromDiscriminatorValue, createCartResponse_DeliveryResponseFromDiscriminatorValue, createCartSignPreContractualInformationDocumentWithImageRequestFromDiscriminatorValue, createCartSummaryResponseFromDiscriminatorValue, createCartVoucherResponseFromDiscriminatorValue, createCatalogBulkStocksUpdateRequestFromDiscriminatorValue, createCatalogBulkStocksUpdateRequest_StocksUpdateRequestFromDiscriminatorValue, createCategoryResponseFromDiscriminatorValue, createClubActionResponseFromDiscriminatorValue, createClubCustomerActionTypesResponseFromDiscriminatorValue, createColorResponseFromDiscriminatorValue, createConfirmCartsAndFinalizeDemoInDelcomResponseFromDiscriminatorValue, createContactRequestRequestFromDiscriminatorValue, createCreateAttendeeRequestFromDiscriminatorValue, createCreateAttendeeResponseFromDiscriminatorValue, createCreateCartRequestFromDiscriminatorValue, createCreateCartResponseFromDiscriminatorValue, createCreateClubVoucherRequestFromDiscriminatorValue, createCreateDelegateLeadRequestFromDiscriminatorValue, createCreateDemoHostessSurplusPaymentRequestFromDiscriminatorValue, createCreateDemoHostessSurplusPaymentResponseFromDiscriminatorValue, createCreateDocumentRequestFromDiscriminatorValue, createCreateDocumentRequest_CreateDocumentRequestAttachmentFromDiscriminatorValue, createCreateDummyDemoRequestFromDiscriminatorValue, createCreateGdprRequestFromDiscriminatorValue, createCreateMobileValidationRequestFromDiscriminatorValue, createCreateMobileValidationResponseFromDiscriminatorValue, createCreateOnlineUserRequestFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookEventFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookRegistrationDataFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookUserDataFromDiscriminatorValue, createCreateOnlineUserRequest_FusionAuthWebhookUserFromDiscriminatorValue, createCustomerProfileResponseFromDiscriminatorValue, createCustomerProfileResponse_CustomerAddressFromDiscriminatorValue, createDelegateConnectionResponseFromDiscriminatorValue, createDelegateLookupResponseFromDiscriminatorValue, createDelegateResponseFromDiscriminatorValue, createDeleteFromWishlistRequestFromDiscriminatorValue, createDeliveryAddressFromDiscriminatorValue, createDemoAttendeeOverviewResponseFromDiscriminatorValue, createDemoAttendeeResponseFromDiscriminatorValue, createDemoHostessGiftsResponseFromDiscriminatorValue, createDemoHostessGiftsResponse_DemoSelectedGiftFromDiscriminatorValue, createDemoHostessGiftsResponse_GiftsForCategoryResponseFromDiscriminatorValue, createDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponseFromDiscriminatorValue, createDemoHostessSummaryResponseFromDiscriminatorValue, createDemoResponseFromDiscriminatorValue, createDemoSummaryDelcomOrderResponseFromDiscriminatorValue, createDemoSummaryResponseFromDiscriminatorValue, createDemoSummaryResponse_delegatePaymentsFromDiscriminatorValue, createDemoSummaryResponse_vouchersUsedFromDiscriminatorValue, createDocumentResponseFromDiscriminatorValue, createDocumentResponse_DocumentAttachmentResponseFromDiscriminatorValue, createDomainExceptionResponseFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequestFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfoFromDiscriminatorValue, createDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrderFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequestFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergeDelegateInfoFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergeOrderInfoFromDiscriminatorValue, createDownloadIntranetPaymentSheetRequest_MergePaymentInfoFromDiscriminatorValue, createEngravingConfigurationSearchModelFromDiscriminatorValue, createEngravingDetailsRequestFromDiscriminatorValue, createEngravingDetailsResponseFromDiscriminatorValue, createEngravingLineRequestFromDiscriminatorValue, createEngravingLineResponseFromDiscriminatorValue, createEngravingSideDetailsRequestFromDiscriminatorValue, createEngravingSideDetailsResponseFromDiscriminatorValue, createErrorResponseFromDiscriminatorValue, createErrorResponse_errorsFromDiscriminatorValue, createFullVoucherResponseFromDiscriminatorValue, createGdprResponseFromDiscriminatorValue, createGdprResponse_GdprDelegateConnectionResponseFromDiscriminatorValue, createGdprSubscribeTransactionalRequest2FromDiscriminatorValue, createGdprSubscribeTransactionalRequestFromDiscriminatorValue, createGetActiveDemoForCustomerResponseFromDiscriminatorValue, createGetBoosterInformationResponseFromDiscriminatorValue, createGetCartAvailableDeliveryTypesResponseFromDiscriminatorValue, createGetCartAvailableDeliveryTypesResponse_DeliveryOptionFromDiscriminatorValue, createGetCartAvailablePaymentTypesResponseFromDiscriminatorValue, createGetCartAvailablePaymentTypesResponse_PaymentOptionFromDiscriminatorValue, createGetCartPreContractualInformationDocumentSignatureResponseFromDiscriminatorValue, createGetCategoriesResponseFromDiscriminatorValue, createGetClubActionsResponseFromDiscriminatorValue, createGetClubCustomerActionTypesResponseFromDiscriminatorValue, createGetClubInformationResponseFromDiscriminatorValue, createGetColorsResponseFromDiscriminatorValue, createGetCustomerAdvantagesResponseFromDiscriminatorValue, createGetCustomerAdvantagesResponse_VoucherResponseFromDiscriminatorValue, createGetCustomerAdvantagesResponse_WalletResponseFromDiscriminatorValue, createGetCustomerAllCartsResponseFromDiscriminatorValue, createGetCustomerAllVouchersResponseFromDiscriminatorValue, createGetCustomerOrdersResponseFromDiscriminatorValue, createGetDelegateGrantsResponseFromDiscriminatorValue, createGetDelegateGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetDemoAttendeesOverviewResponseFromDiscriminatorValue, createGetDemoAttendeesResponseFromDiscriminatorValue, createGetDemoDocumentsResponseFromDiscriminatorValue, createGetDemoHostessSurplusResponseFromDiscriminatorValue, createGetDemoResponseFromDiscriminatorValue, createGetDemoStatusResponseFromDiscriminatorValue, createGetDemosForCustomerResponseFromDiscriminatorValue, createGetDemosForCustomerResponse_DemoResponseWithIsHostessFromDiscriminatorValue, createGetDemosStatusCountResponseFromDiscriminatorValue, createGetDocumentsResponseFromDiscriminatorValue, createGetFinalizedCartsResponseFromDiscriminatorValue, createGetImpersonationTokenResponseFromDiscriminatorValue, createGetIntranetUserGrantsResponseFromDiscriminatorValue, createGetIntranetUserGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetProductMetasResponseFromDiscriminatorValue, createGetProductMetasResponse_ProductMetasResponseFromDiscriminatorValue, createGetProductsResponseFromDiscriminatorValue, createGetThemesResponseFromDiscriminatorValue, createGetTypesenseSettingsResponseFromDiscriminatorValue, createGetUserForInvitationCodeResponseFromDiscriminatorValue, createGetUserGrantsResponseFromDiscriminatorValue, createGetUserGrantsResponse_DelegateGrantResponseFromDiscriminatorValue, createGetUserInfoByDelegateIdResponseFromDiscriminatorValue, createGetUserInfoByDelegateIdResponse_UserInfoFromDiscriminatorValue, createHostessBonusDetailResponseFromDiscriminatorValue, createInviteUserToDemoRequestFromDiscriminatorValue, createLyfPayPaymentUpdatedWebhookRequestFromDiscriminatorValue, createLyfPayPaymentUpdatedWebhookRequest_BillDtoFromDiscriminatorValue, createMergeCartRequestFromDiscriminatorValue, createMergeCartResponseFromDiscriminatorValue, createMolliePaymentUpdatedWebhookRequestFromDiscriminatorValue, createNewsletterSubscriptionRequestFromDiscriminatorValue, createOptInByDelegateResponseFromDiscriminatorValue, createOrderItemResponseFromDiscriminatorValue, createOrderPaymentResponseFromDiscriminatorValue, createOrderResponseFromDiscriminatorValue, createOrderSummaryResponseFromDiscriminatorValue, createOrderVoucherResponseFromDiscriminatorValue, createPaymentProviderPaymentMethodFromDiscriminatorValue, createPaymentResponseFromDiscriminatorValue, createPaymentStatusFromDiscriminatorValue, createProductAssetSearchModelFromDiscriminatorValue, createProductCategorySearchModelFromDiscriminatorValue, createProductColorSearchModelFromDiscriminatorValue, createProductGenderSearchModelFromDiscriminatorValue, createProductLinkConfigurationSearchModelFromDiscriminatorValue, createProductSearchModelFromDiscriminatorValue, createProductThemeSearchModelFromDiscriminatorValue, createProductTraySearchModelFromDiscriminatorValue, createProductVariantSearchModelFromDiscriminatorValue, createReferralInformationFromDiscriminatorValue, createReportTemplateResponseFromDiscriminatorValue, createRevokeVoucherFromFacadeRequestFromDiscriminatorValue, createRunBatchesRequestFromDiscriminatorValue, createSearchCustomersResponseFromDiscriminatorValue, createSearchCustomersResponse_CustomerSearchResultFromDiscriminatorValue, createSearchMyTeamDelegatesResponseFromDiscriminatorValue, createSearchMyTeamDelegatesResponse_DelegateSearchItemFromDiscriminatorValue, createSelectDemoHostessGiftRequestFromDiscriminatorValue, createSendEmailRequestFromDiscriminatorValue, createSetBecomeHostessDemoDateRequestFromDiscriminatorValue, createSetBirthdateRequestFromDiscriminatorValue, createSetCartDeliveryRequestFromDiscriminatorValue, createSetDelegatePaymentMethodRequestFromDiscriminatorValue, createSmartEnumOfPaymentStatusAndInt32FromDiscriminatorValue, createSmartEnumOfPaymentStatusFromDiscriminatorValue, createThemeResponseFromDiscriminatorValue, createTypesenseNodeFromDiscriminatorValue, createUpdateCartItemEngravingRequestFromDiscriminatorValue, createUpdateCustomerEmailRequestFromDiscriminatorValue, createUpdateCustomerProfileRequestFromDiscriminatorValue, createUpdateDemoAdditionalTurnOverRequestFromDiscriminatorValue, createUpdateDemoCommentRequestFromDiscriminatorValue, createUpdateDemoFromIntranetRequestFromDiscriminatorValue, createUpdateDemoSettingsRequestFromDiscriminatorValue, createUpdateDocumentRequestFromDiscriminatorValue, createUpdateDocumentRequest_UpdateDocumentRequestAttachmentFromDiscriminatorValue, createUpdateLinkModificationRequestFromDiscriminatorValue, createUpdateOrderStatusFromFacadeRequestFromDiscriminatorValue, createUpdateTaxonomyRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateCategoryRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateColorRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateThemeRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequestFromDiscriminatorValue, createUpdateTaxonomyRequest_UpdateTrayRequestFromDiscriminatorValue, createUpdateVoucherExpirationDateFromFacadeRequestFromDiscriminatorValue, createUpdateWalletAmountOnCartRequestFromDiscriminatorValue, createUploadDocumentAttachmentResponseFromDiscriminatorValue, createUpsertDelegateRequestFromDiscriminatorValue, createUpsertDemoFromFacadeRequestFromDiscriminatorValue, createUpsertProductRequestFromDiscriminatorValue, createUpsertProductRequest_AssetFromDiscriminatorValue, createUpsertProductRequest_EngravingConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_LinkConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_TrayFromDiscriminatorValue, createUpsertProductRequest_categoryLocalizationsFromDiscriminatorValue, createUpsertProductRequest_colorLocalizationsFromDiscriminatorValue, createUpsertProductRequest_genderLocalizationsFromDiscriminatorValue, createUpsertProductRequest_localizationsFromDiscriminatorValue, createUpsertProductRequest_themesLocalizationsFromDiscriminatorValue, createUpsertProductRequest_variantsFromDiscriminatorValue, createUpsertUserRequestFromDiscriminatorValue, createUpsertVoucherFromFacadeRequestFromDiscriminatorValue, createUseVoucherByCodeRequestFromDiscriminatorValue, createValidateMobileValidationRequestFromDiscriminatorValue, createValidateMobileValidationResponseFromDiscriminatorValue, createVoucherResponseFromDiscriminatorValue, createWishlistResponseFromDiscriminatorValue, deserializeIntoAddCodeRequest, deserializeIntoAddCodeResponse, deserializeIntoAddCustomClubActionRequest, deserializeIntoAddToWishlistRequest, deserializeIntoApplyVoucherToCartRequest, deserializeIntoAssignDelegateRequest, deserializeIntoAssignDemoRequest, deserializeIntoAttendeeSetCommentRequest, deserializeIntoAttendeeSetCouldBecomeDelegateRequest, deserializeIntoAttendeeSetCouldBecomeHostessRequest, deserializeIntoAttendeeSetWillAttendRequest, deserializeIntoBecomingDelegateRequest, deserializeIntoBecomingHostessRequest, deserializeIntoCartAddItemRequest, deserializeIntoCartApprovalResponse, deserializeIntoCartCreatePaymentRequest, deserializeIntoCartCreatePaymentResponse, deserializeIntoCartDeleteItemRequest, deserializeIntoCartItemChangeVariantRequest, deserializeIntoCartItemResponse, deserializeIntoCartPaymentResponse, deserializeIntoCartPreContractualInformationDocument, deserializeIntoCartResponse, deserializeIntoCartResponse_DeliveryResponse, deserializeIntoCartSignPreContractualInformationDocumentWithImageRequest, deserializeIntoCartSummaryResponse, deserializeIntoCartVoucherResponse, deserializeIntoCatalogBulkStocksUpdateRequest, deserializeIntoCatalogBulkStocksUpdateRequest_StocksUpdateRequest, deserializeIntoCategoryResponse, deserializeIntoClubActionResponse, deserializeIntoClubCustomerActionTypesResponse, deserializeIntoColorResponse, deserializeIntoConfirmCartsAndFinalizeDemoInDelcomResponse, deserializeIntoContactRequestRequest, deserializeIntoCreateAttendeeRequest, deserializeIntoCreateAttendeeResponse, deserializeIntoCreateCartRequest, deserializeIntoCreateCartResponse, deserializeIntoCreateClubVoucherRequest, deserializeIntoCreateDelegateLeadRequest, deserializeIntoCreateDemoHostessSurplusPaymentRequest, deserializeIntoCreateDemoHostessSurplusPaymentResponse, deserializeIntoCreateDocumentRequest, deserializeIntoCreateDocumentRequest_CreateDocumentRequestAttachment, deserializeIntoCreateDummyDemoRequest, deserializeIntoCreateGdprRequest, deserializeIntoCreateMobileValidationRequest, deserializeIntoCreateMobileValidationResponse, deserializeIntoCreateOnlineUserRequest, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookEvent, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookRegistrationData, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUser, deserializeIntoCreateOnlineUserRequest_FusionAuthWebhookUserData, deserializeIntoCustomerProfileResponse, deserializeIntoCustomerProfileResponse_CustomerAddress, deserializeIntoDelegateConnectionResponse, deserializeIntoDelegateLookupResponse, deserializeIntoDelegateResponse, deserializeIntoDeleteFromWishlistRequest, deserializeIntoDeliveryAddress, deserializeIntoDemoAttendeeOverviewResponse, deserializeIntoDemoAttendeeResponse, deserializeIntoDemoHostessGiftsResponse, deserializeIntoDemoHostessGiftsResponse_DemoSelectedGift, deserializeIntoDemoHostessGiftsResponse_GiftsForCategoryResponse, deserializeIntoDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, deserializeIntoDemoHostessSummaryResponse, deserializeIntoDemoResponse, deserializeIntoDemoSummaryDelcomOrderResponse, deserializeIntoDemoSummaryResponse, deserializeIntoDemoSummaryResponse_delegatePayments, deserializeIntoDemoSummaryResponse_vouchersUsed, deserializeIntoDocumentResponse, deserializeIntoDocumentResponse_DocumentAttachmentResponse, deserializeIntoDomainExceptionResponse, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, deserializeIntoDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, deserializeIntoDownloadIntranetPaymentSheetRequest, deserializeIntoDownloadIntranetPaymentSheetRequest_MergeDelegateInfo, deserializeIntoDownloadIntranetPaymentSheetRequest_MergeOrderInfo, deserializeIntoDownloadIntranetPaymentSheetRequest_MergePaymentInfo, deserializeIntoEngravingConfigurationSearchModel, deserializeIntoEngravingDetailsRequest, deserializeIntoEngravingDetailsResponse, deserializeIntoEngravingLineRequest, deserializeIntoEngravingLineResponse, deserializeIntoEngravingSideDetailsRequest, deserializeIntoEngravingSideDetailsResponse, deserializeIntoErrorResponse, deserializeIntoErrorResponse_errors, deserializeIntoFullVoucherResponse, deserializeIntoGdprResponse, deserializeIntoGdprResponse_GdprDelegateConnectionResponse, deserializeIntoGdprSubscribeTransactionalRequest, deserializeIntoGdprSubscribeTransactionalRequest2, deserializeIntoGetActiveDemoForCustomerResponse, deserializeIntoGetBoosterInformationResponse, deserializeIntoGetCartAvailableDeliveryTypesResponse, deserializeIntoGetCartAvailableDeliveryTypesResponse_DeliveryOption, deserializeIntoGetCartAvailablePaymentTypesResponse, deserializeIntoGetCartAvailablePaymentTypesResponse_PaymentOption, deserializeIntoGetCartPreContractualInformationDocumentSignatureResponse, deserializeIntoGetCategoriesResponse, deserializeIntoGetClubActionsResponse, deserializeIntoGetClubCustomerActionTypesResponse, deserializeIntoGetClubInformationResponse, deserializeIntoGetColorsResponse, deserializeIntoGetCustomerAdvantagesResponse, deserializeIntoGetCustomerAdvantagesResponse_VoucherResponse, deserializeIntoGetCustomerAdvantagesResponse_WalletResponse, deserializeIntoGetCustomerAllCartsResponse, deserializeIntoGetCustomerAllVouchersResponse, deserializeIntoGetCustomerOrdersResponse, deserializeIntoGetDelegateGrantsResponse, deserializeIntoGetDelegateGrantsResponse_DelegateGrantResponse, deserializeIntoGetDemoAttendeesOverviewResponse, deserializeIntoGetDemoAttendeesResponse, deserializeIntoGetDemoDocumentsResponse, deserializeIntoGetDemoHostessSurplusResponse, deserializeIntoGetDemoResponse, deserializeIntoGetDemoStatusResponse, deserializeIntoGetDemosForCustomerResponse, deserializeIntoGetDemosForCustomerResponse_DemoResponseWithIsHostess, deserializeIntoGetDemosStatusCountResponse, deserializeIntoGetDocumentsResponse, deserializeIntoGetFinalizedCartsResponse, deserializeIntoGetImpersonationTokenResponse, deserializeIntoGetIntranetUserGrantsResponse, deserializeIntoGetIntranetUserGrantsResponse_DelegateGrantResponse, deserializeIntoGetProductMetasResponse, deserializeIntoGetProductMetasResponse_ProductMetasResponse, deserializeIntoGetProductsResponse, deserializeIntoGetThemesResponse, deserializeIntoGetTypesenseSettingsResponse, deserializeIntoGetUserForInvitationCodeResponse, deserializeIntoGetUserGrantsResponse, deserializeIntoGetUserGrantsResponse_DelegateGrantResponse, deserializeIntoGetUserInfoByDelegateIdResponse, deserializeIntoGetUserInfoByDelegateIdResponse_UserInfo, deserializeIntoHostessBonusDetailResponse, deserializeIntoInviteUserToDemoRequest, deserializeIntoLyfPayPaymentUpdatedWebhookRequest, deserializeIntoLyfPayPaymentUpdatedWebhookRequest_BillDto, deserializeIntoMergeCartRequest, deserializeIntoMergeCartResponse, deserializeIntoMolliePaymentUpdatedWebhookRequest, deserializeIntoNewsletterSubscriptionRequest, deserializeIntoOptInByDelegateResponse, deserializeIntoOrderItemResponse, deserializeIntoOrderPaymentResponse, deserializeIntoOrderResponse, deserializeIntoOrderSummaryResponse, deserializeIntoOrderVoucherResponse, deserializeIntoPaymentProviderPaymentMethod, deserializeIntoPaymentResponse, deserializeIntoPaymentStatus, deserializeIntoProductAssetSearchModel, deserializeIntoProductCategorySearchModel, deserializeIntoProductColorSearchModel, deserializeIntoProductGenderSearchModel, deserializeIntoProductLinkConfigurationSearchModel, deserializeIntoProductSearchModel, deserializeIntoProductThemeSearchModel, deserializeIntoProductTraySearchModel, deserializeIntoProductVariantSearchModel, deserializeIntoReferralInformation, deserializeIntoReportTemplateResponse, deserializeIntoRevokeVoucherFromFacadeRequest, deserializeIntoRunBatchesRequest, deserializeIntoSearchCustomersResponse, deserializeIntoSearchCustomersResponse_CustomerSearchResult, deserializeIntoSearchMyTeamDelegatesResponse, deserializeIntoSearchMyTeamDelegatesResponse_DelegateSearchItem, deserializeIntoSelectDemoHostessGiftRequest, deserializeIntoSendEmailRequest, deserializeIntoSetBecomeHostessDemoDateRequest, deserializeIntoSetBirthdateRequest, deserializeIntoSetCartDeliveryRequest, deserializeIntoSetDelegatePaymentMethodRequest, deserializeIntoSmartEnumOfPaymentStatus, deserializeIntoSmartEnumOfPaymentStatusAndInt32, deserializeIntoThemeResponse, deserializeIntoTypesenseNode, deserializeIntoUpdateCartItemEngravingRequest, deserializeIntoUpdateCustomerEmailRequest, deserializeIntoUpdateCustomerProfileRequest, deserializeIntoUpdateDemoAdditionalTurnOverRequest, deserializeIntoUpdateDemoCommentRequest, deserializeIntoUpdateDemoFromIntranetRequest, deserializeIntoUpdateDemoSettingsRequest, deserializeIntoUpdateDocumentRequest, deserializeIntoUpdateDocumentRequest_UpdateDocumentRequestAttachment, deserializeIntoUpdateLinkModificationRequest, deserializeIntoUpdateOrderStatusFromFacadeRequest, deserializeIntoUpdateTaxonomyRequest, deserializeIntoUpdateTaxonomyRequest_UpdateCategoryRequest, deserializeIntoUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateColorRequest, deserializeIntoUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateThemeRequest, deserializeIntoUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, deserializeIntoUpdateTaxonomyRequest_UpdateTrayRequest, deserializeIntoUpdateVoucherExpirationDateFromFacadeRequest, deserializeIntoUpdateWalletAmountOnCartRequest, deserializeIntoUploadDocumentAttachmentResponse, deserializeIntoUpsertDelegateRequest, deserializeIntoUpsertDemoFromFacadeRequest, deserializeIntoUpsertProductRequest, deserializeIntoUpsertProductRequest_Asset, deserializeIntoUpsertProductRequest_EngravingConfigurationRequest, deserializeIntoUpsertProductRequest_LinkConfigurationRequest, deserializeIntoUpsertProductRequest_Tray, deserializeIntoUpsertProductRequest_categoryLocalizations, deserializeIntoUpsertProductRequest_colorLocalizations, deserializeIntoUpsertProductRequest_genderLocalizations, deserializeIntoUpsertProductRequest_localizations, deserializeIntoUpsertProductRequest_themesLocalizations, deserializeIntoUpsertProductRequest_variants, deserializeIntoUpsertUserRequest, deserializeIntoUpsertVoucherFromFacadeRequest, deserializeIntoUseVoucherByCodeRequest, deserializeIntoValidateMobileValidationRequest, deserializeIntoValidateMobileValidationResponse, deserializeIntoVoucherResponse, deserializeIntoWishlistResponse, serializeAddCodeRequest, serializeAddCodeResponse, serializeAddCustomClubActionRequest, serializeAddToWishlistRequest, serializeApplyVoucherToCartRequest, serializeAssignDelegateRequest, serializeAssignDemoRequest, serializeAttendeeSetCommentRequest, serializeAttendeeSetCouldBecomeDelegateRequest, serializeAttendeeSetCouldBecomeHostessRequest, serializeAttendeeSetWillAttendRequest, serializeBecomingDelegateRequest, serializeBecomingHostessRequest, serializeCartAddItemRequest, serializeCartApprovalResponse, serializeCartCreatePaymentRequest, serializeCartCreatePaymentResponse, serializeCartDeleteItemRequest, serializeCartItemChangeVariantRequest, serializeCartItemResponse, serializeCartPaymentResponse, serializeCartPreContractualInformationDocument, serializeCartResponse, serializeCartResponse_DeliveryResponse, serializeCartSignPreContractualInformationDocumentWithImageRequest, serializeCartSummaryResponse, serializeCartVoucherResponse, serializeCatalogBulkStocksUpdateRequest, serializeCatalogBulkStocksUpdateRequest_StocksUpdateRequest, serializeCategoryResponse, serializeClubActionResponse, serializeClubCustomerActionTypesResponse, serializeColorResponse, serializeConfirmCartsAndFinalizeDemoInDelcomResponse, serializeContactRequestRequest, serializeCreateAttendeeRequest, serializeCreateAttendeeResponse, serializeCreateCartRequest, serializeCreateCartResponse, serializeCreateClubVoucherRequest, serializeCreateDelegateLeadRequest, serializeCreateDemoHostessSurplusPaymentRequest, serializeCreateDemoHostessSurplusPaymentResponse, serializeCreateDocumentRequest, serializeCreateDocumentRequest_CreateDocumentRequestAttachment, serializeCreateDummyDemoRequest, serializeCreateGdprRequest, serializeCreateMobileValidationRequest, serializeCreateMobileValidationResponse, serializeCreateOnlineUserRequest, serializeCreateOnlineUserRequest_FusionAuthWebhookEvent, serializeCreateOnlineUserRequest_FusionAuthWebhookRegistrationData, serializeCreateOnlineUserRequest_FusionAuthWebhookUser, serializeCreateOnlineUserRequest_FusionAuthWebhookUserData, serializeCustomerProfileResponse, serializeCustomerProfileResponse_CustomerAddress, serializeDelegateConnectionResponse, serializeDelegateLookupResponse, serializeDelegateResponse, serializeDeleteFromWishlistRequest, serializeDeliveryAddress, serializeDemoAttendeeOverviewResponse, serializeDemoAttendeeResponse, serializeDemoHostessGiftsResponse, serializeDemoHostessGiftsResponse_DemoSelectedGift, serializeDemoHostessGiftsResponse_GiftsForCategoryResponse, serializeDemoHostessGiftsResponse_GiftsForCategoryResponse_GiftChoiceResponse, serializeDemoHostessSummaryResponse, serializeDemoResponse, serializeDemoSummaryDelcomOrderResponse, serializeDemoSummaryResponse, serializeDemoSummaryResponse_delegatePayments, serializeDemoSummaryResponse_vouchersUsed, serializeDocumentResponse, serializeDocumentResponse_DocumentAttachmentResponse, serializeDomainExceptionResponse, serializeDownloadIntranetGroupedPaymentSheetRequest, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentDelegateInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentOrderInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentPaymentInfo, serializeDownloadIntranetGroupedPaymentSheetRequest_GroupedPaymentSubOrder, serializeDownloadIntranetPaymentSheetRequest, serializeDownloadIntranetPaymentSheetRequest_MergeDelegateInfo, serializeDownloadIntranetPaymentSheetRequest_MergeOrderInfo, serializeDownloadIntranetPaymentSheetRequest_MergePaymentInfo, serializeEngravingConfigurationSearchModel, serializeEngravingDetailsRequest, serializeEngravingDetailsResponse, serializeEngravingLineRequest, serializeEngravingLineResponse, serializeEngravingSideDetailsRequest, serializeEngravingSideDetailsResponse, serializeErrorResponse, serializeErrorResponse_errors, serializeFullVoucherResponse, serializeGdprResponse, serializeGdprResponse_GdprDelegateConnectionResponse, serializeGdprSubscribeTransactionalRequest, serializeGdprSubscribeTransactionalRequest2, serializeGetActiveDemoForCustomerResponse, serializeGetBoosterInformationResponse, serializeGetCartAvailableDeliveryTypesResponse, serializeGetCartAvailableDeliveryTypesResponse_DeliveryOption, serializeGetCartAvailablePaymentTypesResponse, serializeGetCartAvailablePaymentTypesResponse_PaymentOption, serializeGetCartPreContractualInformationDocumentSignatureResponse, serializeGetCategoriesResponse, serializeGetClubActionsResponse, serializeGetClubCustomerActionTypesResponse, serializeGetClubInformationResponse, serializeGetColorsResponse, serializeGetCustomerAdvantagesResponse, serializeGetCustomerAdvantagesResponse_VoucherResponse, serializeGetCustomerAdvantagesResponse_WalletResponse, serializeGetCustomerAllCartsResponse, serializeGetCustomerAllVouchersResponse, serializeGetCustomerOrdersResponse, serializeGetDelegateGrantsResponse, serializeGetDelegateGrantsResponse_DelegateGrantResponse, serializeGetDemoAttendeesOverviewResponse, serializeGetDemoAttendeesResponse, serializeGetDemoDocumentsResponse, serializeGetDemoHostessSurplusResponse, serializeGetDemoResponse, serializeGetDemoStatusResponse, serializeGetDemosForCustomerResponse, serializeGetDemosForCustomerResponse_DemoResponseWithIsHostess, serializeGetDemosStatusCountResponse, serializeGetDocumentsResponse, serializeGetFinalizedCartsResponse, serializeGetImpersonationTokenResponse, serializeGetIntranetUserGrantsResponse, serializeGetIntranetUserGrantsResponse_DelegateGrantResponse, serializeGetProductMetasResponse, serializeGetProductMetasResponse_ProductMetasResponse, serializeGetProductsResponse, serializeGetThemesResponse, serializeGetTypesenseSettingsResponse, serializeGetUserForInvitationCodeResponse, serializeGetUserGrantsResponse, serializeGetUserGrantsResponse_DelegateGrantResponse, serializeGetUserInfoByDelegateIdResponse, serializeGetUserInfoByDelegateIdResponse_UserInfo, serializeHostessBonusDetailResponse, serializeInviteUserToDemoRequest, serializeLyfPayPaymentUpdatedWebhookRequest, serializeLyfPayPaymentUpdatedWebhookRequest_BillDto, serializeMergeCartRequest, serializeMergeCartResponse, serializeMolliePaymentUpdatedWebhookRequest, serializeNewsletterSubscriptionRequest, serializeOptInByDelegateResponse, serializeOrderItemResponse, serializeOrderPaymentResponse, serializeOrderResponse, serializeOrderSummaryResponse, serializeOrderVoucherResponse, serializePaymentProviderPaymentMethod, serializePaymentResponse, serializePaymentStatus, serializeProductAssetSearchModel, serializeProductCategorySearchModel, serializeProductColorSearchModel, serializeProductGenderSearchModel, serializeProductLinkConfigurationSearchModel, serializeProductSearchModel, serializeProductThemeSearchModel, serializeProductTraySearchModel, serializeProductVariantSearchModel, serializeReferralInformation, serializeReportTemplateResponse, serializeRevokeVoucherFromFacadeRequest, serializeRunBatchesRequest, serializeSearchCustomersResponse, serializeSearchCustomersResponse_CustomerSearchResult, serializeSearchMyTeamDelegatesResponse, serializeSearchMyTeamDelegatesResponse_DelegateSearchItem, serializeSelectDemoHostessGiftRequest, serializeSendEmailRequest, serializeSetBecomeHostessDemoDateRequest, serializeSetBirthdateRequest, serializeSetCartDeliveryRequest, serializeSetDelegatePaymentMethodRequest, serializeSmartEnumOfPaymentStatus, serializeSmartEnumOfPaymentStatusAndInt32, serializeThemeResponse, serializeTypesenseNode, serializeUpdateCartItemEngravingRequest, serializeUpdateCustomerEmailRequest, serializeUpdateCustomerProfileRequest, serializeUpdateDemoAdditionalTurnOverRequest, serializeUpdateDemoCommentRequest, serializeUpdateDemoFromIntranetRequest, serializeUpdateDemoSettingsRequest, serializeUpdateDocumentRequest, serializeUpdateDocumentRequest_UpdateDocumentRequestAttachment, serializeUpdateLinkModificationRequest, serializeUpdateOrderStatusFromFacadeRequest, serializeUpdateTaxonomyRequest, serializeUpdateTaxonomyRequest_UpdateCategoryRequest, serializeUpdateTaxonomyRequest_UpdateCategoryRequest_UpdateCategoryLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateColorRequest, serializeUpdateTaxonomyRequest_UpdateColorRequest_UpdateColorLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateThemeRequest, serializeUpdateTaxonomyRequest_UpdateThemeRequest_UpdateThemeLocalizationRequest, serializeUpdateTaxonomyRequest_UpdateTrayRequest, serializeUpdateVoucherExpirationDateFromFacadeRequest, serializeUpdateWalletAmountOnCartRequest, serializeUploadDocumentAttachmentResponse, serializeUpsertDelegateRequest, serializeUpsertDemoFromFacadeRequest, serializeUpsertProductRequest, serializeUpsertProductRequest_Asset, serializeUpsertProductRequest_EngravingConfigurationRequest, serializeUpsertProductRequest_LinkConfigurationRequest, serializeUpsertProductRequest_Tray, serializeUpsertProductRequest_categoryLocalizations, serializeUpsertProductRequest_colorLocalizations, serializeUpsertProductRequest_genderLocalizations, serializeUpsertProductRequest_localizations, serializeUpsertProductRequest_themesLocalizations, serializeUpsertProductRequest_variants, serializeUpsertUserRequest, serializeUpsertVoucherFromFacadeRequest, serializeUseVoucherByCodeRequest, serializeValidateMobileValidationRequest, serializeValidateMobileValidationResponse, serializeVoucherResponse, serializeWishlistResponse };
|