@springtree/eva-services-core-management 3.0.0-beta.84 → 3.0.0-beta.85
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 +813 -11
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +121 -1
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +120 -0
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -106,6 +106,12 @@ export class SvcAttachBlobToCase {
|
|
|
106
106
|
request;
|
|
107
107
|
response;
|
|
108
108
|
}
|
|
109
|
+
export class SvcAttachFunctionalitiesToRole {
|
|
110
|
+
name = 'AttachFunctionalitiesToRole';
|
|
111
|
+
path = '/message/AttachFunctionalitiesToRole';
|
|
112
|
+
request;
|
|
113
|
+
response;
|
|
114
|
+
}
|
|
109
115
|
export class SvcAttachLoyaltyProgramToOrder {
|
|
110
116
|
name = 'AttachLoyaltyProgramToOrder';
|
|
111
117
|
path = '/message/AttachLoyaltyProgramToOrder';
|
|
@@ -250,6 +256,12 @@ export class SvcCreateCheckoutOptionCategory {
|
|
|
250
256
|
request;
|
|
251
257
|
response;
|
|
252
258
|
}
|
|
259
|
+
export class SvcCreateClientApplication {
|
|
260
|
+
name = 'CreateClientApplication';
|
|
261
|
+
path = '/message/CreateClientApplication';
|
|
262
|
+
request;
|
|
263
|
+
response;
|
|
264
|
+
}
|
|
253
265
|
export class SvcCreateCompany {
|
|
254
266
|
name = 'CreateCompany';
|
|
255
267
|
path = '/message/CreateCompany';
|
|
@@ -412,6 +424,12 @@ export class SvcCreateLoyaltyProgramGroup {
|
|
|
412
424
|
request;
|
|
413
425
|
response;
|
|
414
426
|
}
|
|
427
|
+
export class SvcCreateLoyaltyProgramPass {
|
|
428
|
+
name = 'CreateLoyaltyProgramPass';
|
|
429
|
+
path = '/message/CreateLoyaltyProgramPass';
|
|
430
|
+
request;
|
|
431
|
+
response;
|
|
432
|
+
}
|
|
415
433
|
export class SvcCreateLoyaltyProgramPaymentType {
|
|
416
434
|
name = 'CreateLoyaltyProgramPaymentType';
|
|
417
435
|
path = '/message/CreateLoyaltyProgramPaymentType';
|
|
@@ -874,6 +892,12 @@ export class SvcDeleteCheckoutOptionCategory {
|
|
|
874
892
|
request;
|
|
875
893
|
response;
|
|
876
894
|
}
|
|
895
|
+
export class SvcDeleteClientApplication {
|
|
896
|
+
name = 'DeleteClientApplication';
|
|
897
|
+
path = '/message/DeleteClientApplication';
|
|
898
|
+
request;
|
|
899
|
+
response;
|
|
900
|
+
}
|
|
877
901
|
export class SvcDeleteCompany {
|
|
878
902
|
name = 'DeleteCompany';
|
|
879
903
|
path = '/message/DeleteCompany';
|
|
@@ -1012,6 +1036,12 @@ export class SvcDeleteLoyaltyProgramGroup {
|
|
|
1012
1036
|
request;
|
|
1013
1037
|
response;
|
|
1014
1038
|
}
|
|
1039
|
+
export class SvcDeleteLoyaltyProgramPass {
|
|
1040
|
+
name = 'DeleteLoyaltyProgramPass';
|
|
1041
|
+
path = '/message/DeleteLoyaltyProgramPass';
|
|
1042
|
+
request;
|
|
1043
|
+
response;
|
|
1044
|
+
}
|
|
1015
1045
|
export class SvcDeleteLoyaltyProgramPaymentType {
|
|
1016
1046
|
name = 'DeleteLoyaltyProgramPaymentType';
|
|
1017
1047
|
path = '/message/DeleteLoyaltyProgramPaymentType';
|
|
@@ -1378,6 +1408,12 @@ export class SvcDepositLoyaltyPoints {
|
|
|
1378
1408
|
request;
|
|
1379
1409
|
response;
|
|
1380
1410
|
}
|
|
1411
|
+
export class SvcDetachFunctionalitiesFromRole {
|
|
1412
|
+
name = 'DetachFunctionalitiesFromRole';
|
|
1413
|
+
path = '/message/DetachFunctionalitiesFromRole';
|
|
1414
|
+
request;
|
|
1415
|
+
response;
|
|
1416
|
+
}
|
|
1381
1417
|
export class SvcDetachLoyaltyProgramFromOrder {
|
|
1382
1418
|
name = 'DetachLoyaltyProgramFromOrder';
|
|
1383
1419
|
path = '/message/DetachLoyaltyProgramFromOrder';
|
|
@@ -1474,6 +1510,12 @@ export class SvcDownloadPriceListManualInputAdjustmentsSample {
|
|
|
1474
1510
|
request;
|
|
1475
1511
|
response;
|
|
1476
1512
|
}
|
|
1513
|
+
export class SvcDownloadShippingRestrictions {
|
|
1514
|
+
name = 'DownloadShippingRestrictions';
|
|
1515
|
+
path = '/message/DownloadShippingRestrictions';
|
|
1516
|
+
request;
|
|
1517
|
+
response;
|
|
1518
|
+
}
|
|
1477
1519
|
export class SvcDownloadStockAllocationRulesExcel {
|
|
1478
1520
|
name = 'DownloadStockAllocationRulesExcel';
|
|
1479
1521
|
path = '/message/DownloadStockAllocationRulesExcel';
|
|
@@ -1846,6 +1888,12 @@ export class SvcGetCheckoutOptionHandlers {
|
|
|
1846
1888
|
request;
|
|
1847
1889
|
response;
|
|
1848
1890
|
}
|
|
1891
|
+
export class SvcGetClientApplicationByID {
|
|
1892
|
+
name = 'GetClientApplicationByID';
|
|
1893
|
+
path = '/message/GetClientApplicationByID';
|
|
1894
|
+
request;
|
|
1895
|
+
response;
|
|
1896
|
+
}
|
|
1849
1897
|
export class SvcGetCompany {
|
|
1850
1898
|
name = 'GetCompany';
|
|
1851
1899
|
path = '/message/GetCompany';
|
|
@@ -1996,6 +2044,12 @@ export class SvcGetFieldValidatorsForEntity {
|
|
|
1996
2044
|
request;
|
|
1997
2045
|
response;
|
|
1998
2046
|
}
|
|
2047
|
+
export class SvcGetFlattenedFunctionalityByUserID {
|
|
2048
|
+
name = 'GetFlattenedFunctionalityByUserID';
|
|
2049
|
+
path = '/message/GetFlattenedFunctionalityByUserID';
|
|
2050
|
+
request;
|
|
2051
|
+
response;
|
|
2052
|
+
}
|
|
1999
2053
|
export class SvcGetFraudItem {
|
|
2000
2054
|
name = 'GetFraudItem';
|
|
2001
2055
|
path = '/message/GetFraudItem';
|
|
@@ -2080,6 +2134,12 @@ export class SvcGetLoyaltyProgramHandlers {
|
|
|
2080
2134
|
request;
|
|
2081
2135
|
response;
|
|
2082
2136
|
}
|
|
2137
|
+
export class SvcGetLoyaltyProgramPass {
|
|
2138
|
+
name = 'GetLoyaltyProgramPass';
|
|
2139
|
+
path = '/message/GetLoyaltyProgramPass';
|
|
2140
|
+
request;
|
|
2141
|
+
response;
|
|
2142
|
+
}
|
|
2083
2143
|
export class SvcGetLoyaltyProgramPaymentType {
|
|
2084
2144
|
name = 'GetLoyaltyProgramPaymentType';
|
|
2085
2145
|
path = '/message/GetLoyaltyProgramPaymentType';
|
|
@@ -2320,6 +2380,12 @@ export class SvcGetResendReasons {
|
|
|
2320
2380
|
request;
|
|
2321
2381
|
response;
|
|
2322
2382
|
}
|
|
2383
|
+
export class SvcGetReturnReasons {
|
|
2384
|
+
name = 'GetReturnReasons';
|
|
2385
|
+
path = '/message/GetReturnReasons';
|
|
2386
|
+
request;
|
|
2387
|
+
response;
|
|
2388
|
+
}
|
|
2323
2389
|
export class SvcGetReturnReasonsByType {
|
|
2324
2390
|
name = 'GetReturnReasonsByType';
|
|
2325
2391
|
path = '/message/GetReturnReasonsByType';
|
|
@@ -2398,6 +2464,12 @@ export class SvcGetSubscriptionHandlers {
|
|
|
2398
2464
|
request;
|
|
2399
2465
|
response;
|
|
2400
2466
|
}
|
|
2467
|
+
export class SvcGetSubscriptionOrganizationUnitSets {
|
|
2468
|
+
name = 'GetSubscriptionOrganizationUnitSets';
|
|
2469
|
+
path = '/message/GetSubscriptionOrganizationUnitSets';
|
|
2470
|
+
request;
|
|
2471
|
+
response;
|
|
2472
|
+
}
|
|
2401
2473
|
export class SvcGetSupplierProductByID {
|
|
2402
2474
|
name = 'GetSupplierProductByID';
|
|
2403
2475
|
path = '/message/GetSupplierProductByID';
|
|
@@ -2680,6 +2752,12 @@ export class SvcListCheckoutOptionCategories {
|
|
|
2680
2752
|
request;
|
|
2681
2753
|
response;
|
|
2682
2754
|
}
|
|
2755
|
+
export class SvcListClientApplications {
|
|
2756
|
+
name = 'ListClientApplications';
|
|
2757
|
+
path = '/message/ListClientApplications';
|
|
2758
|
+
request;
|
|
2759
|
+
response;
|
|
2760
|
+
}
|
|
2683
2761
|
export class SvcListCompanies {
|
|
2684
2762
|
name = 'ListCompanies';
|
|
2685
2763
|
path = '/message/ListCompanies';
|
|
@@ -2764,6 +2842,12 @@ export class SvcListDiscountUserUsageReloadStrategies {
|
|
|
2764
2842
|
request;
|
|
2765
2843
|
response;
|
|
2766
2844
|
}
|
|
2845
|
+
export class SvcListEmployeeDatas {
|
|
2846
|
+
name = 'ListEmployeeDatas';
|
|
2847
|
+
path = '/message/ListEmployeeDatas';
|
|
2848
|
+
request;
|
|
2849
|
+
response;
|
|
2850
|
+
}
|
|
2767
2851
|
export class SvcListEntityFieldValidatorEntityFieldNames {
|
|
2768
2852
|
name = 'ListEntityFieldValidatorEntityFieldNames';
|
|
2769
2853
|
path = '/message/ListEntityFieldValidatorEntityFieldNames';
|
|
@@ -2848,6 +2932,18 @@ export class SvcListLoyaltyProgramGroups {
|
|
|
2848
2932
|
request;
|
|
2849
2933
|
response;
|
|
2850
2934
|
}
|
|
2935
|
+
export class SvcListLoyaltyProgramPasses {
|
|
2936
|
+
name = 'ListLoyaltyProgramPasses';
|
|
2937
|
+
path = '/message/ListLoyaltyProgramPasses';
|
|
2938
|
+
request;
|
|
2939
|
+
response;
|
|
2940
|
+
}
|
|
2941
|
+
export class SvcListLoyaltyProgramPassProviders {
|
|
2942
|
+
name = 'ListLoyaltyProgramPassProviders';
|
|
2943
|
+
path = '/message/ListLoyaltyProgramPassProviders';
|
|
2944
|
+
request;
|
|
2945
|
+
response;
|
|
2946
|
+
}
|
|
2851
2947
|
export class SvcListLoyaltyProgramPaymentTypes {
|
|
2852
2948
|
name = 'ListLoyaltyProgramPaymentTypes';
|
|
2853
2949
|
path = '/message/ListLoyaltyProgramPaymentTypes';
|
|
@@ -3208,6 +3304,12 @@ export class SvcListSubscriptions {
|
|
|
3208
3304
|
request;
|
|
3209
3305
|
response;
|
|
3210
3306
|
}
|
|
3307
|
+
export class SvcListSubscriptionUsers {
|
|
3308
|
+
name = 'ListSubscriptionUsers';
|
|
3309
|
+
path = '/message/ListSubscriptionUsers';
|
|
3310
|
+
request;
|
|
3311
|
+
response;
|
|
3312
|
+
}
|
|
3211
3313
|
export class SvcListSupplierProducts {
|
|
3212
3314
|
name = 'ListSupplierProducts';
|
|
3213
3315
|
path = '/message/ListSupplierProducts';
|
|
@@ -3814,6 +3916,12 @@ export class SvcUpdateCheckoutOptionSequences {
|
|
|
3814
3916
|
request;
|
|
3815
3917
|
response;
|
|
3816
3918
|
}
|
|
3919
|
+
export class SvcUpdateClientApplication {
|
|
3920
|
+
name = 'UpdateClientApplication';
|
|
3921
|
+
path = '/message/UpdateClientApplication';
|
|
3922
|
+
request;
|
|
3923
|
+
response;
|
|
3924
|
+
}
|
|
3817
3925
|
export class SvcUpdateCompany {
|
|
3818
3926
|
name = 'UpdateCompany';
|
|
3819
3927
|
path = '/message/UpdateCompany';
|
|
@@ -3970,6 +4078,12 @@ export class SvcUpdateLoyaltyProgramGroupBudget {
|
|
|
3970
4078
|
request;
|
|
3971
4079
|
response;
|
|
3972
4080
|
}
|
|
4081
|
+
export class SvcUpdateLoyaltyProgramPass {
|
|
4082
|
+
name = 'UpdateLoyaltyProgramPass';
|
|
4083
|
+
path = '/message/UpdateLoyaltyProgramPass';
|
|
4084
|
+
request;
|
|
4085
|
+
response;
|
|
4086
|
+
}
|
|
3973
4087
|
export class SvcUpdateLoyaltyProgramPaymentType {
|
|
3974
4088
|
name = 'UpdateLoyaltyProgramPaymentType';
|
|
3975
4089
|
path = '/message/UpdateLoyaltyProgramPaymentType';
|
|
@@ -4438,6 +4552,12 @@ export class SvcUploadSalesOrderExcel {
|
|
|
4438
4552
|
request;
|
|
4439
4553
|
response;
|
|
4440
4554
|
}
|
|
4555
|
+
export class SvcUploadShippingRestrictions {
|
|
4556
|
+
name = 'UploadShippingRestrictions';
|
|
4557
|
+
path = '/message/UploadShippingRestrictions';
|
|
4558
|
+
request;
|
|
4559
|
+
response;
|
|
4560
|
+
}
|
|
4441
4561
|
export class SvcUploadStockAllocationRulesExcel {
|
|
4442
4562
|
name = 'UploadStockAllocationRulesExcel';
|
|
4443
4563
|
path = '/message/UploadStockAllocationRulesExcel';
|