@springtree/eva-services-core-management 2.14.0 → 2.16.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.
@@ -367,7 +367,7 @@ NOTE THAT after product search template creation/update if can take a few minute
367
367
  name: string;
368
368
  path: string;
369
369
  request?: EVA.Core.Management.CreateAccount;
370
- response?: EVA.Core.CreateResponse;
370
+ response?: EVA.Core.Management.CreateAccountResponse;
371
371
  }
372
372
  /**
373
373
  * Create a new assortment.
@@ -529,7 +529,7 @@ An example of this might be tips left by a customer.
529
529
  name: string;
530
530
  path: string;
531
531
  request?: EVA.Core.Management.CreateCompany;
532
- response?: EVA.Core.CreateResponse;
532
+ response?: EVA.Core.Management.CreateCompanyResponse;
533
533
  }
534
534
  /**
535
535
  * TODO: Needs documentation
@@ -581,7 +581,7 @@ An example of this might be tips left by a customer.
581
581
  name: string;
582
582
  path: string;
583
583
  request?: EVA.Core.Management.CreateDevice;
584
- response?: EVA.Core.CreateResponse;
584
+ response?: EVA.Core.Management.CreateDeviceResponse;
585
585
  }
586
586
  /**
587
587
  * Create a new discount
@@ -607,7 +607,7 @@ An example of this might be tips left by a customer.
607
607
  name: string;
608
608
  path: string;
609
609
  request?: EVA.Core.Management.CreateDiscountCampaign;
610
- response?: EVA.Core.CreateResponse;
610
+ response?: EVA.Core.Management.CreateDiscountCampaignResponse;
611
611
  }
612
612
  /**
613
613
  * Create a DiscountCoupon
@@ -633,7 +633,7 @@ An example of this might be tips left by a customer.
633
633
  name: string;
634
634
  path: string;
635
635
  request?: EVA.Core.Management.CreateDiscountFromTemplate;
636
- response?: EVA.Core.CreateResponse;
636
+ response?: EVA.Core.Management.CreateDiscountResponse;
637
637
  }
638
638
  /**
639
639
  * Create a new DiscountLayer
@@ -659,7 +659,7 @@ An example of this might be tips left by a customer.
659
659
  name: string;
660
660
  path: string;
661
661
  request?: EVA.Core.Management.CreateDiscountTemplate;
662
- response?: EVA.Core.CreateResponse;
662
+ response?: EVA.Core.Management.CreateDiscountTemplateResponse;
663
663
  }
664
664
  /**
665
665
  * Create a new Employee
@@ -1014,7 +1014,7 @@ To close a store on a specific date, create an openinghour with StartTime=null,
1014
1014
  name: string;
1015
1015
  path: string;
1016
1016
  request?: EVA.Core.Management.CreateOrganizationUnitSet;
1017
- response?: EVA.Core.CreateResponse;
1017
+ response?: EVA.Core.Management.CreateOrganizationUnitSetResponse;
1018
1018
  }
1019
1019
  /**
1020
1020
  * Creates a new OrganizationUnitSetScope.
@@ -1346,7 +1346,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1346
1346
  name: string;
1347
1347
  path: string;
1348
1348
  request?: EVA.Core.Management.CreateShippingMethod;
1349
- response?: EVA.Core.CreateResponse;
1349
+ response?: EVA.Core.Management.CreateShippingMethodResponse;
1350
1350
  }
1351
1351
  /**
1352
1352
  * Creates a new ShippingMethodTransportationTime.
@@ -1359,7 +1359,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1359
1359
  name: string;
1360
1360
  path: string;
1361
1361
  request?: EVA.Core.Management.CreateShippingMethodTransportationTime;
1362
- response?: EVA.Core.CreateResponse;
1362
+ response?: EVA.Core.Management.CreateShippingMethodTransportationTimeResponse;
1363
1363
  }
1364
1364
  /**
1365
1365
  * Creates a new ShippingRestriction.
@@ -1385,7 +1385,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1385
1385
  name: string;
1386
1386
  path: string;
1387
1387
  request?: EVA.Core.Management.CreateStation;
1388
- response?: EVA.Core.CreateResponse;
1388
+ response?: EVA.Core.Management.CreateStationResponse;
1389
1389
  }
1390
1390
  /**
1391
1391
  * Creates a StockAllocationRule for the SupplierOrganizationUnitID and OrganizationUnitID.
@@ -1410,7 +1410,7 @@ not between the warehouse and the store.
1410
1410
  name: string;
1411
1411
  path: string;
1412
1412
  request?: EVA.Core.Management.CreateStockAllocationRule;
1413
- response?: EVA.Core.CreateResponse;
1413
+ response?: EVA.Core.Management.CreateStockAllocationRuleResponse;
1414
1414
  }
1415
1415
  /**
1416
1416
  * Create a new StockLabel
@@ -3022,7 +3022,7 @@ A duplicated discount will not be Active and Verified.
3022
3022
  name: string;
3023
3023
  path: string;
3024
3024
  request?: EVA.Core.Management.DuplicateDiscountTemplate;
3025
- response?: EVA.Core.CreateResponse;
3025
+ response?: EVA.Core.Management.CreateDiscountTemplateResponse;
3026
3026
  }
3027
3027
  /**
3028
3028
  * Duplicate the requirements of an existing set to a new set.
@@ -3980,6 +3980,19 @@ At this moment the supported DeviceTypes are:
3980
3980
  request?: EVA.Core.Management.GetLoyaltyProgramProductLimitation;
3981
3981
  response?: EVA.Core.Management.GetLoyaltyProgramProductLimitationResponse;
3982
3982
  }
3983
+ /**
3984
+ * Get the loyalty program user usage
3985
+ *
3986
+ * @export
3987
+ * @class GetLoyaltyProgramUserUsage
3988
+ * @implements {EvaService}
3989
+ */
3990
+ class GetLoyaltyProgramUserUsage implements IEvaServiceDefinition {
3991
+ name: string;
3992
+ path: string;
3993
+ request?: EVA.Core.Management.GetLoyaltyProgramUserUsage;
3994
+ response?: EVA.Core.Management.GetLoyaltyProgramUserUsageResponse;
3995
+ }
3983
3996
  /**
3984
3997
  * Get a MessageTemplate
3985
3998
  *
@@ -7663,19 +7676,6 @@ Multiple items can be updated in a single request. Also multiple OrganizationUni
7663
7676
  request?: EVA.Core.Management.UpdateOrganizationUnitOpeningHours;
7664
7677
  response?: EVA.Core.EmptyResponseMessage;
7665
7678
  }
7666
- /**
7667
- * Update the Public IpAddress of an OrganizationUnit, identified by it's ID, if changed
7668
- *
7669
- * @export
7670
- * @class UpdateOrganizationUnitPublicIpAddress
7671
- * @implements {EvaService}
7672
- */
7673
- class UpdateOrganizationUnitPublicIpAddress implements IEvaServiceDefinition {
7674
- name: string;
7675
- path: string;
7676
- request?: EVA.Core.Management.UpdateOrganizationUnitPublicIpAddress;
7677
- response?: EVA.Core.EmptyResponseMessage;
7678
- }
7679
7679
  /**
7680
7680
  * Update the regular openinghours for an OrganizationUnit
7681
7681