@springtree/eva-services-core-management 2.13.0 → 2.15.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.
@@ -302,6 +302,21 @@ But if the list is a mixed product list, all updates will be applied according t
302
302
  request?: EVA.Core.Management.BlockUserSubscription;
303
303
  response?: EVA.Core.EmptyResponseMessage;
304
304
  }
305
+ /**
306
+ * Returns the product count within the persisted product search template
307
+ When product id is given, it wil checks if a product is part of the persisted product search template result.
308
+ NOTE THAT after product search template creation/update if can take a few minutes for the result to be updated.
309
+ *
310
+ * @export
311
+ * @class CheckProductSearchTemplate
312
+ * @implements {EvaService}
313
+ */
314
+ class CheckProductSearchTemplate implements IEvaServiceDefinition {
315
+ name: string;
316
+ path: string;
317
+ request?: EVA.Core.Management.CheckProductSearchTemplate;
318
+ response?: EVA.Core.Management.CheckProductSearchTemplateResponse;
319
+ }
305
320
  /**
306
321
  * Removes all unused settings. Set ReportOnly to let this service return all settings that would be deleted.
307
322
  *
@@ -352,7 +367,7 @@ But if the list is a mixed product list, all updates will be applied according t
352
367
  name: string;
353
368
  path: string;
354
369
  request?: EVA.Core.Management.CreateAccount;
355
- response?: EVA.Core.CreateResponse;
370
+ response?: EVA.Core.Management.CreateAccountResponse;
356
371
  }
357
372
  /**
358
373
  * Create a new assortment.
@@ -514,7 +529,7 @@ An example of this might be tips left by a customer.
514
529
  name: string;
515
530
  path: string;
516
531
  request?: EVA.Core.Management.CreateCompany;
517
- response?: EVA.Core.CreateResponse;
532
+ response?: EVA.Core.Management.CreateCompanyResponse;
518
533
  }
519
534
  /**
520
535
  * TODO: Needs documentation
@@ -566,7 +581,7 @@ An example of this might be tips left by a customer.
566
581
  name: string;
567
582
  path: string;
568
583
  request?: EVA.Core.Management.CreateDevice;
569
- response?: EVA.Core.CreateResponse;
584
+ response?: EVA.Core.Management.CreateDeviceResponse;
570
585
  }
571
586
  /**
572
587
  * Create a new discount
@@ -592,7 +607,7 @@ An example of this might be tips left by a customer.
592
607
  name: string;
593
608
  path: string;
594
609
  request?: EVA.Core.Management.CreateDiscountCampaign;
595
- response?: EVA.Core.CreateResponse;
610
+ response?: EVA.Core.Management.CreateDiscountCampaignResponse;
596
611
  }
597
612
  /**
598
613
  * Create a DiscountCoupon
@@ -618,7 +633,7 @@ An example of this might be tips left by a customer.
618
633
  name: string;
619
634
  path: string;
620
635
  request?: EVA.Core.Management.CreateDiscountFromTemplate;
621
- response?: EVA.Core.CreateResponse;
636
+ response?: EVA.Core.Management.CreateDiscountResponse;
622
637
  }
623
638
  /**
624
639
  * Create a new DiscountLayer
@@ -644,7 +659,7 @@ An example of this might be tips left by a customer.
644
659
  name: string;
645
660
  path: string;
646
661
  request?: EVA.Core.Management.CreateDiscountTemplate;
647
- response?: EVA.Core.CreateResponse;
662
+ response?: EVA.Core.Management.CreateDiscountTemplateResponse;
648
663
  }
649
664
  /**
650
665
  * Create a new Employee
@@ -999,7 +1014,7 @@ To close a store on a specific date, create an openinghour with StartTime=null,
999
1014
  name: string;
1000
1015
  path: string;
1001
1016
  request?: EVA.Core.Management.CreateOrganizationUnitSet;
1002
- response?: EVA.Core.CreateResponse;
1017
+ response?: EVA.Core.Management.CreateOrganizationUnitSetResponse;
1003
1018
  }
1004
1019
  /**
1005
1020
  * Creates a new OrganizationUnitSetScope.
@@ -1331,7 +1346,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1331
1346
  name: string;
1332
1347
  path: string;
1333
1348
  request?: EVA.Core.Management.CreateShippingMethod;
1334
- response?: EVA.Core.CreateResponse;
1349
+ response?: EVA.Core.Management.CreateShippingMethodResponse;
1335
1350
  }
1336
1351
  /**
1337
1352
  * Creates a new ShippingMethodTransportationTime.
@@ -1344,7 +1359,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1344
1359
  name: string;
1345
1360
  path: string;
1346
1361
  request?: EVA.Core.Management.CreateShippingMethodTransportationTime;
1347
- response?: EVA.Core.CreateResponse;
1362
+ response?: EVA.Core.Management.CreateShippingMethodTransportationTimeResponse;
1348
1363
  }
1349
1364
  /**
1350
1365
  * Creates a new ShippingRestriction.
@@ -1370,7 +1385,7 @@ Optionally adds a record in the ProductUnitOfMeasure conversion table for the su
1370
1385
  name: string;
1371
1386
  path: string;
1372
1387
  request?: EVA.Core.Management.CreateStation;
1373
- response?: EVA.Core.CreateResponse;
1388
+ response?: EVA.Core.Management.CreateStationResponse;
1374
1389
  }
1375
1390
  /**
1376
1391
  * Creates a StockAllocationRule for the SupplierOrganizationUnitID and OrganizationUnitID.
@@ -1395,7 +1410,7 @@ not between the warehouse and the store.
1395
1410
  name: string;
1396
1411
  path: string;
1397
1412
  request?: EVA.Core.Management.CreateStockAllocationRule;
1398
- response?: EVA.Core.CreateResponse;
1413
+ response?: EVA.Core.Management.CreateStockAllocationRuleResponse;
1399
1414
  }
1400
1415
  /**
1401
1416
  * Create a new StockLabel
@@ -3007,7 +3022,7 @@ A duplicated discount will not be Active and Verified.
3007
3022
  name: string;
3008
3023
  path: string;
3009
3024
  request?: EVA.Core.Management.DuplicateDiscountTemplate;
3010
- response?: EVA.Core.CreateResponse;
3025
+ response?: EVA.Core.Management.CreateDiscountTemplateResponse;
3011
3026
  }
3012
3027
  /**
3013
3028
  * Duplicate the requirements of an existing set to a new set.