@springtree/eva-services-core-management 3.0.0-beta.4 → 3.0.0-beta.41
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/lib/eva-services-core-management.d.ts +6279 -4003
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js +35 -21
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +2243 -1883
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +387 -27
- package/lib/eva-services-core-management.services.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export var Errors;
|
|
2
2
|
(function (Errors) {
|
|
3
3
|
/**
|
|
4
|
-
* CashExpenseType {:string} already exists.
|
|
4
|
+
* CashExpenseType {0:string} already exists.
|
|
5
5
|
*/
|
|
6
6
|
Errors["CashExpenseTypes_AlreadyExists"] = "CashExpenseTypes:AlreadyExists";
|
|
7
7
|
/**
|
|
@@ -29,6 +29,10 @@ export var Errors;
|
|
|
29
29
|
*/
|
|
30
30
|
Errors["Cultures_CurrencyAlreadyExists"] = "Cultures:CurrencyAlreadyExists";
|
|
31
31
|
/**
|
|
32
|
+
* Additional currency must differ from main currency.
|
|
33
|
+
*/
|
|
34
|
+
Errors["Cultures_AdditionalCurrencyMustDifferFromMainCurrency"] = "Cultures:AdditionalCurrencyMustDifferFromMainCurrency";
|
|
35
|
+
/**
|
|
32
36
|
* The selected cashhandler is not available for the given currency
|
|
33
37
|
*/
|
|
34
38
|
Errors["Cultures_CashHandlerCurrencyMismatch"] = "Cultures:CashHandlerCurrencyMismatch";
|
|
@@ -109,6 +113,10 @@ export var Errors;
|
|
|
109
113
|
*/
|
|
110
114
|
Errors["GiftCards_InvalidProductType"] = "GiftCards:InvalidProductType";
|
|
111
115
|
/**
|
|
116
|
+
* Field '{0:string}' is required for the creation of a new Loyalty Program.
|
|
117
|
+
*/
|
|
118
|
+
Errors["LoyaltyProgram_MissingFieldOnLoyaltyProgramCreation"] = "LoyaltyProgram:MissingFieldOnLoyaltyProgramCreation";
|
|
119
|
+
/**
|
|
112
120
|
* There already exists opening hours for organization {organizationUnitName:string} and day {dayOfWeek:EVA.Core.DayOfWeek}
|
|
113
121
|
*/
|
|
114
122
|
Errors["OpeningHours_DuplicateOpeningHoursDayOfWeek"] = "OpeningHours:DuplicateOpeningHoursDayOfWeek";
|
|
@@ -133,11 +141,11 @@ export var Errors;
|
|
|
133
141
|
*/
|
|
134
142
|
Errors["OpeningHoursTypes_TypeHasTemplatesAndCannotBeDeleted"] = "OpeningHoursTypes:TypeHasTemplatesAndCannotBeDeleted";
|
|
135
143
|
/**
|
|
136
|
-
* OrderField with name '{:string}' already exists.
|
|
144
|
+
* OrderField with name '{0:string}' already exists.
|
|
137
145
|
*/
|
|
138
146
|
Errors["OrderFields_AlreadyExists"] = "OrderFields:AlreadyExists";
|
|
139
147
|
/**
|
|
140
|
-
* Unknown data type: {:string}
|
|
148
|
+
* Unknown data type: {0:string}
|
|
141
149
|
*/
|
|
142
150
|
Errors["OrderFields_UnknownDataType"] = "OrderFields:UnknownDataType";
|
|
143
151
|
/**
|
|
@@ -149,7 +157,7 @@ export var Errors;
|
|
|
149
157
|
*/
|
|
150
158
|
Errors["OrganizationUnitSets_CannotDeleteInUse"] = "OrganizationUnitSets:CannotDeleteInUse";
|
|
151
159
|
/**
|
|
152
|
-
* Set {:string} is a set managed by EVA and cannot be modified.
|
|
160
|
+
* Set {0:string} is a set managed by EVA and cannot be modified.
|
|
153
161
|
*/
|
|
154
162
|
Errors["OrganizationUnitSets_CannotModifySystemSet"] = "OrganizationUnitSets:CannotModifySystemSet";
|
|
155
163
|
/**
|
|
@@ -189,15 +197,15 @@ export var Errors;
|
|
|
189
197
|
*/
|
|
190
198
|
Errors["Pricing_BackendIdentifiersRequired"] = "Pricing:BackendIdentifiersRequired";
|
|
191
199
|
/**
|
|
192
|
-
* PriceList {:
|
|
200
|
+
* PriceList {0:id} has the same BackendID.
|
|
193
201
|
*/
|
|
194
202
|
Errors["Pricing_DuplicateBackendID"] = "Pricing:DuplicateBackendID";
|
|
195
203
|
/**
|
|
196
|
-
* You do not have access to pricelist {:
|
|
204
|
+
* You do not have access to pricelist {0:id}.
|
|
197
205
|
*/
|
|
198
206
|
Errors["Pricing_CannotViewPriceList"] = "Pricing:CannotViewPriceList";
|
|
199
207
|
/**
|
|
200
|
-
* Barcode {barcode:string} already exists for ProductID {productID:
|
|
208
|
+
* Barcode {barcode:string} already exists for ProductID {productID:id}
|
|
201
209
|
*/
|
|
202
210
|
Errors["ProductBarcodes_BarcodeAlreadyExists"] = "ProductBarcodes:BarcodeAlreadyExists";
|
|
203
211
|
/**
|
|
@@ -225,7 +233,7 @@ export var Errors;
|
|
|
225
233
|
*/
|
|
226
234
|
Errors["ProductUnitOfMeasures_InvalidQuantity"] = "ProductUnitOfMeasures:InvalidQuantity";
|
|
227
235
|
/**
|
|
228
|
-
* RefundCorrectionReason with BackendID '{:string}' already exists.
|
|
236
|
+
* RefundCorrectionReason with BackendID '{0:string}' already exists.
|
|
229
237
|
*/
|
|
230
238
|
Errors["RefundCorrectionReasons_AlreadyExists"] = "RefundCorrectionReasons:AlreadyExists";
|
|
231
239
|
/**
|
|
@@ -233,15 +241,15 @@ export var Errors;
|
|
|
233
241
|
*/
|
|
234
242
|
Errors["ReturnReasons_AlreadyExists"] = "ReturnReasons:AlreadyExists";
|
|
235
243
|
/**
|
|
236
|
-
* A role set with BackendID '{:string}' already exists
|
|
244
|
+
* A role set with BackendID '{0:string}' already exists
|
|
237
245
|
*/
|
|
238
246
|
Errors["RoleSets_RoleSetWithBackendIDAlreadyExists"] = "RoleSets:RoleSetWithBackendIDAlreadyExists";
|
|
239
247
|
/**
|
|
240
|
-
* Role set '{:string}' is still attached to organization units
|
|
248
|
+
* Role set '{0:string}' is still attached to organization units
|
|
241
249
|
*/
|
|
242
250
|
Errors["RoleSets_RoleSetIsStillAttached"] = "RoleSets:RoleSetIsStillAttached";
|
|
243
251
|
/**
|
|
244
|
-
* The code `{:string}` is preserved for system roles.
|
|
252
|
+
* The code `{0:string}` is preserved for system roles.
|
|
245
253
|
*/
|
|
246
254
|
Errors["Roles_CodeIsPreservedForSystemRoles"] = "Roles:CodeIsPreservedForSystemRoles";
|
|
247
255
|
/**
|
|
@@ -249,23 +257,23 @@ export var Errors;
|
|
|
249
257
|
*/
|
|
250
258
|
Errors["Roles_CannotModifyOrDeleteNewBlackRole"] = "Roles:CannotModifyOrDeleteNewBlackRole";
|
|
251
259
|
/**
|
|
252
|
-
* OrganizationUnit with ID {:string} not found on row {:int32}
|
|
260
|
+
* OrganizationUnit with ID {0:string} not found on row {1:int32}
|
|
253
261
|
*/
|
|
254
262
|
Errors["SettingsExcelImporter_OrganizationUnitByIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByIDNotFound";
|
|
255
263
|
/**
|
|
256
|
-
* OrganizationUnit with BackendID {:string} not found on row {:int32}
|
|
264
|
+
* OrganizationUnit with BackendID {0:string} not found on row {1:int32}
|
|
257
265
|
*/
|
|
258
266
|
Errors["SettingsExcelImporter_OrganizationUnitByBackendIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByBackendIDNotFound";
|
|
259
267
|
/**
|
|
260
|
-
* No BackendID or OrganizationUnitID provided for row {:
|
|
268
|
+
* No BackendID or OrganizationUnitID provided for row {0:id}
|
|
261
269
|
*/
|
|
262
270
|
Errors["SettingsExcelImporter_NoOrganizationUnitIdentifier"] = "SettingsExcelImporter:NoOrganizationUnitIdentifier";
|
|
263
271
|
/**
|
|
264
|
-
* Value on row {:
|
|
272
|
+
* Value on row {0:id} looks like a masked value
|
|
265
273
|
*/
|
|
266
274
|
Errors["SettingsExcelImporter_MaskedValueImport"] = "SettingsExcelImporter:MaskedValueImport";
|
|
267
275
|
/**
|
|
268
|
-
* Validation of the Excel file failed: {:string}
|
|
276
|
+
* Validation of the Excel file failed: {0:string}
|
|
269
277
|
*/
|
|
270
278
|
Errors["StockAllocationRules_UploadStockAllocationRuleValidationError"] = "StockAllocationRules:UploadStockAllocationRuleValidationError";
|
|
271
279
|
/**
|
|
@@ -273,15 +281,15 @@ export var Errors;
|
|
|
273
281
|
*/
|
|
274
282
|
Errors["StockAllocations_OrganizationUnitRequired"] = "StockAllocations:OrganizationUnitRequired";
|
|
275
283
|
/**
|
|
276
|
-
* OrganizationUnit {:
|
|
284
|
+
* OrganizationUnit {0:id} is not directly supplied by OrganizationUnit {1:id}.
|
|
277
285
|
*/
|
|
278
286
|
Errors["StockAllocations_InvalidOrganizationUnit"] = "StockAllocations:InvalidOrganizationUnit";
|
|
279
287
|
/**
|
|
280
|
-
* StockLabel with name '{:string}' already exists
|
|
288
|
+
* StockLabel with name '{0:string}' already exists
|
|
281
289
|
*/
|
|
282
290
|
Errors["StockLabels_AlreadyExists"] = "StockLabels:AlreadyExists";
|
|
283
291
|
/**
|
|
284
|
-
* StartDate ({:string}) cannot be after EndDate: ({:string})
|
|
292
|
+
* StartDate ({0:string}) cannot be after EndDate: ({1:string})
|
|
285
293
|
*/
|
|
286
294
|
Errors["TaxService_StartDateShouldBeBeforeEndDate"] = "TaxService:StartDateShouldBeBeforeEndDate";
|
|
287
295
|
/**
|
|
@@ -289,7 +297,7 @@ export var Errors;
|
|
|
289
297
|
*/
|
|
290
298
|
Errors["TaxService_StartAndEndDateRequired"] = "TaxService:StartAndEndDateRequired";
|
|
291
299
|
/**
|
|
292
|
-
* Validation of the Excel file failed: {:string}
|
|
300
|
+
* Validation of the Excel file failed: {0:string}
|
|
293
301
|
*/
|
|
294
302
|
Errors["TaxService_InvalidExcelFile"] = "TaxService:InvalidExcelFile";
|
|
295
303
|
/**
|
|
@@ -297,7 +305,7 @@ export var Errors;
|
|
|
297
305
|
*/
|
|
298
306
|
Errors["UnitOfMeasures_AlreadyExists"] = "UnitOfMeasures:AlreadyExists";
|
|
299
307
|
/**
|
|
300
|
-
* UnitPriceCorrectionReason with BackendID '{:string}' already exists.
|
|
308
|
+
* UnitPriceCorrectionReason with BackendID '{0:string}' already exists.
|
|
301
309
|
*/
|
|
302
310
|
Errors["UnitPriceCorrectionReasons_AlreadyExists"] = "UnitPriceCorrectionReasons:AlreadyExists";
|
|
303
311
|
/**
|
|
@@ -319,6 +327,12 @@ export var ConfigurationListSettingsTypedFilters;
|
|
|
319
327
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowTyped"] = 1] = "ShowTyped";
|
|
320
328
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowUntyped"] = 2] = "ShowUntyped";
|
|
321
329
|
})(ConfigurationListSettingsTypedFilters || (ConfigurationListSettingsTypedFilters = {}));
|
|
330
|
+
export var LoyaltyLoyaltyPointAdjustmentType;
|
|
331
|
+
(function (LoyaltyLoyaltyPointAdjustmentType) {
|
|
332
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Deposit"] = 0] = "Deposit";
|
|
333
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Withdraw"] = 1] = "Withdraw";
|
|
334
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Rebalance"] = 2] = "Rebalance";
|
|
335
|
+
})(LoyaltyLoyaltyPointAdjustmentType || (LoyaltyLoyaltyPointAdjustmentType = {}));
|
|
322
336
|
export var OrganizationUnitSetsOrganizationSubsetOrdering;
|
|
323
337
|
(function (OrganizationUnitSetsOrganizationSubsetOrdering) {
|
|
324
338
|
OrganizationUnitSetsOrganizationSubsetOrdering[OrganizationUnitSetsOrganizationSubsetOrdering["Ascending"] = 0] = "Ascending";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eva-services-core-management.js","sourceRoot":"","sources":["../src/eva-services-core-management.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"eva-services-core-management.js","sourceRoot":"","sources":["../src/eva-services-core-management.ts"],"names":[],"mappings":"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"}
|