@springtree/eva-services-core-management 3.0.0-beta.7 → 3.0.0-beta.71
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 +7120 -4343
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js +38 -32
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +2267 -1901
- package/lib/eva-services-core-management.services.d.ts.map +1 -1
- package/lib/eva-services-core-management.services.js +465 -99
- 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";
|
|
@@ -41,10 +45,6 @@ export var Errors;
|
|
|
41
45
|
*/
|
|
42
46
|
Errors["Cultures_MustHaveAtLeastOneLanguage"] = "Cultures:MustHaveAtLeastOneLanguage";
|
|
43
47
|
/**
|
|
44
|
-
* This CustomerReturnReason already exists
|
|
45
|
-
*/
|
|
46
|
-
Errors["CustomerReturnReasons_AlreadyExists"] = "CustomerReturnReasons:AlreadyExists";
|
|
47
|
-
/**
|
|
48
48
|
* Can't delete OrderLedgerType because it's not custom
|
|
49
49
|
*/
|
|
50
50
|
Errors["DeleteOrderLedgerType_OrderLedgerTypeNotCustom"] = "DeleteOrderLedgerType:OrderLedgerTypeNotCustom";
|
|
@@ -89,7 +89,7 @@ export var Errors;
|
|
|
89
89
|
*/
|
|
90
90
|
Errors["GiftCardConfigurations_InvalidUsageTypeForHandler"] = "GiftCardConfigurations:InvalidUsageTypeForHandler";
|
|
91
91
|
/**
|
|
92
|
-
* This product already has
|
|
92
|
+
* This product already has a giftcard product
|
|
93
93
|
*/
|
|
94
94
|
Errors["GiftCards_ProductAlreadyExists"] = "GiftCards:ProductAlreadyExists";
|
|
95
95
|
/**
|
|
@@ -109,6 +109,10 @@ export var Errors;
|
|
|
109
109
|
*/
|
|
110
110
|
Errors["GiftCards_InvalidProductType"] = "GiftCards:InvalidProductType";
|
|
111
111
|
/**
|
|
112
|
+
* Field '{0:string}' is required for the creation of a new Loyalty Program.
|
|
113
|
+
*/
|
|
114
|
+
Errors["LoyaltyProgram_MissingFieldOnLoyaltyProgramCreation"] = "LoyaltyProgram:MissingFieldOnLoyaltyProgramCreation";
|
|
115
|
+
/**
|
|
112
116
|
* There already exists opening hours for organization {organizationUnitName:string} and day {dayOfWeek:EVA.Core.DayOfWeek}
|
|
113
117
|
*/
|
|
114
118
|
Errors["OpeningHours_DuplicateOpeningHoursDayOfWeek"] = "OpeningHours:DuplicateOpeningHoursDayOfWeek";
|
|
@@ -133,14 +137,6 @@ export var Errors;
|
|
|
133
137
|
*/
|
|
134
138
|
Errors["OpeningHoursTypes_TypeHasTemplatesAndCannotBeDeleted"] = "OpeningHoursTypes:TypeHasTemplatesAndCannotBeDeleted";
|
|
135
139
|
/**
|
|
136
|
-
* OrderField with name '{:string}' already exists.
|
|
137
|
-
*/
|
|
138
|
-
Errors["OrderFields_AlreadyExists"] = "OrderFields:AlreadyExists";
|
|
139
|
-
/**
|
|
140
|
-
* Unknown data type: {:string}
|
|
141
|
-
*/
|
|
142
|
-
Errors["OrderFields_UnknownDataType"] = "OrderFields:UnknownDataType";
|
|
143
|
-
/**
|
|
144
140
|
* The OrganizationUnitSetScope is still being used, cannot delete.
|
|
145
141
|
*/
|
|
146
142
|
Errors["OrganizationUnitSets_CannotDeleteScopeInUse"] = "OrganizationUnitSets:CannotDeleteScopeInUse";
|
|
@@ -149,7 +145,7 @@ export var Errors;
|
|
|
149
145
|
*/
|
|
150
146
|
Errors["OrganizationUnitSets_CannotDeleteInUse"] = "OrganizationUnitSets:CannotDeleteInUse";
|
|
151
147
|
/**
|
|
152
|
-
* Set {:string} is a set managed by EVA and cannot be modified.
|
|
148
|
+
* Set {0:string} is a set managed by EVA and cannot be modified.
|
|
153
149
|
*/
|
|
154
150
|
Errors["OrganizationUnitSets_CannotModifySystemSet"] = "OrganizationUnitSets:CannotModifySystemSet";
|
|
155
151
|
/**
|
|
@@ -189,15 +185,15 @@ export var Errors;
|
|
|
189
185
|
*/
|
|
190
186
|
Errors["Pricing_BackendIdentifiersRequired"] = "Pricing:BackendIdentifiersRequired";
|
|
191
187
|
/**
|
|
192
|
-
* PriceList {:
|
|
188
|
+
* PriceList {0:id} has the same BackendID.
|
|
193
189
|
*/
|
|
194
190
|
Errors["Pricing_DuplicateBackendID"] = "Pricing:DuplicateBackendID";
|
|
195
191
|
/**
|
|
196
|
-
* You do not have access to pricelist {:
|
|
192
|
+
* You do not have access to pricelist {0:id}.
|
|
197
193
|
*/
|
|
198
194
|
Errors["Pricing_CannotViewPriceList"] = "Pricing:CannotViewPriceList";
|
|
199
195
|
/**
|
|
200
|
-
* Barcode {barcode:string} already exists for ProductID {productID:
|
|
196
|
+
* Barcode {barcode:string} already exists for ProductID {productID:id}
|
|
201
197
|
*/
|
|
202
198
|
Errors["ProductBarcodes_BarcodeAlreadyExists"] = "ProductBarcodes:BarcodeAlreadyExists";
|
|
203
199
|
/**
|
|
@@ -225,7 +221,7 @@ export var Errors;
|
|
|
225
221
|
*/
|
|
226
222
|
Errors["ProductUnitOfMeasures_InvalidQuantity"] = "ProductUnitOfMeasures:InvalidQuantity";
|
|
227
223
|
/**
|
|
228
|
-
* RefundCorrectionReason with BackendID '{:string}' already exists.
|
|
224
|
+
* RefundCorrectionReason with BackendID '{0:string}' already exists.
|
|
229
225
|
*/
|
|
230
226
|
Errors["RefundCorrectionReasons_AlreadyExists"] = "RefundCorrectionReasons:AlreadyExists";
|
|
231
227
|
/**
|
|
@@ -233,15 +229,19 @@ export var Errors;
|
|
|
233
229
|
*/
|
|
234
230
|
Errors["ReturnReasons_AlreadyExists"] = "ReturnReasons:AlreadyExists";
|
|
235
231
|
/**
|
|
236
|
-
*
|
|
232
|
+
* Remark is required for this return reason.
|
|
233
|
+
*/
|
|
234
|
+
Errors["ReturnReasons_RemarkIsRequired"] = "ReturnReasons:RemarkIsRequired";
|
|
235
|
+
/**
|
|
236
|
+
* A role set with BackendID '{0:string}' already exists
|
|
237
237
|
*/
|
|
238
238
|
Errors["RoleSets_RoleSetWithBackendIDAlreadyExists"] = "RoleSets:RoleSetWithBackendIDAlreadyExists";
|
|
239
239
|
/**
|
|
240
|
-
* Role set '{:string}' is still attached to organization units
|
|
240
|
+
* Role set '{0:string}' is still attached to organization units
|
|
241
241
|
*/
|
|
242
242
|
Errors["RoleSets_RoleSetIsStillAttached"] = "RoleSets:RoleSetIsStillAttached";
|
|
243
243
|
/**
|
|
244
|
-
* The code `{:string}` is preserved for system roles.
|
|
244
|
+
* The code `{0:string}` is preserved for system roles.
|
|
245
245
|
*/
|
|
246
246
|
Errors["Roles_CodeIsPreservedForSystemRoles"] = "Roles:CodeIsPreservedForSystemRoles";
|
|
247
247
|
/**
|
|
@@ -249,23 +249,23 @@ export var Errors;
|
|
|
249
249
|
*/
|
|
250
250
|
Errors["Roles_CannotModifyOrDeleteNewBlackRole"] = "Roles:CannotModifyOrDeleteNewBlackRole";
|
|
251
251
|
/**
|
|
252
|
-
* OrganizationUnit with ID {:string} not found on row {:int32}
|
|
252
|
+
* OrganizationUnit with ID {0:string} not found on row {1:int32}
|
|
253
253
|
*/
|
|
254
254
|
Errors["SettingsExcelImporter_OrganizationUnitByIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByIDNotFound";
|
|
255
255
|
/**
|
|
256
|
-
* OrganizationUnit with BackendID {:string} not found on row {:int32}
|
|
256
|
+
* OrganizationUnit with BackendID {0:string} not found on row {1:int32}
|
|
257
257
|
*/
|
|
258
258
|
Errors["SettingsExcelImporter_OrganizationUnitByBackendIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByBackendIDNotFound";
|
|
259
259
|
/**
|
|
260
|
-
* No BackendID or OrganizationUnitID provided for row {:
|
|
260
|
+
* No BackendID or OrganizationUnitID provided for row {0:id}
|
|
261
261
|
*/
|
|
262
262
|
Errors["SettingsExcelImporter_NoOrganizationUnitIdentifier"] = "SettingsExcelImporter:NoOrganizationUnitIdentifier";
|
|
263
263
|
/**
|
|
264
|
-
* Value on row {:
|
|
264
|
+
* Value on row {0:id} looks like a masked value
|
|
265
265
|
*/
|
|
266
266
|
Errors["SettingsExcelImporter_MaskedValueImport"] = "SettingsExcelImporter:MaskedValueImport";
|
|
267
267
|
/**
|
|
268
|
-
* Validation of the Excel file failed: {:string}
|
|
268
|
+
* Validation of the Excel file failed: {0:string}
|
|
269
269
|
*/
|
|
270
270
|
Errors["StockAllocationRules_UploadStockAllocationRuleValidationError"] = "StockAllocationRules:UploadStockAllocationRuleValidationError";
|
|
271
271
|
/**
|
|
@@ -273,15 +273,15 @@ export var Errors;
|
|
|
273
273
|
*/
|
|
274
274
|
Errors["StockAllocations_OrganizationUnitRequired"] = "StockAllocations:OrganizationUnitRequired";
|
|
275
275
|
/**
|
|
276
|
-
* OrganizationUnit {:
|
|
276
|
+
* OrganizationUnit {0:id} is not directly supplied by OrganizationUnit {1:id}.
|
|
277
277
|
*/
|
|
278
278
|
Errors["StockAllocations_InvalidOrganizationUnit"] = "StockAllocations:InvalidOrganizationUnit";
|
|
279
279
|
/**
|
|
280
|
-
* StockLabel with name '{:string}' already exists
|
|
280
|
+
* StockLabel with name '{0:string}' already exists
|
|
281
281
|
*/
|
|
282
282
|
Errors["StockLabels_AlreadyExists"] = "StockLabels:AlreadyExists";
|
|
283
283
|
/**
|
|
284
|
-
* StartDate ({:string}) cannot be after EndDate: ({:string})
|
|
284
|
+
* StartDate ({0:string}) cannot be after EndDate: ({1:string})
|
|
285
285
|
*/
|
|
286
286
|
Errors["TaxService_StartDateShouldBeBeforeEndDate"] = "TaxService:StartDateShouldBeBeforeEndDate";
|
|
287
287
|
/**
|
|
@@ -289,7 +289,7 @@ export var Errors;
|
|
|
289
289
|
*/
|
|
290
290
|
Errors["TaxService_StartAndEndDateRequired"] = "TaxService:StartAndEndDateRequired";
|
|
291
291
|
/**
|
|
292
|
-
* Validation of the Excel file failed: {:string}
|
|
292
|
+
* Validation of the Excel file failed: {0:string}
|
|
293
293
|
*/
|
|
294
294
|
Errors["TaxService_InvalidExcelFile"] = "TaxService:InvalidExcelFile";
|
|
295
295
|
/**
|
|
@@ -297,7 +297,7 @@ export var Errors;
|
|
|
297
297
|
*/
|
|
298
298
|
Errors["UnitOfMeasures_AlreadyExists"] = "UnitOfMeasures:AlreadyExists";
|
|
299
299
|
/**
|
|
300
|
-
* UnitPriceCorrectionReason with BackendID '{:string}' already exists.
|
|
300
|
+
* UnitPriceCorrectionReason with BackendID '{0:string}' already exists.
|
|
301
301
|
*/
|
|
302
302
|
Errors["UnitPriceCorrectionReasons_AlreadyExists"] = "UnitPriceCorrectionReasons:AlreadyExists";
|
|
303
303
|
/**
|
|
@@ -319,6 +319,12 @@ export var ConfigurationListSettingsTypedFilters;
|
|
|
319
319
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowTyped"] = 1] = "ShowTyped";
|
|
320
320
|
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowUntyped"] = 2] = "ShowUntyped";
|
|
321
321
|
})(ConfigurationListSettingsTypedFilters || (ConfigurationListSettingsTypedFilters = {}));
|
|
322
|
+
export var LoyaltyLoyaltyPointAdjustmentType;
|
|
323
|
+
(function (LoyaltyLoyaltyPointAdjustmentType) {
|
|
324
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Deposit"] = 0] = "Deposit";
|
|
325
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Withdraw"] = 1] = "Withdraw";
|
|
326
|
+
LoyaltyLoyaltyPointAdjustmentType[LoyaltyLoyaltyPointAdjustmentType["Rebalance"] = 2] = "Rebalance";
|
|
327
|
+
})(LoyaltyLoyaltyPointAdjustmentType || (LoyaltyLoyaltyPointAdjustmentType = {}));
|
|
322
328
|
export var OrganizationUnitSetsOrganizationSubsetOrdering;
|
|
323
329
|
(function (OrganizationUnitSetsOrganizationSubsetOrdering) {
|
|
324
330
|
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":"AAqTA,MAAM,CAAN,IAAY,MA0TX;AA1TD,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,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,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,EA1TW,MAAM,KAAN,MAAM,QA0TjB;AAsvED,MAAM,CAAN,IAAY,qCAIX;AAJD,WAAY,qCAAqC;IAC/C,uGAAW,CAAA;IACX,2GAAa,CAAA;IACb,+GAAe,CAAA;AACjB,CAAC,EAJW,qCAAqC,KAArC,qCAAqC,QAIhD;AAm2JD,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;AAouMD,MAAM,CAAN,IAAY,mCAIX;AAJD,WAAY,mCAAmC;IAC7C,iHAAkB,CAAA;IAClB,6HAAwB,CAAA;IACxB,2HAAuB,CAAA;AACzB,CAAC,EAJW,mCAAmC,KAAnC,mCAAmC,QAI9C"}
|