@springtree/eva-services-core-management 1.89.0 → 1.91.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
  *
@@ -4392,6 +4405,19 @@ These handlers are custom build to fetch values for ProductRequirements from ext
4392
4405
  request?: EVA.Core.Management.GetUserRolesByUserID;
4393
4406
  response?: EVA.Core.Management.GetUserRolesByUserIDResponse;
4394
4407
  }
4408
+ /**
4409
+ * Generate a user subscription identifier barcode for the given user and subscription
4410
+ *
4411
+ * @export
4412
+ * @class GetUserSubscriptionBarcode
4413
+ * @implements {EvaService}
4414
+ */
4415
+ class GetUserSubscriptionBarcode implements IEvaServiceDefinition {
4416
+ name: string;
4417
+ path: string;
4418
+ request?: EVA.Core.Management.GetUserSubscriptionBarcode;
4419
+ response?: EVA.Core.Management.GetUserSubscriptionBarcodeResponse;
4420
+ }
4395
4421
  /**
4396
4422
  * Gets an VisibilityGroup by its ID and returns the basic information.
4397
4423
  *
@@ -4832,6 +4858,19 @@ or to get a specific product in an assortment by filtering on both.
4832
4858
  request?: EVA.Core.Management.ListDiscountTemplates;
4833
4859
  response?: EVA.Core.Management.ListDiscountTemplatesResponse;
4834
4860
  }
4861
+ /**
4862
+ * Lists the available discount user usage reload strategies.
4863
+ *
4864
+ * @export
4865
+ * @class ListDiscountUserUsageReloadStrategies
4866
+ * @implements {EvaService}
4867
+ */
4868
+ class ListDiscountUserUsageReloadStrategies implements IEvaServiceDefinition {
4869
+ name: string;
4870
+ path: string;
4871
+ request?: EVA.Core.Management.ListDiscountUserUsageReloadStrategies;
4872
+ response?: EVA.Core.Management.ListDiscountUserUsageReloadStrategiesResponse;
4873
+ }
4835
4874
  /**
4836
4875
  * List the EmployeeData
4837
4876
  *
@@ -7520,6 +7559,32 @@ The data for this service can be gotten by first calling DownloadAssortmentProdu
7520
7559
  request?: EVA.Core.Management.UploadCouponExcel;
7521
7560
  response?: EVA.Core.Management.UploadCouponExcelResponse;
7522
7561
  }
7562
+ /**
7563
+ * Upload an excel with coupons.
7564
+ *
7565
+ * @export
7566
+ * @class UploadCouponExcel_Async
7567
+ * @implements {EvaService}
7568
+ */
7569
+ class UploadCouponExcel_Async implements IEvaServiceDefinition {
7570
+ name: string;
7571
+ path: string;
7572
+ request?: EVA.Core.Management.UploadCouponExcel;
7573
+ response?: EVA.Core.AsyncRequestResponse;
7574
+ }
7575
+ /**
7576
+ * Upload an excel with coupons.
7577
+ *
7578
+ * @export
7579
+ * @class UploadCouponExcel_AsyncResult
7580
+ * @implements {EvaService}
7581
+ */
7582
+ class UploadCouponExcel_AsyncResult implements IEvaServiceDefinition {
7583
+ name: string;
7584
+ path: string;
7585
+ request?: EVA.Core.AsyncRequestResultRequest;
7586
+ response?: EVA.Core.Management.UploadCouponExcelResponse;
7587
+ }
7523
7588
  /**
7524
7589
  * Upload the Excel based on the sample from `DownloadCustomersSample`.
7525
7590