@springtree/eva-services-core-management 1.85.0 → 1.86.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.
@@ -55,6 +55,19 @@ But if the list is a mixed product list, all updates will be applied according t
55
55
  request?: EVA.Core.Management.AddRolesToManualDiscount;
56
56
  response?: EVA.Core.EmptyResponseMessage;
57
57
  }
58
+ /**
59
+ * Register user bought product.
60
+ *
61
+ * @export
62
+ * @class AddUserBoughtProductDetail
63
+ * @implements {EvaService}
64
+ */
65
+ class AddUserBoughtProductDetail implements IEvaServiceDefinition {
66
+ name: string;
67
+ path: string;
68
+ request?: EVA.Core.Management.AddUserBoughtProductDetail;
69
+ response?: EVA.Core.Management.UserBoughtProductResponse;
70
+ }
58
71
  /**
59
72
  * Archive a case.
60
73
  *
@@ -94,6 +107,19 @@ But if the list is a mixed product list, all updates will be applied according t
94
107
  request?: EVA.Core.Management.ArchivePointAwardingRule;
95
108
  response?: EVA.Core.EmptyResponseMessage;
96
109
  }
110
+ /**
111
+ * Archive the user bought product.
112
+ *
113
+ * @export
114
+ * @class ArchiveUserBoughtProduct
115
+ * @implements {EvaService}
116
+ */
117
+ class ArchiveUserBoughtProduct implements IEvaServiceDefinition {
118
+ name: string;
119
+ path: string;
120
+ request?: EVA.Core.Management.ArchiveUserBoughtProduct;
121
+ response?: EVA.Core.EmptyResponseMessage;
122
+ }
97
123
  /**
98
124
  * Get all OrganizationUnits that are connected to the Assortment
99
125
  *
@@ -426,7 +452,7 @@ An example of this might be tips left by a customer.
426
452
  response?: EVA.Core.Management.CreateCultureResponse;
427
453
  }
428
454
  /**
429
- * Create a new custom CustomField.
455
+ * Create a new custom field.
430
456
  *
431
457
  * @export
432
458
  * @class CreateCustomField
@@ -2280,6 +2306,19 @@ File in state processing or processed can't be deleted due to generated financia
2280
2306
  request?: EVA.Core.Management.DeleteUnprocessedPaymentSettlementFile;
2281
2307
  response?: EVA.Core.EmptyResponseMessage;
2282
2308
  }
2309
+ /**
2310
+ * Deletes a user bought product detail.
2311
+ *
2312
+ * @export
2313
+ * @class DeleteUserBoughtProductDetail
2314
+ * @implements {EvaService}
2315
+ */
2316
+ class DeleteUserBoughtProductDetail implements IEvaServiceDefinition {
2317
+ name: string;
2318
+ path: string;
2319
+ request?: EVA.Core.Management.DeleteUserBoughtProductDetail;
2320
+ response?: EVA.Core.EmptyResponseMessage;
2321
+ }
2283
2322
  /**
2284
2323
  * Delete a UserOrigin
2285
2324
  *
@@ -3290,7 +3329,7 @@ At this moment the supported DeviceTypes are:
3290
3329
  response?: EVA.Core.Management.GetCouponByTokenResponse;
3291
3330
  }
3292
3331
  /**
3293
- * Gets an CustomField by its ID and returns the basic information.
3332
+ * Gets an custom field by its ID and returns the basic information.
3294
3333
  *
3295
3334
  * @export
3296
3335
  * @class GetCustomFieldByID
@@ -4184,6 +4223,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
4184
4223
  request?: EVA.Core.Management.GetUnitOfMeasures;
4185
4224
  response?: EVA.Core.Management.GetUnitOfMeasuresResponse;
4186
4225
  }
4226
+ /**
4227
+ * Get the user bought product by ID.
4228
+ *
4229
+ * @export
4230
+ * @class GetUserBoughtProduct
4231
+ * @implements {EvaService}
4232
+ */
4233
+ class GetUserBoughtProduct implements IEvaServiceDefinition {
4234
+ name: string;
4235
+ path: string;
4236
+ request?: EVA.Core.Management.GetUserBoughtProduct;
4237
+ response?: EVA.Core.Management.GetUserBoughtProductResponse;
4238
+ }
4187
4239
  /**
4188
4240
  * Get the coupons for a specific user
4189
4241
  *
@@ -5516,6 +5568,19 @@ The page size `Limit` has a maximum value of `1.024` for this service (unless `D
5516
5568
  request?: EVA.Core.Management.ListUnitPriceCorrectionReasons;
5517
5569
  response?: EVA.Core.Management.ListUnitPriceCorrectionReasonsResponse;
5518
5570
  }
5571
+ /**
5572
+ * List the users bought products.
5573
+ *
5574
+ * @export
5575
+ * @class ListUserBoughtProducts
5576
+ * @implements {EvaService}
5577
+ */
5578
+ class ListUserBoughtProducts implements IEvaServiceDefinition {
5579
+ name: string;
5580
+ path: string;
5581
+ request?: EVA.Core.Management.ListUserBoughtProducts;
5582
+ response?: EVA.Core.Management.ListUserBoughtProductsResponse;
5583
+ }
5519
5584
  /**
5520
5585
  * Lists organization units and roles for user
5521
5586
  *
@@ -5705,6 +5770,19 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
5705
5770
  request?: EVA.Core.Management.PushCase;
5706
5771
  response?: EVA.Core.Management.PushCaseResponse;
5707
5772
  }
5773
+ /**
5774
+ * Push user bought product.
5775
+ *
5776
+ * @export
5777
+ * @class PushUserBoughtProduct
5778
+ * @implements {EvaService}
5779
+ */
5780
+ class PushUserBoughtProduct implements IEvaServiceDefinition {
5781
+ name: string;
5782
+ path: string;
5783
+ request?: EVA.Core.Management.PushUserBoughtProduct;
5784
+ response?: EVA.Core.EmptyResponseMessage;
5785
+ }
5708
5786
  /**
5709
5787
  * Reallocates the stock for a StockLocationRule with `Type` = `Limitation`.
5710
5788
  *
@@ -5718,6 +5796,19 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
5718
5796
  request?: EVA.Core.Management.RefillStockAllocation;
5719
5797
  response?: EVA.Core.EmptyResponseMessage;
5720
5798
  }
5799
+ /**
5800
+ * Register user bought product.
5801
+ *
5802
+ * @export
5803
+ * @class RegisterUserBoughtProduct
5804
+ * @implements {EvaService}
5805
+ */
5806
+ class RegisterUserBoughtProduct implements IEvaServiceDefinition {
5807
+ name: string;
5808
+ path: string;
5809
+ request?: EVA.Core.Management.RegisterUserBoughtProduct;
5810
+ response?: EVA.Core.Management.UserBoughtProductResponse;
5811
+ }
5721
5812
  /**
5722
5813
  * Remove a blob from a case interaction.
5723
5814
  *
@@ -7091,6 +7182,32 @@ Updates the given requirements and removes all other requirements from the Subsc
7091
7182
  request?: EVA.Core.Management.UpdateUnitPriceCorrectionReason;
7092
7183
  response?: EVA.Core.EmptyResponseMessage;
7093
7184
  }
7185
+ /**
7186
+ * Register user bought product.
7187
+ *
7188
+ * @export
7189
+ * @class UpdateUserBoughtProductDetail
7190
+ * @implements {EvaService}
7191
+ */
7192
+ class UpdateUserBoughtProductDetail implements IEvaServiceDefinition {
7193
+ name: string;
7194
+ path: string;
7195
+ request?: EVA.Core.Management.UpdateUserBoughtProductDetail;
7196
+ response?: EVA.Core.EmptyResponseMessage;
7197
+ }
7198
+ /**
7199
+ * Update user bought product warranty.
7200
+ *
7201
+ * @export
7202
+ * @class UpdateUserBoughtProductWarranty
7203
+ * @implements {EvaService}
7204
+ */
7205
+ class UpdateUserBoughtProductWarranty implements IEvaServiceDefinition {
7206
+ name: string;
7207
+ path: string;
7208
+ request?: EVA.Core.Management.UpdateUserBoughtProductWarranty;
7209
+ response?: EVA.Core.EmptyResponseMessage;
7210
+ }
7094
7211
  /**
7095
7212
  * Update an existing UserOrigin
7096
7213
  *