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