@springtree/eva-services-core-management 2.5.0 → 2.6.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.
@@ -198,19 +198,6 @@ But if the list is a mixed product list, all updates will be applied according t
198
198
  request?: EVA.Core.Management.AttachFunctionalitiesToRole;
199
199
  response?: EVA.Core.EmptyResponseMessage;
200
200
  }
201
- /**
202
- * Attach a product limitation to a payment type.
203
- *
204
- * @export
205
- * @class AttachLoyaltyProgramProductLimitationToPaymentType
206
- * @implements {EvaService}
207
- */
208
- class AttachLoyaltyProgramProductLimitationToPaymentType implements IEvaServiceDefinition {
209
- name: string;
210
- path: string;
211
- request?: EVA.Core.Management.AttachLoyaltyProgramProductLimitationToPaymentType;
212
- response?: EVA.Core.EmptyResponseMessage;
213
- }
214
201
  /**
215
202
  * Attach a loyalty program to an order
216
203
  *
@@ -2631,19 +2618,6 @@ File in state processing or processed can't be deleted due to generated financia
2631
2618
  request?: EVA.Core.Management.DetachLoyaltyProgramFromOrder;
2632
2619
  response?: EVA.Core.EmptyResponseMessage;
2633
2620
  }
2634
- /**
2635
- * Detach a product limitation from a payment type.
2636
- *
2637
- * @export
2638
- * @class DetachLoyaltyProgramProductLimitationFromPaymentType
2639
- * @implements {EvaService}
2640
- */
2641
- class DetachLoyaltyProgramProductLimitationFromPaymentType implements IEvaServiceDefinition {
2642
- name: string;
2643
- path: string;
2644
- request?: EVA.Core.Management.DetachLoyaltyProgramProductLimitationFromPaymentType;
2645
- response?: EVA.Core.EmptyResponseMessage;
2646
- }
2647
2621
  /**
2648
2622
  * Disable discounts
2649
2623
  *
@@ -3991,6 +3965,19 @@ At this moment the supported DeviceTypes are:
3991
3965
  request?: EVA.Core.Management.GetOpeningHoursTypes;
3992
3966
  response?: EVA.Core.Management.GetOpeningHoursTypesResponse;
3993
3967
  }
3968
+ /**
3969
+ * Get the available loyalty program payment methods for the given order.
3970
+ *
3971
+ * @export
3972
+ * @class GetOrderLoyaltyProgramPaymentTypes
3973
+ * @implements {EvaService}
3974
+ */
3975
+ class GetOrderLoyaltyProgramPaymentTypes implements IEvaServiceDefinition {
3976
+ name: string;
3977
+ path: string;
3978
+ request?: EVA.Core.Management.GetOrderLoyaltyProgramPaymentTypes;
3979
+ response?: EVA.Core.Management.GetOrderLoyaltyProgramPaymentTypesResponse;
3980
+ }
3994
3981
  /**
3995
3982
  * Gets an `OrganizationUnitSet` by its ID and returns the set's basic information.
3996
3983
  *
@@ -6375,6 +6362,8 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
6375
6362
  }
6376
6363
  /**
6377
6364
  * Push a LoyaltyProgram.
6365
+ If it doesn't exist it will be created, otherwise is will be updated.
6366
+ Sub entities will also be created or updated, but will not be removed.
6378
6367
  *
6379
6368
  * @export
6380
6369
  * @class PushLoyaltyProgram
@@ -6386,6 +6375,36 @@ Also the MessageTemplate `QRCodePrintingTemplate` can be configured in Stencil.
6386
6375
  request?: EVA.Core.Management.PushLoyaltyProgram;
6387
6376
  response?: EVA.Core.Management.PushLoyaltyProgramResponse;
6388
6377
  }
6378
+ /**
6379
+ * Push a LoyaltyProgram.
6380
+ If it doesn't exist it will be created, otherwise is will be updated.
6381
+ Sub entities will also be created or updated, but will not be removed.
6382
+ *
6383
+ * @export
6384
+ * @class PushLoyaltyProgram_Async
6385
+ * @implements {EvaService}
6386
+ */
6387
+ class PushLoyaltyProgram_Async implements IEvaServiceDefinition {
6388
+ name: string;
6389
+ path: string;
6390
+ request?: EVA.Core.Management.PushLoyaltyProgram;
6391
+ response?: EVA.Core.AsyncRequestResponse;
6392
+ }
6393
+ /**
6394
+ * Push a LoyaltyProgram.
6395
+ If it doesn't exist it will be created, otherwise is will be updated.
6396
+ Sub entities will also be created or updated, but will not be removed.
6397
+ *
6398
+ * @export
6399
+ * @class PushLoyaltyProgram_AsyncResult
6400
+ * @implements {EvaService}
6401
+ */
6402
+ class PushLoyaltyProgram_AsyncResult implements IEvaServiceDefinition {
6403
+ name: string;
6404
+ path: string;
6405
+ request?: EVA.Core.AsyncRequestResultRequest;
6406
+ response?: EVA.Core.Management.PushLoyaltyProgramResponse;
6407
+ }
6389
6408
  /**
6390
6409
  * Push user bought product.
6391
6410
  *
@@ -6694,6 +6713,19 @@ You can provide further details by setting RelatedItems. These can either
6694
6713
  request?: EVA.Core.Management.SetCustomFieldOptions;
6695
6714
  response?: EVA.Core.EmptyResponseMessage;
6696
6715
  }
6716
+ /**
6717
+ * Set the loyalty program payment types for the order.
6718
+ *
6719
+ * @export
6720
+ * @class SetOrderLoyaltyProgramPaymentTypes
6721
+ * @implements {EvaService}
6722
+ */
6723
+ class SetOrderLoyaltyProgramPaymentTypes implements IEvaServiceDefinition {
6724
+ name: string;
6725
+ path: string;
6726
+ request?: EVA.Core.Management.SetOrderLoyaltyProgramPaymentTypes;
6727
+ response?: EVA.Core.EmptyResponseMessage;
6728
+ }
6697
6729
  /**
6698
6730
  * TODO: Needs documentation
6699
6731
  *