@springtree/eva-services-core-management 3.0.0-beta.8 → 3.0.0-beta.81

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.
@@ -52,6 +52,12 @@ export class SvcAddUserBoughtProductDetail {
52
52
  request;
53
53
  response;
54
54
  }
55
+ export class SvcAnswerSurveyQuestion {
56
+ name = 'AnswerSurveyQuestion';
57
+ path = '/message/AnswerSurveyQuestion';
58
+ request;
59
+ response;
60
+ }
55
61
  export class SvcArchiveCase {
56
62
  name = 'ArchiveCase';
57
63
  path = '/message/ArchiveCase';
@@ -94,12 +100,6 @@ export class SvcAttachBlobToCase {
94
100
  request;
95
101
  response;
96
102
  }
97
- export class SvcAttachFunctionalitiesToRole {
98
- name = 'AttachFunctionalitiesToRole';
99
- path = '/message/AttachFunctionalitiesToRole';
100
- request;
101
- response;
102
- }
103
103
  export class SvcAttachLoyaltyProgramToOrder {
104
104
  name = 'AttachLoyaltyProgramToOrder';
105
105
  path = '/message/AttachLoyaltyProgramToOrder';
@@ -136,6 +136,18 @@ export class SvcBlockUserSubscription {
136
136
  request;
137
137
  response;
138
138
  }
139
+ export class SvcCancelSurveyResponse {
140
+ name = 'CancelSurveyResponse';
141
+ path = '/message/CancelSurveyResponse';
142
+ request;
143
+ response;
144
+ }
145
+ export class SvcCheckProductSearchTemplate {
146
+ name = 'CheckProductSearchTemplate';
147
+ path = '/message/CheckProductSearchTemplate';
148
+ request;
149
+ response;
150
+ }
139
151
  export class SvcCleanupSettings {
140
152
  name = 'CleanupSettings';
141
153
  path = '/message/CleanupSettings';
@@ -148,6 +160,12 @@ export class SvcCleanupUntypedSettings {
148
160
  request;
149
161
  response;
150
162
  }
163
+ export class SvcCopySurvey {
164
+ name = 'CopySurvey';
165
+ path = '/message/CopySurvey';
166
+ request;
167
+ response;
168
+ }
151
169
  export class SvcCorrectProductCostPriceLedgers {
152
170
  name = 'CorrectProductCostPriceLedgers';
153
171
  path = '/message/CorrectProductCostPriceLedgers';
@@ -160,6 +178,12 @@ export class SvcCreateAccount {
160
178
  request;
161
179
  response;
162
180
  }
181
+ export class SvcCreateAppointmentCancellationReason {
182
+ name = 'CreateAppointmentCancellationReason';
183
+ path = '/message/CreateAppointmentCancellationReason';
184
+ request;
185
+ response;
186
+ }
163
187
  export class SvcCreateAssortment {
164
188
  name = 'CreateAssortment';
165
189
  path = '/message/CreateAssortment';
@@ -220,18 +244,18 @@ export class SvcCreateCheckoutOptionCategory {
220
244
  request;
221
245
  response;
222
246
  }
223
- export class SvcCreateClientApplication {
224
- name = 'CreateClientApplication';
225
- path = '/message/CreateClientApplication';
226
- request;
227
- response;
228
- }
229
247
  export class SvcCreateCompany {
230
248
  name = 'CreateCompany';
231
249
  path = '/message/CreateCompany';
232
250
  request;
233
251
  response;
234
252
  }
253
+ export class SvcCreateCompanyRequirement {
254
+ name = 'CreateCompanyRequirement';
255
+ path = '/message/CreateCompanyRequirement';
256
+ request;
257
+ response;
258
+ }
235
259
  export class SvcCreateCostPriceCalculation {
236
260
  name = 'CreateCostPriceCalculation';
237
261
  path = '/message/CreateCostPriceCalculation';
@@ -298,12 +322,36 @@ export class SvcCreateEmployeeUser {
298
322
  request;
299
323
  response;
300
324
  }
325
+ export class SvcCreateEndpointConfiguration {
326
+ name = 'CreateEndpointConfiguration';
327
+ path = '/message/CreateEndpointConfiguration';
328
+ request;
329
+ response;
330
+ }
301
331
  export class SvcCreateEntityFieldValidator {
302
332
  name = 'CreateEntityFieldValidator';
303
333
  path = '/message/CreateEntityFieldValidator';
304
334
  request;
305
335
  response;
306
336
  }
337
+ export class SvcCreateEvent {
338
+ name = 'CreateEvent';
339
+ path = '/message/CreateEvent';
340
+ request;
341
+ response;
342
+ }
343
+ export class SvcCreateEventLocation {
344
+ name = 'CreateEventLocation';
345
+ path = '/message/CreateEventLocation';
346
+ request;
347
+ response;
348
+ }
349
+ export class SvcCreateEventType {
350
+ name = 'CreateEventType';
351
+ path = '/message/CreateEventType';
352
+ request;
353
+ response;
354
+ }
307
355
  export class SvcCreateFraudItem {
308
356
  name = 'CreateFraudItem';
309
357
  path = '/message/CreateFraudItem';
@@ -388,6 +436,12 @@ export class SvcCreateOrderLedgerType {
388
436
  request;
389
437
  response;
390
438
  }
439
+ export class SvcCreateOrganizationUnitCompany {
440
+ name = 'CreateOrganizationUnitCompany';
441
+ path = '/message/CreateOrganizationUnitCompany';
442
+ request;
443
+ response;
444
+ }
391
445
  export class SvcCreateOrganizationUnitCountry {
392
446
  name = 'CreateOrganizationUnitCountry';
393
447
  path = '/message/CreateOrganizationUnitCountry';
@@ -430,6 +484,12 @@ export class SvcCreateOrganizationUnitShippingMethod {
430
484
  request;
431
485
  response;
432
486
  }
487
+ export class SvcCreateOrUpdateAMLConfiguration {
488
+ name = 'CreateOrUpdateAMLConfiguration';
489
+ path = '/message/CreateOrUpdateAMLConfiguration';
490
+ request;
491
+ response;
492
+ }
433
493
  export class SvcCreateOrUpdateEmployeeData {
434
494
  name = 'CreateOrUpdateEmployeeData';
435
495
  path = '/message/CreateOrUpdateEmployeeData';
@@ -550,6 +610,12 @@ export class SvcCreateProductSearchTemplate {
550
610
  request;
551
611
  response;
552
612
  }
613
+ export class SvcCreateProductSubscription {
614
+ name = 'CreateProductSubscription';
615
+ path = '/message/CreateProductSubscription';
616
+ request;
617
+ response;
618
+ }
553
619
  export class SvcCreateProductUnitOfMeasure {
554
620
  name = 'CreateProductUnitOfMeasure';
555
621
  path = '/message/CreateProductUnitOfMeasure';
@@ -562,6 +628,12 @@ export class SvcCreateRefundCorrectionReason {
562
628
  request;
563
629
  response;
564
630
  }
631
+ export class SvcCreateResendReason {
632
+ name = 'CreateResendReason';
633
+ path = '/message/CreateResendReason';
634
+ request;
635
+ response;
636
+ }
565
637
  export class SvcCreateReturnReason {
566
638
  name = 'CreateReturnReason';
567
639
  path = '/message/CreateReturnReason';
@@ -646,6 +718,24 @@ export class SvcCreateSupplierProduct {
646
718
  request;
647
719
  response;
648
720
  }
721
+ export class SvcCreateSurvey {
722
+ name = 'CreateSurvey';
723
+ path = '/message/CreateSurvey';
724
+ request;
725
+ response;
726
+ }
727
+ export class SvcCreateSurveyQuestion {
728
+ name = 'CreateSurveyQuestion';
729
+ path = '/message/CreateSurveyQuestion';
730
+ request;
731
+ response;
732
+ }
733
+ export class SvcCreateSurveyQuestionRoute {
734
+ name = 'CreateSurveyQuestionRoute';
735
+ path = '/message/CreateSurveyQuestionRoute';
736
+ request;
737
+ response;
738
+ }
649
739
  export class SvcCreateUnitOfMeasure {
650
740
  name = 'CreateUnitOfMeasure';
651
741
  path = '/message/CreateUnitOfMeasure';
@@ -658,6 +748,12 @@ export class SvcCreateUnitPriceCorrectionReason {
658
748
  request;
659
749
  response;
660
750
  }
751
+ export class SvcCreateUserAgreement {
752
+ name = 'CreateUserAgreement';
753
+ path = '/message/CreateUserAgreement';
754
+ request;
755
+ response;
756
+ }
661
757
  export class SvcCreateUserOrigin {
662
758
  name = 'CreateUserOrigin';
663
759
  path = '/message/CreateUserOrigin';
@@ -682,12 +778,24 @@ export class SvcCreateVisibilityGroup {
682
778
  request;
683
779
  response;
684
780
  }
781
+ export class SvcDeactivateSurvey {
782
+ name = 'DeactivateSurvey';
783
+ path = '/message/DeactivateSurvey';
784
+ request;
785
+ response;
786
+ }
685
787
  export class SvcDeleteAccount {
686
788
  name = 'DeleteAccount';
687
789
  path = '/message/DeleteAccount';
688
790
  request;
689
791
  response;
690
792
  }
793
+ export class SvcDeleteAppointmentCancellationReason {
794
+ name = 'DeleteAppointmentCancellationReason';
795
+ path = '/message/DeleteAppointmentCancellationReason';
796
+ request;
797
+ response;
798
+ }
691
799
  export class SvcDeleteAssortment {
692
800
  name = 'DeleteAssortment';
693
801
  path = '/message/DeleteAssortment';
@@ -742,18 +850,18 @@ export class SvcDeleteCheckoutOptionCategory {
742
850
  request;
743
851
  response;
744
852
  }
745
- export class SvcDeleteClientApplication {
746
- name = 'DeleteClientApplication';
747
- path = '/message/DeleteClientApplication';
748
- request;
749
- response;
750
- }
751
853
  export class SvcDeleteCompany {
752
854
  name = 'DeleteCompany';
753
855
  path = '/message/DeleteCompany';
754
856
  request;
755
857
  response;
756
858
  }
859
+ export class SvcDeleteCompanyRequirement {
860
+ name = 'DeleteCompanyRequirement';
861
+ path = '/message/DeleteCompanyRequirement';
862
+ request;
863
+ response;
864
+ }
757
865
  export class SvcDeleteCostPriceCalculation {
758
866
  name = 'DeleteCostPriceCalculation';
759
867
  path = '/message/DeleteCostPriceCalculation';
@@ -802,12 +910,36 @@ export class SvcDeleteEmployeeData {
802
910
  request;
803
911
  response;
804
912
  }
913
+ export class SvcDeleteEndpointConfiguration {
914
+ name = 'DeleteEndpointConfiguration';
915
+ path = '/message/DeleteEndpointConfiguration';
916
+ request;
917
+ response;
918
+ }
805
919
  export class SvcDeleteEntityFieldValidator {
806
920
  name = 'DeleteEntityFieldValidator';
807
921
  path = '/message/DeleteEntityFieldValidator';
808
922
  request;
809
923
  response;
810
924
  }
925
+ export class SvcDeleteEvent {
926
+ name = 'DeleteEvent';
927
+ path = '/message/DeleteEvent';
928
+ request;
929
+ response;
930
+ }
931
+ export class SvcDeleteEventLocation {
932
+ name = 'DeleteEventLocation';
933
+ path = '/message/DeleteEventLocation';
934
+ request;
935
+ response;
936
+ }
937
+ export class SvcDeleteEventType {
938
+ name = 'DeleteEventType';
939
+ path = '/message/DeleteEventType';
940
+ request;
941
+ response;
942
+ }
811
943
  export class SvcDeleteFraudItem {
812
944
  name = 'DeleteFraudItem';
813
945
  path = '/message/DeleteFraudItem';
@@ -898,12 +1030,6 @@ export class SvcDeleteOrganizationUnitCurrency {
898
1030
  request;
899
1031
  response;
900
1032
  }
901
- export class SvcDeleteOrganizationUnitGroup {
902
- name = 'DeleteOrganizationUnitGroup';
903
- path = '/message/DeleteOrganizationUnitGroup';
904
- request;
905
- response;
906
- }
907
1033
  export class SvcDeleteOrganizationUnitLanguage {
908
1034
  name = 'DeleteOrganizationUnitLanguage';
909
1035
  path = '/message/DeleteOrganizationUnitLanguage';
@@ -1030,6 +1156,12 @@ export class SvcDeleteProductSearchTemplate {
1030
1156
  request;
1031
1157
  response;
1032
1158
  }
1159
+ export class SvcDeleteProductSubscription {
1160
+ name = 'DeleteProductSubscription';
1161
+ path = '/message/DeleteProductSubscription';
1162
+ request;
1163
+ response;
1164
+ }
1033
1165
  export class SvcDeleteProductUnitOfMeasure {
1034
1166
  name = 'DeleteProductUnitOfMeasure';
1035
1167
  path = '/message/DeleteProductUnitOfMeasure';
@@ -1042,6 +1174,12 @@ export class SvcDeleteRefundCorrectionReason {
1042
1174
  request;
1043
1175
  response;
1044
1176
  }
1177
+ export class SvcDeleteResendReason {
1178
+ name = 'DeleteResendReason';
1179
+ path = '/message/DeleteResendReason';
1180
+ request;
1181
+ response;
1182
+ }
1045
1183
  export class SvcDeleteReturnReason {
1046
1184
  name = 'DeleteReturnReason';
1047
1185
  path = '/message/DeleteReturnReason';
@@ -1114,6 +1252,24 @@ export class SvcDeleteSupplierProduct {
1114
1252
  request;
1115
1253
  response;
1116
1254
  }
1255
+ export class SvcDeleteSurvey {
1256
+ name = 'DeleteSurvey';
1257
+ path = '/message/DeleteSurvey';
1258
+ request;
1259
+ response;
1260
+ }
1261
+ export class SvcDeleteSurveyQuestion {
1262
+ name = 'DeleteSurveyQuestion';
1263
+ path = '/message/DeleteSurveyQuestion';
1264
+ request;
1265
+ response;
1266
+ }
1267
+ export class SvcDeleteSurveyQuestionRoute {
1268
+ name = 'DeleteSurveyQuestionRoute';
1269
+ path = '/message/DeleteSurveyQuestionRoute';
1270
+ request;
1271
+ response;
1272
+ }
1117
1273
  export class SvcDeleteUnitOfMeasure {
1118
1274
  name = 'DeleteUnitOfMeasure';
1119
1275
  path = '/message/DeleteUnitOfMeasure';
@@ -1132,6 +1288,12 @@ export class SvcDeleteUnprocessedPaymentSettlementFile {
1132
1288
  request;
1133
1289
  response;
1134
1290
  }
1291
+ export class SvcDeleteUserAgreement {
1292
+ name = 'DeleteUserAgreement';
1293
+ path = '/message/DeleteUserAgreement';
1294
+ request;
1295
+ response;
1296
+ }
1135
1297
  export class SvcDeleteUserBoughtProductDetail {
1136
1298
  name = 'DeleteUserBoughtProductDetail';
1137
1299
  path = '/message/DeleteUserBoughtProductDetail';
@@ -1174,12 +1336,6 @@ export class SvcDepositLoyaltyPoints {
1174
1336
  request;
1175
1337
  response;
1176
1338
  }
1177
- export class SvcDetachFunctionalitiesFromRole {
1178
- name = 'DetachFunctionalitiesFromRole';
1179
- path = '/message/DetachFunctionalitiesFromRole';
1180
- request;
1181
- response;
1182
- }
1183
1339
  export class SvcDetachLoyaltyProgramFromOrder {
1184
1340
  name = 'DetachLoyaltyProgramFromOrder';
1185
1341
  path = '/message/DetachLoyaltyProgramFromOrder';
@@ -1204,6 +1360,18 @@ export class SvcDownloadAssortmentProducts {
1204
1360
  request;
1205
1361
  response;
1206
1362
  }
1363
+ export class SvcDownloadAssortmentProducts_Async {
1364
+ name = 'DownloadAssortmentProducts_Async';
1365
+ path = '/async-message/DownloadAssortmentProducts';
1366
+ request;
1367
+ response;
1368
+ }
1369
+ export class SvcDownloadAssortmentProducts_AsyncResult {
1370
+ name = 'DownloadAssortmentProducts_AsyncResult';
1371
+ path = '/async-result/DownloadAssortmentProducts';
1372
+ request;
1373
+ response;
1374
+ }
1207
1375
  export class SvcDownloadCouponExcel_Async {
1208
1376
  name = 'DownloadCouponExcel_Async';
1209
1377
  path = '/async-message/DownloadCouponExcel';
@@ -1264,18 +1432,24 @@ export class SvcDownloadPriceListManualInputAdjustmentsSample {
1264
1432
  request;
1265
1433
  response;
1266
1434
  }
1267
- export class SvcDownloadShippingRestrictions {
1268
- name = 'DownloadShippingRestrictions';
1269
- path = '/message/DownloadShippingRestrictions';
1270
- request;
1271
- response;
1272
- }
1273
1435
  export class SvcDownloadStockAllocationRulesExcel {
1274
1436
  name = 'DownloadStockAllocationRulesExcel';
1275
1437
  path = '/message/DownloadStockAllocationRulesExcel';
1276
1438
  request;
1277
1439
  response;
1278
1440
  }
1441
+ export class SvcDownloadStockOverview_Async {
1442
+ name = 'DownloadStockOverview_Async';
1443
+ path = '/async-message/DownloadStockOverview';
1444
+ request;
1445
+ response;
1446
+ }
1447
+ export class SvcDownloadStockOverview_AsyncResult {
1448
+ name = 'DownloadStockOverview_AsyncResult';
1449
+ path = '/async-result/DownloadStockOverview';
1450
+ request;
1451
+ response;
1452
+ }
1279
1453
  export class SvcDownloadSupplierProducts {
1280
1454
  name = 'DownloadSupplierProducts';
1281
1455
  path = '/message/DownloadSupplierProducts';
@@ -1348,6 +1522,12 @@ export class SvcDuplicateDiscountTemplate {
1348
1522
  request;
1349
1523
  response;
1350
1524
  }
1525
+ export class SvcDuplicateMessageTemplate {
1526
+ name = 'DuplicateMessageTemplate';
1527
+ path = '/message/DuplicateMessageTemplate';
1528
+ request;
1529
+ response;
1530
+ }
1351
1531
  export class SvcDuplicateUserRequirementSet {
1352
1532
  name = 'DuplicateUserRequirementSet';
1353
1533
  path = '/message/DuplicateUserRequirementSet';
@@ -1414,6 +1594,18 @@ export class SvcGenerateDiscountCoupons {
1414
1594
  request;
1415
1595
  response;
1416
1596
  }
1597
+ export class SvcGenerateDiscountCoupons_Async {
1598
+ name = 'GenerateDiscountCoupons_Async';
1599
+ path = '/async-message/GenerateDiscountCoupons';
1600
+ request;
1601
+ response;
1602
+ }
1603
+ export class SvcGenerateDiscountCoupons_AsyncResult {
1604
+ name = 'GenerateDiscountCoupons_AsyncResult';
1605
+ path = '/async-result/GenerateDiscountCoupons';
1606
+ request;
1607
+ response;
1608
+ }
1417
1609
  export class SvcGenerateIdentificationCodeForEmployee {
1418
1610
  name = 'GenerateIdentificationCodeForEmployee';
1419
1611
  path = '/message/GenerateIdentificationCodeForEmployee';
@@ -1444,6 +1636,12 @@ export class SvcGetAccount {
1444
1636
  request;
1445
1637
  response;
1446
1638
  }
1639
+ export class SvcGetAppointmentCancellationReason {
1640
+ name = 'GetAppointmentCancellationReason';
1641
+ path = '/message/GetAppointmentCancellationReason';
1642
+ request;
1643
+ response;
1644
+ }
1447
1645
  export class SvcGetAppSettingsAutocompleteInfo {
1448
1646
  name = 'GetAppSettingsAutocompleteInfo';
1449
1647
  path = '/message/GetAppSettingsAutocompleteInfo';
@@ -1486,6 +1684,12 @@ export class SvcGetAuditingSettings {
1486
1684
  request;
1487
1685
  response;
1488
1686
  }
1687
+ export class SvcGetAvailableCompanyRequirementProperties {
1688
+ name = 'GetAvailableCompanyRequirementProperties';
1689
+ path = '/message/GetAvailableCompanyRequirementProperties';
1690
+ request;
1691
+ response;
1692
+ }
1489
1693
  export class SvcGetAvailablePaymentSettlementFileHandlers {
1490
1694
  name = 'GetAvailablePaymentSettlementFileHandlers';
1491
1695
  path = '/message/GetAvailablePaymentSettlementFileHandlers';
@@ -1510,6 +1714,36 @@ export class SvcGetAvailableShippingMethodHandlers {
1510
1714
  request;
1511
1715
  response;
1512
1716
  }
1717
+ export class SvcGetAvailableSurveyAfterEffectTypes {
1718
+ name = 'GetAvailableSurveyAfterEffectTypes';
1719
+ path = '/message/GetAvailableSurveyAfterEffectTypes';
1720
+ request;
1721
+ response;
1722
+ }
1723
+ export class SvcGetAvailableSurveyDistributionHandlers {
1724
+ name = 'GetAvailableSurveyDistributionHandlers';
1725
+ path = '/message/GetAvailableSurveyDistributionHandlers';
1726
+ request;
1727
+ response;
1728
+ }
1729
+ export class SvcGetAvailableSurveys {
1730
+ name = 'GetAvailableSurveys';
1731
+ path = '/message/GetAvailableSurveys';
1732
+ request;
1733
+ response;
1734
+ }
1735
+ export class SvcGetAvailableSurveysForContext {
1736
+ name = 'GetAvailableSurveysForContext';
1737
+ path = '/message/GetAvailableSurveysForContext';
1738
+ request;
1739
+ response;
1740
+ }
1741
+ export class SvcGetAvailableSurveyTriggers {
1742
+ name = 'GetAvailableSurveyTriggers';
1743
+ path = '/message/GetAvailableSurveyTriggers';
1744
+ request;
1745
+ response;
1746
+ }
1513
1747
  export class SvcGetAvailableUserRequirementsProperties {
1514
1748
  name = 'GetAvailableUserRequirementsProperties';
1515
1749
  path = '/message/GetAvailableUserRequirementsProperties';
@@ -1570,24 +1804,18 @@ export class SvcGetCheckoutOptionHandlers {
1570
1804
  request;
1571
1805
  response;
1572
1806
  }
1573
- export class SvcGetCheckoutOptions {
1574
- name = 'GetCheckoutOptions';
1575
- path = '/message/GetCheckoutOptions';
1576
- request;
1577
- response;
1578
- }
1579
- export class SvcGetClientApplicationByID {
1580
- name = 'GetClientApplicationByID';
1581
- path = '/message/GetClientApplicationByID';
1582
- request;
1583
- response;
1584
- }
1585
1807
  export class SvcGetCompany {
1586
1808
  name = 'GetCompany';
1587
1809
  path = '/message/GetCompany';
1588
1810
  request;
1589
1811
  response;
1590
1812
  }
1813
+ export class SvcGetCompanyRequirements {
1814
+ name = 'GetCompanyRequirements';
1815
+ path = '/message/GetCompanyRequirements';
1816
+ request;
1817
+ response;
1818
+ }
1591
1819
  export class SvcGetConfigurationQrForDevice {
1592
1820
  name = 'GetConfigurationQrForDevice';
1593
1821
  path = '/message/GetConfigurationQrForDevice';
@@ -1672,15 +1900,21 @@ export class SvcGetDiscountTemplateByID {
1672
1900
  request;
1673
1901
  response;
1674
1902
  }
1675
- export class SvcGetEmployeeDataByID {
1676
- name = 'GetEmployeeDataByID';
1677
- path = '/message/GetEmployeeDataByID';
1903
+ export class SvcGetEmployeeData {
1904
+ name = 'GetEmployeeData';
1905
+ path = '/message/GetEmployeeData';
1906
+ request;
1907
+ response;
1908
+ }
1909
+ export class SvcGetEndpointConfiguration {
1910
+ name = 'GetEndpointConfiguration';
1911
+ path = '/message/GetEndpointConfiguration';
1678
1912
  request;
1679
1913
  response;
1680
1914
  }
1681
- export class SvcGetEmployeeDataByUserID {
1682
- name = 'GetEmployeeDataByUserID';
1683
- path = '/message/GetEmployeeDataByUserID';
1915
+ export class SvcGetEndpointConfigurations {
1916
+ name = 'GetEndpointConfigurations';
1917
+ path = '/message/GetEndpointConfigurations';
1684
1918
  request;
1685
1919
  response;
1686
1920
  }
@@ -1690,9 +1924,27 @@ export class SvcGetEntityFieldValidator {
1690
1924
  request;
1691
1925
  response;
1692
1926
  }
1693
- export class SvcGetFlattenedFunctionalityByUserID {
1694
- name = 'GetFlattenedFunctionalityByUserID';
1695
- path = '/message/GetFlattenedFunctionalityByUserID';
1927
+ export class SvcGetEvent {
1928
+ name = 'GetEvent';
1929
+ path = '/message/GetEvent';
1930
+ request;
1931
+ response;
1932
+ }
1933
+ export class SvcGetEventLocation {
1934
+ name = 'GetEventLocation';
1935
+ path = '/message/GetEventLocation';
1936
+ request;
1937
+ response;
1938
+ }
1939
+ export class SvcGetEventType {
1940
+ name = 'GetEventType';
1941
+ path = '/message/GetEventType';
1942
+ request;
1943
+ response;
1944
+ }
1945
+ export class SvcGetFieldValidatorsForEntity {
1946
+ name = 'GetFieldValidatorsForEntity';
1947
+ path = '/message/GetFieldValidatorsForEntity';
1696
1948
  request;
1697
1949
  response;
1698
1950
  }
@@ -1780,6 +2032,12 @@ export class SvcGetLoyaltyProgramProductLimitation {
1780
2032
  request;
1781
2033
  response;
1782
2034
  }
2035
+ export class SvcGetLoyaltyProgramUserUsage {
2036
+ name = 'GetLoyaltyProgramUserUsage';
2037
+ path = '/message/GetLoyaltyProgramUserUsage';
2038
+ request;
2039
+ response;
2040
+ }
1783
2041
  export class SvcGetMessageTemplateByID {
1784
2042
  name = 'GetMessageTemplateByID';
1785
2043
  path = '/message/GetMessageTemplateByID';
@@ -1804,6 +2062,12 @@ export class SvcGetOrderLoyaltyProgramPaymentTypes {
1804
2062
  request;
1805
2063
  response;
1806
2064
  }
2065
+ export class SvcGetOrganizationUnitCompany {
2066
+ name = 'GetOrganizationUnitCompany';
2067
+ path = '/message/GetOrganizationUnitCompany';
2068
+ request;
2069
+ response;
2070
+ }
1807
2071
  export class SvcGetOrganizationUnitSet {
1808
2072
  name = 'GetOrganizationUnitSet';
1809
2073
  path = '/message/GetOrganizationUnitSet';
@@ -1864,6 +2128,12 @@ export class SvcGetPaymentTypeByID {
1864
2128
  request;
1865
2129
  response;
1866
2130
  }
2131
+ export class SvcGetPaymentTypeCustomFields {
2132
+ name = 'GetPaymentTypeCustomFields';
2133
+ path = '/message/GetPaymentTypeCustomFields';
2134
+ request;
2135
+ response;
2136
+ }
1867
2137
  export class SvcGetPaymentTypesForFilter {
1868
2138
  name = 'GetPaymentTypesForFilter';
1869
2139
  path = '/message/GetPaymentTypesForFilter';
@@ -1948,6 +2218,12 @@ export class SvcGetProductSearchTemplateByID {
1948
2218
  request;
1949
2219
  response;
1950
2220
  }
2221
+ export class SvcGetProductSubscription {
2222
+ name = 'GetProductSubscription';
2223
+ path = '/message/GetProductSubscription';
2224
+ request;
2225
+ response;
2226
+ }
1951
2227
  export class SvcGetRecentlyUsedStockMutationReasons {
1952
2228
  name = 'GetRecentlyUsedStockMutationReasons';
1953
2229
  path = '/message/GetRecentlyUsedStockMutationReasons';
@@ -1960,6 +2236,18 @@ export class SvcGetRefundCorrectionReason {
1960
2236
  request;
1961
2237
  response;
1962
2238
  }
2239
+ export class SvcGetResendReason {
2240
+ name = 'GetResendReason';
2241
+ path = '/message/GetResendReason';
2242
+ request;
2243
+ response;
2244
+ }
2245
+ export class SvcGetResendReasons {
2246
+ name = 'GetResendReasons';
2247
+ path = '/message/GetResendReasons';
2248
+ request;
2249
+ response;
2250
+ }
1963
2251
  export class SvcGetReturnReasonsByType {
1964
2252
  name = 'GetReturnReasonsByType';
1965
2253
  path = '/message/GetReturnReasonsByType';
@@ -2002,6 +2290,12 @@ export class SvcGetSettingHistory {
2002
2290
  request;
2003
2291
  response;
2004
2292
  }
2293
+ export class SvcGetSettingImpact {
2294
+ name = 'GetSettingImpact';
2295
+ path = '/message/GetSettingImpact';
2296
+ request;
2297
+ response;
2298
+ }
2005
2299
  export class SvcGetShippingCostByID {
2006
2300
  name = 'GetShippingCostByID';
2007
2301
  path = '/message/GetShippingCostByID';
@@ -2020,15 +2314,15 @@ export class SvcGetShippingRestrictionByID {
2020
2314
  request;
2021
2315
  response;
2022
2316
  }
2023
- export class SvcGetSubscriptionHandlers {
2024
- name = 'GetSubscriptionHandlers';
2025
- path = '/message/GetSubscriptionHandlers';
2317
+ export class SvcGetSubscriptionByID {
2318
+ name = 'GetSubscriptionByID';
2319
+ path = '/message/GetSubscriptionByID';
2026
2320
  request;
2027
2321
  response;
2028
2322
  }
2029
- export class SvcGetSubscriptionOrganizationUnitSets {
2030
- name = 'GetSubscriptionOrganizationUnitSets';
2031
- path = '/message/GetSubscriptionOrganizationUnitSets';
2323
+ export class SvcGetSubscriptionHandlers {
2324
+ name = 'GetSubscriptionHandlers';
2325
+ path = '/message/GetSubscriptionHandlers';
2032
2326
  request;
2033
2327
  response;
2034
2328
  }
@@ -2050,18 +2344,60 @@ export class SvcGetSupportedFunctionalities {
2050
2344
  request;
2051
2345
  response;
2052
2346
  }
2347
+ export class SvcGetSurveyByID {
2348
+ name = 'GetSurveyByID';
2349
+ path = '/message/GetSurveyByID';
2350
+ request;
2351
+ response;
2352
+ }
2353
+ export class SvcGetSurveyQuestionAnswer {
2354
+ name = 'GetSurveyQuestionAnswer';
2355
+ path = '/message/GetSurveyQuestionAnswer';
2356
+ request;
2357
+ response;
2358
+ }
2359
+ export class SvcGetSurveyQuestions {
2360
+ name = 'GetSurveyQuestions';
2361
+ path = '/message/GetSurveyQuestions';
2362
+ request;
2363
+ response;
2364
+ }
2365
+ export class SvcGetSurveyTranslatableItems {
2366
+ name = 'GetSurveyTranslatableItems';
2367
+ path = '/message/GetSurveyTranslatableItems';
2368
+ request;
2369
+ response;
2370
+ }
2371
+ export class SvcGetSurveyTranslationStatus {
2372
+ name = 'GetSurveyTranslationStatus';
2373
+ path = '/message/GetSurveyTranslationStatus';
2374
+ request;
2375
+ response;
2376
+ }
2053
2377
  export class SvcGetUnitOfMeasures {
2054
2378
  name = 'GetUnitOfMeasures';
2055
2379
  path = '/message/GetUnitOfMeasures';
2056
2380
  request;
2057
2381
  response;
2058
2382
  }
2383
+ export class SvcGetUserAgreementByID {
2384
+ name = 'GetUserAgreementByID';
2385
+ path = '/message/GetUserAgreementByID';
2386
+ request;
2387
+ response;
2388
+ }
2059
2389
  export class SvcGetUserBoughtProduct {
2060
2390
  name = 'GetUserBoughtProduct';
2061
2391
  path = '/message/GetUserBoughtProduct';
2062
2392
  request;
2063
2393
  response;
2064
2394
  }
2395
+ export class SvcGetUserBoughtProductBySerialNumber {
2396
+ name = 'GetUserBoughtProductBySerialNumber';
2397
+ path = '/message/GetUserBoughtProductBySerialNumber';
2398
+ request;
2399
+ response;
2400
+ }
2065
2401
  export class SvcGetUserCoupons {
2066
2402
  name = 'GetUserCoupons';
2067
2403
  path = '/message/GetUserCoupons';
@@ -2152,6 +2488,18 @@ export class SvcListAccounts {
2152
2488
  request;
2153
2489
  response;
2154
2490
  }
2491
+ export class SvcListAMLConfigurations {
2492
+ name = 'ListAMLConfigurations';
2493
+ path = '/message/ListAMLConfigurations';
2494
+ request;
2495
+ response;
2496
+ }
2497
+ export class SvcListAppointmentCancellationReasons {
2498
+ name = 'ListAppointmentCancellationReasons';
2499
+ path = '/message/ListAppointmentCancellationReasons';
2500
+ request;
2501
+ response;
2502
+ }
2155
2503
  export class SvcListAppSettingHistory {
2156
2504
  name = 'ListAppSettingHistory';
2157
2505
  path = '/message/ListAppSettingHistory';
@@ -2242,24 +2590,18 @@ export class SvcListCheckoutOptionCategories {
2242
2590
  request;
2243
2591
  response;
2244
2592
  }
2245
- export class SvcListCheckoutOptions {
2246
- name = 'ListCheckoutOptions';
2247
- path = '/message/ListCheckoutOptions';
2248
- request;
2249
- response;
2250
- }
2251
- export class SvcListClientApplications {
2252
- name = 'ListClientApplications';
2253
- path = '/message/ListClientApplications';
2254
- request;
2255
- response;
2256
- }
2257
2593
  export class SvcListCompanies {
2258
2594
  name = 'ListCompanies';
2259
2595
  path = '/message/ListCompanies';
2260
2596
  request;
2261
2597
  response;
2262
2598
  }
2599
+ export class SvcListCompanyRequirements {
2600
+ name = 'ListCompanyRequirements';
2601
+ path = '/message/ListCompanyRequirements';
2602
+ request;
2603
+ response;
2604
+ }
2263
2605
  export class SvcListCouponsByQuery {
2264
2606
  name = 'ListCouponsByQuery';
2265
2607
  path = '/message/ListCouponsByQuery';
@@ -2302,6 +2644,12 @@ export class SvcListCustomFields {
2302
2644
  request;
2303
2645
  response;
2304
2646
  }
2647
+ export class SvcListCustomFieldsForSurvey {
2648
+ name = 'ListCustomFieldsForSurvey';
2649
+ path = '/message/ListCustomFieldsForSurvey';
2650
+ request;
2651
+ response;
2652
+ }
2305
2653
  export class SvcListDiscountCampaigns {
2306
2654
  name = 'ListDiscountCampaigns';
2307
2655
  path = '/message/ListDiscountCampaigns';
@@ -2326,12 +2674,6 @@ export class SvcListDiscountUserUsageReloadStrategies {
2326
2674
  request;
2327
2675
  response;
2328
2676
  }
2329
- export class SvcListEmployeeDatas {
2330
- name = 'ListEmployeeDatas';
2331
- path = '/message/ListEmployeeDatas';
2332
- request;
2333
- response;
2334
- }
2335
2677
  export class SvcListEntityFieldValidatorEntityFieldNames {
2336
2678
  name = 'ListEntityFieldValidatorEntityFieldNames';
2337
2679
  path = '/message/ListEntityFieldValidatorEntityFieldNames';
@@ -2344,6 +2686,24 @@ export class SvcListEntityFieldValidators {
2344
2686
  request;
2345
2687
  response;
2346
2688
  }
2689
+ export class SvcListEventLocations {
2690
+ name = 'ListEventLocations';
2691
+ path = '/message/ListEventLocations';
2692
+ request;
2693
+ response;
2694
+ }
2695
+ export class SvcListEvents {
2696
+ name = 'ListEvents';
2697
+ path = '/message/ListEvents';
2698
+ request;
2699
+ response;
2700
+ }
2701
+ export class SvcListEventTypes {
2702
+ name = 'ListEventTypes';
2703
+ path = '/message/ListEventTypes';
2704
+ request;
2705
+ response;
2706
+ }
2347
2707
  export class SvcListExchangeRates {
2348
2708
  name = 'ListExchangeRates';
2349
2709
  path = '/message/ListExchangeRates';
@@ -2602,18 +2962,18 @@ export class SvcListProductRequirements {
2602
2962
  request;
2603
2963
  response;
2604
2964
  }
2605
- export class SvcListProductSearchTemplateResults {
2606
- name = 'ListProductSearchTemplateResults';
2607
- path = '/message/ListProductSearchTemplateResults';
2608
- request;
2609
- response;
2610
- }
2611
2965
  export class SvcListProductSearchTemplates {
2612
2966
  name = 'ListProductSearchTemplates';
2613
2967
  path = '/message/ListProductSearchTemplates';
2614
2968
  request;
2615
2969
  response;
2616
2970
  }
2971
+ export class SvcListProductSubscriptions {
2972
+ name = 'ListProductSubscriptions';
2973
+ path = '/message/ListProductSubscriptions';
2974
+ request;
2975
+ response;
2976
+ }
2617
2977
  export class SvcListProductUnitOfMeasures {
2618
2978
  name = 'ListProductUnitOfMeasures';
2619
2979
  path = '/message/ListProductUnitOfMeasures';
@@ -2626,6 +2986,12 @@ export class SvcListRefundCorrectionReasons {
2626
2986
  request;
2627
2987
  response;
2628
2988
  }
2989
+ export class SvcListResendReasons {
2990
+ name = 'ListResendReasons';
2991
+ path = '/message/ListResendReasons';
2992
+ request;
2993
+ response;
2994
+ }
2629
2995
  export class SvcListRestockedProducts {
2630
2996
  name = 'ListRestockedProducts';
2631
2997
  path = '/message/ListRestockedProducts';
@@ -2638,6 +3004,12 @@ export class SvcListReturnReasons {
2638
3004
  request;
2639
3005
  response;
2640
3006
  }
3007
+ export class SvcListRoleFunctionalities {
3008
+ name = 'ListRoleFunctionalities';
3009
+ path = '/message/ListRoleFunctionalities';
3010
+ request;
3011
+ response;
3012
+ }
2641
3013
  export class SvcListRoles {
2642
3014
  name = 'ListRoles';
2643
3015
  path = '/message/ListRoles';
@@ -2716,15 +3088,15 @@ export class SvcListStockMutationUnitCostSourceLedger {
2716
3088
  request;
2717
3089
  response;
2718
3090
  }
2719
- export class SvcListSubscriptions {
2720
- name = 'ListSubscriptions';
2721
- path = '/message/ListSubscriptions';
3091
+ export class SvcListSubscriptionOrganizationUnitSets {
3092
+ name = 'ListSubscriptionOrganizationUnitSets';
3093
+ path = '/message/ListSubscriptionOrganizationUnitSets';
2722
3094
  request;
2723
3095
  response;
2724
3096
  }
2725
- export class SvcListSubscriptionUsers {
2726
- name = 'ListSubscriptionUsers';
2727
- path = '/message/ListSubscriptionUsers';
3097
+ export class SvcListSubscriptions {
3098
+ name = 'ListSubscriptions';
3099
+ path = '/message/ListSubscriptions';
2728
3100
  request;
2729
3101
  response;
2730
3102
  }
@@ -2734,6 +3106,12 @@ export class SvcListSupplierProducts {
2734
3106
  request;
2735
3107
  response;
2736
3108
  }
3109
+ export class SvcListSurveys {
3110
+ name = 'ListSurveys';
3111
+ path = '/message/ListSurveys';
3112
+ request;
3113
+ response;
3114
+ }
2737
3115
  export class SvcListTemplateHandlers {
2738
3116
  name = 'ListTemplateHandlers';
2739
3117
  path = '/message/ListTemplateHandlers';
@@ -2746,6 +3124,12 @@ export class SvcListUnitPriceCorrectionReasons {
2746
3124
  request;
2747
3125
  response;
2748
3126
  }
3127
+ export class SvcListUserAgreements {
3128
+ name = 'ListUserAgreements';
3129
+ path = '/message/ListUserAgreements';
3130
+ request;
3131
+ response;
3132
+ }
2749
3133
  export class SvcListUserBoughtProducts {
2750
3134
  name = 'ListUserBoughtProducts';
2751
3135
  path = '/message/ListUserBoughtProducts';
@@ -2842,6 +3226,12 @@ export class SvcProcessUnshippedPurchaseOrdersFromExcel {
2842
3226
  request;
2843
3227
  response;
2844
3228
  }
3229
+ export class SvcPublishSurvey {
3230
+ name = 'PublishSurvey';
3231
+ path = '/message/PublishSurvey';
3232
+ request;
3233
+ response;
3234
+ }
2845
3235
  export class SvcPushBoughtProductsForUsers_Async {
2846
3236
  name = 'PushBoughtProductsForUsers_Async';
2847
3237
  path = '/async-message/PushBoughtProductsForUsers';
@@ -2860,6 +3250,36 @@ export class SvcPushCase {
2860
3250
  request;
2861
3251
  response;
2862
3252
  }
3253
+ export class SvcPushCompanies_Async {
3254
+ name = 'PushCompanies_Async';
3255
+ path = '/async-message/PushCompanies';
3256
+ request;
3257
+ response;
3258
+ }
3259
+ export class SvcPushCompanies_AsyncResult {
3260
+ name = 'PushCompanies_AsyncResult';
3261
+ path = '/async-result/PushCompanies';
3262
+ request;
3263
+ response;
3264
+ }
3265
+ export class SvcPushCompany_Async {
3266
+ name = 'PushCompany_Async';
3267
+ path = '/async-message/PushCompany';
3268
+ request;
3269
+ response;
3270
+ }
3271
+ export class SvcPushCompany_AsyncResult {
3272
+ name = 'PushCompany_AsyncResult';
3273
+ path = '/async-result/PushCompany';
3274
+ request;
3275
+ response;
3276
+ }
3277
+ export class SvcPushDiscountCoupons {
3278
+ name = 'PushDiscountCoupons';
3279
+ path = '/message/PushDiscountCoupons';
3280
+ request;
3281
+ response;
3282
+ }
2863
3283
  export class SvcPushLoyaltyProgram_Async {
2864
3284
  name = 'PushLoyaltyProgram_Async';
2865
3285
  path = '/async-message/PushLoyaltyProgram';
@@ -2872,6 +3292,30 @@ export class SvcPushLoyaltyProgram_AsyncResult {
2872
3292
  request;
2873
3293
  response;
2874
3294
  }
3295
+ export class SvcPushLoyaltyProgramGroup_Async {
3296
+ name = 'PushLoyaltyProgramGroup_Async';
3297
+ path = '/async-message/PushLoyaltyProgramGroup';
3298
+ request;
3299
+ response;
3300
+ }
3301
+ export class SvcPushLoyaltyProgramGroup_AsyncResult {
3302
+ name = 'PushLoyaltyProgramGroup_AsyncResult';
3303
+ path = '/async-result/PushLoyaltyProgramGroup';
3304
+ request;
3305
+ response;
3306
+ }
3307
+ export class SvcPushLoyaltyPrograms_Async {
3308
+ name = 'PushLoyaltyPrograms_Async';
3309
+ path = '/async-message/PushLoyaltyPrograms';
3310
+ request;
3311
+ response;
3312
+ }
3313
+ export class SvcPushLoyaltyPrograms_AsyncResult {
3314
+ name = 'PushLoyaltyPrograms_AsyncResult';
3315
+ path = '/async-result/PushLoyaltyPrograms';
3316
+ request;
3317
+ response;
3318
+ }
2875
3319
  export class SvcPushUserBoughtProduct {
2876
3320
  name = 'PushUserBoughtProduct';
2877
3321
  path = '/message/PushUserBoughtProduct';
@@ -2896,6 +3340,18 @@ export class SvcRebalanceLoyaltyPoints {
2896
3340
  request;
2897
3341
  response;
2898
3342
  }
3343
+ export class SvcRebalanceLoyaltyPointsForUsers_Async {
3344
+ name = 'RebalanceLoyaltyPointsForUsers_Async';
3345
+ path = '/async-message/RebalanceLoyaltyPointsForUsers';
3346
+ request;
3347
+ response;
3348
+ }
3349
+ export class SvcRebalanceLoyaltyPointsForUsers_AsyncResult {
3350
+ name = 'RebalanceLoyaltyPointsForUsers_AsyncResult';
3351
+ path = '/async-result/RebalanceLoyaltyPointsForUsers';
3352
+ request;
3353
+ response;
3354
+ }
2899
3355
  export class SvcRefillStockAllocation {
2900
3356
  name = 'RefillStockAllocation';
2901
3357
  path = '/message/RefillStockAllocation';
@@ -2962,12 +3418,30 @@ export class SvcRemoveRolesFromManualDiscount {
2962
3418
  request;
2963
3419
  response;
2964
3420
  }
3421
+ export class SvcRestartSurveyResponse {
3422
+ name = 'RestartSurveyResponse';
3423
+ path = '/message/RestartSurveyResponse';
3424
+ request;
3425
+ response;
3426
+ }
3427
+ export class SvcRotateEndpointConfigurationKey {
3428
+ name = 'RotateEndpointConfigurationKey';
3429
+ path = '/message/RotateEndpointConfigurationKey';
3430
+ request;
3431
+ response;
3432
+ }
2965
3433
  export class SvcSearchDiscountsByQuery {
2966
3434
  name = 'SearchDiscountsByQuery';
2967
3435
  path = '/message/SearchDiscountsByQuery';
2968
3436
  request;
2969
3437
  response;
2970
3438
  }
3439
+ export class SvcSearchOrganizationUnitCompany {
3440
+ name = 'SearchOrganizationUnitCompany';
3441
+ path = '/message/SearchOrganizationUnitCompany';
3442
+ request;
3443
+ response;
3444
+ }
2971
3445
  export class SvcSearchStockMutations {
2972
3446
  name = 'SearchStockMutations';
2973
3447
  path = '/message/SearchStockMutations';
@@ -3028,6 +3502,12 @@ export class SvcSetOrderLoyaltyProgramPaymentTypes {
3028
3502
  request;
3029
3503
  response;
3030
3504
  }
3505
+ export class SvcSetOrganizationUnitSubsetSequences {
3506
+ name = 'SetOrganizationUnitSubsetSequences';
3507
+ path = '/message/SetOrganizationUnitSubsetSequences';
3508
+ request;
3509
+ response;
3510
+ }
3031
3511
  export class SvcSetOrganizationUnitSupplierData {
3032
3512
  name = 'SetOrganizationUnitSupplierData';
3033
3513
  path = '/message/SetOrganizationUnitSupplierData';
@@ -3058,12 +3538,42 @@ export class SvcSetSettings {
3058
3538
  request;
3059
3539
  response;
3060
3540
  }
3541
+ export class SvcSetSurveyQuestionRoutingSequences {
3542
+ name = 'SetSurveyQuestionRoutingSequences';
3543
+ path = '/message/SetSurveyQuestionRoutingSequences';
3544
+ request;
3545
+ response;
3546
+ }
3547
+ export class SvcSetSurveyQuestionSequences {
3548
+ name = 'SetSurveyQuestionSequences';
3549
+ path = '/message/SetSurveyQuestionSequences';
3550
+ request;
3551
+ response;
3552
+ }
3553
+ export class SvcSetSurveyTranslatableItems {
3554
+ name = 'SetSurveyTranslatableItems';
3555
+ path = '/message/SetSurveyTranslatableItems';
3556
+ request;
3557
+ response;
3558
+ }
3061
3559
  export class SvcSetUserRoles {
3062
3560
  name = 'SetUserRoles';
3063
3561
  path = '/message/SetUserRoles';
3064
3562
  request;
3065
3563
  response;
3066
3564
  }
3565
+ export class SvcStartSurvey {
3566
+ name = 'StartSurvey';
3567
+ path = '/message/StartSurvey';
3568
+ request;
3569
+ response;
3570
+ }
3571
+ export class SvcStartSurveyPreview {
3572
+ name = 'StartSurveyPreview';
3573
+ path = '/message/StartSurveyPreview';
3574
+ request;
3575
+ response;
3576
+ }
3067
3577
  export class SvcUnblockUserSubscription {
3068
3578
  name = 'UnblockUserSubscription';
3069
3579
  path = '/message/UnblockUserSubscription';
@@ -3094,6 +3604,12 @@ export class SvcUpdateAccount {
3094
3604
  request;
3095
3605
  response;
3096
3606
  }
3607
+ export class SvcUpdateAppointmentCancellationReason {
3608
+ name = 'UpdateAppointmentCancellationReason';
3609
+ path = '/message/UpdateAppointmentCancellationReason';
3610
+ request;
3611
+ response;
3612
+ }
3097
3613
  export class SvcUpdateAssortment {
3098
3614
  name = 'UpdateAssortment';
3099
3615
  path = '/message/UpdateAssortment';
@@ -3172,18 +3688,18 @@ export class SvcUpdateCheckoutOptionSequences {
3172
3688
  request;
3173
3689
  response;
3174
3690
  }
3175
- export class SvcUpdateClientApplication {
3176
- name = 'UpdateClientApplication';
3177
- path = '/message/UpdateClientApplication';
3178
- request;
3179
- response;
3180
- }
3181
3691
  export class SvcUpdateCompany {
3182
3692
  name = 'UpdateCompany';
3183
3693
  path = '/message/UpdateCompany';
3184
3694
  request;
3185
3695
  response;
3186
3696
  }
3697
+ export class SvcUpdateCompanyRequirement {
3698
+ name = 'UpdateCompanyRequirement';
3699
+ path = '/message/UpdateCompanyRequirement';
3700
+ request;
3701
+ response;
3702
+ }
3187
3703
  export class SvcUpdateCostPriceCalculation {
3188
3704
  name = 'UpdateCostPriceCalculation';
3189
3705
  path = '/message/UpdateCostPriceCalculation';
@@ -3238,12 +3754,36 @@ export class SvcUpdateDiscountTemplate {
3238
3754
  request;
3239
3755
  response;
3240
3756
  }
3757
+ export class SvcUpdateEndpointConfiguration {
3758
+ name = 'UpdateEndpointConfiguration';
3759
+ path = '/message/UpdateEndpointConfiguration';
3760
+ request;
3761
+ response;
3762
+ }
3241
3763
  export class SvcUpdateEntityFieldValidator {
3242
3764
  name = 'UpdateEntityFieldValidator';
3243
3765
  path = '/message/UpdateEntityFieldValidator';
3244
3766
  request;
3245
3767
  response;
3246
3768
  }
3769
+ export class SvcUpdateEvent {
3770
+ name = 'UpdateEvent';
3771
+ path = '/message/UpdateEvent';
3772
+ request;
3773
+ response;
3774
+ }
3775
+ export class SvcUpdateEventLocation {
3776
+ name = 'UpdateEventLocation';
3777
+ path = '/message/UpdateEventLocation';
3778
+ request;
3779
+ response;
3780
+ }
3781
+ export class SvcUpdateEventType {
3782
+ name = 'UpdateEventType';
3783
+ path = '/message/UpdateEventType';
3784
+ request;
3785
+ response;
3786
+ }
3247
3787
  export class SvcUpdateFraudItem {
3248
3788
  name = 'UpdateFraudItem';
3249
3789
  path = '/message/UpdateFraudItem';
@@ -3334,6 +3874,12 @@ export class SvcUpdateOrderLedgerType {
3334
3874
  request;
3335
3875
  response;
3336
3876
  }
3877
+ export class SvcUpdateOrganizationUnitCompany {
3878
+ name = 'UpdateOrganizationUnitCompany';
3879
+ path = '/message/UpdateOrganizationUnitCompany';
3880
+ request;
3881
+ response;
3882
+ }
3337
3883
  export class SvcUpdateOrganizationUnitCurrency {
3338
3884
  name = 'UpdateOrganizationUnitCurrency';
3339
3885
  path = '/message/UpdateOrganizationUnitCurrency';
@@ -3346,12 +3892,6 @@ export class SvcUpdateOrganizationUnitOpeningHours {
3346
3892
  request;
3347
3893
  response;
3348
3894
  }
3349
- export class SvcUpdateOrganizationUnitPublicIpAddress {
3350
- name = 'UpdateOrganizationUnitPublicIpAddress';
3351
- path = '/message/UpdateOrganizationUnitPublicIpAddress';
3352
- request;
3353
- response;
3354
- }
3355
3895
  export class SvcUpdateOrganizationUnitRegularOpeningHours {
3356
3896
  name = 'UpdateOrganizationUnitRegularOpeningHours';
3357
3897
  path = '/message/UpdateOrganizationUnitRegularOpeningHours';
@@ -3466,6 +4006,12 @@ export class SvcUpdateProductSearchTemplate {
3466
4006
  request;
3467
4007
  response;
3468
4008
  }
4009
+ export class SvcUpdateProductSubscription {
4010
+ name = 'UpdateProductSubscription';
4011
+ path = '/message/UpdateProductSubscription';
4012
+ request;
4013
+ response;
4014
+ }
3469
4015
  export class SvcUpdateProductUnitOfMeasure {
3470
4016
  name = 'UpdateProductUnitOfMeasure';
3471
4017
  path = '/message/UpdateProductUnitOfMeasure';
@@ -3478,6 +4024,12 @@ export class SvcUpdateRefundCorrectionReason {
3478
4024
  request;
3479
4025
  response;
3480
4026
  }
4027
+ export class SvcUpdateResendReason {
4028
+ name = 'UpdateResendReason';
4029
+ path = '/message/UpdateResendReason';
4030
+ request;
4031
+ response;
4032
+ }
3481
4033
  export class SvcUpdateReturnReason {
3482
4034
  name = 'UpdateReturnReason';
3483
4035
  path = '/message/UpdateReturnReason';
@@ -3586,6 +4138,24 @@ export class SvcUpdateSupplierProductStock {
3586
4138
  request;
3587
4139
  response;
3588
4140
  }
4141
+ export class SvcUpdateSurvey {
4142
+ name = 'UpdateSurvey';
4143
+ path = '/message/UpdateSurvey';
4144
+ request;
4145
+ response;
4146
+ }
4147
+ export class SvcUpdateSurveyQuestion {
4148
+ name = 'UpdateSurveyQuestion';
4149
+ path = '/message/UpdateSurveyQuestion';
4150
+ request;
4151
+ response;
4152
+ }
4153
+ export class SvcUpdateSurveyQuestionRoute {
4154
+ name = 'UpdateSurveyQuestionRoute';
4155
+ path = '/message/UpdateSurveyQuestionRoute';
4156
+ request;
4157
+ response;
4158
+ }
3589
4159
  export class SvcUpdateUnitOfMeasure {
3590
4160
  name = 'UpdateUnitOfMeasure';
3591
4161
  path = '/message/UpdateUnitOfMeasure';
@@ -3598,6 +4168,12 @@ export class SvcUpdateUnitPriceCorrectionReason {
3598
4168
  request;
3599
4169
  response;
3600
4170
  }
4171
+ export class SvcUpdateUserAgreement {
4172
+ name = 'UpdateUserAgreement';
4173
+ path = '/message/UpdateUserAgreement';
4174
+ request;
4175
+ response;
4176
+ }
3601
4177
  export class SvcUpdateUserBoughtProductDetail {
3602
4178
  name = 'UpdateUserBoughtProductDetail';
3603
4179
  path = '/message/UpdateUserBoughtProductDetail';
@@ -3718,12 +4294,6 @@ export class SvcUploadSalesOrderExcel {
3718
4294
  request;
3719
4295
  response;
3720
4296
  }
3721
- export class SvcUploadShippingRestrictions {
3722
- name = 'UploadShippingRestrictions';
3723
- path = '/message/UploadShippingRestrictions';
3724
- request;
3725
- response;
3726
- }
3727
4297
  export class SvcUploadStockAllocationRulesExcel {
3728
4298
  name = 'UploadStockAllocationRulesExcel';
3729
4299
  path = '/message/UploadStockAllocationRulesExcel';