@springtree/eva-services-core-management 3.0.0-beta.3 → 3.0.0-beta.31
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/lib/eva-services-core-management.d.ts +2102 -590
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js +20 -6
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +236 -50
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +222 -36
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -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';
|
|
@@ -88,12 +100,6 @@ export class SvcAttachFunctionalitiesToRole {
|
|
|
88
100
|
request;
|
|
89
101
|
response;
|
|
90
102
|
}
|
|
91
|
-
export class SvcAttachLoyaltyProgramProductLimitationToPaymentType {
|
|
92
|
-
name = 'AttachLoyaltyProgramProductLimitationToPaymentType';
|
|
93
|
-
path = '/message/AttachLoyaltyProgramProductLimitationToPaymentType';
|
|
94
|
-
request;
|
|
95
|
-
response;
|
|
96
|
-
}
|
|
97
103
|
export class SvcAttachLoyaltyProgramToOrder {
|
|
98
104
|
name = 'AttachLoyaltyProgramToOrder';
|
|
99
105
|
path = '/message/AttachLoyaltyProgramToOrder';
|
|
@@ -130,6 +136,12 @@ export class SvcBlockUserSubscription {
|
|
|
130
136
|
request;
|
|
131
137
|
response;
|
|
132
138
|
}
|
|
139
|
+
export class SvcCheckProductSearchTemplate {
|
|
140
|
+
name = 'CheckProductSearchTemplate';
|
|
141
|
+
path = '/message/CheckProductSearchTemplate';
|
|
142
|
+
request;
|
|
143
|
+
response;
|
|
144
|
+
}
|
|
133
145
|
export class SvcCleanupSettings {
|
|
134
146
|
name = 'CleanupSettings';
|
|
135
147
|
path = '/message/CleanupSettings';
|
|
@@ -292,6 +304,12 @@ export class SvcCreateEmployeeUser {
|
|
|
292
304
|
request;
|
|
293
305
|
response;
|
|
294
306
|
}
|
|
307
|
+
export class SvcCreateEndpointConfiguration {
|
|
308
|
+
name = 'CreateEndpointConfiguration';
|
|
309
|
+
path = '/message/CreateEndpointConfiguration';
|
|
310
|
+
request;
|
|
311
|
+
response;
|
|
312
|
+
}
|
|
295
313
|
export class SvcCreateEntityFieldValidator {
|
|
296
314
|
name = 'CreateEntityFieldValidator';
|
|
297
315
|
path = '/message/CreateEntityFieldValidator';
|
|
@@ -796,6 +814,12 @@ export class SvcDeleteEmployeeData {
|
|
|
796
814
|
request;
|
|
797
815
|
response;
|
|
798
816
|
}
|
|
817
|
+
export class SvcDeleteEndpointConfiguration {
|
|
818
|
+
name = 'DeleteEndpointConfiguration';
|
|
819
|
+
path = '/message/DeleteEndpointConfiguration';
|
|
820
|
+
request;
|
|
821
|
+
response;
|
|
822
|
+
}
|
|
799
823
|
export class SvcDeleteEntityFieldValidator {
|
|
800
824
|
name = 'DeleteEntityFieldValidator';
|
|
801
825
|
path = '/message/DeleteEntityFieldValidator';
|
|
@@ -1180,12 +1204,6 @@ export class SvcDetachLoyaltyProgramFromOrder {
|
|
|
1180
1204
|
request;
|
|
1181
1205
|
response;
|
|
1182
1206
|
}
|
|
1183
|
-
export class SvcDetachLoyaltyProgramProductLimitationFromPaymentType {
|
|
1184
|
-
name = 'DetachLoyaltyProgramProductLimitationFromPaymentType';
|
|
1185
|
-
path = '/message/DetachLoyaltyProgramProductLimitationFromPaymentType';
|
|
1186
|
-
request;
|
|
1187
|
-
response;
|
|
1188
|
-
}
|
|
1189
1207
|
export class SvcDisableDiscounts {
|
|
1190
1208
|
name = 'DisableDiscounts';
|
|
1191
1209
|
path = '/message/DisableDiscounts';
|
|
@@ -1276,6 +1294,18 @@ export class SvcDownloadStockAllocationRulesExcel {
|
|
|
1276
1294
|
request;
|
|
1277
1295
|
response;
|
|
1278
1296
|
}
|
|
1297
|
+
export class SvcDownloadStockOverview_Async {
|
|
1298
|
+
name = 'DownloadStockOverview_Async';
|
|
1299
|
+
path = '/async-message/DownloadStockOverview';
|
|
1300
|
+
request;
|
|
1301
|
+
response;
|
|
1302
|
+
}
|
|
1303
|
+
export class SvcDownloadStockOverview_AsyncResult {
|
|
1304
|
+
name = 'DownloadStockOverview_AsyncResult';
|
|
1305
|
+
path = '/async-result/DownloadStockOverview';
|
|
1306
|
+
request;
|
|
1307
|
+
response;
|
|
1308
|
+
}
|
|
1279
1309
|
export class SvcDownloadSupplierProducts {
|
|
1280
1310
|
name = 'DownloadSupplierProducts';
|
|
1281
1311
|
path = '/message/DownloadSupplierProducts';
|
|
@@ -1414,6 +1444,18 @@ export class SvcGenerateDiscountCoupons {
|
|
|
1414
1444
|
request;
|
|
1415
1445
|
response;
|
|
1416
1446
|
}
|
|
1447
|
+
export class SvcGenerateDiscountCoupons_Async {
|
|
1448
|
+
name = 'GenerateDiscountCoupons_Async';
|
|
1449
|
+
path = '/async-message/GenerateDiscountCoupons';
|
|
1450
|
+
request;
|
|
1451
|
+
response;
|
|
1452
|
+
}
|
|
1453
|
+
export class SvcGenerateDiscountCoupons_AsyncResult {
|
|
1454
|
+
name = 'GenerateDiscountCoupons_AsyncResult';
|
|
1455
|
+
path = '/async-result/GenerateDiscountCoupons';
|
|
1456
|
+
request;
|
|
1457
|
+
response;
|
|
1458
|
+
}
|
|
1417
1459
|
export class SvcGenerateIdentificationCodeForEmployee {
|
|
1418
1460
|
name = 'GenerateIdentificationCodeForEmployee';
|
|
1419
1461
|
path = '/message/GenerateIdentificationCodeForEmployee';
|
|
@@ -1570,12 +1612,6 @@ export class SvcGetCheckoutOptionHandlers {
|
|
|
1570
1612
|
request;
|
|
1571
1613
|
response;
|
|
1572
1614
|
}
|
|
1573
|
-
export class SvcGetCheckoutOptions {
|
|
1574
|
-
name = 'GetCheckoutOptions';
|
|
1575
|
-
path = '/message/GetCheckoutOptions';
|
|
1576
|
-
request;
|
|
1577
|
-
response;
|
|
1578
|
-
}
|
|
1579
1615
|
export class SvcGetClientApplicationByID {
|
|
1580
1616
|
name = 'GetClientApplicationByID';
|
|
1581
1617
|
path = '/message/GetClientApplicationByID';
|
|
@@ -1672,15 +1708,27 @@ export class SvcGetDiscountTemplateByID {
|
|
|
1672
1708
|
request;
|
|
1673
1709
|
response;
|
|
1674
1710
|
}
|
|
1711
|
+
export class SvcGetEmployeeData {
|
|
1712
|
+
name = 'GetEmployeeData';
|
|
1713
|
+
path = '/message/GetEmployeeData';
|
|
1714
|
+
request;
|
|
1715
|
+
response;
|
|
1716
|
+
}
|
|
1675
1717
|
export class SvcGetEmployeeDataByID {
|
|
1676
1718
|
name = 'GetEmployeeDataByID';
|
|
1677
1719
|
path = '/message/GetEmployeeDataByID';
|
|
1678
1720
|
request;
|
|
1679
1721
|
response;
|
|
1680
1722
|
}
|
|
1681
|
-
export class
|
|
1682
|
-
name = '
|
|
1683
|
-
path = '/message/
|
|
1723
|
+
export class SvcGetEndpointConfiguration {
|
|
1724
|
+
name = 'GetEndpointConfiguration';
|
|
1725
|
+
path = '/message/GetEndpointConfiguration';
|
|
1726
|
+
request;
|
|
1727
|
+
response;
|
|
1728
|
+
}
|
|
1729
|
+
export class SvcGetEndpointConfigurations {
|
|
1730
|
+
name = 'GetEndpointConfigurations';
|
|
1731
|
+
path = '/message/GetEndpointConfigurations';
|
|
1684
1732
|
request;
|
|
1685
1733
|
response;
|
|
1686
1734
|
}
|
|
@@ -1690,6 +1738,12 @@ export class SvcGetEntityFieldValidator {
|
|
|
1690
1738
|
request;
|
|
1691
1739
|
response;
|
|
1692
1740
|
}
|
|
1741
|
+
export class SvcGetFieldValidatorsForEntity {
|
|
1742
|
+
name = 'GetFieldValidatorsForEntity';
|
|
1743
|
+
path = '/message/GetFieldValidatorsForEntity';
|
|
1744
|
+
request;
|
|
1745
|
+
response;
|
|
1746
|
+
}
|
|
1693
1747
|
export class SvcGetFlattenedFunctionalityByUserID {
|
|
1694
1748
|
name = 'GetFlattenedFunctionalityByUserID';
|
|
1695
1749
|
path = '/message/GetFlattenedFunctionalityByUserID';
|
|
@@ -1780,6 +1834,12 @@ export class SvcGetLoyaltyProgramProductLimitation {
|
|
|
1780
1834
|
request;
|
|
1781
1835
|
response;
|
|
1782
1836
|
}
|
|
1837
|
+
export class SvcGetLoyaltyProgramUserUsage {
|
|
1838
|
+
name = 'GetLoyaltyProgramUserUsage';
|
|
1839
|
+
path = '/message/GetLoyaltyProgramUserUsage';
|
|
1840
|
+
request;
|
|
1841
|
+
response;
|
|
1842
|
+
}
|
|
1783
1843
|
export class SvcGetMessageTemplateByID {
|
|
1784
1844
|
name = 'GetMessageTemplateByID';
|
|
1785
1845
|
path = '/message/GetMessageTemplateByID';
|
|
@@ -1798,6 +1858,12 @@ export class SvcGetOpeningHoursTypes {
|
|
|
1798
1858
|
request;
|
|
1799
1859
|
response;
|
|
1800
1860
|
}
|
|
1861
|
+
export class SvcGetOrderLoyaltyProgramPaymentTypes {
|
|
1862
|
+
name = 'GetOrderLoyaltyProgramPaymentTypes';
|
|
1863
|
+
path = '/message/GetOrderLoyaltyProgramPaymentTypes';
|
|
1864
|
+
request;
|
|
1865
|
+
response;
|
|
1866
|
+
}
|
|
1801
1867
|
export class SvcGetOrganizationUnitSet {
|
|
1802
1868
|
name = 'GetOrganizationUnitSet';
|
|
1803
1869
|
path = '/message/GetOrganizationUnitSet';
|
|
@@ -1858,6 +1924,12 @@ export class SvcGetPaymentTypeByID {
|
|
|
1858
1924
|
request;
|
|
1859
1925
|
response;
|
|
1860
1926
|
}
|
|
1927
|
+
export class SvcGetPaymentTypeCustomFields {
|
|
1928
|
+
name = 'GetPaymentTypeCustomFields';
|
|
1929
|
+
path = '/message/GetPaymentTypeCustomFields';
|
|
1930
|
+
request;
|
|
1931
|
+
response;
|
|
1932
|
+
}
|
|
1861
1933
|
export class SvcGetPaymentTypesForFilter {
|
|
1862
1934
|
name = 'GetPaymentTypesForFilter';
|
|
1863
1935
|
path = '/message/GetPaymentTypesForFilter';
|
|
@@ -2056,6 +2128,12 @@ export class SvcGetUserBoughtProduct {
|
|
|
2056
2128
|
request;
|
|
2057
2129
|
response;
|
|
2058
2130
|
}
|
|
2131
|
+
export class SvcGetUserBoughtProductBySerialNumber {
|
|
2132
|
+
name = 'GetUserBoughtProductBySerialNumber';
|
|
2133
|
+
path = '/message/GetUserBoughtProductBySerialNumber';
|
|
2134
|
+
request;
|
|
2135
|
+
response;
|
|
2136
|
+
}
|
|
2059
2137
|
export class SvcGetUserCoupons {
|
|
2060
2138
|
name = 'GetUserCoupons';
|
|
2061
2139
|
path = '/message/GetUserCoupons';
|
|
@@ -2236,12 +2314,6 @@ export class SvcListCheckoutOptionCategories {
|
|
|
2236
2314
|
request;
|
|
2237
2315
|
response;
|
|
2238
2316
|
}
|
|
2239
|
-
export class SvcListCheckoutOptions {
|
|
2240
|
-
name = 'ListCheckoutOptions';
|
|
2241
|
-
path = '/message/ListCheckoutOptions';
|
|
2242
|
-
request;
|
|
2243
|
-
response;
|
|
2244
|
-
}
|
|
2245
2317
|
export class SvcListClientApplications {
|
|
2246
2318
|
name = 'ListClientApplications';
|
|
2247
2319
|
path = '/message/ListClientApplications';
|
|
@@ -2398,6 +2470,12 @@ export class SvcListLoyaltyProgramProductLimitations {
|
|
|
2398
2470
|
request;
|
|
2399
2471
|
response;
|
|
2400
2472
|
}
|
|
2473
|
+
export class SvcListLoyaltyProgramRequiredCustomFields {
|
|
2474
|
+
name = 'ListLoyaltyProgramRequiredCustomFields';
|
|
2475
|
+
path = '/message/ListLoyaltyProgramRequiredCustomFields';
|
|
2476
|
+
request;
|
|
2477
|
+
response;
|
|
2478
|
+
}
|
|
2401
2479
|
export class SvcListLoyaltyPrograms {
|
|
2402
2480
|
name = 'ListLoyaltyPrograms';
|
|
2403
2481
|
path = '/message/ListLoyaltyPrograms';
|
|
@@ -2848,9 +2926,69 @@ export class SvcPushCase {
|
|
|
2848
2926
|
request;
|
|
2849
2927
|
response;
|
|
2850
2928
|
}
|
|
2851
|
-
export class
|
|
2852
|
-
name = '
|
|
2853
|
-
path = '/message/
|
|
2929
|
+
export class SvcPushCompanies_Async {
|
|
2930
|
+
name = 'PushCompanies_Async';
|
|
2931
|
+
path = '/async-message/PushCompanies';
|
|
2932
|
+
request;
|
|
2933
|
+
response;
|
|
2934
|
+
}
|
|
2935
|
+
export class SvcPushCompanies_AsyncResult {
|
|
2936
|
+
name = 'PushCompanies_AsyncResult';
|
|
2937
|
+
path = '/async-result/PushCompanies';
|
|
2938
|
+
request;
|
|
2939
|
+
response;
|
|
2940
|
+
}
|
|
2941
|
+
export class SvcPushCompany_Async {
|
|
2942
|
+
name = 'PushCompany_Async';
|
|
2943
|
+
path = '/async-message/PushCompany';
|
|
2944
|
+
request;
|
|
2945
|
+
response;
|
|
2946
|
+
}
|
|
2947
|
+
export class SvcPushCompany_AsyncResult {
|
|
2948
|
+
name = 'PushCompany_AsyncResult';
|
|
2949
|
+
path = '/async-result/PushCompany';
|
|
2950
|
+
request;
|
|
2951
|
+
response;
|
|
2952
|
+
}
|
|
2953
|
+
export class SvcPushDiscountCoupons {
|
|
2954
|
+
name = 'PushDiscountCoupons';
|
|
2955
|
+
path = '/message/PushDiscountCoupons';
|
|
2956
|
+
request;
|
|
2957
|
+
response;
|
|
2958
|
+
}
|
|
2959
|
+
export class SvcPushLoyaltyProgram_Async {
|
|
2960
|
+
name = 'PushLoyaltyProgram_Async';
|
|
2961
|
+
path = '/async-message/PushLoyaltyProgram';
|
|
2962
|
+
request;
|
|
2963
|
+
response;
|
|
2964
|
+
}
|
|
2965
|
+
export class SvcPushLoyaltyProgram_AsyncResult {
|
|
2966
|
+
name = 'PushLoyaltyProgram_AsyncResult';
|
|
2967
|
+
path = '/async-result/PushLoyaltyProgram';
|
|
2968
|
+
request;
|
|
2969
|
+
response;
|
|
2970
|
+
}
|
|
2971
|
+
export class SvcPushLoyaltyProgramGroup_Async {
|
|
2972
|
+
name = 'PushLoyaltyProgramGroup_Async';
|
|
2973
|
+
path = '/async-message/PushLoyaltyProgramGroup';
|
|
2974
|
+
request;
|
|
2975
|
+
response;
|
|
2976
|
+
}
|
|
2977
|
+
export class SvcPushLoyaltyProgramGroup_AsyncResult {
|
|
2978
|
+
name = 'PushLoyaltyProgramGroup_AsyncResult';
|
|
2979
|
+
path = '/async-result/PushLoyaltyProgramGroup';
|
|
2980
|
+
request;
|
|
2981
|
+
response;
|
|
2982
|
+
}
|
|
2983
|
+
export class SvcPushLoyaltyPrograms_Async {
|
|
2984
|
+
name = 'PushLoyaltyPrograms_Async';
|
|
2985
|
+
path = '/async-message/PushLoyaltyPrograms';
|
|
2986
|
+
request;
|
|
2987
|
+
response;
|
|
2988
|
+
}
|
|
2989
|
+
export class SvcPushLoyaltyPrograms_AsyncResult {
|
|
2990
|
+
name = 'PushLoyaltyPrograms_AsyncResult';
|
|
2991
|
+
path = '/async-result/PushLoyaltyPrograms';
|
|
2854
2992
|
request;
|
|
2855
2993
|
response;
|
|
2856
2994
|
}
|
|
@@ -2878,6 +3016,18 @@ export class SvcRebalanceLoyaltyPoints {
|
|
|
2878
3016
|
request;
|
|
2879
3017
|
response;
|
|
2880
3018
|
}
|
|
3019
|
+
export class SvcRebalanceLoyaltyPointsForUsers_Async {
|
|
3020
|
+
name = 'RebalanceLoyaltyPointsForUsers_Async';
|
|
3021
|
+
path = '/async-message/RebalanceLoyaltyPointsForUsers';
|
|
3022
|
+
request;
|
|
3023
|
+
response;
|
|
3024
|
+
}
|
|
3025
|
+
export class SvcRebalanceLoyaltyPointsForUsers_AsyncResult {
|
|
3026
|
+
name = 'RebalanceLoyaltyPointsForUsers_AsyncResult';
|
|
3027
|
+
path = '/async-result/RebalanceLoyaltyPointsForUsers';
|
|
3028
|
+
request;
|
|
3029
|
+
response;
|
|
3030
|
+
}
|
|
2881
3031
|
export class SvcRefillStockAllocation {
|
|
2882
3032
|
name = 'RefillStockAllocation';
|
|
2883
3033
|
path = '/message/RefillStockAllocation';
|
|
@@ -2908,6 +3058,12 @@ export class SvcRemoveLoyaltyProgramPriceList {
|
|
|
2908
3058
|
request;
|
|
2909
3059
|
response;
|
|
2910
3060
|
}
|
|
3061
|
+
export class SvcRemoveLoyaltyProgramRequiredCustomField {
|
|
3062
|
+
name = 'RemoveLoyaltyProgramRequiredCustomField';
|
|
3063
|
+
path = '/message/RemoveLoyaltyProgramRequiredCustomField';
|
|
3064
|
+
request;
|
|
3065
|
+
response;
|
|
3066
|
+
}
|
|
2911
3067
|
export class SvcRemovePackageFromCarrier {
|
|
2912
3068
|
name = 'RemovePackageFromCarrier';
|
|
2913
3069
|
path = '/message/RemovePackageFromCarrier';
|
|
@@ -2926,12 +3082,24 @@ export class SvcRemoveProductsFromAssortment {
|
|
|
2926
3082
|
request;
|
|
2927
3083
|
response;
|
|
2928
3084
|
}
|
|
3085
|
+
export class SvcRemoveRequiredCustomFieldsFromManualDiscount {
|
|
3086
|
+
name = 'RemoveRequiredCustomFieldsFromManualDiscount';
|
|
3087
|
+
path = '/message/RemoveRequiredCustomFieldsFromManualDiscount';
|
|
3088
|
+
request;
|
|
3089
|
+
response;
|
|
3090
|
+
}
|
|
2929
3091
|
export class SvcRemoveRolesFromManualDiscount {
|
|
2930
3092
|
name = 'RemoveRolesFromManualDiscount';
|
|
2931
3093
|
path = '/message/RemoveRolesFromManualDiscount';
|
|
2932
3094
|
request;
|
|
2933
3095
|
response;
|
|
2934
3096
|
}
|
|
3097
|
+
export class SvcRotateEndpointConfigurationKey {
|
|
3098
|
+
name = 'RotateEndpointConfigurationKey';
|
|
3099
|
+
path = '/message/RotateEndpointConfigurationKey';
|
|
3100
|
+
request;
|
|
3101
|
+
response;
|
|
3102
|
+
}
|
|
2935
3103
|
export class SvcSearchDiscountsByQuery {
|
|
2936
3104
|
name = 'SearchDiscountsByQuery';
|
|
2937
3105
|
path = '/message/SearchDiscountsByQuery';
|
|
@@ -2986,6 +3154,24 @@ export class SvcSetCustomFieldOptions {
|
|
|
2986
3154
|
request;
|
|
2987
3155
|
response;
|
|
2988
3156
|
}
|
|
3157
|
+
export class SvcSetDiscountLayerSequences {
|
|
3158
|
+
name = 'SetDiscountLayerSequences';
|
|
3159
|
+
path = '/message/SetDiscountLayerSequences';
|
|
3160
|
+
request;
|
|
3161
|
+
response;
|
|
3162
|
+
}
|
|
3163
|
+
export class SvcSetOrderLoyaltyProgramPaymentTypes {
|
|
3164
|
+
name = 'SetOrderLoyaltyProgramPaymentTypes';
|
|
3165
|
+
path = '/message/SetOrderLoyaltyProgramPaymentTypes';
|
|
3166
|
+
request;
|
|
3167
|
+
response;
|
|
3168
|
+
}
|
|
3169
|
+
export class SvcSetOrganizationUnitSubsetSequences {
|
|
3170
|
+
name = 'SetOrganizationUnitSubsetSequences';
|
|
3171
|
+
path = '/message/SetOrganizationUnitSubsetSequences';
|
|
3172
|
+
request;
|
|
3173
|
+
response;
|
|
3174
|
+
}
|
|
2989
3175
|
export class SvcSetOrganizationUnitSupplierData {
|
|
2990
3176
|
name = 'SetOrganizationUnitSupplierData';
|
|
2991
3177
|
path = '/message/SetOrganizationUnitSupplierData';
|
|
@@ -3196,6 +3382,12 @@ export class SvcUpdateDiscountTemplate {
|
|
|
3196
3382
|
request;
|
|
3197
3383
|
response;
|
|
3198
3384
|
}
|
|
3385
|
+
export class SvcUpdateEndpointConfiguration {
|
|
3386
|
+
name = 'UpdateEndpointConfiguration';
|
|
3387
|
+
path = '/message/UpdateEndpointConfiguration';
|
|
3388
|
+
request;
|
|
3389
|
+
response;
|
|
3390
|
+
}
|
|
3199
3391
|
export class SvcUpdateEntityFieldValidator {
|
|
3200
3392
|
name = 'UpdateEntityFieldValidator';
|
|
3201
3393
|
path = '/message/UpdateEntityFieldValidator';
|
|
@@ -3304,12 +3496,6 @@ export class SvcUpdateOrganizationUnitOpeningHours {
|
|
|
3304
3496
|
request;
|
|
3305
3497
|
response;
|
|
3306
3498
|
}
|
|
3307
|
-
export class SvcUpdateOrganizationUnitPublicIpAddress {
|
|
3308
|
-
name = 'UpdateOrganizationUnitPublicIpAddress';
|
|
3309
|
-
path = '/message/UpdateOrganizationUnitPublicIpAddress';
|
|
3310
|
-
request;
|
|
3311
|
-
response;
|
|
3312
|
-
}
|
|
3313
3499
|
export class SvcUpdateOrganizationUnitRegularOpeningHours {
|
|
3314
3500
|
name = 'UpdateOrganizationUnitRegularOpeningHours';
|
|
3315
3501
|
path = '/message/UpdateOrganizationUnitRegularOpeningHours';
|