@springtree/eva-services-core-management 3.0.0-beta.5 → 3.0.0-beta.50
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 +6654 -4143
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js +40 -22
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +2273 -1883
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +426 -36
- 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";
|
|
@@ -89,7 +93,7 @@ export var Errors;
|
|
|
89
93
|
*/
|
|
90
94
|
Errors["GiftCardConfigurations_InvalidUsageTypeForHandler"] = "GiftCardConfigurations:InvalidUsageTypeForHandler";
|
|
91
95
|
/**
|
|
92
|
-
* This product already has
|
|
96
|
+
* This product already has a giftcard product
|
|
93
97
|
*/
|
|
94
98
|
Errors["GiftCards_ProductAlreadyExists"] = "GiftCards:ProductAlreadyExists";
|
|
95
99
|
/**
|
|
@@ -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,19 @@ export var Errors;
|
|
|
233
241
|
*/
|
|
234
242
|
Errors["ReturnReasons_AlreadyExists"] = "ReturnReasons:AlreadyExists";
|
|
235
243
|
/**
|
|
236
|
-
*
|
|
244
|
+
* Remark is required for this return reason.
|
|
245
|
+
*/
|
|
246
|
+
Errors["ReturnReasons_RemarkIsRequired"] = "ReturnReasons:RemarkIsRequired";
|
|
247
|
+
/**
|
|
248
|
+
* A role set with BackendID '{0:string}' already exists
|
|
237
249
|
*/
|
|
238
250
|
Errors["RoleSets_RoleSetWithBackendIDAlreadyExists"] = "RoleSets:RoleSetWithBackendIDAlreadyExists";
|
|
239
251
|
/**
|
|
240
|
-
* Role set '{:string}' is still attached to organization units
|
|
252
|
+
* Role set '{0:string}' is still attached to organization units
|
|
241
253
|
*/
|
|
242
254
|
Errors["RoleSets_RoleSetIsStillAttached"] = "RoleSets:RoleSetIsStillAttached";
|
|
243
255
|
/**
|
|
244
|
-
* The code `{:string}` is preserved for system roles.
|
|
256
|
+
* The code `{0:string}` is preserved for system roles.
|
|
245
257
|
*/
|
|
246
258
|
Errors["Roles_CodeIsPreservedForSystemRoles"] = "Roles:CodeIsPreservedForSystemRoles";
|
|
247
259
|
/**
|
|
@@ -249,23 +261,23 @@ export var Errors;
|
|
|
249
261
|
*/
|
|
250
262
|
Errors["Roles_CannotModifyOrDeleteNewBlackRole"] = "Roles:CannotModifyOrDeleteNewBlackRole";
|
|
251
263
|
/**
|
|
252
|
-
* OrganizationUnit with ID {:string} not found on row {:int32}
|
|
264
|
+
* OrganizationUnit with ID {0:string} not found on row {1:int32}
|
|
253
265
|
*/
|
|
254
266
|
Errors["SettingsExcelImporter_OrganizationUnitByIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByIDNotFound";
|
|
255
267
|
/**
|
|
256
|
-
* OrganizationUnit with BackendID {:string} not found on row {:int32}
|
|
268
|
+
* OrganizationUnit with BackendID {0:string} not found on row {1:int32}
|
|
257
269
|
*/
|
|
258
270
|
Errors["SettingsExcelImporter_OrganizationUnitByBackendIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByBackendIDNotFound";
|
|
259
271
|
/**
|
|
260
|
-
* No BackendID or OrganizationUnitID provided for row {:
|
|
272
|
+
* No BackendID or OrganizationUnitID provided for row {0:id}
|
|
261
273
|
*/
|
|
262
274
|
Errors["SettingsExcelImporter_NoOrganizationUnitIdentifier"] = "SettingsExcelImporter:NoOrganizationUnitIdentifier";
|
|
263
275
|
/**
|
|
264
|
-
* Value on row {:
|
|
276
|
+
* Value on row {0:id} looks like a masked value
|
|
265
277
|
*/
|
|
266
278
|
Errors["SettingsExcelImporter_MaskedValueImport"] = "SettingsExcelImporter:MaskedValueImport";
|
|
267
279
|
/**
|
|
268
|
-
* Validation of the Excel file failed: {:string}
|
|
280
|
+
* Validation of the Excel file failed: {0:string}
|
|
269
281
|
*/
|
|
270
282
|
Errors["StockAllocationRules_UploadStockAllocationRuleValidationError"] = "StockAllocationRules:UploadStockAllocationRuleValidationError";
|
|
271
283
|
/**
|
|
@@ -273,15 +285,15 @@ export var Errors;
|
|
|
273
285
|
*/
|
|
274
286
|
Errors["StockAllocations_OrganizationUnitRequired"] = "StockAllocations:OrganizationUnitRequired";
|
|
275
287
|
/**
|
|
276
|
-
* OrganizationUnit {:
|
|
288
|
+
* OrganizationUnit {0:id} is not directly supplied by OrganizationUnit {1:id}.
|
|
277
289
|
*/
|
|
278
290
|
Errors["StockAllocations_InvalidOrganizationUnit"] = "StockAllocations:InvalidOrganizationUnit";
|
|
279
291
|
/**
|
|
280
|
-
* StockLabel with name '{:string}' already exists
|
|
292
|
+
* StockLabel with name '{0:string}' already exists
|
|
281
293
|
*/
|
|
282
294
|
Errors["StockLabels_AlreadyExists"] = "StockLabels:AlreadyExists";
|
|
283
295
|
/**
|
|
284
|
-
* StartDate ({:string}) cannot be after EndDate: ({:string})
|
|
296
|
+
* StartDate ({0:string}) cannot be after EndDate: ({1:string})
|
|
285
297
|
*/
|
|
286
298
|
Errors["TaxService_StartDateShouldBeBeforeEndDate"] = "TaxService:StartDateShouldBeBeforeEndDate";
|
|
287
299
|
/**
|
|
@@ -289,7 +301,7 @@ export var Errors;
|
|
|
289
301
|
*/
|
|
290
302
|
Errors["TaxService_StartAndEndDateRequired"] = "TaxService:StartAndEndDateRequired";
|
|
291
303
|
/**
|
|
292
|
-
* Validation of the Excel file failed: {:string}
|
|
304
|
+
* Validation of the Excel file failed: {0:string}
|
|
293
305
|
*/
|
|
294
306
|
Errors["TaxService_InvalidExcelFile"] = "TaxService:InvalidExcelFile";
|
|
295
307
|
/**
|
|
@@ -297,7 +309,7 @@ export var Errors;
|
|
|
297
309
|
*/
|
|
298
310
|
Errors["UnitOfMeasures_AlreadyExists"] = "UnitOfMeasures:AlreadyExists";
|
|
299
311
|
/**
|
|
300
|
-
* UnitPriceCorrectionReason with BackendID '{:string}' already exists.
|
|
312
|
+
* UnitPriceCorrectionReason with BackendID '{0:string}' already exists.
|
|
301
313
|
*/
|
|
302
314
|
Errors["UnitPriceCorrectionReasons_AlreadyExists"] = "UnitPriceCorrectionReasons:AlreadyExists";
|
|
303
315
|
/**
|
|
@@ -319,6 +331,12 @@ export var ConfigurationListSettingsTypedFilters;
|
|
|
319
331
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowTyped"] = 1] = "ShowTyped";
|
|
320
332
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowUntyped"] = 2] = "ShowUntyped";
|
|
321
333
|
})(ConfigurationListSettingsTypedFilters || (ConfigurationListSettingsTypedFilters = {}));
|
|
334
|
+
export var LoyaltyLoyaltyPointAdjustmentType;
|
|
335
|
+
(function (LoyaltyLoyaltyPointAdjustmentType) {
|
|
336
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Deposit"] = 0] = "Deposit";
|
|
337
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Withdraw"] = 1] = "Withdraw";
|
|
338
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Rebalance"] = 2] = "Rebalance";
|
|
339
|
+
})(LoyaltyLoyaltyPointAdjustmentType || (LoyaltyLoyaltyPointAdjustmentType = {}));
|
|
322
340
|
export var OrganizationUnitSetsOrganizationSubsetOrdering;
|
|
323
341
|
(function (OrganizationUnitSetsOrganizationSubsetOrdering) {
|
|
324
342
|
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":"AAuRA,MAAM,CAAN,IAAY,MAsUX;AAtUD,WAAY,MAAM;IAEhB;;MAEE;IACF,2EAAiE,CAAA;IACjE;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,+EAAqE,CAAA;IACrE;;MAEE;IACF,6EAAmE,CAAA;IACnE;;MAEE;IACF,mHAAyG,CAAA;IACzG;;MAEE;IACF,uEAA6D,CAAA;IAC7D;;MAEE;IACF,2EAAiE,CAAA;IACjE;;MAEE;IACF,yHAA+G,CAAA;IAC/G;;MAEE;IACF,uFAA6E,CAAA;IAC7E;;MAEE;IACF,2EAAiE,CAAA;IACjE;;MAEE;IACF,qFAA2E,CAAA;IAC3E;;MAEE;IACF,qFAA2E,CAAA;IAC3E;;MAEE;IACF,2GAAiG,CAAA;IACjG;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,yGAA+F,CAAA;IAC/F;;MAEE;IACF,iHAAuG,CAAA;IACvG;;MAEE;IACF,qIAA2H,CAAA;IAC3H;;MAEE;IACF,mKAAyJ,CAAA;IACzJ;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,mFAAyE,CAAA;IACzE;;MAEE;IACF,6FAAmF,CAAA;IACnF;;MAEE;IACF,iHAAuG,CAAA;IACvG;;MAEE;IACF,2EAAiE,CAAA;IACjE;;MAEE;IACF,+DAAqD,CAAA;IACrD;;MAEE;IACF,yDAA+C,CAAA;IAC/C;;MAEE;IACF,yDAA+C,CAAA;IAC/C;;MAEE;IACF,uEAA6D,CAAA;IAC7D;;MAEE;IACF,qHAA2G,CAAA;IAC3G;;MAEE;IACF,qGAA2F,CAAA;IAC3F;;MAEE;IACF,2FAAiF,CAAA;IACjF;;MAEE;IACF,6EAAmE,CAAA;IACnE;;MAEE;IACF,6IAAmI,CAAA;IACnI;;MAEE;IACF,2GAAiG,CAAA;IACjG;;MAEE;IACF,uHAA6G,CAAA;IAC7G;;MAEE;IACF,iEAAuD,CAAA;IACvD;;MAEE;IACF,qEAA2D,CAAA;IAC3D;;MAEE;IACF,qGAA2F,CAAA;IAC3F;;MAEE;IACF,2FAAiF,CAAA;IACjF;;MAEE;IACF,mGAAyF,CAAA;IACzF;;MAEE;IACF,mGAAyF,CAAA;IACzF;;MAEE;IACF,6GAAmG,CAAA;IACnG;;MAEE;IACF,qFAA2E,CAAA;IAC3E;;MAEE;IACF,mKAAyJ,CAAA;IACzJ;;MAEE;IACF,qGAA2F,CAAA;IAC3F;;MAEE;IACF,+FAAqF,CAAA;IACrF;;MAEE;IACF,uHAA6G,CAAA;IAC7G;;MAEE;IACF,2IAAiI,CAAA;IACjI;;MAEE;IACF,mFAAyE,CAAA;IACzE;;MAEE;IACF,mEAAyD,CAAA;IACzD;;MAEE;IACF,qEAA2D,CAAA;IAC3D;;MAEE;IACF,uFAA6E,CAAA;IAC7E;;MAEE;IACF,6EAAmE,CAAA;IACnE;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,2FAAiF,CAAA;IACjF;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,qGAA2F,CAAA;IAC3F;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,yFAA+E,CAAA;IAC/E;;MAEE;IACF,qEAA2D,CAAA;IAC3D;;MAEE;IACF,2EAAiE,CAAA;IACjE;;MAEE;IACF,mGAAyF,CAAA;IACzF;;MAEE;IACF,6EAAmE,CAAA;IACnE;;MAEE;IACF,qFAA2E,CAAA;IAC3E;;MAEE;IACF,2FAAiF,CAAA;IACjF;;MAEE;IACF,mHAAyG,CAAA;IACzG;;MAEE;IACF,iIAAuH,CAAA;IACvH;;MAEE;IACF,mHAAyG,CAAA;IACzG;;MAEE;IACF,6FAAmF,CAAA;IACnF;;MAEE;IACF,yIAA+H,CAAA;IAC/H;;MAEE;IACF,iGAAuF,CAAA;IACvF;;MAEE;IACF,+FAAqF,CAAA;IACrF;;MAEE;IACF,iEAAuD,CAAA;IACvD;;MAEE;IACF,iGAAuF,CAAA;IACvF;;MAEE;IACF,mFAAyE,CAAA;IACzE;;MAEE;IACF,qEAA2D,CAAA;IAC3D;;MAEE;IACF,uEAA6D,CAAA;IAC7D;;MAEE;IACF,+FAAqF,CAAA;IACrF;;MAEE;IACF,2GAAiG,CAAA;IACjG;;MAEE;IACF,mHAAyG,CAAA;IACzG;;MAEE;IACF,iEAAuD,CAAA;AACzD,CAAC,EAtUW,MAAM,KAAN,MAAM,QAsUjB;AAkmED,MAAM,CAAN,IAAY,qCAIX;AAJD,WAAY,qCAAqC;IAC/C,uGAAW,CAAA;IACX,2GAAa,CAAA;IACb,+GAAe,CAAA;AACjB,CAAC,EAJW,qCAAqC,KAArC,qCAAqC,QAIhD;AAg0JD,MAAM,CAAN,IAAY,iCAIX;AAJD,WAAY,iCAAiC;IAC3C,+FAAW,CAAA;IACX,iGAAY,CAAA;IACZ,mGAAa,CAAA;AACf,CAAC,EAJW,iCAAiC,KAAjC,iCAAiC,QAI5C;AA+9DD,MAAM,CAAN,IAAY,8CAGX;AAHD,WAAY,8CAA8C;IACxD,6HAAa,CAAA;IACb,+HAAc,CAAA;AAChB,CAAC,EAHW,8CAA8C,KAA9C,8CAA8C,QAGzD;AAkmMD,MAAM,CAAN,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC7C,iHAAkB,CAAA;IAClB,6HAAwB,CAAA;IACxB,2HAAuB,CAAA;AACzB,CAAC,EAJW,mCAAmC,KAAnC,mCAAmC,QAI9C"}
|