@springtree/eva-services-core-management 9.11.0 → 10.0.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.
@@ -1,356 +1,356 @@
1
1
  export var Errors;
2
2
  (function (Errors) {
3
3
  /**
4
- * CashExpenseType {0:string} already exists.
5
- */
4
+ * CashExpenseType {0:string} already exists.
5
+ */
6
6
  Errors["CashExpenseTypes_AlreadyExists"] = "CashExpenseTypes:AlreadyExists";
7
7
  /**
8
- * Cannot delete CheckoutOptionCategory because it has active CheckoutOptions associated with it.
9
- */
8
+ * Cannot delete CheckoutOptionCategory because it has active CheckoutOptions associated with it.
9
+ */
10
10
  Errors["CheckoutOptionCategory_CannotDeleteCheckoutOptionCategoryWithActiveCheckoutOptions"] = "CheckoutOptionCategory:CannotDeleteCheckoutOptionCategoryWithActiveCheckoutOptions";
11
11
  /**
12
- * This user already exists, use the UpdateUser service.
13
- */
12
+ * This user already exists, use the UpdateUser service.
13
+ */
14
14
  Errors["CreateEmployee_UserAlreadyExists"] = "CreateEmployee:UserAlreadyExists";
15
15
  /**
16
- * There is already an existing customer.
17
- */
16
+ * There is already an existing customer.
17
+ */
18
18
  Errors["CreateEmployee_ExistingCustomer"] = "CreateEmployee:ExistingCustomer";
19
19
  /**
20
- * Can't create OrderLedgerType because its name already exists
21
- */
20
+ * Can't create OrderLedgerType because its name already exists
21
+ */
22
22
  Errors["CreateOrderLedgerType_OrderLedgerTypeAlreadyExists"] = "CreateOrderLedgerType:OrderLedgerTypeAlreadyExists";
23
23
  /**
24
- * Culture for country {language:string} and language {country:string} already exists.
25
- */
24
+ * Culture for country {language:string} and language {country:string} already exists.
25
+ */
26
26
  Errors["Culture_CultureAlreadyExists"] = "Culture:CultureAlreadyExists";
27
27
  /**
28
- * This currency already exists for this OrganizationUnit
29
- */
28
+ * This currency already exists for this OrganizationUnit
29
+ */
30
30
  Errors["Cultures_CurrencyAlreadyExists"] = "Cultures:CurrencyAlreadyExists";
31
31
  /**
32
- * Additional currency must differ from main currency.
33
- */
32
+ * Additional currency must differ from main currency.
33
+ */
34
34
  Errors["Cultures_AdditionalCurrencyMustDifferFromMainCurrency"] = "Cultures:AdditionalCurrencyMustDifferFromMainCurrency";
35
35
  /**
36
- * The selected cashhandler is not available for the given currency
37
- */
36
+ * The selected cashhandler is not available for the given currency
37
+ */
38
38
  Errors["Cultures_CashHandlerCurrencyMismatch"] = "Cultures:CashHandlerCurrencyMismatch";
39
39
  /**
40
- * This language already exists for this organization unit
41
- */
40
+ * This language already exists for this organization unit
41
+ */
42
42
  Errors["Cultures_LanguageAlreadyExists"] = "Cultures:LanguageAlreadyExists";
43
43
  /**
44
- * The organization unit must have at least one (inherited) language. Add a new language before removing this language.
45
- */
44
+ * The organization unit must have at least one (inherited) language. Add a new language before removing this language.
45
+ */
46
46
  Errors["Cultures_MustHaveAtLeastOneLanguage"] = "Cultures:MustHaveAtLeastOneLanguage";
47
47
  /**
48
- * Can't delete OrderLedgerType because it's not custom
49
- */
48
+ * Can't delete OrderLedgerType because it's not custom
49
+ */
50
50
  Errors["DeleteOrderLedgerType_OrderLedgerTypeNotCustom"] = "DeleteOrderLedgerType:OrderLedgerTypeNotCustom";
51
51
  /**
52
- * UserID is required when logged in user is a Employee or API user.
53
- */
52
+ * UserID is required when logged in user is a Employee or API user.
53
+ */
54
54
  Errors["DiscountCouponServices_UserIDRequired"] = "DiscountCouponServices:UserIDRequired";
55
55
  /**
56
- * An elevation skip reason with this name already exists
57
- */
56
+ * An elevation skip reason with this name already exists
57
+ */
58
58
  Errors["ElevationSkipReason_AlreadyExists"] = "ElevationSkipReason:AlreadyExists";
59
59
  /**
60
- * An elevation skip reason with this backend ID already exists
61
- */
60
+ * An elevation skip reason with this backend ID already exists
61
+ */
62
62
  Errors["ElevationSkipReason_BackendIDAlreadyExists"] = "ElevationSkipReason:BackendIDAlreadyExists";
63
63
  /**
64
- * You can only export up to 100 products at a time.
65
- */
64
+ * You can only export up to 100 products at a time.
65
+ */
66
66
  Errors["ExportProductCostPriceLedgerSummary_TooManyProductsSelected"] = "ExportProductCostPriceLedgerSummary:TooManyProductsSelected";
67
67
  /**
68
- * Cannot generate identification codes for Single Sign-On users.
69
- */
68
+ * Cannot generate identification codes for Single Sign-On users.
69
+ */
70
70
  Errors["GenerateIdentificationCode_CannotGenerateIdentificationCodeForSingleSignOn"] = "GenerateIdentificationCode:CannotGenerateIdentificationCodeForSingleSignOn";
71
71
  /**
72
- * Handler is required
73
- */
72
+ * Handler is required
73
+ */
74
74
  Errors["GiftCardConfigurations_MissingHandler"] = "GiftCardConfigurations:MissingHandler";
75
75
  /**
76
- * The given handler doesn't exist
77
- */
76
+ * The given handler doesn't exist
77
+ */
78
78
  Errors["GiftCardConfigurations_UnknownHandler"] = "GiftCardConfigurations:UnknownHandler";
79
79
  /**
80
- * The data is not in a valid format for the selected type
81
- */
80
+ * The data is not in a valid format for the selected type
81
+ */
82
82
  Errors["GiftCardConfigurations_InvalidData"] = "GiftCardConfigurations:InvalidData";
83
83
  /**
84
- * Usage type needs at least Sale or Payment, never None
85
- */
84
+ * Usage type needs at least Sale or Payment, never None
85
+ */
86
86
  Errors["GiftCardConfigurations_InvalidUsageType"] = "GiftCardConfigurations:InvalidUsageType";
87
87
  /**
88
- * The selected usage type is not supported for the selected handler
89
- */
88
+ * The selected usage type is not supported for the selected handler
89
+ */
90
90
  Errors["GiftCardConfigurations_InvalidUsageTypeForHandler"] = "GiftCardConfigurations:InvalidUsageTypeForHandler";
91
91
  /**
92
- * This product already has a giftcard product
93
- */
92
+ * This product already has a giftcard product
93
+ */
94
94
  Errors["GiftCards_ProductAlreadyExists"] = "GiftCards:ProductAlreadyExists";
95
95
  /**
96
- * Handler is required
97
- */
96
+ * Handler is required
97
+ */
98
98
  Errors["GiftCards_MissingHandler"] = "GiftCards:MissingHandler";
99
99
  /**
100
- * The given type doesn't exist
101
- */
100
+ * The given type doesn't exist
101
+ */
102
102
  Errors["GiftCards_UnknownType"] = "GiftCards:UnknownType";
103
103
  /**
104
- * The data is not in a valid format for the selected type
105
- */
104
+ * The data is not in a valid format for the selected type
105
+ */
106
106
  Errors["GiftCards_InvalidData"] = "GiftCards:InvalidData";
107
107
  /**
108
- * The given product isn't a giftcard
109
- */
108
+ * The given product isn't a giftcard
109
+ */
110
110
  Errors["GiftCards_InvalidProductType"] = "GiftCards:InvalidProductType";
111
111
  /**
112
- * Invalid IP address or CIDR range: {0}
113
- */
112
+ * Invalid IP address or CIDR range: {0}
113
+ */
114
114
  Errors["IpFilter_InvalidIpAddress"] = "IpFilter:InvalidIpAddress";
115
115
  /**
116
- * This configuration would block your own IP address ({0}) from accessing the API.
117
- */
116
+ * This configuration would block your own IP address ({0}) from accessing the API.
117
+ */
118
118
  Errors["IpFilter_SelfLockout"] = "IpFilter:SelfLockout";
119
119
  /**
120
- * Field '{0:string}' is required for the creation of a new Loyalty Program.
121
- */
120
+ * Field '{0:string}' is required for the creation of a new Loyalty Program.
121
+ */
122
122
  Errors["LoyaltyProgram_MissingFieldOnLoyaltyProgramCreation"] = "LoyaltyProgram:MissingFieldOnLoyaltyProgramCreation";
123
123
  /**
124
- * A loyalty program badge category with this name already exists in this loyalty program
125
- */
124
+ * A loyalty program badge category with this name already exists in this loyalty program
125
+ */
126
126
  Errors["LoyaltyProgramBadgeCategory_AlreadyExists"] = "LoyaltyProgramBadgeCategory:AlreadyExists";
127
127
  /**
128
- * A loyalty program badge category with this backend ID already exists
129
- */
128
+ * A loyalty program badge category with this backend ID already exists
129
+ */
130
130
  Errors["LoyaltyProgramBadgeCategory_BackendIDAlreadyExists"] = "LoyaltyProgramBadgeCategory:BackendIDAlreadyExists";
131
131
  /**
132
- * SampleData must be a JSON object
133
- */
132
+ * SampleData must be a JSON object
133
+ */
134
134
  Errors["MessageTemplates_SampleDataMustBeJsonObject"] = "MessageTemplates:SampleDataMustBeJsonObject";
135
135
  /**
136
- * There already exists opening hours for organization {organizationUnitName:string} and day {dayOfWeek:EVA.Core.DayOfWeek}
137
- */
136
+ * There already exists opening hours for organization {organizationUnitName:string} and day {dayOfWeek:EVA.Core.DayOfWeek}
137
+ */
138
138
  Errors["OpeningHours_DuplicateOpeningHoursDayOfWeek"] = "OpeningHours:DuplicateOpeningHoursDayOfWeek";
139
139
  /**
140
- * There already exists opening hours for organization {organizationUnitName:string} and date {date:date}
141
- */
140
+ * There already exists opening hours for organization {organizationUnitName:string} and date {date:date}
141
+ */
142
142
  Errors["OpeningHours_DuplicateOpeningHoursDate"] = "OpeningHours:DuplicateOpeningHoursDate";
143
143
  /**
144
- * This OpeningHoursType already exists
145
- */
144
+ * This OpeningHoursType already exists
145
+ */
146
146
  Errors["OpeningHoursTypes_AlreadyExists"] = "OpeningHoursTypes:AlreadyExists";
147
147
  /**
148
- * The name of an internal OpeningHoursType cannot be modified.
149
- */
148
+ * The name of an internal OpeningHoursType cannot be modified.
149
+ */
150
150
  Errors["OpeningHoursTypes_NameOfInternalOpeningHourTypeCannotBeModified"] = "OpeningHoursTypes:NameOfInternalOpeningHourTypeCannotBeModified";
151
151
  /**
152
- * This OpeningHoursType is internal and cannot be deleted
153
- */
152
+ * This OpeningHoursType is internal and cannot be deleted
153
+ */
154
154
  Errors["OpeningHoursTypes_InternalTypesCannotBeDeleted"] = "OpeningHoursTypes:InternalTypesCannotBeDeleted";
155
155
  /**
156
- * This OpeningHoursType has (exception)templates attached and cannot be deleted
157
- */
156
+ * This OpeningHoursType has (exception)templates attached and cannot be deleted
157
+ */
158
158
  Errors["OpeningHoursTypes_TypeHasTemplatesAndCannotBeDeleted"] = "OpeningHoursTypes:TypeHasTemplatesAndCannotBeDeleted";
159
159
  /**
160
- * The OrganizationUnitSetScope is still being used, cannot delete.
161
- */
160
+ * The OrganizationUnitSetScope is still being used, cannot delete.
161
+ */
162
162
  Errors["OrganizationUnitSets_CannotDeleteScopeInUse"] = "OrganizationUnitSets:CannotDeleteScopeInUse";
163
163
  /**
164
- * The OrganizationUnitSet is still being used, cannot delete.
165
- */
164
+ * The OrganizationUnitSet is still being used, cannot delete.
165
+ */
166
166
  Errors["OrganizationUnitSets_CannotDeleteInUse"] = "OrganizationUnitSets:CannotDeleteInUse";
167
167
  /**
168
- * Set {0:string} is a set managed by EVA and cannot be modified.
169
- */
168
+ * Set {0:string} is a set managed by EVA and cannot be modified.
169
+ */
170
170
  Errors["OrganizationUnitSets_CannotModifySystemSet"] = "OrganizationUnitSets:CannotModifySystemSet";
171
171
  /**
172
- * It's not possible to use OrganizationUnitSetTypes.System to create new sets.
173
- */
172
+ * It's not possible to use OrganizationUnitSetTypes.System to create new sets.
173
+ */
174
174
  Errors["OrganizationUnitSets_CannotCreateSystemSet"] = "OrganizationUnitSets:CannotCreateSystemSet";
175
175
  /**
176
- * It's not possible to use an AdHoc set as a subset of another set.
177
- */
176
+ * It's not possible to use an AdHoc set as a subset of another set.
177
+ */
178
178
  Errors["OrganizationUnitSets_CannotUseAdHocSetsAsSubset"] = "OrganizationUnitSets:CannotUseAdHocSetsAsSubset";
179
179
  /**
180
- * Name is required when creating a non-AdHoc set.
181
- */
180
+ * Name is required when creating a non-AdHoc set.
181
+ */
182
182
  Errors["OrganizationUnitSets_NameIsRequired"] = "OrganizationUnitSets:NameIsRequired";
183
183
  /**
184
- * OrganizationUnitShippingMethod already exists
185
- */
184
+ * OrganizationUnitShippingMethod already exists
185
+ */
186
186
  Errors["OrganizationUnitShippingMethod_OrganizationUnitShippingMethodAlreadyExists"] = "OrganizationUnitShippingMethod:OrganizationUnitShippingMethodAlreadyExists";
187
187
  /**
188
- * This PaymentTransactionLedgerType already exists
189
- */
188
+ * This PaymentTransactionLedgerType already exists
189
+ */
190
190
  Errors["PaymentTransactionLedgerTypes_AlreadyExists"] = "PaymentTransactionLedgerTypes:AlreadyExists";
191
191
  /**
192
- * This PaymentTransactionLedgerType is internal and can't be modified
193
- */
192
+ * This PaymentTransactionLedgerType is internal and can't be modified
193
+ */
194
194
  Errors["PaymentTransactionLedgerTypes_IsInternal"] = "PaymentTransactionLedgerTypes:IsInternal";
195
195
  /**
196
- * The payment type category can be only `credit` for installments.
197
- */
196
+ * The payment type category can be only `credit` for installments.
197
+ */
198
198
  Errors["PaymentType_InstallmentsShouldBeCredit"] = "PaymentType:InstallmentsShouldBeCredit";
199
199
  /**
200
- * The minimum number of installments should be lower than the maximum number of installments.
201
- */
200
+ * The minimum number of installments should be lower than the maximum number of installments.
201
+ */
202
202
  Errors["PaymentType_InstallmentAmounts"] = "PaymentType:InstallmentAmounts";
203
203
  /**
204
- * It's possible to configure either an interval of installments, or specific installment options.
205
- */
204
+ * It's possible to configure either an interval of installments, or specific installment options.
205
+ */
206
206
  Errors["PaymentType_InstallmentDataOptions"] = "PaymentType:InstallmentDataOptions";
207
207
  /**
208
- * Installment data is required.
209
- */
208
+ * Installment data is required.
209
+ */
210
210
  Errors["PaymentType_InstallmentDataRequired"] = "PaymentType:InstallmentDataRequired";
211
211
  /**
212
- * Cannot create relation to historical price list
213
- */
212
+ * Cannot create relation to historical price list
213
+ */
214
214
  Errors["PriceLists_CannotCreateRelationToHistoricalPriceList"] = "PriceLists:CannotCreateRelationToHistoricalPriceList";
215
215
  /**
216
- * The given pricelist has a SpecialPriceListID, which is already attached to the given OU. SpecialPriceList is deprecated and should be remove from the pricelist.
217
- */
216
+ * The given pricelist has a SpecialPriceListID, which is already attached to the given OU. SpecialPriceList is deprecated and should be remove from the pricelist.
217
+ */
218
218
  Errors["PriceLists_SpecialPriceListIsAlreadyAttachedToOrganizationUnit"] = "PriceLists:SpecialPriceListIsAlreadyAttachedToOrganizationUnit";
219
219
  /**
220
- * A BackendID cannot be defined without a BackendSystemID and vice versa.
221
- */
220
+ * A BackendID cannot be defined without a BackendSystemID and vice versa.
221
+ */
222
222
  Errors["Pricing_BackendIdentifiersRequired"] = "Pricing:BackendIdentifiersRequired";
223
223
  /**
224
- * PriceList {0:id} has the same BackendID.
225
- */
224
+ * PriceList {0:id} has the same BackendID.
225
+ */
226
226
  Errors["Pricing_DuplicateBackendID"] = "Pricing:DuplicateBackendID";
227
227
  /**
228
- * You do not have access to pricelist {0:id}.
229
- */
228
+ * You do not have access to pricelist {0:id}.
229
+ */
230
230
  Errors["Pricing_CannotViewPriceList"] = "Pricing:CannotViewPriceList";
231
231
  /**
232
- * Barcode {barcode:string} already exists for ProductID {productID:id}
233
- */
232
+ * Barcode {barcode:string} already exists for ProductID {productID:id}
233
+ */
234
234
  Errors["ProductBarcodes_BarcodeAlreadyExists"] = "ProductBarcodes:BarcodeAlreadyExists";
235
235
  /**
236
- * UnitOfMeasure not found
237
- */
236
+ * UnitOfMeasure not found
237
+ */
238
238
  Errors["ProductBarcodes_UnitOfMeasureNotFound"] = "ProductBarcodes:UnitOfMeasureNotFound";
239
239
  /**
240
- * The supplied backendid already exists.
241
- */
240
+ * The supplied backendid already exists.
241
+ */
242
242
  Errors["ProductRequirements_DuplicateBackendID"] = "ProductRequirements:DuplicateBackendID";
243
243
  /**
244
- * The product requirement regex is not valid.
245
- */
244
+ * The product requirement regex is not valid.
245
+ */
246
246
  Errors["ProductRequirements_InvalidRegex"] = "ProductRequirements:InvalidRegex";
247
247
  /**
248
- * The data type of the product requirement does not support regex validation.
249
- */
248
+ * The data type of the product requirement does not support regex validation.
249
+ */
250
250
  Errors["ProductRequirements_DataTypeNotCompatibleWithRegex"] = "ProductRequirements:DataTypeNotCompatibleWithRegex";
251
251
  /**
252
- * Product not found
253
- */
252
+ * Product not found
253
+ */
254
254
  Errors["ProductUnitOfMeasures_ProductNotFound"] = "ProductUnitOfMeasures:ProductNotFound";
255
255
  /**
256
- * UnitOfMeasure not found
257
- */
256
+ * UnitOfMeasure not found
257
+ */
258
258
  Errors["ProductUnitOfMeasures_UnitOfMeasureNotFound"] = "ProductUnitOfMeasures:UnitOfMeasureNotFound";
259
259
  /**
260
- * The Quantity should be greather than 0
261
- */
260
+ * The Quantity should be greather than 0
261
+ */
262
262
  Errors["ProductUnitOfMeasures_InvalidQuantity"] = "ProductUnitOfMeasures:InvalidQuantity";
263
263
  /**
264
- * RefundCorrectionReason with BackendID '{0:string}' already exists.
265
- */
264
+ * RefundCorrectionReason with BackendID '{0:string}' already exists.
265
+ */
266
266
  Errors["RefundCorrectionReasons_AlreadyExists"] = "RefundCorrectionReasons:AlreadyExists";
267
267
  /**
268
- * A resend reason with this name already exists
269
- */
268
+ * A resend reason with this name already exists
269
+ */
270
270
  Errors["ResendReason_AlreadyExists"] = "ResendReason:AlreadyExists";
271
271
  /**
272
- * This return reason already exists.
273
- */
272
+ * This return reason already exists.
273
+ */
274
274
  Errors["ReturnReasons_AlreadyExists"] = "ReturnReasons:AlreadyExists";
275
275
  /**
276
- * Remark is required for this return reason.
277
- */
276
+ * Remark is required for this return reason.
277
+ */
278
278
  Errors["ReturnReasons_RemarkIsRequired"] = "ReturnReasons:RemarkIsRequired";
279
279
  /**
280
- * A role set with BackendID '{0:string}' already exists
281
- */
280
+ * A role set with BackendID '{0:string}' already exists
281
+ */
282
282
  Errors["RoleSets_RoleSetWithBackendIDAlreadyExists"] = "RoleSets:RoleSetWithBackendIDAlreadyExists";
283
283
  /**
284
- * Role set '{0:string}' is still attached to organization units
285
- */
284
+ * Role set '{0:string}' is still attached to organization units
285
+ */
286
286
  Errors["RoleSets_RoleSetIsStillAttached"] = "RoleSets:RoleSetIsStillAttached";
287
287
  /**
288
- * The code `{0:string}` is preserved for system roles.
289
- */
288
+ * The code `{0:string}` is preserved for system roles.
289
+ */
290
290
  Errors["Roles_CodeIsPreservedForSystemRoles"] = "Roles:CodeIsPreservedForSystemRoles";
291
291
  /**
292
- * Cannot modify or delete New Black system roles.
293
- */
292
+ * Cannot modify or delete New Black system roles.
293
+ */
294
294
  Errors["Roles_CannotModifyOrDeleteNewBlackRole"] = "Roles:CannotModifyOrDeleteNewBlackRole";
295
295
  /**
296
- * OrganizationUnit with ID {0:string} not found on row {1:int32}
297
- */
296
+ * OrganizationUnit with ID {0:string} not found on row {1:int32}
297
+ */
298
298
  Errors["SettingsExcelImporter_OrganizationUnitByIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByIDNotFound";
299
299
  /**
300
- * OrganizationUnit with BackendID {0:string} not found on row {1:int32}
301
- */
300
+ * OrganizationUnit with BackendID {0:string} not found on row {1:int32}
301
+ */
302
302
  Errors["SettingsExcelImporter_OrganizationUnitByBackendIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByBackendIDNotFound";
303
303
  /**
304
- * No BackendID or OrganizationUnitID provided for row {0:id}
305
- */
304
+ * No BackendID or OrganizationUnitID provided for row {0:id}
305
+ */
306
306
  Errors["SettingsExcelImporter_NoOrganizationUnitIdentifier"] = "SettingsExcelImporter:NoOrganizationUnitIdentifier";
307
307
  /**
308
- * Value on row {0:id} looks like a masked value
309
- */
308
+ * Value on row {0:id} looks like a masked value
309
+ */
310
310
  Errors["SettingsExcelImporter_MaskedValueImport"] = "SettingsExcelImporter:MaskedValueImport";
311
311
  /**
312
- * Validation of the Excel file failed: {0:string}
313
- */
312
+ * Validation of the Excel file failed: {0:string}
313
+ */
314
314
  Errors["StockAllocationRules_UploadStockAllocationRuleValidationError"] = "StockAllocationRules:UploadStockAllocationRuleValidationError";
315
315
  /**
316
- * It's required to specify an OrganizationUnit to create this StockAllocationRule.
317
- */
316
+ * It's required to specify an OrganizationUnit to create this StockAllocationRule.
317
+ */
318
318
  Errors["StockAllocations_OrganizationUnitRequired"] = "StockAllocations:OrganizationUnitRequired";
319
319
  /**
320
- * OrganizationUnit {0:id} is not directly supplied by OrganizationUnit {1:id}.
321
- */
320
+ * OrganizationUnit {0:id} is not directly supplied by OrganizationUnit {1:id}.
321
+ */
322
322
  Errors["StockAllocations_InvalidOrganizationUnit"] = "StockAllocations:InvalidOrganizationUnit";
323
323
  /**
324
- * A stock allocation refill is already in progress. Please retry shortly.
325
- */
324
+ * A stock allocation refill is already in progress. Please retry shortly.
325
+ */
326
326
  Errors["StockAllocations_RefillAlreadyInProgress"] = "StockAllocations:RefillAlreadyInProgress";
327
327
  /**
328
- * StockLabel with name '{0:string}' already exists
329
- */
328
+ * StockLabel with name '{0:string}' already exists
329
+ */
330
330
  Errors["StockLabels_AlreadyExists"] = "StockLabels:AlreadyExists";
331
331
  /**
332
- * Validation of the Excel file failed: {0:string}
333
- */
332
+ * Validation of the Excel file failed: {0:string}
333
+ */
334
334
  Errors["TaxService_InvalidExcelFile"] = "TaxService:InvalidExcelFile";
335
335
  /**
336
- * This UnitOfMeasure already exists
337
- */
336
+ * This UnitOfMeasure already exists
337
+ */
338
338
  Errors["UnitOfMeasures_AlreadyExists"] = "UnitOfMeasures:AlreadyExists";
339
339
  /**
340
- * UnitPriceCorrectionReason with BackendID '{0:string}' already exists.
341
- */
340
+ * UnitPriceCorrectionReason with BackendID '{0:string}' already exists.
341
+ */
342
342
  Errors["UnitPriceCorrectionReasons_AlreadyExists"] = "UnitPriceCorrectionReasons:AlreadyExists";
343
343
  /**
344
- * Can't update OrderLedgerType because it's not custom
345
- */
344
+ * Can't update OrderLedgerType because it's not custom
345
+ */
346
346
  Errors["UpdateOrderLedgerType_OrderLedgerTypeNotCustom"] = "UpdateOrderLedgerType:OrderLedgerTypeNotCustom";
347
347
  /**
348
- * Can't update OrderLedgerType because its name already exists
349
- */
348
+ * Can't update OrderLedgerType because its name already exists
349
+ */
350
350
  Errors["UpdateOrderLedgerType_OrderLedgerTypeAlreadyExists"] = "UpdateOrderLedgerType:OrderLedgerTypeAlreadyExists";
351
351
  /**
352
- * This UserOrigin already exists
353
- */
352
+ * This UserOrigin already exists
353
+ */
354
354
  Errors["UserOrigins_AlreadyExists"] = "UserOrigins:AlreadyExists";
355
355
  })(Errors || (Errors = {}));
356
356
  export var ConfigurationListSettingsTypedFilters;
@@ -1 +1 @@
1
- {"version":3,"file":"eva-services-core-management.js","sourceRoot":"","sources":["../src/eva-services-core-management.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"eva-services-core-management.js","sourceRoot":"","sources":["../src/eva-services-core-management.ts"],"names":[],"mappings":"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"}