@springtree/eva-services-core-management 3.0.0-beta.6 → 3.0.0-beta.61

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.
@@ -10,6 +10,12 @@ export class SvcAddLoyaltyProgramPriceList {
10
10
  request;
11
11
  response;
12
12
  }
13
+ export class SvcAddLoyaltyProgramRequiredCustomField {
14
+ name = 'AddLoyaltyProgramRequiredCustomField';
15
+ path = '/message/AddLoyaltyProgramRequiredCustomField';
16
+ request;
17
+ response;
18
+ }
13
19
  export class SvcAddPackageToCarrier {
14
20
  name = 'AddPackageToCarrier';
15
21
  path = '/message/AddPackageToCarrier';
@@ -28,6 +34,12 @@ export class SvcAddProductsToAssortment {
28
34
  request;
29
35
  response;
30
36
  }
37
+ export class SvcAddRequiredCustomFieldsToManualDiscount {
38
+ name = 'AddRequiredCustomFieldsToManualDiscount';
39
+ path = '/message/AddRequiredCustomFieldsToManualDiscount';
40
+ request;
41
+ response;
42
+ }
31
43
  export class SvcAddRolesToManualDiscount {
32
44
  name = 'AddRolesToManualDiscount';
33
45
  path = '/message/AddRolesToManualDiscount';
@@ -40,6 +52,12 @@ export class SvcAddUserBoughtProductDetail {
40
52
  request;
41
53
  response;
42
54
  }
55
+ export class SvcAnswerSurveyQuestion {
56
+ name = 'AnswerSurveyQuestion';
57
+ path = '/message/AnswerSurveyQuestion';
58
+ request;
59
+ response;
60
+ }
43
61
  export class SvcArchiveCase {
44
62
  name = 'ArchiveCase';
45
63
  path = '/message/ArchiveCase';
@@ -124,6 +142,18 @@ export class SvcBlockUserSubscription {
124
142
  request;
125
143
  response;
126
144
  }
145
+ export class SvcCancelSurveyResponse {
146
+ name = 'CancelSurveyResponse';
147
+ path = '/message/CancelSurveyResponse';
148
+ request;
149
+ response;
150
+ }
151
+ export class SvcCheckProductSearchTemplate {
152
+ name = 'CheckProductSearchTemplate';
153
+ path = '/message/CheckProductSearchTemplate';
154
+ request;
155
+ response;
156
+ }
127
157
  export class SvcCleanupSettings {
128
158
  name = 'CleanupSettings';
129
159
  path = '/message/CleanupSettings';
@@ -208,18 +238,18 @@ export class SvcCreateCheckoutOptionCategory {
208
238
  request;
209
239
  response;
210
240
  }
211
- export class SvcCreateClientApplication {
212
- name = 'CreateClientApplication';
213
- path = '/message/CreateClientApplication';
214
- request;
215
- response;
216
- }
217
241
  export class SvcCreateCompany {
218
242
  name = 'CreateCompany';
219
243
  path = '/message/CreateCompany';
220
244
  request;
221
245
  response;
222
246
  }
247
+ export class SvcCreateCompanyRequirement {
248
+ name = 'CreateCompanyRequirement';
249
+ path = '/message/CreateCompanyRequirement';
250
+ request;
251
+ response;
252
+ }
223
253
  export class SvcCreateCostPriceCalculation {
224
254
  name = 'CreateCostPriceCalculation';
225
255
  path = '/message/CreateCostPriceCalculation';
@@ -286,6 +316,12 @@ export class SvcCreateEmployeeUser {
286
316
  request;
287
317
  response;
288
318
  }
319
+ export class SvcCreateEndpointConfiguration {
320
+ name = 'CreateEndpointConfiguration';
321
+ path = '/message/CreateEndpointConfiguration';
322
+ request;
323
+ response;
324
+ }
289
325
  export class SvcCreateEntityFieldValidator {
290
326
  name = 'CreateEntityFieldValidator';
291
327
  path = '/message/CreateEntityFieldValidator';
@@ -376,6 +412,12 @@ export class SvcCreateOrderLedgerType {
376
412
  request;
377
413
  response;
378
414
  }
415
+ export class SvcCreateOrganizationUnitCompany {
416
+ name = 'CreateOrganizationUnitCompany';
417
+ path = '/message/CreateOrganizationUnitCompany';
418
+ request;
419
+ response;
420
+ }
379
421
  export class SvcCreateOrganizationUnitCountry {
380
422
  name = 'CreateOrganizationUnitCountry';
381
423
  path = '/message/CreateOrganizationUnitCountry';
@@ -418,6 +460,12 @@ export class SvcCreateOrganizationUnitShippingMethod {
418
460
  request;
419
461
  response;
420
462
  }
463
+ export class SvcCreateOrUpdateAMLConfiguration {
464
+ name = 'CreateOrUpdateAMLConfiguration';
465
+ path = '/message/CreateOrUpdateAMLConfiguration';
466
+ request;
467
+ response;
468
+ }
421
469
  export class SvcCreateOrUpdateEmployeeData {
422
470
  name = 'CreateOrUpdateEmployeeData';
423
471
  path = '/message/CreateOrUpdateEmployeeData';
@@ -538,6 +586,12 @@ export class SvcCreateProductSearchTemplate {
538
586
  request;
539
587
  response;
540
588
  }
589
+ export class SvcCreateProductSubscription {
590
+ name = 'CreateProductSubscription';
591
+ path = '/message/CreateProductSubscription';
592
+ request;
593
+ response;
594
+ }
541
595
  export class SvcCreateProductUnitOfMeasure {
542
596
  name = 'CreateProductUnitOfMeasure';
543
597
  path = '/message/CreateProductUnitOfMeasure';
@@ -634,6 +688,24 @@ export class SvcCreateSupplierProduct {
634
688
  request;
635
689
  response;
636
690
  }
691
+ export class SvcCreateSurvey {
692
+ name = 'CreateSurvey';
693
+ path = '/message/CreateSurvey';
694
+ request;
695
+ response;
696
+ }
697
+ export class SvcCreateSurveyQuestion {
698
+ name = 'CreateSurveyQuestion';
699
+ path = '/message/CreateSurveyQuestion';
700
+ request;
701
+ response;
702
+ }
703
+ export class SvcCreateSurveyQuestionRoute {
704
+ name = 'CreateSurveyQuestionRoute';
705
+ path = '/message/CreateSurveyQuestionRoute';
706
+ request;
707
+ response;
708
+ }
637
709
  export class SvcCreateUnitOfMeasure {
638
710
  name = 'CreateUnitOfMeasure';
639
711
  path = '/message/CreateUnitOfMeasure';
@@ -670,6 +742,12 @@ export class SvcCreateVisibilityGroup {
670
742
  request;
671
743
  response;
672
744
  }
745
+ export class SvcDeactivateSurvey {
746
+ name = 'DeactivateSurvey';
747
+ path = '/message/DeactivateSurvey';
748
+ request;
749
+ response;
750
+ }
673
751
  export class SvcDeleteAccount {
674
752
  name = 'DeleteAccount';
675
753
  path = '/message/DeleteAccount';
@@ -730,18 +808,18 @@ export class SvcDeleteCheckoutOptionCategory {
730
808
  request;
731
809
  response;
732
810
  }
733
- export class SvcDeleteClientApplication {
734
- name = 'DeleteClientApplication';
735
- path = '/message/DeleteClientApplication';
736
- request;
737
- response;
738
- }
739
811
  export class SvcDeleteCompany {
740
812
  name = 'DeleteCompany';
741
813
  path = '/message/DeleteCompany';
742
814
  request;
743
815
  response;
744
816
  }
817
+ export class SvcDeleteCompanyRequirement {
818
+ name = 'DeleteCompanyRequirement';
819
+ path = '/message/DeleteCompanyRequirement';
820
+ request;
821
+ response;
822
+ }
745
823
  export class SvcDeleteCostPriceCalculation {
746
824
  name = 'DeleteCostPriceCalculation';
747
825
  path = '/message/DeleteCostPriceCalculation';
@@ -790,6 +868,12 @@ export class SvcDeleteEmployeeData {
790
868
  request;
791
869
  response;
792
870
  }
871
+ export class SvcDeleteEndpointConfiguration {
872
+ name = 'DeleteEndpointConfiguration';
873
+ path = '/message/DeleteEndpointConfiguration';
874
+ request;
875
+ response;
876
+ }
793
877
  export class SvcDeleteEntityFieldValidator {
794
878
  name = 'DeleteEntityFieldValidator';
795
879
  path = '/message/DeleteEntityFieldValidator';
@@ -886,12 +970,6 @@ export class SvcDeleteOrganizationUnitCurrency {
886
970
  request;
887
971
  response;
888
972
  }
889
- export class SvcDeleteOrganizationUnitGroup {
890
- name = 'DeleteOrganizationUnitGroup';
891
- path = '/message/DeleteOrganizationUnitGroup';
892
- request;
893
- response;
894
- }
895
973
  export class SvcDeleteOrganizationUnitLanguage {
896
974
  name = 'DeleteOrganizationUnitLanguage';
897
975
  path = '/message/DeleteOrganizationUnitLanguage';
@@ -1018,6 +1096,12 @@ export class SvcDeleteProductSearchTemplate {
1018
1096
  request;
1019
1097
  response;
1020
1098
  }
1099
+ export class SvcDeleteProductSubscription {
1100
+ name = 'DeleteProductSubscription';
1101
+ path = '/message/DeleteProductSubscription';
1102
+ request;
1103
+ response;
1104
+ }
1021
1105
  export class SvcDeleteProductUnitOfMeasure {
1022
1106
  name = 'DeleteProductUnitOfMeasure';
1023
1107
  path = '/message/DeleteProductUnitOfMeasure';
@@ -1102,6 +1186,24 @@ export class SvcDeleteSupplierProduct {
1102
1186
  request;
1103
1187
  response;
1104
1188
  }
1189
+ export class SvcDeleteSurvey {
1190
+ name = 'DeleteSurvey';
1191
+ path = '/message/DeleteSurvey';
1192
+ request;
1193
+ response;
1194
+ }
1195
+ export class SvcDeleteSurveyQuestion {
1196
+ name = 'DeleteSurveyQuestion';
1197
+ path = '/message/DeleteSurveyQuestion';
1198
+ request;
1199
+ response;
1200
+ }
1201
+ export class SvcDeleteSurveyQuestionRoute {
1202
+ name = 'DeleteSurveyQuestionRoute';
1203
+ path = '/message/DeleteSurveyQuestionRoute';
1204
+ request;
1205
+ response;
1206
+ }
1105
1207
  export class SvcDeleteUnitOfMeasure {
1106
1208
  name = 'DeleteUnitOfMeasure';
1107
1209
  path = '/message/DeleteUnitOfMeasure';
@@ -1264,6 +1366,18 @@ export class SvcDownloadStockAllocationRulesExcel {
1264
1366
  request;
1265
1367
  response;
1266
1368
  }
1369
+ export class SvcDownloadStockOverview_Async {
1370
+ name = 'DownloadStockOverview_Async';
1371
+ path = '/async-message/DownloadStockOverview';
1372
+ request;
1373
+ response;
1374
+ }
1375
+ export class SvcDownloadStockOverview_AsyncResult {
1376
+ name = 'DownloadStockOverview_AsyncResult';
1377
+ path = '/async-result/DownloadStockOverview';
1378
+ request;
1379
+ response;
1380
+ }
1267
1381
  export class SvcDownloadSupplierProducts {
1268
1382
  name = 'DownloadSupplierProducts';
1269
1383
  path = '/message/DownloadSupplierProducts';
@@ -1336,6 +1450,12 @@ export class SvcDuplicateDiscountTemplate {
1336
1450
  request;
1337
1451
  response;
1338
1452
  }
1453
+ export class SvcDuplicateMessageTemplate {
1454
+ name = 'DuplicateMessageTemplate';
1455
+ path = '/message/DuplicateMessageTemplate';
1456
+ request;
1457
+ response;
1458
+ }
1339
1459
  export class SvcDuplicateUserRequirementSet {
1340
1460
  name = 'DuplicateUserRequirementSet';
1341
1461
  path = '/message/DuplicateUserRequirementSet';
@@ -1402,6 +1522,18 @@ export class SvcGenerateDiscountCoupons {
1402
1522
  request;
1403
1523
  response;
1404
1524
  }
1525
+ export class SvcGenerateDiscountCoupons_Async {
1526
+ name = 'GenerateDiscountCoupons_Async';
1527
+ path = '/async-message/GenerateDiscountCoupons';
1528
+ request;
1529
+ response;
1530
+ }
1531
+ export class SvcGenerateDiscountCoupons_AsyncResult {
1532
+ name = 'GenerateDiscountCoupons_AsyncResult';
1533
+ path = '/async-result/GenerateDiscountCoupons';
1534
+ request;
1535
+ response;
1536
+ }
1405
1537
  export class SvcGenerateIdentificationCodeForEmployee {
1406
1538
  name = 'GenerateIdentificationCodeForEmployee';
1407
1539
  path = '/message/GenerateIdentificationCodeForEmployee';
@@ -1498,6 +1630,36 @@ export class SvcGetAvailableShippingMethodHandlers {
1498
1630
  request;
1499
1631
  response;
1500
1632
  }
1633
+ export class SvcGetAvailableSurveyAfterEffectTypes {
1634
+ name = 'GetAvailableSurveyAfterEffectTypes';
1635
+ path = '/message/GetAvailableSurveyAfterEffectTypes';
1636
+ request;
1637
+ response;
1638
+ }
1639
+ export class SvcGetAvailableSurveyDistributionHandlers {
1640
+ name = 'GetAvailableSurveyDistributionHandlers';
1641
+ path = '/message/GetAvailableSurveyDistributionHandlers';
1642
+ request;
1643
+ response;
1644
+ }
1645
+ export class SvcGetAvailableSurveys {
1646
+ name = 'GetAvailableSurveys';
1647
+ path = '/message/GetAvailableSurveys';
1648
+ request;
1649
+ response;
1650
+ }
1651
+ export class SvcGetAvailableSurveysForContext {
1652
+ name = 'GetAvailableSurveysForContext';
1653
+ path = '/message/GetAvailableSurveysForContext';
1654
+ request;
1655
+ response;
1656
+ }
1657
+ export class SvcGetAvailableSurveyTriggers {
1658
+ name = 'GetAvailableSurveyTriggers';
1659
+ path = '/message/GetAvailableSurveyTriggers';
1660
+ request;
1661
+ response;
1662
+ }
1501
1663
  export class SvcGetAvailableUserRequirementsProperties {
1502
1664
  name = 'GetAvailableUserRequirementsProperties';
1503
1665
  path = '/message/GetAvailableUserRequirementsProperties';
@@ -1558,18 +1720,6 @@ export class SvcGetCheckoutOptionHandlers {
1558
1720
  request;
1559
1721
  response;
1560
1722
  }
1561
- export class SvcGetCheckoutOptions {
1562
- name = 'GetCheckoutOptions';
1563
- path = '/message/GetCheckoutOptions';
1564
- request;
1565
- response;
1566
- }
1567
- export class SvcGetClientApplicationByID {
1568
- name = 'GetClientApplicationByID';
1569
- path = '/message/GetClientApplicationByID';
1570
- request;
1571
- response;
1572
- }
1573
1723
  export class SvcGetCompany {
1574
1724
  name = 'GetCompany';
1575
1725
  path = '/message/GetCompany';
@@ -1660,15 +1810,21 @@ export class SvcGetDiscountTemplateByID {
1660
1810
  request;
1661
1811
  response;
1662
1812
  }
1663
- export class SvcGetEmployeeDataByID {
1664
- name = 'GetEmployeeDataByID';
1665
- path = '/message/GetEmployeeDataByID';
1813
+ export class SvcGetEmployeeData {
1814
+ name = 'GetEmployeeData';
1815
+ path = '/message/GetEmployeeData';
1666
1816
  request;
1667
1817
  response;
1668
1818
  }
1669
- export class SvcGetEmployeeDataByUserID {
1670
- name = 'GetEmployeeDataByUserID';
1671
- path = '/message/GetEmployeeDataByUserID';
1819
+ export class SvcGetEndpointConfiguration {
1820
+ name = 'GetEndpointConfiguration';
1821
+ path = '/message/GetEndpointConfiguration';
1822
+ request;
1823
+ response;
1824
+ }
1825
+ export class SvcGetEndpointConfigurations {
1826
+ name = 'GetEndpointConfigurations';
1827
+ path = '/message/GetEndpointConfigurations';
1672
1828
  request;
1673
1829
  response;
1674
1830
  }
@@ -1678,6 +1834,12 @@ export class SvcGetEntityFieldValidator {
1678
1834
  request;
1679
1835
  response;
1680
1836
  }
1837
+ export class SvcGetFieldValidatorsForEntity {
1838
+ name = 'GetFieldValidatorsForEntity';
1839
+ path = '/message/GetFieldValidatorsForEntity';
1840
+ request;
1841
+ response;
1842
+ }
1681
1843
  export class SvcGetFlattenedFunctionalityByUserID {
1682
1844
  name = 'GetFlattenedFunctionalityByUserID';
1683
1845
  path = '/message/GetFlattenedFunctionalityByUserID';
@@ -1768,6 +1930,12 @@ export class SvcGetLoyaltyProgramProductLimitation {
1768
1930
  request;
1769
1931
  response;
1770
1932
  }
1933
+ export class SvcGetLoyaltyProgramUserUsage {
1934
+ name = 'GetLoyaltyProgramUserUsage';
1935
+ path = '/message/GetLoyaltyProgramUserUsage';
1936
+ request;
1937
+ response;
1938
+ }
1771
1939
  export class SvcGetMessageTemplateByID {
1772
1940
  name = 'GetMessageTemplateByID';
1773
1941
  path = '/message/GetMessageTemplateByID';
@@ -1792,6 +1960,12 @@ export class SvcGetOrderLoyaltyProgramPaymentTypes {
1792
1960
  request;
1793
1961
  response;
1794
1962
  }
1963
+ export class SvcGetOrganizationUnitCompany {
1964
+ name = 'GetOrganizationUnitCompany';
1965
+ path = '/message/GetOrganizationUnitCompany';
1966
+ request;
1967
+ response;
1968
+ }
1795
1969
  export class SvcGetOrganizationUnitSet {
1796
1970
  name = 'GetOrganizationUnitSet';
1797
1971
  path = '/message/GetOrganizationUnitSet';
@@ -1852,6 +2026,12 @@ export class SvcGetPaymentTypeByID {
1852
2026
  request;
1853
2027
  response;
1854
2028
  }
2029
+ export class SvcGetPaymentTypeCustomFields {
2030
+ name = 'GetPaymentTypeCustomFields';
2031
+ path = '/message/GetPaymentTypeCustomFields';
2032
+ request;
2033
+ response;
2034
+ }
1855
2035
  export class SvcGetPaymentTypesForFilter {
1856
2036
  name = 'GetPaymentTypesForFilter';
1857
2037
  path = '/message/GetPaymentTypesForFilter';
@@ -1936,6 +2116,12 @@ export class SvcGetProductSearchTemplateByID {
1936
2116
  request;
1937
2117
  response;
1938
2118
  }
2119
+ export class SvcGetProductSubscription {
2120
+ name = 'GetProductSubscription';
2121
+ path = '/message/GetProductSubscription';
2122
+ request;
2123
+ response;
2124
+ }
1939
2125
  export class SvcGetRecentlyUsedStockMutationReasons {
1940
2126
  name = 'GetRecentlyUsedStockMutationReasons';
1941
2127
  path = '/message/GetRecentlyUsedStockMutationReasons';
@@ -2008,6 +2194,12 @@ export class SvcGetShippingRestrictionByID {
2008
2194
  request;
2009
2195
  response;
2010
2196
  }
2197
+ export class SvcGetSubscriptionByID {
2198
+ name = 'GetSubscriptionByID';
2199
+ path = '/message/GetSubscriptionByID';
2200
+ request;
2201
+ response;
2202
+ }
2011
2203
  export class SvcGetSubscriptionHandlers {
2012
2204
  name = 'GetSubscriptionHandlers';
2013
2205
  path = '/message/GetSubscriptionHandlers';
@@ -2038,6 +2230,36 @@ export class SvcGetSupportedFunctionalities {
2038
2230
  request;
2039
2231
  response;
2040
2232
  }
2233
+ export class SvcGetSurveyByID {
2234
+ name = 'GetSurveyByID';
2235
+ path = '/message/GetSurveyByID';
2236
+ request;
2237
+ response;
2238
+ }
2239
+ export class SvcGetSurveyQuestionAnswer {
2240
+ name = 'GetSurveyQuestionAnswer';
2241
+ path = '/message/GetSurveyQuestionAnswer';
2242
+ request;
2243
+ response;
2244
+ }
2245
+ export class SvcGetSurveyQuestions {
2246
+ name = 'GetSurveyQuestions';
2247
+ path = '/message/GetSurveyQuestions';
2248
+ request;
2249
+ response;
2250
+ }
2251
+ export class SvcGetSurveyTranslatableItems {
2252
+ name = 'GetSurveyTranslatableItems';
2253
+ path = '/message/GetSurveyTranslatableItems';
2254
+ request;
2255
+ response;
2256
+ }
2257
+ export class SvcGetSurveyTranslationStatus {
2258
+ name = 'GetSurveyTranslationStatus';
2259
+ path = '/message/GetSurveyTranslationStatus';
2260
+ request;
2261
+ response;
2262
+ }
2041
2263
  export class SvcGetUnitOfMeasures {
2042
2264
  name = 'GetUnitOfMeasures';
2043
2265
  path = '/message/GetUnitOfMeasures';
@@ -2050,6 +2272,12 @@ export class SvcGetUserBoughtProduct {
2050
2272
  request;
2051
2273
  response;
2052
2274
  }
2275
+ export class SvcGetUserBoughtProductBySerialNumber {
2276
+ name = 'GetUserBoughtProductBySerialNumber';
2277
+ path = '/message/GetUserBoughtProductBySerialNumber';
2278
+ request;
2279
+ response;
2280
+ }
2053
2281
  export class SvcGetUserCoupons {
2054
2282
  name = 'GetUserCoupons';
2055
2283
  path = '/message/GetUserCoupons';
@@ -2140,6 +2368,12 @@ export class SvcListAccounts {
2140
2368
  request;
2141
2369
  response;
2142
2370
  }
2371
+ export class SvcListAMLConfigurations {
2372
+ name = 'ListAMLConfigurations';
2373
+ path = '/message/ListAMLConfigurations';
2374
+ request;
2375
+ response;
2376
+ }
2143
2377
  export class SvcListAppSettingHistory {
2144
2378
  name = 'ListAppSettingHistory';
2145
2379
  path = '/message/ListAppSettingHistory';
@@ -2230,24 +2464,18 @@ export class SvcListCheckoutOptionCategories {
2230
2464
  request;
2231
2465
  response;
2232
2466
  }
2233
- export class SvcListCheckoutOptions {
2234
- name = 'ListCheckoutOptions';
2235
- path = '/message/ListCheckoutOptions';
2236
- request;
2237
- response;
2238
- }
2239
- export class SvcListClientApplications {
2240
- name = 'ListClientApplications';
2241
- path = '/message/ListClientApplications';
2242
- request;
2243
- response;
2244
- }
2245
2467
  export class SvcListCompanies {
2246
2468
  name = 'ListCompanies';
2247
2469
  path = '/message/ListCompanies';
2248
2470
  request;
2249
2471
  response;
2250
2472
  }
2473
+ export class SvcListCompanyRequirements {
2474
+ name = 'ListCompanyRequirements';
2475
+ path = '/message/ListCompanyRequirements';
2476
+ request;
2477
+ response;
2478
+ }
2251
2479
  export class SvcListCouponsByQuery {
2252
2480
  name = 'ListCouponsByQuery';
2253
2481
  path = '/message/ListCouponsByQuery';
@@ -2290,6 +2518,12 @@ export class SvcListCustomFields {
2290
2518
  request;
2291
2519
  response;
2292
2520
  }
2521
+ export class SvcListCustomFieldsForSurvey {
2522
+ name = 'ListCustomFieldsForSurvey';
2523
+ path = '/message/ListCustomFieldsForSurvey';
2524
+ request;
2525
+ response;
2526
+ }
2293
2527
  export class SvcListDiscountCampaigns {
2294
2528
  name = 'ListDiscountCampaigns';
2295
2529
  path = '/message/ListDiscountCampaigns';
@@ -2314,12 +2548,6 @@ export class SvcListDiscountUserUsageReloadStrategies {
2314
2548
  request;
2315
2549
  response;
2316
2550
  }
2317
- export class SvcListEmployeeDatas {
2318
- name = 'ListEmployeeDatas';
2319
- path = '/message/ListEmployeeDatas';
2320
- request;
2321
- response;
2322
- }
2323
2551
  export class SvcListEntityFieldValidatorEntityFieldNames {
2324
2552
  name = 'ListEntityFieldValidatorEntityFieldNames';
2325
2553
  path = '/message/ListEntityFieldValidatorEntityFieldNames';
@@ -2392,6 +2620,12 @@ export class SvcListLoyaltyProgramProductLimitations {
2392
2620
  request;
2393
2621
  response;
2394
2622
  }
2623
+ export class SvcListLoyaltyProgramRequiredCustomFields {
2624
+ name = 'ListLoyaltyProgramRequiredCustomFields';
2625
+ path = '/message/ListLoyaltyProgramRequiredCustomFields';
2626
+ request;
2627
+ response;
2628
+ }
2395
2629
  export class SvcListLoyaltyPrograms {
2396
2630
  name = 'ListLoyaltyPrograms';
2397
2631
  path = '/message/ListLoyaltyPrograms';
@@ -2584,18 +2818,18 @@ export class SvcListProductRequirements {
2584
2818
  request;
2585
2819
  response;
2586
2820
  }
2587
- export class SvcListProductSearchTemplateResults {
2588
- name = 'ListProductSearchTemplateResults';
2589
- path = '/message/ListProductSearchTemplateResults';
2590
- request;
2591
- response;
2592
- }
2593
2821
  export class SvcListProductSearchTemplates {
2594
2822
  name = 'ListProductSearchTemplates';
2595
2823
  path = '/message/ListProductSearchTemplates';
2596
2824
  request;
2597
2825
  response;
2598
2826
  }
2827
+ export class SvcListProductSubscriptions {
2828
+ name = 'ListProductSubscriptions';
2829
+ path = '/message/ListProductSubscriptions';
2830
+ request;
2831
+ response;
2832
+ }
2599
2833
  export class SvcListProductUnitOfMeasures {
2600
2834
  name = 'ListProductUnitOfMeasures';
2601
2835
  path = '/message/ListProductUnitOfMeasures';
@@ -2620,6 +2854,12 @@ export class SvcListReturnReasons {
2620
2854
  request;
2621
2855
  response;
2622
2856
  }
2857
+ export class SvcListRoleFunctionalities {
2858
+ name = 'ListRoleFunctionalities';
2859
+ path = '/message/ListRoleFunctionalities';
2860
+ request;
2861
+ response;
2862
+ }
2623
2863
  export class SvcListRoles {
2624
2864
  name = 'ListRoles';
2625
2865
  path = '/message/ListRoles';
@@ -2716,6 +2956,12 @@ export class SvcListSupplierProducts {
2716
2956
  request;
2717
2957
  response;
2718
2958
  }
2959
+ export class SvcListSurveys {
2960
+ name = 'ListSurveys';
2961
+ path = '/message/ListSurveys';
2962
+ request;
2963
+ response;
2964
+ }
2719
2965
  export class SvcListTemplateHandlers {
2720
2966
  name = 'ListTemplateHandlers';
2721
2967
  path = '/message/ListTemplateHandlers';
@@ -2824,6 +3070,12 @@ export class SvcProcessUnshippedPurchaseOrdersFromExcel {
2824
3070
  request;
2825
3071
  response;
2826
3072
  }
3073
+ export class SvcPublishSurvey {
3074
+ name = 'PublishSurvey';
3075
+ path = '/message/PublishSurvey';
3076
+ request;
3077
+ response;
3078
+ }
2827
3079
  export class SvcPushBoughtProductsForUsers_Async {
2828
3080
  name = 'PushBoughtProductsForUsers_Async';
2829
3081
  path = '/async-message/PushBoughtProductsForUsers';
@@ -2842,6 +3094,36 @@ export class SvcPushCase {
2842
3094
  request;
2843
3095
  response;
2844
3096
  }
3097
+ export class SvcPushCompanies_Async {
3098
+ name = 'PushCompanies_Async';
3099
+ path = '/async-message/PushCompanies';
3100
+ request;
3101
+ response;
3102
+ }
3103
+ export class SvcPushCompanies_AsyncResult {
3104
+ name = 'PushCompanies_AsyncResult';
3105
+ path = '/async-result/PushCompanies';
3106
+ request;
3107
+ response;
3108
+ }
3109
+ export class SvcPushCompany_Async {
3110
+ name = 'PushCompany_Async';
3111
+ path = '/async-message/PushCompany';
3112
+ request;
3113
+ response;
3114
+ }
3115
+ export class SvcPushCompany_AsyncResult {
3116
+ name = 'PushCompany_AsyncResult';
3117
+ path = '/async-result/PushCompany';
3118
+ request;
3119
+ response;
3120
+ }
3121
+ export class SvcPushDiscountCoupons {
3122
+ name = 'PushDiscountCoupons';
3123
+ path = '/message/PushDiscountCoupons';
3124
+ request;
3125
+ response;
3126
+ }
2845
3127
  export class SvcPushLoyaltyProgram_Async {
2846
3128
  name = 'PushLoyaltyProgram_Async';
2847
3129
  path = '/async-message/PushLoyaltyProgram';
@@ -2854,6 +3136,30 @@ export class SvcPushLoyaltyProgram_AsyncResult {
2854
3136
  request;
2855
3137
  response;
2856
3138
  }
3139
+ export class SvcPushLoyaltyProgramGroup_Async {
3140
+ name = 'PushLoyaltyProgramGroup_Async';
3141
+ path = '/async-message/PushLoyaltyProgramGroup';
3142
+ request;
3143
+ response;
3144
+ }
3145
+ export class SvcPushLoyaltyProgramGroup_AsyncResult {
3146
+ name = 'PushLoyaltyProgramGroup_AsyncResult';
3147
+ path = '/async-result/PushLoyaltyProgramGroup';
3148
+ request;
3149
+ response;
3150
+ }
3151
+ export class SvcPushLoyaltyPrograms_Async {
3152
+ name = 'PushLoyaltyPrograms_Async';
3153
+ path = '/async-message/PushLoyaltyPrograms';
3154
+ request;
3155
+ response;
3156
+ }
3157
+ export class SvcPushLoyaltyPrograms_AsyncResult {
3158
+ name = 'PushLoyaltyPrograms_AsyncResult';
3159
+ path = '/async-result/PushLoyaltyPrograms';
3160
+ request;
3161
+ response;
3162
+ }
2857
3163
  export class SvcPushUserBoughtProduct {
2858
3164
  name = 'PushUserBoughtProduct';
2859
3165
  path = '/message/PushUserBoughtProduct';
@@ -2878,6 +3184,18 @@ export class SvcRebalanceLoyaltyPoints {
2878
3184
  request;
2879
3185
  response;
2880
3186
  }
3187
+ export class SvcRebalanceLoyaltyPointsForUsers_Async {
3188
+ name = 'RebalanceLoyaltyPointsForUsers_Async';
3189
+ path = '/async-message/RebalanceLoyaltyPointsForUsers';
3190
+ request;
3191
+ response;
3192
+ }
3193
+ export class SvcRebalanceLoyaltyPointsForUsers_AsyncResult {
3194
+ name = 'RebalanceLoyaltyPointsForUsers_AsyncResult';
3195
+ path = '/async-result/RebalanceLoyaltyPointsForUsers';
3196
+ request;
3197
+ response;
3198
+ }
2881
3199
  export class SvcRefillStockAllocation {
2882
3200
  name = 'RefillStockAllocation';
2883
3201
  path = '/message/RefillStockAllocation';
@@ -2908,6 +3226,12 @@ export class SvcRemoveLoyaltyProgramPriceList {
2908
3226
  request;
2909
3227
  response;
2910
3228
  }
3229
+ export class SvcRemoveLoyaltyProgramRequiredCustomField {
3230
+ name = 'RemoveLoyaltyProgramRequiredCustomField';
3231
+ path = '/message/RemoveLoyaltyProgramRequiredCustomField';
3232
+ request;
3233
+ response;
3234
+ }
2911
3235
  export class SvcRemovePackageFromCarrier {
2912
3236
  name = 'RemovePackageFromCarrier';
2913
3237
  path = '/message/RemovePackageFromCarrier';
@@ -2926,18 +3250,42 @@ export class SvcRemoveProductsFromAssortment {
2926
3250
  request;
2927
3251
  response;
2928
3252
  }
3253
+ export class SvcRemoveRequiredCustomFieldsFromManualDiscount {
3254
+ name = 'RemoveRequiredCustomFieldsFromManualDiscount';
3255
+ path = '/message/RemoveRequiredCustomFieldsFromManualDiscount';
3256
+ request;
3257
+ response;
3258
+ }
2929
3259
  export class SvcRemoveRolesFromManualDiscount {
2930
3260
  name = 'RemoveRolesFromManualDiscount';
2931
3261
  path = '/message/RemoveRolesFromManualDiscount';
2932
3262
  request;
2933
3263
  response;
2934
3264
  }
3265
+ export class SvcRestartSurveyResponse {
3266
+ name = 'RestartSurveyResponse';
3267
+ path = '/message/RestartSurveyResponse';
3268
+ request;
3269
+ response;
3270
+ }
3271
+ export class SvcRotateEndpointConfigurationKey {
3272
+ name = 'RotateEndpointConfigurationKey';
3273
+ path = '/message/RotateEndpointConfigurationKey';
3274
+ request;
3275
+ response;
3276
+ }
2935
3277
  export class SvcSearchDiscountsByQuery {
2936
3278
  name = 'SearchDiscountsByQuery';
2937
3279
  path = '/message/SearchDiscountsByQuery';
2938
3280
  request;
2939
3281
  response;
2940
3282
  }
3283
+ export class SvcSearchOrganizationUnitCompany {
3284
+ name = 'SearchOrganizationUnitCompany';
3285
+ path = '/message/SearchOrganizationUnitCompany';
3286
+ request;
3287
+ response;
3288
+ }
2941
3289
  export class SvcSearchStockMutations {
2942
3290
  name = 'SearchStockMutations';
2943
3291
  path = '/message/SearchStockMutations';
@@ -2986,12 +3334,24 @@ export class SvcSetCustomFieldOptions {
2986
3334
  request;
2987
3335
  response;
2988
3336
  }
3337
+ export class SvcSetDiscountLayerSequences {
3338
+ name = 'SetDiscountLayerSequences';
3339
+ path = '/message/SetDiscountLayerSequences';
3340
+ request;
3341
+ response;
3342
+ }
2989
3343
  export class SvcSetOrderLoyaltyProgramPaymentTypes {
2990
3344
  name = 'SetOrderLoyaltyProgramPaymentTypes';
2991
3345
  path = '/message/SetOrderLoyaltyProgramPaymentTypes';
2992
3346
  request;
2993
3347
  response;
2994
3348
  }
3349
+ export class SvcSetOrganizationUnitSubsetSequences {
3350
+ name = 'SetOrganizationUnitSubsetSequences';
3351
+ path = '/message/SetOrganizationUnitSubsetSequences';
3352
+ request;
3353
+ response;
3354
+ }
2995
3355
  export class SvcSetOrganizationUnitSupplierData {
2996
3356
  name = 'SetOrganizationUnitSupplierData';
2997
3357
  path = '/message/SetOrganizationUnitSupplierData';
@@ -3022,12 +3382,42 @@ export class SvcSetSettings {
3022
3382
  request;
3023
3383
  response;
3024
3384
  }
3385
+ export class SvcSetSurveyQuestionRoutingSequences {
3386
+ name = 'SetSurveyQuestionRoutingSequences';
3387
+ path = '/message/SetSurveyQuestionRoutingSequences';
3388
+ request;
3389
+ response;
3390
+ }
3391
+ export class SvcSetSurveyQuestionSequences {
3392
+ name = 'SetSurveyQuestionSequences';
3393
+ path = '/message/SetSurveyQuestionSequences';
3394
+ request;
3395
+ response;
3396
+ }
3397
+ export class SvcSetSurveyTranslatableItems {
3398
+ name = 'SetSurveyTranslatableItems';
3399
+ path = '/message/SetSurveyTranslatableItems';
3400
+ request;
3401
+ response;
3402
+ }
3025
3403
  export class SvcSetUserRoles {
3026
3404
  name = 'SetUserRoles';
3027
3405
  path = '/message/SetUserRoles';
3028
3406
  request;
3029
3407
  response;
3030
3408
  }
3409
+ export class SvcStartSurvey {
3410
+ name = 'StartSurvey';
3411
+ path = '/message/StartSurvey';
3412
+ request;
3413
+ response;
3414
+ }
3415
+ export class SvcStartSurveyPreview {
3416
+ name = 'StartSurveyPreview';
3417
+ path = '/message/StartSurveyPreview';
3418
+ request;
3419
+ response;
3420
+ }
3031
3421
  export class SvcUnblockUserSubscription {
3032
3422
  name = 'UnblockUserSubscription';
3033
3423
  path = '/message/UnblockUserSubscription';
@@ -3136,18 +3526,18 @@ export class SvcUpdateCheckoutOptionSequences {
3136
3526
  request;
3137
3527
  response;
3138
3528
  }
3139
- export class SvcUpdateClientApplication {
3140
- name = 'UpdateClientApplication';
3141
- path = '/message/UpdateClientApplication';
3142
- request;
3143
- response;
3144
- }
3145
3529
  export class SvcUpdateCompany {
3146
3530
  name = 'UpdateCompany';
3147
3531
  path = '/message/UpdateCompany';
3148
3532
  request;
3149
3533
  response;
3150
3534
  }
3535
+ export class SvcUpdateCompanyRequirement {
3536
+ name = 'UpdateCompanyRequirement';
3537
+ path = '/message/UpdateCompanyRequirement';
3538
+ request;
3539
+ response;
3540
+ }
3151
3541
  export class SvcUpdateCostPriceCalculation {
3152
3542
  name = 'UpdateCostPriceCalculation';
3153
3543
  path = '/message/UpdateCostPriceCalculation';
@@ -3202,6 +3592,12 @@ export class SvcUpdateDiscountTemplate {
3202
3592
  request;
3203
3593
  response;
3204
3594
  }
3595
+ export class SvcUpdateEndpointConfiguration {
3596
+ name = 'UpdateEndpointConfiguration';
3597
+ path = '/message/UpdateEndpointConfiguration';
3598
+ request;
3599
+ response;
3600
+ }
3205
3601
  export class SvcUpdateEntityFieldValidator {
3206
3602
  name = 'UpdateEntityFieldValidator';
3207
3603
  path = '/message/UpdateEntityFieldValidator';
@@ -3298,6 +3694,12 @@ export class SvcUpdateOrderLedgerType {
3298
3694
  request;
3299
3695
  response;
3300
3696
  }
3697
+ export class SvcUpdateOrganizationUnitCompany {
3698
+ name = 'UpdateOrganizationUnitCompany';
3699
+ path = '/message/UpdateOrganizationUnitCompany';
3700
+ request;
3701
+ response;
3702
+ }
3301
3703
  export class SvcUpdateOrganizationUnitCurrency {
3302
3704
  name = 'UpdateOrganizationUnitCurrency';
3303
3705
  path = '/message/UpdateOrganizationUnitCurrency';
@@ -3310,12 +3712,6 @@ export class SvcUpdateOrganizationUnitOpeningHours {
3310
3712
  request;
3311
3713
  response;
3312
3714
  }
3313
- export class SvcUpdateOrganizationUnitPublicIpAddress {
3314
- name = 'UpdateOrganizationUnitPublicIpAddress';
3315
- path = '/message/UpdateOrganizationUnitPublicIpAddress';
3316
- request;
3317
- response;
3318
- }
3319
3715
  export class SvcUpdateOrganizationUnitRegularOpeningHours {
3320
3716
  name = 'UpdateOrganizationUnitRegularOpeningHours';
3321
3717
  path = '/message/UpdateOrganizationUnitRegularOpeningHours';
@@ -3430,6 +3826,12 @@ export class SvcUpdateProductSearchTemplate {
3430
3826
  request;
3431
3827
  response;
3432
3828
  }
3829
+ export class SvcUpdateProductSubscription {
3830
+ name = 'UpdateProductSubscription';
3831
+ path = '/message/UpdateProductSubscription';
3832
+ request;
3833
+ response;
3834
+ }
3433
3835
  export class SvcUpdateProductUnitOfMeasure {
3434
3836
  name = 'UpdateProductUnitOfMeasure';
3435
3837
  path = '/message/UpdateProductUnitOfMeasure';
@@ -3550,6 +3952,24 @@ export class SvcUpdateSupplierProductStock {
3550
3952
  request;
3551
3953
  response;
3552
3954
  }
3955
+ export class SvcUpdateSurvey {
3956
+ name = 'UpdateSurvey';
3957
+ path = '/message/UpdateSurvey';
3958
+ request;
3959
+ response;
3960
+ }
3961
+ export class SvcUpdateSurveyQuestion {
3962
+ name = 'UpdateSurveyQuestion';
3963
+ path = '/message/UpdateSurveyQuestion';
3964
+ request;
3965
+ response;
3966
+ }
3967
+ export class SvcUpdateSurveyQuestionRoute {
3968
+ name = 'UpdateSurveyQuestionRoute';
3969
+ path = '/message/UpdateSurveyQuestionRoute';
3970
+ request;
3971
+ response;
3972
+ }
3553
3973
  export class SvcUpdateUnitOfMeasure {
3554
3974
  name = 'UpdateUnitOfMeasure';
3555
3975
  path = '/message/UpdateUnitOfMeasure';