@springtree/eva-services-core-management 2.4.0 → 3.0.0-beta.1
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 +13855 -2
- package/lib/eva-services-core-management.d.ts.map +1 -1
- package/lib/eva-services-core-management.js +332 -4
- package/lib/eva-services-core-management.js.map +1 -1
- package/lib/eva-services-core-management.services.d.ts +3759 -0
- package/lib/eva-services-core-management.services.d.ts.map +1 -0
- package/lib/eva-services-core-management.services.js +3757 -0
- package/lib/eva-services-core-management.services.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +3 -0
- package/lib/index.js.map +1 -0
- package/package.json +6 -6
- package/lib/EVA.Core.Management.Services.d.ts +0 -8458
- package/lib/EVA.Core.Management.Services.d.ts.map +0 -1
- package/lib/EVA.Core.Management.Services.js +0 -9086
- package/lib/EVA.Core.Management.Services.js.map +0 -1
|
@@ -1,5 +1,333 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
export var Errors;
|
|
2
|
+
(function (Errors) {
|
|
3
|
+
/**
|
|
4
|
+
* CashExpenseType {:string} already exists.
|
|
5
|
+
*/
|
|
6
|
+
Errors["CashExpenseTypes_AlreadyExists"] = "CashExpenseTypes:AlreadyExists";
|
|
7
|
+
/**
|
|
8
|
+
* The requested BackendID is already in use
|
|
9
|
+
*/
|
|
10
|
+
Errors["ClientApplications_DuplicateBackendID"] = "ClientApplications:DuplicateBackendID";
|
|
11
|
+
/**
|
|
12
|
+
* This user already exists, use the UpdateUser service.
|
|
13
|
+
*/
|
|
14
|
+
Errors["CreateEmployee_UserAlreadyExists"] = "CreateEmployee:UserAlreadyExists";
|
|
15
|
+
/**
|
|
16
|
+
* There is already an existing customer.
|
|
17
|
+
*/
|
|
18
|
+
Errors["CreateEmployee_ExistingCustomer"] = "CreateEmployee:ExistingCustomer";
|
|
19
|
+
/**
|
|
20
|
+
* Can't create OrderLedgerType because its name already exists
|
|
21
|
+
*/
|
|
22
|
+
Errors["CreateOrderLedgerType_OrderLedgerTypeAlreadyExists"] = "CreateOrderLedgerType:OrderLedgerTypeAlreadyExists";
|
|
23
|
+
/**
|
|
24
|
+
* Culture for country {language:string} and language {country:string} already exists.
|
|
25
|
+
*/
|
|
26
|
+
Errors["Culture_CultureAlreadyExists"] = "Culture:CultureAlreadyExists";
|
|
27
|
+
/**
|
|
28
|
+
* This currency already exists for this OrganizationUnit
|
|
29
|
+
*/
|
|
30
|
+
Errors["Cultures_CurrencyAlreadyExists"] = "Cultures:CurrencyAlreadyExists";
|
|
31
|
+
/**
|
|
32
|
+
* The selected cashhandler is not available for the given currency
|
|
33
|
+
*/
|
|
34
|
+
Errors["Cultures_CashHandlerCurrencyMismatch"] = "Cultures:CashHandlerCurrencyMismatch";
|
|
35
|
+
/**
|
|
36
|
+
* This language already exists for this organization unit
|
|
37
|
+
*/
|
|
38
|
+
Errors["Cultures_LanguageAlreadyExists"] = "Cultures:LanguageAlreadyExists";
|
|
39
|
+
/**
|
|
40
|
+
* The organization unit must have at least one (inherited) language. Add a new language before removing this language.
|
|
41
|
+
*/
|
|
42
|
+
Errors["Cultures_MustHaveAtLeastOneLanguage"] = "Cultures:MustHaveAtLeastOneLanguage";
|
|
43
|
+
/**
|
|
44
|
+
* This CustomerReturnReason already exists
|
|
45
|
+
*/
|
|
46
|
+
Errors["CustomerReturnReasons_AlreadyExists"] = "CustomerReturnReasons:AlreadyExists";
|
|
47
|
+
/**
|
|
48
|
+
* Can't delete OrderLedgerType because it's not custom
|
|
49
|
+
*/
|
|
50
|
+
Errors["DeleteOrderLedgerType_OrderLedgerTypeNotCustom"] = "DeleteOrderLedgerType:OrderLedgerTypeNotCustom";
|
|
51
|
+
/**
|
|
52
|
+
* UserID is required when logged in user is a Employee or API user.
|
|
53
|
+
*/
|
|
54
|
+
Errors["DiscountCouponServices_UserIDRequired"] = "DiscountCouponServices:UserIDRequired";
|
|
55
|
+
/**
|
|
56
|
+
* Discount adheres to campaign start- and end date/time
|
|
57
|
+
*/
|
|
58
|
+
Errors["DiscountService_DiscountAdheresToCampaignTime"] = "DiscountService:DiscountAdheresToCampaignTime";
|
|
59
|
+
/**
|
|
60
|
+
* You don't have permission to set discount budget information.
|
|
61
|
+
*/
|
|
62
|
+
Errors["DiscountService_NotAllowedToSetDiscountBudgetData"] = "DiscountService:NotAllowedToSetDiscountBudgetData";
|
|
63
|
+
/**
|
|
64
|
+
* You can only export up to 100 products at a time.
|
|
65
|
+
*/
|
|
66
|
+
Errors["ExportProductCostPriceLedgerSummary_TooManyProductsSelected"] = "ExportProductCostPriceLedgerSummary:TooManyProductsSelected";
|
|
67
|
+
/**
|
|
68
|
+
* Cannot generate identification codes for Single Sign-On users.
|
|
69
|
+
*/
|
|
70
|
+
Errors["GenerateIdentificationCode_CannotGenerateIdentificationCodeForSingleSignOn"] = "GenerateIdentificationCode:CannotGenerateIdentificationCodeForSingleSignOn";
|
|
71
|
+
/**
|
|
72
|
+
* Handler is required
|
|
73
|
+
*/
|
|
74
|
+
Errors["GiftCardConfigurations_MissingHandler"] = "GiftCardConfigurations:MissingHandler";
|
|
75
|
+
/**
|
|
76
|
+
* The given handler doesn't exist
|
|
77
|
+
*/
|
|
78
|
+
Errors["GiftCardConfigurations_UnknownHandler"] = "GiftCardConfigurations:UnknownHandler";
|
|
79
|
+
/**
|
|
80
|
+
* The data is not in a valid format for the selected type
|
|
81
|
+
*/
|
|
82
|
+
Errors["GiftCardConfigurations_InvalidData"] = "GiftCardConfigurations:InvalidData";
|
|
83
|
+
/**
|
|
84
|
+
* Usage type needs at least Sale or Payment, never None
|
|
85
|
+
*/
|
|
86
|
+
Errors["GiftCardConfigurations_InvalidUsageType"] = "GiftCardConfigurations:InvalidUsageType";
|
|
87
|
+
/**
|
|
88
|
+
* The selected usage type is not supported for the selected handler
|
|
89
|
+
*/
|
|
90
|
+
Errors["GiftCardConfigurations_InvalidUsageTypeForHandler"] = "GiftCardConfigurations:InvalidUsageTypeForHandler";
|
|
91
|
+
/**
|
|
92
|
+
* This product already has an giftcard product
|
|
93
|
+
*/
|
|
94
|
+
Errors["GiftCards_ProductAlreadyExists"] = "GiftCards:ProductAlreadyExists";
|
|
95
|
+
/**
|
|
96
|
+
* Handler is required
|
|
97
|
+
*/
|
|
98
|
+
Errors["GiftCards_MissingHandler"] = "GiftCards:MissingHandler";
|
|
99
|
+
/**
|
|
100
|
+
* The given type doesn't exist
|
|
101
|
+
*/
|
|
102
|
+
Errors["GiftCards_UnknownType"] = "GiftCards:UnknownType";
|
|
103
|
+
/**
|
|
104
|
+
* The data is not in a valid format for the selected type
|
|
105
|
+
*/
|
|
106
|
+
Errors["GiftCards_InvalidData"] = "GiftCards:InvalidData";
|
|
107
|
+
/**
|
|
108
|
+
* The given product isn't a giftcard
|
|
109
|
+
*/
|
|
110
|
+
Errors["GiftCards_InvalidProductType"] = "GiftCards:InvalidProductType";
|
|
111
|
+
/**
|
|
112
|
+
* There already exists opening hours for organization {organizationUnitName:string} and day {dayOfWeek:EVA.Core.DayOfWeek}
|
|
113
|
+
*/
|
|
114
|
+
Errors["OpeningHours_DuplicateOpeningHoursDayOfWeek"] = "OpeningHours:DuplicateOpeningHoursDayOfWeek";
|
|
115
|
+
/**
|
|
116
|
+
* There already exists opening hours for organization {organizationUnitName:string} and date {date:date}
|
|
117
|
+
*/
|
|
118
|
+
Errors["OpeningHours_DuplicateOpeningHoursDate"] = "OpeningHours:DuplicateOpeningHoursDate";
|
|
119
|
+
/**
|
|
120
|
+
* This OpeningHoursType already exists
|
|
121
|
+
*/
|
|
122
|
+
Errors["OpeningHoursTypes_AlreadyExists"] = "OpeningHoursTypes:AlreadyExists";
|
|
123
|
+
/**
|
|
124
|
+
* The name of an internal OpeningHoursType cannot be modified.
|
|
125
|
+
*/
|
|
126
|
+
Errors["OpeningHoursTypes_NameOfInternalOpeningHourTypeCannotBeModified"] = "OpeningHoursTypes:NameOfInternalOpeningHourTypeCannotBeModified";
|
|
127
|
+
/**
|
|
128
|
+
* This OpeningHoursType is internal and cannot be deleted
|
|
129
|
+
*/
|
|
130
|
+
Errors["OpeningHoursTypes_InternalTypesCannotBeDeleted"] = "OpeningHoursTypes:InternalTypesCannotBeDeleted";
|
|
131
|
+
/**
|
|
132
|
+
* This OpeningHoursType has (exception)templates attached and cannot be deleted
|
|
133
|
+
*/
|
|
134
|
+
Errors["OpeningHoursTypes_TypeHasTemplatesAndCannotBeDeleted"] = "OpeningHoursTypes:TypeHasTemplatesAndCannotBeDeleted";
|
|
135
|
+
/**
|
|
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
|
+
* The OrganizationUnitSetScope is still being used, cannot delete.
|
|
145
|
+
*/
|
|
146
|
+
Errors["OrganizationUnitSets_CannotDeleteScopeInUse"] = "OrganizationUnitSets:CannotDeleteScopeInUse";
|
|
147
|
+
/**
|
|
148
|
+
* The OrganizationUnitSet is still being used, cannot delete.
|
|
149
|
+
*/
|
|
150
|
+
Errors["OrganizationUnitSets_CannotDeleteInUse"] = "OrganizationUnitSets:CannotDeleteInUse";
|
|
151
|
+
/**
|
|
152
|
+
* Set {:string} is a set managed by EVA and cannot be modified.
|
|
153
|
+
*/
|
|
154
|
+
Errors["OrganizationUnitSets_CannotModifySystemSet"] = "OrganizationUnitSets:CannotModifySystemSet";
|
|
155
|
+
/**
|
|
156
|
+
* It's not possible to use OrganizationUnitSetTypes.System to create new sets.
|
|
157
|
+
*/
|
|
158
|
+
Errors["OrganizationUnitSets_CannotCreateSystemSet"] = "OrganizationUnitSets:CannotCreateSystemSet";
|
|
159
|
+
/**
|
|
160
|
+
* It's not possible to use an AdHoc set as a subset of another set.
|
|
161
|
+
*/
|
|
162
|
+
Errors["OrganizationUnitSets_CannotUseAdHocSetsAsSubset"] = "OrganizationUnitSets:CannotUseAdHocSetsAsSubset";
|
|
163
|
+
/**
|
|
164
|
+
* Name is required when creating a non-AdHoc set.
|
|
165
|
+
*/
|
|
166
|
+
Errors["OrganizationUnitSets_NameIsRequired"] = "OrganizationUnitSets:NameIsRequired";
|
|
167
|
+
/**
|
|
168
|
+
* OrganizationUnitShippingMethod already exists
|
|
169
|
+
*/
|
|
170
|
+
Errors["OrganizationUnitShippingMethod_OrganizationUnitShippingMethodAlreadyExists"] = "OrganizationUnitShippingMethod:OrganizationUnitShippingMethodAlreadyExists";
|
|
171
|
+
/**
|
|
172
|
+
* This PaymentTransactionLedgerType already exists
|
|
173
|
+
*/
|
|
174
|
+
Errors["PaymentTransactionLedgerTypes_AlreadyExists"] = "PaymentTransactionLedgerTypes:AlreadyExists";
|
|
175
|
+
/**
|
|
176
|
+
* This PaymentTransactionLedgerType is internal and can't be modified
|
|
177
|
+
*/
|
|
178
|
+
Errors["PaymentTransactionLedgerTypes_IsInternal"] = "PaymentTransactionLedgerTypes:IsInternal";
|
|
179
|
+
/**
|
|
180
|
+
* Cannot create relation to historical price list
|
|
181
|
+
*/
|
|
182
|
+
Errors["PriceLists_CannotCreateRelationToHistoricalPriceList"] = "PriceLists:CannotCreateRelationToHistoricalPriceList";
|
|
183
|
+
/**
|
|
184
|
+
* The given pricelist has a SpecialPriceListID, which is already attached to the given OU. SpecialPriceList is deprecated and should be remove from the pricelist.
|
|
185
|
+
*/
|
|
186
|
+
Errors["PriceLists_SpecialPriceListIsAlreadyAttachedToOrganizationUnit"] = "PriceLists:SpecialPriceListIsAlreadyAttachedToOrganizationUnit";
|
|
187
|
+
/**
|
|
188
|
+
* A BackendID cannot be defined without a BackendSystemID and vice versa.
|
|
189
|
+
*/
|
|
190
|
+
Errors["Pricing_BackendIdentifiersRequired"] = "Pricing:BackendIdentifiersRequired";
|
|
191
|
+
/**
|
|
192
|
+
* PriceList {:int64} has the same BackendID.
|
|
193
|
+
*/
|
|
194
|
+
Errors["Pricing_DuplicateBackendID"] = "Pricing:DuplicateBackendID";
|
|
195
|
+
/**
|
|
196
|
+
* You do not have access to pricelist {:int64}.
|
|
197
|
+
*/
|
|
198
|
+
Errors["Pricing_CannotViewPriceList"] = "Pricing:CannotViewPriceList";
|
|
199
|
+
/**
|
|
200
|
+
* Barcode {barcode:string} already exists for ProductID {productID:int64}
|
|
201
|
+
*/
|
|
202
|
+
Errors["ProductBarcodes_BarcodeAlreadyExists"] = "ProductBarcodes:BarcodeAlreadyExists";
|
|
203
|
+
/**
|
|
204
|
+
* Product not found
|
|
205
|
+
*/
|
|
206
|
+
Errors["ProductBarcodes_ProductNotFound"] = "ProductBarcodes:ProductNotFound";
|
|
207
|
+
/**
|
|
208
|
+
* UnitOfMeasure not found
|
|
209
|
+
*/
|
|
210
|
+
Errors["ProductBarcodes_UnitOfMeasureNotFound"] = "ProductBarcodes:UnitOfMeasureNotFound";
|
|
211
|
+
/**
|
|
212
|
+
* The supplied backendid already exists.
|
|
213
|
+
*/
|
|
214
|
+
Errors["ProductRequirements_DuplicateBackendID"] = "ProductRequirements:DuplicateBackendID";
|
|
215
|
+
/**
|
|
216
|
+
* Product not found
|
|
217
|
+
*/
|
|
218
|
+
Errors["ProductUnitOfMeasures_ProductNotFound"] = "ProductUnitOfMeasures:ProductNotFound";
|
|
219
|
+
/**
|
|
220
|
+
* UnitOfMeasure not found
|
|
221
|
+
*/
|
|
222
|
+
Errors["ProductUnitOfMeasures_UnitOfMeasureNotFound"] = "ProductUnitOfMeasures:UnitOfMeasureNotFound";
|
|
223
|
+
/**
|
|
224
|
+
* The Quantity should be greather than 0
|
|
225
|
+
*/
|
|
226
|
+
Errors["ProductUnitOfMeasures_InvalidQuantity"] = "ProductUnitOfMeasures:InvalidQuantity";
|
|
227
|
+
/**
|
|
228
|
+
* RefundCorrectionReason with BackendID '{:string}' already exists.
|
|
229
|
+
*/
|
|
230
|
+
Errors["RefundCorrectionReasons_AlreadyExists"] = "RefundCorrectionReasons:AlreadyExists";
|
|
231
|
+
/**
|
|
232
|
+
* This return reason already exists.
|
|
233
|
+
*/
|
|
234
|
+
Errors["ReturnReasons_AlreadyExists"] = "ReturnReasons:AlreadyExists";
|
|
235
|
+
/**
|
|
236
|
+
* A role set with BackendID '{:string}' already exists
|
|
237
|
+
*/
|
|
238
|
+
Errors["RoleSets_RoleSetWithBackendIDAlreadyExists"] = "RoleSets:RoleSetWithBackendIDAlreadyExists";
|
|
239
|
+
/**
|
|
240
|
+
* Role set '{:string}' is still attached to organization units
|
|
241
|
+
*/
|
|
242
|
+
Errors["RoleSets_RoleSetIsStillAttached"] = "RoleSets:RoleSetIsStillAttached";
|
|
243
|
+
/**
|
|
244
|
+
* The code `{:string}` is preserved for system roles.
|
|
245
|
+
*/
|
|
246
|
+
Errors["Roles_CodeIsPreservedForSystemRoles"] = "Roles:CodeIsPreservedForSystemRoles";
|
|
247
|
+
/**
|
|
248
|
+
* Cannot modify or delete New Black system roles.
|
|
249
|
+
*/
|
|
250
|
+
Errors["Roles_CannotModifyOrDeleteNewBlackRole"] = "Roles:CannotModifyOrDeleteNewBlackRole";
|
|
251
|
+
/**
|
|
252
|
+
* OrganizationUnit with ID {:string} not found on row {:int32}
|
|
253
|
+
*/
|
|
254
|
+
Errors["SettingsExcelImporter_OrganizationUnitByIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByIDNotFound";
|
|
255
|
+
/**
|
|
256
|
+
* OrganizationUnit with BackendID {:string} not found on row {:int32}
|
|
257
|
+
*/
|
|
258
|
+
Errors["SettingsExcelImporter_OrganizationUnitByBackendIDNotFound"] = "SettingsExcelImporter:OrganizationUnitByBackendIDNotFound";
|
|
259
|
+
/**
|
|
260
|
+
* No BackendID or OrganizationUnitID provided for row {:int64}
|
|
261
|
+
*/
|
|
262
|
+
Errors["SettingsExcelImporter_NoOrganizationUnitIdentifier"] = "SettingsExcelImporter:NoOrganizationUnitIdentifier";
|
|
263
|
+
/**
|
|
264
|
+
* Value on row {:int64} looks like a masked value
|
|
265
|
+
*/
|
|
266
|
+
Errors["SettingsExcelImporter_MaskedValueImport"] = "SettingsExcelImporter:MaskedValueImport";
|
|
267
|
+
/**
|
|
268
|
+
* Validation of the Excel file failed: {:string}
|
|
269
|
+
*/
|
|
270
|
+
Errors["StockAllocationRules_UploadStockAllocationRuleValidationError"] = "StockAllocationRules:UploadStockAllocationRuleValidationError";
|
|
271
|
+
/**
|
|
272
|
+
* It's required to specify an OrganizationUnit to create this StockAllocationRule.
|
|
273
|
+
*/
|
|
274
|
+
Errors["StockAllocations_OrganizationUnitRequired"] = "StockAllocations:OrganizationUnitRequired";
|
|
275
|
+
/**
|
|
276
|
+
* OrganizationUnit {:int64} is not directly supplied by OrganizationUnit {:int64}.
|
|
277
|
+
*/
|
|
278
|
+
Errors["StockAllocations_InvalidOrganizationUnit"] = "StockAllocations:InvalidOrganizationUnit";
|
|
279
|
+
/**
|
|
280
|
+
* StockLabel with name '{:string}' already exists
|
|
281
|
+
*/
|
|
282
|
+
Errors["StockLabels_AlreadyExists"] = "StockLabels:AlreadyExists";
|
|
283
|
+
/**
|
|
284
|
+
* StartDate ({:string}) cannot be after EndDate: ({:string})
|
|
285
|
+
*/
|
|
286
|
+
Errors["TaxService_StartDateShouldBeBeforeEndDate"] = "TaxService:StartDateShouldBeBeforeEndDate";
|
|
287
|
+
/**
|
|
288
|
+
* StartDate cannot exist without EndDate and vice-versa
|
|
289
|
+
*/
|
|
290
|
+
Errors["TaxService_StartAndEndDateRequired"] = "TaxService:StartAndEndDateRequired";
|
|
291
|
+
/**
|
|
292
|
+
* Validation of the Excel file failed: {:string}
|
|
293
|
+
*/
|
|
294
|
+
Errors["TaxService_InvalidExcelFile"] = "TaxService:InvalidExcelFile";
|
|
295
|
+
/**
|
|
296
|
+
* This UnitOfMeasure already exists
|
|
297
|
+
*/
|
|
298
|
+
Errors["UnitOfMeasures_AlreadyExists"] = "UnitOfMeasures:AlreadyExists";
|
|
299
|
+
/**
|
|
300
|
+
* UnitPriceCorrectionReason with BackendID '{:string}' already exists.
|
|
301
|
+
*/
|
|
302
|
+
Errors["UnitPriceCorrectionReasons_AlreadyExists"] = "UnitPriceCorrectionReasons:AlreadyExists";
|
|
303
|
+
/**
|
|
304
|
+
* Can't update OrderLedgerType because it's not custom
|
|
305
|
+
*/
|
|
306
|
+
Errors["UpdateOrderLedgerType_OrderLedgerTypeNotCustom"] = "UpdateOrderLedgerType:OrderLedgerTypeNotCustom";
|
|
307
|
+
/**
|
|
308
|
+
* Can't update OrderLedgerType because its name already exists
|
|
309
|
+
*/
|
|
310
|
+
Errors["UpdateOrderLedgerType_OrderLedgerTypeAlreadyExists"] = "UpdateOrderLedgerType:OrderLedgerTypeAlreadyExists";
|
|
311
|
+
/**
|
|
312
|
+
* This UserOrigin already exists
|
|
313
|
+
*/
|
|
314
|
+
Errors["UserOrigins_AlreadyExists"] = "UserOrigins:AlreadyExists";
|
|
315
|
+
})(Errors || (Errors = {}));
|
|
316
|
+
export var ConfigurationListSettingsTypedFilters;
|
|
317
|
+
(function (ConfigurationListSettingsTypedFilters) {
|
|
318
|
+
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowAll"] = 0] = "ShowAll";
|
|
319
|
+
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowTyped"] = 1] = "ShowTyped";
|
|
320
|
+
ConfigurationListSettingsTypedFilters[ConfigurationListSettingsTypedFilters["ShowUntyped"] = 2] = "ShowUntyped";
|
|
321
|
+
})(ConfigurationListSettingsTypedFilters || (ConfigurationListSettingsTypedFilters = {}));
|
|
322
|
+
export var OrganizationUnitSetsOrganizationSubsetOrdering;
|
|
323
|
+
(function (OrganizationUnitSetsOrganizationSubsetOrdering) {
|
|
324
|
+
OrganizationUnitSetsOrganizationSubsetOrdering[OrganizationUnitSetsOrganizationSubsetOrdering["Ascending"] = 0] = "Ascending";
|
|
325
|
+
OrganizationUnitSetsOrganizationSubsetOrdering[OrganizationUnitSetsOrganizationSubsetOrdering["Descending"] = 1] = "Descending";
|
|
326
|
+
})(OrganizationUnitSetsOrganizationSubsetOrdering || (OrganizationUnitSetsOrganizationSubsetOrdering = {}));
|
|
327
|
+
export var UsersEmployeesCreateEmployeeResults;
|
|
328
|
+
(function (UsersEmployeesCreateEmployeeResults) {
|
|
329
|
+
UsersEmployeesCreateEmployeeResults[UsersEmployeesCreateEmployeeResults["CreatedNewUser"] = 0] = "CreatedNewUser";
|
|
330
|
+
UsersEmployeesCreateEmployeeResults[UsersEmployeesCreateEmployeeResults["UpgradedExistingUser"] = 1] = "UpgradedExistingUser";
|
|
331
|
+
UsersEmployeesCreateEmployeeResults[UsersEmployeesCreateEmployeeResults["UpdatedExistingUser"] = 2] = "UpdatedExistingUser";
|
|
332
|
+
})(UsersEmployeesCreateEmployeeResults || (UsersEmployeesCreateEmployeeResults = {}));
|
|
5
333
|
//# sourceMappingURL=eva-services-core-management.js.map
|
|
@@ -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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"}
|