@victoria-company/agora-client 1.0.202510140948 → 1.0.202510240916
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 +1658 -907
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1641 -693
- package/dist/index.d.ts +1641 -693
- package/dist/index.js +1610 -859
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
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
|
|
@@ -2592,6 +2614,12 @@ declare function createUpdateWalletAmountOnCartRequestFromDiscriminatorValue(par
|
|
|
2592
2614
|
* @returns {UploadDocumentAttachmentResponse}
|
|
2593
2615
|
*/
|
|
2594
2616
|
declare function createUploadDocumentAttachmentResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2617
|
+
/**
|
|
2618
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
2619
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2620
|
+
* @returns {UpsertCustomerRequest}
|
|
2621
|
+
*/
|
|
2622
|
+
declare function createUpsertCustomerRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2595
2623
|
/**
|
|
2596
2624
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2597
2625
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
@@ -2670,30 +2698,12 @@ declare function createUpsertProductRequest_variantsFromDiscriminatorValue(parse
|
|
|
2670
2698
|
* @returns {UpsertProductRequest}
|
|
2671
2699
|
*/
|
|
2672
2700
|
declare function createUpsertProductRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2673
|
-
/**
|
|
2674
|
-
* Creates a new instance of the appropriate class based on discriminator value
|
|
2675
|
-
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
2676
|
-
* @returns {UpsertUserRequest}
|
|
2677
|
-
*/
|
|
2678
|
-
declare function createUpsertUserRequestFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
2679
2701
|
/**
|
|
2680
2702
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
2681
2703
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
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>}
|
|
@@ -4183,6 +4304,16 @@ declare function deserializeIntoTypesenseNode(typesenseNode?: Partial<TypesenseN
|
|
|
4183
4304
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4184
4305
|
*/
|
|
4185
4306
|
declare function deserializeIntoUpdateCartItemEngravingRequest(updateCartItemEngravingRequest?: Partial<UpdateCartItemEngravingRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4307
|
+
/**
|
|
4308
|
+
* The deserialization information for the current model
|
|
4309
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4310
|
+
*/
|
|
4311
|
+
declare function deserializeIntoUpdateCustomerEmailRequest(updateCustomerEmailRequest?: Partial<UpdateCustomerEmailRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4312
|
+
/**
|
|
4313
|
+
* The deserialization information for the current model
|
|
4314
|
+
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4315
|
+
*/
|
|
4316
|
+
declare function deserializeIntoUpdateCustomerProfileRequest(updateCustomerProfileRequest?: Partial<UpdateCustomerProfileRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4186
4317
|
/**
|
|
4187
4318
|
* The deserialization information for the current model
|
|
4188
4319
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4267,27 +4398,22 @@ declare function deserializeIntoUpdateTaxonomyRequest_UpdateTrayRequest(updateTa
|
|
|
4267
4398
|
* The deserialization information for the current model
|
|
4268
4399
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4269
4400
|
*/
|
|
4270
|
-
declare function
|
|
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>;
|
|
4401
|
+
declare function deserializeIntoUpdateVoucherExpirationDateFromFacadeRequest(updateVoucherExpirationDateFromFacadeRequest?: Partial<UpdateVoucherExpirationDateFromFacadeRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4276
4402
|
/**
|
|
4277
4403
|
* The deserialization information for the current model
|
|
4278
4404
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4279
4405
|
*/
|
|
4280
|
-
declare function
|
|
4406
|
+
declare function deserializeIntoUpdateWalletAmountOnCartRequest(updateWalletAmountOnCartRequest?: Partial<UpdateWalletAmountOnCartRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4281
4407
|
/**
|
|
4282
4408
|
* The deserialization information for the current model
|
|
4283
4409
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4284
4410
|
*/
|
|
4285
|
-
declare function
|
|
4411
|
+
declare function deserializeIntoUploadDocumentAttachmentResponse(uploadDocumentAttachmentResponse?: Partial<UploadDocumentAttachmentResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4286
4412
|
/**
|
|
4287
4413
|
* The deserialization information for the current model
|
|
4288
4414
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4289
4415
|
*/
|
|
4290
|
-
declare function
|
|
4416
|
+
declare function deserializeIntoUpsertCustomerRequest(upsertCustomerRequest?: Partial<UpsertCustomerRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4291
4417
|
/**
|
|
4292
4418
|
* The deserialization information for the current model
|
|
4293
4419
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
@@ -4353,26 +4479,11 @@ declare function deserializeIntoUpsertProductRequest_Tray(upsertProductRequest_T
|
|
|
4353
4479
|
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4354
4480
|
*/
|
|
4355
4481
|
declare function deserializeIntoUpsertProductRequest_variants(upsertProductRequest_variants?: Partial<UpsertProductRequest_variants> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4356
|
-
/**
|
|
4357
|
-
* The deserialization information for the current model
|
|
4358
|
-
* @returns {Record<string, (node: ParseNode) => void>}
|
|
4359
|
-
*/
|
|
4360
|
-
declare function deserializeIntoUpsertUserRequest(upsertUserRequest?: Partial<UpsertUserRequest> | undefined): Record<string, (node: ParseNode) => void>;
|
|
4361
4482
|
/**
|
|
4362
4483
|
* The deserialization information for the current model
|
|
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;
|
|
6095
|
-
/**
|
|
6096
|
-
* The id property
|
|
6097
|
-
*/
|
|
6098
|
-
id?: string | null;
|
|
6099
|
-
/**
|
|
6100
|
-
* The lastActiveDemoDate property
|
|
6101
|
-
*/
|
|
6102
|
-
lastActiveDemoDate?: Date | null;
|
|
6200
|
+
interface SearchCustomersResponse extends Parsable {
|
|
6103
6201
|
/**
|
|
6104
|
-
* The
|
|
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
|
|
@@ -7259,27 +7400,22 @@ declare function serializeUpdateTaxonomyRequest_UpdateTrayRequest(writer: Serial
|
|
|
7259
7400
|
* Serializes information the current object
|
|
7260
7401
|
* @param writer Serialization writer to use to serialize this model
|
|
7261
7402
|
*/
|
|
7262
|
-
declare function
|
|
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;
|
|
7403
|
+
declare function serializeUpdateVoucherExpirationDateFromFacadeRequest(writer: SerializationWriter, updateVoucherExpirationDateFromFacadeRequest?: Partial<UpdateVoucherExpirationDateFromFacadeRequest> | undefined | null): void;
|
|
7268
7404
|
/**
|
|
7269
7405
|
* Serializes information the current object
|
|
7270
7406
|
* @param writer Serialization writer to use to serialize this model
|
|
7271
7407
|
*/
|
|
7272
|
-
declare function
|
|
7408
|
+
declare function serializeUpdateWalletAmountOnCartRequest(writer: SerializationWriter, updateWalletAmountOnCartRequest?: Partial<UpdateWalletAmountOnCartRequest> | undefined | null): void;
|
|
7273
7409
|
/**
|
|
7274
7410
|
* Serializes information the current object
|
|
7275
7411
|
* @param writer Serialization writer to use to serialize this model
|
|
7276
7412
|
*/
|
|
7277
|
-
declare function
|
|
7413
|
+
declare function serializeUploadDocumentAttachmentResponse(writer: SerializationWriter, uploadDocumentAttachmentResponse?: Partial<UploadDocumentAttachmentResponse> | undefined | null): void;
|
|
7278
7414
|
/**
|
|
7279
7415
|
* Serializes information the current object
|
|
7280
7416
|
* @param writer Serialization writer to use to serialize this model
|
|
7281
7417
|
*/
|
|
7282
|
-
declare function
|
|
7418
|
+
declare function serializeUpsertCustomerRequest(writer: SerializationWriter, upsertCustomerRequest?: Partial<UpsertCustomerRequest> | undefined | null): void;
|
|
7283
7419
|
/**
|
|
7284
7420
|
* Serializes information the current object
|
|
7285
7421
|
* @param writer Serialization writer to use to serialize this model
|
|
@@ -7345,26 +7481,11 @@ declare function serializeUpsertProductRequest_Tray(writer: SerializationWriter,
|
|
|
7345
7481
|
* @param writer Serialization writer to use to serialize this model
|
|
7346
7482
|
*/
|
|
7347
7483
|
declare function serializeUpsertProductRequest_variants(writer: SerializationWriter, upsertProductRequest_variants?: Partial<UpsertProductRequest_variants> | undefined | null): void;
|
|
7348
|
-
/**
|
|
7349
|
-
* Serializes information the current object
|
|
7350
|
-
* @param writer Serialization writer to use to serialize this model
|
|
7351
|
-
*/
|
|
7352
|
-
declare function serializeUpsertUserRequest(writer: SerializationWriter, upsertUserRequest?: Partial<UpsertUserRequest> | undefined | null): void;
|
|
7353
7484
|
/**
|
|
7354
7485
|
* Serializes information the current object
|
|
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,13 +8087,29 @@ interface UpdateTaxonomyRequest_UpdateTrayRequest extends Parsable {
|
|
|
7906
8087
|
*/
|
|
7907
8088
|
orderBy?: number | null;
|
|
7908
8089
|
}
|
|
7909
|
-
interface
|
|
8090
|
+
interface UpdateVoucherExpirationDateFromFacadeRequest extends Parsable {
|
|
7910
8091
|
/**
|
|
7911
|
-
* The
|
|
8092
|
+
* The comments property
|
|
7912
8093
|
*/
|
|
7913
|
-
|
|
8094
|
+
comments?: string | null;
|
|
8095
|
+
/**
|
|
8096
|
+
* The expirationDate property
|
|
8097
|
+
*/
|
|
8098
|
+
expirationDate?: Date | null;
|
|
8099
|
+
}
|
|
8100
|
+
interface UpdateWalletAmountOnCartRequest extends Parsable {
|
|
8101
|
+
/**
|
|
8102
|
+
* The amount property
|
|
8103
|
+
*/
|
|
8104
|
+
amount?: number | null;
|
|
8105
|
+
}
|
|
8106
|
+
interface UploadDocumentAttachmentResponse extends Parsable {
|
|
8107
|
+
/**
|
|
8108
|
+
* The attachmentUrl property
|
|
8109
|
+
*/
|
|
8110
|
+
attachmentUrl?: string | null;
|
|
7914
8111
|
}
|
|
7915
|
-
interface
|
|
8112
|
+
interface UpsertCustomerRequest extends Parsable {
|
|
7916
8113
|
/**
|
|
7917
8114
|
* The address1 property
|
|
7918
8115
|
*/
|
|
@@ -7930,9 +8127,13 @@ interface UpdateUserProfileRequest extends Parsable {
|
|
|
7930
8127
|
*/
|
|
7931
8128
|
city?: string | null;
|
|
7932
8129
|
/**
|
|
7933
|
-
* The
|
|
8130
|
+
* The contextId property
|
|
7934
8131
|
*/
|
|
7935
|
-
|
|
8132
|
+
contextId?: number | null;
|
|
8133
|
+
/**
|
|
8134
|
+
* The countryCode property
|
|
8135
|
+
*/
|
|
8136
|
+
countryCode?: string | null;
|
|
7936
8137
|
/**
|
|
7937
8138
|
* The email property
|
|
7938
8139
|
*/
|
|
@@ -7962,31 +8163,13 @@ interface UpdateUserProfileRequest extends Parsable {
|
|
|
7962
8163
|
*/
|
|
7963
8164
|
phone?: string | null;
|
|
7964
8165
|
/**
|
|
7965
|
-
* The
|
|
7966
|
-
*/
|
|
7967
|
-
zipCode?: string | null;
|
|
7968
|
-
}
|
|
7969
|
-
interface UpdateVoucherExpirationDateFromFacadeRequest extends Parsable {
|
|
7970
|
-
/**
|
|
7971
|
-
* The comments property
|
|
7972
|
-
*/
|
|
7973
|
-
comments?: string | null;
|
|
7974
|
-
/**
|
|
7975
|
-
* The expirationDate property
|
|
7976
|
-
*/
|
|
7977
|
-
expirationDate?: Date | null;
|
|
7978
|
-
}
|
|
7979
|
-
interface UpdateWalletAmountOnCartRequest extends Parsable {
|
|
7980
|
-
/**
|
|
7981
|
-
* The amount property
|
|
8166
|
+
* The ssoId property
|
|
7982
8167
|
*/
|
|
7983
|
-
|
|
7984
|
-
}
|
|
7985
|
-
interface UploadDocumentAttachmentResponse extends Parsable {
|
|
8168
|
+
ssoId?: string | null;
|
|
7986
8169
|
/**
|
|
7987
|
-
* The
|
|
8170
|
+
* The zipCode property
|
|
7988
8171
|
*/
|
|
7989
|
-
|
|
8172
|
+
zipCode?: string | null;
|
|
7990
8173
|
}
|
|
7991
8174
|
interface UpsertDelegateRequest extends Parsable {
|
|
7992
8175
|
/**
|
|
@@ -8302,68 +8485,6 @@ interface UpsertProductRequest_variants extends AdditionalDataHolder, Parsable {
|
|
|
8302
8485
|
*/
|
|
8303
8486
|
additionalData?: Record<string, unknown>;
|
|
8304
8487
|
}
|
|
8305
|
-
interface UpsertUserRequest extends Parsable {
|
|
8306
|
-
/**
|
|
8307
|
-
* The address1 property
|
|
8308
|
-
*/
|
|
8309
|
-
address1?: string | null;
|
|
8310
|
-
/**
|
|
8311
|
-
* The address2 property
|
|
8312
|
-
*/
|
|
8313
|
-
address2?: string | null;
|
|
8314
|
-
/**
|
|
8315
|
-
* The birthDate property
|
|
8316
|
-
*/
|
|
8317
|
-
birthDate?: DateOnly | null;
|
|
8318
|
-
/**
|
|
8319
|
-
* The city property
|
|
8320
|
-
*/
|
|
8321
|
-
city?: string | null;
|
|
8322
|
-
/**
|
|
8323
|
-
* The contextId property
|
|
8324
|
-
*/
|
|
8325
|
-
contextId?: number | null;
|
|
8326
|
-
/**
|
|
8327
|
-
* The countryCode property
|
|
8328
|
-
*/
|
|
8329
|
-
countryCode?: string | null;
|
|
8330
|
-
/**
|
|
8331
|
-
* The email property
|
|
8332
|
-
*/
|
|
8333
|
-
email?: string | null;
|
|
8334
|
-
/**
|
|
8335
|
-
* The firstname property
|
|
8336
|
-
*/
|
|
8337
|
-
firstname?: string | null;
|
|
8338
|
-
/**
|
|
8339
|
-
* The gender property
|
|
8340
|
-
*/
|
|
8341
|
-
gender?: Gender | null;
|
|
8342
|
-
/**
|
|
8343
|
-
* The lastname property
|
|
8344
|
-
*/
|
|
8345
|
-
lastname?: string | null;
|
|
8346
|
-
/**
|
|
8347
|
-
* The locale property
|
|
8348
|
-
*/
|
|
8349
|
-
locale?: string | null;
|
|
8350
|
-
/**
|
|
8351
|
-
* The mobile property
|
|
8352
|
-
*/
|
|
8353
|
-
mobile?: string | null;
|
|
8354
|
-
/**
|
|
8355
|
-
* The phone property
|
|
8356
|
-
*/
|
|
8357
|
-
phone?: string | null;
|
|
8358
|
-
/**
|
|
8359
|
-
* The ssoId property
|
|
8360
|
-
*/
|
|
8361
|
-
ssoId?: string | null;
|
|
8362
|
-
/**
|
|
8363
|
-
* The zipCode property
|
|
8364
|
-
*/
|
|
8365
|
-
zipCode?: string | null;
|
|
8366
|
-
}
|
|
8367
8488
|
interface UpsertVoucherFromFacadeRequest extends Parsable {
|
|
8368
8489
|
/**
|
|
8369
8490
|
* The amount property
|
|
@@ -8410,108 +8531,16 @@ interface UpsertVoucherFromFacadeRequest extends Parsable {
|
|
|
8410
8531
|
*/
|
|
8411
8532
|
usedDate?: Date | null;
|
|
8412
8533
|
}
|
|
8413
|
-
|
|
8534
|
+
type UserType = (typeof UserTypeObject)[keyof typeof UserTypeObject];
|
|
8535
|
+
interface UseVoucherByCodeRequest extends Parsable {
|
|
8414
8536
|
/**
|
|
8415
|
-
* The
|
|
8537
|
+
* The isUsedByHostess property
|
|
8416
8538
|
*/
|
|
8417
|
-
|
|
8539
|
+
isUsedByHostess?: boolean | null;
|
|
8540
|
+
}
|
|
8541
|
+
interface ValidateMobileValidationRequest extends Parsable {
|
|
8418
8542
|
/**
|
|
8419
|
-
* The
|
|
8420
|
-
*/
|
|
8421
|
-
assignedDelegateFullname?: string | null;
|
|
8422
|
-
/**
|
|
8423
|
-
* The assignedDelegateId property
|
|
8424
|
-
*/
|
|
8425
|
-
assignedDelegateId?: string | null;
|
|
8426
|
-
/**
|
|
8427
|
-
* The birthDate property
|
|
8428
|
-
*/
|
|
8429
|
-
birthDate?: DateOnly | null;
|
|
8430
|
-
/**
|
|
8431
|
-
* The contextId property
|
|
8432
|
-
*/
|
|
8433
|
-
contextId?: number | null;
|
|
8434
|
-
/**
|
|
8435
|
-
* The displayName property
|
|
8436
|
-
*/
|
|
8437
|
-
displayName?: string | null;
|
|
8438
|
-
/**
|
|
8439
|
-
* The email property
|
|
8440
|
-
*/
|
|
8441
|
-
email?: string | null;
|
|
8442
|
-
/**
|
|
8443
|
-
* The externalId property
|
|
8444
|
-
*/
|
|
8445
|
-
externalId?: number | null;
|
|
8446
|
-
/**
|
|
8447
|
-
* The firstname property
|
|
8448
|
-
*/
|
|
8449
|
-
firstname?: string | null;
|
|
8450
|
-
/**
|
|
8451
|
-
* The gender property
|
|
8452
|
-
*/
|
|
8453
|
-
gender?: Gender | null;
|
|
8454
|
-
/**
|
|
8455
|
-
* The id property
|
|
8456
|
-
*/
|
|
8457
|
-
id?: string | null;
|
|
8458
|
-
/**
|
|
8459
|
-
* The isActive property
|
|
8460
|
-
*/
|
|
8461
|
-
isActive?: boolean | null;
|
|
8462
|
-
/**
|
|
8463
|
-
* The lastname property
|
|
8464
|
-
*/
|
|
8465
|
-
lastname?: string | null;
|
|
8466
|
-
/**
|
|
8467
|
-
* The locale property
|
|
8468
|
-
*/
|
|
8469
|
-
locale?: string | null;
|
|
8470
|
-
}
|
|
8471
|
-
interface UserProfileResponse_CustomerAddress extends Parsable {
|
|
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;
|
|
8484
|
-
/**
|
|
8485
|
-
* The countryCode property
|
|
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
|
|
8543
|
+
* The oneTimePassword property
|
|
8515
8544
|
*/
|
|
8516
8545
|
oneTimePassword?: string | null;
|
|
8517
8546
|
}
|
|
@@ -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
|
|
@@ -9735,264 +9764,1113 @@ interface CatalogRequestBuilder extends BaseRequestBuilder<CatalogRequestBuilder
|
|
|
9735
9764
|
/**
|
|
9736
9765
|
* The eshop property
|
|
9737
9766
|
*/
|
|
9738
|
-
get eshop(): EshopRequestBuilder;
|
|
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$3 extends BaseRequestBuilder<AnonymizeRequestBuilder$3> {
|
|
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$5 extends BaseRequestBuilder<ProfileRequestBuilder$5> {
|
|
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;
|
|
10553
|
+
/**
|
|
10554
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10555
|
+
* @returns {RequestInformation}
|
|
10556
|
+
*/
|
|
10557
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<WishlistRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
10558
|
+
/**
|
|
10559
|
+
* @param body The request body
|
|
10560
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10561
|
+
* @returns {RequestInformation}
|
|
10562
|
+
*/
|
|
10563
|
+
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10564
|
+
}
|
|
10565
|
+
interface WishlistRequestBuilderGetQueryParameters$1 {
|
|
10566
|
+
customerId?: string;
|
|
10567
|
+
}
|
|
10568
|
+
|
|
10569
|
+
/**
|
|
10570
|
+
* Builds and executes requests for operations under /api/customer
|
|
10571
|
+
*/
|
|
10572
|
+
interface CustomerRequestBuilder extends BaseRequestBuilder<CustomerRequestBuilder> {
|
|
10573
|
+
/**
|
|
10574
|
+
* The advantages property
|
|
10575
|
+
*/
|
|
10576
|
+
get advantages(): AdvantagesRequestBuilder$3;
|
|
10577
|
+
/**
|
|
10578
|
+
* The anonymize property
|
|
10579
|
+
*/
|
|
10580
|
+
get anonymize(): AnonymizeRequestBuilder$3;
|
|
10581
|
+
/**
|
|
10582
|
+
* The cart property
|
|
10583
|
+
*/
|
|
10584
|
+
get cart(): CartRequestBuilder$3;
|
|
10585
|
+
/**
|
|
10586
|
+
* The carts property
|
|
10587
|
+
*/
|
|
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;
|
|
9739
10617
|
/**
|
|
9740
|
-
* The
|
|
10618
|
+
* The profile property
|
|
9741
10619
|
*/
|
|
9742
|
-
get
|
|
10620
|
+
get profile(): ProfileRequestBuilder$5;
|
|
9743
10621
|
/**
|
|
9744
|
-
* The
|
|
10622
|
+
* The vouchers property
|
|
9745
10623
|
*/
|
|
9746
|
-
get
|
|
10624
|
+
get vouchers(): VouchersRequestBuilder$3;
|
|
9747
10625
|
/**
|
|
9748
|
-
*
|
|
9749
|
-
* @param contextId Unique identifier of the item
|
|
9750
|
-
* @returns {WithContextItemRequestBuilder}
|
|
10626
|
+
* The wishlist property
|
|
9751
10627
|
*/
|
|
9752
|
-
|
|
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$4 extends BaseRequestBuilder<ProfileRequestBuilder$4> {
|
|
10730
|
+
/**
|
|
10731
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10732
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
10733
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10734
|
+
*/
|
|
10735
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
9852
10736
|
/**
|
|
9853
10737
|
* @param body The request body
|
|
9854
10738
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10739
|
+
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
9855
10740
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9856
10741
|
*/
|
|
9857
|
-
|
|
10742
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10743
|
+
/**
|
|
10744
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10745
|
+
* @returns {RequestInformation}
|
|
10746
|
+
*/
|
|
10747
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9858
10748
|
/**
|
|
9859
10749
|
* @param body The request body
|
|
9860
10750
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9861
10751
|
* @returns {RequestInformation}
|
|
9862
10752
|
*/
|
|
9863
|
-
|
|
10753
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9864
10754
|
}
|
|
9865
10755
|
|
|
9866
10756
|
/**
|
|
9867
|
-
* Builds and executes requests for operations under /api/
|
|
10757
|
+
* Builds and executes requests for operations under /api/customers/{customerId}/wishlist
|
|
9868
10758
|
*/
|
|
9869
|
-
interface
|
|
10759
|
+
interface WishlistRequestBuilder$2 extends BaseRequestBuilder<WishlistRequestBuilder$2> {
|
|
9870
10760
|
/**
|
|
9871
10761
|
* @param body The request body
|
|
9872
10762
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9873
|
-
* @returns {Promise<VoucherResponse>}
|
|
9874
10763
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9875
10764
|
*/
|
|
9876
|
-
|
|
10765
|
+
delete(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
10766
|
+
/**
|
|
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
|
|
10770
|
+
*/
|
|
10771
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<WishlistResponse | undefined>;
|
|
10772
|
+
/**
|
|
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
|
|
10776
|
+
*/
|
|
10777
|
+
post(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9877
10778
|
/**
|
|
9878
10779
|
* @param body The request body
|
|
9879
10780
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9880
10781
|
* @returns {RequestInformation}
|
|
9881
10782
|
*/
|
|
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> {
|
|
10783
|
+
toDeleteRequestInformation(body: DeleteFromWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9889
10784
|
/**
|
|
9890
|
-
*
|
|
10785
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10786
|
+
* @returns {RequestInformation}
|
|
9891
10787
|
*/
|
|
9892
|
-
|
|
10788
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
10789
|
+
/**
|
|
10790
|
+
* @param body The request body
|
|
10791
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10792
|
+
* @returns {RequestInformation}
|
|
10793
|
+
*/
|
|
10794
|
+
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9893
10795
|
}
|
|
9894
10796
|
|
|
9895
10797
|
/**
|
|
9896
|
-
* Builds and executes requests for operations under /api/
|
|
10798
|
+
* Builds and executes requests for operations under /api/customers/{customerId}
|
|
9897
10799
|
*/
|
|
9898
|
-
interface
|
|
9899
|
-
/**
|
|
9900
|
-
* The addCode property
|
|
9901
|
-
*/
|
|
9902
|
-
get addCode(): AddCodeRequestBuilder;
|
|
10800
|
+
interface WithCustomerItemRequestBuilder extends BaseRequestBuilder<WithCustomerItemRequestBuilder> {
|
|
9903
10801
|
/**
|
|
9904
|
-
* The
|
|
10802
|
+
* The advantages property
|
|
9905
10803
|
*/
|
|
9906
|
-
get
|
|
10804
|
+
get advantages(): AdvantagesRequestBuilder$2;
|
|
9907
10805
|
/**
|
|
9908
|
-
* The
|
|
10806
|
+
* The cart property
|
|
9909
10807
|
*/
|
|
9910
|
-
get
|
|
10808
|
+
get cart(): CartRequestBuilder$2;
|
|
9911
10809
|
/**
|
|
9912
|
-
* The
|
|
10810
|
+
* The carts property
|
|
9913
10811
|
*/
|
|
9914
|
-
get
|
|
10812
|
+
get carts(): CartsRequestBuilder$2;
|
|
9915
10813
|
/**
|
|
9916
|
-
* The
|
|
10814
|
+
* The orders property
|
|
9917
10815
|
*/
|
|
9918
|
-
get
|
|
10816
|
+
get orders(): OrdersRequestBuilder$3;
|
|
9919
10817
|
/**
|
|
9920
|
-
*
|
|
9921
|
-
* @returns {Promise<GetClubActionsResponse>}
|
|
9922
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
10818
|
+
* The profile property
|
|
9923
10819
|
*/
|
|
9924
|
-
get(
|
|
10820
|
+
get profile(): ProfileRequestBuilder$4;
|
|
9925
10821
|
/**
|
|
9926
|
-
*
|
|
9927
|
-
* @returns {RequestInformation}
|
|
10822
|
+
* The wishlist property
|
|
9928
10823
|
*/
|
|
9929
|
-
|
|
9930
|
-
}
|
|
9931
|
-
interface ActionsRequestBuilderGetQueryParameters {
|
|
9932
|
-
pageIndex?: number;
|
|
9933
|
-
pageSize?: number;
|
|
9934
|
-
showOthers?: boolean;
|
|
9935
|
-
showPurchases?: boolean;
|
|
9936
|
-
showVouchers?: boolean;
|
|
9937
|
-
userId?: string;
|
|
10824
|
+
get wishlist(): WishlistRequestBuilder$2;
|
|
9938
10825
|
}
|
|
9939
10826
|
|
|
9940
10827
|
/**
|
|
9941
|
-
* Builds and executes requests for operations under /api/
|
|
10828
|
+
* Builds and executes requests for operations under /api/customers/search
|
|
9942
10829
|
*/
|
|
9943
|
-
interface
|
|
10830
|
+
interface SearchRequestBuilder$2 extends BaseRequestBuilder<SearchRequestBuilder$2> {
|
|
9944
10831
|
/**
|
|
9945
10832
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9946
|
-
* @returns {Promise<
|
|
10833
|
+
* @returns {Promise<SearchCustomersResponse>}
|
|
9947
10834
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9948
10835
|
*/
|
|
9949
|
-
get(requestConfiguration?: RequestConfiguration<
|
|
10836
|
+
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters$2> | undefined): Promise<SearchCustomersResponse | undefined>;
|
|
9950
10837
|
/**
|
|
9951
10838
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9952
10839
|
* @returns {RequestInformation}
|
|
9953
10840
|
*/
|
|
9954
|
-
toGetRequestInformation(requestConfiguration?: RequestConfiguration<
|
|
10841
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters$2> | undefined): RequestInformation;
|
|
9955
10842
|
}
|
|
9956
|
-
interface
|
|
9957
|
-
|
|
10843
|
+
interface SearchRequestBuilderGetQueryParameters$2 {
|
|
10844
|
+
limit?: number;
|
|
10845
|
+
searchTerm?: string;
|
|
9958
10846
|
}
|
|
9959
10847
|
|
|
9960
10848
|
/**
|
|
9961
|
-
* Builds and executes requests for operations under /api/
|
|
10849
|
+
* Builds and executes requests for operations under /api/customers
|
|
9962
10850
|
*/
|
|
9963
|
-
interface
|
|
10851
|
+
interface CustomersRequestBuilder$1 extends BaseRequestBuilder<CustomersRequestBuilder$1> {
|
|
9964
10852
|
/**
|
|
9965
|
-
*
|
|
9966
|
-
* @returns {Promise<GetClubCustomerActionTypesResponse>}
|
|
9967
|
-
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9968
|
-
*/
|
|
9969
|
-
get(requestConfiguration?: RequestConfiguration<TrackableActionTypesRequestBuilderGetQueryParameters> | undefined): Promise<GetClubCustomerActionTypesResponse | undefined>;
|
|
9970
|
-
/**
|
|
9971
|
-
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9972
|
-
* @returns {RequestInformation}
|
|
10853
|
+
* The search property
|
|
9973
10854
|
*/
|
|
9974
|
-
|
|
9975
|
-
}
|
|
9976
|
-
interface TrackableActionTypesRequestBuilderGetQueryParameters {
|
|
9977
|
-
contextId?: number;
|
|
9978
|
-
}
|
|
9979
|
-
|
|
9980
|
-
/**
|
|
9981
|
-
* Builds and executes requests for operations under /api/club
|
|
9982
|
-
*/
|
|
9983
|
-
interface ClubRequestBuilder extends BaseRequestBuilder<ClubRequestBuilder> {
|
|
10855
|
+
get search(): SearchRequestBuilder$2;
|
|
9984
10856
|
/**
|
|
9985
|
-
*
|
|
10857
|
+
* Gets an item from the VC.api.customers.item collection
|
|
10858
|
+
* @param customerId Unique identifier of the item
|
|
10859
|
+
* @returns {WithCustomerItemRequestBuilder}
|
|
9986
10860
|
*/
|
|
9987
|
-
|
|
10861
|
+
byCustomerId(customerId: string): WithCustomerItemRequestBuilder;
|
|
9988
10862
|
/**
|
|
9989
|
-
* The
|
|
10863
|
+
* @param body The request body
|
|
10864
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10865
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
9990
10866
|
*/
|
|
9991
|
-
|
|
10867
|
+
post(body: UpsertCustomerRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
9992
10868
|
/**
|
|
9993
|
-
* The
|
|
10869
|
+
* @param body The request body
|
|
10870
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10871
|
+
* @returns {RequestInformation}
|
|
9994
10872
|
*/
|
|
9995
|
-
|
|
10873
|
+
toPostRequestInformation(body: UpsertCustomerRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
9996
10874
|
}
|
|
9997
10875
|
|
|
9998
10876
|
/**
|
|
@@ -10413,7 +11291,7 @@ interface WillAttendRequestBuilder$1 extends BaseRequestBuilder<WillAttendReques
|
|
|
10413
11291
|
/**
|
|
10414
11292
|
* Builds and executes requests for operations under /api/demos/{demoCodeOrId}/attendees/{userId}
|
|
10415
11293
|
*/
|
|
10416
|
-
interface WithUserItemRequestBuilder
|
|
11294
|
+
interface WithUserItemRequestBuilder extends BaseRequestBuilder<WithUserItemRequestBuilder> {
|
|
10417
11295
|
/**
|
|
10418
11296
|
* The becomeDelegate property
|
|
10419
11297
|
*/
|
|
@@ -10497,7 +11375,7 @@ interface AttendeesRequestBuilder extends BaseRequestBuilder<AttendeesRequestBui
|
|
|
10497
11375
|
* @param userId Unique identifier of the item
|
|
10498
11376
|
* @returns {WithUserItemRequestBuilder}
|
|
10499
11377
|
*/
|
|
10500
|
-
byUserId(userId: string): WithUserItemRequestBuilder
|
|
11378
|
+
byUserId(userId: string): WithUserItemRequestBuilder;
|
|
10501
11379
|
/**
|
|
10502
11380
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10503
11381
|
* @returns {Promise<GetDemoAttendeesResponse>}
|
|
@@ -11294,6 +12172,65 @@ interface EmailsRequestBuilder extends BaseRequestBuilder<EmailsRequestBuilder>
|
|
|
11294
12172
|
get sendEmail(): SendEmailRequestBuilder;
|
|
11295
12173
|
}
|
|
11296
12174
|
|
|
12175
|
+
/**
|
|
12176
|
+
* Builds and executes requests for operations under /api/facade/customers/{externalIdOrEmail-id}/anonymize
|
|
12177
|
+
*/
|
|
12178
|
+
interface AnonymizeRequestBuilder$2 extends BaseRequestBuilder<AnonymizeRequestBuilder$2> {
|
|
12179
|
+
/**
|
|
12180
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12181
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12182
|
+
*/
|
|
12183
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12184
|
+
/**
|
|
12185
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12186
|
+
* @returns {RequestInformation}
|
|
12187
|
+
*/
|
|
12188
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
12189
|
+
}
|
|
12190
|
+
|
|
12191
|
+
/**
|
|
12192
|
+
* Builds and executes requests for operations under /api/facade/customers/{externalIdOrEmail-id}/profile
|
|
12193
|
+
*/
|
|
12194
|
+
interface ProfileRequestBuilder$3 extends BaseRequestBuilder<ProfileRequestBuilder$3> {
|
|
12195
|
+
/**
|
|
12196
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12197
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
12198
|
+
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12199
|
+
*/
|
|
12200
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
12201
|
+
/**
|
|
12202
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12203
|
+
* @returns {RequestInformation}
|
|
12204
|
+
*/
|
|
12205
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
12206
|
+
}
|
|
12207
|
+
|
|
12208
|
+
/**
|
|
12209
|
+
* Builds and executes requests for operations under /api/facade/customers/{externalIdOrEmail-id}
|
|
12210
|
+
*/
|
|
12211
|
+
interface ExternalIdOrEmailItemRequestBuilder$1 extends BaseRequestBuilder<ExternalIdOrEmailItemRequestBuilder$1> {
|
|
12212
|
+
/**
|
|
12213
|
+
* The anonymize property
|
|
12214
|
+
*/
|
|
12215
|
+
get anonymize(): AnonymizeRequestBuilder$2;
|
|
12216
|
+
/**
|
|
12217
|
+
* The profile property
|
|
12218
|
+
*/
|
|
12219
|
+
get profile(): ProfileRequestBuilder$3;
|
|
12220
|
+
}
|
|
12221
|
+
|
|
12222
|
+
/**
|
|
12223
|
+
* Builds and executes requests for operations under /api/facade/customers
|
|
12224
|
+
*/
|
|
12225
|
+
interface CustomersRequestBuilder extends BaseRequestBuilder<CustomersRequestBuilder> {
|
|
12226
|
+
/**
|
|
12227
|
+
* Gets an item from the VC.api.facade.customers.item collection
|
|
12228
|
+
* @param externalIdOrEmailId Unique identifier of the item
|
|
12229
|
+
* @returns {ExternalIdOrEmailItemRequestBuilder}
|
|
12230
|
+
*/
|
|
12231
|
+
byExternalIdOrEmailId(externalIdOrEmailId: string): ExternalIdOrEmailItemRequestBuilder$1;
|
|
12232
|
+
}
|
|
12233
|
+
|
|
11297
12234
|
/**
|
|
11298
12235
|
* Builds and executes requests for operations under /api/facade/demos/{demoCode}
|
|
11299
12236
|
*/
|
|
@@ -11386,10 +12323,10 @@ interface AnonymizeRequestBuilder$1 extends BaseRequestBuilder<AnonymizeRequestB
|
|
|
11386
12323
|
interface ProfileRequestBuilder$2 extends BaseRequestBuilder<ProfileRequestBuilder$2> {
|
|
11387
12324
|
/**
|
|
11388
12325
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11389
|
-
* @returns {Promise<
|
|
12326
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
11390
12327
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
11391
12328
|
*/
|
|
11392
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
12329
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
11393
12330
|
/**
|
|
11394
12331
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
11395
12332
|
* @returns {RequestInformation}
|
|
@@ -11534,6 +12471,10 @@ interface VouchersRequestBuilder$2 extends BaseRequestBuilder<VouchersRequestBui
|
|
|
11534
12471
|
* Builds and executes requests for operations under /api/facade
|
|
11535
12472
|
*/
|
|
11536
12473
|
interface FacadeRequestBuilder extends BaseRequestBuilder<FacadeRequestBuilder> {
|
|
12474
|
+
/**
|
|
12475
|
+
* The customers property
|
|
12476
|
+
*/
|
|
12477
|
+
get customers(): CustomersRequestBuilder;
|
|
11537
12478
|
/**
|
|
11538
12479
|
* The demos property
|
|
11539
12480
|
*/
|
|
@@ -12610,10 +13551,10 @@ interface TaxonomyRequestBuilder extends BaseRequestBuilder<TaxonomyRequestBuild
|
|
|
12610
13551
|
interface AdvantagesRequestBuilder$1 extends BaseRequestBuilder<AdvantagesRequestBuilder$1> {
|
|
12611
13552
|
/**
|
|
12612
13553
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12613
|
-
* @returns {Promise<
|
|
13554
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
12614
13555
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12615
13556
|
*/
|
|
12616
|
-
get(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13557
|
+
get(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
12617
13558
|
/**
|
|
12618
13559
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12619
13560
|
* @returns {RequestInformation}
|
|
@@ -12621,7 +13562,7 @@ interface AdvantagesRequestBuilder$1 extends BaseRequestBuilder<AdvantagesReques
|
|
|
12621
13562
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AdvantagesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12622
13563
|
}
|
|
12623
13564
|
interface AdvantagesRequestBuilderGetQueryParameters {
|
|
12624
|
-
|
|
13565
|
+
customerId?: string;
|
|
12625
13566
|
}
|
|
12626
13567
|
|
|
12627
13568
|
/**
|
|
@@ -12680,7 +13621,7 @@ interface CartRequestBuilder$1 extends BaseRequestBuilder<CartRequestBuilder$1>
|
|
|
12680
13621
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12681
13622
|
}
|
|
12682
13623
|
interface CartRequestBuilderGetQueryParameters {
|
|
12683
|
-
|
|
13624
|
+
customerId?: string;
|
|
12684
13625
|
}
|
|
12685
13626
|
|
|
12686
13627
|
/**
|
|
@@ -12689,10 +13630,10 @@ interface CartRequestBuilderGetQueryParameters {
|
|
|
12689
13630
|
interface CartsRequestBuilder$1 extends BaseRequestBuilder<CartsRequestBuilder$1> {
|
|
12690
13631
|
/**
|
|
12691
13632
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12692
|
-
* @returns {Promise<
|
|
13633
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
12693
13634
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12694
13635
|
*/
|
|
12695
|
-
get(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13636
|
+
get(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
12696
13637
|
/**
|
|
12697
13638
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12698
13639
|
* @returns {RequestInformation}
|
|
@@ -12700,7 +13641,7 @@ interface CartsRequestBuilder$1 extends BaseRequestBuilder<CartsRequestBuilder$1
|
|
|
12700
13641
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CartsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
12701
13642
|
}
|
|
12702
13643
|
interface CartsRequestBuilderGetQueryParameters {
|
|
12703
|
-
|
|
13644
|
+
customerId?: string;
|
|
12704
13645
|
}
|
|
12705
13646
|
|
|
12706
13647
|
/**
|
|
@@ -12746,10 +13687,10 @@ interface DelegateGrantsRequestBuilder extends BaseRequestBuilder<DelegateGrants
|
|
|
12746
13687
|
interface DemoRequestBuilder extends BaseRequestBuilder<DemoRequestBuilder> {
|
|
12747
13688
|
/**
|
|
12748
13689
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12749
|
-
* @returns {Promise<
|
|
13690
|
+
* @returns {Promise<GetActiveDemoForCustomerResponse>}
|
|
12750
13691
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12751
13692
|
*/
|
|
12752
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
13693
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetActiveDemoForCustomerResponse | undefined>;
|
|
12753
13694
|
/**
|
|
12754
13695
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12755
13696
|
* @returns {RequestInformation}
|
|
@@ -12787,10 +13728,10 @@ interface DemosRequestBuilder extends BaseRequestBuilder<DemosRequestBuilder> {
|
|
|
12787
13728
|
get statusCount(): StatusCountRequestBuilder;
|
|
12788
13729
|
/**
|
|
12789
13730
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12790
|
-
* @returns {Promise<
|
|
13731
|
+
* @returns {Promise<GetDemosForCustomerResponse>}
|
|
12791
13732
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12792
13733
|
*/
|
|
12793
|
-
get(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
13734
|
+
get(requestConfiguration?: RequestConfiguration<DemosRequestBuilderGetQueryParameters> | undefined): Promise<GetDemosForCustomerResponse | undefined>;
|
|
12794
13735
|
/**
|
|
12795
13736
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12796
13737
|
* @returns {RequestInformation}
|
|
@@ -12816,13 +13757,13 @@ interface EmailRequestBuilder extends BaseRequestBuilder<EmailRequestBuilder> {
|
|
|
12816
13757
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
12817
13758
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
12818
13759
|
*/
|
|
12819
|
-
put(body:
|
|
13760
|
+
put(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12820
13761
|
/**
|
|
12821
13762
|
* @param body The request body
|
|
12822
13763
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
12823
13764
|
* @returns {RequestInformation}
|
|
12824
13765
|
*/
|
|
12825
|
-
toPutRequestInformation(body:
|
|
13766
|
+
toPutRequestInformation(body: UpdateCustomerEmailRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
12826
13767
|
}
|
|
12827
13768
|
|
|
12828
13769
|
/**
|
|
@@ -13034,10 +13975,10 @@ interface OrdersRequestBuilder$1 extends BaseRequestBuilder<OrdersRequestBuilder
|
|
|
13034
13975
|
byOrderId(orderId: string): WithOrderItemRequestBuilder;
|
|
13035
13976
|
/**
|
|
13036
13977
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13037
|
-
* @returns {Promise<
|
|
13978
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
13038
13979
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13039
13980
|
*/
|
|
13040
|
-
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): Promise<
|
|
13981
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
13041
13982
|
/**
|
|
13042
13983
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13043
13984
|
* @returns {RequestInformation}
|
|
@@ -13045,9 +13986,9 @@ interface OrdersRequestBuilder$1 extends BaseRequestBuilder<OrdersRequestBuilder
|
|
|
13045
13986
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters$1> | undefined): RequestInformation;
|
|
13046
13987
|
}
|
|
13047
13988
|
interface OrdersRequestBuilderGetQueryParameters$1 {
|
|
13989
|
+
customerId?: string;
|
|
13048
13990
|
pageIndex?: number;
|
|
13049
13991
|
pageSize?: number;
|
|
13050
|
-
userId?: string;
|
|
13051
13992
|
}
|
|
13052
13993
|
|
|
13053
13994
|
/**
|
|
@@ -13056,17 +13997,17 @@ interface OrdersRequestBuilderGetQueryParameters$1 {
|
|
|
13056
13997
|
interface ProfileRequestBuilder$1 extends BaseRequestBuilder<ProfileRequestBuilder$1> {
|
|
13057
13998
|
/**
|
|
13058
13999
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13059
|
-
* @returns {Promise<
|
|
14000
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
13060
14001
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13061
14002
|
*/
|
|
13062
|
-
get(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14003
|
+
get(requestConfiguration?: RequestConfiguration<ProfileRequestBuilderGetQueryParameters> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
13063
14004
|
/**
|
|
13064
14005
|
* @param body The request body
|
|
13065
14006
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13066
14007
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
13067
14008
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13068
14009
|
*/
|
|
13069
|
-
put(body:
|
|
14010
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13070
14011
|
/**
|
|
13071
14012
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13072
14013
|
* @returns {RequestInformation}
|
|
@@ -13077,10 +14018,10 @@ interface ProfileRequestBuilder$1 extends BaseRequestBuilder<ProfileRequestBuild
|
|
|
13077
14018
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13078
14019
|
* @returns {RequestInformation}
|
|
13079
14020
|
*/
|
|
13080
|
-
toPutRequestInformation(body:
|
|
14021
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13081
14022
|
}
|
|
13082
14023
|
interface ProfileRequestBuilderGetQueryParameters {
|
|
13083
|
-
|
|
14024
|
+
customerId?: string;
|
|
13084
14025
|
}
|
|
13085
14026
|
|
|
13086
14027
|
/**
|
|
@@ -13134,10 +14075,10 @@ interface VouchersRequestBuilder extends BaseRequestBuilder<VouchersRequestBuild
|
|
|
13134
14075
|
byVoucherCode(voucherCode: string): WithVoucherCodeItemRequestBuilder;
|
|
13135
14076
|
/**
|
|
13136
14077
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13137
|
-
* @returns {Promise<
|
|
14078
|
+
* @returns {Promise<GetCustomerAllVouchersResponse>}
|
|
13138
14079
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13139
14080
|
*/
|
|
13140
|
-
get(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14081
|
+
get(requestConfiguration?: RequestConfiguration<VouchersRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerAllVouchersResponse | undefined>;
|
|
13141
14082
|
/**
|
|
13142
14083
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13143
14084
|
* @returns {RequestInformation}
|
|
@@ -13148,7 +14089,6 @@ interface VouchersRequestBuilderGetQueryParameters {
|
|
|
13148
14089
|
includeUsed?: boolean;
|
|
13149
14090
|
pageIndex?: number;
|
|
13150
14091
|
pageSize?: number;
|
|
13151
|
-
userId?: string;
|
|
13152
14092
|
}
|
|
13153
14093
|
|
|
13154
14094
|
/**
|
|
@@ -13192,7 +14132,7 @@ interface WishlistRequestBuilder$1 extends BaseRequestBuilder<WishlistRequestBui
|
|
|
13192
14132
|
toPostRequestInformation(body: AddToWishlistRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13193
14133
|
}
|
|
13194
14134
|
interface WishlistRequestBuilderGetQueryParameters {
|
|
13195
|
-
|
|
14135
|
+
customerId?: string;
|
|
13196
14136
|
}
|
|
13197
14137
|
|
|
13198
14138
|
/**
|
|
@@ -13266,15 +14206,15 @@ interface UserRequestBuilder$1 extends BaseRequestBuilder<UserRequestBuilder$1>
|
|
|
13266
14206
|
}
|
|
13267
14207
|
|
|
13268
14208
|
/**
|
|
13269
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14209
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/advantages
|
|
13270
14210
|
*/
|
|
13271
14211
|
interface AdvantagesRequestBuilder extends BaseRequestBuilder<AdvantagesRequestBuilder> {
|
|
13272
14212
|
/**
|
|
13273
14213
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13274
|
-
* @returns {Promise<
|
|
14214
|
+
* @returns {Promise<GetCustomerAdvantagesResponse>}
|
|
13275
14215
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13276
14216
|
*/
|
|
13277
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14217
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAdvantagesResponse | undefined>;
|
|
13278
14218
|
/**
|
|
13279
14219
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13280
14220
|
* @returns {RequestInformation}
|
|
@@ -13283,7 +14223,7 @@ interface AdvantagesRequestBuilder extends BaseRequestBuilder<AdvantagesRequestB
|
|
|
13283
14223
|
}
|
|
13284
14224
|
|
|
13285
14225
|
/**
|
|
13286
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14226
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/cart/merge
|
|
13287
14227
|
*/
|
|
13288
14228
|
interface MergeRequestBuilder extends BaseRequestBuilder<MergeRequestBuilder> {
|
|
13289
14229
|
/**
|
|
@@ -13302,7 +14242,7 @@ interface MergeRequestBuilder extends BaseRequestBuilder<MergeRequestBuilder> {
|
|
|
13302
14242
|
}
|
|
13303
14243
|
|
|
13304
14244
|
/**
|
|
13305
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14245
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/cart
|
|
13306
14246
|
*/
|
|
13307
14247
|
interface CartRequestBuilder extends BaseRequestBuilder<CartRequestBuilder> {
|
|
13308
14248
|
/**
|
|
@@ -13323,15 +14263,15 @@ interface CartRequestBuilder extends BaseRequestBuilder<CartRequestBuilder> {
|
|
|
13323
14263
|
}
|
|
13324
14264
|
|
|
13325
14265
|
/**
|
|
13326
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14266
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/carts
|
|
13327
14267
|
*/
|
|
13328
14268
|
interface CartsRequestBuilder extends BaseRequestBuilder<CartsRequestBuilder> {
|
|
13329
14269
|
/**
|
|
13330
14270
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13331
|
-
* @returns {Promise<
|
|
14271
|
+
* @returns {Promise<GetCustomerAllCartsResponse>}
|
|
13332
14272
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13333
14273
|
*/
|
|
13334
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14274
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GetCustomerAllCartsResponse | undefined>;
|
|
13335
14275
|
/**
|
|
13336
14276
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13337
14277
|
* @returns {RequestInformation}
|
|
@@ -13340,7 +14280,7 @@ interface CartsRequestBuilder extends BaseRequestBuilder<CartsRequestBuilder> {
|
|
|
13340
14280
|
}
|
|
13341
14281
|
|
|
13342
14282
|
/**
|
|
13343
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14283
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/impersonation-token
|
|
13344
14284
|
*/
|
|
13345
14285
|
interface ImpersonationTokenRequestBuilder extends BaseRequestBuilder<ImpersonationTokenRequestBuilder> {
|
|
13346
14286
|
/**
|
|
@@ -13357,15 +14297,15 @@ interface ImpersonationTokenRequestBuilder extends BaseRequestBuilder<Impersonat
|
|
|
13357
14297
|
}
|
|
13358
14298
|
|
|
13359
14299
|
/**
|
|
13360
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14300
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/orders
|
|
13361
14301
|
*/
|
|
13362
14302
|
interface OrdersRequestBuilder extends BaseRequestBuilder<OrdersRequestBuilder> {
|
|
13363
14303
|
/**
|
|
13364
14304
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13365
|
-
* @returns {Promise<
|
|
14305
|
+
* @returns {Promise<GetCustomerOrdersResponse>}
|
|
13366
14306
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13367
14307
|
*/
|
|
13368
|
-
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14308
|
+
get(requestConfiguration?: RequestConfiguration<OrdersRequestBuilderGetQueryParameters> | undefined): Promise<GetCustomerOrdersResponse | undefined>;
|
|
13369
14309
|
/**
|
|
13370
14310
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13371
14311
|
* @returns {RequestInformation}
|
|
@@ -13378,22 +14318,22 @@ interface OrdersRequestBuilderGetQueryParameters {
|
|
|
13378
14318
|
}
|
|
13379
14319
|
|
|
13380
14320
|
/**
|
|
13381
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14321
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/profile
|
|
13382
14322
|
*/
|
|
13383
14323
|
interface ProfileRequestBuilder extends BaseRequestBuilder<ProfileRequestBuilder> {
|
|
13384
14324
|
/**
|
|
13385
14325
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13386
|
-
* @returns {Promise<
|
|
14326
|
+
* @returns {Promise<CustomerProfileResponse>}
|
|
13387
14327
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13388
14328
|
*/
|
|
13389
|
-
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<
|
|
14329
|
+
get(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomerProfileResponse | undefined>;
|
|
13390
14330
|
/**
|
|
13391
14331
|
* @param body The request body
|
|
13392
14332
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13393
14333
|
* @throws {ErrorResponse} error when the service returns a 400 status code
|
|
13394
14334
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13395
14335
|
*/
|
|
13396
|
-
put(body:
|
|
14336
|
+
put(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13397
14337
|
/**
|
|
13398
14338
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13399
14339
|
* @returns {RequestInformation}
|
|
@@ -13404,11 +14344,11 @@ interface ProfileRequestBuilder extends BaseRequestBuilder<ProfileRequestBuilder
|
|
|
13404
14344
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13405
14345
|
* @returns {RequestInformation}
|
|
13406
14346
|
*/
|
|
13407
|
-
toPutRequestInformation(body:
|
|
14347
|
+
toPutRequestInformation(body: UpdateCustomerProfileRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13408
14348
|
}
|
|
13409
14349
|
|
|
13410
14350
|
/**
|
|
13411
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14351
|
+
* Builds and executes requests for operations under /api/users/{customer-id}/wishlist
|
|
13412
14352
|
*/
|
|
13413
14353
|
interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuilder> {
|
|
13414
14354
|
/**
|
|
@@ -13449,9 +14389,9 @@ interface WishlistRequestBuilder extends BaseRequestBuilder<WishlistRequestBuild
|
|
|
13449
14389
|
}
|
|
13450
14390
|
|
|
13451
14391
|
/**
|
|
13452
|
-
* Builds and executes requests for operations under /api/users/{
|
|
14392
|
+
* Builds and executes requests for operations under /api/users/{customer-id}
|
|
13453
14393
|
*/
|
|
13454
|
-
interface
|
|
14394
|
+
interface CustomerItemRequestBuilder extends BaseRequestBuilder<CustomerItemRequestBuilder> {
|
|
13455
14395
|
/**
|
|
13456
14396
|
* The advantages property
|
|
13457
14397
|
*/
|
|
@@ -13488,10 +14428,10 @@ interface WithUserItemRequestBuilder extends BaseRequestBuilder<WithUserItemRequ
|
|
|
13488
14428
|
interface SearchRequestBuilder extends BaseRequestBuilder<SearchRequestBuilder> {
|
|
13489
14429
|
/**
|
|
13490
14430
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13491
|
-
* @returns {Promise<
|
|
14431
|
+
* @returns {Promise<SearchCustomersResponse>}
|
|
13492
14432
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13493
14433
|
*/
|
|
13494
|
-
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters> | undefined): Promise<
|
|
14434
|
+
get(requestConfiguration?: RequestConfiguration<SearchRequestBuilderGetQueryParameters> | undefined): Promise<SearchCustomersResponse | undefined>;
|
|
13495
14435
|
/**
|
|
13496
14436
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13497
14437
|
* @returns {RequestInformation}
|
|
@@ -13513,22 +14453,22 @@ interface UsersRequestBuilder extends BaseRequestBuilder<UsersRequestBuilder> {
|
|
|
13513
14453
|
get search(): SearchRequestBuilder;
|
|
13514
14454
|
/**
|
|
13515
14455
|
* Gets an item from the VC.api.users.item collection
|
|
13516
|
-
* @param
|
|
13517
|
-
* @returns {
|
|
14456
|
+
* @param customerId Unique identifier of the item
|
|
14457
|
+
* @returns {CustomerItemRequestBuilder}
|
|
13518
14458
|
*/
|
|
13519
|
-
|
|
14459
|
+
byCustomerId(customerId: string): CustomerItemRequestBuilder;
|
|
13520
14460
|
/**
|
|
13521
14461
|
* @param body The request body
|
|
13522
14462
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13523
14463
|
* @throws {DomainExceptionResponse} error when the service returns a 422 status code
|
|
13524
14464
|
*/
|
|
13525
|
-
post(body:
|
|
14465
|
+
post(body: UpsertCustomerRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
13526
14466
|
/**
|
|
13527
14467
|
* @param body The request body
|
|
13528
14468
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
13529
14469
|
* @returns {RequestInformation}
|
|
13530
14470
|
*/
|
|
13531
|
-
toPostRequestInformation(body:
|
|
14471
|
+
toPostRequestInformation(body: UpsertCustomerRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
13532
14472
|
}
|
|
13533
14473
|
|
|
13534
14474
|
/**
|
|
@@ -13720,7 +14660,7 @@ interface ApiRequestBuilder extends BaseRequestBuilder<ApiRequestBuilder> {
|
|
|
13720
14660
|
/**
|
|
13721
14661
|
* The carts property
|
|
13722
14662
|
*/
|
|
13723
|
-
get carts(): CartsRequestBuilder$
|
|
14663
|
+
get carts(): CartsRequestBuilder$4;
|
|
13724
14664
|
/**
|
|
13725
14665
|
* The catalog property
|
|
13726
14666
|
*/
|
|
@@ -13729,6 +14669,14 @@ interface ApiRequestBuilder extends BaseRequestBuilder<ApiRequestBuilder> {
|
|
|
13729
14669
|
* The club property
|
|
13730
14670
|
*/
|
|
13731
14671
|
get club(): ClubRequestBuilder;
|
|
14672
|
+
/**
|
|
14673
|
+
* The customer property
|
|
14674
|
+
*/
|
|
14675
|
+
get customer(): CustomerRequestBuilder;
|
|
14676
|
+
/**
|
|
14677
|
+
* The customers property
|
|
14678
|
+
*/
|
|
14679
|
+
get customers(): CustomersRequestBuilder$1;
|
|
13732
14680
|
/**
|
|
13733
14681
|
* The delegateLeads property
|
|
13734
14682
|
*/
|
|
@@ -13850,4 +14798,4 @@ declare const AgoraClientUriTemplate = "{+baseurl}";
|
|
|
13850
14798
|
*/
|
|
13851
14799
|
declare const AgoraClientNavigationMetadata: Record<Exclude<keyof AgoraClient, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
13852
14800
|
|
|
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 };
|
|
14801
|
+
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 UpsertCustomerRequest, 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 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, createUpsertCustomerRequestFromDiscriminatorValue, createUpsertDelegateRequestFromDiscriminatorValue, createUpsertDemoFromFacadeRequestFromDiscriminatorValue, createUpsertProductRequestFromDiscriminatorValue, createUpsertProductRequest_AssetFromDiscriminatorValue, createUpsertProductRequest_EngravingConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_LinkConfigurationRequestFromDiscriminatorValue, createUpsertProductRequest_TrayFromDiscriminatorValue, createUpsertProductRequest_categoryLocalizationsFromDiscriminatorValue, createUpsertProductRequest_colorLocalizationsFromDiscriminatorValue, createUpsertProductRequest_genderLocalizationsFromDiscriminatorValue, createUpsertProductRequest_localizationsFromDiscriminatorValue, createUpsertProductRequest_themesLocalizationsFromDiscriminatorValue, createUpsertProductRequest_variantsFromDiscriminatorValue, 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, deserializeIntoUpsertCustomerRequest, deserializeIntoUpsertDelegateRequest, deserializeIntoUpsertDemoFromFacadeRequest, deserializeIntoUpsertProductRequest, deserializeIntoUpsertProductRequest_Asset, deserializeIntoUpsertProductRequest_EngravingConfigurationRequest, deserializeIntoUpsertProductRequest_LinkConfigurationRequest, deserializeIntoUpsertProductRequest_Tray, deserializeIntoUpsertProductRequest_categoryLocalizations, deserializeIntoUpsertProductRequest_colorLocalizations, deserializeIntoUpsertProductRequest_genderLocalizations, deserializeIntoUpsertProductRequest_localizations, deserializeIntoUpsertProductRequest_themesLocalizations, deserializeIntoUpsertProductRequest_variants, 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, serializeUpsertCustomerRequest, serializeUpsertDelegateRequest, serializeUpsertDemoFromFacadeRequest, serializeUpsertProductRequest, serializeUpsertProductRequest_Asset, serializeUpsertProductRequest_EngravingConfigurationRequest, serializeUpsertProductRequest_LinkConfigurationRequest, serializeUpsertProductRequest_Tray, serializeUpsertProductRequest_categoryLocalizations, serializeUpsertProductRequest_colorLocalizations, serializeUpsertProductRequest_genderLocalizations, serializeUpsertProductRequest_localizations, serializeUpsertProductRequest_themesLocalizations, serializeUpsertProductRequest_variants, serializeUpsertVoucherFromFacadeRequest, serializeUseVoucherByCodeRequest, serializeValidateMobileValidationRequest, serializeValidateMobileValidationResponse, serializeVoucherResponse, serializeWishlistResponse };
|