@springtree/eva-services-core-management 2.2.2 → 2.3.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.
|
@@ -14,6 +14,20 @@ export var CoreManagement;
|
|
|
14
14
|
response;
|
|
15
15
|
}
|
|
16
16
|
CoreManagement.AddBlobToCaseInteraction = AddBlobToCaseInteraction;
|
|
17
|
+
/**
|
|
18
|
+
* Add a price list to a loyalty program. NOTE THAT you can only add one pricelist per currency to a loyalty program.
|
|
19
|
+
*
|
|
20
|
+
* @export
|
|
21
|
+
* @class AddLoyaltyProgramPriceList
|
|
22
|
+
* @implements {EvaService}
|
|
23
|
+
*/
|
|
24
|
+
class AddLoyaltyProgramPriceList {
|
|
25
|
+
name = 'CoreManagement:AddLoyaltyProgramPriceList';
|
|
26
|
+
path = '/message/AddLoyaltyProgramPriceList';
|
|
27
|
+
request;
|
|
28
|
+
response;
|
|
29
|
+
}
|
|
30
|
+
CoreManagement.AddLoyaltyProgramPriceList = AddLoyaltyProgramPriceList;
|
|
17
31
|
/**
|
|
18
32
|
* Add a package to a carrier
|
|
19
33
|
*
|
|
@@ -199,6 +213,34 @@ But if the list is a mixed product list, all updates will be applied according t
|
|
|
199
213
|
response;
|
|
200
214
|
}
|
|
201
215
|
CoreManagement.AttachFunctionalitiesToRole = AttachFunctionalitiesToRole;
|
|
216
|
+
/**
|
|
217
|
+
* Attach a product limitation to a payment type.
|
|
218
|
+
*
|
|
219
|
+
* @export
|
|
220
|
+
* @class AttachLoyaltyProgramProductLimitationToPaymentType
|
|
221
|
+
* @implements {EvaService}
|
|
222
|
+
*/
|
|
223
|
+
class AttachLoyaltyProgramProductLimitationToPaymentType {
|
|
224
|
+
name = 'CoreManagement:AttachLoyaltyProgramProductLimitationToPaymentType';
|
|
225
|
+
path = '/message/AttachLoyaltyProgramProductLimitationToPaymentType';
|
|
226
|
+
request;
|
|
227
|
+
response;
|
|
228
|
+
}
|
|
229
|
+
CoreManagement.AttachLoyaltyProgramProductLimitationToPaymentType = AttachLoyaltyProgramProductLimitationToPaymentType;
|
|
230
|
+
/**
|
|
231
|
+
* Attach a loyalty program to an order
|
|
232
|
+
*
|
|
233
|
+
* @export
|
|
234
|
+
* @class AttachLoyaltyProgramToOrder
|
|
235
|
+
* @implements {EvaService}
|
|
236
|
+
*/
|
|
237
|
+
class AttachLoyaltyProgramToOrder {
|
|
238
|
+
name = 'CoreManagement:AttachLoyaltyProgramToOrder';
|
|
239
|
+
path = '/message/AttachLoyaltyProgramToOrder';
|
|
240
|
+
request;
|
|
241
|
+
response;
|
|
242
|
+
}
|
|
243
|
+
CoreManagement.AttachLoyaltyProgramToOrder = AttachLoyaltyProgramToOrder;
|
|
202
244
|
/**
|
|
203
245
|
* Resets the Financial Periods for given OU and all children to which the auditing provider applies. **Use with care!**
|
|
204
246
|
*
|
|
@@ -753,6 +795,62 @@ This PIN will only be valid for a limited amount of time, and only for the provi
|
|
|
753
795
|
response;
|
|
754
796
|
}
|
|
755
797
|
CoreManagement.CreateLoyaltyProgram = CreateLoyaltyProgram;
|
|
798
|
+
/**
|
|
799
|
+
* Create a new LoyaltyProgramCondition
|
|
800
|
+
*
|
|
801
|
+
* @export
|
|
802
|
+
* @class CreateLoyaltyProgramCondition
|
|
803
|
+
* @implements {EvaService}
|
|
804
|
+
*/
|
|
805
|
+
class CreateLoyaltyProgramCondition {
|
|
806
|
+
name = 'CoreManagement:CreateLoyaltyProgramCondition';
|
|
807
|
+
path = '/message/CreateLoyaltyProgramCondition';
|
|
808
|
+
request;
|
|
809
|
+
response;
|
|
810
|
+
}
|
|
811
|
+
CoreManagement.CreateLoyaltyProgramCondition = CreateLoyaltyProgramCondition;
|
|
812
|
+
/**
|
|
813
|
+
* Create a new LoyaltyProgramGroup
|
|
814
|
+
*
|
|
815
|
+
* @export
|
|
816
|
+
* @class CreateLoyaltyProgramGroup
|
|
817
|
+
* @implements {EvaService}
|
|
818
|
+
*/
|
|
819
|
+
class CreateLoyaltyProgramGroup {
|
|
820
|
+
name = 'CoreManagement:CreateLoyaltyProgramGroup';
|
|
821
|
+
path = '/message/CreateLoyaltyProgramGroup';
|
|
822
|
+
request;
|
|
823
|
+
response;
|
|
824
|
+
}
|
|
825
|
+
CoreManagement.CreateLoyaltyProgramGroup = CreateLoyaltyProgramGroup;
|
|
826
|
+
/**
|
|
827
|
+
* Create a new LoyaltyProgramPaymentType
|
|
828
|
+
*
|
|
829
|
+
* @export
|
|
830
|
+
* @class CreateLoyaltyProgramPaymentType
|
|
831
|
+
* @implements {EvaService}
|
|
832
|
+
*/
|
|
833
|
+
class CreateLoyaltyProgramPaymentType {
|
|
834
|
+
name = 'CoreManagement:CreateLoyaltyProgramPaymentType';
|
|
835
|
+
path = '/message/CreateLoyaltyProgramPaymentType';
|
|
836
|
+
request;
|
|
837
|
+
response;
|
|
838
|
+
}
|
|
839
|
+
CoreManagement.CreateLoyaltyProgramPaymentType = CreateLoyaltyProgramPaymentType;
|
|
840
|
+
/**
|
|
841
|
+
* Create a loyalty program product limitation.
|
|
842
|
+
*
|
|
843
|
+
* @export
|
|
844
|
+
* @class CreateLoyaltyProgramProductLimitation
|
|
845
|
+
* @implements {EvaService}
|
|
846
|
+
*/
|
|
847
|
+
class CreateLoyaltyProgramProductLimitation {
|
|
848
|
+
name = 'CoreManagement:CreateLoyaltyProgramProductLimitation';
|
|
849
|
+
path = '/message/CreateLoyaltyProgramProductLimitation';
|
|
850
|
+
request;
|
|
851
|
+
response;
|
|
852
|
+
}
|
|
853
|
+
CoreManagement.CreateLoyaltyProgramProductLimitation = CreateLoyaltyProgramProductLimitation;
|
|
756
854
|
/**
|
|
757
855
|
* Create a new MessageTemplate
|
|
758
856
|
*
|
|
@@ -1250,34 +1348,6 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
|
|
|
1250
1348
|
response;
|
|
1251
1349
|
}
|
|
1252
1350
|
CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
|
|
1253
|
-
/**
|
|
1254
|
-
* Create a repair
|
|
1255
|
-
*
|
|
1256
|
-
* @export
|
|
1257
|
-
* @class CreateRepair
|
|
1258
|
-
* @implements {EvaService}
|
|
1259
|
-
*/
|
|
1260
|
-
class CreateRepair {
|
|
1261
|
-
name = 'CoreManagement:CreateRepair';
|
|
1262
|
-
path = '/message/CreateRepair';
|
|
1263
|
-
request;
|
|
1264
|
-
response;
|
|
1265
|
-
}
|
|
1266
|
-
CoreManagement.CreateRepair = CreateRepair;
|
|
1267
|
-
/**
|
|
1268
|
-
* Creates a new interaction associated with a specific repair
|
|
1269
|
-
*
|
|
1270
|
-
* @export
|
|
1271
|
-
* @class CreateRepairInteraction
|
|
1272
|
-
* @implements {EvaService}
|
|
1273
|
-
*/
|
|
1274
|
-
class CreateRepairInteraction {
|
|
1275
|
-
name = 'CoreManagement:CreateRepairInteraction';
|
|
1276
|
-
path = '/message/CreateRepairInteraction';
|
|
1277
|
-
request;
|
|
1278
|
-
response;
|
|
1279
|
-
}
|
|
1280
|
-
CoreManagement.CreateRepairInteraction = CreateRepairInteraction;
|
|
1281
1351
|
/**
|
|
1282
1352
|
* Create a return reason
|
|
1283
1353
|
*
|
|
@@ -1643,7 +1713,7 @@ Name is required
|
|
|
1643
1713
|
}
|
|
1644
1714
|
CoreManagement.DeleteCaseStatus = DeleteCaseStatus;
|
|
1645
1715
|
/**
|
|
1646
|
-
* Delete a case topic
|
|
1716
|
+
* Delete a case topic. NOTE THAT sub topics will also be deleted.
|
|
1647
1717
|
*
|
|
1648
1718
|
* @export
|
|
1649
1719
|
* @class DeleteCaseTopic
|
|
@@ -1936,6 +2006,62 @@ Name is required
|
|
|
1936
2006
|
response;
|
|
1937
2007
|
}
|
|
1938
2008
|
CoreManagement.DeleteLoyaltyProgram = DeleteLoyaltyProgram;
|
|
2009
|
+
/**
|
|
2010
|
+
* Delete a LoyaltyProgramCondition
|
|
2011
|
+
*
|
|
2012
|
+
* @export
|
|
2013
|
+
* @class DeleteLoyaltyProgramCondition
|
|
2014
|
+
* @implements {EvaService}
|
|
2015
|
+
*/
|
|
2016
|
+
class DeleteLoyaltyProgramCondition {
|
|
2017
|
+
name = 'CoreManagement:DeleteLoyaltyProgramCondition';
|
|
2018
|
+
path = '/message/DeleteLoyaltyProgramCondition';
|
|
2019
|
+
request;
|
|
2020
|
+
response;
|
|
2021
|
+
}
|
|
2022
|
+
CoreManagement.DeleteLoyaltyProgramCondition = DeleteLoyaltyProgramCondition;
|
|
2023
|
+
/**
|
|
2024
|
+
* Delete the LoyaltyProgramGroup
|
|
2025
|
+
*
|
|
2026
|
+
* @export
|
|
2027
|
+
* @class DeleteLoyaltyProgramGroup
|
|
2028
|
+
* @implements {EvaService}
|
|
2029
|
+
*/
|
|
2030
|
+
class DeleteLoyaltyProgramGroup {
|
|
2031
|
+
name = 'CoreManagement:DeleteLoyaltyProgramGroup';
|
|
2032
|
+
path = '/message/DeleteLoyaltyProgramGroup';
|
|
2033
|
+
request;
|
|
2034
|
+
response;
|
|
2035
|
+
}
|
|
2036
|
+
CoreManagement.DeleteLoyaltyProgramGroup = DeleteLoyaltyProgramGroup;
|
|
2037
|
+
/**
|
|
2038
|
+
* Delete a LoyaltyProgramPaymentType
|
|
2039
|
+
*
|
|
2040
|
+
* @export
|
|
2041
|
+
* @class DeleteLoyaltyProgramPaymentType
|
|
2042
|
+
* @implements {EvaService}
|
|
2043
|
+
*/
|
|
2044
|
+
class DeleteLoyaltyProgramPaymentType {
|
|
2045
|
+
name = 'CoreManagement:DeleteLoyaltyProgramPaymentType';
|
|
2046
|
+
path = '/message/DeleteLoyaltyProgramPaymentType';
|
|
2047
|
+
request;
|
|
2048
|
+
response;
|
|
2049
|
+
}
|
|
2050
|
+
CoreManagement.DeleteLoyaltyProgramPaymentType = DeleteLoyaltyProgramPaymentType;
|
|
2051
|
+
/**
|
|
2052
|
+
* Delete a loyalty program product limitation.
|
|
2053
|
+
*
|
|
2054
|
+
* @export
|
|
2055
|
+
* @class DeleteLoyaltyProgramProductLimitation
|
|
2056
|
+
* @implements {EvaService}
|
|
2057
|
+
*/
|
|
2058
|
+
class DeleteLoyaltyProgramProductLimitation {
|
|
2059
|
+
name = 'CoreManagement:DeleteLoyaltyProgramProductLimitation';
|
|
2060
|
+
path = '/message/DeleteLoyaltyProgramProductLimitation';
|
|
2061
|
+
request;
|
|
2062
|
+
response;
|
|
2063
|
+
}
|
|
2064
|
+
CoreManagement.DeleteLoyaltyProgramProductLimitation = DeleteLoyaltyProgramProductLimitation;
|
|
1939
2065
|
/**
|
|
1940
2066
|
* Delete a MessageTemplate
|
|
1941
2067
|
*
|
|
@@ -2688,6 +2814,34 @@ File in state processing or processed can't be deleted due to generated financia
|
|
|
2688
2814
|
response;
|
|
2689
2815
|
}
|
|
2690
2816
|
CoreManagement.DetachFunctionalitiesFromRole = DetachFunctionalitiesFromRole;
|
|
2817
|
+
/**
|
|
2818
|
+
* Detach a loyalty program from an order
|
|
2819
|
+
*
|
|
2820
|
+
* @export
|
|
2821
|
+
* @class DetachLoyaltyProgramFromOrder
|
|
2822
|
+
* @implements {EvaService}
|
|
2823
|
+
*/
|
|
2824
|
+
class DetachLoyaltyProgramFromOrder {
|
|
2825
|
+
name = 'CoreManagement:DetachLoyaltyProgramFromOrder';
|
|
2826
|
+
path = '/message/DetachLoyaltyProgramFromOrder';
|
|
2827
|
+
request;
|
|
2828
|
+
response;
|
|
2829
|
+
}
|
|
2830
|
+
CoreManagement.DetachLoyaltyProgramFromOrder = DetachLoyaltyProgramFromOrder;
|
|
2831
|
+
/**
|
|
2832
|
+
* Detach a product limitation from a payment type.
|
|
2833
|
+
*
|
|
2834
|
+
* @export
|
|
2835
|
+
* @class DetachLoyaltyProgramProductLimitationFromPaymentType
|
|
2836
|
+
* @implements {EvaService}
|
|
2837
|
+
*/
|
|
2838
|
+
class DetachLoyaltyProgramProductLimitationFromPaymentType {
|
|
2839
|
+
name = 'CoreManagement:DetachLoyaltyProgramProductLimitationFromPaymentType';
|
|
2840
|
+
path = '/message/DetachLoyaltyProgramProductLimitationFromPaymentType';
|
|
2841
|
+
request;
|
|
2842
|
+
response;
|
|
2843
|
+
}
|
|
2844
|
+
CoreManagement.DetachLoyaltyProgramProductLimitationFromPaymentType = DetachLoyaltyProgramProductLimitationFromPaymentType;
|
|
2691
2845
|
/**
|
|
2692
2846
|
* Disable discounts
|
|
2693
2847
|
*
|
|
@@ -3221,20 +3375,6 @@ A duplicated discount will not be Active and Verified.
|
|
|
3221
3375
|
response;
|
|
3222
3376
|
}
|
|
3223
3377
|
CoreManagement.ExportUserSubscriptions = ExportUserSubscriptions;
|
|
3224
|
-
/**
|
|
3225
|
-
* TODO: Needs documentation
|
|
3226
|
-
*
|
|
3227
|
-
* @export
|
|
3228
|
-
* @class FinishRepair
|
|
3229
|
-
* @implements {EvaService}
|
|
3230
|
-
*/
|
|
3231
|
-
class FinishRepair {
|
|
3232
|
-
name = 'CoreManagement:FinishRepair';
|
|
3233
|
-
path = '/message/FinishRepair';
|
|
3234
|
-
request;
|
|
3235
|
-
response;
|
|
3236
|
-
}
|
|
3237
|
-
CoreManagement.FinishRepair = FinishRepair;
|
|
3238
3378
|
/**
|
|
3239
3379
|
* Generate a batch DiscountCoupons, they will be emailed to the current user
|
|
3240
3380
|
*
|
|
@@ -4040,6 +4180,34 @@ At this moment the supported DeviceTypes are:
|
|
|
4040
4180
|
response;
|
|
4041
4181
|
}
|
|
4042
4182
|
CoreManagement.GetLoyaltyProgram = GetLoyaltyProgram;
|
|
4183
|
+
/**
|
|
4184
|
+
* Get a LoyaltyProgramCondition
|
|
4185
|
+
*
|
|
4186
|
+
* @export
|
|
4187
|
+
* @class GetLoyaltyProgramCondition
|
|
4188
|
+
* @implements {EvaService}
|
|
4189
|
+
*/
|
|
4190
|
+
class GetLoyaltyProgramCondition {
|
|
4191
|
+
name = 'CoreManagement:GetLoyaltyProgramCondition';
|
|
4192
|
+
path = '/message/GetLoyaltyProgramCondition';
|
|
4193
|
+
request;
|
|
4194
|
+
response;
|
|
4195
|
+
}
|
|
4196
|
+
CoreManagement.GetLoyaltyProgramCondition = GetLoyaltyProgramCondition;
|
|
4197
|
+
/**
|
|
4198
|
+
* Get a LoyaltyProgramGroup
|
|
4199
|
+
*
|
|
4200
|
+
* @export
|
|
4201
|
+
* @class GetLoyaltyProgramGroup
|
|
4202
|
+
* @implements {EvaService}
|
|
4203
|
+
*/
|
|
4204
|
+
class GetLoyaltyProgramGroup {
|
|
4205
|
+
name = 'CoreManagement:GetLoyaltyProgramGroup';
|
|
4206
|
+
path = '/message/GetLoyaltyProgramGroup';
|
|
4207
|
+
request;
|
|
4208
|
+
response;
|
|
4209
|
+
}
|
|
4210
|
+
CoreManagement.GetLoyaltyProgramGroup = GetLoyaltyProgramGroup;
|
|
4043
4211
|
/**
|
|
4044
4212
|
* Get the available loyalty program handlers
|
|
4045
4213
|
*
|
|
@@ -4054,6 +4222,34 @@ At this moment the supported DeviceTypes are:
|
|
|
4054
4222
|
response;
|
|
4055
4223
|
}
|
|
4056
4224
|
CoreManagement.GetLoyaltyProgramHandlers = GetLoyaltyProgramHandlers;
|
|
4225
|
+
/**
|
|
4226
|
+
* Get a LoyaltyProgramPaymentType
|
|
4227
|
+
*
|
|
4228
|
+
* @export
|
|
4229
|
+
* @class GetLoyaltyProgramPaymentType
|
|
4230
|
+
* @implements {EvaService}
|
|
4231
|
+
*/
|
|
4232
|
+
class GetLoyaltyProgramPaymentType {
|
|
4233
|
+
name = 'CoreManagement:GetLoyaltyProgramPaymentType';
|
|
4234
|
+
path = '/message/GetLoyaltyProgramPaymentType';
|
|
4235
|
+
request;
|
|
4236
|
+
response;
|
|
4237
|
+
}
|
|
4238
|
+
CoreManagement.GetLoyaltyProgramPaymentType = GetLoyaltyProgramPaymentType;
|
|
4239
|
+
/**
|
|
4240
|
+
* Get a loyalty program product limitations"
|
|
4241
|
+
*
|
|
4242
|
+
* @export
|
|
4243
|
+
* @class GetLoyaltyProgramProductLimitation
|
|
4244
|
+
* @implements {EvaService}
|
|
4245
|
+
*/
|
|
4246
|
+
class GetLoyaltyProgramProductLimitation {
|
|
4247
|
+
name = 'CoreManagement:GetLoyaltyProgramProductLimitation';
|
|
4248
|
+
path = '/message/GetLoyaltyProgramProductLimitation';
|
|
4249
|
+
request;
|
|
4250
|
+
response;
|
|
4251
|
+
}
|
|
4252
|
+
CoreManagement.GetLoyaltyProgramProductLimitation = GetLoyaltyProgramProductLimitation;
|
|
4057
4253
|
/**
|
|
4058
4254
|
* Get a MessageTemplate
|
|
4059
4255
|
*
|
|
@@ -4465,20 +4661,6 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4465
4661
|
response;
|
|
4466
4662
|
}
|
|
4467
4663
|
CoreManagement.GetRefundCorrectionReason = GetRefundCorrectionReason;
|
|
4468
|
-
/**
|
|
4469
|
-
* TODO: Needs documentation
|
|
4470
|
-
*
|
|
4471
|
-
* @export
|
|
4472
|
-
* @class GetRepair
|
|
4473
|
-
* @implements {EvaService}
|
|
4474
|
-
*/
|
|
4475
|
-
class GetRepair {
|
|
4476
|
-
name = 'CoreManagement:GetRepair';
|
|
4477
|
-
path = '/message/GetRepair';
|
|
4478
|
-
request;
|
|
4479
|
-
response;
|
|
4480
|
-
}
|
|
4481
|
-
CoreManagement.GetRepair = GetRepair;
|
|
4482
4664
|
/**
|
|
4483
4665
|
* Get the reasons by type.
|
|
4484
4666
|
*
|
|
@@ -5444,6 +5626,90 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
5444
5626
|
response;
|
|
5445
5627
|
}
|
|
5446
5628
|
CoreManagement.ListInquiries = ListInquiries;
|
|
5629
|
+
/**
|
|
5630
|
+
* Lists all payment types under the Loyalty payment method that aren't already connected to a loyalty program.
|
|
5631
|
+
*
|
|
5632
|
+
* @export
|
|
5633
|
+
* @class ListLoyaltyPaymentMethodTypes
|
|
5634
|
+
* @implements {EvaService}
|
|
5635
|
+
*/
|
|
5636
|
+
class ListLoyaltyPaymentMethodTypes {
|
|
5637
|
+
name = 'CoreManagement:ListLoyaltyPaymentMethodTypes';
|
|
5638
|
+
path = '/message/ListLoyaltyPaymentMethodTypes';
|
|
5639
|
+
request;
|
|
5640
|
+
response;
|
|
5641
|
+
}
|
|
5642
|
+
CoreManagement.ListLoyaltyPaymentMethodTypes = ListLoyaltyPaymentMethodTypes;
|
|
5643
|
+
/**
|
|
5644
|
+
* List the LoyaltyProgramCondition
|
|
5645
|
+
*
|
|
5646
|
+
* @export
|
|
5647
|
+
* @class ListLoyaltyProgramConditions
|
|
5648
|
+
* @implements {EvaService}
|
|
5649
|
+
*/
|
|
5650
|
+
class ListLoyaltyProgramConditions {
|
|
5651
|
+
name = 'CoreManagement:ListLoyaltyProgramConditions';
|
|
5652
|
+
path = '/message/ListLoyaltyProgramConditions';
|
|
5653
|
+
request;
|
|
5654
|
+
response;
|
|
5655
|
+
}
|
|
5656
|
+
CoreManagement.ListLoyaltyProgramConditions = ListLoyaltyProgramConditions;
|
|
5657
|
+
/**
|
|
5658
|
+
* List the LoyaltyProgramGroups
|
|
5659
|
+
*
|
|
5660
|
+
* @export
|
|
5661
|
+
* @class ListLoyaltyProgramGroups
|
|
5662
|
+
* @implements {EvaService}
|
|
5663
|
+
*/
|
|
5664
|
+
class ListLoyaltyProgramGroups {
|
|
5665
|
+
name = 'CoreManagement:ListLoyaltyProgramGroups';
|
|
5666
|
+
path = '/message/ListLoyaltyProgramGroups';
|
|
5667
|
+
request;
|
|
5668
|
+
response;
|
|
5669
|
+
}
|
|
5670
|
+
CoreManagement.ListLoyaltyProgramGroups = ListLoyaltyProgramGroups;
|
|
5671
|
+
/**
|
|
5672
|
+
* List the LoyaltyProgramPaymentType
|
|
5673
|
+
*
|
|
5674
|
+
* @export
|
|
5675
|
+
* @class ListLoyaltyProgramPaymentTypes
|
|
5676
|
+
* @implements {EvaService}
|
|
5677
|
+
*/
|
|
5678
|
+
class ListLoyaltyProgramPaymentTypes {
|
|
5679
|
+
name = 'CoreManagement:ListLoyaltyProgramPaymentTypes';
|
|
5680
|
+
path = '/message/ListLoyaltyProgramPaymentTypes';
|
|
5681
|
+
request;
|
|
5682
|
+
response;
|
|
5683
|
+
}
|
|
5684
|
+
CoreManagement.ListLoyaltyProgramPaymentTypes = ListLoyaltyProgramPaymentTypes;
|
|
5685
|
+
/**
|
|
5686
|
+
* List the loyalty program pricelists
|
|
5687
|
+
*
|
|
5688
|
+
* @export
|
|
5689
|
+
* @class ListLoyaltyProgramPriceLists
|
|
5690
|
+
* @implements {EvaService}
|
|
5691
|
+
*/
|
|
5692
|
+
class ListLoyaltyProgramPriceLists {
|
|
5693
|
+
name = 'CoreManagement:ListLoyaltyProgramPriceLists';
|
|
5694
|
+
path = '/message/ListLoyaltyProgramPriceLists';
|
|
5695
|
+
request;
|
|
5696
|
+
response;
|
|
5697
|
+
}
|
|
5698
|
+
CoreManagement.ListLoyaltyProgramPriceLists = ListLoyaltyProgramPriceLists;
|
|
5699
|
+
/**
|
|
5700
|
+
* List the loyalty program product limitations
|
|
5701
|
+
*
|
|
5702
|
+
* @export
|
|
5703
|
+
* @class ListLoyaltyProgramProductLimitations
|
|
5704
|
+
* @implements {EvaService}
|
|
5705
|
+
*/
|
|
5706
|
+
class ListLoyaltyProgramProductLimitations {
|
|
5707
|
+
name = 'CoreManagement:ListLoyaltyProgramProductLimitations';
|
|
5708
|
+
path = '/message/ListLoyaltyProgramProductLimitations';
|
|
5709
|
+
request;
|
|
5710
|
+
response;
|
|
5711
|
+
}
|
|
5712
|
+
CoreManagement.ListLoyaltyProgramProductLimitations = ListLoyaltyProgramProductLimitations;
|
|
5447
5713
|
/**
|
|
5448
5714
|
* List the LoyaltyPrograms
|
|
5449
5715
|
*
|
|
@@ -5996,34 +6262,6 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5996
6262
|
response;
|
|
5997
6263
|
}
|
|
5998
6264
|
CoreManagement.ListRefundCorrectionReasons = ListRefundCorrectionReasons;
|
|
5999
|
-
/**
|
|
6000
|
-
* List the repair interactions
|
|
6001
|
-
*
|
|
6002
|
-
* @export
|
|
6003
|
-
* @class ListRepairInteractions
|
|
6004
|
-
* @implements {EvaService}
|
|
6005
|
-
*/
|
|
6006
|
-
class ListRepairInteractions {
|
|
6007
|
-
name = 'CoreManagement:ListRepairInteractions';
|
|
6008
|
-
path = '/message/ListRepairInteractions';
|
|
6009
|
-
request;
|
|
6010
|
-
response;
|
|
6011
|
-
}
|
|
6012
|
-
CoreManagement.ListRepairInteractions = ListRepairInteractions;
|
|
6013
|
-
/**
|
|
6014
|
-
* List Repairs, optionally filtered.
|
|
6015
|
-
*
|
|
6016
|
-
* @export
|
|
6017
|
-
* @class ListRepairs
|
|
6018
|
-
* @implements {EvaService}
|
|
6019
|
-
*/
|
|
6020
|
-
class ListRepairs {
|
|
6021
|
-
name = 'CoreManagement:ListRepairs';
|
|
6022
|
-
path = '/message/ListRepairs';
|
|
6023
|
-
request;
|
|
6024
|
-
response;
|
|
6025
|
-
}
|
|
6026
|
-
CoreManagement.ListRepairs = ListRepairs;
|
|
6027
6265
|
/**
|
|
6028
6266
|
* TODO: Needs documentation
|
|
6029
6267
|
*
|
|
@@ -6570,6 +6808,20 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
|
|
|
6570
6808
|
response;
|
|
6571
6809
|
}
|
|
6572
6810
|
CoreManagement.PushCase = PushCase;
|
|
6811
|
+
/**
|
|
6812
|
+
* Push a LoyaltyProgram.
|
|
6813
|
+
*
|
|
6814
|
+
* @export
|
|
6815
|
+
* @class PushLoyaltyProgram
|
|
6816
|
+
* @implements {EvaService}
|
|
6817
|
+
*/
|
|
6818
|
+
class PushLoyaltyProgram {
|
|
6819
|
+
name = 'CoreManagement:PushLoyaltyProgram';
|
|
6820
|
+
path = '/message/PushLoyaltyProgram';
|
|
6821
|
+
request;
|
|
6822
|
+
response;
|
|
6823
|
+
}
|
|
6824
|
+
CoreManagement.PushLoyaltyProgram = PushLoyaltyProgram;
|
|
6573
6825
|
/**
|
|
6574
6826
|
* Push user bought product.
|
|
6575
6827
|
*
|
|
@@ -6584,6 +6836,20 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
|
|
|
6584
6836
|
response;
|
|
6585
6837
|
}
|
|
6586
6838
|
CoreManagement.PushUserBoughtProduct = PushUserBoughtProduct;
|
|
6839
|
+
/**
|
|
6840
|
+
* Set products for personalized promotion for the given user. Overwrites existing products and product selection. Will unset products and selection when no products are provided.
|
|
6841
|
+
*
|
|
6842
|
+
* @export
|
|
6843
|
+
* @class PushUserPersonalizedPromotionProducts
|
|
6844
|
+
* @implements {EvaService}
|
|
6845
|
+
*/
|
|
6846
|
+
class PushUserPersonalizedPromotionProducts {
|
|
6847
|
+
name = 'CoreManagement:PushUserPersonalizedPromotionProducts';
|
|
6848
|
+
path = '/message/PushUserPersonalizedPromotionProducts';
|
|
6849
|
+
request;
|
|
6850
|
+
response;
|
|
6851
|
+
}
|
|
6852
|
+
CoreManagement.PushUserPersonalizedPromotionProducts = PushUserPersonalizedPromotionProducts;
|
|
6587
6853
|
/**
|
|
6588
6854
|
* The service enables endpoints to push user subscriptions based on the user backend id and subscription backend id.
|
|
6589
6855
|
Multiple subscriptions can be pushed at once.
|
|
@@ -6673,6 +6939,20 @@ NOTE THAT Balance can only be provided for loyalty subscriptions that have a EVA
|
|
|
6673
6939
|
response;
|
|
6674
6940
|
}
|
|
6675
6941
|
CoreManagement.RemoveCaseRelatedItems = RemoveCaseRelatedItems;
|
|
6942
|
+
/**
|
|
6943
|
+
* Removes a price list from a loyalty program.
|
|
6944
|
+
*
|
|
6945
|
+
* @export
|
|
6946
|
+
* @class RemoveLoyaltyProgramPriceList
|
|
6947
|
+
* @implements {EvaService}
|
|
6948
|
+
*/
|
|
6949
|
+
class RemoveLoyaltyProgramPriceList {
|
|
6950
|
+
name = 'CoreManagement:RemoveLoyaltyProgramPriceList';
|
|
6951
|
+
path = '/message/RemoveLoyaltyProgramPriceList';
|
|
6952
|
+
request;
|
|
6953
|
+
response;
|
|
6954
|
+
}
|
|
6955
|
+
CoreManagement.RemoveLoyaltyProgramPriceList = RemoveLoyaltyProgramPriceList;
|
|
6676
6956
|
/**
|
|
6677
6957
|
* Remove a package from a carrier
|
|
6678
6958
|
*
|
|
@@ -6758,7 +7038,7 @@ NOTE THAT Balance can only be provided for loyalty subscriptions that have a EVA
|
|
|
6758
7038
|
}
|
|
6759
7039
|
CoreManagement.SearchStockMutations = SearchStockMutations;
|
|
6760
7040
|
/**
|
|
6761
|
-
* Set selected products for personalized promotion for the logged in user or the given user.
|
|
7041
|
+
* Set selected products for personalized promotion for the logged in user or the given user. Overwrites existing selection.
|
|
6762
7042
|
*
|
|
6763
7043
|
* @export
|
|
6764
7044
|
* @class SelectUserPersonalizedPromotionProducts
|
|
@@ -7459,6 +7739,103 @@ When the budget is cleared or raised above the current `TotalDiscountGiven`, or
|
|
|
7459
7739
|
response;
|
|
7460
7740
|
}
|
|
7461
7741
|
CoreManagement.UpdateLoyaltyProgram = UpdateLoyaltyProgram;
|
|
7742
|
+
/**
|
|
7743
|
+
* Update the budget on the loyalty program group.
|
|
7744
|
+
ATTENTION! When the currency is changed, the used budget registration will be reset to 0!
|
|
7745
|
+
When the budget is lowered below the current used budget and the `DeactivateWhenBudgetIsReached` is set to true, all related programs will be deactivated.
|
|
7746
|
+
When the budget is cleared or raised above the current used budget, or `DeactivateWhenBudgetIsReached` is set to false, and the `ReactivateProgramsWhenPossible` is set to true, all programs that were deactivate by the group budget will be reactivated when possible.
|
|
7747
|
+
*
|
|
7748
|
+
* @export
|
|
7749
|
+
* @class UpdateLoyaltyProgramBudget
|
|
7750
|
+
* @implements {EvaService}
|
|
7751
|
+
*/
|
|
7752
|
+
class UpdateLoyaltyProgramBudget {
|
|
7753
|
+
name = 'CoreManagement:UpdateLoyaltyProgramBudget';
|
|
7754
|
+
path = '/message/UpdateLoyaltyProgramBudget';
|
|
7755
|
+
request;
|
|
7756
|
+
response;
|
|
7757
|
+
}
|
|
7758
|
+
CoreManagement.UpdateLoyaltyProgramBudget = UpdateLoyaltyProgramBudget;
|
|
7759
|
+
/**
|
|
7760
|
+
* Update an existing LoyaltyProgramCondition
|
|
7761
|
+
*
|
|
7762
|
+
* @export
|
|
7763
|
+
* @class UpdateLoyaltyProgramCondition
|
|
7764
|
+
* @implements {EvaService}
|
|
7765
|
+
*/
|
|
7766
|
+
class UpdateLoyaltyProgramCondition {
|
|
7767
|
+
name = 'CoreManagement:UpdateLoyaltyProgramCondition';
|
|
7768
|
+
path = '/message/UpdateLoyaltyProgramCondition';
|
|
7769
|
+
request;
|
|
7770
|
+
response;
|
|
7771
|
+
}
|
|
7772
|
+
CoreManagement.UpdateLoyaltyProgramCondition = UpdateLoyaltyProgramCondition;
|
|
7773
|
+
/**
|
|
7774
|
+
* Update an existing LoyaltyProgramGroup
|
|
7775
|
+
|
|
7776
|
+
ATTENTION!
|
|
7777
|
+
When the currency is changed, the budget usages will be reset to 0!
|
|
7778
|
+
|
|
7779
|
+
ATTENTION!
|
|
7780
|
+
When a change to Status, StartDate, EndDate or Currency leads to the group being deactivated, all related loyalty programs will also be deactivated.
|
|
7781
|
+
When a change to Status, StartDate, EndDate or Currency leads to the group being reactivate, all related loyalty programs will also be reactive when the option ReactivateProgramsWhenPossible is set to true. Otherwise all deactivated programs need to be manually reactivated.
|
|
7782
|
+
*
|
|
7783
|
+
* @export
|
|
7784
|
+
* @class UpdateLoyaltyProgramGroup
|
|
7785
|
+
* @implements {EvaService}
|
|
7786
|
+
*/
|
|
7787
|
+
class UpdateLoyaltyProgramGroup {
|
|
7788
|
+
name = 'CoreManagement:UpdateLoyaltyProgramGroup';
|
|
7789
|
+
path = '/message/UpdateLoyaltyProgramGroup';
|
|
7790
|
+
request;
|
|
7791
|
+
response;
|
|
7792
|
+
}
|
|
7793
|
+
CoreManagement.UpdateLoyaltyProgramGroup = UpdateLoyaltyProgramGroup;
|
|
7794
|
+
/**
|
|
7795
|
+
* Update the budget on the loyalty program group.
|
|
7796
|
+
ATTENTION!
|
|
7797
|
+
When the budget is lowered below the current used budget and the `DeactivateWhenBudgetIsReached` is set to true, all related programs will be deactivated.
|
|
7798
|
+
When the budget is cleared or raised above the current used budget, or `DeactivateWhenBudgetIsReached` is set to false, and the `ReactivateProgramsWhenPossible` is set to true, all programs that were deactivate by the group budget will be reactivated when possible.
|
|
7799
|
+
*
|
|
7800
|
+
* @export
|
|
7801
|
+
* @class UpdateLoyaltyProgramGroupBudget
|
|
7802
|
+
* @implements {EvaService}
|
|
7803
|
+
*/
|
|
7804
|
+
class UpdateLoyaltyProgramGroupBudget {
|
|
7805
|
+
name = 'CoreManagement:UpdateLoyaltyProgramGroupBudget';
|
|
7806
|
+
path = '/message/UpdateLoyaltyProgramGroupBudget';
|
|
7807
|
+
request;
|
|
7808
|
+
response;
|
|
7809
|
+
}
|
|
7810
|
+
CoreManagement.UpdateLoyaltyProgramGroupBudget = UpdateLoyaltyProgramGroupBudget;
|
|
7811
|
+
/**
|
|
7812
|
+
* Update an existing LoyaltyProgramPaymentType
|
|
7813
|
+
*
|
|
7814
|
+
* @export
|
|
7815
|
+
* @class UpdateLoyaltyProgramPaymentType
|
|
7816
|
+
* @implements {EvaService}
|
|
7817
|
+
*/
|
|
7818
|
+
class UpdateLoyaltyProgramPaymentType {
|
|
7819
|
+
name = 'CoreManagement:UpdateLoyaltyProgramPaymentType';
|
|
7820
|
+
path = '/message/UpdateLoyaltyProgramPaymentType';
|
|
7821
|
+
request;
|
|
7822
|
+
response;
|
|
7823
|
+
}
|
|
7824
|
+
CoreManagement.UpdateLoyaltyProgramPaymentType = UpdateLoyaltyProgramPaymentType;
|
|
7825
|
+
/**
|
|
7826
|
+
* Update a loyalty program product limitation.
|
|
7827
|
+
*
|
|
7828
|
+
* @export
|
|
7829
|
+
* @class UpdateLoyaltyProgramProductLimitation
|
|
7830
|
+
* @implements {EvaService}
|
|
7831
|
+
*/
|
|
7832
|
+
class UpdateLoyaltyProgramProductLimitation {
|
|
7833
|
+
name = 'CoreManagement:UpdateLoyaltyProgramProductLimitation';
|
|
7834
|
+
path = '/message/UpdateLoyaltyProgramProductLimitation';
|
|
7835
|
+
request;
|
|
7836
|
+
response;
|
|
7837
|
+
}
|
|
7838
|
+
CoreManagement.UpdateLoyaltyProgramProductLimitation = UpdateLoyaltyProgramProductLimitation;
|
|
7462
7839
|
/**
|
|
7463
7840
|
* Update an existing MessageTemplate
|
|
7464
7841
|
*
|
|
@@ -7888,20 +8265,6 @@ A ShippingMethod, OrganizationUnit and Priority are required
|
|
|
7888
8265
|
response;
|
|
7889
8266
|
}
|
|
7890
8267
|
CoreManagement.UpdateRefundCorrectionReason = UpdateRefundCorrectionReason;
|
|
7891
|
-
/**
|
|
7892
|
-
* TODO: Needs documentation
|
|
7893
|
-
*
|
|
7894
|
-
* @export
|
|
7895
|
-
* @class UpdateRepair
|
|
7896
|
-
* @implements {EvaService}
|
|
7897
|
-
*/
|
|
7898
|
-
class UpdateRepair {
|
|
7899
|
-
name = 'CoreManagement:UpdateRepair';
|
|
7900
|
-
path = '/message/UpdateRepair';
|
|
7901
|
-
request;
|
|
7902
|
-
response;
|
|
7903
|
-
}
|
|
7904
|
-
CoreManagement.UpdateRepair = UpdateRepair;
|
|
7905
8268
|
/**
|
|
7906
8269
|
* Update a return reason
|
|
7907
8270
|
*
|