@springtree/eva-services-core-management 1.70.0 → 1.72.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.
- package/CHANGELOG.md +22 -0
- package/lib/EVA.Core.Management.Services.d.ts +6 -48
- package/lib/EVA.Core.Management.Services.d.ts.map +1 -1
- package/lib/EVA.Core.Management.Services.js +5 -50
- package/lib/EVA.Core.Management.Services.js.map +1 -1
- package/lib/eva-services-core-management.es5.js +5 -50
- package/lib/eva-services-core-management.es5.js.map +1 -1
- package/lib/eva-services-core-management.umd.js +5 -50
- package/lib/eva-services-core-management.umd.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 1.72.0 (2023-02-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **typings:** update to latest ([b0d8b74](https://github.com/springtreesolutions/eva-sdk-repo/commit/b0d8b74fa4ba5a3ec98ae950a8be0ecefa63c768))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 1.71.0 (2023-01-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **services:** update to latest ([3172be3](https://github.com/springtreesolutions/eva-sdk-repo/commit/3172be3118c37759fe4e45417998cc0c1b0f5622))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [1.70.0](https://github.com/springtreesolutions/eva-sdk-repo/compare/@springtree/eva-services-core-management@1.69.0...@springtree/eva-services-core-management@1.70.0) (2023-01-24)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -412,19 +412,6 @@ An example of this might be tips left by a customer.
|
|
|
412
412
|
request?: EVA.Core.Management.CreateDiscountTemplate;
|
|
413
413
|
response?: EVA.Core.CreateResponse;
|
|
414
414
|
}
|
|
415
|
-
/**
|
|
416
|
-
* Create employeedata for a user. This service has been replaced with CreateOrUpdateEmployeeData.
|
|
417
|
-
*
|
|
418
|
-
* @export
|
|
419
|
-
* @class CreateEmployeeData
|
|
420
|
-
* @implements {EvaService}
|
|
421
|
-
*/
|
|
422
|
-
class CreateEmployeeData implements IEvaServiceDefinition {
|
|
423
|
-
name: string;
|
|
424
|
-
path: string;
|
|
425
|
-
request?: EVA.Core.Management.CreateEmployeeData;
|
|
426
|
-
response?: EVA.Core.Management.CreateEmployeeDataResponse;
|
|
427
|
-
}
|
|
428
415
|
/**
|
|
429
416
|
* Create a new Employee
|
|
430
417
|
*
|
|
@@ -516,7 +503,7 @@ This PIN will only be valid for the provided `OrganizationUnitID`, or your curre
|
|
|
516
503
|
name: string;
|
|
517
504
|
path: string;
|
|
518
505
|
request?: EVA.Core.Management.CreateLegalForm;
|
|
519
|
-
response?: EVA.Core.
|
|
506
|
+
response?: EVA.Core.Management.CreateLegalFormResponse;
|
|
520
507
|
}
|
|
521
508
|
/**
|
|
522
509
|
* Create a new LoyaltyProgram
|
|
@@ -1243,19 +1230,6 @@ Name is required
|
|
|
1243
1230
|
request?: EVA.Core.Management.CreateVisibilityGroup;
|
|
1244
1231
|
response?: EVA.Core.Management.CreateVisibilityGroupResponse;
|
|
1245
1232
|
}
|
|
1246
|
-
/**
|
|
1247
|
-
* Deactivate an existing discount
|
|
1248
|
-
*
|
|
1249
|
-
* @export
|
|
1250
|
-
* @class DeactivateDiscount
|
|
1251
|
-
* @implements {EvaService}
|
|
1252
|
-
*/
|
|
1253
|
-
class DeactivateDiscount implements IEvaServiceDefinition {
|
|
1254
|
-
name: string;
|
|
1255
|
-
path: string;
|
|
1256
|
-
request?: EVA.Core.Management.DeactivateDiscount;
|
|
1257
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
1258
|
-
}
|
|
1259
1233
|
/**
|
|
1260
1234
|
* Delete an existing Account
|
|
1261
1235
|
*
|
|
@@ -1400,7 +1374,7 @@ Name is required
|
|
|
1400
1374
|
response?: EVA.Core.EmptyResponseMessage;
|
|
1401
1375
|
}
|
|
1402
1376
|
/**
|
|
1403
|
-
*
|
|
1377
|
+
* Delete a device
|
|
1404
1378
|
*
|
|
1405
1379
|
* @export
|
|
1406
1380
|
* @class DeleteDevice
|
|
@@ -1491,7 +1465,7 @@ Name is required
|
|
|
1491
1465
|
response?: EVA.Core.EmptyResponseMessage;
|
|
1492
1466
|
}
|
|
1493
1467
|
/**
|
|
1494
|
-
*
|
|
1468
|
+
* Delete an inquiry
|
|
1495
1469
|
*
|
|
1496
1470
|
* @export
|
|
1497
1471
|
* @class DeleteInquiry
|
|
@@ -1994,9 +1968,6 @@ When it's SupplierBarcode all matching barcodes will be removed
|
|
|
1994
1968
|
}
|
|
1995
1969
|
/**
|
|
1996
1970
|
* Delete a station
|
|
1997
|
-
|
|
1998
|
-
If the station has to be closed first, the response will have `IsRequested`: `true`.
|
|
1999
|
-
The station will be deleted after it has been closed.
|
|
2000
1971
|
*
|
|
2001
1972
|
* @export
|
|
2002
1973
|
* @class DeleteStation
|
|
@@ -4212,7 +4183,7 @@ or to get a specific product in an assortment by filtering on both.
|
|
|
4212
4183
|
response?: EVA.Core.Management.ListCumulativeStockResponse;
|
|
4213
4184
|
}
|
|
4214
4185
|
/**
|
|
4215
|
-
*
|
|
4186
|
+
* Lists all filter operators for every customfield datatype.
|
|
4216
4187
|
*
|
|
4217
4188
|
* @export
|
|
4218
4189
|
* @class ListCustomFieldDataTypesOperators
|
|
@@ -5621,7 +5592,7 @@ When using this service make sure the `Workforce:AssignEmployeeRights` setting i
|
|
|
5621
5592
|
response?: EVA.Core.EmptyResponseMessage;
|
|
5622
5593
|
}
|
|
5623
5594
|
/**
|
|
5624
|
-
* Updates a
|
|
5595
|
+
* Updates a device
|
|
5625
5596
|
*
|
|
5626
5597
|
* @export
|
|
5627
5598
|
* @class UpdateDevice
|
|
@@ -5713,19 +5684,6 @@ When the budget is cleared or raised above the current `TotalDiscountGiven`, or
|
|
|
5713
5684
|
request?: EVA.Core.Management.UpdateDiscountTemplate;
|
|
5714
5685
|
response?: EVA.Core.EmptyResponseMessage;
|
|
5715
5686
|
}
|
|
5716
|
-
/**
|
|
5717
|
-
* Update existing EmployeeData. This service has been replaced with CreateOrUpdateEmployeeData.
|
|
5718
|
-
*
|
|
5719
|
-
* @export
|
|
5720
|
-
* @class UpdateEmployeeData
|
|
5721
|
-
* @implements {EvaService}
|
|
5722
|
-
*/
|
|
5723
|
-
class UpdateEmployeeData implements IEvaServiceDefinition {
|
|
5724
|
-
name: string;
|
|
5725
|
-
path: string;
|
|
5726
|
-
request?: EVA.Core.Management.UpdateEmployeeData;
|
|
5727
|
-
response?: EVA.Core.EmptyResponseMessage;
|
|
5728
|
-
}
|
|
5729
5687
|
/**
|
|
5730
5688
|
* TODO: Needs documentation
|
|
5731
5689
|
*
|
|
@@ -5753,7 +5711,7 @@ When the budget is cleared or raised above the current `TotalDiscountGiven`, or
|
|
|
5753
5711
|
response?: EVA.Core.EmptyResponseMessage;
|
|
5754
5712
|
}
|
|
5755
5713
|
/**
|
|
5756
|
-
*
|
|
5714
|
+
* Update an inquiry
|
|
5757
5715
|
*
|
|
5758
5716
|
* @export
|
|
5759
5717
|
* @class UpdateInquiry
|