@springtree/eva-services-core-management 1.89.0 → 1.90.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.
@@ -3458,6 +3458,19 @@ At this moment the supported DeviceTypes are:
3458
3458
  request?: EVA.Core.Management.GetDiscountCampaignByID;
3459
3459
  response?: EVA.Core.Management.GetDiscountCampaignByIDResponse;
3460
3460
  }
3461
+ /**
3462
+ * Get discount coupons by discount ID
3463
+ *
3464
+ * @export
3465
+ * @class GetDiscountCouponByID
3466
+ * @implements {EvaService}
3467
+ */
3468
+ class GetDiscountCouponByID implements IEvaServiceDefinition {
3469
+ name: string;
3470
+ path: string;
3471
+ request?: EVA.Core.Management.GetDiscountCouponByID;
3472
+ response?: EVA.Core.Management.GetDiscountCouponByIDResponse;
3473
+ }
3461
3474
  /**
3462
3475
  * Get discount coupons by discount ID
3463
3476
  *
@@ -4832,6 +4845,19 @@ or to get a specific product in an assortment by filtering on both.
4832
4845
  request?: EVA.Core.Management.ListDiscountTemplates;
4833
4846
  response?: EVA.Core.Management.ListDiscountTemplatesResponse;
4834
4847
  }
4848
+ /**
4849
+ * Lists the available discount user usage reload strategies.
4850
+ *
4851
+ * @export
4852
+ * @class ListDiscountUserUsageReloadStrategies
4853
+ * @implements {EvaService}
4854
+ */
4855
+ class ListDiscountUserUsageReloadStrategies implements IEvaServiceDefinition {
4856
+ name: string;
4857
+ path: string;
4858
+ request?: EVA.Core.Management.ListDiscountUserUsageReloadStrategies;
4859
+ response?: EVA.Core.Management.ListDiscountUserUsageReloadStrategiesResponse;
4860
+ }
4835
4861
  /**
4836
4862
  * List the EmployeeData
4837
4863
  *
@@ -7520,6 +7546,32 @@ The data for this service can be gotten by first calling DownloadAssortmentProdu
7520
7546
  request?: EVA.Core.Management.UploadCouponExcel;
7521
7547
  response?: EVA.Core.Management.UploadCouponExcelResponse;
7522
7548
  }
7549
+ /**
7550
+ * Upload an excel with coupons.
7551
+ *
7552
+ * @export
7553
+ * @class UploadCouponExcel_Async
7554
+ * @implements {EvaService}
7555
+ */
7556
+ class UploadCouponExcel_Async implements IEvaServiceDefinition {
7557
+ name: string;
7558
+ path: string;
7559
+ request?: EVA.Core.Management.UploadCouponExcel;
7560
+ response?: EVA.Core.AsyncRequestResponse;
7561
+ }
7562
+ /**
7563
+ * Upload an excel with coupons.
7564
+ *
7565
+ * @export
7566
+ * @class UploadCouponExcel_AsyncResult
7567
+ * @implements {EvaService}
7568
+ */
7569
+ class UploadCouponExcel_AsyncResult implements IEvaServiceDefinition {
7570
+ name: string;
7571
+ path: string;
7572
+ request?: EVA.Core.AsyncRequestResultRequest;
7573
+ response?: EVA.Core.Management.UploadCouponExcelResponse;
7574
+ }
7523
7575
  /**
7524
7576
  * Upload the Excel based on the sample from `DownloadCustomersSample`.
7525
7577