@springtree/eva-services-core-management 2.2.1 → 2.3.0
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.
|
@@ -1164,32 +1164,6 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
|
|
|
1164
1164
|
request?: EVA.Core.Management.CreateRefundCorrectionReason;
|
|
1165
1165
|
response?: EVA.Core.Management.CreateRefundCorrectionReasonResponse;
|
|
1166
1166
|
}
|
|
1167
|
-
/**
|
|
1168
|
-
* Create a repair
|
|
1169
|
-
*
|
|
1170
|
-
* @export
|
|
1171
|
-
* @class CreateRepair
|
|
1172
|
-
* @implements {EvaService}
|
|
1173
|
-
*/
|
|
1174
|
-
class CreateRepair implements IEvaServiceDefinition {
|
|
1175
|
-
name: string;
|
|
1176
|
-
path: string;
|
|
1177
|
-
request?: EVA.Core.Management.CreateRepair;
|
|
1178
|
-
response?: EVA.Core.Management.CreateRepairResponse;
|
|
1179
|
-
}
|
|
1180
|
-
/**
|
|
1181
|
-
* Creates a new interaction associated with a specific repair
|
|
1182
|
-
*
|
|
1183
|
-
* @export
|
|
1184
|
-
* @class CreateRepairInteraction
|
|
1185
|
-
* @implements {EvaService}
|
|
1186
|
-
*/
|
|
1187
|
-
class CreateRepairInteraction implements IEvaServiceDefinition {
|
|
1188
|
-
name: string;
|
|
1189
|
-
path: string;
|
|
1190
|
-
request?: EVA.Core.Management.CreateRepairInteraction;
|
|
1191
|
-
response?: EVA.Core.Management.CreateRepairInteractionResponse;
|
|
1192
|
-
}
|
|
1193
1167
|
/**
|
|
1194
1168
|
* Create a return reason
|
|
1195
1169
|
*
|
|
@@ -1530,7 +1504,7 @@ Name is required
|
|
|
1530
1504
|
response?: EVA.Core.EmptyResponseMessage;
|
|
1531
1505
|
}
|
|
1532
1506
|
/**
|
|
1533
|
-
* Delete a case topic
|
|
1507
|
+
* Delete a case topic. NOTE THAT sub topics will also be deleted.
|
|
1534
1508
|
*
|
|
1535
1509
|
* @export
|
|
1536
1510
|
* @class DeleteCaseTopic
|
|
@@ -2996,19 +2970,6 @@ A duplicated discount will not be Active and Verified.
|
|
|
2996
2970
|
request?: EVA.Core.Management.ExportUserSubscriptions;
|
|
2997
2971
|
response?: EVA.Core.ResourceResponseMessage;
|
|
2998
2972
|
}
|
|
2999
|
-
/**
|
|
3000
|
-
* TODO: Needs documentation
|
|
3001
|
-
*
|
|
3002
|
-
* @export
|
|
3003
|
-
* @class FinishRepair
|
|
3004
|
-
* @implements {EvaService}
|
|
3005
|
-
*/
|
|
3006
|
-
class FinishRepair implements IEvaServiceDefinition {
|
|
3007
|
-
name: string;
|
|
3008
|
-
path: string;
|
|
3009
|
-
request?: EVA.Core.Management.FinishRepair;
|
|
3010
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
3011
|
-
}
|
|
3012
2973
|
/**
|
|
3013
2974
|
* Generate a batch DiscountCoupons, they will be emailed to the current user
|
|
3014
2975
|
*
|
|
@@ -4152,19 +4113,6 @@ These handlers are custom build to fetch values for ProductRequirements from ext
|
|
|
4152
4113
|
request?: EVA.Core.Management.GetRefundCorrectionReason;
|
|
4153
4114
|
response?: EVA.Core.Management.GetRefundCorrectionReasonResponse;
|
|
4154
4115
|
}
|
|
4155
|
-
/**
|
|
4156
|
-
* TODO: Needs documentation
|
|
4157
|
-
*
|
|
4158
|
-
* @export
|
|
4159
|
-
* @class GetRepair
|
|
4160
|
-
* @implements {EvaService}
|
|
4161
|
-
*/
|
|
4162
|
-
class GetRepair implements IEvaServiceDefinition {
|
|
4163
|
-
name: string;
|
|
4164
|
-
path: string;
|
|
4165
|
-
request?: EVA.Core.Management.GetRepair;
|
|
4166
|
-
response?: EVA.Core.Management.GetRepairResponse;
|
|
4167
|
-
}
|
|
4168
4116
|
/**
|
|
4169
4117
|
* Get the reasons by type.
|
|
4170
4118
|
*
|
|
@@ -5578,32 +5526,6 @@ It is required to supply some OrganizationUnitIDs or some ProductIDs in the Page
|
|
|
5578
5526
|
request?: EVA.Core.Management.ListRefundCorrectionReasons;
|
|
5579
5527
|
response?: EVA.Core.Management.ListRefundCorrectionReasonsResponse;
|
|
5580
5528
|
}
|
|
5581
|
-
/**
|
|
5582
|
-
* List the repair interactions
|
|
5583
|
-
*
|
|
5584
|
-
* @export
|
|
5585
|
-
* @class ListRepairInteractions
|
|
5586
|
-
* @implements {EvaService}
|
|
5587
|
-
*/
|
|
5588
|
-
class ListRepairInteractions implements IEvaServiceDefinition {
|
|
5589
|
-
name: string;
|
|
5590
|
-
path: string;
|
|
5591
|
-
request?: EVA.Core.Management.ListRepairInteractions;
|
|
5592
|
-
response?: EVA.Core.Management.ListRepairInteractionsResponse;
|
|
5593
|
-
}
|
|
5594
|
-
/**
|
|
5595
|
-
* List Repairs, optionally filtered.
|
|
5596
|
-
*
|
|
5597
|
-
* @export
|
|
5598
|
-
* @class ListRepairs
|
|
5599
|
-
* @implements {EvaService}
|
|
5600
|
-
*/
|
|
5601
|
-
class ListRepairs implements IEvaServiceDefinition {
|
|
5602
|
-
name: string;
|
|
5603
|
-
path: string;
|
|
5604
|
-
request?: EVA.Core.Management.ListRepairs;
|
|
5605
|
-
response?: EVA.Core.Management.ListRepairsResponse;
|
|
5606
|
-
}
|
|
5607
5529
|
/**
|
|
5608
5530
|
* TODO: Needs documentation
|
|
5609
5531
|
*
|
|
@@ -6126,6 +6048,19 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
|
|
|
6126
6048
|
request?: EVA.Core.Management.PushUserBoughtProduct;
|
|
6127
6049
|
response?: EVA.Core.EmptyResponseMessage;
|
|
6128
6050
|
}
|
|
6051
|
+
/**
|
|
6052
|
+
* 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.
|
|
6053
|
+
*
|
|
6054
|
+
* @export
|
|
6055
|
+
* @class PushUserPersonalizedPromotionProducts
|
|
6056
|
+
* @implements {EvaService}
|
|
6057
|
+
*/
|
|
6058
|
+
class PushUserPersonalizedPromotionProducts implements IEvaServiceDefinition {
|
|
6059
|
+
name: string;
|
|
6060
|
+
path: string;
|
|
6061
|
+
request?: EVA.Core.Management.PushUserPersonalizedPromotionProducts;
|
|
6062
|
+
response?: EVA.Core.EmptyResponseMessage;
|
|
6063
|
+
}
|
|
6129
6064
|
/**
|
|
6130
6065
|
* The service enables endpoints to push user subscriptions based on the user backend id and subscription backend id.
|
|
6131
6066
|
Multiple subscriptions can be pushed at once.
|
|
@@ -6288,7 +6223,7 @@ NOTE THAT Balance can only be provided for loyalty subscriptions that have a EVA
|
|
|
6288
6223
|
response?: EVA.Core.Management.SearchStockMutationsResponse;
|
|
6289
6224
|
}
|
|
6290
6225
|
/**
|
|
6291
|
-
* Set selected products for personalized promotion for the logged in user or the given user.
|
|
6226
|
+
* Set selected products for personalized promotion for the logged in user or the given user. Overwrites existing selection.
|
|
6292
6227
|
*
|
|
6293
6228
|
* @export
|
|
6294
6229
|
* @class SelectUserPersonalizedPromotionProducts
|
|
@@ -7342,19 +7277,6 @@ A ShippingMethod, OrganizationUnit and Priority are required
|
|
|
7342
7277
|
request?: EVA.Core.Management.UpdateRefundCorrectionReason;
|
|
7343
7278
|
response?: EVA.Core.EmptyResponseMessage;
|
|
7344
7279
|
}
|
|
7345
|
-
/**
|
|
7346
|
-
* TODO: Needs documentation
|
|
7347
|
-
*
|
|
7348
|
-
* @export
|
|
7349
|
-
* @class UpdateRepair
|
|
7350
|
-
* @implements {EvaService}
|
|
7351
|
-
*/
|
|
7352
|
-
class UpdateRepair implements IEvaServiceDefinition {
|
|
7353
|
-
name: string;
|
|
7354
|
-
path: string;
|
|
7355
|
-
request?: EVA.Core.Management.UpdateRepair;
|
|
7356
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
7357
|
-
}
|
|
7358
7280
|
/**
|
|
7359
7281
|
* Update a return reason
|
|
7360
7282
|
*
|