@springtree/eva-services-core-management 2.43.0 → 2.43.1
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.
|
@@ -1452,6 +1452,20 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
|
|
|
1452
1452
|
response;
|
|
1453
1453
|
}
|
|
1454
1454
|
CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
|
|
1455
|
+
/**
|
|
1456
|
+
* TODO: Needs documentation
|
|
1457
|
+
*
|
|
1458
|
+
* @export
|
|
1459
|
+
* @class CreateResendReason
|
|
1460
|
+
* @implements {EvaService}
|
|
1461
|
+
*/
|
|
1462
|
+
class CreateResendReason {
|
|
1463
|
+
name = 'CoreManagement:CreateResendReason';
|
|
1464
|
+
path = '/message/CreateResendReason';
|
|
1465
|
+
request;
|
|
1466
|
+
response;
|
|
1467
|
+
}
|
|
1468
|
+
CoreManagement.CreateResendReason = CreateResendReason;
|
|
1455
1469
|
/**
|
|
1456
1470
|
* Create a return reason
|
|
1457
1471
|
*
|
|
@@ -1732,6 +1746,20 @@ Name is required
|
|
|
1732
1746
|
response;
|
|
1733
1747
|
}
|
|
1734
1748
|
CoreManagement.CreateUnitPriceCorrectionReason = CreateUnitPriceCorrectionReason;
|
|
1749
|
+
/**
|
|
1750
|
+
* Create a new UserAgreement
|
|
1751
|
+
*
|
|
1752
|
+
* @export
|
|
1753
|
+
* @class CreateUserAgreement
|
|
1754
|
+
* @implements {EvaService}
|
|
1755
|
+
*/
|
|
1756
|
+
class CreateUserAgreement {
|
|
1757
|
+
name = 'CoreManagement:CreateUserAgreement';
|
|
1758
|
+
path = '/message/CreateUserAgreement';
|
|
1759
|
+
request;
|
|
1760
|
+
response;
|
|
1761
|
+
}
|
|
1762
|
+
CoreManagement.CreateUserAgreement = CreateUserAgreement;
|
|
1735
1763
|
/**
|
|
1736
1764
|
* Create a new UserOrigin
|
|
1737
1765
|
*
|
|
@@ -2667,6 +2695,20 @@ When it's SupplierBarcode all matching barcodes will be removed
|
|
|
2667
2695
|
response;
|
|
2668
2696
|
}
|
|
2669
2697
|
CoreManagement.DeleteRefundCorrectionReason = DeleteRefundCorrectionReason;
|
|
2698
|
+
/**
|
|
2699
|
+
* TODO: Needs documentation
|
|
2700
|
+
*
|
|
2701
|
+
* @export
|
|
2702
|
+
* @class DeleteResendReason
|
|
2703
|
+
* @implements {EvaService}
|
|
2704
|
+
*/
|
|
2705
|
+
class DeleteResendReason {
|
|
2706
|
+
name = 'CoreManagement:DeleteResendReason';
|
|
2707
|
+
path = '/message/DeleteResendReason';
|
|
2708
|
+
request;
|
|
2709
|
+
response;
|
|
2710
|
+
}
|
|
2711
|
+
CoreManagement.DeleteResendReason = DeleteResendReason;
|
|
2670
2712
|
/**
|
|
2671
2713
|
* Delete a return reason
|
|
2672
2714
|
*
|
|
@@ -2921,6 +2963,20 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
2921
2963
|
response;
|
|
2922
2964
|
}
|
|
2923
2965
|
CoreManagement.DeleteUnprocessedPaymentSettlementFile = DeleteUnprocessedPaymentSettlementFile;
|
|
2966
|
+
/**
|
|
2967
|
+
* Delete a UserAgreement.
|
|
2968
|
+
*
|
|
2969
|
+
* @export
|
|
2970
|
+
* @class DeleteUserAgreement
|
|
2971
|
+
* @implements {EvaService}
|
|
2972
|
+
*/
|
|
2973
|
+
class DeleteUserAgreement {
|
|
2974
|
+
name = 'CoreManagement:DeleteUserAgreement';
|
|
2975
|
+
path = '/message/DeleteUserAgreement';
|
|
2976
|
+
request;
|
|
2977
|
+
response;
|
|
2978
|
+
}
|
|
2979
|
+
CoreManagement.DeleteUserAgreement = DeleteUserAgreement;
|
|
2924
2980
|
/**
|
|
2925
2981
|
* Deletes a user bought product detail.
|
|
2926
2982
|
*
|
|
@@ -3075,6 +3131,34 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
3075
3131
|
response;
|
|
3076
3132
|
}
|
|
3077
3133
|
CoreManagement.DownloadAssortmentProducts = DownloadAssortmentProducts;
|
|
3134
|
+
/**
|
|
3135
|
+
* Returns an Excel file that contains all products in an assortment, which can then be updated and reuploaded using UploadAssortmentProducts.
|
|
3136
|
+
*
|
|
3137
|
+
* @export
|
|
3138
|
+
* @class DownloadAssortmentProducts_Async
|
|
3139
|
+
* @implements {EvaService}
|
|
3140
|
+
*/
|
|
3141
|
+
class DownloadAssortmentProducts_Async {
|
|
3142
|
+
name = 'CoreManagement:DownloadAssortmentProducts_Async';
|
|
3143
|
+
path = '/async-message/DownloadAssortmentProducts';
|
|
3144
|
+
request;
|
|
3145
|
+
response;
|
|
3146
|
+
}
|
|
3147
|
+
CoreManagement.DownloadAssortmentProducts_Async = DownloadAssortmentProducts_Async;
|
|
3148
|
+
/**
|
|
3149
|
+
* Returns an Excel file that contains all products in an assortment, which can then be updated and reuploaded using UploadAssortmentProducts.
|
|
3150
|
+
*
|
|
3151
|
+
* @export
|
|
3152
|
+
* @class DownloadAssortmentProducts_AsyncResult
|
|
3153
|
+
* @implements {EvaService}
|
|
3154
|
+
*/
|
|
3155
|
+
class DownloadAssortmentProducts_AsyncResult {
|
|
3156
|
+
name = 'CoreManagement:DownloadAssortmentProducts_AsyncResult';
|
|
3157
|
+
path = '/async-result/DownloadAssortmentProducts';
|
|
3158
|
+
request;
|
|
3159
|
+
response;
|
|
3160
|
+
}
|
|
3161
|
+
CoreManagement.DownloadAssortmentProducts_AsyncResult = DownloadAssortmentProducts_AsyncResult;
|
|
3078
3162
|
/**
|
|
3079
3163
|
* Exports the coupons for the given discount to Excel.
|
|
3080
3164
|
*
|
|
@@ -5065,6 +5149,20 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
5065
5149
|
response;
|
|
5066
5150
|
}
|
|
5067
5151
|
CoreManagement.GetRefundCorrectionReason = GetRefundCorrectionReason;
|
|
5152
|
+
/**
|
|
5153
|
+
* TODO: Needs documentation
|
|
5154
|
+
*
|
|
5155
|
+
* @export
|
|
5156
|
+
* @class GetResendReason
|
|
5157
|
+
* @implements {EvaService}
|
|
5158
|
+
*/
|
|
5159
|
+
class GetResendReason {
|
|
5160
|
+
name = 'CoreManagement:GetResendReason';
|
|
5161
|
+
path = '/message/GetResendReason';
|
|
5162
|
+
request;
|
|
5163
|
+
response;
|
|
5164
|
+
}
|
|
5165
|
+
CoreManagement.GetResendReason = GetResendReason;
|
|
5068
5166
|
/**
|
|
5069
5167
|
* Get the reasons by type.
|
|
5070
5168
|
*
|
|
@@ -5163,6 +5261,20 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
5163
5261
|
response;
|
|
5164
5262
|
}
|
|
5165
5263
|
CoreManagement.GetSettingHistory = GetSettingHistory;
|
|
5264
|
+
/**
|
|
5265
|
+
* Service to get an indication of the impact that results from updating settings
|
|
5266
|
+
*
|
|
5267
|
+
* @export
|
|
5268
|
+
* @class GetSettingImpact
|
|
5269
|
+
* @implements {EvaService}
|
|
5270
|
+
*/
|
|
5271
|
+
class GetSettingImpact {
|
|
5272
|
+
name = 'CoreManagement:GetSettingImpact';
|
|
5273
|
+
path = '/message/GetSettingImpact';
|
|
5274
|
+
request;
|
|
5275
|
+
response;
|
|
5276
|
+
}
|
|
5277
|
+
CoreManagement.GetSettingImpact = GetSettingImpact;
|
|
5166
5278
|
/**
|
|
5167
5279
|
* Get a `ShippingCost`
|
|
5168
5280
|
*
|
|
@@ -5373,6 +5485,20 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
5373
5485
|
response;
|
|
5374
5486
|
}
|
|
5375
5487
|
CoreManagement.GetUnitOfMeasures = GetUnitOfMeasures;
|
|
5488
|
+
/**
|
|
5489
|
+
* Get the UserAgreement details
|
|
5490
|
+
*
|
|
5491
|
+
* @export
|
|
5492
|
+
* @class GetUserAgreementByID
|
|
5493
|
+
* @implements {EvaService}
|
|
5494
|
+
*/
|
|
5495
|
+
class GetUserAgreementByID {
|
|
5496
|
+
name = 'CoreManagement:GetUserAgreementByID';
|
|
5497
|
+
path = '/message/GetUserAgreementByID';
|
|
5498
|
+
request;
|
|
5499
|
+
response;
|
|
5500
|
+
}
|
|
5501
|
+
CoreManagement.GetUserAgreementByID = GetUserAgreementByID;
|
|
5376
5502
|
/**
|
|
5377
5503
|
* Get the user bought product by ID.
|
|
5378
5504
|
*
|
|
@@ -6776,6 +6902,20 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
6776
6902
|
response;
|
|
6777
6903
|
}
|
|
6778
6904
|
CoreManagement.ListRefundCorrectionReasons = ListRefundCorrectionReasons;
|
|
6905
|
+
/**
|
|
6906
|
+
* TODO: Needs documentation
|
|
6907
|
+
*
|
|
6908
|
+
* @export
|
|
6909
|
+
* @class ListResendReasons
|
|
6910
|
+
* @implements {EvaService}
|
|
6911
|
+
*/
|
|
6912
|
+
class ListResendReasons {
|
|
6913
|
+
name = 'CoreManagement:ListResendReasons';
|
|
6914
|
+
path = '/message/ListResendReasons';
|
|
6915
|
+
request;
|
|
6916
|
+
response;
|
|
6917
|
+
}
|
|
6918
|
+
CoreManagement.ListResendReasons = ListResendReasons;
|
|
6779
6919
|
/**
|
|
6780
6920
|
* TODO: Needs documentation
|
|
6781
6921
|
*
|
|
@@ -7090,6 +7230,20 @@ If neither `OrganizationUnitIDs` nor `OrganizationUnitSetID` are specified, the
|
|
|
7090
7230
|
response;
|
|
7091
7231
|
}
|
|
7092
7232
|
CoreManagement.ListUnitPriceCorrectionReasons = ListUnitPriceCorrectionReasons;
|
|
7233
|
+
/**
|
|
7234
|
+
* List the UserAgreements
|
|
7235
|
+
*
|
|
7236
|
+
* @export
|
|
7237
|
+
* @class ListUserAgreements
|
|
7238
|
+
* @implements {EvaService}
|
|
7239
|
+
*/
|
|
7240
|
+
class ListUserAgreements {
|
|
7241
|
+
name = 'CoreManagement:ListUserAgreements';
|
|
7242
|
+
path = '/message/ListUserAgreements';
|
|
7243
|
+
request;
|
|
7244
|
+
response;
|
|
7245
|
+
}
|
|
7246
|
+
CoreManagement.ListUserAgreements = ListUserAgreements;
|
|
7093
7247
|
/**
|
|
7094
7248
|
* List the users bought products.
|
|
7095
7249
|
*
|
|
@@ -9397,6 +9551,20 @@ A ShippingMethod, OrganizationUnit and Priority are required
|
|
|
9397
9551
|
response;
|
|
9398
9552
|
}
|
|
9399
9553
|
CoreManagement.UpdateRefundCorrectionReason = UpdateRefundCorrectionReason;
|
|
9554
|
+
/**
|
|
9555
|
+
* TODO: Needs documentation
|
|
9556
|
+
*
|
|
9557
|
+
* @export
|
|
9558
|
+
* @class UpdateResendReason
|
|
9559
|
+
* @implements {EvaService}
|
|
9560
|
+
*/
|
|
9561
|
+
class UpdateResendReason {
|
|
9562
|
+
name = 'CoreManagement:UpdateResendReason';
|
|
9563
|
+
path = '/message/UpdateResendReason';
|
|
9564
|
+
request;
|
|
9565
|
+
response;
|
|
9566
|
+
}
|
|
9567
|
+
CoreManagement.UpdateResendReason = UpdateResendReason;
|
|
9400
9568
|
/**
|
|
9401
9569
|
* Update a return reason
|
|
9402
9570
|
*
|
|
@@ -9725,6 +9893,20 @@ After publishing you can no longer change the OrganizationUnitSetID, SurveyConte
|
|
|
9725
9893
|
response;
|
|
9726
9894
|
}
|
|
9727
9895
|
CoreManagement.UpdateUnitPriceCorrectionReason = UpdateUnitPriceCorrectionReason;
|
|
9896
|
+
/**
|
|
9897
|
+
* Update an existing UserAgreement
|
|
9898
|
+
*
|
|
9899
|
+
* @export
|
|
9900
|
+
* @class UpdateUserAgreement
|
|
9901
|
+
* @implements {EvaService}
|
|
9902
|
+
*/
|
|
9903
|
+
class UpdateUserAgreement {
|
|
9904
|
+
name = 'CoreManagement:UpdateUserAgreement';
|
|
9905
|
+
path = '/message/UpdateUserAgreement';
|
|
9906
|
+
request;
|
|
9907
|
+
response;
|
|
9908
|
+
}
|
|
9909
|
+
CoreManagement.UpdateUserAgreement = UpdateUserAgreement;
|
|
9728
9910
|
/**
|
|
9729
9911
|
* Register user bought product.
|
|
9730
9912
|
*
|