@springtree/eva-services-core-management 1.83.0 → 1.84.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.
- package/lib/EVA.Core.Management.Services.d.ts +169 -15
- package/lib/EVA.Core.Management.Services.d.ts.map +1 -1
- package/lib/EVA.Core.Management.Services.js +725 -559
- package/lib/EVA.Core.Management.Services.js.map +1 -1
- package/lib/eva-services-core-management.es5.js +725 -559
- package/lib/eva-services-core-management.es5.js.map +1 -1
- package/lib/eva-services-core-management.umd.js +725 -559
- package/lib/eva-services-core-management.umd.js.map +1 -1
- package/package.json +2 -2
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
class AddBlobToCaseInteraction {
|
|
17
17
|
constructor() {
|
|
18
18
|
this.name = 'CoreManagement:AddBlobToCaseInteraction';
|
|
19
|
-
this.path = '/
|
|
19
|
+
this.path = '/message/AddBlobToCaseInteraction';
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
CoreManagement.AddBlobToCaseInteraction = AddBlobToCaseInteraction;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
class AddPackageToCarrier {
|
|
31
31
|
constructor() {
|
|
32
32
|
this.name = 'CoreManagement:AddPackageToCarrier';
|
|
33
|
-
this.path = '/
|
|
33
|
+
this.path = '/message/AddPackageToCarrier';
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
CoreManagement.AddPackageToCarrier = AddPackageToCarrier;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
class AddProductsToAssortment {
|
|
48
48
|
constructor() {
|
|
49
49
|
this.name = 'CoreManagement:AddProductsToAssortment';
|
|
50
|
-
this.path = '/
|
|
50
|
+
this.path = '/message/AddProductsToAssortment';
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
CoreManagement.AddProductsToAssortment = AddProductsToAssortment;
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
class AddRolesToManualDiscount {
|
|
62
62
|
constructor() {
|
|
63
63
|
this.name = 'CoreManagement:AddRolesToManualDiscount';
|
|
64
|
-
this.path = '/
|
|
64
|
+
this.path = '/message/AddRolesToManualDiscount';
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
CoreManagement.AddRolesToManualDiscount = AddRolesToManualDiscount;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
class ArchiveCase {
|
|
76
76
|
constructor() {
|
|
77
77
|
this.name = 'CoreManagement:ArchiveCase';
|
|
78
|
-
this.path = '/
|
|
78
|
+
this.path = '/message/ArchiveCase';
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
CoreManagement.ArchiveCase = ArchiveCase;
|
|
@@ -89,10 +89,24 @@
|
|
|
89
89
|
class ArchiveDiscount {
|
|
90
90
|
constructor() {
|
|
91
91
|
this.name = 'CoreManagement:ArchiveDiscount';
|
|
92
|
-
this.path = '/
|
|
92
|
+
this.path = '/message/ArchiveDiscount';
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
CoreManagement.ArchiveDiscount = ArchiveDiscount;
|
|
96
|
+
/**
|
|
97
|
+
* Archive a point awarding rule
|
|
98
|
+
*
|
|
99
|
+
* @export
|
|
100
|
+
* @class ArchivePointAwardingRule
|
|
101
|
+
* @implements {EvaService}
|
|
102
|
+
*/
|
|
103
|
+
class ArchivePointAwardingRule {
|
|
104
|
+
constructor() {
|
|
105
|
+
this.name = 'CoreManagement:ArchivePointAwardingRule';
|
|
106
|
+
this.path = '/message/ArchivePointAwardingRule';
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
CoreManagement.ArchivePointAwardingRule = ArchivePointAwardingRule;
|
|
96
110
|
/**
|
|
97
111
|
* Get all OrganizationUnits that are connected to the Assortment
|
|
98
112
|
*
|
|
@@ -103,7 +117,7 @@
|
|
|
103
117
|
class AttachAssortmentToOrganizationUnit {
|
|
104
118
|
constructor() {
|
|
105
119
|
this.name = 'CoreManagement:AttachAssortmentToOrganizationUnit';
|
|
106
|
-
this.path = '/
|
|
120
|
+
this.path = '/message/AttachAssortmentToOrganizationUnit';
|
|
107
121
|
}
|
|
108
122
|
}
|
|
109
123
|
CoreManagement.AttachAssortmentToOrganizationUnit = AttachAssortmentToOrganizationUnit;
|
|
@@ -117,7 +131,7 @@
|
|
|
117
131
|
class AttachBlobToCase {
|
|
118
132
|
constructor() {
|
|
119
133
|
this.name = 'CoreManagement:AttachBlobToCase';
|
|
120
|
-
this.path = '/
|
|
134
|
+
this.path = '/message/AttachBlobToCase';
|
|
121
135
|
}
|
|
122
136
|
}
|
|
123
137
|
CoreManagement.AttachBlobToCase = AttachBlobToCase;
|
|
@@ -131,7 +145,7 @@
|
|
|
131
145
|
class AttachFunctionalitiesToRole {
|
|
132
146
|
constructor() {
|
|
133
147
|
this.name = 'CoreManagement:AttachFunctionalitiesToRole';
|
|
134
|
-
this.path = '/
|
|
148
|
+
this.path = '/message/AttachFunctionalitiesToRole';
|
|
135
149
|
}
|
|
136
150
|
}
|
|
137
151
|
CoreManagement.AttachFunctionalitiesToRole = AttachFunctionalitiesToRole;
|
|
@@ -145,7 +159,7 @@
|
|
|
145
159
|
class AuditingResetFinancialPeriods {
|
|
146
160
|
constructor() {
|
|
147
161
|
this.name = 'CoreManagement:AuditingResetFinancialPeriods';
|
|
148
|
-
this.path = '/
|
|
162
|
+
this.path = '/message/AuditingResetFinancialPeriods';
|
|
149
163
|
}
|
|
150
164
|
}
|
|
151
165
|
CoreManagement.AuditingResetFinancialPeriods = AuditingResetFinancialPeriods;
|
|
@@ -159,7 +173,7 @@
|
|
|
159
173
|
class AuditingSetPrivateKey {
|
|
160
174
|
constructor() {
|
|
161
175
|
this.name = 'CoreManagement:AuditingSetPrivateKey';
|
|
162
|
-
this.path = '/
|
|
176
|
+
this.path = '/message/AuditingSetPrivateKey';
|
|
163
177
|
}
|
|
164
178
|
}
|
|
165
179
|
CoreManagement.AuditingSetPrivateKey = AuditingSetPrivateKey;
|
|
@@ -173,7 +187,7 @@
|
|
|
173
187
|
class AuditingUploadKeySet {
|
|
174
188
|
constructor() {
|
|
175
189
|
this.name = 'CoreManagement:AuditingUploadKeySet';
|
|
176
|
-
this.path = '/
|
|
190
|
+
this.path = '/message/AuditingUploadKeySet';
|
|
177
191
|
}
|
|
178
192
|
}
|
|
179
193
|
CoreManagement.AuditingUploadKeySet = AuditingUploadKeySet;
|
|
@@ -187,7 +201,7 @@
|
|
|
187
201
|
class AuditingValidateConfiguration {
|
|
188
202
|
constructor() {
|
|
189
203
|
this.name = 'CoreManagement:AuditingValidateConfiguration';
|
|
190
|
-
this.path = '/
|
|
204
|
+
this.path = '/message/AuditingValidateConfiguration';
|
|
191
205
|
}
|
|
192
206
|
}
|
|
193
207
|
CoreManagement.AuditingValidateConfiguration = AuditingValidateConfiguration;
|
|
@@ -201,7 +215,7 @@
|
|
|
201
215
|
class CleanupSettings {
|
|
202
216
|
constructor() {
|
|
203
217
|
this.name = 'CoreManagement:CleanupSettings';
|
|
204
|
-
this.path = '/
|
|
218
|
+
this.path = '/message/CleanupSettings';
|
|
205
219
|
}
|
|
206
220
|
}
|
|
207
221
|
CoreManagement.CleanupSettings = CleanupSettings;
|
|
@@ -215,7 +229,7 @@
|
|
|
215
229
|
class CleanupUntypedSettings {
|
|
216
230
|
constructor() {
|
|
217
231
|
this.name = 'CoreManagement:CleanupUntypedSettings';
|
|
218
|
-
this.path = '/
|
|
232
|
+
this.path = '/message/CleanupUntypedSettings';
|
|
219
233
|
}
|
|
220
234
|
}
|
|
221
235
|
CoreManagement.CleanupUntypedSettings = CleanupUntypedSettings;
|
|
@@ -229,7 +243,7 @@
|
|
|
229
243
|
class CorrectProductCostPriceLedgers {
|
|
230
244
|
constructor() {
|
|
231
245
|
this.name = 'CoreManagement:CorrectProductCostPriceLedgers';
|
|
232
|
-
this.path = '/
|
|
246
|
+
this.path = '/message/CorrectProductCostPriceLedgers';
|
|
233
247
|
}
|
|
234
248
|
}
|
|
235
249
|
CoreManagement.CorrectProductCostPriceLedgers = CorrectProductCostPriceLedgers;
|
|
@@ -243,7 +257,7 @@
|
|
|
243
257
|
class CreateAccount {
|
|
244
258
|
constructor() {
|
|
245
259
|
this.name = 'CoreManagement:CreateAccount';
|
|
246
|
-
this.path = '/
|
|
260
|
+
this.path = '/message/CreateAccount';
|
|
247
261
|
}
|
|
248
262
|
}
|
|
249
263
|
CoreManagement.CreateAccount = CreateAccount;
|
|
@@ -259,7 +273,7 @@
|
|
|
259
273
|
class CreateAssortment {
|
|
260
274
|
constructor() {
|
|
261
275
|
this.name = 'CoreManagement:CreateAssortment';
|
|
262
|
-
this.path = '/
|
|
276
|
+
this.path = '/message/CreateAssortment';
|
|
263
277
|
}
|
|
264
278
|
}
|
|
265
279
|
CoreManagement.CreateAssortment = CreateAssortment;
|
|
@@ -273,7 +287,7 @@
|
|
|
273
287
|
class CreateCarrier {
|
|
274
288
|
constructor() {
|
|
275
289
|
this.name = 'CoreManagement:CreateCarrier';
|
|
276
|
-
this.path = '/
|
|
290
|
+
this.path = '/message/CreateCarrier';
|
|
277
291
|
}
|
|
278
292
|
}
|
|
279
293
|
CoreManagement.CreateCarrier = CreateCarrier;
|
|
@@ -287,7 +301,7 @@
|
|
|
287
301
|
class CreateCase {
|
|
288
302
|
constructor() {
|
|
289
303
|
this.name = 'CoreManagement:CreateCase';
|
|
290
|
-
this.path = '/
|
|
304
|
+
this.path = '/message/CreateCase';
|
|
291
305
|
}
|
|
292
306
|
}
|
|
293
307
|
CoreManagement.CreateCase = CreateCase;
|
|
@@ -301,7 +315,7 @@
|
|
|
301
315
|
class CreateCaseInteraction {
|
|
302
316
|
constructor() {
|
|
303
317
|
this.name = 'CoreManagement:CreateCaseInteraction';
|
|
304
|
-
this.path = '/
|
|
318
|
+
this.path = '/message/CreateCaseInteraction';
|
|
305
319
|
}
|
|
306
320
|
}
|
|
307
321
|
CoreManagement.CreateCaseInteraction = CreateCaseInteraction;
|
|
@@ -315,7 +329,7 @@
|
|
|
315
329
|
class CreateCaseStatus {
|
|
316
330
|
constructor() {
|
|
317
331
|
this.name = 'CoreManagement:CreateCaseStatus';
|
|
318
|
-
this.path = '/
|
|
332
|
+
this.path = '/message/CreateCaseStatus';
|
|
319
333
|
}
|
|
320
334
|
}
|
|
321
335
|
CoreManagement.CreateCaseStatus = CreateCaseStatus;
|
|
@@ -329,7 +343,7 @@
|
|
|
329
343
|
class CreateCaseTopic {
|
|
330
344
|
constructor() {
|
|
331
345
|
this.name = 'CoreManagement:CreateCaseTopic';
|
|
332
|
-
this.path = '/
|
|
346
|
+
this.path = '/message/CreateCaseTopic';
|
|
333
347
|
}
|
|
334
348
|
}
|
|
335
349
|
CoreManagement.CreateCaseTopic = CreateCaseTopic;
|
|
@@ -347,7 +361,7 @@
|
|
|
347
361
|
class CreateCashExpenseType {
|
|
348
362
|
constructor() {
|
|
349
363
|
this.name = 'CoreManagement:CreateCashExpenseType';
|
|
350
|
-
this.path = '/
|
|
364
|
+
this.path = '/message/CreateCashExpenseType';
|
|
351
365
|
}
|
|
352
366
|
}
|
|
353
367
|
CoreManagement.CreateCashExpenseType = CreateCashExpenseType;
|
|
@@ -361,7 +375,7 @@
|
|
|
361
375
|
class CreateCashHandler {
|
|
362
376
|
constructor() {
|
|
363
377
|
this.name = 'CoreManagement:CreateCashHandler';
|
|
364
|
-
this.path = '/
|
|
378
|
+
this.path = '/message/CreateCashHandler';
|
|
365
379
|
}
|
|
366
380
|
}
|
|
367
381
|
CoreManagement.CreateCashHandler = CreateCashHandler;
|
|
@@ -375,7 +389,7 @@
|
|
|
375
389
|
class CreateCheckoutOption {
|
|
376
390
|
constructor() {
|
|
377
391
|
this.name = 'CoreManagement:CreateCheckoutOption';
|
|
378
|
-
this.path = '/
|
|
392
|
+
this.path = '/message/CreateCheckoutOption';
|
|
379
393
|
}
|
|
380
394
|
}
|
|
381
395
|
CoreManagement.CreateCheckoutOption = CreateCheckoutOption;
|
|
@@ -389,7 +403,7 @@
|
|
|
389
403
|
class CreateCheckoutOptionCategory {
|
|
390
404
|
constructor() {
|
|
391
405
|
this.name = 'CoreManagement:CreateCheckoutOptionCategory';
|
|
392
|
-
this.path = '/
|
|
406
|
+
this.path = '/message/CreateCheckoutOptionCategory';
|
|
393
407
|
}
|
|
394
408
|
}
|
|
395
409
|
CoreManagement.CreateCheckoutOptionCategory = CreateCheckoutOptionCategory;
|
|
@@ -403,7 +417,7 @@
|
|
|
403
417
|
class CreateClientApplication {
|
|
404
418
|
constructor() {
|
|
405
419
|
this.name = 'CoreManagement:CreateClientApplication';
|
|
406
|
-
this.path = '/
|
|
420
|
+
this.path = '/message/CreateClientApplication';
|
|
407
421
|
}
|
|
408
422
|
}
|
|
409
423
|
CoreManagement.CreateClientApplication = CreateClientApplication;
|
|
@@ -417,7 +431,7 @@
|
|
|
417
431
|
class CreateCompany {
|
|
418
432
|
constructor() {
|
|
419
433
|
this.name = 'CoreManagement:CreateCompany';
|
|
420
|
-
this.path = '/
|
|
434
|
+
this.path = '/message/CreateCompany';
|
|
421
435
|
}
|
|
422
436
|
}
|
|
423
437
|
CoreManagement.CreateCompany = CreateCompany;
|
|
@@ -431,7 +445,7 @@
|
|
|
431
445
|
class CreateCostPriceCalculation {
|
|
432
446
|
constructor() {
|
|
433
447
|
this.name = 'CoreManagement:CreateCostPriceCalculation';
|
|
434
|
-
this.path = '/
|
|
448
|
+
this.path = '/message/CreateCostPriceCalculation';
|
|
435
449
|
}
|
|
436
450
|
}
|
|
437
451
|
CoreManagement.CreateCostPriceCalculation = CreateCostPriceCalculation;
|
|
@@ -445,7 +459,7 @@
|
|
|
445
459
|
class CreateCulture {
|
|
446
460
|
constructor() {
|
|
447
461
|
this.name = 'CoreManagement:CreateCulture';
|
|
448
|
-
this.path = '/
|
|
462
|
+
this.path = '/message/CreateCulture';
|
|
449
463
|
}
|
|
450
464
|
}
|
|
451
465
|
CoreManagement.CreateCulture = CreateCulture;
|
|
@@ -459,7 +473,7 @@
|
|
|
459
473
|
class CreateCustomField {
|
|
460
474
|
constructor() {
|
|
461
475
|
this.name = 'CoreManagement:CreateCustomField';
|
|
462
|
-
this.path = '/
|
|
476
|
+
this.path = '/message/CreateCustomField';
|
|
463
477
|
}
|
|
464
478
|
}
|
|
465
479
|
CoreManagement.CreateCustomField = CreateCustomField;
|
|
@@ -473,7 +487,7 @@
|
|
|
473
487
|
class CreateDevice {
|
|
474
488
|
constructor() {
|
|
475
489
|
this.name = 'CoreManagement:CreateDevice';
|
|
476
|
-
this.path = '/
|
|
490
|
+
this.path = '/message/CreateDevice';
|
|
477
491
|
}
|
|
478
492
|
}
|
|
479
493
|
CoreManagement.CreateDevice = CreateDevice;
|
|
@@ -487,7 +501,7 @@
|
|
|
487
501
|
class CreateDiscount {
|
|
488
502
|
constructor() {
|
|
489
503
|
this.name = 'CoreManagement:CreateDiscount';
|
|
490
|
-
this.path = '/
|
|
504
|
+
this.path = '/message/CreateDiscount';
|
|
491
505
|
}
|
|
492
506
|
}
|
|
493
507
|
CoreManagement.CreateDiscount = CreateDiscount;
|
|
@@ -501,7 +515,7 @@
|
|
|
501
515
|
class CreateDiscountCampaign {
|
|
502
516
|
constructor() {
|
|
503
517
|
this.name = 'CoreManagement:CreateDiscountCampaign';
|
|
504
|
-
this.path = '/
|
|
518
|
+
this.path = '/message/CreateDiscountCampaign';
|
|
505
519
|
}
|
|
506
520
|
}
|
|
507
521
|
CoreManagement.CreateDiscountCampaign = CreateDiscountCampaign;
|
|
@@ -515,7 +529,7 @@
|
|
|
515
529
|
class CreateDiscountCoupon {
|
|
516
530
|
constructor() {
|
|
517
531
|
this.name = 'CoreManagement:CreateDiscountCoupon';
|
|
518
|
-
this.path = '/
|
|
532
|
+
this.path = '/message/CreateDiscountCoupon';
|
|
519
533
|
}
|
|
520
534
|
}
|
|
521
535
|
CoreManagement.CreateDiscountCoupon = CreateDiscountCoupon;
|
|
@@ -529,7 +543,7 @@
|
|
|
529
543
|
class CreateDiscountFromTemplate {
|
|
530
544
|
constructor() {
|
|
531
545
|
this.name = 'CoreManagement:CreateDiscountFromTemplate';
|
|
532
|
-
this.path = '/
|
|
546
|
+
this.path = '/message/CreateDiscountFromTemplate';
|
|
533
547
|
}
|
|
534
548
|
}
|
|
535
549
|
CoreManagement.CreateDiscountFromTemplate = CreateDiscountFromTemplate;
|
|
@@ -543,7 +557,7 @@
|
|
|
543
557
|
class CreateDiscountLayer {
|
|
544
558
|
constructor() {
|
|
545
559
|
this.name = 'CoreManagement:CreateDiscountLayer';
|
|
546
|
-
this.path = '/
|
|
560
|
+
this.path = '/message/CreateDiscountLayer';
|
|
547
561
|
}
|
|
548
562
|
}
|
|
549
563
|
CoreManagement.CreateDiscountLayer = CreateDiscountLayer;
|
|
@@ -557,7 +571,7 @@
|
|
|
557
571
|
class CreateDiscountTemplate {
|
|
558
572
|
constructor() {
|
|
559
573
|
this.name = 'CoreManagement:CreateDiscountTemplate';
|
|
560
|
-
this.path = '/
|
|
574
|
+
this.path = '/message/CreateDiscountTemplate';
|
|
561
575
|
}
|
|
562
576
|
}
|
|
563
577
|
CoreManagement.CreateDiscountTemplate = CreateDiscountTemplate;
|
|
@@ -571,7 +585,7 @@
|
|
|
571
585
|
class CreateEmployeeUser {
|
|
572
586
|
constructor() {
|
|
573
587
|
this.name = 'CoreManagement:CreateEmployeeUser';
|
|
574
|
-
this.path = '/
|
|
588
|
+
this.path = '/message/CreateEmployeeUser';
|
|
575
589
|
}
|
|
576
590
|
}
|
|
577
591
|
CoreManagement.CreateEmployeeUser = CreateEmployeeUser;
|
|
@@ -585,7 +599,7 @@
|
|
|
585
599
|
class CreateFraudItem {
|
|
586
600
|
constructor() {
|
|
587
601
|
this.name = 'CoreManagement:CreateFraudItem';
|
|
588
|
-
this.path = '/
|
|
602
|
+
this.path = '/message/CreateFraudItem';
|
|
589
603
|
}
|
|
590
604
|
}
|
|
591
605
|
CoreManagement.CreateFraudItem = CreateFraudItem;
|
|
@@ -599,7 +613,7 @@
|
|
|
599
613
|
class CreateGiftCardConfiguration {
|
|
600
614
|
constructor() {
|
|
601
615
|
this.name = 'CoreManagement:CreateGiftCardConfiguration';
|
|
602
|
-
this.path = '/
|
|
616
|
+
this.path = '/message/CreateGiftCardConfiguration';
|
|
603
617
|
}
|
|
604
618
|
}
|
|
605
619
|
CoreManagement.CreateGiftCardConfiguration = CreateGiftCardConfiguration;
|
|
@@ -615,7 +629,7 @@
|
|
|
615
629
|
class CreateIdentificationPinForEmployee {
|
|
616
630
|
constructor() {
|
|
617
631
|
this.name = 'CoreManagement:CreateIdentificationPinForEmployee';
|
|
618
|
-
this.path = '/
|
|
632
|
+
this.path = '/message/CreateIdentificationPinForEmployee';
|
|
619
633
|
}
|
|
620
634
|
}
|
|
621
635
|
CoreManagement.CreateIdentificationPinForEmployee = CreateIdentificationPinForEmployee;
|
|
@@ -629,7 +643,7 @@
|
|
|
629
643
|
class CreateInquiry {
|
|
630
644
|
constructor() {
|
|
631
645
|
this.name = 'CoreManagement:CreateInquiry';
|
|
632
|
-
this.path = '/
|
|
646
|
+
this.path = '/message/CreateInquiry';
|
|
633
647
|
}
|
|
634
648
|
}
|
|
635
649
|
CoreManagement.CreateInquiry = CreateInquiry;
|
|
@@ -643,7 +657,7 @@
|
|
|
643
657
|
class CreateInquiryItem {
|
|
644
658
|
constructor() {
|
|
645
659
|
this.name = 'CoreManagement:CreateInquiryItem';
|
|
646
|
-
this.path = '/
|
|
660
|
+
this.path = '/message/CreateInquiryItem';
|
|
647
661
|
}
|
|
648
662
|
}
|
|
649
663
|
CoreManagement.CreateInquiryItem = CreateInquiryItem;
|
|
@@ -657,7 +671,7 @@
|
|
|
657
671
|
class CreateLoyaltyProgram {
|
|
658
672
|
constructor() {
|
|
659
673
|
this.name = 'CoreManagement:CreateLoyaltyProgram';
|
|
660
|
-
this.path = '/
|
|
674
|
+
this.path = '/message/CreateLoyaltyProgram';
|
|
661
675
|
}
|
|
662
676
|
}
|
|
663
677
|
CoreManagement.CreateLoyaltyProgram = CreateLoyaltyProgram;
|
|
@@ -671,7 +685,7 @@
|
|
|
671
685
|
class CreateMessageTemplate {
|
|
672
686
|
constructor() {
|
|
673
687
|
this.name = 'CoreManagement:CreateMessageTemplate';
|
|
674
|
-
this.path = '/
|
|
688
|
+
this.path = '/message/CreateMessageTemplate';
|
|
675
689
|
}
|
|
676
690
|
}
|
|
677
691
|
CoreManagement.CreateMessageTemplate = CreateMessageTemplate;
|
|
@@ -685,7 +699,7 @@
|
|
|
685
699
|
class CreateOpenCashDrawerReason {
|
|
686
700
|
constructor() {
|
|
687
701
|
this.name = 'CoreManagement:CreateOpenCashDrawerReason';
|
|
688
|
-
this.path = '/
|
|
702
|
+
this.path = '/message/CreateOpenCashDrawerReason';
|
|
689
703
|
}
|
|
690
704
|
}
|
|
691
705
|
CoreManagement.CreateOpenCashDrawerReason = CreateOpenCashDrawerReason;
|
|
@@ -699,7 +713,7 @@
|
|
|
699
713
|
class CreateOpeningHoursType {
|
|
700
714
|
constructor() {
|
|
701
715
|
this.name = 'CoreManagement:CreateOpeningHoursType';
|
|
702
|
-
this.path = '/
|
|
716
|
+
this.path = '/message/CreateOpeningHoursType';
|
|
703
717
|
}
|
|
704
718
|
}
|
|
705
719
|
CoreManagement.CreateOpeningHoursType = CreateOpeningHoursType;
|
|
@@ -713,7 +727,7 @@
|
|
|
713
727
|
class CreateOrUpdateEmployeeData {
|
|
714
728
|
constructor() {
|
|
715
729
|
this.name = 'CoreManagement:CreateOrUpdateEmployeeData';
|
|
716
|
-
this.path = '/
|
|
730
|
+
this.path = '/message/CreateOrUpdateEmployeeData';
|
|
717
731
|
}
|
|
718
732
|
}
|
|
719
733
|
CoreManagement.CreateOrUpdateEmployeeData = CreateOrUpdateEmployeeData;
|
|
@@ -731,7 +745,7 @@
|
|
|
731
745
|
class CreateOrUpdateOrganizationUnitSetPaymentType {
|
|
732
746
|
constructor() {
|
|
733
747
|
this.name = 'CoreManagement:CreateOrUpdateOrganizationUnitSetPaymentType';
|
|
734
|
-
this.path = '/
|
|
748
|
+
this.path = '/message/CreateOrUpdateOrganizationUnitSetPaymentType';
|
|
735
749
|
}
|
|
736
750
|
}
|
|
737
751
|
CoreManagement.CreateOrUpdateOrganizationUnitSetPaymentType = CreateOrUpdateOrganizationUnitSetPaymentType;
|
|
@@ -751,7 +765,7 @@
|
|
|
751
765
|
class CreateOrUpdateOrganizationUnitSubset {
|
|
752
766
|
constructor() {
|
|
753
767
|
this.name = 'CoreManagement:CreateOrUpdateOrganizationUnitSubset';
|
|
754
|
-
this.path = '/
|
|
768
|
+
this.path = '/message/CreateOrUpdateOrganizationUnitSubset';
|
|
755
769
|
}
|
|
756
770
|
}
|
|
757
771
|
CoreManagement.CreateOrUpdateOrganizationUnitSubset = CreateOrUpdateOrganizationUnitSubset;
|
|
@@ -765,7 +779,7 @@
|
|
|
765
779
|
class CreateOrUpdateVisibilityGroupConfiguration {
|
|
766
780
|
constructor() {
|
|
767
781
|
this.name = 'CoreManagement:CreateOrUpdateVisibilityGroupConfiguration';
|
|
768
|
-
this.path = '/
|
|
782
|
+
this.path = '/message/CreateOrUpdateVisibilityGroupConfiguration';
|
|
769
783
|
}
|
|
770
784
|
}
|
|
771
785
|
CoreManagement.CreateOrUpdateVisibilityGroupConfiguration = CreateOrUpdateVisibilityGroupConfiguration;
|
|
@@ -779,7 +793,7 @@
|
|
|
779
793
|
class CreateOrderLedgerType {
|
|
780
794
|
constructor() {
|
|
781
795
|
this.name = 'CoreManagement:CreateOrderLedgerType';
|
|
782
|
-
this.path = '/
|
|
796
|
+
this.path = '/message/CreateOrderLedgerType';
|
|
783
797
|
}
|
|
784
798
|
}
|
|
785
799
|
CoreManagement.CreateOrderLedgerType = CreateOrderLedgerType;
|
|
@@ -793,7 +807,7 @@
|
|
|
793
807
|
class CreateOrganizationUnitCountry {
|
|
794
808
|
constructor() {
|
|
795
809
|
this.name = 'CoreManagement:CreateOrganizationUnitCountry';
|
|
796
|
-
this.path = '/
|
|
810
|
+
this.path = '/message/CreateOrganizationUnitCountry';
|
|
797
811
|
}
|
|
798
812
|
}
|
|
799
813
|
CoreManagement.CreateOrganizationUnitCountry = CreateOrganizationUnitCountry;
|
|
@@ -809,7 +823,7 @@
|
|
|
809
823
|
class CreateOrganizationUnitCurrency {
|
|
810
824
|
constructor() {
|
|
811
825
|
this.name = 'CoreManagement:CreateOrganizationUnitCurrency';
|
|
812
|
-
this.path = '/
|
|
826
|
+
this.path = '/message/CreateOrganizationUnitCurrency';
|
|
813
827
|
}
|
|
814
828
|
}
|
|
815
829
|
CoreManagement.CreateOrganizationUnitCurrency = CreateOrganizationUnitCurrency;
|
|
@@ -823,7 +837,7 @@
|
|
|
823
837
|
class CreateOrganizationUnitLanguage {
|
|
824
838
|
constructor() {
|
|
825
839
|
this.name = 'CoreManagement:CreateOrganizationUnitLanguage';
|
|
826
|
-
this.path = '/
|
|
840
|
+
this.path = '/message/CreateOrganizationUnitLanguage';
|
|
827
841
|
}
|
|
828
842
|
}
|
|
829
843
|
CoreManagement.CreateOrganizationUnitLanguage = CreateOrganizationUnitLanguage;
|
|
@@ -846,7 +860,7 @@
|
|
|
846
860
|
class CreateOrganizationUnitOpeningHours {
|
|
847
861
|
constructor() {
|
|
848
862
|
this.name = 'CoreManagement:CreateOrganizationUnitOpeningHours';
|
|
849
|
-
this.path = '/
|
|
863
|
+
this.path = '/message/CreateOrganizationUnitOpeningHours';
|
|
850
864
|
}
|
|
851
865
|
}
|
|
852
866
|
CoreManagement.CreateOrganizationUnitOpeningHours = CreateOrganizationUnitOpeningHours;
|
|
@@ -867,7 +881,7 @@
|
|
|
867
881
|
class CreateOrganizationUnitSet {
|
|
868
882
|
constructor() {
|
|
869
883
|
this.name = 'CoreManagement:CreateOrganizationUnitSet';
|
|
870
|
-
this.path = '/
|
|
884
|
+
this.path = '/message/CreateOrganizationUnitSet';
|
|
871
885
|
}
|
|
872
886
|
}
|
|
873
887
|
CoreManagement.CreateOrganizationUnitSet = CreateOrganizationUnitSet;
|
|
@@ -884,7 +898,7 @@
|
|
|
884
898
|
class CreateOrganizationUnitSetScope {
|
|
885
899
|
constructor() {
|
|
886
900
|
this.name = 'CoreManagement:CreateOrganizationUnitSetScope';
|
|
887
|
-
this.path = '/
|
|
901
|
+
this.path = '/message/CreateOrganizationUnitSetScope';
|
|
888
902
|
}
|
|
889
903
|
}
|
|
890
904
|
CoreManagement.CreateOrganizationUnitSetScope = CreateOrganizationUnitSetScope;
|
|
@@ -900,7 +914,7 @@
|
|
|
900
914
|
class CreateOrganizationUnitShippingMethod {
|
|
901
915
|
constructor() {
|
|
902
916
|
this.name = 'CoreManagement:CreateOrganizationUnitShippingMethod';
|
|
903
|
-
this.path = '/
|
|
917
|
+
this.path = '/message/CreateOrganizationUnitShippingMethod';
|
|
904
918
|
}
|
|
905
919
|
}
|
|
906
920
|
CoreManagement.CreateOrganizationUnitShippingMethod = CreateOrganizationUnitShippingMethod;
|
|
@@ -914,7 +928,7 @@
|
|
|
914
928
|
class CreatePackage {
|
|
915
929
|
constructor() {
|
|
916
930
|
this.name = 'CoreManagement:CreatePackage';
|
|
917
|
-
this.path = '/
|
|
931
|
+
this.path = '/message/CreatePackage';
|
|
918
932
|
}
|
|
919
933
|
}
|
|
920
934
|
CoreManagement.CreatePackage = CreatePackage;
|
|
@@ -928,7 +942,7 @@
|
|
|
928
942
|
class CreatePaymentMethod {
|
|
929
943
|
constructor() {
|
|
930
944
|
this.name = 'CoreManagement:CreatePaymentMethod';
|
|
931
|
-
this.path = '/
|
|
945
|
+
this.path = '/message/CreatePaymentMethod';
|
|
932
946
|
}
|
|
933
947
|
}
|
|
934
948
|
CoreManagement.CreatePaymentMethod = CreatePaymentMethod;
|
|
@@ -942,7 +956,7 @@
|
|
|
942
956
|
class CreatePaymentTransactionLedgerType {
|
|
943
957
|
constructor() {
|
|
944
958
|
this.name = 'CoreManagement:CreatePaymentTransactionLedgerType';
|
|
945
|
-
this.path = '/
|
|
959
|
+
this.path = '/message/CreatePaymentTransactionLedgerType';
|
|
946
960
|
}
|
|
947
961
|
}
|
|
948
962
|
CoreManagement.CreatePaymentTransactionLedgerType = CreatePaymentTransactionLedgerType;
|
|
@@ -956,10 +970,24 @@
|
|
|
956
970
|
class CreatePaymentType {
|
|
957
971
|
constructor() {
|
|
958
972
|
this.name = 'CoreManagement:CreatePaymentType';
|
|
959
|
-
this.path = '/
|
|
973
|
+
this.path = '/message/CreatePaymentType';
|
|
960
974
|
}
|
|
961
975
|
}
|
|
962
976
|
CoreManagement.CreatePaymentType = CreatePaymentType;
|
|
977
|
+
/**
|
|
978
|
+
* Create a point awarding rule.
|
|
979
|
+
*
|
|
980
|
+
* @export
|
|
981
|
+
* @class CreatePointAwardingRule
|
|
982
|
+
* @implements {EvaService}
|
|
983
|
+
*/
|
|
984
|
+
class CreatePointAwardingRule {
|
|
985
|
+
constructor() {
|
|
986
|
+
this.name = 'CoreManagement:CreatePointAwardingRule';
|
|
987
|
+
this.path = '/message/CreatePointAwardingRule';
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
CoreManagement.CreatePointAwardingRule = CreatePointAwardingRule;
|
|
963
991
|
/**
|
|
964
992
|
* Create a new PriceList
|
|
965
993
|
*
|
|
@@ -970,7 +998,7 @@
|
|
|
970
998
|
class CreatePriceList {
|
|
971
999
|
constructor() {
|
|
972
1000
|
this.name = 'CoreManagement:CreatePriceList';
|
|
973
|
-
this.path = '/
|
|
1001
|
+
this.path = '/message/CreatePriceList';
|
|
974
1002
|
}
|
|
975
1003
|
}
|
|
976
1004
|
CoreManagement.CreatePriceList = CreatePriceList;
|
|
@@ -984,7 +1012,7 @@
|
|
|
984
1012
|
class CreatePriceListAdjustment {
|
|
985
1013
|
constructor() {
|
|
986
1014
|
this.name = 'CoreManagement:CreatePriceListAdjustment';
|
|
987
|
-
this.path = '/
|
|
1015
|
+
this.path = '/message/CreatePriceListAdjustment';
|
|
988
1016
|
}
|
|
989
1017
|
}
|
|
990
1018
|
CoreManagement.CreatePriceListAdjustment = CreatePriceListAdjustment;
|
|
@@ -998,7 +1026,7 @@
|
|
|
998
1026
|
class CreatePriceListManualInputAdjustment {
|
|
999
1027
|
constructor() {
|
|
1000
1028
|
this.name = 'CoreManagement:CreatePriceListManualInputAdjustment';
|
|
1001
|
-
this.path = '/
|
|
1029
|
+
this.path = '/message/CreatePriceListManualInputAdjustment';
|
|
1002
1030
|
}
|
|
1003
1031
|
}
|
|
1004
1032
|
CoreManagement.CreatePriceListManualInputAdjustment = CreatePriceListManualInputAdjustment;
|
|
@@ -1012,7 +1040,7 @@
|
|
|
1012
1040
|
class CreatePriceListOrganizationUnit {
|
|
1013
1041
|
constructor() {
|
|
1014
1042
|
this.name = 'CoreManagement:CreatePriceListOrganizationUnit';
|
|
1015
|
-
this.path = '/
|
|
1043
|
+
this.path = '/message/CreatePriceListOrganizationUnit';
|
|
1016
1044
|
}
|
|
1017
1045
|
}
|
|
1018
1046
|
CoreManagement.CreatePriceListOrganizationUnit = CreatePriceListOrganizationUnit;
|
|
@@ -1026,7 +1054,7 @@
|
|
|
1026
1054
|
class CreatePriceListUsageType {
|
|
1027
1055
|
constructor() {
|
|
1028
1056
|
this.name = 'CoreManagement:CreatePriceListUsageType';
|
|
1029
|
-
this.path = '/
|
|
1057
|
+
this.path = '/message/CreatePriceListUsageType';
|
|
1030
1058
|
}
|
|
1031
1059
|
}
|
|
1032
1060
|
CoreManagement.CreatePriceListUsageType = CreatePriceListUsageType;
|
|
@@ -1040,7 +1068,7 @@
|
|
|
1040
1068
|
class CreatePrinterType {
|
|
1041
1069
|
constructor() {
|
|
1042
1070
|
this.name = 'CoreManagement:CreatePrinterType';
|
|
1043
|
-
this.path = '/
|
|
1071
|
+
this.path = '/message/CreatePrinterType';
|
|
1044
1072
|
}
|
|
1045
1073
|
}
|
|
1046
1074
|
CoreManagement.CreatePrinterType = CreatePrinterType;
|
|
@@ -1056,7 +1084,7 @@
|
|
|
1056
1084
|
class CreateProductBarcode {
|
|
1057
1085
|
constructor() {
|
|
1058
1086
|
this.name = 'CoreManagement:CreateProductBarcode';
|
|
1059
|
-
this.path = '/
|
|
1087
|
+
this.path = '/message/CreateProductBarcode';
|
|
1060
1088
|
}
|
|
1061
1089
|
}
|
|
1062
1090
|
CoreManagement.CreateProductBarcode = CreateProductBarcode;
|
|
@@ -1070,7 +1098,7 @@
|
|
|
1070
1098
|
class CreateProductGiftCard {
|
|
1071
1099
|
constructor() {
|
|
1072
1100
|
this.name = 'CoreManagement:CreateProductGiftCard';
|
|
1073
|
-
this.path = '/
|
|
1101
|
+
this.path = '/message/CreateProductGiftCard';
|
|
1074
1102
|
}
|
|
1075
1103
|
}
|
|
1076
1104
|
CoreManagement.CreateProductGiftCard = CreateProductGiftCard;
|
|
@@ -1084,7 +1112,7 @@
|
|
|
1084
1112
|
class CreateProductRequirement {
|
|
1085
1113
|
constructor() {
|
|
1086
1114
|
this.name = 'CoreManagement:CreateProductRequirement';
|
|
1087
|
-
this.path = '/
|
|
1115
|
+
this.path = '/message/CreateProductRequirement';
|
|
1088
1116
|
}
|
|
1089
1117
|
}
|
|
1090
1118
|
CoreManagement.CreateProductRequirement = CreateProductRequirement;
|
|
@@ -1098,7 +1126,7 @@
|
|
|
1098
1126
|
class CreateProductSearchTemplate {
|
|
1099
1127
|
constructor() {
|
|
1100
1128
|
this.name = 'CoreManagement:CreateProductSearchTemplate';
|
|
1101
|
-
this.path = '/
|
|
1129
|
+
this.path = '/message/CreateProductSearchTemplate';
|
|
1102
1130
|
}
|
|
1103
1131
|
}
|
|
1104
1132
|
CoreManagement.CreateProductSearchTemplate = CreateProductSearchTemplate;
|
|
@@ -1112,7 +1140,7 @@
|
|
|
1112
1140
|
class CreateProductUnitOfMeasure {
|
|
1113
1141
|
constructor() {
|
|
1114
1142
|
this.name = 'CoreManagement:CreateProductUnitOfMeasure';
|
|
1115
|
-
this.path = '/
|
|
1143
|
+
this.path = '/message/CreateProductUnitOfMeasure';
|
|
1116
1144
|
}
|
|
1117
1145
|
}
|
|
1118
1146
|
CoreManagement.CreateProductUnitOfMeasure = CreateProductUnitOfMeasure;
|
|
@@ -1126,7 +1154,7 @@
|
|
|
1126
1154
|
class CreateRefundCorrectionReason {
|
|
1127
1155
|
constructor() {
|
|
1128
1156
|
this.name = 'CoreManagement:CreateRefundCorrectionReason';
|
|
1129
|
-
this.path = '/
|
|
1157
|
+
this.path = '/message/CreateRefundCorrectionReason';
|
|
1130
1158
|
}
|
|
1131
1159
|
}
|
|
1132
1160
|
CoreManagement.CreateRefundCorrectionReason = CreateRefundCorrectionReason;
|
|
@@ -1140,7 +1168,7 @@
|
|
|
1140
1168
|
class CreateRepair {
|
|
1141
1169
|
constructor() {
|
|
1142
1170
|
this.name = 'CoreManagement:CreateRepair';
|
|
1143
|
-
this.path = '/
|
|
1171
|
+
this.path = '/message/CreateRepair';
|
|
1144
1172
|
}
|
|
1145
1173
|
}
|
|
1146
1174
|
CoreManagement.CreateRepair = CreateRepair;
|
|
@@ -1154,7 +1182,7 @@
|
|
|
1154
1182
|
class CreateRepairInteraction {
|
|
1155
1183
|
constructor() {
|
|
1156
1184
|
this.name = 'CoreManagement:CreateRepairInteraction';
|
|
1157
|
-
this.path = '/
|
|
1185
|
+
this.path = '/message/CreateRepairInteraction';
|
|
1158
1186
|
}
|
|
1159
1187
|
}
|
|
1160
1188
|
CoreManagement.CreateRepairInteraction = CreateRepairInteraction;
|
|
@@ -1168,7 +1196,7 @@
|
|
|
1168
1196
|
class CreateReturnReason {
|
|
1169
1197
|
constructor() {
|
|
1170
1198
|
this.name = 'CoreManagement:CreateReturnReason';
|
|
1171
|
-
this.path = '/
|
|
1199
|
+
this.path = '/message/CreateReturnReason';
|
|
1172
1200
|
}
|
|
1173
1201
|
}
|
|
1174
1202
|
CoreManagement.CreateReturnReason = CreateReturnReason;
|
|
@@ -1182,7 +1210,7 @@
|
|
|
1182
1210
|
class CreateRole {
|
|
1183
1211
|
constructor() {
|
|
1184
1212
|
this.name = 'CoreManagement:CreateRole';
|
|
1185
|
-
this.path = '/
|
|
1213
|
+
this.path = '/message/CreateRole';
|
|
1186
1214
|
}
|
|
1187
1215
|
}
|
|
1188
1216
|
CoreManagement.CreateRole = CreateRole;
|
|
@@ -1196,7 +1224,7 @@
|
|
|
1196
1224
|
class CreateRoleSet {
|
|
1197
1225
|
constructor() {
|
|
1198
1226
|
this.name = 'CoreManagement:CreateRoleSet';
|
|
1199
|
-
this.path = '/
|
|
1227
|
+
this.path = '/message/CreateRoleSet';
|
|
1200
1228
|
}
|
|
1201
1229
|
}
|
|
1202
1230
|
CoreManagement.CreateRoleSet = CreateRoleSet;
|
|
@@ -1210,7 +1238,7 @@
|
|
|
1210
1238
|
class CreateShippingCost {
|
|
1211
1239
|
constructor() {
|
|
1212
1240
|
this.name = 'CoreManagement:CreateShippingCost';
|
|
1213
|
-
this.path = '/
|
|
1241
|
+
this.path = '/message/CreateShippingCost';
|
|
1214
1242
|
}
|
|
1215
1243
|
}
|
|
1216
1244
|
CoreManagement.CreateShippingCost = CreateShippingCost;
|
|
@@ -1224,7 +1252,7 @@
|
|
|
1224
1252
|
class CreateShippingMethod {
|
|
1225
1253
|
constructor() {
|
|
1226
1254
|
this.name = 'CoreManagement:CreateShippingMethod';
|
|
1227
|
-
this.path = '/
|
|
1255
|
+
this.path = '/message/CreateShippingMethod';
|
|
1228
1256
|
}
|
|
1229
1257
|
}
|
|
1230
1258
|
CoreManagement.CreateShippingMethod = CreateShippingMethod;
|
|
@@ -1238,7 +1266,7 @@
|
|
|
1238
1266
|
class CreateShippingMethodTransportationTime {
|
|
1239
1267
|
constructor() {
|
|
1240
1268
|
this.name = 'CoreManagement:CreateShippingMethodTransportationTime';
|
|
1241
|
-
this.path = '/
|
|
1269
|
+
this.path = '/message/CreateShippingMethodTransportationTime';
|
|
1242
1270
|
}
|
|
1243
1271
|
}
|
|
1244
1272
|
CoreManagement.CreateShippingMethodTransportationTime = CreateShippingMethodTransportationTime;
|
|
@@ -1252,7 +1280,7 @@
|
|
|
1252
1280
|
class CreateShippingRestriction {
|
|
1253
1281
|
constructor() {
|
|
1254
1282
|
this.name = 'CoreManagement:CreateShippingRestriction';
|
|
1255
|
-
this.path = '/
|
|
1283
|
+
this.path = '/message/CreateShippingRestriction';
|
|
1256
1284
|
}
|
|
1257
1285
|
}
|
|
1258
1286
|
CoreManagement.CreateShippingRestriction = CreateShippingRestriction;
|
|
@@ -1266,7 +1294,7 @@
|
|
|
1266
1294
|
class CreateStation {
|
|
1267
1295
|
constructor() {
|
|
1268
1296
|
this.name = 'CoreManagement:CreateStation';
|
|
1269
|
-
this.path = '/
|
|
1297
|
+
this.path = '/message/CreateStation';
|
|
1270
1298
|
}
|
|
1271
1299
|
}
|
|
1272
1300
|
CoreManagement.CreateStation = CreateStation;
|
|
@@ -1292,7 +1320,7 @@
|
|
|
1292
1320
|
class CreateStockAllocationRule {
|
|
1293
1321
|
constructor() {
|
|
1294
1322
|
this.name = 'CoreManagement:CreateStockAllocationRule';
|
|
1295
|
-
this.path = '/
|
|
1323
|
+
this.path = '/message/CreateStockAllocationRule';
|
|
1296
1324
|
}
|
|
1297
1325
|
}
|
|
1298
1326
|
CoreManagement.CreateStockAllocationRule = CreateStockAllocationRule;
|
|
@@ -1308,7 +1336,7 @@
|
|
|
1308
1336
|
class CreateStockLabel {
|
|
1309
1337
|
constructor() {
|
|
1310
1338
|
this.name = 'CoreManagement:CreateStockLabel';
|
|
1311
|
-
this.path = '/
|
|
1339
|
+
this.path = '/message/CreateStockLabel';
|
|
1312
1340
|
}
|
|
1313
1341
|
}
|
|
1314
1342
|
CoreManagement.CreateStockLabel = CreateStockLabel;
|
|
@@ -1322,7 +1350,7 @@
|
|
|
1322
1350
|
class CreateStockMutationReason {
|
|
1323
1351
|
constructor() {
|
|
1324
1352
|
this.name = 'CoreManagement:CreateStockMutationReason';
|
|
1325
|
-
this.path = '/
|
|
1353
|
+
this.path = '/message/CreateStockMutationReason';
|
|
1326
1354
|
}
|
|
1327
1355
|
}
|
|
1328
1356
|
CoreManagement.CreateStockMutationReason = CreateStockMutationReason;
|
|
@@ -1336,7 +1364,7 @@
|
|
|
1336
1364
|
class CreateSubscription {
|
|
1337
1365
|
constructor() {
|
|
1338
1366
|
this.name = 'CoreManagement:CreateSubscription';
|
|
1339
|
-
this.path = '/
|
|
1367
|
+
this.path = '/message/CreateSubscription';
|
|
1340
1368
|
}
|
|
1341
1369
|
}
|
|
1342
1370
|
CoreManagement.CreateSubscription = CreateSubscription;
|
|
@@ -1350,7 +1378,7 @@
|
|
|
1350
1378
|
class CreateSubscriptionOrganizationUnitSet {
|
|
1351
1379
|
constructor() {
|
|
1352
1380
|
this.name = 'CoreManagement:CreateSubscriptionOrganizationUnitSet';
|
|
1353
|
-
this.path = '/
|
|
1381
|
+
this.path = '/message/CreateSubscriptionOrganizationUnitSet';
|
|
1354
1382
|
}
|
|
1355
1383
|
}
|
|
1356
1384
|
CoreManagement.CreateSubscriptionOrganizationUnitSet = CreateSubscriptionOrganizationUnitSet;
|
|
@@ -1364,7 +1392,7 @@
|
|
|
1364
1392
|
class CreateSupplierProduct {
|
|
1365
1393
|
constructor() {
|
|
1366
1394
|
this.name = 'CoreManagement:CreateSupplierProduct';
|
|
1367
|
-
this.path = '/
|
|
1395
|
+
this.path = '/message/CreateSupplierProduct';
|
|
1368
1396
|
}
|
|
1369
1397
|
}
|
|
1370
1398
|
CoreManagement.CreateSupplierProduct = CreateSupplierProduct;
|
|
@@ -1378,7 +1406,7 @@
|
|
|
1378
1406
|
class CreateUnitOfMeasure {
|
|
1379
1407
|
constructor() {
|
|
1380
1408
|
this.name = 'CoreManagement:CreateUnitOfMeasure';
|
|
1381
|
-
this.path = '/
|
|
1409
|
+
this.path = '/message/CreateUnitOfMeasure';
|
|
1382
1410
|
}
|
|
1383
1411
|
}
|
|
1384
1412
|
CoreManagement.CreateUnitOfMeasure = CreateUnitOfMeasure;
|
|
@@ -1392,7 +1420,7 @@
|
|
|
1392
1420
|
class CreateUnitPriceCorrectionReason {
|
|
1393
1421
|
constructor() {
|
|
1394
1422
|
this.name = 'CoreManagement:CreateUnitPriceCorrectionReason';
|
|
1395
|
-
this.path = '/
|
|
1423
|
+
this.path = '/message/CreateUnitPriceCorrectionReason';
|
|
1396
1424
|
}
|
|
1397
1425
|
}
|
|
1398
1426
|
CoreManagement.CreateUnitPriceCorrectionReason = CreateUnitPriceCorrectionReason;
|
|
@@ -1406,7 +1434,7 @@
|
|
|
1406
1434
|
class CreateUserOrigin {
|
|
1407
1435
|
constructor() {
|
|
1408
1436
|
this.name = 'CoreManagement:CreateUserOrigin';
|
|
1409
|
-
this.path = '/
|
|
1437
|
+
this.path = '/message/CreateUserOrigin';
|
|
1410
1438
|
}
|
|
1411
1439
|
}
|
|
1412
1440
|
CoreManagement.CreateUserOrigin = CreateUserOrigin;
|
|
@@ -1420,7 +1448,7 @@
|
|
|
1420
1448
|
class CreateUserRequirement {
|
|
1421
1449
|
constructor() {
|
|
1422
1450
|
this.name = 'CoreManagement:CreateUserRequirement';
|
|
1423
|
-
this.path = '/
|
|
1451
|
+
this.path = '/message/CreateUserRequirement';
|
|
1424
1452
|
}
|
|
1425
1453
|
}
|
|
1426
1454
|
CoreManagement.CreateUserRequirement = CreateUserRequirement;
|
|
@@ -1434,7 +1462,7 @@
|
|
|
1434
1462
|
class CreateUserRequirementSet {
|
|
1435
1463
|
constructor() {
|
|
1436
1464
|
this.name = 'CoreManagement:CreateUserRequirementSet';
|
|
1437
|
-
this.path = '/
|
|
1465
|
+
this.path = '/message/CreateUserRequirementSet';
|
|
1438
1466
|
}
|
|
1439
1467
|
}
|
|
1440
1468
|
CoreManagement.CreateUserRequirementSet = CreateUserRequirementSet;
|
|
@@ -1448,7 +1476,7 @@
|
|
|
1448
1476
|
class CreateVisibilityGroup {
|
|
1449
1477
|
constructor() {
|
|
1450
1478
|
this.name = 'CoreManagement:CreateVisibilityGroup';
|
|
1451
|
-
this.path = '/
|
|
1479
|
+
this.path = '/message/CreateVisibilityGroup';
|
|
1452
1480
|
}
|
|
1453
1481
|
}
|
|
1454
1482
|
CoreManagement.CreateVisibilityGroup = CreateVisibilityGroup;
|
|
@@ -1462,7 +1490,7 @@
|
|
|
1462
1490
|
class DeleteAccount {
|
|
1463
1491
|
constructor() {
|
|
1464
1492
|
this.name = 'CoreManagement:DeleteAccount';
|
|
1465
|
-
this.path = '/
|
|
1493
|
+
this.path = '/message/DeleteAccount';
|
|
1466
1494
|
}
|
|
1467
1495
|
}
|
|
1468
1496
|
CoreManagement.DeleteAccount = DeleteAccount;
|
|
@@ -1476,7 +1504,7 @@
|
|
|
1476
1504
|
class DeleteAssortment {
|
|
1477
1505
|
constructor() {
|
|
1478
1506
|
this.name = 'CoreManagement:DeleteAssortment';
|
|
1479
|
-
this.path = '/
|
|
1507
|
+
this.path = '/message/DeleteAssortment';
|
|
1480
1508
|
}
|
|
1481
1509
|
}
|
|
1482
1510
|
CoreManagement.DeleteAssortment = DeleteAssortment;
|
|
@@ -1490,7 +1518,7 @@
|
|
|
1490
1518
|
class DeleteCaseBlob {
|
|
1491
1519
|
constructor() {
|
|
1492
1520
|
this.name = 'CoreManagement:DeleteCaseBlob';
|
|
1493
|
-
this.path = '/
|
|
1521
|
+
this.path = '/message/DeleteCaseBlob';
|
|
1494
1522
|
}
|
|
1495
1523
|
}
|
|
1496
1524
|
CoreManagement.DeleteCaseBlob = DeleteCaseBlob;
|
|
@@ -1504,7 +1532,7 @@
|
|
|
1504
1532
|
class DeleteCaseInteraction {
|
|
1505
1533
|
constructor() {
|
|
1506
1534
|
this.name = 'CoreManagement:DeleteCaseInteraction';
|
|
1507
|
-
this.path = '/
|
|
1535
|
+
this.path = '/message/DeleteCaseInteraction';
|
|
1508
1536
|
}
|
|
1509
1537
|
}
|
|
1510
1538
|
CoreManagement.DeleteCaseInteraction = DeleteCaseInteraction;
|
|
@@ -1518,7 +1546,7 @@
|
|
|
1518
1546
|
class DeleteCaseStatus {
|
|
1519
1547
|
constructor() {
|
|
1520
1548
|
this.name = 'CoreManagement:DeleteCaseStatus';
|
|
1521
|
-
this.path = '/
|
|
1549
|
+
this.path = '/message/DeleteCaseStatus';
|
|
1522
1550
|
}
|
|
1523
1551
|
}
|
|
1524
1552
|
CoreManagement.DeleteCaseStatus = DeleteCaseStatus;
|
|
@@ -1532,7 +1560,7 @@
|
|
|
1532
1560
|
class DeleteCaseTopic {
|
|
1533
1561
|
constructor() {
|
|
1534
1562
|
this.name = 'CoreManagement:DeleteCaseTopic';
|
|
1535
|
-
this.path = '/
|
|
1563
|
+
this.path = '/message/DeleteCaseTopic';
|
|
1536
1564
|
}
|
|
1537
1565
|
}
|
|
1538
1566
|
CoreManagement.DeleteCaseTopic = DeleteCaseTopic;
|
|
@@ -1546,7 +1574,7 @@
|
|
|
1546
1574
|
class DeleteCashExpenseType {
|
|
1547
1575
|
constructor() {
|
|
1548
1576
|
this.name = 'CoreManagement:DeleteCashExpenseType';
|
|
1549
|
-
this.path = '/
|
|
1577
|
+
this.path = '/message/DeleteCashExpenseType';
|
|
1550
1578
|
}
|
|
1551
1579
|
}
|
|
1552
1580
|
CoreManagement.DeleteCashExpenseType = DeleteCashExpenseType;
|
|
@@ -1560,7 +1588,7 @@
|
|
|
1560
1588
|
class DeleteCashHandler {
|
|
1561
1589
|
constructor() {
|
|
1562
1590
|
this.name = 'CoreManagement:DeleteCashHandler';
|
|
1563
|
-
this.path = '/
|
|
1591
|
+
this.path = '/message/DeleteCashHandler';
|
|
1564
1592
|
}
|
|
1565
1593
|
}
|
|
1566
1594
|
CoreManagement.DeleteCashHandler = DeleteCashHandler;
|
|
@@ -1574,7 +1602,7 @@
|
|
|
1574
1602
|
class DeleteCheckoutOption {
|
|
1575
1603
|
constructor() {
|
|
1576
1604
|
this.name = 'CoreManagement:DeleteCheckoutOption';
|
|
1577
|
-
this.path = '/
|
|
1605
|
+
this.path = '/message/DeleteCheckoutOption';
|
|
1578
1606
|
}
|
|
1579
1607
|
}
|
|
1580
1608
|
CoreManagement.DeleteCheckoutOption = DeleteCheckoutOption;
|
|
@@ -1588,7 +1616,7 @@
|
|
|
1588
1616
|
class DeleteCheckoutOptionCategory {
|
|
1589
1617
|
constructor() {
|
|
1590
1618
|
this.name = 'CoreManagement:DeleteCheckoutOptionCategory';
|
|
1591
|
-
this.path = '/
|
|
1619
|
+
this.path = '/message/DeleteCheckoutOptionCategory';
|
|
1592
1620
|
}
|
|
1593
1621
|
}
|
|
1594
1622
|
CoreManagement.DeleteCheckoutOptionCategory = DeleteCheckoutOptionCategory;
|
|
@@ -1602,7 +1630,7 @@
|
|
|
1602
1630
|
class DeleteClientApplication {
|
|
1603
1631
|
constructor() {
|
|
1604
1632
|
this.name = 'CoreManagement:DeleteClientApplication';
|
|
1605
|
-
this.path = '/
|
|
1633
|
+
this.path = '/message/DeleteClientApplication';
|
|
1606
1634
|
}
|
|
1607
1635
|
}
|
|
1608
1636
|
CoreManagement.DeleteClientApplication = DeleteClientApplication;
|
|
@@ -1616,7 +1644,7 @@
|
|
|
1616
1644
|
class DeleteCompany {
|
|
1617
1645
|
constructor() {
|
|
1618
1646
|
this.name = 'CoreManagement:DeleteCompany';
|
|
1619
|
-
this.path = '/
|
|
1647
|
+
this.path = '/message/DeleteCompany';
|
|
1620
1648
|
}
|
|
1621
1649
|
}
|
|
1622
1650
|
CoreManagement.DeleteCompany = DeleteCompany;
|
|
@@ -1630,7 +1658,7 @@
|
|
|
1630
1658
|
class DeleteCostPriceCalculation {
|
|
1631
1659
|
constructor() {
|
|
1632
1660
|
this.name = 'CoreManagement:DeleteCostPriceCalculation';
|
|
1633
|
-
this.path = '/
|
|
1661
|
+
this.path = '/message/DeleteCostPriceCalculation';
|
|
1634
1662
|
}
|
|
1635
1663
|
}
|
|
1636
1664
|
CoreManagement.DeleteCostPriceCalculation = DeleteCostPriceCalculation;
|
|
@@ -1644,7 +1672,7 @@
|
|
|
1644
1672
|
class DeleteCulture {
|
|
1645
1673
|
constructor() {
|
|
1646
1674
|
this.name = 'CoreManagement:DeleteCulture';
|
|
1647
|
-
this.path = '/
|
|
1675
|
+
this.path = '/message/DeleteCulture';
|
|
1648
1676
|
}
|
|
1649
1677
|
}
|
|
1650
1678
|
CoreManagement.DeleteCulture = DeleteCulture;
|
|
@@ -1658,7 +1686,7 @@
|
|
|
1658
1686
|
class DeleteCustomField {
|
|
1659
1687
|
constructor() {
|
|
1660
1688
|
this.name = 'CoreManagement:DeleteCustomField';
|
|
1661
|
-
this.path = '/
|
|
1689
|
+
this.path = '/message/DeleteCustomField';
|
|
1662
1690
|
}
|
|
1663
1691
|
}
|
|
1664
1692
|
CoreManagement.DeleteCustomField = DeleteCustomField;
|
|
@@ -1672,7 +1700,7 @@
|
|
|
1672
1700
|
class DeleteDevice {
|
|
1673
1701
|
constructor() {
|
|
1674
1702
|
this.name = 'CoreManagement:DeleteDevice';
|
|
1675
|
-
this.path = '/
|
|
1703
|
+
this.path = '/message/DeleteDevice';
|
|
1676
1704
|
}
|
|
1677
1705
|
}
|
|
1678
1706
|
CoreManagement.DeleteDevice = DeleteDevice;
|
|
@@ -1686,7 +1714,7 @@
|
|
|
1686
1714
|
class DeleteDiscountCampaign {
|
|
1687
1715
|
constructor() {
|
|
1688
1716
|
this.name = 'CoreManagement:DeleteDiscountCampaign';
|
|
1689
|
-
this.path = '/
|
|
1717
|
+
this.path = '/message/DeleteDiscountCampaign';
|
|
1690
1718
|
}
|
|
1691
1719
|
}
|
|
1692
1720
|
CoreManagement.DeleteDiscountCampaign = DeleteDiscountCampaign;
|
|
@@ -1700,7 +1728,7 @@
|
|
|
1700
1728
|
class DeleteDiscountLayer {
|
|
1701
1729
|
constructor() {
|
|
1702
1730
|
this.name = 'CoreManagement:DeleteDiscountLayer';
|
|
1703
|
-
this.path = '/
|
|
1731
|
+
this.path = '/message/DeleteDiscountLayer';
|
|
1704
1732
|
}
|
|
1705
1733
|
}
|
|
1706
1734
|
CoreManagement.DeleteDiscountLayer = DeleteDiscountLayer;
|
|
@@ -1714,7 +1742,7 @@
|
|
|
1714
1742
|
class DeleteDiscountTemplate {
|
|
1715
1743
|
constructor() {
|
|
1716
1744
|
this.name = 'CoreManagement:DeleteDiscountTemplate';
|
|
1717
|
-
this.path = '/
|
|
1745
|
+
this.path = '/message/DeleteDiscountTemplate';
|
|
1718
1746
|
}
|
|
1719
1747
|
}
|
|
1720
1748
|
CoreManagement.DeleteDiscountTemplate = DeleteDiscountTemplate;
|
|
@@ -1728,7 +1756,7 @@
|
|
|
1728
1756
|
class DeleteEmployeeData {
|
|
1729
1757
|
constructor() {
|
|
1730
1758
|
this.name = 'CoreManagement:DeleteEmployeeData';
|
|
1731
|
-
this.path = '/
|
|
1759
|
+
this.path = '/message/DeleteEmployeeData';
|
|
1732
1760
|
}
|
|
1733
1761
|
}
|
|
1734
1762
|
CoreManagement.DeleteEmployeeData = DeleteEmployeeData;
|
|
@@ -1742,7 +1770,7 @@
|
|
|
1742
1770
|
class DeleteFraudItem {
|
|
1743
1771
|
constructor() {
|
|
1744
1772
|
this.name = 'CoreManagement:DeleteFraudItem';
|
|
1745
|
-
this.path = '/
|
|
1773
|
+
this.path = '/message/DeleteFraudItem';
|
|
1746
1774
|
}
|
|
1747
1775
|
}
|
|
1748
1776
|
CoreManagement.DeleteFraudItem = DeleteFraudItem;
|
|
@@ -1756,7 +1784,7 @@
|
|
|
1756
1784
|
class DeleteGiftCardConfiguration {
|
|
1757
1785
|
constructor() {
|
|
1758
1786
|
this.name = 'CoreManagement:DeleteGiftCardConfiguration';
|
|
1759
|
-
this.path = '/
|
|
1787
|
+
this.path = '/message/DeleteGiftCardConfiguration';
|
|
1760
1788
|
}
|
|
1761
1789
|
}
|
|
1762
1790
|
CoreManagement.DeleteGiftCardConfiguration = DeleteGiftCardConfiguration;
|
|
@@ -1770,7 +1798,7 @@
|
|
|
1770
1798
|
class DeleteInquiry {
|
|
1771
1799
|
constructor() {
|
|
1772
1800
|
this.name = 'CoreManagement:DeleteInquiry';
|
|
1773
|
-
this.path = '/
|
|
1801
|
+
this.path = '/message/DeleteInquiry';
|
|
1774
1802
|
}
|
|
1775
1803
|
}
|
|
1776
1804
|
CoreManagement.DeleteInquiry = DeleteInquiry;
|
|
@@ -1784,7 +1812,7 @@
|
|
|
1784
1812
|
class DeleteInquiryItem {
|
|
1785
1813
|
constructor() {
|
|
1786
1814
|
this.name = 'CoreManagement:DeleteInquiryItem';
|
|
1787
|
-
this.path = '/
|
|
1815
|
+
this.path = '/message/DeleteInquiryItem';
|
|
1788
1816
|
}
|
|
1789
1817
|
}
|
|
1790
1818
|
CoreManagement.DeleteInquiryItem = DeleteInquiryItem;
|
|
@@ -1798,7 +1826,7 @@
|
|
|
1798
1826
|
class DeleteLoyaltyProgram {
|
|
1799
1827
|
constructor() {
|
|
1800
1828
|
this.name = 'CoreManagement:DeleteLoyaltyProgram';
|
|
1801
|
-
this.path = '/
|
|
1829
|
+
this.path = '/message/DeleteLoyaltyProgram';
|
|
1802
1830
|
}
|
|
1803
1831
|
}
|
|
1804
1832
|
CoreManagement.DeleteLoyaltyProgram = DeleteLoyaltyProgram;
|
|
@@ -1812,7 +1840,7 @@
|
|
|
1812
1840
|
class DeleteMessageTemplate {
|
|
1813
1841
|
constructor() {
|
|
1814
1842
|
this.name = 'CoreManagement:DeleteMessageTemplate';
|
|
1815
|
-
this.path = '/
|
|
1843
|
+
this.path = '/message/DeleteMessageTemplate';
|
|
1816
1844
|
}
|
|
1817
1845
|
}
|
|
1818
1846
|
CoreManagement.DeleteMessageTemplate = DeleteMessageTemplate;
|
|
@@ -1826,7 +1854,7 @@
|
|
|
1826
1854
|
class DeleteOpenCashDrawerReason {
|
|
1827
1855
|
constructor() {
|
|
1828
1856
|
this.name = 'CoreManagement:DeleteOpenCashDrawerReason';
|
|
1829
|
-
this.path = '/
|
|
1857
|
+
this.path = '/message/DeleteOpenCashDrawerReason';
|
|
1830
1858
|
}
|
|
1831
1859
|
}
|
|
1832
1860
|
CoreManagement.DeleteOpenCashDrawerReason = DeleteOpenCashDrawerReason;
|
|
@@ -1840,7 +1868,7 @@
|
|
|
1840
1868
|
class DeleteOpeningHoursType {
|
|
1841
1869
|
constructor() {
|
|
1842
1870
|
this.name = 'CoreManagement:DeleteOpeningHoursType';
|
|
1843
|
-
this.path = '/
|
|
1871
|
+
this.path = '/message/DeleteOpeningHoursType';
|
|
1844
1872
|
}
|
|
1845
1873
|
}
|
|
1846
1874
|
CoreManagement.DeleteOpeningHoursType = DeleteOpeningHoursType;
|
|
@@ -1854,7 +1882,7 @@
|
|
|
1854
1882
|
class DeleteOrderLedgerType {
|
|
1855
1883
|
constructor() {
|
|
1856
1884
|
this.name = 'CoreManagement:DeleteOrderLedgerType';
|
|
1857
|
-
this.path = '/
|
|
1885
|
+
this.path = '/message/DeleteOrderLedgerType';
|
|
1858
1886
|
}
|
|
1859
1887
|
}
|
|
1860
1888
|
CoreManagement.DeleteOrderLedgerType = DeleteOrderLedgerType;
|
|
@@ -1868,7 +1896,7 @@
|
|
|
1868
1896
|
class DeleteOrganizationUnitCountry {
|
|
1869
1897
|
constructor() {
|
|
1870
1898
|
this.name = 'CoreManagement:DeleteOrganizationUnitCountry';
|
|
1871
|
-
this.path = '/
|
|
1899
|
+
this.path = '/message/DeleteOrganizationUnitCountry';
|
|
1872
1900
|
}
|
|
1873
1901
|
}
|
|
1874
1902
|
CoreManagement.DeleteOrganizationUnitCountry = DeleteOrganizationUnitCountry;
|
|
@@ -1882,7 +1910,7 @@
|
|
|
1882
1910
|
class DeleteOrganizationUnitCurrency {
|
|
1883
1911
|
constructor() {
|
|
1884
1912
|
this.name = 'CoreManagement:DeleteOrganizationUnitCurrency';
|
|
1885
|
-
this.path = '/
|
|
1913
|
+
this.path = '/message/DeleteOrganizationUnitCurrency';
|
|
1886
1914
|
}
|
|
1887
1915
|
}
|
|
1888
1916
|
CoreManagement.DeleteOrganizationUnitCurrency = DeleteOrganizationUnitCurrency;
|
|
@@ -1896,7 +1924,7 @@
|
|
|
1896
1924
|
class DeleteOrganizationUnitGroup {
|
|
1897
1925
|
constructor() {
|
|
1898
1926
|
this.name = 'CoreManagement:DeleteOrganizationUnitGroup';
|
|
1899
|
-
this.path = '/
|
|
1927
|
+
this.path = '/message/DeleteOrganizationUnitGroup';
|
|
1900
1928
|
}
|
|
1901
1929
|
}
|
|
1902
1930
|
CoreManagement.DeleteOrganizationUnitGroup = DeleteOrganizationUnitGroup;
|
|
@@ -1910,7 +1938,7 @@
|
|
|
1910
1938
|
class DeleteOrganizationUnitLanguage {
|
|
1911
1939
|
constructor() {
|
|
1912
1940
|
this.name = 'CoreManagement:DeleteOrganizationUnitLanguage';
|
|
1913
|
-
this.path = '/
|
|
1941
|
+
this.path = '/message/DeleteOrganizationUnitLanguage';
|
|
1914
1942
|
}
|
|
1915
1943
|
}
|
|
1916
1944
|
CoreManagement.DeleteOrganizationUnitLanguage = DeleteOrganizationUnitLanguage;
|
|
@@ -1924,7 +1952,7 @@
|
|
|
1924
1952
|
class DeleteOrganizationUnitOpeningHours {
|
|
1925
1953
|
constructor() {
|
|
1926
1954
|
this.name = 'CoreManagement:DeleteOrganizationUnitOpeningHours';
|
|
1927
|
-
this.path = '/
|
|
1955
|
+
this.path = '/message/DeleteOrganizationUnitOpeningHours';
|
|
1928
1956
|
}
|
|
1929
1957
|
}
|
|
1930
1958
|
CoreManagement.DeleteOrganizationUnitOpeningHours = DeleteOrganizationUnitOpeningHours;
|
|
@@ -1940,7 +1968,7 @@
|
|
|
1940
1968
|
class DeleteOrganizationUnitSet {
|
|
1941
1969
|
constructor() {
|
|
1942
1970
|
this.name = 'CoreManagement:DeleteOrganizationUnitSet';
|
|
1943
|
-
this.path = '/
|
|
1971
|
+
this.path = '/message/DeleteOrganizationUnitSet';
|
|
1944
1972
|
}
|
|
1945
1973
|
}
|
|
1946
1974
|
CoreManagement.DeleteOrganizationUnitSet = DeleteOrganizationUnitSet;
|
|
@@ -1956,7 +1984,7 @@
|
|
|
1956
1984
|
class DeleteOrganizationUnitSetPaymentType {
|
|
1957
1985
|
constructor() {
|
|
1958
1986
|
this.name = 'CoreManagement:DeleteOrganizationUnitSetPaymentType';
|
|
1959
|
-
this.path = '/
|
|
1987
|
+
this.path = '/message/DeleteOrganizationUnitSetPaymentType';
|
|
1960
1988
|
}
|
|
1961
1989
|
}
|
|
1962
1990
|
CoreManagement.DeleteOrganizationUnitSetPaymentType = DeleteOrganizationUnitSetPaymentType;
|
|
@@ -1972,7 +2000,7 @@
|
|
|
1972
2000
|
class DeleteOrganizationUnitSetScope {
|
|
1973
2001
|
constructor() {
|
|
1974
2002
|
this.name = 'CoreManagement:DeleteOrganizationUnitSetScope';
|
|
1975
|
-
this.path = '/
|
|
2003
|
+
this.path = '/message/DeleteOrganizationUnitSetScope';
|
|
1976
2004
|
}
|
|
1977
2005
|
}
|
|
1978
2006
|
CoreManagement.DeleteOrganizationUnitSetScope = DeleteOrganizationUnitSetScope;
|
|
@@ -1986,7 +2014,7 @@
|
|
|
1986
2014
|
class DeleteOrganizationUnitShippingMethod {
|
|
1987
2015
|
constructor() {
|
|
1988
2016
|
this.name = 'CoreManagement:DeleteOrganizationUnitShippingMethod';
|
|
1989
|
-
this.path = '/
|
|
2017
|
+
this.path = '/message/DeleteOrganizationUnitShippingMethod';
|
|
1990
2018
|
}
|
|
1991
2019
|
}
|
|
1992
2020
|
CoreManagement.DeleteOrganizationUnitShippingMethod = DeleteOrganizationUnitShippingMethod;
|
|
@@ -2000,7 +2028,7 @@
|
|
|
2000
2028
|
class DeleteOrganizationUnitSubset {
|
|
2001
2029
|
constructor() {
|
|
2002
2030
|
this.name = 'CoreManagement:DeleteOrganizationUnitSubset';
|
|
2003
|
-
this.path = '/
|
|
2031
|
+
this.path = '/message/DeleteOrganizationUnitSubset';
|
|
2004
2032
|
}
|
|
2005
2033
|
}
|
|
2006
2034
|
CoreManagement.DeleteOrganizationUnitSubset = DeleteOrganizationUnitSubset;
|
|
@@ -2014,7 +2042,7 @@
|
|
|
2014
2042
|
class DeletePackage {
|
|
2015
2043
|
constructor() {
|
|
2016
2044
|
this.name = 'CoreManagement:DeletePackage';
|
|
2017
|
-
this.path = '/
|
|
2045
|
+
this.path = '/message/DeletePackage';
|
|
2018
2046
|
}
|
|
2019
2047
|
}
|
|
2020
2048
|
CoreManagement.DeletePackage = DeletePackage;
|
|
@@ -2028,7 +2056,7 @@
|
|
|
2028
2056
|
class DeletePaymentMethod {
|
|
2029
2057
|
constructor() {
|
|
2030
2058
|
this.name = 'CoreManagement:DeletePaymentMethod';
|
|
2031
|
-
this.path = '/
|
|
2059
|
+
this.path = '/message/DeletePaymentMethod';
|
|
2032
2060
|
}
|
|
2033
2061
|
}
|
|
2034
2062
|
CoreManagement.DeletePaymentMethod = DeletePaymentMethod;
|
|
@@ -2042,7 +2070,7 @@
|
|
|
2042
2070
|
class DeletePaymentTransactionLedgerType {
|
|
2043
2071
|
constructor() {
|
|
2044
2072
|
this.name = 'CoreManagement:DeletePaymentTransactionLedgerType';
|
|
2045
|
-
this.path = '/
|
|
2073
|
+
this.path = '/message/DeletePaymentTransactionLedgerType';
|
|
2046
2074
|
}
|
|
2047
2075
|
}
|
|
2048
2076
|
CoreManagement.DeletePaymentTransactionLedgerType = DeletePaymentTransactionLedgerType;
|
|
@@ -2056,7 +2084,7 @@
|
|
|
2056
2084
|
class DeletePaymentType {
|
|
2057
2085
|
constructor() {
|
|
2058
2086
|
this.name = 'CoreManagement:DeletePaymentType';
|
|
2059
|
-
this.path = '/
|
|
2087
|
+
this.path = '/message/DeletePaymentType';
|
|
2060
2088
|
}
|
|
2061
2089
|
}
|
|
2062
2090
|
CoreManagement.DeletePaymentType = DeletePaymentType;
|
|
@@ -2070,7 +2098,7 @@
|
|
|
2070
2098
|
class DeletePriceListAdjustment {
|
|
2071
2099
|
constructor() {
|
|
2072
2100
|
this.name = 'CoreManagement:DeletePriceListAdjustment';
|
|
2073
|
-
this.path = '/
|
|
2101
|
+
this.path = '/message/DeletePriceListAdjustment';
|
|
2074
2102
|
}
|
|
2075
2103
|
}
|
|
2076
2104
|
CoreManagement.DeletePriceListAdjustment = DeletePriceListAdjustment;
|
|
@@ -2084,7 +2112,7 @@
|
|
|
2084
2112
|
class DeletePriceListManualInputAdjustment {
|
|
2085
2113
|
constructor() {
|
|
2086
2114
|
this.name = 'CoreManagement:DeletePriceListManualInputAdjustment';
|
|
2087
|
-
this.path = '/
|
|
2115
|
+
this.path = '/message/DeletePriceListManualInputAdjustment';
|
|
2088
2116
|
}
|
|
2089
2117
|
}
|
|
2090
2118
|
CoreManagement.DeletePriceListManualInputAdjustment = DeletePriceListManualInputAdjustment;
|
|
@@ -2098,7 +2126,7 @@
|
|
|
2098
2126
|
class DeletePriceListOrganizationUnit {
|
|
2099
2127
|
constructor() {
|
|
2100
2128
|
this.name = 'CoreManagement:DeletePriceListOrganizationUnit';
|
|
2101
|
-
this.path = '/
|
|
2129
|
+
this.path = '/message/DeletePriceListOrganizationUnit';
|
|
2102
2130
|
}
|
|
2103
2131
|
}
|
|
2104
2132
|
CoreManagement.DeletePriceListOrganizationUnit = DeletePriceListOrganizationUnit;
|
|
@@ -2112,7 +2140,7 @@
|
|
|
2112
2140
|
class DeletePriceListUsageType {
|
|
2113
2141
|
constructor() {
|
|
2114
2142
|
this.name = 'CoreManagement:DeletePriceListUsageType';
|
|
2115
|
-
this.path = '/
|
|
2143
|
+
this.path = '/message/DeletePriceListUsageType';
|
|
2116
2144
|
}
|
|
2117
2145
|
}
|
|
2118
2146
|
CoreManagement.DeletePriceListUsageType = DeletePriceListUsageType;
|
|
@@ -2126,7 +2154,7 @@
|
|
|
2126
2154
|
class DeletePrinterType {
|
|
2127
2155
|
constructor() {
|
|
2128
2156
|
this.name = 'CoreManagement:DeletePrinterType';
|
|
2129
|
-
this.path = '/
|
|
2157
|
+
this.path = '/message/DeletePrinterType';
|
|
2130
2158
|
}
|
|
2131
2159
|
}
|
|
2132
2160
|
CoreManagement.DeletePrinterType = DeletePrinterType;
|
|
@@ -2142,7 +2170,7 @@
|
|
|
2142
2170
|
class DeleteProductBarcode {
|
|
2143
2171
|
constructor() {
|
|
2144
2172
|
this.name = 'CoreManagement:DeleteProductBarcode';
|
|
2145
|
-
this.path = '/
|
|
2173
|
+
this.path = '/message/DeleteProductBarcode';
|
|
2146
2174
|
}
|
|
2147
2175
|
}
|
|
2148
2176
|
CoreManagement.DeleteProductBarcode = DeleteProductBarcode;
|
|
@@ -2156,7 +2184,7 @@
|
|
|
2156
2184
|
class DeleteProductGiftCard {
|
|
2157
2185
|
constructor() {
|
|
2158
2186
|
this.name = 'CoreManagement:DeleteProductGiftCard';
|
|
2159
|
-
this.path = '/
|
|
2187
|
+
this.path = '/message/DeleteProductGiftCard';
|
|
2160
2188
|
}
|
|
2161
2189
|
}
|
|
2162
2190
|
CoreManagement.DeleteProductGiftCard = DeleteProductGiftCard;
|
|
@@ -2170,7 +2198,7 @@
|
|
|
2170
2198
|
class DeleteProductRequirement {
|
|
2171
2199
|
constructor() {
|
|
2172
2200
|
this.name = 'CoreManagement:DeleteProductRequirement';
|
|
2173
|
-
this.path = '/
|
|
2201
|
+
this.path = '/message/DeleteProductRequirement';
|
|
2174
2202
|
}
|
|
2175
2203
|
}
|
|
2176
2204
|
CoreManagement.DeleteProductRequirement = DeleteProductRequirement;
|
|
@@ -2184,7 +2212,7 @@
|
|
|
2184
2212
|
class DeleteProductSearchTemplate {
|
|
2185
2213
|
constructor() {
|
|
2186
2214
|
this.name = 'CoreManagement:DeleteProductSearchTemplate';
|
|
2187
|
-
this.path = '/
|
|
2215
|
+
this.path = '/message/DeleteProductSearchTemplate';
|
|
2188
2216
|
}
|
|
2189
2217
|
}
|
|
2190
2218
|
CoreManagement.DeleteProductSearchTemplate = DeleteProductSearchTemplate;
|
|
@@ -2198,7 +2226,7 @@
|
|
|
2198
2226
|
class DeleteProductUnitOfMeasure {
|
|
2199
2227
|
constructor() {
|
|
2200
2228
|
this.name = 'CoreManagement:DeleteProductUnitOfMeasure';
|
|
2201
|
-
this.path = '/
|
|
2229
|
+
this.path = '/message/DeleteProductUnitOfMeasure';
|
|
2202
2230
|
}
|
|
2203
2231
|
}
|
|
2204
2232
|
CoreManagement.DeleteProductUnitOfMeasure = DeleteProductUnitOfMeasure;
|
|
@@ -2212,7 +2240,7 @@
|
|
|
2212
2240
|
class DeleteRefundCorrectionReason {
|
|
2213
2241
|
constructor() {
|
|
2214
2242
|
this.name = 'CoreManagement:DeleteRefundCorrectionReason';
|
|
2215
|
-
this.path = '/
|
|
2243
|
+
this.path = '/message/DeleteRefundCorrectionReason';
|
|
2216
2244
|
}
|
|
2217
2245
|
}
|
|
2218
2246
|
CoreManagement.DeleteRefundCorrectionReason = DeleteRefundCorrectionReason;
|
|
@@ -2226,7 +2254,7 @@
|
|
|
2226
2254
|
class DeleteReturnReason {
|
|
2227
2255
|
constructor() {
|
|
2228
2256
|
this.name = 'CoreManagement:DeleteReturnReason';
|
|
2229
|
-
this.path = '/
|
|
2257
|
+
this.path = '/message/DeleteReturnReason';
|
|
2230
2258
|
}
|
|
2231
2259
|
}
|
|
2232
2260
|
CoreManagement.DeleteReturnReason = DeleteReturnReason;
|
|
@@ -2240,7 +2268,7 @@
|
|
|
2240
2268
|
class DeleteRole {
|
|
2241
2269
|
constructor() {
|
|
2242
2270
|
this.name = 'CoreManagement:DeleteRole';
|
|
2243
|
-
this.path = '/
|
|
2271
|
+
this.path = '/message/DeleteRole';
|
|
2244
2272
|
}
|
|
2245
2273
|
}
|
|
2246
2274
|
CoreManagement.DeleteRole = DeleteRole;
|
|
@@ -2254,7 +2282,7 @@
|
|
|
2254
2282
|
class DeleteRoleSet {
|
|
2255
2283
|
constructor() {
|
|
2256
2284
|
this.name = 'CoreManagement:DeleteRoleSet';
|
|
2257
|
-
this.path = '/
|
|
2285
|
+
this.path = '/message/DeleteRoleSet';
|
|
2258
2286
|
}
|
|
2259
2287
|
}
|
|
2260
2288
|
CoreManagement.DeleteRoleSet = DeleteRoleSet;
|
|
@@ -2268,7 +2296,7 @@
|
|
|
2268
2296
|
class DeleteShippingCost {
|
|
2269
2297
|
constructor() {
|
|
2270
2298
|
this.name = 'CoreManagement:DeleteShippingCost';
|
|
2271
|
-
this.path = '/
|
|
2299
|
+
this.path = '/message/DeleteShippingCost';
|
|
2272
2300
|
}
|
|
2273
2301
|
}
|
|
2274
2302
|
CoreManagement.DeleteShippingCost = DeleteShippingCost;
|
|
@@ -2282,7 +2310,7 @@
|
|
|
2282
2310
|
class DeleteShippingMethodTransportationTime {
|
|
2283
2311
|
constructor() {
|
|
2284
2312
|
this.name = 'CoreManagement:DeleteShippingMethodTransportationTime';
|
|
2285
|
-
this.path = '/
|
|
2313
|
+
this.path = '/message/DeleteShippingMethodTransportationTime';
|
|
2286
2314
|
}
|
|
2287
2315
|
}
|
|
2288
2316
|
CoreManagement.DeleteShippingMethodTransportationTime = DeleteShippingMethodTransportationTime;
|
|
@@ -2296,7 +2324,7 @@
|
|
|
2296
2324
|
class DeleteShippingRestriction {
|
|
2297
2325
|
constructor() {
|
|
2298
2326
|
this.name = 'CoreManagement:DeleteShippingRestriction';
|
|
2299
|
-
this.path = '/
|
|
2327
|
+
this.path = '/message/DeleteShippingRestriction';
|
|
2300
2328
|
}
|
|
2301
2329
|
}
|
|
2302
2330
|
CoreManagement.DeleteShippingRestriction = DeleteShippingRestriction;
|
|
@@ -2310,7 +2338,7 @@
|
|
|
2310
2338
|
class DeleteStation {
|
|
2311
2339
|
constructor() {
|
|
2312
2340
|
this.name = 'CoreManagement:DeleteStation';
|
|
2313
|
-
this.path = '/
|
|
2341
|
+
this.path = '/message/DeleteStation';
|
|
2314
2342
|
}
|
|
2315
2343
|
}
|
|
2316
2344
|
CoreManagement.DeleteStation = DeleteStation;
|
|
@@ -2324,7 +2352,7 @@
|
|
|
2324
2352
|
class DeleteStockAllocationRule {
|
|
2325
2353
|
constructor() {
|
|
2326
2354
|
this.name = 'CoreManagement:DeleteStockAllocationRule';
|
|
2327
|
-
this.path = '/
|
|
2355
|
+
this.path = '/message/DeleteStockAllocationRule';
|
|
2328
2356
|
}
|
|
2329
2357
|
}
|
|
2330
2358
|
CoreManagement.DeleteStockAllocationRule = DeleteStockAllocationRule;
|
|
@@ -2338,7 +2366,7 @@
|
|
|
2338
2366
|
class DeleteStockMutationReason {
|
|
2339
2367
|
constructor() {
|
|
2340
2368
|
this.name = 'CoreManagement:DeleteStockMutationReason';
|
|
2341
|
-
this.path = '/
|
|
2369
|
+
this.path = '/message/DeleteStockMutationReason';
|
|
2342
2370
|
}
|
|
2343
2371
|
}
|
|
2344
2372
|
CoreManagement.DeleteStockMutationReason = DeleteStockMutationReason;
|
|
@@ -2352,7 +2380,7 @@
|
|
|
2352
2380
|
class DeleteSubscription {
|
|
2353
2381
|
constructor() {
|
|
2354
2382
|
this.name = 'CoreManagement:DeleteSubscription';
|
|
2355
|
-
this.path = '/
|
|
2383
|
+
this.path = '/message/DeleteSubscription';
|
|
2356
2384
|
}
|
|
2357
2385
|
}
|
|
2358
2386
|
CoreManagement.DeleteSubscription = DeleteSubscription;
|
|
@@ -2366,7 +2394,7 @@
|
|
|
2366
2394
|
class DeleteSubscriptionOrganizationUnitSet {
|
|
2367
2395
|
constructor() {
|
|
2368
2396
|
this.name = 'CoreManagement:DeleteSubscriptionOrganizationUnitSet';
|
|
2369
|
-
this.path = '/
|
|
2397
|
+
this.path = '/message/DeleteSubscriptionOrganizationUnitSet';
|
|
2370
2398
|
}
|
|
2371
2399
|
}
|
|
2372
2400
|
CoreManagement.DeleteSubscriptionOrganizationUnitSet = DeleteSubscriptionOrganizationUnitSet;
|
|
@@ -2380,7 +2408,7 @@
|
|
|
2380
2408
|
class DeleteSupplierProduct {
|
|
2381
2409
|
constructor() {
|
|
2382
2410
|
this.name = 'CoreManagement:DeleteSupplierProduct';
|
|
2383
|
-
this.path = '/
|
|
2411
|
+
this.path = '/message/DeleteSupplierProduct';
|
|
2384
2412
|
}
|
|
2385
2413
|
}
|
|
2386
2414
|
CoreManagement.DeleteSupplierProduct = DeleteSupplierProduct;
|
|
@@ -2394,7 +2422,7 @@
|
|
|
2394
2422
|
class DeleteUnitOfMeasure {
|
|
2395
2423
|
constructor() {
|
|
2396
2424
|
this.name = 'CoreManagement:DeleteUnitOfMeasure';
|
|
2397
|
-
this.path = '/
|
|
2425
|
+
this.path = '/message/DeleteUnitOfMeasure';
|
|
2398
2426
|
}
|
|
2399
2427
|
}
|
|
2400
2428
|
CoreManagement.DeleteUnitOfMeasure = DeleteUnitOfMeasure;
|
|
@@ -2408,7 +2436,7 @@
|
|
|
2408
2436
|
class DeleteUnitPriceCorrectionReason {
|
|
2409
2437
|
constructor() {
|
|
2410
2438
|
this.name = 'CoreManagement:DeleteUnitPriceCorrectionReason';
|
|
2411
|
-
this.path = '/
|
|
2439
|
+
this.path = '/message/DeleteUnitPriceCorrectionReason';
|
|
2412
2440
|
}
|
|
2413
2441
|
}
|
|
2414
2442
|
CoreManagement.DeleteUnitPriceCorrectionReason = DeleteUnitPriceCorrectionReason;
|
|
@@ -2424,7 +2452,7 @@
|
|
|
2424
2452
|
class DeleteUnprocessedPaymentSettlementFile {
|
|
2425
2453
|
constructor() {
|
|
2426
2454
|
this.name = 'CoreManagement:DeleteUnprocessedPaymentSettlementFile';
|
|
2427
|
-
this.path = '/
|
|
2455
|
+
this.path = '/message/DeleteUnprocessedPaymentSettlementFile';
|
|
2428
2456
|
}
|
|
2429
2457
|
}
|
|
2430
2458
|
CoreManagement.DeleteUnprocessedPaymentSettlementFile = DeleteUnprocessedPaymentSettlementFile;
|
|
@@ -2438,7 +2466,7 @@
|
|
|
2438
2466
|
class DeleteUserOrigin {
|
|
2439
2467
|
constructor() {
|
|
2440
2468
|
this.name = 'CoreManagement:DeleteUserOrigin';
|
|
2441
|
-
this.path = '/
|
|
2469
|
+
this.path = '/message/DeleteUserOrigin';
|
|
2442
2470
|
}
|
|
2443
2471
|
}
|
|
2444
2472
|
CoreManagement.DeleteUserOrigin = DeleteUserOrigin;
|
|
@@ -2452,7 +2480,7 @@
|
|
|
2452
2480
|
class DeleteUserRequirement {
|
|
2453
2481
|
constructor() {
|
|
2454
2482
|
this.name = 'CoreManagement:DeleteUserRequirement';
|
|
2455
|
-
this.path = '/
|
|
2483
|
+
this.path = '/message/DeleteUserRequirement';
|
|
2456
2484
|
}
|
|
2457
2485
|
}
|
|
2458
2486
|
CoreManagement.DeleteUserRequirement = DeleteUserRequirement;
|
|
@@ -2466,7 +2494,7 @@
|
|
|
2466
2494
|
class DeleteUserRequirementSet {
|
|
2467
2495
|
constructor() {
|
|
2468
2496
|
this.name = 'CoreManagement:DeleteUserRequirementSet';
|
|
2469
|
-
this.path = '/
|
|
2497
|
+
this.path = '/message/DeleteUserRequirementSet';
|
|
2470
2498
|
}
|
|
2471
2499
|
}
|
|
2472
2500
|
CoreManagement.DeleteUserRequirementSet = DeleteUserRequirementSet;
|
|
@@ -2480,7 +2508,7 @@
|
|
|
2480
2508
|
class DeleteVisibilityGroup {
|
|
2481
2509
|
constructor() {
|
|
2482
2510
|
this.name = 'CoreManagement:DeleteVisibilityGroup';
|
|
2483
|
-
this.path = '/
|
|
2511
|
+
this.path = '/message/DeleteVisibilityGroup';
|
|
2484
2512
|
}
|
|
2485
2513
|
}
|
|
2486
2514
|
CoreManagement.DeleteVisibilityGroup = DeleteVisibilityGroup;
|
|
@@ -2494,10 +2522,24 @@
|
|
|
2494
2522
|
class DeleteVisibilityGroupConfiguration {
|
|
2495
2523
|
constructor() {
|
|
2496
2524
|
this.name = 'CoreManagement:DeleteVisibilityGroupConfiguration';
|
|
2497
|
-
this.path = '/
|
|
2525
|
+
this.path = '/message/DeleteVisibilityGroupConfiguration';
|
|
2498
2526
|
}
|
|
2499
2527
|
}
|
|
2500
2528
|
CoreManagement.DeleteVisibilityGroupConfiguration = DeleteVisibilityGroupConfiguration;
|
|
2529
|
+
/**
|
|
2530
|
+
* Depos. Must be at least 1.
|
|
2531
|
+
*
|
|
2532
|
+
* @export
|
|
2533
|
+
* @class DepositLoyaltyPoints
|
|
2534
|
+
* @implements {EvaService}
|
|
2535
|
+
*/
|
|
2536
|
+
class DepositLoyaltyPoints {
|
|
2537
|
+
constructor() {
|
|
2538
|
+
this.name = 'CoreManagement:DepositLoyaltyPoints';
|
|
2539
|
+
this.path = '/message/DepositLoyaltyPoints';
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
CoreManagement.DepositLoyaltyPoints = DepositLoyaltyPoints;
|
|
2501
2543
|
/**
|
|
2502
2544
|
* Detaches functionalities from a role.
|
|
2503
2545
|
*
|
|
@@ -2508,7 +2550,7 @@
|
|
|
2508
2550
|
class DetachFunctionalitiesFromRole {
|
|
2509
2551
|
constructor() {
|
|
2510
2552
|
this.name = 'CoreManagement:DetachFunctionalitiesFromRole';
|
|
2511
|
-
this.path = '/
|
|
2553
|
+
this.path = '/message/DetachFunctionalitiesFromRole';
|
|
2512
2554
|
}
|
|
2513
2555
|
}
|
|
2514
2556
|
CoreManagement.DetachFunctionalitiesFromRole = DetachFunctionalitiesFromRole;
|
|
@@ -2522,10 +2564,24 @@
|
|
|
2522
2564
|
class DisableDiscounts {
|
|
2523
2565
|
constructor() {
|
|
2524
2566
|
this.name = 'CoreManagement:DisableDiscounts';
|
|
2525
|
-
this.path = '/
|
|
2567
|
+
this.path = '/message/DisableDiscounts';
|
|
2526
2568
|
}
|
|
2527
2569
|
}
|
|
2528
2570
|
CoreManagement.DisableDiscounts = DisableDiscounts;
|
|
2571
|
+
/**
|
|
2572
|
+
* Disable a point awarding rule
|
|
2573
|
+
*
|
|
2574
|
+
* @export
|
|
2575
|
+
* @class DisablePointAwardingRule
|
|
2576
|
+
* @implements {EvaService}
|
|
2577
|
+
*/
|
|
2578
|
+
class DisablePointAwardingRule {
|
|
2579
|
+
constructor() {
|
|
2580
|
+
this.name = 'CoreManagement:DisablePointAwardingRule';
|
|
2581
|
+
this.path = '/message/DisablePointAwardingRule';
|
|
2582
|
+
}
|
|
2583
|
+
}
|
|
2584
|
+
CoreManagement.DisablePointAwardingRule = DisablePointAwardingRule;
|
|
2529
2585
|
/**
|
|
2530
2586
|
* Returns an Excel file that contains all products in an assortment, which can then be updated and reuploaded using UploadAssortmentProducts.
|
|
2531
2587
|
*
|
|
@@ -2536,7 +2592,7 @@
|
|
|
2536
2592
|
class DownloadAssortmentProducts {
|
|
2537
2593
|
constructor() {
|
|
2538
2594
|
this.name = 'CoreManagement:DownloadAssortmentProducts';
|
|
2539
|
-
this.path = '/
|
|
2595
|
+
this.path = '/message/DownloadAssortmentProducts';
|
|
2540
2596
|
}
|
|
2541
2597
|
}
|
|
2542
2598
|
CoreManagement.DownloadAssortmentProducts = DownloadAssortmentProducts;
|
|
@@ -2550,7 +2606,7 @@
|
|
|
2550
2606
|
class DownloadCouponExcelTemplate {
|
|
2551
2607
|
constructor() {
|
|
2552
2608
|
this.name = 'CoreManagement:DownloadCouponExcelTemplate';
|
|
2553
|
-
this.path = '/
|
|
2609
|
+
this.path = '/message/DownloadCouponExcelTemplate';
|
|
2554
2610
|
}
|
|
2555
2611
|
}
|
|
2556
2612
|
CoreManagement.DownloadCouponExcelTemplate = DownloadCouponExcelTemplate;
|
|
@@ -2564,7 +2620,7 @@
|
|
|
2564
2620
|
class DownloadCustomersSample {
|
|
2565
2621
|
constructor() {
|
|
2566
2622
|
this.name = 'CoreManagement:DownloadCustomersSample';
|
|
2567
|
-
this.path = '/
|
|
2623
|
+
this.path = '/message/DownloadCustomersSample';
|
|
2568
2624
|
}
|
|
2569
2625
|
}
|
|
2570
2626
|
CoreManagement.DownloadCustomersSample = DownloadCustomersSample;
|
|
@@ -2578,7 +2634,7 @@
|
|
|
2578
2634
|
class DownloadEmployeesSample {
|
|
2579
2635
|
constructor() {
|
|
2580
2636
|
this.name = 'CoreManagement:DownloadEmployeesSample';
|
|
2581
|
-
this.path = '/
|
|
2637
|
+
this.path = '/message/DownloadEmployeesSample';
|
|
2582
2638
|
}
|
|
2583
2639
|
}
|
|
2584
2640
|
CoreManagement.DownloadEmployeesSample = DownloadEmployeesSample;
|
|
@@ -2592,7 +2648,7 @@
|
|
|
2592
2648
|
class DownloadFraudItems {
|
|
2593
2649
|
constructor() {
|
|
2594
2650
|
this.name = 'CoreManagement:DownloadFraudItems';
|
|
2595
|
-
this.path = '/
|
|
2651
|
+
this.path = '/message/DownloadFraudItems';
|
|
2596
2652
|
}
|
|
2597
2653
|
}
|
|
2598
2654
|
CoreManagement.DownloadFraudItems = DownloadFraudItems;
|
|
@@ -2606,7 +2662,7 @@
|
|
|
2606
2662
|
class DownloadInitialInventorySample {
|
|
2607
2663
|
constructor() {
|
|
2608
2664
|
this.name = 'CoreManagement:DownloadInitialInventorySample';
|
|
2609
|
-
this.path = '/
|
|
2665
|
+
this.path = '/message/DownloadInitialInventorySample';
|
|
2610
2666
|
}
|
|
2611
2667
|
}
|
|
2612
2668
|
CoreManagement.DownloadInitialInventorySample = DownloadInitialInventorySample;
|
|
@@ -2620,7 +2676,7 @@
|
|
|
2620
2676
|
class DownloadPaymentSettlementFileResult {
|
|
2621
2677
|
constructor() {
|
|
2622
2678
|
this.name = 'CoreManagement:DownloadPaymentSettlementFileResult';
|
|
2623
|
-
this.path = '/
|
|
2679
|
+
this.path = '/message/DownloadPaymentSettlementFileResult';
|
|
2624
2680
|
}
|
|
2625
2681
|
}
|
|
2626
2682
|
CoreManagement.DownloadPaymentSettlementFileResult = DownloadPaymentSettlementFileResult;
|
|
@@ -2634,7 +2690,7 @@
|
|
|
2634
2690
|
class DownloadPriceListManualInputAdjustments {
|
|
2635
2691
|
constructor() {
|
|
2636
2692
|
this.name = 'CoreManagement:DownloadPriceListManualInputAdjustments';
|
|
2637
|
-
this.path = '/
|
|
2693
|
+
this.path = '/message/DownloadPriceListManualInputAdjustments';
|
|
2638
2694
|
}
|
|
2639
2695
|
}
|
|
2640
2696
|
CoreManagement.DownloadPriceListManualInputAdjustments = DownloadPriceListManualInputAdjustments;
|
|
@@ -2648,7 +2704,7 @@
|
|
|
2648
2704
|
class DownloadPriceListManualInputAdjustmentsSample {
|
|
2649
2705
|
constructor() {
|
|
2650
2706
|
this.name = 'CoreManagement:DownloadPriceListManualInputAdjustmentsSample';
|
|
2651
|
-
this.path = '/
|
|
2707
|
+
this.path = '/message/DownloadPriceListManualInputAdjustmentsSample';
|
|
2652
2708
|
}
|
|
2653
2709
|
}
|
|
2654
2710
|
CoreManagement.DownloadPriceListManualInputAdjustmentsSample = DownloadPriceListManualInputAdjustmentsSample;
|
|
@@ -2662,7 +2718,7 @@
|
|
|
2662
2718
|
class DownloadShippingRestrictions {
|
|
2663
2719
|
constructor() {
|
|
2664
2720
|
this.name = 'CoreManagement:DownloadShippingRestrictions';
|
|
2665
|
-
this.path = '/
|
|
2721
|
+
this.path = '/message/DownloadShippingRestrictions';
|
|
2666
2722
|
}
|
|
2667
2723
|
}
|
|
2668
2724
|
CoreManagement.DownloadShippingRestrictions = DownloadShippingRestrictions;
|
|
@@ -2676,7 +2732,7 @@
|
|
|
2676
2732
|
class DownloadStockAllocationRulesExcel {
|
|
2677
2733
|
constructor() {
|
|
2678
2734
|
this.name = 'CoreManagement:DownloadStockAllocationRulesExcel';
|
|
2679
|
-
this.path = '/
|
|
2735
|
+
this.path = '/message/DownloadStockAllocationRulesExcel';
|
|
2680
2736
|
}
|
|
2681
2737
|
}
|
|
2682
2738
|
CoreManagement.DownloadStockAllocationRulesExcel = DownloadStockAllocationRulesExcel;
|
|
@@ -2690,7 +2746,7 @@
|
|
|
2690
2746
|
class DownloadSupplierProducts {
|
|
2691
2747
|
constructor() {
|
|
2692
2748
|
this.name = 'CoreManagement:DownloadSupplierProducts';
|
|
2693
|
-
this.path = '/
|
|
2749
|
+
this.path = '/message/DownloadSupplierProducts';
|
|
2694
2750
|
}
|
|
2695
2751
|
}
|
|
2696
2752
|
CoreManagement.DownloadSupplierProducts = DownloadSupplierProducts;
|
|
@@ -2704,7 +2760,7 @@
|
|
|
2704
2760
|
class DownloadSupplierProductsBarcodes {
|
|
2705
2761
|
constructor() {
|
|
2706
2762
|
this.name = 'CoreManagement:DownloadSupplierProductsBarcodes';
|
|
2707
|
-
this.path = '/
|
|
2763
|
+
this.path = '/message/DownloadSupplierProductsBarcodes';
|
|
2708
2764
|
}
|
|
2709
2765
|
}
|
|
2710
2766
|
CoreManagement.DownloadSupplierProductsBarcodes = DownloadSupplierProductsBarcodes;
|
|
@@ -2718,7 +2774,7 @@
|
|
|
2718
2774
|
class DownloadSupplierProductsBarcodesSample {
|
|
2719
2775
|
constructor() {
|
|
2720
2776
|
this.name = 'CoreManagement:DownloadSupplierProductsBarcodesSample';
|
|
2721
|
-
this.path = '/
|
|
2777
|
+
this.path = '/message/DownloadSupplierProductsBarcodesSample';
|
|
2722
2778
|
}
|
|
2723
2779
|
}
|
|
2724
2780
|
CoreManagement.DownloadSupplierProductsBarcodesSample = DownloadSupplierProductsBarcodesSample;
|
|
@@ -2732,7 +2788,7 @@
|
|
|
2732
2788
|
class DownloadSupplierProductsPricing {
|
|
2733
2789
|
constructor() {
|
|
2734
2790
|
this.name = 'CoreManagement:DownloadSupplierProductsPricing';
|
|
2735
|
-
this.path = '/
|
|
2791
|
+
this.path = '/message/DownloadSupplierProductsPricing';
|
|
2736
2792
|
}
|
|
2737
2793
|
}
|
|
2738
2794
|
CoreManagement.DownloadSupplierProductsPricing = DownloadSupplierProductsPricing;
|
|
@@ -2746,7 +2802,7 @@
|
|
|
2746
2802
|
class DownloadSupplierProductsPricingSample {
|
|
2747
2803
|
constructor() {
|
|
2748
2804
|
this.name = 'CoreManagement:DownloadSupplierProductsPricingSample';
|
|
2749
|
-
this.path = '/
|
|
2805
|
+
this.path = '/message/DownloadSupplierProductsPricingSample';
|
|
2750
2806
|
}
|
|
2751
2807
|
}
|
|
2752
2808
|
CoreManagement.DownloadSupplierProductsPricingSample = DownloadSupplierProductsPricingSample;
|
|
@@ -2760,7 +2816,7 @@
|
|
|
2760
2816
|
class DownloadSupplierProductsSample {
|
|
2761
2817
|
constructor() {
|
|
2762
2818
|
this.name = 'CoreManagement:DownloadSupplierProductsSample';
|
|
2763
|
-
this.path = '/
|
|
2819
|
+
this.path = '/message/DownloadSupplierProductsSample';
|
|
2764
2820
|
}
|
|
2765
2821
|
}
|
|
2766
2822
|
CoreManagement.DownloadSupplierProductsSample = DownloadSupplierProductsSample;
|
|
@@ -2774,7 +2830,7 @@
|
|
|
2774
2830
|
class DownloadSupplierProductsStock {
|
|
2775
2831
|
constructor() {
|
|
2776
2832
|
this.name = 'CoreManagement:DownloadSupplierProductsStock';
|
|
2777
|
-
this.path = '/
|
|
2833
|
+
this.path = '/message/DownloadSupplierProductsStock';
|
|
2778
2834
|
}
|
|
2779
2835
|
}
|
|
2780
2836
|
CoreManagement.DownloadSupplierProductsStock = DownloadSupplierProductsStock;
|
|
@@ -2788,7 +2844,7 @@
|
|
|
2788
2844
|
class DownloadSupplierProductsStockSample {
|
|
2789
2845
|
constructor() {
|
|
2790
2846
|
this.name = 'CoreManagement:DownloadSupplierProductsStockSample';
|
|
2791
|
-
this.path = '/
|
|
2847
|
+
this.path = '/message/DownloadSupplierProductsStockSample';
|
|
2792
2848
|
}
|
|
2793
2849
|
}
|
|
2794
2850
|
CoreManagement.DownloadSupplierProductsStockSample = DownloadSupplierProductsStockSample;
|
|
@@ -2802,7 +2858,7 @@
|
|
|
2802
2858
|
class DownloadTaxCodesExcel {
|
|
2803
2859
|
constructor() {
|
|
2804
2860
|
this.name = 'CoreManagement:DownloadTaxCodesExcel';
|
|
2805
|
-
this.path = '/
|
|
2861
|
+
this.path = '/message/DownloadTaxCodesExcel';
|
|
2806
2862
|
}
|
|
2807
2863
|
}
|
|
2808
2864
|
CoreManagement.DownloadTaxCodesExcel = DownloadTaxCodesExcel;
|
|
@@ -2816,7 +2872,7 @@
|
|
|
2816
2872
|
class DownloadTaxRateExcel {
|
|
2817
2873
|
constructor() {
|
|
2818
2874
|
this.name = 'CoreManagement:DownloadTaxRateExcel';
|
|
2819
|
-
this.path = '/
|
|
2875
|
+
this.path = '/message/DownloadTaxRateExcel';
|
|
2820
2876
|
}
|
|
2821
2877
|
}
|
|
2822
2878
|
CoreManagement.DownloadTaxRateExcel = DownloadTaxRateExcel;
|
|
@@ -2831,7 +2887,7 @@
|
|
|
2831
2887
|
class DuplicateDiscount {
|
|
2832
2888
|
constructor() {
|
|
2833
2889
|
this.name = 'CoreManagement:DuplicateDiscount';
|
|
2834
|
-
this.path = '/
|
|
2890
|
+
this.path = '/message/DuplicateDiscount';
|
|
2835
2891
|
}
|
|
2836
2892
|
}
|
|
2837
2893
|
CoreManagement.DuplicateDiscount = DuplicateDiscount;
|
|
@@ -2845,7 +2901,7 @@
|
|
|
2845
2901
|
class DuplicateDiscountTemplate {
|
|
2846
2902
|
constructor() {
|
|
2847
2903
|
this.name = 'CoreManagement:DuplicateDiscountTemplate';
|
|
2848
|
-
this.path = '/
|
|
2904
|
+
this.path = '/message/DuplicateDiscountTemplate';
|
|
2849
2905
|
}
|
|
2850
2906
|
}
|
|
2851
2907
|
CoreManagement.DuplicateDiscountTemplate = DuplicateDiscountTemplate;
|
|
@@ -2859,7 +2915,7 @@
|
|
|
2859
2915
|
class DuplicateUserRequirementSet {
|
|
2860
2916
|
constructor() {
|
|
2861
2917
|
this.name = 'CoreManagement:DuplicateUserRequirementSet';
|
|
2862
|
-
this.path = '/
|
|
2918
|
+
this.path = '/message/DuplicateUserRequirementSet';
|
|
2863
2919
|
}
|
|
2864
2920
|
}
|
|
2865
2921
|
CoreManagement.DuplicateUserRequirementSet = DuplicateUserRequirementSet;
|
|
@@ -2873,10 +2929,24 @@
|
|
|
2873
2929
|
class EnableDiscounts {
|
|
2874
2930
|
constructor() {
|
|
2875
2931
|
this.name = 'CoreManagement:EnableDiscounts';
|
|
2876
|
-
this.path = '/
|
|
2932
|
+
this.path = '/message/EnableDiscounts';
|
|
2877
2933
|
}
|
|
2878
2934
|
}
|
|
2879
2935
|
CoreManagement.EnableDiscounts = EnableDiscounts;
|
|
2936
|
+
/**
|
|
2937
|
+
* Enable a point awarding rule
|
|
2938
|
+
*
|
|
2939
|
+
* @export
|
|
2940
|
+
* @class EnablePointAwardingRule
|
|
2941
|
+
* @implements {EvaService}
|
|
2942
|
+
*/
|
|
2943
|
+
class EnablePointAwardingRule {
|
|
2944
|
+
constructor() {
|
|
2945
|
+
this.name = 'CoreManagement:EnablePointAwardingRule';
|
|
2946
|
+
this.path = '/message/EnablePointAwardingRule';
|
|
2947
|
+
}
|
|
2948
|
+
}
|
|
2949
|
+
CoreManagement.EnablePointAwardingRule = EnablePointAwardingRule;
|
|
2880
2950
|
/**
|
|
2881
2951
|
* Export all Employees with their roles in an excel file
|
|
2882
2952
|
*
|
|
@@ -2887,7 +2957,7 @@
|
|
|
2887
2957
|
class ExportEmployeeRoles {
|
|
2888
2958
|
constructor() {
|
|
2889
2959
|
this.name = 'CoreManagement:ExportEmployeeRoles';
|
|
2890
|
-
this.path = '/
|
|
2960
|
+
this.path = '/message/ExportEmployeeRoles';
|
|
2891
2961
|
}
|
|
2892
2962
|
}
|
|
2893
2963
|
CoreManagement.ExportEmployeeRoles = ExportEmployeeRoles;
|
|
@@ -2901,7 +2971,7 @@
|
|
|
2901
2971
|
class ExportGeneralLedgerSummaryToExcel {
|
|
2902
2972
|
constructor() {
|
|
2903
2973
|
this.name = 'CoreManagement:ExportGeneralLedgerSummaryToExcel';
|
|
2904
|
-
this.path = '/
|
|
2974
|
+
this.path = '/message/ExportGeneralLedgerSummaryToExcel';
|
|
2905
2975
|
}
|
|
2906
2976
|
}
|
|
2907
2977
|
CoreManagement.ExportGeneralLedgerSummaryToExcel = ExportGeneralLedgerSummaryToExcel;
|
|
@@ -2915,7 +2985,7 @@
|
|
|
2915
2985
|
class ExportProductCostPriceLedgerSummary {
|
|
2916
2986
|
constructor() {
|
|
2917
2987
|
this.name = 'CoreManagement:ExportProductCostPriceLedgerSummary';
|
|
2918
|
-
this.path = '/
|
|
2988
|
+
this.path = '/message/ExportProductCostPriceLedgerSummary';
|
|
2919
2989
|
}
|
|
2920
2990
|
}
|
|
2921
2991
|
CoreManagement.ExportProductCostPriceLedgerSummary = ExportProductCostPriceLedgerSummary;
|
|
@@ -2929,7 +2999,7 @@
|
|
|
2929
2999
|
class ExportSettings {
|
|
2930
3000
|
constructor() {
|
|
2931
3001
|
this.name = 'CoreManagement:ExportSettings';
|
|
2932
|
-
this.path = '/
|
|
3002
|
+
this.path = '/message/ExportSettings';
|
|
2933
3003
|
}
|
|
2934
3004
|
}
|
|
2935
3005
|
CoreManagement.ExportSettings = ExportSettings;
|
|
@@ -2943,7 +3013,7 @@
|
|
|
2943
3013
|
class ExportStockMutationSummary {
|
|
2944
3014
|
constructor() {
|
|
2945
3015
|
this.name = 'CoreManagement:ExportStockMutationSummary';
|
|
2946
|
-
this.path = '/
|
|
3016
|
+
this.path = '/message/ExportStockMutationSummary';
|
|
2947
3017
|
}
|
|
2948
3018
|
}
|
|
2949
3019
|
CoreManagement.ExportStockMutationSummary = ExportStockMutationSummary;
|
|
@@ -2957,7 +3027,7 @@
|
|
|
2957
3027
|
class ExportUnshippedPurchaseOrdersToExcel {
|
|
2958
3028
|
constructor() {
|
|
2959
3029
|
this.name = 'CoreManagement:ExportUnshippedPurchaseOrdersToExcel';
|
|
2960
|
-
this.path = '/
|
|
3030
|
+
this.path = '/message/ExportUnshippedPurchaseOrdersToExcel';
|
|
2961
3031
|
}
|
|
2962
3032
|
}
|
|
2963
3033
|
CoreManagement.ExportUnshippedPurchaseOrdersToExcel = ExportUnshippedPurchaseOrdersToExcel;
|
|
@@ -2971,7 +3041,7 @@
|
|
|
2971
3041
|
class ExportUserSubscriptions {
|
|
2972
3042
|
constructor() {
|
|
2973
3043
|
this.name = 'CoreManagement:ExportUserSubscriptions';
|
|
2974
|
-
this.path = '/
|
|
3044
|
+
this.path = '/message/ExportUserSubscriptions';
|
|
2975
3045
|
}
|
|
2976
3046
|
}
|
|
2977
3047
|
CoreManagement.ExportUserSubscriptions = ExportUserSubscriptions;
|
|
@@ -2985,7 +3055,7 @@
|
|
|
2985
3055
|
class FinishRepair {
|
|
2986
3056
|
constructor() {
|
|
2987
3057
|
this.name = 'CoreManagement:FinishRepair';
|
|
2988
|
-
this.path = '/
|
|
3058
|
+
this.path = '/message/FinishRepair';
|
|
2989
3059
|
}
|
|
2990
3060
|
}
|
|
2991
3061
|
CoreManagement.FinishRepair = FinishRepair;
|
|
@@ -2999,7 +3069,7 @@
|
|
|
2999
3069
|
class GenerateDiscountCoupons {
|
|
3000
3070
|
constructor() {
|
|
3001
3071
|
this.name = 'CoreManagement:GenerateDiscountCoupons';
|
|
3002
|
-
this.path = '/
|
|
3072
|
+
this.path = '/message/GenerateDiscountCoupons';
|
|
3003
3073
|
}
|
|
3004
3074
|
}
|
|
3005
3075
|
CoreManagement.GenerateDiscountCoupons = GenerateDiscountCoupons;
|
|
@@ -3013,7 +3083,7 @@
|
|
|
3013
3083
|
class GenerateIdentificationCodeForEmployee {
|
|
3014
3084
|
constructor() {
|
|
3015
3085
|
this.name = 'CoreManagement:GenerateIdentificationCodeForEmployee';
|
|
3016
|
-
this.path = '/
|
|
3086
|
+
this.path = '/message/GenerateIdentificationCodeForEmployee';
|
|
3017
3087
|
}
|
|
3018
3088
|
}
|
|
3019
3089
|
CoreManagement.GenerateIdentificationCodeForEmployee = GenerateIdentificationCodeForEmployee;
|
|
@@ -3027,7 +3097,7 @@
|
|
|
3027
3097
|
class GenerateIdentificationPinForEmployee {
|
|
3028
3098
|
constructor() {
|
|
3029
3099
|
this.name = 'CoreManagement:GenerateIdentificationPinForEmployee';
|
|
3030
|
-
this.path = '/
|
|
3100
|
+
this.path = '/message/GenerateIdentificationPinForEmployee';
|
|
3031
3101
|
}
|
|
3032
3102
|
}
|
|
3033
3103
|
CoreManagement.GenerateIdentificationPinForEmployee = GenerateIdentificationPinForEmployee;
|
|
@@ -3041,7 +3111,7 @@
|
|
|
3041
3111
|
class GeneratePurchaseOrderExcelSample {
|
|
3042
3112
|
constructor() {
|
|
3043
3113
|
this.name = 'CoreManagement:GeneratePurchaseOrderExcelSample';
|
|
3044
|
-
this.path = '/
|
|
3114
|
+
this.path = '/message/GeneratePurchaseOrderExcelSample';
|
|
3045
3115
|
}
|
|
3046
3116
|
}
|
|
3047
3117
|
CoreManagement.GeneratePurchaseOrderExcelSample = GeneratePurchaseOrderExcelSample;
|
|
@@ -3055,7 +3125,7 @@
|
|
|
3055
3125
|
class GenerateSalesOrderExcelSample {
|
|
3056
3126
|
constructor() {
|
|
3057
3127
|
this.name = 'CoreManagement:GenerateSalesOrderExcelSample';
|
|
3058
|
-
this.path = '/
|
|
3128
|
+
this.path = '/message/GenerateSalesOrderExcelSample';
|
|
3059
3129
|
}
|
|
3060
3130
|
}
|
|
3061
3131
|
CoreManagement.GenerateSalesOrderExcelSample = GenerateSalesOrderExcelSample;
|
|
@@ -3069,7 +3139,7 @@
|
|
|
3069
3139
|
class GetAccount {
|
|
3070
3140
|
constructor() {
|
|
3071
3141
|
this.name = 'CoreManagement:GetAccount';
|
|
3072
|
-
this.path = '/
|
|
3142
|
+
this.path = '/message/GetAccount';
|
|
3073
3143
|
}
|
|
3074
3144
|
}
|
|
3075
3145
|
CoreManagement.GetAccount = GetAccount;
|
|
@@ -3085,7 +3155,7 @@
|
|
|
3085
3155
|
class GetAppSettingsAutocompleteInfo {
|
|
3086
3156
|
constructor() {
|
|
3087
3157
|
this.name = 'CoreManagement:GetAppSettingsAutocompleteInfo';
|
|
3088
|
-
this.path = '/
|
|
3158
|
+
this.path = '/message/GetAppSettingsAutocompleteInfo';
|
|
3089
3159
|
}
|
|
3090
3160
|
}
|
|
3091
3161
|
CoreManagement.GetAppSettingsAutocompleteInfo = GetAppSettingsAutocompleteInfo;
|
|
@@ -3099,7 +3169,7 @@
|
|
|
3099
3169
|
class GetAppSettingsForOrganizationUnit {
|
|
3100
3170
|
constructor() {
|
|
3101
3171
|
this.name = 'CoreManagement:GetAppSettingsForOrganizationUnit';
|
|
3102
|
-
this.path = '/
|
|
3172
|
+
this.path = '/message/GetAppSettingsForOrganizationUnit';
|
|
3103
3173
|
}
|
|
3104
3174
|
}
|
|
3105
3175
|
CoreManagement.GetAppSettingsForOrganizationUnit = GetAppSettingsForOrganizationUnit;
|
|
@@ -3113,7 +3183,7 @@
|
|
|
3113
3183
|
class GetAssortmentByID {
|
|
3114
3184
|
constructor() {
|
|
3115
3185
|
this.name = 'CoreManagement:GetAssortmentByID';
|
|
3116
|
-
this.path = '/
|
|
3186
|
+
this.path = '/message/GetAssortmentByID';
|
|
3117
3187
|
}
|
|
3118
3188
|
}
|
|
3119
3189
|
CoreManagement.GetAssortmentByID = GetAssortmentByID;
|
|
@@ -3127,7 +3197,7 @@
|
|
|
3127
3197
|
class GetAssortmentOrganizationUnits {
|
|
3128
3198
|
constructor() {
|
|
3129
3199
|
this.name = 'CoreManagement:GetAssortmentOrganizationUnits';
|
|
3130
|
-
this.path = '/
|
|
3200
|
+
this.path = '/message/GetAssortmentOrganizationUnits';
|
|
3131
3201
|
}
|
|
3132
3202
|
}
|
|
3133
3203
|
CoreManagement.GetAssortmentOrganizationUnits = GetAssortmentOrganizationUnits;
|
|
@@ -3141,7 +3211,7 @@
|
|
|
3141
3211
|
class GetAssortmentProductTree {
|
|
3142
3212
|
constructor() {
|
|
3143
3213
|
this.name = 'CoreManagement:GetAssortmentProductTree';
|
|
3144
|
-
this.path = '/
|
|
3214
|
+
this.path = '/message/GetAssortmentProductTree';
|
|
3145
3215
|
}
|
|
3146
3216
|
}
|
|
3147
3217
|
CoreManagement.GetAssortmentProductTree = GetAssortmentProductTree;
|
|
@@ -3155,7 +3225,7 @@
|
|
|
3155
3225
|
class GetAssortmentRootProducts {
|
|
3156
3226
|
constructor() {
|
|
3157
3227
|
this.name = 'CoreManagement:GetAssortmentRootProducts';
|
|
3158
|
-
this.path = '/
|
|
3228
|
+
this.path = '/message/GetAssortmentRootProducts';
|
|
3159
3229
|
}
|
|
3160
3230
|
}
|
|
3161
3231
|
CoreManagement.GetAssortmentRootProducts = GetAssortmentRootProducts;
|
|
@@ -3169,7 +3239,7 @@
|
|
|
3169
3239
|
class GetAuditingSettings {
|
|
3170
3240
|
constructor() {
|
|
3171
3241
|
this.name = 'CoreManagement:GetAuditingSettings';
|
|
3172
|
-
this.path = '/
|
|
3242
|
+
this.path = '/message/GetAuditingSettings';
|
|
3173
3243
|
}
|
|
3174
3244
|
}
|
|
3175
3245
|
CoreManagement.GetAuditingSettings = GetAuditingSettings;
|
|
@@ -3183,7 +3253,7 @@
|
|
|
3183
3253
|
class GetAvailablePaymentSettlementFileHandlers {
|
|
3184
3254
|
constructor() {
|
|
3185
3255
|
this.name = 'CoreManagement:GetAvailablePaymentSettlementFileHandlers';
|
|
3186
|
-
this.path = '/
|
|
3256
|
+
this.path = '/message/GetAvailablePaymentSettlementFileHandlers';
|
|
3187
3257
|
}
|
|
3188
3258
|
}
|
|
3189
3259
|
CoreManagement.GetAvailablePaymentSettlementFileHandlers = GetAvailablePaymentSettlementFileHandlers;
|
|
@@ -3197,7 +3267,7 @@
|
|
|
3197
3267
|
class GetAvailableRoles {
|
|
3198
3268
|
constructor() {
|
|
3199
3269
|
this.name = 'CoreManagement:GetAvailableRoles';
|
|
3200
|
-
this.path = '/
|
|
3270
|
+
this.path = '/message/GetAvailableRoles';
|
|
3201
3271
|
}
|
|
3202
3272
|
}
|
|
3203
3273
|
CoreManagement.GetAvailableRoles = GetAvailableRoles;
|
|
@@ -3213,7 +3283,7 @@
|
|
|
3213
3283
|
class GetAvailableSettings {
|
|
3214
3284
|
constructor() {
|
|
3215
3285
|
this.name = 'CoreManagement:GetAvailableSettings';
|
|
3216
|
-
this.path = '/
|
|
3286
|
+
this.path = '/message/GetAvailableSettings';
|
|
3217
3287
|
}
|
|
3218
3288
|
}
|
|
3219
3289
|
CoreManagement.GetAvailableSettings = GetAvailableSettings;
|
|
@@ -3227,7 +3297,7 @@
|
|
|
3227
3297
|
class GetAvailableShippingMethodHandlers {
|
|
3228
3298
|
constructor() {
|
|
3229
3299
|
this.name = 'CoreManagement:GetAvailableShippingMethodHandlers';
|
|
3230
|
-
this.path = '/
|
|
3300
|
+
this.path = '/message/GetAvailableShippingMethodHandlers';
|
|
3231
3301
|
}
|
|
3232
3302
|
}
|
|
3233
3303
|
CoreManagement.GetAvailableShippingMethodHandlers = GetAvailableShippingMethodHandlers;
|
|
@@ -3241,7 +3311,7 @@
|
|
|
3241
3311
|
class GetAvailableUserRequirementsProperties {
|
|
3242
3312
|
constructor() {
|
|
3243
3313
|
this.name = 'CoreManagement:GetAvailableUserRequirementsProperties';
|
|
3244
|
-
this.path = '/
|
|
3314
|
+
this.path = '/message/GetAvailableUserRequirementsProperties';
|
|
3245
3315
|
}
|
|
3246
3316
|
}
|
|
3247
3317
|
CoreManagement.GetAvailableUserRequirementsProperties = GetAvailableUserRequirementsProperties;
|
|
@@ -3255,7 +3325,7 @@
|
|
|
3255
3325
|
class GetCFDConfiguration {
|
|
3256
3326
|
constructor() {
|
|
3257
3327
|
this.name = 'CoreManagement:GetCFDConfiguration';
|
|
3258
|
-
this.path = '/
|
|
3328
|
+
this.path = '/message/GetCFDConfiguration';
|
|
3259
3329
|
}
|
|
3260
3330
|
}
|
|
3261
3331
|
CoreManagement.GetCFDConfiguration = GetCFDConfiguration;
|
|
@@ -3269,7 +3339,7 @@
|
|
|
3269
3339
|
class GetCarrierByID {
|
|
3270
3340
|
constructor() {
|
|
3271
3341
|
this.name = 'CoreManagement:GetCarrierByID';
|
|
3272
|
-
this.path = '/
|
|
3342
|
+
this.path = '/message/GetCarrierByID';
|
|
3273
3343
|
}
|
|
3274
3344
|
}
|
|
3275
3345
|
CoreManagement.GetCarrierByID = GetCarrierByID;
|
|
@@ -3283,7 +3353,7 @@
|
|
|
3283
3353
|
class GetCaseByID {
|
|
3284
3354
|
constructor() {
|
|
3285
3355
|
this.name = 'CoreManagement:GetCaseByID';
|
|
3286
|
-
this.path = '/
|
|
3356
|
+
this.path = '/message/GetCaseByID';
|
|
3287
3357
|
}
|
|
3288
3358
|
}
|
|
3289
3359
|
CoreManagement.GetCaseByID = GetCaseByID;
|
|
@@ -3297,7 +3367,7 @@
|
|
|
3297
3367
|
class GetCaseInteraction {
|
|
3298
3368
|
constructor() {
|
|
3299
3369
|
this.name = 'CoreManagement:GetCaseInteraction';
|
|
3300
|
-
this.path = '/
|
|
3370
|
+
this.path = '/message/GetCaseInteraction';
|
|
3301
3371
|
}
|
|
3302
3372
|
}
|
|
3303
3373
|
CoreManagement.GetCaseInteraction = GetCaseInteraction;
|
|
@@ -3311,7 +3381,7 @@
|
|
|
3311
3381
|
class GetCaseStatus {
|
|
3312
3382
|
constructor() {
|
|
3313
3383
|
this.name = 'CoreManagement:GetCaseStatus';
|
|
3314
|
-
this.path = '/
|
|
3384
|
+
this.path = '/message/GetCaseStatus';
|
|
3315
3385
|
}
|
|
3316
3386
|
}
|
|
3317
3387
|
CoreManagement.GetCaseStatus = GetCaseStatus;
|
|
@@ -3325,7 +3395,7 @@
|
|
|
3325
3395
|
class GetCaseTopic {
|
|
3326
3396
|
constructor() {
|
|
3327
3397
|
this.name = 'CoreManagement:GetCaseTopic';
|
|
3328
|
-
this.path = '/
|
|
3398
|
+
this.path = '/message/GetCaseTopic';
|
|
3329
3399
|
}
|
|
3330
3400
|
}
|
|
3331
3401
|
CoreManagement.GetCaseTopic = GetCaseTopic;
|
|
@@ -3339,7 +3409,7 @@
|
|
|
3339
3409
|
class GetCashExpenseTypeByID {
|
|
3340
3410
|
constructor() {
|
|
3341
3411
|
this.name = 'CoreManagement:GetCashExpenseTypeByID';
|
|
3342
|
-
this.path = '/
|
|
3412
|
+
this.path = '/message/GetCashExpenseTypeByID';
|
|
3343
3413
|
}
|
|
3344
3414
|
}
|
|
3345
3415
|
CoreManagement.GetCashExpenseTypeByID = GetCashExpenseTypeByID;
|
|
@@ -3353,7 +3423,7 @@
|
|
|
3353
3423
|
class GetCashHandlerByID {
|
|
3354
3424
|
constructor() {
|
|
3355
3425
|
this.name = 'CoreManagement:GetCashHandlerByID';
|
|
3356
|
-
this.path = '/
|
|
3426
|
+
this.path = '/message/GetCashHandlerByID';
|
|
3357
3427
|
}
|
|
3358
3428
|
}
|
|
3359
3429
|
CoreManagement.GetCashHandlerByID = GetCashHandlerByID;
|
|
@@ -3367,7 +3437,7 @@
|
|
|
3367
3437
|
class GetCheckoutOptionHandlers {
|
|
3368
3438
|
constructor() {
|
|
3369
3439
|
this.name = 'CoreManagement:GetCheckoutOptionHandlers';
|
|
3370
|
-
this.path = '/
|
|
3440
|
+
this.path = '/message/GetCheckoutOptionHandlers';
|
|
3371
3441
|
}
|
|
3372
3442
|
}
|
|
3373
3443
|
CoreManagement.GetCheckoutOptionHandlers = GetCheckoutOptionHandlers;
|
|
@@ -3381,7 +3451,7 @@
|
|
|
3381
3451
|
class GetCheckoutOptions {
|
|
3382
3452
|
constructor() {
|
|
3383
3453
|
this.name = 'CoreManagement:GetCheckoutOptions';
|
|
3384
|
-
this.path = '/
|
|
3454
|
+
this.path = '/message/GetCheckoutOptions';
|
|
3385
3455
|
}
|
|
3386
3456
|
}
|
|
3387
3457
|
CoreManagement.GetCheckoutOptions = GetCheckoutOptions;
|
|
@@ -3395,7 +3465,7 @@
|
|
|
3395
3465
|
class GetClientApplicationByID {
|
|
3396
3466
|
constructor() {
|
|
3397
3467
|
this.name = 'CoreManagement:GetClientApplicationByID';
|
|
3398
|
-
this.path = '/
|
|
3468
|
+
this.path = '/message/GetClientApplicationByID';
|
|
3399
3469
|
}
|
|
3400
3470
|
}
|
|
3401
3471
|
CoreManagement.GetClientApplicationByID = GetClientApplicationByID;
|
|
@@ -3409,7 +3479,7 @@
|
|
|
3409
3479
|
class GetCompany {
|
|
3410
3480
|
constructor() {
|
|
3411
3481
|
this.name = 'CoreManagement:GetCompany';
|
|
3412
|
-
this.path = '/
|
|
3482
|
+
this.path = '/message/GetCompany';
|
|
3413
3483
|
}
|
|
3414
3484
|
}
|
|
3415
3485
|
CoreManagement.GetCompany = GetCompany;
|
|
@@ -3426,7 +3496,7 @@
|
|
|
3426
3496
|
class GetConfigurationQrForDevice {
|
|
3427
3497
|
constructor() {
|
|
3428
3498
|
this.name = 'CoreManagement:GetConfigurationQrForDevice';
|
|
3429
|
-
this.path = '/
|
|
3499
|
+
this.path = '/message/GetConfigurationQrForDevice';
|
|
3430
3500
|
}
|
|
3431
3501
|
}
|
|
3432
3502
|
CoreManagement.GetConfigurationQrForDevice = GetConfigurationQrForDevice;
|
|
@@ -3440,7 +3510,7 @@
|
|
|
3440
3510
|
class GetCostPriceCalculation {
|
|
3441
3511
|
constructor() {
|
|
3442
3512
|
this.name = 'CoreManagement:GetCostPriceCalculation';
|
|
3443
|
-
this.path = '/
|
|
3513
|
+
this.path = '/message/GetCostPriceCalculation';
|
|
3444
3514
|
}
|
|
3445
3515
|
}
|
|
3446
3516
|
CoreManagement.GetCostPriceCalculation = GetCostPriceCalculation;
|
|
@@ -3454,7 +3524,7 @@
|
|
|
3454
3524
|
class GetCostPriceCalculations {
|
|
3455
3525
|
constructor() {
|
|
3456
3526
|
this.name = 'CoreManagement:GetCostPriceCalculations';
|
|
3457
|
-
this.path = '/
|
|
3527
|
+
this.path = '/message/GetCostPriceCalculations';
|
|
3458
3528
|
}
|
|
3459
3529
|
}
|
|
3460
3530
|
CoreManagement.GetCostPriceCalculations = GetCostPriceCalculations;
|
|
@@ -3468,7 +3538,7 @@
|
|
|
3468
3538
|
class GetCouponByToken {
|
|
3469
3539
|
constructor() {
|
|
3470
3540
|
this.name = 'CoreManagement:GetCouponByToken';
|
|
3471
|
-
this.path = '/
|
|
3541
|
+
this.path = '/message/GetCouponByToken';
|
|
3472
3542
|
}
|
|
3473
3543
|
}
|
|
3474
3544
|
CoreManagement.GetCouponByToken = GetCouponByToken;
|
|
@@ -3482,7 +3552,7 @@
|
|
|
3482
3552
|
class GetCustomFieldByID {
|
|
3483
3553
|
constructor() {
|
|
3484
3554
|
this.name = 'CoreManagement:GetCustomFieldByID';
|
|
3485
|
-
this.path = '/
|
|
3555
|
+
this.path = '/message/GetCustomFieldByID';
|
|
3486
3556
|
}
|
|
3487
3557
|
}
|
|
3488
3558
|
CoreManagement.GetCustomFieldByID = GetCustomFieldByID;
|
|
@@ -3496,10 +3566,24 @@
|
|
|
3496
3566
|
class GetCustomFieldTypes {
|
|
3497
3567
|
constructor() {
|
|
3498
3568
|
this.name = 'CoreManagement:GetCustomFieldTypes';
|
|
3499
|
-
this.path = '/
|
|
3569
|
+
this.path = '/message/GetCustomFieldTypes';
|
|
3500
3570
|
}
|
|
3501
3571
|
}
|
|
3502
3572
|
CoreManagement.GetCustomFieldTypes = GetCustomFieldTypes;
|
|
3573
|
+
/**
|
|
3574
|
+
* Get all the custom fields for the given organization unit and type.
|
|
3575
|
+
*
|
|
3576
|
+
* @export
|
|
3577
|
+
* @class GetCustomFields
|
|
3578
|
+
* @implements {EvaService}
|
|
3579
|
+
*/
|
|
3580
|
+
class GetCustomFields {
|
|
3581
|
+
constructor() {
|
|
3582
|
+
this.name = 'CoreManagement:GetCustomFields';
|
|
3583
|
+
this.path = '/message/GetCustomFields';
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
CoreManagement.GetCustomFields = GetCustomFields;
|
|
3503
3587
|
/**
|
|
3504
3588
|
* TODO: Needs documentation
|
|
3505
3589
|
*
|
|
@@ -3510,7 +3594,7 @@
|
|
|
3510
3594
|
class GetDataModelForTemplateHandler {
|
|
3511
3595
|
constructor() {
|
|
3512
3596
|
this.name = 'CoreManagement:GetDataModelForTemplateHandler';
|
|
3513
|
-
this.path = '/
|
|
3597
|
+
this.path = '/message/GetDataModelForTemplateHandler';
|
|
3514
3598
|
}
|
|
3515
3599
|
}
|
|
3516
3600
|
CoreManagement.GetDataModelForTemplateHandler = GetDataModelForTemplateHandler;
|
|
@@ -3524,7 +3608,7 @@
|
|
|
3524
3608
|
class GetDiscountByID {
|
|
3525
3609
|
constructor() {
|
|
3526
3610
|
this.name = 'CoreManagement:GetDiscountByID';
|
|
3527
|
-
this.path = '/
|
|
3611
|
+
this.path = '/message/GetDiscountByID';
|
|
3528
3612
|
}
|
|
3529
3613
|
}
|
|
3530
3614
|
CoreManagement.GetDiscountByID = GetDiscountByID;
|
|
@@ -3538,7 +3622,7 @@
|
|
|
3538
3622
|
class GetDiscountCampaignByID {
|
|
3539
3623
|
constructor() {
|
|
3540
3624
|
this.name = 'CoreManagement:GetDiscountCampaignByID';
|
|
3541
|
-
this.path = '/
|
|
3625
|
+
this.path = '/message/GetDiscountCampaignByID';
|
|
3542
3626
|
}
|
|
3543
3627
|
}
|
|
3544
3628
|
CoreManagement.GetDiscountCampaignByID = GetDiscountCampaignByID;
|
|
@@ -3552,7 +3636,7 @@
|
|
|
3552
3636
|
class GetDiscountCoupons {
|
|
3553
3637
|
constructor() {
|
|
3554
3638
|
this.name = 'CoreManagement:GetDiscountCoupons';
|
|
3555
|
-
this.path = '/
|
|
3639
|
+
this.path = '/message/GetDiscountCoupons';
|
|
3556
3640
|
}
|
|
3557
3641
|
}
|
|
3558
3642
|
CoreManagement.GetDiscountCoupons = GetDiscountCoupons;
|
|
@@ -3566,7 +3650,7 @@
|
|
|
3566
3650
|
class GetDiscountLayerByID {
|
|
3567
3651
|
constructor() {
|
|
3568
3652
|
this.name = 'CoreManagement:GetDiscountLayerByID';
|
|
3569
|
-
this.path = '/
|
|
3653
|
+
this.path = '/message/GetDiscountLayerByID';
|
|
3570
3654
|
}
|
|
3571
3655
|
}
|
|
3572
3656
|
CoreManagement.GetDiscountLayerByID = GetDiscountLayerByID;
|
|
@@ -3580,7 +3664,7 @@
|
|
|
3580
3664
|
class GetDiscountTemplateByID {
|
|
3581
3665
|
constructor() {
|
|
3582
3666
|
this.name = 'CoreManagement:GetDiscountTemplateByID';
|
|
3583
|
-
this.path = '/
|
|
3667
|
+
this.path = '/message/GetDiscountTemplateByID';
|
|
3584
3668
|
}
|
|
3585
3669
|
}
|
|
3586
3670
|
CoreManagement.GetDiscountTemplateByID = GetDiscountTemplateByID;
|
|
@@ -3594,7 +3678,7 @@
|
|
|
3594
3678
|
class GetEmployeeDataByID {
|
|
3595
3679
|
constructor() {
|
|
3596
3680
|
this.name = 'CoreManagement:GetEmployeeDataByID';
|
|
3597
|
-
this.path = '/
|
|
3681
|
+
this.path = '/message/GetEmployeeDataByID';
|
|
3598
3682
|
}
|
|
3599
3683
|
}
|
|
3600
3684
|
CoreManagement.GetEmployeeDataByID = GetEmployeeDataByID;
|
|
@@ -3608,7 +3692,7 @@
|
|
|
3608
3692
|
class GetEmployeeDataByUserID {
|
|
3609
3693
|
constructor() {
|
|
3610
3694
|
this.name = 'CoreManagement:GetEmployeeDataByUserID';
|
|
3611
|
-
this.path = '/
|
|
3695
|
+
this.path = '/message/GetEmployeeDataByUserID';
|
|
3612
3696
|
}
|
|
3613
3697
|
}
|
|
3614
3698
|
CoreManagement.GetEmployeeDataByUserID = GetEmployeeDataByUserID;
|
|
@@ -3622,7 +3706,7 @@
|
|
|
3622
3706
|
class GetFlattenedFunctionalityByUserID {
|
|
3623
3707
|
constructor() {
|
|
3624
3708
|
this.name = 'CoreManagement:GetFlattenedFunctionalityByUserID';
|
|
3625
|
-
this.path = '/
|
|
3709
|
+
this.path = '/message/GetFlattenedFunctionalityByUserID';
|
|
3626
3710
|
}
|
|
3627
3711
|
}
|
|
3628
3712
|
CoreManagement.GetFlattenedFunctionalityByUserID = GetFlattenedFunctionalityByUserID;
|
|
@@ -3636,7 +3720,7 @@
|
|
|
3636
3720
|
class GetFraudItem {
|
|
3637
3721
|
constructor() {
|
|
3638
3722
|
this.name = 'CoreManagement:GetFraudItem';
|
|
3639
|
-
this.path = '/
|
|
3723
|
+
this.path = '/message/GetFraudItem';
|
|
3640
3724
|
}
|
|
3641
3725
|
}
|
|
3642
3726
|
CoreManagement.GetFraudItem = GetFraudItem;
|
|
@@ -3650,7 +3734,7 @@
|
|
|
3650
3734
|
class GetFunctionalitiesByUserID {
|
|
3651
3735
|
constructor() {
|
|
3652
3736
|
this.name = 'CoreManagement:GetFunctionalitiesByUserID';
|
|
3653
|
-
this.path = '/
|
|
3737
|
+
this.path = '/message/GetFunctionalitiesByUserID';
|
|
3654
3738
|
}
|
|
3655
3739
|
}
|
|
3656
3740
|
CoreManagement.GetFunctionalitiesByUserID = GetFunctionalitiesByUserID;
|
|
@@ -3664,7 +3748,7 @@
|
|
|
3664
3748
|
class GetFunctionalityCategories {
|
|
3665
3749
|
constructor() {
|
|
3666
3750
|
this.name = 'CoreManagement:GetFunctionalityCategories';
|
|
3667
|
-
this.path = '/
|
|
3751
|
+
this.path = '/message/GetFunctionalityCategories';
|
|
3668
3752
|
}
|
|
3669
3753
|
}
|
|
3670
3754
|
CoreManagement.GetFunctionalityCategories = GetFunctionalityCategories;
|
|
@@ -3678,7 +3762,7 @@
|
|
|
3678
3762
|
class GetGiftCardConfiguration {
|
|
3679
3763
|
constructor() {
|
|
3680
3764
|
this.name = 'CoreManagement:GetGiftCardConfiguration';
|
|
3681
|
-
this.path = '/
|
|
3765
|
+
this.path = '/message/GetGiftCardConfiguration';
|
|
3682
3766
|
}
|
|
3683
3767
|
}
|
|
3684
3768
|
CoreManagement.GetGiftCardConfiguration = GetGiftCardConfiguration;
|
|
@@ -3692,7 +3776,7 @@
|
|
|
3692
3776
|
class GetGiftCardHandlers {
|
|
3693
3777
|
constructor() {
|
|
3694
3778
|
this.name = 'CoreManagement:GetGiftCardHandlers';
|
|
3695
|
-
this.path = '/
|
|
3779
|
+
this.path = '/message/GetGiftCardHandlers';
|
|
3696
3780
|
}
|
|
3697
3781
|
}
|
|
3698
3782
|
CoreManagement.GetGiftCardHandlers = GetGiftCardHandlers;
|
|
@@ -3706,7 +3790,7 @@
|
|
|
3706
3790
|
class GetLanguages {
|
|
3707
3791
|
constructor() {
|
|
3708
3792
|
this.name = 'CoreManagement:GetLanguages';
|
|
3709
|
-
this.path = '/
|
|
3793
|
+
this.path = '/message/GetLanguages';
|
|
3710
3794
|
}
|
|
3711
3795
|
}
|
|
3712
3796
|
CoreManagement.GetLanguages = GetLanguages;
|
|
@@ -3720,7 +3804,7 @@
|
|
|
3720
3804
|
class GetLayerGroupedDiscountsByQuery {
|
|
3721
3805
|
constructor() {
|
|
3722
3806
|
this.name = 'CoreManagement:GetLayerGroupedDiscountsByQuery';
|
|
3723
|
-
this.path = '/
|
|
3807
|
+
this.path = '/message/GetLayerGroupedDiscountsByQuery';
|
|
3724
3808
|
}
|
|
3725
3809
|
}
|
|
3726
3810
|
CoreManagement.GetLayerGroupedDiscountsByQuery = GetLayerGroupedDiscountsByQuery;
|
|
@@ -3734,10 +3818,38 @@
|
|
|
3734
3818
|
class GetLedgerClasses {
|
|
3735
3819
|
constructor() {
|
|
3736
3820
|
this.name = 'CoreManagement:GetLedgerClasses';
|
|
3737
|
-
this.path = '/
|
|
3821
|
+
this.path = '/message/GetLedgerClasses';
|
|
3738
3822
|
}
|
|
3739
3823
|
}
|
|
3740
3824
|
CoreManagement.GetLedgerClasses = GetLedgerClasses;
|
|
3825
|
+
/**
|
|
3826
|
+
* Get the available point policies
|
|
3827
|
+
*
|
|
3828
|
+
* @export
|
|
3829
|
+
* @class GetLoyaltyPointPolicies
|
|
3830
|
+
* @implements {EvaService}
|
|
3831
|
+
*/
|
|
3832
|
+
class GetLoyaltyPointPolicies {
|
|
3833
|
+
constructor() {
|
|
3834
|
+
this.name = 'CoreManagement:GetLoyaltyPointPolicies';
|
|
3835
|
+
this.path = '/message/GetLoyaltyPointPolicies';
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
3838
|
+
CoreManagement.GetLoyaltyPointPolicies = GetLoyaltyPointPolicies;
|
|
3839
|
+
/**
|
|
3840
|
+
* Get a LoyaltyProgram
|
|
3841
|
+
*
|
|
3842
|
+
* @export
|
|
3843
|
+
* @class GetLoyaltyProgram
|
|
3844
|
+
* @implements {EvaService}
|
|
3845
|
+
*/
|
|
3846
|
+
class GetLoyaltyProgram {
|
|
3847
|
+
constructor() {
|
|
3848
|
+
this.name = 'CoreManagement:GetLoyaltyProgram';
|
|
3849
|
+
this.path = '/message/GetLoyaltyProgram';
|
|
3850
|
+
}
|
|
3851
|
+
}
|
|
3852
|
+
CoreManagement.GetLoyaltyProgram = GetLoyaltyProgram;
|
|
3741
3853
|
/**
|
|
3742
3854
|
* Get the available loyalty program handlers
|
|
3743
3855
|
*
|
|
@@ -3748,7 +3860,7 @@
|
|
|
3748
3860
|
class GetLoyaltyProgramHandlers {
|
|
3749
3861
|
constructor() {
|
|
3750
3862
|
this.name = 'CoreManagement:GetLoyaltyProgramHandlers';
|
|
3751
|
-
this.path = '/
|
|
3863
|
+
this.path = '/message/GetLoyaltyProgramHandlers';
|
|
3752
3864
|
}
|
|
3753
3865
|
}
|
|
3754
3866
|
CoreManagement.GetLoyaltyProgramHandlers = GetLoyaltyProgramHandlers;
|
|
@@ -3762,7 +3874,7 @@
|
|
|
3762
3874
|
class GetMessageTemplateByID {
|
|
3763
3875
|
constructor() {
|
|
3764
3876
|
this.name = 'CoreManagement:GetMessageTemplateByID';
|
|
3765
|
-
this.path = '/
|
|
3877
|
+
this.path = '/message/GetMessageTemplateByID';
|
|
3766
3878
|
}
|
|
3767
3879
|
}
|
|
3768
3880
|
CoreManagement.GetMessageTemplateByID = GetMessageTemplateByID;
|
|
@@ -3776,7 +3888,7 @@
|
|
|
3776
3888
|
class GetMessageTemplateHistoryByID {
|
|
3777
3889
|
constructor() {
|
|
3778
3890
|
this.name = 'CoreManagement:GetMessageTemplateHistoryByID';
|
|
3779
|
-
this.path = '/
|
|
3891
|
+
this.path = '/message/GetMessageTemplateHistoryByID';
|
|
3780
3892
|
}
|
|
3781
3893
|
}
|
|
3782
3894
|
CoreManagement.GetMessageTemplateHistoryByID = GetMessageTemplateHistoryByID;
|
|
@@ -3790,7 +3902,7 @@
|
|
|
3790
3902
|
class GetOpeningHoursTypes {
|
|
3791
3903
|
constructor() {
|
|
3792
3904
|
this.name = 'CoreManagement:GetOpeningHoursTypes';
|
|
3793
|
-
this.path = '/
|
|
3905
|
+
this.path = '/message/GetOpeningHoursTypes';
|
|
3794
3906
|
}
|
|
3795
3907
|
}
|
|
3796
3908
|
CoreManagement.GetOpeningHoursTypes = GetOpeningHoursTypes;
|
|
@@ -3804,7 +3916,7 @@
|
|
|
3804
3916
|
class GetOrganizationUnitSet {
|
|
3805
3917
|
constructor() {
|
|
3806
3918
|
this.name = 'CoreManagement:GetOrganizationUnitSet';
|
|
3807
|
-
this.path = '/
|
|
3919
|
+
this.path = '/message/GetOrganizationUnitSet';
|
|
3808
3920
|
}
|
|
3809
3921
|
}
|
|
3810
3922
|
CoreManagement.GetOrganizationUnitSet = GetOrganizationUnitSet;
|
|
@@ -3818,7 +3930,7 @@
|
|
|
3818
3930
|
class GetOrganizationUnitSetDetails {
|
|
3819
3931
|
constructor() {
|
|
3820
3932
|
this.name = 'CoreManagement:GetOrganizationUnitSetDetails';
|
|
3821
|
-
this.path = '/
|
|
3933
|
+
this.path = '/message/GetOrganizationUnitSetDetails';
|
|
3822
3934
|
}
|
|
3823
3935
|
}
|
|
3824
3936
|
CoreManagement.GetOrganizationUnitSetDetails = GetOrganizationUnitSetDetails;
|
|
@@ -3832,7 +3944,7 @@
|
|
|
3832
3944
|
class GetOrganizationUnitSetScopes {
|
|
3833
3945
|
constructor() {
|
|
3834
3946
|
this.name = 'CoreManagement:GetOrganizationUnitSetScopes';
|
|
3835
|
-
this.path = '/
|
|
3947
|
+
this.path = '/message/GetOrganizationUnitSetScopes';
|
|
3836
3948
|
}
|
|
3837
3949
|
}
|
|
3838
3950
|
CoreManagement.GetOrganizationUnitSetScopes = GetOrganizationUnitSetScopes;
|
|
@@ -3846,7 +3958,7 @@
|
|
|
3846
3958
|
class GetOrganizationUnitShippingMethodByID {
|
|
3847
3959
|
constructor() {
|
|
3848
3960
|
this.name = 'CoreManagement:GetOrganizationUnitShippingMethodByID';
|
|
3849
|
-
this.path = '/
|
|
3961
|
+
this.path = '/message/GetOrganizationUnitShippingMethodByID';
|
|
3850
3962
|
}
|
|
3851
3963
|
}
|
|
3852
3964
|
CoreManagement.GetOrganizationUnitShippingMethodByID = GetOrganizationUnitShippingMethodByID;
|
|
@@ -3860,7 +3972,7 @@
|
|
|
3860
3972
|
class GetOrganizationUnitSupplierDataByOrganizationUnitID {
|
|
3861
3973
|
constructor() {
|
|
3862
3974
|
this.name = 'CoreManagement:GetOrganizationUnitSupplierDataByOrganizationUnitID';
|
|
3863
|
-
this.path = '/
|
|
3975
|
+
this.path = '/message/GetOrganizationUnitSupplierDataByOrganizationUnitID';
|
|
3864
3976
|
}
|
|
3865
3977
|
}
|
|
3866
3978
|
CoreManagement.GetOrganizationUnitSupplierDataByOrganizationUnitID = GetOrganizationUnitSupplierDataByOrganizationUnitID;
|
|
@@ -3874,7 +3986,7 @@
|
|
|
3874
3986
|
class GetPackages {
|
|
3875
3987
|
constructor() {
|
|
3876
3988
|
this.name = 'CoreManagement:GetPackages';
|
|
3877
|
-
this.path = '/
|
|
3989
|
+
this.path = '/message/GetPackages';
|
|
3878
3990
|
}
|
|
3879
3991
|
}
|
|
3880
3992
|
CoreManagement.GetPackages = GetPackages;
|
|
@@ -3888,7 +4000,7 @@
|
|
|
3888
4000
|
class GetPackagesForCarrier {
|
|
3889
4001
|
constructor() {
|
|
3890
4002
|
this.name = 'CoreManagement:GetPackagesForCarrier';
|
|
3891
|
-
this.path = '/
|
|
4003
|
+
this.path = '/message/GetPackagesForCarrier';
|
|
3892
4004
|
}
|
|
3893
4005
|
}
|
|
3894
4006
|
CoreManagement.GetPackagesForCarrier = GetPackagesForCarrier;
|
|
@@ -3902,7 +4014,7 @@
|
|
|
3902
4014
|
class GetPaymentMethodByID {
|
|
3903
4015
|
constructor() {
|
|
3904
4016
|
this.name = 'CoreManagement:GetPaymentMethodByID';
|
|
3905
|
-
this.path = '/
|
|
4017
|
+
this.path = '/message/GetPaymentMethodByID';
|
|
3906
4018
|
}
|
|
3907
4019
|
}
|
|
3908
4020
|
CoreManagement.GetPaymentMethodByID = GetPaymentMethodByID;
|
|
@@ -3916,7 +4028,7 @@
|
|
|
3916
4028
|
class GetPaymentMethods {
|
|
3917
4029
|
constructor() {
|
|
3918
4030
|
this.name = 'CoreManagement:GetPaymentMethods';
|
|
3919
|
-
this.path = '/
|
|
4031
|
+
this.path = '/message/GetPaymentMethods';
|
|
3920
4032
|
}
|
|
3921
4033
|
}
|
|
3922
4034
|
CoreManagement.GetPaymentMethods = GetPaymentMethods;
|
|
@@ -3930,7 +4042,7 @@
|
|
|
3930
4042
|
class GetPaymentTypeByID {
|
|
3931
4043
|
constructor() {
|
|
3932
4044
|
this.name = 'CoreManagement:GetPaymentTypeByID';
|
|
3933
|
-
this.path = '/
|
|
4045
|
+
this.path = '/message/GetPaymentTypeByID';
|
|
3934
4046
|
}
|
|
3935
4047
|
}
|
|
3936
4048
|
CoreManagement.GetPaymentTypeByID = GetPaymentTypeByID;
|
|
@@ -3944,10 +4056,24 @@
|
|
|
3944
4056
|
class GetPaymentTypesForFilter {
|
|
3945
4057
|
constructor() {
|
|
3946
4058
|
this.name = 'CoreManagement:GetPaymentTypesForFilter';
|
|
3947
|
-
this.path = '/
|
|
4059
|
+
this.path = '/message/GetPaymentTypesForFilter';
|
|
3948
4060
|
}
|
|
3949
4061
|
}
|
|
3950
4062
|
CoreManagement.GetPaymentTypesForFilter = GetPaymentTypesForFilter;
|
|
4063
|
+
/**
|
|
4064
|
+
* Get loyalty point rule.
|
|
4065
|
+
*
|
|
4066
|
+
* @export
|
|
4067
|
+
* @class GetPointAwardingRule
|
|
4068
|
+
* @implements {EvaService}
|
|
4069
|
+
*/
|
|
4070
|
+
class GetPointAwardingRule {
|
|
4071
|
+
constructor() {
|
|
4072
|
+
this.name = 'CoreManagement:GetPointAwardingRule';
|
|
4073
|
+
this.path = '/message/GetPointAwardingRule';
|
|
4074
|
+
}
|
|
4075
|
+
}
|
|
4076
|
+
CoreManagement.GetPointAwardingRule = GetPointAwardingRule;
|
|
3951
4077
|
/**
|
|
3952
4078
|
* Get a PriceListAdjustment
|
|
3953
4079
|
*
|
|
@@ -3958,7 +4084,7 @@
|
|
|
3958
4084
|
class GetPriceListAdjustmentByID {
|
|
3959
4085
|
constructor() {
|
|
3960
4086
|
this.name = 'CoreManagement:GetPriceListAdjustmentByID';
|
|
3961
|
-
this.path = '/
|
|
4087
|
+
this.path = '/message/GetPriceListAdjustmentByID';
|
|
3962
4088
|
}
|
|
3963
4089
|
}
|
|
3964
4090
|
CoreManagement.GetPriceListAdjustmentByID = GetPriceListAdjustmentByID;
|
|
@@ -3981,7 +4107,7 @@
|
|
|
3981
4107
|
class GetPriceListByID {
|
|
3982
4108
|
constructor() {
|
|
3983
4109
|
this.name = 'CoreManagement:GetPriceListByID';
|
|
3984
|
-
this.path = '/
|
|
4110
|
+
this.path = '/message/GetPriceListByID';
|
|
3985
4111
|
}
|
|
3986
4112
|
}
|
|
3987
4113
|
CoreManagement.GetPriceListByID = GetPriceListByID;
|
|
@@ -3995,7 +4121,7 @@
|
|
|
3995
4121
|
class GetPriceListManualInputAdjustmentByID {
|
|
3996
4122
|
constructor() {
|
|
3997
4123
|
this.name = 'CoreManagement:GetPriceListManualInputAdjustmentByID';
|
|
3998
|
-
this.path = '/
|
|
4124
|
+
this.path = '/message/GetPriceListManualInputAdjustmentByID';
|
|
3999
4125
|
}
|
|
4000
4126
|
}
|
|
4001
4127
|
CoreManagement.GetPriceListManualInputAdjustmentByID = GetPriceListManualInputAdjustmentByID;
|
|
@@ -4009,7 +4135,7 @@
|
|
|
4009
4135
|
class GetPriceListOrganizationUnitByID {
|
|
4010
4136
|
constructor() {
|
|
4011
4137
|
this.name = 'CoreManagement:GetPriceListOrganizationUnitByID';
|
|
4012
|
-
this.path = '/
|
|
4138
|
+
this.path = '/message/GetPriceListOrganizationUnitByID';
|
|
4013
4139
|
}
|
|
4014
4140
|
}
|
|
4015
4141
|
CoreManagement.GetPriceListOrganizationUnitByID = GetPriceListOrganizationUnitByID;
|
|
@@ -4023,7 +4149,7 @@
|
|
|
4023
4149
|
class GetPriceListUsageTypeByID {
|
|
4024
4150
|
constructor() {
|
|
4025
4151
|
this.name = 'CoreManagement:GetPriceListUsageTypeByID';
|
|
4026
|
-
this.path = '/
|
|
4152
|
+
this.path = '/message/GetPriceListUsageTypeByID';
|
|
4027
4153
|
}
|
|
4028
4154
|
}
|
|
4029
4155
|
CoreManagement.GetPriceListUsageTypeByID = GetPriceListUsageTypeByID;
|
|
@@ -4037,7 +4163,7 @@
|
|
|
4037
4163
|
class GetPriceListUsageTypes {
|
|
4038
4164
|
constructor() {
|
|
4039
4165
|
this.name = 'CoreManagement:GetPriceListUsageTypes';
|
|
4040
|
-
this.path = '/
|
|
4166
|
+
this.path = '/message/GetPriceListUsageTypes';
|
|
4041
4167
|
}
|
|
4042
4168
|
}
|
|
4043
4169
|
CoreManagement.GetPriceListUsageTypes = GetPriceListUsageTypes;
|
|
@@ -4051,7 +4177,7 @@
|
|
|
4051
4177
|
class GetPrinterTypeByID {
|
|
4052
4178
|
constructor() {
|
|
4053
4179
|
this.name = 'CoreManagement:GetPrinterTypeByID';
|
|
4054
|
-
this.path = '/
|
|
4180
|
+
this.path = '/message/GetPrinterTypeByID';
|
|
4055
4181
|
}
|
|
4056
4182
|
}
|
|
4057
4183
|
CoreManagement.GetPrinterTypeByID = GetPrinterTypeByID;
|
|
@@ -4065,7 +4191,7 @@
|
|
|
4065
4191
|
class GetPrinterTypes {
|
|
4066
4192
|
constructor() {
|
|
4067
4193
|
this.name = 'CoreManagement:GetPrinterTypes';
|
|
4068
|
-
this.path = '/
|
|
4194
|
+
this.path = '/message/GetPrinterTypes';
|
|
4069
4195
|
}
|
|
4070
4196
|
}
|
|
4071
4197
|
CoreManagement.GetPrinterTypes = GetPrinterTypes;
|
|
@@ -4079,7 +4205,7 @@
|
|
|
4079
4205
|
class GetProductRequirementByID {
|
|
4080
4206
|
constructor() {
|
|
4081
4207
|
this.name = 'CoreManagement:GetProductRequirementByID';
|
|
4082
|
-
this.path = '/
|
|
4208
|
+
this.path = '/message/GetProductRequirementByID';
|
|
4083
4209
|
}
|
|
4084
4210
|
}
|
|
4085
4211
|
CoreManagement.GetProductRequirementByID = GetProductRequirementByID;
|
|
@@ -4095,7 +4221,7 @@
|
|
|
4095
4221
|
class GetProductRequirementHandlers {
|
|
4096
4222
|
constructor() {
|
|
4097
4223
|
this.name = 'CoreManagement:GetProductRequirementHandlers';
|
|
4098
|
-
this.path = '/
|
|
4224
|
+
this.path = '/message/GetProductRequirementHandlers';
|
|
4099
4225
|
}
|
|
4100
4226
|
}
|
|
4101
4227
|
CoreManagement.GetProductRequirementHandlers = GetProductRequirementHandlers;
|
|
@@ -4109,7 +4235,7 @@
|
|
|
4109
4235
|
class GetProductSearchTemplateByID {
|
|
4110
4236
|
constructor() {
|
|
4111
4237
|
this.name = 'CoreManagement:GetProductSearchTemplateByID';
|
|
4112
|
-
this.path = '/
|
|
4238
|
+
this.path = '/message/GetProductSearchTemplateByID';
|
|
4113
4239
|
}
|
|
4114
4240
|
}
|
|
4115
4241
|
CoreManagement.GetProductSearchTemplateByID = GetProductSearchTemplateByID;
|
|
@@ -4123,7 +4249,7 @@
|
|
|
4123
4249
|
class GetRecentlyUsedStockMutationReasons {
|
|
4124
4250
|
constructor() {
|
|
4125
4251
|
this.name = 'CoreManagement:GetRecentlyUsedStockMutationReasons';
|
|
4126
|
-
this.path = '/
|
|
4252
|
+
this.path = '/message/GetRecentlyUsedStockMutationReasons';
|
|
4127
4253
|
}
|
|
4128
4254
|
}
|
|
4129
4255
|
CoreManagement.GetRecentlyUsedStockMutationReasons = GetRecentlyUsedStockMutationReasons;
|
|
@@ -4137,7 +4263,7 @@
|
|
|
4137
4263
|
class GetRefundCorrectionReason {
|
|
4138
4264
|
constructor() {
|
|
4139
4265
|
this.name = 'CoreManagement:GetRefundCorrectionReason';
|
|
4140
|
-
this.path = '/
|
|
4266
|
+
this.path = '/message/GetRefundCorrectionReason';
|
|
4141
4267
|
}
|
|
4142
4268
|
}
|
|
4143
4269
|
CoreManagement.GetRefundCorrectionReason = GetRefundCorrectionReason;
|
|
@@ -4151,24 +4277,10 @@
|
|
|
4151
4277
|
class GetRepair {
|
|
4152
4278
|
constructor() {
|
|
4153
4279
|
this.name = 'CoreManagement:GetRepair';
|
|
4154
|
-
this.path = '/
|
|
4280
|
+
this.path = '/message/GetRepair';
|
|
4155
4281
|
}
|
|
4156
4282
|
}
|
|
4157
4283
|
CoreManagement.GetRepair = GetRepair;
|
|
4158
|
-
/**
|
|
4159
|
-
* Get all return reasons
|
|
4160
|
-
*
|
|
4161
|
-
* @export
|
|
4162
|
-
* @class GetReturnReasons
|
|
4163
|
-
* @implements {EvaService}
|
|
4164
|
-
*/
|
|
4165
|
-
class GetReturnReasons {
|
|
4166
|
-
constructor() {
|
|
4167
|
-
this.name = 'CoreManagement:GetReturnReasons';
|
|
4168
|
-
this.path = '/api/core/management/GetReturnReasons';
|
|
4169
|
-
}
|
|
4170
|
-
}
|
|
4171
|
-
CoreManagement.GetReturnReasons = GetReturnReasons;
|
|
4172
4284
|
/**
|
|
4173
4285
|
* Get the reasons by type.
|
|
4174
4286
|
*
|
|
@@ -4179,7 +4291,7 @@
|
|
|
4179
4291
|
class GetReturnReasonsByType {
|
|
4180
4292
|
constructor() {
|
|
4181
4293
|
this.name = 'CoreManagement:GetReturnReasonsByType';
|
|
4182
|
-
this.path = '/
|
|
4294
|
+
this.path = '/message/GetReturnReasonsByType';
|
|
4183
4295
|
}
|
|
4184
4296
|
}
|
|
4185
4297
|
CoreManagement.GetReturnReasonsByType = GetReturnReasonsByType;
|
|
@@ -4193,7 +4305,7 @@
|
|
|
4193
4305
|
class GetRole {
|
|
4194
4306
|
constructor() {
|
|
4195
4307
|
this.name = 'CoreManagement:GetRole';
|
|
4196
|
-
this.path = '/
|
|
4308
|
+
this.path = '/message/GetRole';
|
|
4197
4309
|
}
|
|
4198
4310
|
}
|
|
4199
4311
|
CoreManagement.GetRole = GetRole;
|
|
@@ -4207,7 +4319,7 @@
|
|
|
4207
4319
|
class GetRoleSetByID {
|
|
4208
4320
|
constructor() {
|
|
4209
4321
|
this.name = 'CoreManagement:GetRoleSetByID';
|
|
4210
|
-
this.path = '/
|
|
4322
|
+
this.path = '/message/GetRoleSetByID';
|
|
4211
4323
|
}
|
|
4212
4324
|
}
|
|
4213
4325
|
CoreManagement.GetRoleSetByID = GetRoleSetByID;
|
|
@@ -4221,7 +4333,7 @@
|
|
|
4221
4333
|
class GetRolesForOrganizationUnit {
|
|
4222
4334
|
constructor() {
|
|
4223
4335
|
this.name = 'CoreManagement:GetRolesForOrganizationUnit';
|
|
4224
|
-
this.path = '/
|
|
4336
|
+
this.path = '/message/GetRolesForOrganizationUnit';
|
|
4225
4337
|
}
|
|
4226
4338
|
}
|
|
4227
4339
|
CoreManagement.GetRolesForOrganizationUnit = GetRolesForOrganizationUnit;
|
|
@@ -4235,7 +4347,7 @@
|
|
|
4235
4347
|
class GetRolesForOrganizationUnitSet {
|
|
4236
4348
|
constructor() {
|
|
4237
4349
|
this.name = 'CoreManagement:GetRolesForOrganizationUnitSet';
|
|
4238
|
-
this.path = '/
|
|
4350
|
+
this.path = '/message/GetRolesForOrganizationUnitSet';
|
|
4239
4351
|
}
|
|
4240
4352
|
}
|
|
4241
4353
|
CoreManagement.GetRolesForOrganizationUnitSet = GetRolesForOrganizationUnitSet;
|
|
@@ -4249,7 +4361,7 @@
|
|
|
4249
4361
|
class GetSetting {
|
|
4250
4362
|
constructor() {
|
|
4251
4363
|
this.name = 'CoreManagement:GetSetting';
|
|
4252
|
-
this.path = '/
|
|
4364
|
+
this.path = '/message/GetSetting';
|
|
4253
4365
|
}
|
|
4254
4366
|
}
|
|
4255
4367
|
CoreManagement.GetSetting = GetSetting;
|
|
@@ -4263,7 +4375,7 @@
|
|
|
4263
4375
|
class GetSettingHistory {
|
|
4264
4376
|
constructor() {
|
|
4265
4377
|
this.name = 'CoreManagement:GetSettingHistory';
|
|
4266
|
-
this.path = '/
|
|
4378
|
+
this.path = '/message/GetSettingHistory';
|
|
4267
4379
|
}
|
|
4268
4380
|
}
|
|
4269
4381
|
CoreManagement.GetSettingHistory = GetSettingHistory;
|
|
@@ -4277,7 +4389,7 @@
|
|
|
4277
4389
|
class GetShippingCostByID {
|
|
4278
4390
|
constructor() {
|
|
4279
4391
|
this.name = 'CoreManagement:GetShippingCostByID';
|
|
4280
|
-
this.path = '/
|
|
4392
|
+
this.path = '/message/GetShippingCostByID';
|
|
4281
4393
|
}
|
|
4282
4394
|
}
|
|
4283
4395
|
CoreManagement.GetShippingCostByID = GetShippingCostByID;
|
|
@@ -4291,7 +4403,7 @@
|
|
|
4291
4403
|
class GetShippingMethodByID {
|
|
4292
4404
|
constructor() {
|
|
4293
4405
|
this.name = 'CoreManagement:GetShippingMethodByID';
|
|
4294
|
-
this.path = '/
|
|
4406
|
+
this.path = '/message/GetShippingMethodByID';
|
|
4295
4407
|
}
|
|
4296
4408
|
}
|
|
4297
4409
|
CoreManagement.GetShippingMethodByID = GetShippingMethodByID;
|
|
@@ -4305,7 +4417,7 @@
|
|
|
4305
4417
|
class GetShippingRestrictionByID {
|
|
4306
4418
|
constructor() {
|
|
4307
4419
|
this.name = 'CoreManagement:GetShippingRestrictionByID';
|
|
4308
|
-
this.path = '/
|
|
4420
|
+
this.path = '/message/GetShippingRestrictionByID';
|
|
4309
4421
|
}
|
|
4310
4422
|
}
|
|
4311
4423
|
CoreManagement.GetShippingRestrictionByID = GetShippingRestrictionByID;
|
|
@@ -4319,7 +4431,7 @@
|
|
|
4319
4431
|
class GetSubscriptionHandlers {
|
|
4320
4432
|
constructor() {
|
|
4321
4433
|
this.name = 'CoreManagement:GetSubscriptionHandlers';
|
|
4322
|
-
this.path = '/
|
|
4434
|
+
this.path = '/message/GetSubscriptionHandlers';
|
|
4323
4435
|
}
|
|
4324
4436
|
}
|
|
4325
4437
|
CoreManagement.GetSubscriptionHandlers = GetSubscriptionHandlers;
|
|
@@ -4333,7 +4445,7 @@
|
|
|
4333
4445
|
class GetSubscriptionOrganizationUnitSets {
|
|
4334
4446
|
constructor() {
|
|
4335
4447
|
this.name = 'CoreManagement:GetSubscriptionOrganizationUnitSets';
|
|
4336
|
-
this.path = '/
|
|
4448
|
+
this.path = '/message/GetSubscriptionOrganizationUnitSets';
|
|
4337
4449
|
}
|
|
4338
4450
|
}
|
|
4339
4451
|
CoreManagement.GetSubscriptionOrganizationUnitSets = GetSubscriptionOrganizationUnitSets;
|
|
@@ -4347,7 +4459,7 @@
|
|
|
4347
4459
|
class GetSupplierProductByID {
|
|
4348
4460
|
constructor() {
|
|
4349
4461
|
this.name = 'CoreManagement:GetSupplierProductByID';
|
|
4350
|
-
this.path = '/
|
|
4462
|
+
this.path = '/message/GetSupplierProductByID';
|
|
4351
4463
|
}
|
|
4352
4464
|
}
|
|
4353
4465
|
CoreManagement.GetSupplierProductByID = GetSupplierProductByID;
|
|
@@ -4361,7 +4473,7 @@
|
|
|
4361
4473
|
class GetSuppliersForProduct {
|
|
4362
4474
|
constructor() {
|
|
4363
4475
|
this.name = 'CoreManagement:GetSuppliersForProduct';
|
|
4364
|
-
this.path = '/
|
|
4476
|
+
this.path = '/message/GetSuppliersForProduct';
|
|
4365
4477
|
}
|
|
4366
4478
|
}
|
|
4367
4479
|
CoreManagement.GetSuppliersForProduct = GetSuppliersForProduct;
|
|
@@ -4375,7 +4487,7 @@
|
|
|
4375
4487
|
class GetSupportedFunctionalities {
|
|
4376
4488
|
constructor() {
|
|
4377
4489
|
this.name = 'CoreManagement:GetSupportedFunctionalities';
|
|
4378
|
-
this.path = '/
|
|
4490
|
+
this.path = '/message/GetSupportedFunctionalities';
|
|
4379
4491
|
}
|
|
4380
4492
|
}
|
|
4381
4493
|
CoreManagement.GetSupportedFunctionalities = GetSupportedFunctionalities;
|
|
@@ -4389,7 +4501,7 @@
|
|
|
4389
4501
|
class GetUnitOfMeasures {
|
|
4390
4502
|
constructor() {
|
|
4391
4503
|
this.name = 'CoreManagement:GetUnitOfMeasures';
|
|
4392
|
-
this.path = '/
|
|
4504
|
+
this.path = '/message/GetUnitOfMeasures';
|
|
4393
4505
|
}
|
|
4394
4506
|
}
|
|
4395
4507
|
CoreManagement.GetUnitOfMeasures = GetUnitOfMeasures;
|
|
@@ -4403,7 +4515,7 @@
|
|
|
4403
4515
|
class GetUserCoupons {
|
|
4404
4516
|
constructor() {
|
|
4405
4517
|
this.name = 'CoreManagement:GetUserCoupons';
|
|
4406
|
-
this.path = '/
|
|
4518
|
+
this.path = '/message/GetUserCoupons';
|
|
4407
4519
|
}
|
|
4408
4520
|
}
|
|
4409
4521
|
CoreManagement.GetUserCoupons = GetUserCoupons;
|
|
@@ -4417,7 +4529,7 @@
|
|
|
4417
4529
|
class GetUserOrigins {
|
|
4418
4530
|
constructor() {
|
|
4419
4531
|
this.name = 'CoreManagement:GetUserOrigins';
|
|
4420
|
-
this.path = '/
|
|
4532
|
+
this.path = '/message/GetUserOrigins';
|
|
4421
4533
|
}
|
|
4422
4534
|
}
|
|
4423
4535
|
CoreManagement.GetUserOrigins = GetUserOrigins;
|
|
@@ -4431,7 +4543,7 @@
|
|
|
4431
4543
|
class GetUserRequirements {
|
|
4432
4544
|
constructor() {
|
|
4433
4545
|
this.name = 'CoreManagement:GetUserRequirements';
|
|
4434
|
-
this.path = '/
|
|
4546
|
+
this.path = '/message/GetUserRequirements';
|
|
4435
4547
|
}
|
|
4436
4548
|
}
|
|
4437
4549
|
CoreManagement.GetUserRequirements = GetUserRequirements;
|
|
@@ -4445,7 +4557,7 @@
|
|
|
4445
4557
|
class GetUserRequirementsForSubscriptions {
|
|
4446
4558
|
constructor() {
|
|
4447
4559
|
this.name = 'CoreManagement:GetUserRequirementsForSubscriptions';
|
|
4448
|
-
this.path = '/
|
|
4560
|
+
this.path = '/message/GetUserRequirementsForSubscriptions';
|
|
4449
4561
|
}
|
|
4450
4562
|
}
|
|
4451
4563
|
CoreManagement.GetUserRequirementsForSubscriptions = GetUserRequirementsForSubscriptions;
|
|
@@ -4459,7 +4571,7 @@
|
|
|
4459
4571
|
class GetUserRoles {
|
|
4460
4572
|
constructor() {
|
|
4461
4573
|
this.name = 'CoreManagement:GetUserRoles';
|
|
4462
|
-
this.path = '/
|
|
4574
|
+
this.path = '/message/GetUserRoles';
|
|
4463
4575
|
}
|
|
4464
4576
|
}
|
|
4465
4577
|
CoreManagement.GetUserRoles = GetUserRoles;
|
|
@@ -4473,7 +4585,7 @@
|
|
|
4473
4585
|
class GetUserRolesByUserID {
|
|
4474
4586
|
constructor() {
|
|
4475
4587
|
this.name = 'CoreManagement:GetUserRolesByUserID';
|
|
4476
|
-
this.path = '/
|
|
4588
|
+
this.path = '/message/GetUserRolesByUserID';
|
|
4477
4589
|
}
|
|
4478
4590
|
}
|
|
4479
4591
|
CoreManagement.GetUserRolesByUserID = GetUserRolesByUserID;
|
|
@@ -4487,7 +4599,7 @@
|
|
|
4487
4599
|
class GetVisibilityGroupByID {
|
|
4488
4600
|
constructor() {
|
|
4489
4601
|
this.name = 'CoreManagement:GetVisibilityGroupByID';
|
|
4490
|
-
this.path = '/
|
|
4602
|
+
this.path = '/message/GetVisibilityGroupByID';
|
|
4491
4603
|
}
|
|
4492
4604
|
}
|
|
4493
4605
|
CoreManagement.GetVisibilityGroupByID = GetVisibilityGroupByID;
|
|
@@ -4501,10 +4613,24 @@
|
|
|
4501
4613
|
class GetVisibilityGroupConfiguration {
|
|
4502
4614
|
constructor() {
|
|
4503
4615
|
this.name = 'CoreManagement:GetVisibilityGroupConfiguration';
|
|
4504
|
-
this.path = '/
|
|
4616
|
+
this.path = '/message/GetVisibilityGroupConfiguration';
|
|
4505
4617
|
}
|
|
4506
4618
|
}
|
|
4507
4619
|
CoreManagement.GetVisibilityGroupConfiguration = GetVisibilityGroupConfiguration;
|
|
4620
|
+
/**
|
|
4621
|
+
* Get the wishlist by ID.
|
|
4622
|
+
*
|
|
4623
|
+
* @export
|
|
4624
|
+
* @class GetWishlist
|
|
4625
|
+
* @implements {EvaService}
|
|
4626
|
+
*/
|
|
4627
|
+
class GetWishlist {
|
|
4628
|
+
constructor() {
|
|
4629
|
+
this.name = 'CoreManagement:GetWishlist';
|
|
4630
|
+
this.path = '/message/GetWishlist';
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4633
|
+
CoreManagement.GetWishlist = GetWishlist;
|
|
4508
4634
|
/**
|
|
4509
4635
|
* Batch update/create settings through an Excel file (file can be retrieved by calling ExportSettings)
|
|
4510
4636
|
*
|
|
@@ -4515,7 +4641,7 @@
|
|
|
4515
4641
|
class ImportSettings {
|
|
4516
4642
|
constructor() {
|
|
4517
4643
|
this.name = 'CoreManagement:ImportSettings';
|
|
4518
|
-
this.path = '/
|
|
4644
|
+
this.path = '/message/ImportSettings';
|
|
4519
4645
|
}
|
|
4520
4646
|
}
|
|
4521
4647
|
CoreManagement.ImportSettings = ImportSettings;
|
|
@@ -4529,7 +4655,7 @@
|
|
|
4529
4655
|
class InitialReplenishment {
|
|
4530
4656
|
constructor() {
|
|
4531
4657
|
this.name = 'CoreManagement:InitialReplenishment';
|
|
4532
|
-
this.path = '/
|
|
4658
|
+
this.path = '/message/InitialReplenishment';
|
|
4533
4659
|
}
|
|
4534
4660
|
}
|
|
4535
4661
|
CoreManagement.InitialReplenishment = InitialReplenishment;
|
|
@@ -4547,7 +4673,7 @@
|
|
|
4547
4673
|
class ListAccounts {
|
|
4548
4674
|
constructor() {
|
|
4549
4675
|
this.name = 'CoreManagement:ListAccounts';
|
|
4550
|
-
this.path = '/
|
|
4676
|
+
this.path = '/message/ListAccounts';
|
|
4551
4677
|
}
|
|
4552
4678
|
}
|
|
4553
4679
|
CoreManagement.ListAccounts = ListAccounts;
|
|
@@ -4561,7 +4687,7 @@
|
|
|
4561
4687
|
class ListAppSettingHistory {
|
|
4562
4688
|
constructor() {
|
|
4563
4689
|
this.name = 'CoreManagement:ListAppSettingHistory';
|
|
4564
|
-
this.path = '/
|
|
4690
|
+
this.path = '/message/ListAppSettingHistory';
|
|
4565
4691
|
}
|
|
4566
4692
|
}
|
|
4567
4693
|
CoreManagement.ListAppSettingHistory = ListAppSettingHistory;
|
|
@@ -4580,7 +4706,7 @@
|
|
|
4580
4706
|
class ListAppSettings {
|
|
4581
4707
|
constructor() {
|
|
4582
4708
|
this.name = 'CoreManagement:ListAppSettings';
|
|
4583
|
-
this.path = '/
|
|
4709
|
+
this.path = '/message/ListAppSettings';
|
|
4584
4710
|
}
|
|
4585
4711
|
}
|
|
4586
4712
|
CoreManagement.ListAppSettings = ListAppSettings;
|
|
@@ -4596,7 +4722,7 @@
|
|
|
4596
4722
|
class ListAssortmentProducts {
|
|
4597
4723
|
constructor() {
|
|
4598
4724
|
this.name = 'CoreManagement:ListAssortmentProducts';
|
|
4599
|
-
this.path = '/
|
|
4725
|
+
this.path = '/message/ListAssortmentProducts';
|
|
4600
4726
|
}
|
|
4601
4727
|
}
|
|
4602
4728
|
CoreManagement.ListAssortmentProducts = ListAssortmentProducts;
|
|
@@ -4610,7 +4736,7 @@
|
|
|
4610
4736
|
class ListAssortments {
|
|
4611
4737
|
constructor() {
|
|
4612
4738
|
this.name = 'CoreManagement:ListAssortments';
|
|
4613
|
-
this.path = '/
|
|
4739
|
+
this.path = '/message/ListAssortments';
|
|
4614
4740
|
}
|
|
4615
4741
|
}
|
|
4616
4742
|
CoreManagement.ListAssortments = ListAssortments;
|
|
@@ -4624,7 +4750,7 @@
|
|
|
4624
4750
|
class ListAvailableDiscountActionsAndConditions {
|
|
4625
4751
|
constructor() {
|
|
4626
4752
|
this.name = 'CoreManagement:ListAvailableDiscountActionsAndConditions';
|
|
4627
|
-
this.path = '/
|
|
4753
|
+
this.path = '/message/ListAvailableDiscountActionsAndConditions';
|
|
4628
4754
|
}
|
|
4629
4755
|
}
|
|
4630
4756
|
CoreManagement.ListAvailableDiscountActionsAndConditions = ListAvailableDiscountActionsAndConditions;
|
|
@@ -4638,7 +4764,7 @@
|
|
|
4638
4764
|
class ListBlobsForCase {
|
|
4639
4765
|
constructor() {
|
|
4640
4766
|
this.name = 'CoreManagement:ListBlobsForCase';
|
|
4641
|
-
this.path = '/
|
|
4767
|
+
this.path = '/message/ListBlobsForCase';
|
|
4642
4768
|
}
|
|
4643
4769
|
}
|
|
4644
4770
|
CoreManagement.ListBlobsForCase = ListBlobsForCase;
|
|
@@ -4652,7 +4778,7 @@
|
|
|
4652
4778
|
class ListCarriers {
|
|
4653
4779
|
constructor() {
|
|
4654
4780
|
this.name = 'CoreManagement:ListCarriers';
|
|
4655
|
-
this.path = '/
|
|
4781
|
+
this.path = '/message/ListCarriers';
|
|
4656
4782
|
}
|
|
4657
4783
|
}
|
|
4658
4784
|
CoreManagement.ListCarriers = ListCarriers;
|
|
@@ -4666,7 +4792,7 @@
|
|
|
4666
4792
|
class ListCaseInteractions {
|
|
4667
4793
|
constructor() {
|
|
4668
4794
|
this.name = 'CoreManagement:ListCaseInteractions';
|
|
4669
|
-
this.path = '/
|
|
4795
|
+
this.path = '/message/ListCaseInteractions';
|
|
4670
4796
|
}
|
|
4671
4797
|
}
|
|
4672
4798
|
CoreManagement.ListCaseInteractions = ListCaseInteractions;
|
|
@@ -4680,7 +4806,7 @@
|
|
|
4680
4806
|
class ListCaseStatuses {
|
|
4681
4807
|
constructor() {
|
|
4682
4808
|
this.name = 'CoreManagement:ListCaseStatuses';
|
|
4683
|
-
this.path = '/
|
|
4809
|
+
this.path = '/message/ListCaseStatuses';
|
|
4684
4810
|
}
|
|
4685
4811
|
}
|
|
4686
4812
|
CoreManagement.ListCaseStatuses = ListCaseStatuses;
|
|
@@ -4694,7 +4820,7 @@
|
|
|
4694
4820
|
class ListCaseTopics {
|
|
4695
4821
|
constructor() {
|
|
4696
4822
|
this.name = 'CoreManagement:ListCaseTopics';
|
|
4697
|
-
this.path = '/
|
|
4823
|
+
this.path = '/message/ListCaseTopics';
|
|
4698
4824
|
}
|
|
4699
4825
|
}
|
|
4700
4826
|
CoreManagement.ListCaseTopics = ListCaseTopics;
|
|
@@ -4708,7 +4834,7 @@
|
|
|
4708
4834
|
class ListCases {
|
|
4709
4835
|
constructor() {
|
|
4710
4836
|
this.name = 'CoreManagement:ListCases';
|
|
4711
|
-
this.path = '/
|
|
4837
|
+
this.path = '/message/ListCases';
|
|
4712
4838
|
}
|
|
4713
4839
|
}
|
|
4714
4840
|
CoreManagement.ListCases = ListCases;
|
|
@@ -4722,7 +4848,7 @@
|
|
|
4722
4848
|
class ListCashCorrectionReasons {
|
|
4723
4849
|
constructor() {
|
|
4724
4850
|
this.name = 'CoreManagement:ListCashCorrectionReasons';
|
|
4725
|
-
this.path = '/
|
|
4851
|
+
this.path = '/message/ListCashCorrectionReasons';
|
|
4726
4852
|
}
|
|
4727
4853
|
}
|
|
4728
4854
|
CoreManagement.ListCashCorrectionReasons = ListCashCorrectionReasons;
|
|
@@ -4736,7 +4862,7 @@
|
|
|
4736
4862
|
class ListCashExpenseTypes {
|
|
4737
4863
|
constructor() {
|
|
4738
4864
|
this.name = 'CoreManagement:ListCashExpenseTypes';
|
|
4739
|
-
this.path = '/
|
|
4865
|
+
this.path = '/message/ListCashExpenseTypes';
|
|
4740
4866
|
}
|
|
4741
4867
|
}
|
|
4742
4868
|
CoreManagement.ListCashExpenseTypes = ListCashExpenseTypes;
|
|
@@ -4750,7 +4876,7 @@
|
|
|
4750
4876
|
class ListCashHandlers {
|
|
4751
4877
|
constructor() {
|
|
4752
4878
|
this.name = 'CoreManagement:ListCashHandlers';
|
|
4753
|
-
this.path = '/
|
|
4879
|
+
this.path = '/message/ListCashHandlers';
|
|
4754
4880
|
}
|
|
4755
4881
|
}
|
|
4756
4882
|
CoreManagement.ListCashHandlers = ListCashHandlers;
|
|
@@ -4764,7 +4890,7 @@
|
|
|
4764
4890
|
class ListCheckoutOptionCategories {
|
|
4765
4891
|
constructor() {
|
|
4766
4892
|
this.name = 'CoreManagement:ListCheckoutOptionCategories';
|
|
4767
|
-
this.path = '/
|
|
4893
|
+
this.path = '/message/ListCheckoutOptionCategories';
|
|
4768
4894
|
}
|
|
4769
4895
|
}
|
|
4770
4896
|
CoreManagement.ListCheckoutOptionCategories = ListCheckoutOptionCategories;
|
|
@@ -4778,7 +4904,7 @@
|
|
|
4778
4904
|
class ListCheckoutOptions {
|
|
4779
4905
|
constructor() {
|
|
4780
4906
|
this.name = 'CoreManagement:ListCheckoutOptions';
|
|
4781
|
-
this.path = '/
|
|
4907
|
+
this.path = '/message/ListCheckoutOptions';
|
|
4782
4908
|
}
|
|
4783
4909
|
}
|
|
4784
4910
|
CoreManagement.ListCheckoutOptions = ListCheckoutOptions;
|
|
@@ -4792,7 +4918,7 @@
|
|
|
4792
4918
|
class ListClientApplications {
|
|
4793
4919
|
constructor() {
|
|
4794
4920
|
this.name = 'CoreManagement:ListClientApplications';
|
|
4795
|
-
this.path = '/
|
|
4921
|
+
this.path = '/message/ListClientApplications';
|
|
4796
4922
|
}
|
|
4797
4923
|
}
|
|
4798
4924
|
CoreManagement.ListClientApplications = ListClientApplications;
|
|
@@ -4806,7 +4932,7 @@
|
|
|
4806
4932
|
class ListCompanies {
|
|
4807
4933
|
constructor() {
|
|
4808
4934
|
this.name = 'CoreManagement:ListCompanies';
|
|
4809
|
-
this.path = '/
|
|
4935
|
+
this.path = '/message/ListCompanies';
|
|
4810
4936
|
}
|
|
4811
4937
|
}
|
|
4812
4938
|
CoreManagement.ListCompanies = ListCompanies;
|
|
@@ -4820,7 +4946,7 @@
|
|
|
4820
4946
|
class ListCouponsByQuery {
|
|
4821
4947
|
constructor() {
|
|
4822
4948
|
this.name = 'CoreManagement:ListCouponsByQuery';
|
|
4823
|
-
this.path = '/
|
|
4949
|
+
this.path = '/message/ListCouponsByQuery';
|
|
4824
4950
|
}
|
|
4825
4951
|
}
|
|
4826
4952
|
CoreManagement.ListCouponsByQuery = ListCouponsByQuery;
|
|
@@ -4834,7 +4960,7 @@
|
|
|
4834
4960
|
class ListCultures {
|
|
4835
4961
|
constructor() {
|
|
4836
4962
|
this.name = 'CoreManagement:ListCultures';
|
|
4837
|
-
this.path = '/
|
|
4963
|
+
this.path = '/message/ListCultures';
|
|
4838
4964
|
}
|
|
4839
4965
|
}
|
|
4840
4966
|
CoreManagement.ListCultures = ListCultures;
|
|
@@ -4848,7 +4974,7 @@
|
|
|
4848
4974
|
class ListCumulativeStock {
|
|
4849
4975
|
constructor() {
|
|
4850
4976
|
this.name = 'CoreManagement:ListCumulativeStock';
|
|
4851
|
-
this.path = '/
|
|
4977
|
+
this.path = '/message/ListCumulativeStock';
|
|
4852
4978
|
}
|
|
4853
4979
|
}
|
|
4854
4980
|
CoreManagement.ListCumulativeStock = ListCumulativeStock;
|
|
@@ -4862,7 +4988,7 @@
|
|
|
4862
4988
|
class ListCustomFieldDataTypesOperators {
|
|
4863
4989
|
constructor() {
|
|
4864
4990
|
this.name = 'CoreManagement:ListCustomFieldDataTypesOperators';
|
|
4865
|
-
this.path = '/
|
|
4991
|
+
this.path = '/message/ListCustomFieldDataTypesOperators';
|
|
4866
4992
|
}
|
|
4867
4993
|
}
|
|
4868
4994
|
CoreManagement.ListCustomFieldDataTypesOperators = ListCustomFieldDataTypesOperators;
|
|
@@ -4876,7 +5002,7 @@
|
|
|
4876
5002
|
class ListCustomFieldOptions {
|
|
4877
5003
|
constructor() {
|
|
4878
5004
|
this.name = 'CoreManagement:ListCustomFieldOptions';
|
|
4879
|
-
this.path = '/
|
|
5005
|
+
this.path = '/message/ListCustomFieldOptions';
|
|
4880
5006
|
}
|
|
4881
5007
|
}
|
|
4882
5008
|
CoreManagement.ListCustomFieldOptions = ListCustomFieldOptions;
|
|
@@ -4890,7 +5016,7 @@
|
|
|
4890
5016
|
class ListCustomFields {
|
|
4891
5017
|
constructor() {
|
|
4892
5018
|
this.name = 'CoreManagement:ListCustomFields';
|
|
4893
|
-
this.path = '/
|
|
5019
|
+
this.path = '/message/ListCustomFields';
|
|
4894
5020
|
}
|
|
4895
5021
|
}
|
|
4896
5022
|
CoreManagement.ListCustomFields = ListCustomFields;
|
|
@@ -4904,7 +5030,7 @@
|
|
|
4904
5030
|
class ListDiscountCampaigns {
|
|
4905
5031
|
constructor() {
|
|
4906
5032
|
this.name = 'CoreManagement:ListDiscountCampaigns';
|
|
4907
|
-
this.path = '/
|
|
5033
|
+
this.path = '/message/ListDiscountCampaigns';
|
|
4908
5034
|
}
|
|
4909
5035
|
}
|
|
4910
5036
|
CoreManagement.ListDiscountCampaigns = ListDiscountCampaigns;
|
|
@@ -4918,7 +5044,7 @@
|
|
|
4918
5044
|
class ListDiscountLayers {
|
|
4919
5045
|
constructor() {
|
|
4920
5046
|
this.name = 'CoreManagement:ListDiscountLayers';
|
|
4921
|
-
this.path = '/
|
|
5047
|
+
this.path = '/message/ListDiscountLayers';
|
|
4922
5048
|
}
|
|
4923
5049
|
}
|
|
4924
5050
|
CoreManagement.ListDiscountLayers = ListDiscountLayers;
|
|
@@ -4932,7 +5058,7 @@
|
|
|
4932
5058
|
class ListDiscountTemplates {
|
|
4933
5059
|
constructor() {
|
|
4934
5060
|
this.name = 'CoreManagement:ListDiscountTemplates';
|
|
4935
|
-
this.path = '/
|
|
5061
|
+
this.path = '/message/ListDiscountTemplates';
|
|
4936
5062
|
}
|
|
4937
5063
|
}
|
|
4938
5064
|
CoreManagement.ListDiscountTemplates = ListDiscountTemplates;
|
|
@@ -4946,7 +5072,7 @@
|
|
|
4946
5072
|
class ListEmployeeDatas {
|
|
4947
5073
|
constructor() {
|
|
4948
5074
|
this.name = 'CoreManagement:ListEmployeeDatas';
|
|
4949
|
-
this.path = '/
|
|
5075
|
+
this.path = '/message/ListEmployeeDatas';
|
|
4950
5076
|
}
|
|
4951
5077
|
}
|
|
4952
5078
|
CoreManagement.ListEmployeeDatas = ListEmployeeDatas;
|
|
@@ -4960,7 +5086,7 @@
|
|
|
4960
5086
|
class ListExchangeRates {
|
|
4961
5087
|
constructor() {
|
|
4962
5088
|
this.name = 'CoreManagement:ListExchangeRates';
|
|
4963
|
-
this.path = '/
|
|
5089
|
+
this.path = '/message/ListExchangeRates';
|
|
4964
5090
|
}
|
|
4965
5091
|
}
|
|
4966
5092
|
CoreManagement.ListExchangeRates = ListExchangeRates;
|
|
@@ -4974,7 +5100,7 @@
|
|
|
4974
5100
|
class ListFraudItems {
|
|
4975
5101
|
constructor() {
|
|
4976
5102
|
this.name = 'CoreManagement:ListFraudItems';
|
|
4977
|
-
this.path = '/
|
|
5103
|
+
this.path = '/message/ListFraudItems';
|
|
4978
5104
|
}
|
|
4979
5105
|
}
|
|
4980
5106
|
CoreManagement.ListFraudItems = ListFraudItems;
|
|
@@ -4990,7 +5116,7 @@
|
|
|
4990
5116
|
class ListGiftCardConfigurations {
|
|
4991
5117
|
constructor() {
|
|
4992
5118
|
this.name = 'CoreManagement:ListGiftCardConfigurations';
|
|
4993
|
-
this.path = '/
|
|
5119
|
+
this.path = '/message/ListGiftCardConfigurations';
|
|
4994
5120
|
}
|
|
4995
5121
|
}
|
|
4996
5122
|
CoreManagement.ListGiftCardConfigurations = ListGiftCardConfigurations;
|
|
@@ -5004,14 +5130,12 @@
|
|
|
5004
5130
|
class ListInquiries {
|
|
5005
5131
|
constructor() {
|
|
5006
5132
|
this.name = 'CoreManagement:ListInquiries';
|
|
5007
|
-
this.path = '/
|
|
5133
|
+
this.path = '/message/ListInquiries';
|
|
5008
5134
|
}
|
|
5009
5135
|
}
|
|
5010
5136
|
CoreManagement.ListInquiries = ListInquiries;
|
|
5011
5137
|
/**
|
|
5012
5138
|
* List the LoyaltyPrograms
|
|
5013
|
-
|
|
5014
|
-
`LoyaltyProgram`: an item that describes the loyalty program properties
|
|
5015
5139
|
*
|
|
5016
5140
|
* @export
|
|
5017
5141
|
* @class ListLoyaltyPrograms
|
|
@@ -5020,7 +5144,7 @@
|
|
|
5020
5144
|
class ListLoyaltyPrograms {
|
|
5021
5145
|
constructor() {
|
|
5022
5146
|
this.name = 'CoreManagement:ListLoyaltyPrograms';
|
|
5023
|
-
this.path = '/
|
|
5147
|
+
this.path = '/message/ListLoyaltyPrograms';
|
|
5024
5148
|
}
|
|
5025
5149
|
}
|
|
5026
5150
|
CoreManagement.ListLoyaltyPrograms = ListLoyaltyPrograms;
|
|
@@ -5034,7 +5158,7 @@
|
|
|
5034
5158
|
class ListManagementShippingMethods {
|
|
5035
5159
|
constructor() {
|
|
5036
5160
|
this.name = 'CoreManagement:ListManagementShippingMethods';
|
|
5037
|
-
this.path = '/
|
|
5161
|
+
this.path = '/message/ListManagementShippingMethods';
|
|
5038
5162
|
}
|
|
5039
5163
|
}
|
|
5040
5164
|
CoreManagement.ListManagementShippingMethods = ListManagementShippingMethods;
|
|
@@ -5048,7 +5172,7 @@
|
|
|
5048
5172
|
class ListMessageTemplateLayouts {
|
|
5049
5173
|
constructor() {
|
|
5050
5174
|
this.name = 'CoreManagement:ListMessageTemplateLayouts';
|
|
5051
|
-
this.path = '/
|
|
5175
|
+
this.path = '/message/ListMessageTemplateLayouts';
|
|
5052
5176
|
}
|
|
5053
5177
|
}
|
|
5054
5178
|
CoreManagement.ListMessageTemplateLayouts = ListMessageTemplateLayouts;
|
|
@@ -5062,7 +5186,7 @@
|
|
|
5062
5186
|
class ListMessageTemplates {
|
|
5063
5187
|
constructor() {
|
|
5064
5188
|
this.name = 'CoreManagement:ListMessageTemplates';
|
|
5065
|
-
this.path = '/
|
|
5189
|
+
this.path = '/message/ListMessageTemplates';
|
|
5066
5190
|
}
|
|
5067
5191
|
}
|
|
5068
5192
|
CoreManagement.ListMessageTemplates = ListMessageTemplates;
|
|
@@ -5076,7 +5200,7 @@
|
|
|
5076
5200
|
class ListOpeningHours {
|
|
5077
5201
|
constructor() {
|
|
5078
5202
|
this.name = 'CoreManagement:ListOpeningHours';
|
|
5079
|
-
this.path = '/
|
|
5203
|
+
this.path = '/message/ListOpeningHours';
|
|
5080
5204
|
}
|
|
5081
5205
|
}
|
|
5082
5206
|
CoreManagement.ListOpeningHours = ListOpeningHours;
|
|
@@ -5090,7 +5214,7 @@
|
|
|
5090
5214
|
class ListOrderGeneratedCoupons {
|
|
5091
5215
|
constructor() {
|
|
5092
5216
|
this.name = 'CoreManagement:ListOrderGeneratedCoupons';
|
|
5093
|
-
this.path = '/
|
|
5217
|
+
this.path = '/message/ListOrderGeneratedCoupons';
|
|
5094
5218
|
}
|
|
5095
5219
|
}
|
|
5096
5220
|
CoreManagement.ListOrderGeneratedCoupons = ListOrderGeneratedCoupons;
|
|
@@ -5104,7 +5228,7 @@
|
|
|
5104
5228
|
class ListOrderLedgerTypes {
|
|
5105
5229
|
constructor() {
|
|
5106
5230
|
this.name = 'CoreManagement:ListOrderLedgerTypes';
|
|
5107
|
-
this.path = '/
|
|
5231
|
+
this.path = '/message/ListOrderLedgerTypes';
|
|
5108
5232
|
}
|
|
5109
5233
|
}
|
|
5110
5234
|
CoreManagement.ListOrderLedgerTypes = ListOrderLedgerTypes;
|
|
@@ -5118,7 +5242,7 @@
|
|
|
5118
5242
|
class ListOrganizationUnitCountries {
|
|
5119
5243
|
constructor() {
|
|
5120
5244
|
this.name = 'CoreManagement:ListOrganizationUnitCountries';
|
|
5121
|
-
this.path = '/
|
|
5245
|
+
this.path = '/message/ListOrganizationUnitCountries';
|
|
5122
5246
|
}
|
|
5123
5247
|
}
|
|
5124
5248
|
CoreManagement.ListOrganizationUnitCountries = ListOrganizationUnitCountries;
|
|
@@ -5134,7 +5258,7 @@
|
|
|
5134
5258
|
class ListOrganizationUnitCurrencies {
|
|
5135
5259
|
constructor() {
|
|
5136
5260
|
this.name = 'CoreManagement:ListOrganizationUnitCurrencies';
|
|
5137
|
-
this.path = '/
|
|
5261
|
+
this.path = '/message/ListOrganizationUnitCurrencies';
|
|
5138
5262
|
}
|
|
5139
5263
|
}
|
|
5140
5264
|
CoreManagement.ListOrganizationUnitCurrencies = ListOrganizationUnitCurrencies;
|
|
@@ -5148,7 +5272,7 @@
|
|
|
5148
5272
|
class ListOrganizationUnitLanguages {
|
|
5149
5273
|
constructor() {
|
|
5150
5274
|
this.name = 'CoreManagement:ListOrganizationUnitLanguages';
|
|
5151
|
-
this.path = '/
|
|
5275
|
+
this.path = '/message/ListOrganizationUnitLanguages';
|
|
5152
5276
|
}
|
|
5153
5277
|
}
|
|
5154
5278
|
CoreManagement.ListOrganizationUnitLanguages = ListOrganizationUnitLanguages;
|
|
@@ -5171,7 +5295,7 @@
|
|
|
5171
5295
|
class ListOrganizationUnitSetPaymentTypes {
|
|
5172
5296
|
constructor() {
|
|
5173
5297
|
this.name = 'CoreManagement:ListOrganizationUnitSetPaymentTypes';
|
|
5174
|
-
this.path = '/
|
|
5298
|
+
this.path = '/message/ListOrganizationUnitSetPaymentTypes';
|
|
5175
5299
|
}
|
|
5176
5300
|
}
|
|
5177
5301
|
CoreManagement.ListOrganizationUnitSetPaymentTypes = ListOrganizationUnitSetPaymentTypes;
|
|
@@ -5185,7 +5309,7 @@
|
|
|
5185
5309
|
class ListOrganizationUnitSets {
|
|
5186
5310
|
constructor() {
|
|
5187
5311
|
this.name = 'CoreManagement:ListOrganizationUnitSets';
|
|
5188
|
-
this.path = '/
|
|
5312
|
+
this.path = '/message/ListOrganizationUnitSets';
|
|
5189
5313
|
}
|
|
5190
5314
|
}
|
|
5191
5315
|
CoreManagement.ListOrganizationUnitSets = ListOrganizationUnitSets;
|
|
@@ -5203,7 +5327,7 @@
|
|
|
5203
5327
|
class ListOrganizationUnitShippingMethods {
|
|
5204
5328
|
constructor() {
|
|
5205
5329
|
this.name = 'CoreManagement:ListOrganizationUnitShippingMethods';
|
|
5206
|
-
this.path = '/
|
|
5330
|
+
this.path = '/message/ListOrganizationUnitShippingMethods';
|
|
5207
5331
|
}
|
|
5208
5332
|
}
|
|
5209
5333
|
CoreManagement.ListOrganizationUnitShippingMethods = ListOrganizationUnitShippingMethods;
|
|
@@ -5217,7 +5341,7 @@
|
|
|
5217
5341
|
class ListPaymentMethods {
|
|
5218
5342
|
constructor() {
|
|
5219
5343
|
this.name = 'CoreManagement:ListPaymentMethods';
|
|
5220
|
-
this.path = '/
|
|
5344
|
+
this.path = '/message/ListPaymentMethods';
|
|
5221
5345
|
}
|
|
5222
5346
|
}
|
|
5223
5347
|
CoreManagement.ListPaymentMethods = ListPaymentMethods;
|
|
@@ -5236,7 +5360,7 @@
|
|
|
5236
5360
|
class ListPaymentSettlementFiles {
|
|
5237
5361
|
constructor() {
|
|
5238
5362
|
this.name = 'CoreManagement:ListPaymentSettlementFiles';
|
|
5239
|
-
this.path = '/
|
|
5363
|
+
this.path = '/message/ListPaymentSettlementFiles';
|
|
5240
5364
|
}
|
|
5241
5365
|
}
|
|
5242
5366
|
CoreManagement.ListPaymentSettlementFiles = ListPaymentSettlementFiles;
|
|
@@ -5256,7 +5380,7 @@
|
|
|
5256
5380
|
class ListPaymentSettlements {
|
|
5257
5381
|
constructor() {
|
|
5258
5382
|
this.name = 'CoreManagement:ListPaymentSettlements';
|
|
5259
|
-
this.path = '/
|
|
5383
|
+
this.path = '/message/ListPaymentSettlements';
|
|
5260
5384
|
}
|
|
5261
5385
|
}
|
|
5262
5386
|
CoreManagement.ListPaymentSettlements = ListPaymentSettlements;
|
|
@@ -5272,7 +5396,7 @@
|
|
|
5272
5396
|
class ListPaymentTransactionCaptures {
|
|
5273
5397
|
constructor() {
|
|
5274
5398
|
this.name = 'CoreManagement:ListPaymentTransactionCaptures';
|
|
5275
|
-
this.path = '/
|
|
5399
|
+
this.path = '/message/ListPaymentTransactionCaptures';
|
|
5276
5400
|
}
|
|
5277
5401
|
}
|
|
5278
5402
|
CoreManagement.ListPaymentTransactionCaptures = ListPaymentTransactionCaptures;
|
|
@@ -5288,7 +5412,7 @@
|
|
|
5288
5412
|
class ListPaymentTransactions {
|
|
5289
5413
|
constructor() {
|
|
5290
5414
|
this.name = 'CoreManagement:ListPaymentTransactions';
|
|
5291
|
-
this.path = '/
|
|
5415
|
+
this.path = '/message/ListPaymentTransactions';
|
|
5292
5416
|
}
|
|
5293
5417
|
}
|
|
5294
5418
|
CoreManagement.ListPaymentTransactions = ListPaymentTransactions;
|
|
@@ -5302,10 +5426,24 @@
|
|
|
5302
5426
|
class ListPaymentTypes {
|
|
5303
5427
|
constructor() {
|
|
5304
5428
|
this.name = 'CoreManagement:ListPaymentTypes';
|
|
5305
|
-
this.path = '/
|
|
5429
|
+
this.path = '/message/ListPaymentTypes';
|
|
5306
5430
|
}
|
|
5307
5431
|
}
|
|
5308
5432
|
CoreManagement.ListPaymentTypes = ListPaymentTypes;
|
|
5433
|
+
/**
|
|
5434
|
+
* List loyalty point rules. Returns a paged response.
|
|
5435
|
+
*
|
|
5436
|
+
* @export
|
|
5437
|
+
* @class ListPointAwardingRules
|
|
5438
|
+
* @implements {EvaService}
|
|
5439
|
+
*/
|
|
5440
|
+
class ListPointAwardingRules {
|
|
5441
|
+
constructor() {
|
|
5442
|
+
this.name = 'CoreManagement:ListPointAwardingRules';
|
|
5443
|
+
this.path = '/message/ListPointAwardingRules';
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5446
|
+
CoreManagement.ListPointAwardingRules = ListPointAwardingRules;
|
|
5309
5447
|
/**
|
|
5310
5448
|
* List the PriceListAdjustments
|
|
5311
5449
|
*
|
|
@@ -5316,7 +5454,7 @@
|
|
|
5316
5454
|
class ListPriceListAdjustments {
|
|
5317
5455
|
constructor() {
|
|
5318
5456
|
this.name = 'CoreManagement:ListPriceListAdjustments';
|
|
5319
|
-
this.path = '/
|
|
5457
|
+
this.path = '/message/ListPriceListAdjustments';
|
|
5320
5458
|
}
|
|
5321
5459
|
}
|
|
5322
5460
|
CoreManagement.ListPriceListAdjustments = ListPriceListAdjustments;
|
|
@@ -5330,7 +5468,7 @@
|
|
|
5330
5468
|
class ListPriceListManualInputAdjustments {
|
|
5331
5469
|
constructor() {
|
|
5332
5470
|
this.name = 'CoreManagement:ListPriceListManualInputAdjustments';
|
|
5333
|
-
this.path = '/
|
|
5471
|
+
this.path = '/message/ListPriceListManualInputAdjustments';
|
|
5334
5472
|
}
|
|
5335
5473
|
}
|
|
5336
5474
|
CoreManagement.ListPriceListManualInputAdjustments = ListPriceListManualInputAdjustments;
|
|
@@ -5344,7 +5482,7 @@
|
|
|
5344
5482
|
class ListPriceListOrganizationUnits {
|
|
5345
5483
|
constructor() {
|
|
5346
5484
|
this.name = 'CoreManagement:ListPriceListOrganizationUnits';
|
|
5347
|
-
this.path = '/
|
|
5485
|
+
this.path = '/message/ListPriceListOrganizationUnits';
|
|
5348
5486
|
}
|
|
5349
5487
|
}
|
|
5350
5488
|
CoreManagement.ListPriceListOrganizationUnits = ListPriceListOrganizationUnits;
|
|
@@ -5358,7 +5496,7 @@
|
|
|
5358
5496
|
class ListPriceLists {
|
|
5359
5497
|
constructor() {
|
|
5360
5498
|
this.name = 'CoreManagement:ListPriceLists';
|
|
5361
|
-
this.path = '/
|
|
5499
|
+
this.path = '/message/ListPriceLists';
|
|
5362
5500
|
}
|
|
5363
5501
|
}
|
|
5364
5502
|
CoreManagement.ListPriceLists = ListPriceLists;
|
|
@@ -5374,7 +5512,7 @@
|
|
|
5374
5512
|
class ListPriceListsForOrganizationUnit {
|
|
5375
5513
|
constructor() {
|
|
5376
5514
|
this.name = 'CoreManagement:ListPriceListsForOrganizationUnit';
|
|
5377
|
-
this.path = '/
|
|
5515
|
+
this.path = '/message/ListPriceListsForOrganizationUnit';
|
|
5378
5516
|
}
|
|
5379
5517
|
}
|
|
5380
5518
|
CoreManagement.ListPriceListsForOrganizationUnit = ListPriceListsForOrganizationUnit;
|
|
@@ -5388,7 +5526,7 @@
|
|
|
5388
5526
|
class ListProductBarcodes {
|
|
5389
5527
|
constructor() {
|
|
5390
5528
|
this.name = 'CoreManagement:ListProductBarcodes';
|
|
5391
|
-
this.path = '/
|
|
5529
|
+
this.path = '/message/ListProductBarcodes';
|
|
5392
5530
|
}
|
|
5393
5531
|
}
|
|
5394
5532
|
CoreManagement.ListProductBarcodes = ListProductBarcodes;
|
|
@@ -5407,7 +5545,7 @@
|
|
|
5407
5545
|
class ListProductCostPriceLedger {
|
|
5408
5546
|
constructor() {
|
|
5409
5547
|
this.name = 'CoreManagement:ListProductCostPriceLedger';
|
|
5410
|
-
this.path = '/
|
|
5548
|
+
this.path = '/message/ListProductCostPriceLedger';
|
|
5411
5549
|
}
|
|
5412
5550
|
}
|
|
5413
5551
|
CoreManagement.ListProductCostPriceLedger = ListProductCostPriceLedger;
|
|
@@ -5423,7 +5561,7 @@
|
|
|
5423
5561
|
class ListProductGiftCards {
|
|
5424
5562
|
constructor() {
|
|
5425
5563
|
this.name = 'CoreManagement:ListProductGiftCards';
|
|
5426
|
-
this.path = '/
|
|
5564
|
+
this.path = '/message/ListProductGiftCards';
|
|
5427
5565
|
}
|
|
5428
5566
|
}
|
|
5429
5567
|
CoreManagement.ListProductGiftCards = ListProductGiftCards;
|
|
@@ -5439,7 +5577,7 @@
|
|
|
5439
5577
|
class ListProductPriceLedger {
|
|
5440
5578
|
constructor() {
|
|
5441
5579
|
this.name = 'CoreManagement:ListProductPriceLedger';
|
|
5442
|
-
this.path = '/
|
|
5580
|
+
this.path = '/message/ListProductPriceLedger';
|
|
5443
5581
|
}
|
|
5444
5582
|
}
|
|
5445
5583
|
CoreManagement.ListProductPriceLedger = ListProductPriceLedger;
|
|
@@ -5453,7 +5591,7 @@
|
|
|
5453
5591
|
class ListProductRequirements {
|
|
5454
5592
|
constructor() {
|
|
5455
5593
|
this.name = 'CoreManagement:ListProductRequirements';
|
|
5456
|
-
this.path = '/
|
|
5594
|
+
this.path = '/message/ListProductRequirements';
|
|
5457
5595
|
}
|
|
5458
5596
|
}
|
|
5459
5597
|
CoreManagement.ListProductRequirements = ListProductRequirements;
|
|
@@ -5467,7 +5605,7 @@
|
|
|
5467
5605
|
class ListProductSearchTemplateResults {
|
|
5468
5606
|
constructor() {
|
|
5469
5607
|
this.name = 'CoreManagement:ListProductSearchTemplateResults';
|
|
5470
|
-
this.path = '/
|
|
5608
|
+
this.path = '/message/ListProductSearchTemplateResults';
|
|
5471
5609
|
}
|
|
5472
5610
|
}
|
|
5473
5611
|
CoreManagement.ListProductSearchTemplateResults = ListProductSearchTemplateResults;
|
|
@@ -5481,7 +5619,7 @@
|
|
|
5481
5619
|
class ListProductSearchTemplates {
|
|
5482
5620
|
constructor() {
|
|
5483
5621
|
this.name = 'CoreManagement:ListProductSearchTemplates';
|
|
5484
|
-
this.path = '/
|
|
5622
|
+
this.path = '/message/ListProductSearchTemplates';
|
|
5485
5623
|
}
|
|
5486
5624
|
}
|
|
5487
5625
|
CoreManagement.ListProductSearchTemplates = ListProductSearchTemplates;
|
|
@@ -5495,7 +5633,7 @@
|
|
|
5495
5633
|
class ListProductUnitOfMeasures {
|
|
5496
5634
|
constructor() {
|
|
5497
5635
|
this.name = 'CoreManagement:ListProductUnitOfMeasures';
|
|
5498
|
-
this.path = '/
|
|
5636
|
+
this.path = '/message/ListProductUnitOfMeasures';
|
|
5499
5637
|
}
|
|
5500
5638
|
}
|
|
5501
5639
|
CoreManagement.ListProductUnitOfMeasures = ListProductUnitOfMeasures;
|
|
@@ -5509,7 +5647,7 @@
|
|
|
5509
5647
|
class ListRefundCorrectionReasons {
|
|
5510
5648
|
constructor() {
|
|
5511
5649
|
this.name = 'CoreManagement:ListRefundCorrectionReasons';
|
|
5512
|
-
this.path = '/
|
|
5650
|
+
this.path = '/message/ListRefundCorrectionReasons';
|
|
5513
5651
|
}
|
|
5514
5652
|
}
|
|
5515
5653
|
CoreManagement.ListRefundCorrectionReasons = ListRefundCorrectionReasons;
|
|
@@ -5523,7 +5661,7 @@
|
|
|
5523
5661
|
class ListRepairs {
|
|
5524
5662
|
constructor() {
|
|
5525
5663
|
this.name = 'CoreManagement:ListRepairs';
|
|
5526
|
-
this.path = '/
|
|
5664
|
+
this.path = '/message/ListRepairs';
|
|
5527
5665
|
}
|
|
5528
5666
|
}
|
|
5529
5667
|
CoreManagement.ListRepairs = ListRepairs;
|
|
@@ -5537,7 +5675,7 @@
|
|
|
5537
5675
|
class ListRestockedProducts {
|
|
5538
5676
|
constructor() {
|
|
5539
5677
|
this.name = 'CoreManagement:ListRestockedProducts';
|
|
5540
|
-
this.path = '/
|
|
5678
|
+
this.path = '/message/ListRestockedProducts';
|
|
5541
5679
|
}
|
|
5542
5680
|
}
|
|
5543
5681
|
CoreManagement.ListRestockedProducts = ListRestockedProducts;
|
|
@@ -5551,7 +5689,7 @@
|
|
|
5551
5689
|
class ListReturnReasons {
|
|
5552
5690
|
constructor() {
|
|
5553
5691
|
this.name = 'CoreManagement:ListReturnReasons';
|
|
5554
|
-
this.path = '/
|
|
5692
|
+
this.path = '/message/ListReturnReasons';
|
|
5555
5693
|
}
|
|
5556
5694
|
}
|
|
5557
5695
|
CoreManagement.ListReturnReasons = ListReturnReasons;
|
|
@@ -5565,7 +5703,7 @@
|
|
|
5565
5703
|
class ListRoleSets {
|
|
5566
5704
|
constructor() {
|
|
5567
5705
|
this.name = 'CoreManagement:ListRoleSets';
|
|
5568
|
-
this.path = '/
|
|
5706
|
+
this.path = '/message/ListRoleSets';
|
|
5569
5707
|
}
|
|
5570
5708
|
}
|
|
5571
5709
|
CoreManagement.ListRoleSets = ListRoleSets;
|
|
@@ -5579,7 +5717,7 @@
|
|
|
5579
5717
|
class ListRoles {
|
|
5580
5718
|
constructor() {
|
|
5581
5719
|
this.name = 'CoreManagement:ListRoles';
|
|
5582
|
-
this.path = '/
|
|
5720
|
+
this.path = '/message/ListRoles';
|
|
5583
5721
|
}
|
|
5584
5722
|
}
|
|
5585
5723
|
CoreManagement.ListRoles = ListRoles;
|
|
@@ -5593,7 +5731,7 @@
|
|
|
5593
5731
|
class ListSettingHistory {
|
|
5594
5732
|
constructor() {
|
|
5595
5733
|
this.name = 'CoreManagement:ListSettingHistory';
|
|
5596
|
-
this.path = '/
|
|
5734
|
+
this.path = '/message/ListSettingHistory';
|
|
5597
5735
|
}
|
|
5598
5736
|
}
|
|
5599
5737
|
CoreManagement.ListSettingHistory = ListSettingHistory;
|
|
@@ -5607,7 +5745,7 @@
|
|
|
5607
5745
|
class ListSettings {
|
|
5608
5746
|
constructor() {
|
|
5609
5747
|
this.name = 'CoreManagement:ListSettings';
|
|
5610
|
-
this.path = '/
|
|
5748
|
+
this.path = '/message/ListSettings';
|
|
5611
5749
|
}
|
|
5612
5750
|
}
|
|
5613
5751
|
CoreManagement.ListSettings = ListSettings;
|
|
@@ -5621,7 +5759,7 @@
|
|
|
5621
5759
|
class ListSettingsPerOrganizationUnit {
|
|
5622
5760
|
constructor() {
|
|
5623
5761
|
this.name = 'CoreManagement:ListSettingsPerOrganizationUnit';
|
|
5624
|
-
this.path = '/
|
|
5762
|
+
this.path = '/message/ListSettingsPerOrganizationUnit';
|
|
5625
5763
|
}
|
|
5626
5764
|
}
|
|
5627
5765
|
CoreManagement.ListSettingsPerOrganizationUnit = ListSettingsPerOrganizationUnit;
|
|
@@ -5635,7 +5773,7 @@
|
|
|
5635
5773
|
class ListShippingCosts {
|
|
5636
5774
|
constructor() {
|
|
5637
5775
|
this.name = 'CoreManagement:ListShippingCosts';
|
|
5638
|
-
this.path = '/
|
|
5776
|
+
this.path = '/message/ListShippingCosts';
|
|
5639
5777
|
}
|
|
5640
5778
|
}
|
|
5641
5779
|
CoreManagement.ListShippingCosts = ListShippingCosts;
|
|
@@ -5649,7 +5787,7 @@
|
|
|
5649
5787
|
class ListShippingMethodTransportationTimes {
|
|
5650
5788
|
constructor() {
|
|
5651
5789
|
this.name = 'CoreManagement:ListShippingMethodTransportationTimes';
|
|
5652
|
-
this.path = '/
|
|
5790
|
+
this.path = '/message/ListShippingMethodTransportationTimes';
|
|
5653
5791
|
}
|
|
5654
5792
|
}
|
|
5655
5793
|
CoreManagement.ListShippingMethodTransportationTimes = ListShippingMethodTransportationTimes;
|
|
@@ -5663,7 +5801,7 @@
|
|
|
5663
5801
|
class ListShippingMethods {
|
|
5664
5802
|
constructor() {
|
|
5665
5803
|
this.name = 'CoreManagement:ListShippingMethods';
|
|
5666
|
-
this.path = '/
|
|
5804
|
+
this.path = '/message/ListShippingMethods';
|
|
5667
5805
|
}
|
|
5668
5806
|
}
|
|
5669
5807
|
CoreManagement.ListShippingMethods = ListShippingMethods;
|
|
@@ -5677,7 +5815,7 @@
|
|
|
5677
5815
|
class ListShippingRestrictions {
|
|
5678
5816
|
constructor() {
|
|
5679
5817
|
this.name = 'CoreManagement:ListShippingRestrictions';
|
|
5680
|
-
this.path = '/
|
|
5818
|
+
this.path = '/message/ListShippingRestrictions';
|
|
5681
5819
|
}
|
|
5682
5820
|
}
|
|
5683
5821
|
CoreManagement.ListShippingRestrictions = ListShippingRestrictions;
|
|
@@ -5691,7 +5829,7 @@
|
|
|
5691
5829
|
class ListStockAllocationRules {
|
|
5692
5830
|
constructor() {
|
|
5693
5831
|
this.name = 'CoreManagement:ListStockAllocationRules';
|
|
5694
|
-
this.path = '/
|
|
5832
|
+
this.path = '/message/ListStockAllocationRules';
|
|
5695
5833
|
}
|
|
5696
5834
|
}
|
|
5697
5835
|
CoreManagement.ListStockAllocationRules = ListStockAllocationRules;
|
|
@@ -5707,7 +5845,7 @@
|
|
|
5707
5845
|
class ListStockForOrganizationUnits {
|
|
5708
5846
|
constructor() {
|
|
5709
5847
|
this.name = 'CoreManagement:ListStockForOrganizationUnits';
|
|
5710
|
-
this.path = '/
|
|
5848
|
+
this.path = '/message/ListStockForOrganizationUnits';
|
|
5711
5849
|
}
|
|
5712
5850
|
}
|
|
5713
5851
|
CoreManagement.ListStockForOrganizationUnits = ListStockForOrganizationUnits;
|
|
@@ -5721,7 +5859,7 @@
|
|
|
5721
5859
|
class ListStockMutationReasons {
|
|
5722
5860
|
constructor() {
|
|
5723
5861
|
this.name = 'CoreManagement:ListStockMutationReasons';
|
|
5724
|
-
this.path = '/
|
|
5862
|
+
this.path = '/message/ListStockMutationReasons';
|
|
5725
5863
|
}
|
|
5726
5864
|
}
|
|
5727
5865
|
CoreManagement.ListStockMutationReasons = ListStockMutationReasons;
|
|
@@ -5735,7 +5873,7 @@
|
|
|
5735
5873
|
class ListStockMutationUnitCostSourceLedger {
|
|
5736
5874
|
constructor() {
|
|
5737
5875
|
this.name = 'CoreManagement:ListStockMutationUnitCostSourceLedger';
|
|
5738
|
-
this.path = '/
|
|
5876
|
+
this.path = '/message/ListStockMutationUnitCostSourceLedger';
|
|
5739
5877
|
}
|
|
5740
5878
|
}
|
|
5741
5879
|
CoreManagement.ListStockMutationUnitCostSourceLedger = ListStockMutationUnitCostSourceLedger;
|
|
@@ -5749,7 +5887,7 @@
|
|
|
5749
5887
|
class ListSubscriptions {
|
|
5750
5888
|
constructor() {
|
|
5751
5889
|
this.name = 'CoreManagement:ListSubscriptions';
|
|
5752
|
-
this.path = '/
|
|
5890
|
+
this.path = '/message/ListSubscriptions';
|
|
5753
5891
|
}
|
|
5754
5892
|
}
|
|
5755
5893
|
CoreManagement.ListSubscriptions = ListSubscriptions;
|
|
@@ -5765,7 +5903,7 @@
|
|
|
5765
5903
|
class ListSupplierProducts {
|
|
5766
5904
|
constructor() {
|
|
5767
5905
|
this.name = 'CoreManagement:ListSupplierProducts';
|
|
5768
|
-
this.path = '/
|
|
5906
|
+
this.path = '/message/ListSupplierProducts';
|
|
5769
5907
|
}
|
|
5770
5908
|
}
|
|
5771
5909
|
CoreManagement.ListSupplierProducts = ListSupplierProducts;
|
|
@@ -5779,7 +5917,7 @@
|
|
|
5779
5917
|
class ListTemplateHandlers {
|
|
5780
5918
|
constructor() {
|
|
5781
5919
|
this.name = 'CoreManagement:ListTemplateHandlers';
|
|
5782
|
-
this.path = '/
|
|
5920
|
+
this.path = '/message/ListTemplateHandlers';
|
|
5783
5921
|
}
|
|
5784
5922
|
}
|
|
5785
5923
|
CoreManagement.ListTemplateHandlers = ListTemplateHandlers;
|
|
@@ -5793,7 +5931,7 @@
|
|
|
5793
5931
|
class ListUnitPriceCorrectionReasons {
|
|
5794
5932
|
constructor() {
|
|
5795
5933
|
this.name = 'CoreManagement:ListUnitPriceCorrectionReasons';
|
|
5796
|
-
this.path = '/
|
|
5934
|
+
this.path = '/message/ListUnitPriceCorrectionReasons';
|
|
5797
5935
|
}
|
|
5798
5936
|
}
|
|
5799
5937
|
CoreManagement.ListUnitPriceCorrectionReasons = ListUnitPriceCorrectionReasons;
|
|
@@ -5807,7 +5945,7 @@
|
|
|
5807
5945
|
class ListUserOrganizationUnitRoles {
|
|
5808
5946
|
constructor() {
|
|
5809
5947
|
this.name = 'CoreManagement:ListUserOrganizationUnitRoles';
|
|
5810
|
-
this.path = '/
|
|
5948
|
+
this.path = '/message/ListUserOrganizationUnitRoles';
|
|
5811
5949
|
}
|
|
5812
5950
|
}
|
|
5813
5951
|
CoreManagement.ListUserOrganizationUnitRoles = ListUserOrganizationUnitRoles;
|
|
@@ -5821,7 +5959,7 @@
|
|
|
5821
5959
|
class ListUserRequirementSets {
|
|
5822
5960
|
constructor() {
|
|
5823
5961
|
this.name = 'CoreManagement:ListUserRequirementSets';
|
|
5824
|
-
this.path = '/
|
|
5962
|
+
this.path = '/message/ListUserRequirementSets';
|
|
5825
5963
|
}
|
|
5826
5964
|
}
|
|
5827
5965
|
CoreManagement.ListUserRequirementSets = ListUserRequirementSets;
|
|
@@ -5835,7 +5973,7 @@
|
|
|
5835
5973
|
class ListUserRequirements {
|
|
5836
5974
|
constructor() {
|
|
5837
5975
|
this.name = 'CoreManagement:ListUserRequirements';
|
|
5838
|
-
this.path = '/
|
|
5976
|
+
this.path = '/message/ListUserRequirements';
|
|
5839
5977
|
}
|
|
5840
5978
|
}
|
|
5841
5979
|
CoreManagement.ListUserRequirements = ListUserRequirements;
|
|
@@ -5849,7 +5987,7 @@
|
|
|
5849
5987
|
class ListVisibilityGroupConfigurations {
|
|
5850
5988
|
constructor() {
|
|
5851
5989
|
this.name = 'CoreManagement:ListVisibilityGroupConfigurations';
|
|
5852
|
-
this.path = '/
|
|
5990
|
+
this.path = '/message/ListVisibilityGroupConfigurations';
|
|
5853
5991
|
}
|
|
5854
5992
|
}
|
|
5855
5993
|
CoreManagement.ListVisibilityGroupConfigurations = ListVisibilityGroupConfigurations;
|
|
@@ -5863,10 +6001,24 @@
|
|
|
5863
6001
|
class ListVisibilityGroups {
|
|
5864
6002
|
constructor() {
|
|
5865
6003
|
this.name = 'CoreManagement:ListVisibilityGroups';
|
|
5866
|
-
this.path = '/
|
|
6004
|
+
this.path = '/message/ListVisibilityGroups';
|
|
5867
6005
|
}
|
|
5868
6006
|
}
|
|
5869
6007
|
CoreManagement.ListVisibilityGroups = ListVisibilityGroups;
|
|
6008
|
+
/**
|
|
6009
|
+
* List the wishlists.
|
|
6010
|
+
*
|
|
6011
|
+
* @export
|
|
6012
|
+
* @class ListWishlists
|
|
6013
|
+
* @implements {EvaService}
|
|
6014
|
+
*/
|
|
6015
|
+
class ListWishlists {
|
|
6016
|
+
constructor() {
|
|
6017
|
+
this.name = 'CoreManagement:ListWishlists';
|
|
6018
|
+
this.path = '/message/ListWishlists';
|
|
6019
|
+
}
|
|
6020
|
+
}
|
|
6021
|
+
CoreManagement.ListWishlists = ListWishlists;
|
|
5870
6022
|
/**
|
|
5871
6023
|
* Creates a localized Name and Description for the OpenCashDrawerReason.
|
|
5872
6024
|
Language is required, Country is optional.
|
|
@@ -5878,7 +6030,7 @@
|
|
|
5878
6030
|
class LocalizeOpenCashDrawerReason {
|
|
5879
6031
|
constructor() {
|
|
5880
6032
|
this.name = 'CoreManagement:LocalizeOpenCashDrawerReason';
|
|
5881
|
-
this.path = '/
|
|
6033
|
+
this.path = '/message/LocalizeOpenCashDrawerReason';
|
|
5882
6034
|
}
|
|
5883
6035
|
}
|
|
5884
6036
|
CoreManagement.LocalizeOpenCashDrawerReason = LocalizeOpenCashDrawerReason;
|
|
@@ -5894,7 +6046,7 @@
|
|
|
5894
6046
|
class MoveDiscountLayer {
|
|
5895
6047
|
constructor() {
|
|
5896
6048
|
this.name = 'CoreManagement:MoveDiscountLayer';
|
|
5897
|
-
this.path = '/
|
|
6049
|
+
this.path = '/message/MoveDiscountLayer';
|
|
5898
6050
|
}
|
|
5899
6051
|
}
|
|
5900
6052
|
CoreManagement.MoveDiscountLayer = MoveDiscountLayer;
|
|
@@ -5908,7 +6060,7 @@
|
|
|
5908
6060
|
class PreviewMessageTemplate {
|
|
5909
6061
|
constructor() {
|
|
5910
6062
|
this.name = 'CoreManagement:PreviewMessageTemplate';
|
|
5911
|
-
this.path = '/
|
|
6063
|
+
this.path = '/message/PreviewMessageTemplate';
|
|
5912
6064
|
}
|
|
5913
6065
|
}
|
|
5914
6066
|
CoreManagement.PreviewMessageTemplate = PreviewMessageTemplate;
|
|
@@ -5922,7 +6074,7 @@
|
|
|
5922
6074
|
class PreviewOrganizationUnitSet {
|
|
5923
6075
|
constructor() {
|
|
5924
6076
|
this.name = 'CoreManagement:PreviewOrganizationUnitSet';
|
|
5925
|
-
this.path = '/
|
|
6077
|
+
this.path = '/message/PreviewOrganizationUnitSet';
|
|
5926
6078
|
}
|
|
5927
6079
|
}
|
|
5928
6080
|
CoreManagement.PreviewOrganizationUnitSet = PreviewOrganizationUnitSet;
|
|
@@ -5936,7 +6088,7 @@
|
|
|
5936
6088
|
class PreviewPriceListRoundingAdjustment {
|
|
5937
6089
|
constructor() {
|
|
5938
6090
|
this.name = 'CoreManagement:PreviewPriceListRoundingAdjustment';
|
|
5939
|
-
this.path = '/
|
|
6091
|
+
this.path = '/message/PreviewPriceListRoundingAdjustment';
|
|
5940
6092
|
}
|
|
5941
6093
|
}
|
|
5942
6094
|
CoreManagement.PreviewPriceListRoundingAdjustment = PreviewPriceListRoundingAdjustment;
|
|
@@ -5954,7 +6106,7 @@
|
|
|
5954
6106
|
class PrintQRCode {
|
|
5955
6107
|
constructor() {
|
|
5956
6108
|
this.name = 'CoreManagement:PrintQRCode';
|
|
5957
|
-
this.path = '/
|
|
6109
|
+
this.path = '/message/PrintQRCode';
|
|
5958
6110
|
}
|
|
5959
6111
|
}
|
|
5960
6112
|
CoreManagement.PrintQRCode = PrintQRCode;
|
|
@@ -5968,7 +6120,7 @@
|
|
|
5968
6120
|
class ProcessUnshippedPurchaseOrdersFromExcel {
|
|
5969
6121
|
constructor() {
|
|
5970
6122
|
this.name = 'CoreManagement:ProcessUnshippedPurchaseOrdersFromExcel';
|
|
5971
|
-
this.path = '/
|
|
6123
|
+
this.path = '/message/ProcessUnshippedPurchaseOrdersFromExcel';
|
|
5972
6124
|
}
|
|
5973
6125
|
}
|
|
5974
6126
|
CoreManagement.ProcessUnshippedPurchaseOrdersFromExcel = ProcessUnshippedPurchaseOrdersFromExcel;
|
|
@@ -5982,7 +6134,7 @@
|
|
|
5982
6134
|
class PushCase {
|
|
5983
6135
|
constructor() {
|
|
5984
6136
|
this.name = 'CoreManagement:PushCase';
|
|
5985
|
-
this.path = '/
|
|
6137
|
+
this.path = '/message/PushCase';
|
|
5986
6138
|
}
|
|
5987
6139
|
}
|
|
5988
6140
|
CoreManagement.PushCase = PushCase;
|
|
@@ -5996,7 +6148,7 @@
|
|
|
5996
6148
|
class RefillStockAllocation {
|
|
5997
6149
|
constructor() {
|
|
5998
6150
|
this.name = 'CoreManagement:RefillStockAllocation';
|
|
5999
|
-
this.path = '/
|
|
6151
|
+
this.path = '/message/RefillStockAllocation';
|
|
6000
6152
|
}
|
|
6001
6153
|
}
|
|
6002
6154
|
CoreManagement.RefillStockAllocation = RefillStockAllocation;
|
|
@@ -6010,7 +6162,7 @@
|
|
|
6010
6162
|
class RemoveCaseInteractionBlob {
|
|
6011
6163
|
constructor() {
|
|
6012
6164
|
this.name = 'CoreManagement:RemoveCaseInteractionBlob';
|
|
6013
|
-
this.path = '/
|
|
6165
|
+
this.path = '/message/RemoveCaseInteractionBlob';
|
|
6014
6166
|
}
|
|
6015
6167
|
}
|
|
6016
6168
|
CoreManagement.RemoveCaseInteractionBlob = RemoveCaseInteractionBlob;
|
|
@@ -6024,7 +6176,7 @@
|
|
|
6024
6176
|
class RemoveCaseRelatedItems {
|
|
6025
6177
|
constructor() {
|
|
6026
6178
|
this.name = 'CoreManagement:RemoveCaseRelatedItems';
|
|
6027
|
-
this.path = '/
|
|
6179
|
+
this.path = '/message/RemoveCaseRelatedItems';
|
|
6028
6180
|
}
|
|
6029
6181
|
}
|
|
6030
6182
|
CoreManagement.RemoveCaseRelatedItems = RemoveCaseRelatedItems;
|
|
@@ -6038,7 +6190,7 @@
|
|
|
6038
6190
|
class RemovePackageFromCarrier {
|
|
6039
6191
|
constructor() {
|
|
6040
6192
|
this.name = 'CoreManagement:RemovePackageFromCarrier';
|
|
6041
|
-
this.path = '/
|
|
6193
|
+
this.path = '/message/RemovePackageFromCarrier';
|
|
6042
6194
|
}
|
|
6043
6195
|
}
|
|
6044
6196
|
CoreManagement.RemovePackageFromCarrier = RemovePackageFromCarrier;
|
|
@@ -6052,7 +6204,7 @@
|
|
|
6052
6204
|
class RemoveProductsFromAssortment {
|
|
6053
6205
|
constructor() {
|
|
6054
6206
|
this.name = 'CoreManagement:RemoveProductsFromAssortment';
|
|
6055
|
-
this.path = '/
|
|
6207
|
+
this.path = '/message/RemoveProductsFromAssortment';
|
|
6056
6208
|
}
|
|
6057
6209
|
}
|
|
6058
6210
|
CoreManagement.RemoveProductsFromAssortment = RemoveProductsFromAssortment;
|
|
@@ -6066,7 +6218,7 @@
|
|
|
6066
6218
|
class RemoveRolesFromManualDiscount {
|
|
6067
6219
|
constructor() {
|
|
6068
6220
|
this.name = 'CoreManagement:RemoveRolesFromManualDiscount';
|
|
6069
|
-
this.path = '/
|
|
6221
|
+
this.path = '/message/RemoveRolesFromManualDiscount';
|
|
6070
6222
|
}
|
|
6071
6223
|
}
|
|
6072
6224
|
CoreManagement.RemoveRolesFromManualDiscount = RemoveRolesFromManualDiscount;
|
|
@@ -6080,7 +6232,7 @@
|
|
|
6080
6232
|
class SearchDiscountsByQuery {
|
|
6081
6233
|
constructor() {
|
|
6082
6234
|
this.name = 'CoreManagement:SearchDiscountsByQuery';
|
|
6083
|
-
this.path = '/
|
|
6235
|
+
this.path = '/message/SearchDiscountsByQuery';
|
|
6084
6236
|
}
|
|
6085
6237
|
}
|
|
6086
6238
|
CoreManagement.SearchDiscountsByQuery = SearchDiscountsByQuery;
|
|
@@ -6094,7 +6246,7 @@
|
|
|
6094
6246
|
class SearchStockMutations {
|
|
6095
6247
|
constructor() {
|
|
6096
6248
|
this.name = 'CoreManagement:SearchStockMutations';
|
|
6097
|
-
this.path = '/
|
|
6249
|
+
this.path = '/message/SearchStockMutations';
|
|
6098
6250
|
}
|
|
6099
6251
|
}
|
|
6100
6252
|
CoreManagement.SearchStockMutations = SearchStockMutations;
|
|
@@ -6108,7 +6260,7 @@
|
|
|
6108
6260
|
class SendSampleMailMessageTemplate {
|
|
6109
6261
|
constructor() {
|
|
6110
6262
|
this.name = 'CoreManagement:SendSampleMailMessageTemplate';
|
|
6111
|
-
this.path = '/
|
|
6263
|
+
this.path = '/message/SendSampleMailMessageTemplate';
|
|
6112
6264
|
}
|
|
6113
6265
|
}
|
|
6114
6266
|
CoreManagement.SendSampleMailMessageTemplate = SendSampleMailMessageTemplate;
|
|
@@ -6127,7 +6279,7 @@
|
|
|
6127
6279
|
class SetAppSetting {
|
|
6128
6280
|
constructor() {
|
|
6129
6281
|
this.name = 'CoreManagement:SetAppSetting';
|
|
6130
|
-
this.path = '/
|
|
6282
|
+
this.path = '/message/SetAppSetting';
|
|
6131
6283
|
}
|
|
6132
6284
|
}
|
|
6133
6285
|
CoreManagement.SetAppSetting = SetAppSetting;
|
|
@@ -6146,7 +6298,7 @@
|
|
|
6146
6298
|
class SetAppSettings {
|
|
6147
6299
|
constructor() {
|
|
6148
6300
|
this.name = 'CoreManagement:SetAppSettings';
|
|
6149
|
-
this.path = '/
|
|
6301
|
+
this.path = '/message/SetAppSettings';
|
|
6150
6302
|
}
|
|
6151
6303
|
}
|
|
6152
6304
|
CoreManagement.SetAppSettings = SetAppSettings;
|
|
@@ -6160,7 +6312,7 @@
|
|
|
6160
6312
|
class SetAuditingSettings {
|
|
6161
6313
|
constructor() {
|
|
6162
6314
|
this.name = 'CoreManagement:SetAuditingSettings';
|
|
6163
|
-
this.path = '/
|
|
6315
|
+
this.path = '/message/SetAuditingSettings';
|
|
6164
6316
|
}
|
|
6165
6317
|
}
|
|
6166
6318
|
CoreManagement.SetAuditingSettings = SetAuditingSettings;
|
|
@@ -6181,7 +6333,7 @@
|
|
|
6181
6333
|
class SetCaseRelatedData {
|
|
6182
6334
|
constructor() {
|
|
6183
6335
|
this.name = 'CoreManagement:SetCaseRelatedData';
|
|
6184
|
-
this.path = '/
|
|
6336
|
+
this.path = '/message/SetCaseRelatedData';
|
|
6185
6337
|
}
|
|
6186
6338
|
}
|
|
6187
6339
|
CoreManagement.SetCaseRelatedData = SetCaseRelatedData;
|
|
@@ -6195,7 +6347,7 @@
|
|
|
6195
6347
|
class SetCustomFieldOptions {
|
|
6196
6348
|
constructor() {
|
|
6197
6349
|
this.name = 'CoreManagement:SetCustomFieldOptions';
|
|
6198
|
-
this.path = '/
|
|
6350
|
+
this.path = '/message/SetCustomFieldOptions';
|
|
6199
6351
|
}
|
|
6200
6352
|
}
|
|
6201
6353
|
CoreManagement.SetCustomFieldOptions = SetCustomFieldOptions;
|
|
@@ -6209,7 +6361,7 @@
|
|
|
6209
6361
|
class SetOrganizationUnitSupplierData {
|
|
6210
6362
|
constructor() {
|
|
6211
6363
|
this.name = 'CoreManagement:SetOrganizationUnitSupplierData';
|
|
6212
|
-
this.path = '/
|
|
6364
|
+
this.path = '/message/SetOrganizationUnitSupplierData';
|
|
6213
6365
|
}
|
|
6214
6366
|
}
|
|
6215
6367
|
CoreManagement.SetOrganizationUnitSupplierData = SetOrganizationUnitSupplierData;
|
|
@@ -6223,7 +6375,7 @@
|
|
|
6223
6375
|
class SetPaymentTypeRoles {
|
|
6224
6376
|
constructor() {
|
|
6225
6377
|
this.name = 'CoreManagement:SetPaymentTypeRoles';
|
|
6226
|
-
this.path = '/
|
|
6378
|
+
this.path = '/message/SetPaymentTypeRoles';
|
|
6227
6379
|
}
|
|
6228
6380
|
}
|
|
6229
6381
|
CoreManagement.SetPaymentTypeRoles = SetPaymentTypeRoles;
|
|
@@ -6237,7 +6389,7 @@
|
|
|
6237
6389
|
class SetRolesForRoleSet {
|
|
6238
6390
|
constructor() {
|
|
6239
6391
|
this.name = 'CoreManagement:SetRolesForRoleSet';
|
|
6240
|
-
this.path = '/
|
|
6392
|
+
this.path = '/message/SetRolesForRoleSet';
|
|
6241
6393
|
}
|
|
6242
6394
|
}
|
|
6243
6395
|
CoreManagement.SetRolesForRoleSet = SetRolesForRoleSet;
|
|
@@ -6251,7 +6403,7 @@
|
|
|
6251
6403
|
class SetSetting {
|
|
6252
6404
|
constructor() {
|
|
6253
6405
|
this.name = 'CoreManagement:SetSetting';
|
|
6254
|
-
this.path = '/
|
|
6406
|
+
this.path = '/message/SetSetting';
|
|
6255
6407
|
}
|
|
6256
6408
|
}
|
|
6257
6409
|
CoreManagement.SetSetting = SetSetting;
|
|
@@ -6267,7 +6419,7 @@
|
|
|
6267
6419
|
class SetSettings {
|
|
6268
6420
|
constructor() {
|
|
6269
6421
|
this.name = 'CoreManagement:SetSettings';
|
|
6270
|
-
this.path = '/
|
|
6422
|
+
this.path = '/message/SetSettings';
|
|
6271
6423
|
}
|
|
6272
6424
|
}
|
|
6273
6425
|
CoreManagement.SetSettings = SetSettings;
|
|
@@ -6287,7 +6439,7 @@
|
|
|
6287
6439
|
class SetUserRoles {
|
|
6288
6440
|
constructor() {
|
|
6289
6441
|
this.name = 'CoreManagement:SetUserRoles';
|
|
6290
|
-
this.path = '/
|
|
6442
|
+
this.path = '/message/SetUserRoles';
|
|
6291
6443
|
}
|
|
6292
6444
|
}
|
|
6293
6445
|
CoreManagement.SetUserRoles = SetUserRoles;
|
|
@@ -6304,7 +6456,7 @@
|
|
|
6304
6456
|
class UnsetAppSetting {
|
|
6305
6457
|
constructor() {
|
|
6306
6458
|
this.name = 'CoreManagement:UnsetAppSetting';
|
|
6307
|
-
this.path = '/
|
|
6459
|
+
this.path = '/message/UnsetAppSetting';
|
|
6308
6460
|
}
|
|
6309
6461
|
}
|
|
6310
6462
|
CoreManagement.UnsetAppSetting = UnsetAppSetting;
|
|
@@ -6318,7 +6470,7 @@
|
|
|
6318
6470
|
class UnsetCustomFieldOptions {
|
|
6319
6471
|
constructor() {
|
|
6320
6472
|
this.name = 'CoreManagement:UnsetCustomFieldOptions';
|
|
6321
|
-
this.path = '/
|
|
6473
|
+
this.path = '/message/UnsetCustomFieldOptions';
|
|
6322
6474
|
}
|
|
6323
6475
|
}
|
|
6324
6476
|
CoreManagement.UnsetCustomFieldOptions = UnsetCustomFieldOptions;
|
|
@@ -6332,7 +6484,7 @@
|
|
|
6332
6484
|
class UnsetSetting {
|
|
6333
6485
|
constructor() {
|
|
6334
6486
|
this.name = 'CoreManagement:UnsetSetting';
|
|
6335
|
-
this.path = '/
|
|
6487
|
+
this.path = '/message/UnsetSetting';
|
|
6336
6488
|
}
|
|
6337
6489
|
}
|
|
6338
6490
|
CoreManagement.UnsetSetting = UnsetSetting;
|
|
@@ -6346,7 +6498,7 @@
|
|
|
6346
6498
|
class UpdateAccount {
|
|
6347
6499
|
constructor() {
|
|
6348
6500
|
this.name = 'CoreManagement:UpdateAccount';
|
|
6349
|
-
this.path = '/
|
|
6501
|
+
this.path = '/message/UpdateAccount';
|
|
6350
6502
|
}
|
|
6351
6503
|
}
|
|
6352
6504
|
CoreManagement.UpdateAccount = UpdateAccount;
|
|
@@ -6360,7 +6512,7 @@
|
|
|
6360
6512
|
class UpdateAssortment {
|
|
6361
6513
|
constructor() {
|
|
6362
6514
|
this.name = 'CoreManagement:UpdateAssortment';
|
|
6363
|
-
this.path = '/
|
|
6515
|
+
this.path = '/message/UpdateAssortment';
|
|
6364
6516
|
}
|
|
6365
6517
|
}
|
|
6366
6518
|
CoreManagement.UpdateAssortment = UpdateAssortment;
|
|
@@ -6374,7 +6526,7 @@
|
|
|
6374
6526
|
class UpdateCarrier {
|
|
6375
6527
|
constructor() {
|
|
6376
6528
|
this.name = 'CoreManagement:UpdateCarrier';
|
|
6377
|
-
this.path = '/
|
|
6529
|
+
this.path = '/message/UpdateCarrier';
|
|
6378
6530
|
}
|
|
6379
6531
|
}
|
|
6380
6532
|
CoreManagement.UpdateCarrier = UpdateCarrier;
|
|
@@ -6388,7 +6540,7 @@
|
|
|
6388
6540
|
class UpdateCase {
|
|
6389
6541
|
constructor() {
|
|
6390
6542
|
this.name = 'CoreManagement:UpdateCase';
|
|
6391
|
-
this.path = '/
|
|
6543
|
+
this.path = '/message/UpdateCase';
|
|
6392
6544
|
}
|
|
6393
6545
|
}
|
|
6394
6546
|
CoreManagement.UpdateCase = UpdateCase;
|
|
@@ -6402,7 +6554,7 @@
|
|
|
6402
6554
|
class UpdateCaseInteraction {
|
|
6403
6555
|
constructor() {
|
|
6404
6556
|
this.name = 'CoreManagement:UpdateCaseInteraction';
|
|
6405
|
-
this.path = '/
|
|
6557
|
+
this.path = '/message/UpdateCaseInteraction';
|
|
6406
6558
|
}
|
|
6407
6559
|
}
|
|
6408
6560
|
CoreManagement.UpdateCaseInteraction = UpdateCaseInteraction;
|
|
@@ -6416,7 +6568,7 @@
|
|
|
6416
6568
|
class UpdateCaseState {
|
|
6417
6569
|
constructor() {
|
|
6418
6570
|
this.name = 'CoreManagement:UpdateCaseState';
|
|
6419
|
-
this.path = '/
|
|
6571
|
+
this.path = '/message/UpdateCaseState';
|
|
6420
6572
|
}
|
|
6421
6573
|
}
|
|
6422
6574
|
CoreManagement.UpdateCaseState = UpdateCaseState;
|
|
@@ -6430,7 +6582,7 @@
|
|
|
6430
6582
|
class UpdateCaseStatus {
|
|
6431
6583
|
constructor() {
|
|
6432
6584
|
this.name = 'CoreManagement:UpdateCaseStatus';
|
|
6433
|
-
this.path = '/
|
|
6585
|
+
this.path = '/message/UpdateCaseStatus';
|
|
6434
6586
|
}
|
|
6435
6587
|
}
|
|
6436
6588
|
CoreManagement.UpdateCaseStatus = UpdateCaseStatus;
|
|
@@ -6444,7 +6596,7 @@
|
|
|
6444
6596
|
class UpdateCaseSummary {
|
|
6445
6597
|
constructor() {
|
|
6446
6598
|
this.name = 'CoreManagement:UpdateCaseSummary';
|
|
6447
|
-
this.path = '/
|
|
6599
|
+
this.path = '/message/UpdateCaseSummary';
|
|
6448
6600
|
}
|
|
6449
6601
|
}
|
|
6450
6602
|
CoreManagement.UpdateCaseSummary = UpdateCaseSummary;
|
|
@@ -6458,7 +6610,7 @@
|
|
|
6458
6610
|
class UpdateCaseTopic {
|
|
6459
6611
|
constructor() {
|
|
6460
6612
|
this.name = 'CoreManagement:UpdateCaseTopic';
|
|
6461
|
-
this.path = '/
|
|
6613
|
+
this.path = '/message/UpdateCaseTopic';
|
|
6462
6614
|
}
|
|
6463
6615
|
}
|
|
6464
6616
|
CoreManagement.UpdateCaseTopic = UpdateCaseTopic;
|
|
@@ -6472,7 +6624,7 @@
|
|
|
6472
6624
|
class UpdateCashExpenseType {
|
|
6473
6625
|
constructor() {
|
|
6474
6626
|
this.name = 'CoreManagement:UpdateCashExpenseType';
|
|
6475
|
-
this.path = '/
|
|
6627
|
+
this.path = '/message/UpdateCashExpenseType';
|
|
6476
6628
|
}
|
|
6477
6629
|
}
|
|
6478
6630
|
CoreManagement.UpdateCashExpenseType = UpdateCashExpenseType;
|
|
@@ -6486,7 +6638,7 @@
|
|
|
6486
6638
|
class UpdateCashHandler {
|
|
6487
6639
|
constructor() {
|
|
6488
6640
|
this.name = 'CoreManagement:UpdateCashHandler';
|
|
6489
|
-
this.path = '/
|
|
6641
|
+
this.path = '/message/UpdateCashHandler';
|
|
6490
6642
|
}
|
|
6491
6643
|
}
|
|
6492
6644
|
CoreManagement.UpdateCashHandler = UpdateCashHandler;
|
|
@@ -6500,7 +6652,7 @@
|
|
|
6500
6652
|
class UpdateCheckoutOption {
|
|
6501
6653
|
constructor() {
|
|
6502
6654
|
this.name = 'CoreManagement:UpdateCheckoutOption';
|
|
6503
|
-
this.path = '/
|
|
6655
|
+
this.path = '/message/UpdateCheckoutOption';
|
|
6504
6656
|
}
|
|
6505
6657
|
}
|
|
6506
6658
|
CoreManagement.UpdateCheckoutOption = UpdateCheckoutOption;
|
|
@@ -6514,7 +6666,7 @@
|
|
|
6514
6666
|
class UpdateCheckoutOptionCategory {
|
|
6515
6667
|
constructor() {
|
|
6516
6668
|
this.name = 'CoreManagement:UpdateCheckoutOptionCategory';
|
|
6517
|
-
this.path = '/
|
|
6669
|
+
this.path = '/message/UpdateCheckoutOptionCategory';
|
|
6518
6670
|
}
|
|
6519
6671
|
}
|
|
6520
6672
|
CoreManagement.UpdateCheckoutOptionCategory = UpdateCheckoutOptionCategory;
|
|
@@ -6530,7 +6682,7 @@
|
|
|
6530
6682
|
class UpdateCheckoutOptionSequences {
|
|
6531
6683
|
constructor() {
|
|
6532
6684
|
this.name = 'CoreManagement:UpdateCheckoutOptionSequences';
|
|
6533
|
-
this.path = '/
|
|
6685
|
+
this.path = '/message/UpdateCheckoutOptionSequences';
|
|
6534
6686
|
}
|
|
6535
6687
|
}
|
|
6536
6688
|
CoreManagement.UpdateCheckoutOptionSequences = UpdateCheckoutOptionSequences;
|
|
@@ -6544,7 +6696,7 @@
|
|
|
6544
6696
|
class UpdateClientApplication {
|
|
6545
6697
|
constructor() {
|
|
6546
6698
|
this.name = 'CoreManagement:UpdateClientApplication';
|
|
6547
|
-
this.path = '/
|
|
6699
|
+
this.path = '/message/UpdateClientApplication';
|
|
6548
6700
|
}
|
|
6549
6701
|
}
|
|
6550
6702
|
CoreManagement.UpdateClientApplication = UpdateClientApplication;
|
|
@@ -6558,7 +6710,7 @@
|
|
|
6558
6710
|
class UpdateCompany {
|
|
6559
6711
|
constructor() {
|
|
6560
6712
|
this.name = 'CoreManagement:UpdateCompany';
|
|
6561
|
-
this.path = '/
|
|
6713
|
+
this.path = '/message/UpdateCompany';
|
|
6562
6714
|
}
|
|
6563
6715
|
}
|
|
6564
6716
|
CoreManagement.UpdateCompany = UpdateCompany;
|
|
@@ -6572,7 +6724,7 @@
|
|
|
6572
6724
|
class UpdateCostPriceCalculation {
|
|
6573
6725
|
constructor() {
|
|
6574
6726
|
this.name = 'CoreManagement:UpdateCostPriceCalculation';
|
|
6575
|
-
this.path = '/
|
|
6727
|
+
this.path = '/message/UpdateCostPriceCalculation';
|
|
6576
6728
|
}
|
|
6577
6729
|
}
|
|
6578
6730
|
CoreManagement.UpdateCostPriceCalculation = UpdateCostPriceCalculation;
|
|
@@ -6586,7 +6738,7 @@
|
|
|
6586
6738
|
class UpdateCustomField {
|
|
6587
6739
|
constructor() {
|
|
6588
6740
|
this.name = 'CoreManagement:UpdateCustomField';
|
|
6589
|
-
this.path = '/
|
|
6741
|
+
this.path = '/message/UpdateCustomField';
|
|
6590
6742
|
}
|
|
6591
6743
|
}
|
|
6592
6744
|
CoreManagement.UpdateCustomField = UpdateCustomField;
|
|
@@ -6600,7 +6752,7 @@
|
|
|
6600
6752
|
class UpdateDevice {
|
|
6601
6753
|
constructor() {
|
|
6602
6754
|
this.name = 'CoreManagement:UpdateDevice';
|
|
6603
|
-
this.path = '/
|
|
6755
|
+
this.path = '/message/UpdateDevice';
|
|
6604
6756
|
}
|
|
6605
6757
|
}
|
|
6606
6758
|
CoreManagement.UpdateDevice = UpdateDevice;
|
|
@@ -6614,7 +6766,7 @@
|
|
|
6614
6766
|
class UpdateDiscount {
|
|
6615
6767
|
constructor() {
|
|
6616
6768
|
this.name = 'CoreManagement:UpdateDiscount';
|
|
6617
|
-
this.path = '/
|
|
6769
|
+
this.path = '/message/UpdateDiscount';
|
|
6618
6770
|
}
|
|
6619
6771
|
}
|
|
6620
6772
|
CoreManagement.UpdateDiscount = UpdateDiscount;
|
|
@@ -6628,7 +6780,7 @@
|
|
|
6628
6780
|
class UpdateDiscountCampaign {
|
|
6629
6781
|
constructor() {
|
|
6630
6782
|
this.name = 'CoreManagement:UpdateDiscountCampaign';
|
|
6631
|
-
this.path = '/
|
|
6783
|
+
this.path = '/message/UpdateDiscountCampaign';
|
|
6632
6784
|
}
|
|
6633
6785
|
}
|
|
6634
6786
|
CoreManagement.UpdateDiscountCampaign = UpdateDiscountCampaign;
|
|
@@ -6644,7 +6796,7 @@
|
|
|
6644
6796
|
class UpdateDiscountCampaignBudget {
|
|
6645
6797
|
constructor() {
|
|
6646
6798
|
this.name = 'CoreManagement:UpdateDiscountCampaignBudget';
|
|
6647
|
-
this.path = '/
|
|
6799
|
+
this.path = '/message/UpdateDiscountCampaignBudget';
|
|
6648
6800
|
}
|
|
6649
6801
|
}
|
|
6650
6802
|
CoreManagement.UpdateDiscountCampaignBudget = UpdateDiscountCampaignBudget;
|
|
@@ -6658,7 +6810,7 @@
|
|
|
6658
6810
|
class UpdateDiscountCoupon {
|
|
6659
6811
|
constructor() {
|
|
6660
6812
|
this.name = 'CoreManagement:UpdateDiscountCoupon';
|
|
6661
|
-
this.path = '/
|
|
6813
|
+
this.path = '/message/UpdateDiscountCoupon';
|
|
6662
6814
|
}
|
|
6663
6815
|
}
|
|
6664
6816
|
CoreManagement.UpdateDiscountCoupon = UpdateDiscountCoupon;
|
|
@@ -6672,7 +6824,7 @@
|
|
|
6672
6824
|
class UpdateDiscountLayer {
|
|
6673
6825
|
constructor() {
|
|
6674
6826
|
this.name = 'CoreManagement:UpdateDiscountLayer';
|
|
6675
|
-
this.path = '/
|
|
6827
|
+
this.path = '/message/UpdateDiscountLayer';
|
|
6676
6828
|
}
|
|
6677
6829
|
}
|
|
6678
6830
|
CoreManagement.UpdateDiscountLayer = UpdateDiscountLayer;
|
|
@@ -6686,7 +6838,7 @@
|
|
|
6686
6838
|
class UpdateDiscountTemplate {
|
|
6687
6839
|
constructor() {
|
|
6688
6840
|
this.name = 'CoreManagement:UpdateDiscountTemplate';
|
|
6689
|
-
this.path = '/
|
|
6841
|
+
this.path = '/message/UpdateDiscountTemplate';
|
|
6690
6842
|
}
|
|
6691
6843
|
}
|
|
6692
6844
|
CoreManagement.UpdateDiscountTemplate = UpdateDiscountTemplate;
|
|
@@ -6700,7 +6852,7 @@
|
|
|
6700
6852
|
class UpdateFraudItem {
|
|
6701
6853
|
constructor() {
|
|
6702
6854
|
this.name = 'CoreManagement:UpdateFraudItem';
|
|
6703
|
-
this.path = '/
|
|
6855
|
+
this.path = '/message/UpdateFraudItem';
|
|
6704
6856
|
}
|
|
6705
6857
|
}
|
|
6706
6858
|
CoreManagement.UpdateFraudItem = UpdateFraudItem;
|
|
@@ -6714,7 +6866,7 @@
|
|
|
6714
6866
|
class UpdateGiftCardConfiguration {
|
|
6715
6867
|
constructor() {
|
|
6716
6868
|
this.name = 'CoreManagement:UpdateGiftCardConfiguration';
|
|
6717
|
-
this.path = '/
|
|
6869
|
+
this.path = '/message/UpdateGiftCardConfiguration';
|
|
6718
6870
|
}
|
|
6719
6871
|
}
|
|
6720
6872
|
CoreManagement.UpdateGiftCardConfiguration = UpdateGiftCardConfiguration;
|
|
@@ -6728,7 +6880,7 @@
|
|
|
6728
6880
|
class UpdateInquiry {
|
|
6729
6881
|
constructor() {
|
|
6730
6882
|
this.name = 'CoreManagement:UpdateInquiry';
|
|
6731
|
-
this.path = '/
|
|
6883
|
+
this.path = '/message/UpdateInquiry';
|
|
6732
6884
|
}
|
|
6733
6885
|
}
|
|
6734
6886
|
CoreManagement.UpdateInquiry = UpdateInquiry;
|
|
@@ -6742,7 +6894,7 @@
|
|
|
6742
6894
|
class UpdateInquiryItem {
|
|
6743
6895
|
constructor() {
|
|
6744
6896
|
this.name = 'CoreManagement:UpdateInquiryItem';
|
|
6745
|
-
this.path = '/
|
|
6897
|
+
this.path = '/message/UpdateInquiryItem';
|
|
6746
6898
|
}
|
|
6747
6899
|
}
|
|
6748
6900
|
CoreManagement.UpdateInquiryItem = UpdateInquiryItem;
|
|
@@ -6756,7 +6908,7 @@
|
|
|
6756
6908
|
class UpdateLoyaltyProgram {
|
|
6757
6909
|
constructor() {
|
|
6758
6910
|
this.name = 'CoreManagement:UpdateLoyaltyProgram';
|
|
6759
|
-
this.path = '/
|
|
6911
|
+
this.path = '/message/UpdateLoyaltyProgram';
|
|
6760
6912
|
}
|
|
6761
6913
|
}
|
|
6762
6914
|
CoreManagement.UpdateLoyaltyProgram = UpdateLoyaltyProgram;
|
|
@@ -6770,7 +6922,7 @@
|
|
|
6770
6922
|
class UpdateMessageTemplate {
|
|
6771
6923
|
constructor() {
|
|
6772
6924
|
this.name = 'CoreManagement:UpdateMessageTemplate';
|
|
6773
|
-
this.path = '/
|
|
6925
|
+
this.path = '/message/UpdateMessageTemplate';
|
|
6774
6926
|
}
|
|
6775
6927
|
}
|
|
6776
6928
|
CoreManagement.UpdateMessageTemplate = UpdateMessageTemplate;
|
|
@@ -6784,7 +6936,7 @@
|
|
|
6784
6936
|
class UpdateOpenCashDrawerReason {
|
|
6785
6937
|
constructor() {
|
|
6786
6938
|
this.name = 'CoreManagement:UpdateOpenCashDrawerReason';
|
|
6787
|
-
this.path = '/
|
|
6939
|
+
this.path = '/message/UpdateOpenCashDrawerReason';
|
|
6788
6940
|
}
|
|
6789
6941
|
}
|
|
6790
6942
|
CoreManagement.UpdateOpenCashDrawerReason = UpdateOpenCashDrawerReason;
|
|
@@ -6798,7 +6950,7 @@
|
|
|
6798
6950
|
class UpdateOpeningHoursType {
|
|
6799
6951
|
constructor() {
|
|
6800
6952
|
this.name = 'CoreManagement:UpdateOpeningHoursType';
|
|
6801
|
-
this.path = '/
|
|
6953
|
+
this.path = '/message/UpdateOpeningHoursType';
|
|
6802
6954
|
}
|
|
6803
6955
|
}
|
|
6804
6956
|
CoreManagement.UpdateOpeningHoursType = UpdateOpeningHoursType;
|
|
@@ -6812,7 +6964,7 @@
|
|
|
6812
6964
|
class UpdateOrderLedgerType {
|
|
6813
6965
|
constructor() {
|
|
6814
6966
|
this.name = 'CoreManagement:UpdateOrderLedgerType';
|
|
6815
|
-
this.path = '/
|
|
6967
|
+
this.path = '/message/UpdateOrderLedgerType';
|
|
6816
6968
|
}
|
|
6817
6969
|
}
|
|
6818
6970
|
CoreManagement.UpdateOrderLedgerType = UpdateOrderLedgerType;
|
|
@@ -6826,7 +6978,7 @@
|
|
|
6826
6978
|
class UpdateOrganizationUnitCurrency {
|
|
6827
6979
|
constructor() {
|
|
6828
6980
|
this.name = 'CoreManagement:UpdateOrganizationUnitCurrency';
|
|
6829
|
-
this.path = '/
|
|
6981
|
+
this.path = '/message/UpdateOrganizationUnitCurrency';
|
|
6830
6982
|
}
|
|
6831
6983
|
}
|
|
6832
6984
|
CoreManagement.UpdateOrganizationUnitCurrency = UpdateOrganizationUnitCurrency;
|
|
@@ -6842,7 +6994,7 @@
|
|
|
6842
6994
|
class UpdateOrganizationUnitOpeningHours {
|
|
6843
6995
|
constructor() {
|
|
6844
6996
|
this.name = 'CoreManagement:UpdateOrganizationUnitOpeningHours';
|
|
6845
|
-
this.path = '/
|
|
6997
|
+
this.path = '/message/UpdateOrganizationUnitOpeningHours';
|
|
6846
6998
|
}
|
|
6847
6999
|
}
|
|
6848
7000
|
CoreManagement.UpdateOrganizationUnitOpeningHours = UpdateOrganizationUnitOpeningHours;
|
|
@@ -6856,7 +7008,7 @@
|
|
|
6856
7008
|
class UpdateOrganizationUnitPublicIpAddress {
|
|
6857
7009
|
constructor() {
|
|
6858
7010
|
this.name = 'CoreManagement:UpdateOrganizationUnitPublicIpAddress';
|
|
6859
|
-
this.path = '/
|
|
7011
|
+
this.path = '/message/UpdateOrganizationUnitPublicIpAddress';
|
|
6860
7012
|
}
|
|
6861
7013
|
}
|
|
6862
7014
|
CoreManagement.UpdateOrganizationUnitPublicIpAddress = UpdateOrganizationUnitPublicIpAddress;
|
|
@@ -6894,7 +7046,7 @@
|
|
|
6894
7046
|
class UpdateOrganizationUnitRegularOpeningHours {
|
|
6895
7047
|
constructor() {
|
|
6896
7048
|
this.name = 'CoreManagement:UpdateOrganizationUnitRegularOpeningHours';
|
|
6897
|
-
this.path = '/
|
|
7049
|
+
this.path = '/message/UpdateOrganizationUnitRegularOpeningHours';
|
|
6898
7050
|
}
|
|
6899
7051
|
}
|
|
6900
7052
|
CoreManagement.UpdateOrganizationUnitRegularOpeningHours = UpdateOrganizationUnitRegularOpeningHours;
|
|
@@ -6914,7 +7066,7 @@
|
|
|
6914
7066
|
class UpdateOrganizationUnitSet {
|
|
6915
7067
|
constructor() {
|
|
6916
7068
|
this.name = 'CoreManagement:UpdateOrganizationUnitSet';
|
|
6917
|
-
this.path = '/
|
|
7069
|
+
this.path = '/message/UpdateOrganizationUnitSet';
|
|
6918
7070
|
}
|
|
6919
7071
|
}
|
|
6920
7072
|
CoreManagement.UpdateOrganizationUnitSet = UpdateOrganizationUnitSet;
|
|
@@ -6931,7 +7083,7 @@
|
|
|
6931
7083
|
class UpdateOrganizationUnitSetScope {
|
|
6932
7084
|
constructor() {
|
|
6933
7085
|
this.name = 'CoreManagement:UpdateOrganizationUnitSetScope';
|
|
6934
|
-
this.path = '/
|
|
7086
|
+
this.path = '/message/UpdateOrganizationUnitSetScope';
|
|
6935
7087
|
}
|
|
6936
7088
|
}
|
|
6937
7089
|
CoreManagement.UpdateOrganizationUnitSetScope = UpdateOrganizationUnitSetScope;
|
|
@@ -6947,7 +7099,7 @@
|
|
|
6947
7099
|
class UpdateOrganizationUnitShippingMethod {
|
|
6948
7100
|
constructor() {
|
|
6949
7101
|
this.name = 'CoreManagement:UpdateOrganizationUnitShippingMethod';
|
|
6950
|
-
this.path = '/
|
|
7102
|
+
this.path = '/message/UpdateOrganizationUnitShippingMethod';
|
|
6951
7103
|
}
|
|
6952
7104
|
}
|
|
6953
7105
|
CoreManagement.UpdateOrganizationUnitShippingMethod = UpdateOrganizationUnitShippingMethod;
|
|
@@ -6961,7 +7113,7 @@
|
|
|
6961
7113
|
class UpdatePackage {
|
|
6962
7114
|
constructor() {
|
|
6963
7115
|
this.name = 'CoreManagement:UpdatePackage';
|
|
6964
|
-
this.path = '/
|
|
7116
|
+
this.path = '/message/UpdatePackage';
|
|
6965
7117
|
}
|
|
6966
7118
|
}
|
|
6967
7119
|
CoreManagement.UpdatePackage = UpdatePackage;
|
|
@@ -6975,7 +7127,7 @@
|
|
|
6975
7127
|
class UpdatePaymentMethod {
|
|
6976
7128
|
constructor() {
|
|
6977
7129
|
this.name = 'CoreManagement:UpdatePaymentMethod';
|
|
6978
|
-
this.path = '/
|
|
7130
|
+
this.path = '/message/UpdatePaymentMethod';
|
|
6979
7131
|
}
|
|
6980
7132
|
}
|
|
6981
7133
|
CoreManagement.UpdatePaymentMethod = UpdatePaymentMethod;
|
|
@@ -6989,7 +7141,7 @@
|
|
|
6989
7141
|
class UpdatePaymentTransactionLedgerType {
|
|
6990
7142
|
constructor() {
|
|
6991
7143
|
this.name = 'CoreManagement:UpdatePaymentTransactionLedgerType';
|
|
6992
|
-
this.path = '/
|
|
7144
|
+
this.path = '/message/UpdatePaymentTransactionLedgerType';
|
|
6993
7145
|
}
|
|
6994
7146
|
}
|
|
6995
7147
|
CoreManagement.UpdatePaymentTransactionLedgerType = UpdatePaymentTransactionLedgerType;
|
|
@@ -7003,10 +7155,24 @@
|
|
|
7003
7155
|
class UpdatePaymentType {
|
|
7004
7156
|
constructor() {
|
|
7005
7157
|
this.name = 'CoreManagement:UpdatePaymentType';
|
|
7006
|
-
this.path = '/
|
|
7158
|
+
this.path = '/message/UpdatePaymentType';
|
|
7007
7159
|
}
|
|
7008
7160
|
}
|
|
7009
7161
|
CoreManagement.UpdatePaymentType = UpdatePaymentType;
|
|
7162
|
+
/**
|
|
7163
|
+
* Update a point awarding rule
|
|
7164
|
+
*
|
|
7165
|
+
* @export
|
|
7166
|
+
* @class UpdatePointAwardingRule
|
|
7167
|
+
* @implements {EvaService}
|
|
7168
|
+
*/
|
|
7169
|
+
class UpdatePointAwardingRule {
|
|
7170
|
+
constructor() {
|
|
7171
|
+
this.name = 'CoreManagement:UpdatePointAwardingRule';
|
|
7172
|
+
this.path = '/message/UpdatePointAwardingRule';
|
|
7173
|
+
}
|
|
7174
|
+
}
|
|
7175
|
+
CoreManagement.UpdatePointAwardingRule = UpdatePointAwardingRule;
|
|
7010
7176
|
/**
|
|
7011
7177
|
* Update an existing PriceList
|
|
7012
7178
|
*
|
|
@@ -7017,7 +7183,7 @@
|
|
|
7017
7183
|
class UpdatePriceList {
|
|
7018
7184
|
constructor() {
|
|
7019
7185
|
this.name = 'CoreManagement:UpdatePriceList';
|
|
7020
|
-
this.path = '/
|
|
7186
|
+
this.path = '/message/UpdatePriceList';
|
|
7021
7187
|
}
|
|
7022
7188
|
}
|
|
7023
7189
|
CoreManagement.UpdatePriceList = UpdatePriceList;
|
|
@@ -7031,7 +7197,7 @@
|
|
|
7031
7197
|
class UpdatePriceListAdjustment {
|
|
7032
7198
|
constructor() {
|
|
7033
7199
|
this.name = 'CoreManagement:UpdatePriceListAdjustment';
|
|
7034
|
-
this.path = '/
|
|
7200
|
+
this.path = '/message/UpdatePriceListAdjustment';
|
|
7035
7201
|
}
|
|
7036
7202
|
}
|
|
7037
7203
|
CoreManagement.UpdatePriceListAdjustment = UpdatePriceListAdjustment;
|
|
@@ -7045,7 +7211,7 @@
|
|
|
7045
7211
|
class UpdatePriceListManualInputAdjustment {
|
|
7046
7212
|
constructor() {
|
|
7047
7213
|
this.name = 'CoreManagement:UpdatePriceListManualInputAdjustment';
|
|
7048
|
-
this.path = '/
|
|
7214
|
+
this.path = '/message/UpdatePriceListManualInputAdjustment';
|
|
7049
7215
|
}
|
|
7050
7216
|
}
|
|
7051
7217
|
CoreManagement.UpdatePriceListManualInputAdjustment = UpdatePriceListManualInputAdjustment;
|
|
@@ -7059,7 +7225,7 @@
|
|
|
7059
7225
|
class UpdatePriceListOrganizationUnit {
|
|
7060
7226
|
constructor() {
|
|
7061
7227
|
this.name = 'CoreManagement:UpdatePriceListOrganizationUnit';
|
|
7062
|
-
this.path = '/
|
|
7228
|
+
this.path = '/message/UpdatePriceListOrganizationUnit';
|
|
7063
7229
|
}
|
|
7064
7230
|
}
|
|
7065
7231
|
CoreManagement.UpdatePriceListOrganizationUnit = UpdatePriceListOrganizationUnit;
|
|
@@ -7073,7 +7239,7 @@
|
|
|
7073
7239
|
class UpdatePriceListUsageType {
|
|
7074
7240
|
constructor() {
|
|
7075
7241
|
this.name = 'CoreManagement:UpdatePriceListUsageType';
|
|
7076
|
-
this.path = '/
|
|
7242
|
+
this.path = '/message/UpdatePriceListUsageType';
|
|
7077
7243
|
}
|
|
7078
7244
|
}
|
|
7079
7245
|
CoreManagement.UpdatePriceListUsageType = UpdatePriceListUsageType;
|
|
@@ -7087,7 +7253,7 @@
|
|
|
7087
7253
|
class UpdatePrinterType {
|
|
7088
7254
|
constructor() {
|
|
7089
7255
|
this.name = 'CoreManagement:UpdatePrinterType';
|
|
7090
|
-
this.path = '/
|
|
7256
|
+
this.path = '/message/UpdatePrinterType';
|
|
7091
7257
|
}
|
|
7092
7258
|
}
|
|
7093
7259
|
CoreManagement.UpdatePrinterType = UpdatePrinterType;
|
|
@@ -7101,7 +7267,7 @@
|
|
|
7101
7267
|
class UpdateProductGiftCard {
|
|
7102
7268
|
constructor() {
|
|
7103
7269
|
this.name = 'CoreManagement:UpdateProductGiftCard';
|
|
7104
|
-
this.path = '/
|
|
7270
|
+
this.path = '/message/UpdateProductGiftCard';
|
|
7105
7271
|
}
|
|
7106
7272
|
}
|
|
7107
7273
|
CoreManagement.UpdateProductGiftCard = UpdateProductGiftCard;
|
|
@@ -7115,7 +7281,7 @@
|
|
|
7115
7281
|
class UpdateProductRequirement {
|
|
7116
7282
|
constructor() {
|
|
7117
7283
|
this.name = 'CoreManagement:UpdateProductRequirement';
|
|
7118
|
-
this.path = '/
|
|
7284
|
+
this.path = '/message/UpdateProductRequirement';
|
|
7119
7285
|
}
|
|
7120
7286
|
}
|
|
7121
7287
|
CoreManagement.UpdateProductRequirement = UpdateProductRequirement;
|
|
@@ -7129,7 +7295,7 @@
|
|
|
7129
7295
|
class UpdateProductSearchTemplate {
|
|
7130
7296
|
constructor() {
|
|
7131
7297
|
this.name = 'CoreManagement:UpdateProductSearchTemplate';
|
|
7132
|
-
this.path = '/
|
|
7298
|
+
this.path = '/message/UpdateProductSearchTemplate';
|
|
7133
7299
|
}
|
|
7134
7300
|
}
|
|
7135
7301
|
CoreManagement.UpdateProductSearchTemplate = UpdateProductSearchTemplate;
|
|
@@ -7143,7 +7309,7 @@
|
|
|
7143
7309
|
class UpdateProductUnitOfMeasure {
|
|
7144
7310
|
constructor() {
|
|
7145
7311
|
this.name = 'CoreManagement:UpdateProductUnitOfMeasure';
|
|
7146
|
-
this.path = '/
|
|
7312
|
+
this.path = '/message/UpdateProductUnitOfMeasure';
|
|
7147
7313
|
}
|
|
7148
7314
|
}
|
|
7149
7315
|
CoreManagement.UpdateProductUnitOfMeasure = UpdateProductUnitOfMeasure;
|
|
@@ -7157,7 +7323,7 @@
|
|
|
7157
7323
|
class UpdateRefundCorrectionReason {
|
|
7158
7324
|
constructor() {
|
|
7159
7325
|
this.name = 'CoreManagement:UpdateRefundCorrectionReason';
|
|
7160
|
-
this.path = '/
|
|
7326
|
+
this.path = '/message/UpdateRefundCorrectionReason';
|
|
7161
7327
|
}
|
|
7162
7328
|
}
|
|
7163
7329
|
CoreManagement.UpdateRefundCorrectionReason = UpdateRefundCorrectionReason;
|
|
@@ -7171,7 +7337,7 @@
|
|
|
7171
7337
|
class UpdateRepair {
|
|
7172
7338
|
constructor() {
|
|
7173
7339
|
this.name = 'CoreManagement:UpdateRepair';
|
|
7174
|
-
this.path = '/
|
|
7340
|
+
this.path = '/message/UpdateRepair';
|
|
7175
7341
|
}
|
|
7176
7342
|
}
|
|
7177
7343
|
CoreManagement.UpdateRepair = UpdateRepair;
|
|
@@ -7185,7 +7351,7 @@
|
|
|
7185
7351
|
class UpdateReturnReason {
|
|
7186
7352
|
constructor() {
|
|
7187
7353
|
this.name = 'CoreManagement:UpdateReturnReason';
|
|
7188
|
-
this.path = '/
|
|
7354
|
+
this.path = '/message/UpdateReturnReason';
|
|
7189
7355
|
}
|
|
7190
7356
|
}
|
|
7191
7357
|
CoreManagement.UpdateReturnReason = UpdateReturnReason;
|
|
@@ -7199,7 +7365,7 @@
|
|
|
7199
7365
|
class UpdateRole {
|
|
7200
7366
|
constructor() {
|
|
7201
7367
|
this.name = 'CoreManagement:UpdateRole';
|
|
7202
|
-
this.path = '/
|
|
7368
|
+
this.path = '/message/UpdateRole';
|
|
7203
7369
|
}
|
|
7204
7370
|
}
|
|
7205
7371
|
CoreManagement.UpdateRole = UpdateRole;
|
|
@@ -7213,7 +7379,7 @@
|
|
|
7213
7379
|
class UpdateRoleFunctionalities {
|
|
7214
7380
|
constructor() {
|
|
7215
7381
|
this.name = 'CoreManagement:UpdateRoleFunctionalities';
|
|
7216
|
-
this.path = '/
|
|
7382
|
+
this.path = '/message/UpdateRoleFunctionalities';
|
|
7217
7383
|
}
|
|
7218
7384
|
}
|
|
7219
7385
|
CoreManagement.UpdateRoleFunctionalities = UpdateRoleFunctionalities;
|
|
@@ -7227,7 +7393,7 @@
|
|
|
7227
7393
|
class UpdateRoleSet {
|
|
7228
7394
|
constructor() {
|
|
7229
7395
|
this.name = 'CoreManagement:UpdateRoleSet';
|
|
7230
|
-
this.path = '/
|
|
7396
|
+
this.path = '/message/UpdateRoleSet';
|
|
7231
7397
|
}
|
|
7232
7398
|
}
|
|
7233
7399
|
CoreManagement.UpdateRoleSet = UpdateRoleSet;
|
|
@@ -7241,7 +7407,7 @@
|
|
|
7241
7407
|
class UpdateShippingCost {
|
|
7242
7408
|
constructor() {
|
|
7243
7409
|
this.name = 'CoreManagement:UpdateShippingCost';
|
|
7244
|
-
this.path = '/
|
|
7410
|
+
this.path = '/message/UpdateShippingCost';
|
|
7245
7411
|
}
|
|
7246
7412
|
}
|
|
7247
7413
|
CoreManagement.UpdateShippingCost = UpdateShippingCost;
|
|
@@ -7255,7 +7421,7 @@
|
|
|
7255
7421
|
class UpdateShippingMethod {
|
|
7256
7422
|
constructor() {
|
|
7257
7423
|
this.name = 'CoreManagement:UpdateShippingMethod';
|
|
7258
|
-
this.path = '/
|
|
7424
|
+
this.path = '/message/UpdateShippingMethod';
|
|
7259
7425
|
}
|
|
7260
7426
|
}
|
|
7261
7427
|
CoreManagement.UpdateShippingMethod = UpdateShippingMethod;
|
|
@@ -7271,7 +7437,7 @@
|
|
|
7271
7437
|
class UpdateShippingMethodTransportationTime {
|
|
7272
7438
|
constructor() {
|
|
7273
7439
|
this.name = 'CoreManagement:UpdateShippingMethodTransportationTime';
|
|
7274
|
-
this.path = '/
|
|
7440
|
+
this.path = '/message/UpdateShippingMethodTransportationTime';
|
|
7275
7441
|
}
|
|
7276
7442
|
}
|
|
7277
7443
|
CoreManagement.UpdateShippingMethodTransportationTime = UpdateShippingMethodTransportationTime;
|
|
@@ -7285,7 +7451,7 @@
|
|
|
7285
7451
|
class UpdateShippingRestriction {
|
|
7286
7452
|
constructor() {
|
|
7287
7453
|
this.name = 'CoreManagement:UpdateShippingRestriction';
|
|
7288
|
-
this.path = '/
|
|
7454
|
+
this.path = '/message/UpdateShippingRestriction';
|
|
7289
7455
|
}
|
|
7290
7456
|
}
|
|
7291
7457
|
CoreManagement.UpdateShippingRestriction = UpdateShippingRestriction;
|
|
@@ -7299,7 +7465,7 @@
|
|
|
7299
7465
|
class UpdateStation {
|
|
7300
7466
|
constructor() {
|
|
7301
7467
|
this.name = 'CoreManagement:UpdateStation';
|
|
7302
|
-
this.path = '/
|
|
7468
|
+
this.path = '/message/UpdateStation';
|
|
7303
7469
|
}
|
|
7304
7470
|
}
|
|
7305
7471
|
CoreManagement.UpdateStation = UpdateStation;
|
|
@@ -7313,7 +7479,7 @@
|
|
|
7313
7479
|
class UpdateStockAllocationRule {
|
|
7314
7480
|
constructor() {
|
|
7315
7481
|
this.name = 'CoreManagement:UpdateStockAllocationRule';
|
|
7316
|
-
this.path = '/
|
|
7482
|
+
this.path = '/message/UpdateStockAllocationRule';
|
|
7317
7483
|
}
|
|
7318
7484
|
}
|
|
7319
7485
|
CoreManagement.UpdateStockAllocationRule = UpdateStockAllocationRule;
|
|
@@ -7327,7 +7493,7 @@
|
|
|
7327
7493
|
class UpdateStockLabel {
|
|
7328
7494
|
constructor() {
|
|
7329
7495
|
this.name = 'CoreManagement:UpdateStockLabel';
|
|
7330
|
-
this.path = '/
|
|
7496
|
+
this.path = '/message/UpdateStockLabel';
|
|
7331
7497
|
}
|
|
7332
7498
|
}
|
|
7333
7499
|
CoreManagement.UpdateStockLabel = UpdateStockLabel;
|
|
@@ -7341,7 +7507,7 @@
|
|
|
7341
7507
|
class UpdateStockMutationReason {
|
|
7342
7508
|
constructor() {
|
|
7343
7509
|
this.name = 'CoreManagement:UpdateStockMutationReason';
|
|
7344
|
-
this.path = '/
|
|
7510
|
+
this.path = '/message/UpdateStockMutationReason';
|
|
7345
7511
|
}
|
|
7346
7512
|
}
|
|
7347
7513
|
CoreManagement.UpdateStockMutationReason = UpdateStockMutationReason;
|
|
@@ -7355,7 +7521,7 @@
|
|
|
7355
7521
|
class UpdateSubscription {
|
|
7356
7522
|
constructor() {
|
|
7357
7523
|
this.name = 'CoreManagement:UpdateSubscription';
|
|
7358
|
-
this.path = '/
|
|
7524
|
+
this.path = '/message/UpdateSubscription';
|
|
7359
7525
|
}
|
|
7360
7526
|
}
|
|
7361
7527
|
CoreManagement.UpdateSubscription = UpdateSubscription;
|
|
@@ -7369,7 +7535,7 @@
|
|
|
7369
7535
|
class UpdateSubscriptionOrganizationUnitSet {
|
|
7370
7536
|
constructor() {
|
|
7371
7537
|
this.name = 'CoreManagement:UpdateSubscriptionOrganizationUnitSet';
|
|
7372
|
-
this.path = '/
|
|
7538
|
+
this.path = '/message/UpdateSubscriptionOrganizationUnitSet';
|
|
7373
7539
|
}
|
|
7374
7540
|
}
|
|
7375
7541
|
CoreManagement.UpdateSubscriptionOrganizationUnitSet = UpdateSubscriptionOrganizationUnitSet;
|
|
@@ -7385,7 +7551,7 @@
|
|
|
7385
7551
|
class UpdateSubscriptionUserRequirements {
|
|
7386
7552
|
constructor() {
|
|
7387
7553
|
this.name = 'CoreManagement:UpdateSubscriptionUserRequirements';
|
|
7388
|
-
this.path = '/
|
|
7554
|
+
this.path = '/message/UpdateSubscriptionUserRequirements';
|
|
7389
7555
|
}
|
|
7390
7556
|
}
|
|
7391
7557
|
CoreManagement.UpdateSubscriptionUserRequirements = UpdateSubscriptionUserRequirements;
|
|
@@ -7399,7 +7565,7 @@
|
|
|
7399
7565
|
class UpdateSupplierProduct {
|
|
7400
7566
|
constructor() {
|
|
7401
7567
|
this.name = 'CoreManagement:UpdateSupplierProduct';
|
|
7402
|
-
this.path = '/
|
|
7568
|
+
this.path = '/message/UpdateSupplierProduct';
|
|
7403
7569
|
}
|
|
7404
7570
|
}
|
|
7405
7571
|
CoreManagement.UpdateSupplierProduct = UpdateSupplierProduct;
|
|
@@ -7413,7 +7579,7 @@
|
|
|
7413
7579
|
class UpdateSupplierProductPrices {
|
|
7414
7580
|
constructor() {
|
|
7415
7581
|
this.name = 'CoreManagement:UpdateSupplierProductPrices';
|
|
7416
|
-
this.path = '/
|
|
7582
|
+
this.path = '/message/UpdateSupplierProductPrices';
|
|
7417
7583
|
}
|
|
7418
7584
|
}
|
|
7419
7585
|
CoreManagement.UpdateSupplierProductPrices = UpdateSupplierProductPrices;
|
|
@@ -7427,7 +7593,7 @@
|
|
|
7427
7593
|
class UpdateSupplierProductStock {
|
|
7428
7594
|
constructor() {
|
|
7429
7595
|
this.name = 'CoreManagement:UpdateSupplierProductStock';
|
|
7430
|
-
this.path = '/
|
|
7596
|
+
this.path = '/message/UpdateSupplierProductStock';
|
|
7431
7597
|
}
|
|
7432
7598
|
}
|
|
7433
7599
|
CoreManagement.UpdateSupplierProductStock = UpdateSupplierProductStock;
|
|
@@ -7441,7 +7607,7 @@
|
|
|
7441
7607
|
class UpdateUnitOfMeasure {
|
|
7442
7608
|
constructor() {
|
|
7443
7609
|
this.name = 'CoreManagement:UpdateUnitOfMeasure';
|
|
7444
|
-
this.path = '/
|
|
7610
|
+
this.path = '/message/UpdateUnitOfMeasure';
|
|
7445
7611
|
}
|
|
7446
7612
|
}
|
|
7447
7613
|
CoreManagement.UpdateUnitOfMeasure = UpdateUnitOfMeasure;
|
|
@@ -7455,7 +7621,7 @@
|
|
|
7455
7621
|
class UpdateUnitPriceCorrectionReason {
|
|
7456
7622
|
constructor() {
|
|
7457
7623
|
this.name = 'CoreManagement:UpdateUnitPriceCorrectionReason';
|
|
7458
|
-
this.path = '/
|
|
7624
|
+
this.path = '/message/UpdateUnitPriceCorrectionReason';
|
|
7459
7625
|
}
|
|
7460
7626
|
}
|
|
7461
7627
|
CoreManagement.UpdateUnitPriceCorrectionReason = UpdateUnitPriceCorrectionReason;
|
|
@@ -7469,7 +7635,7 @@
|
|
|
7469
7635
|
class UpdateUserOrigin {
|
|
7470
7636
|
constructor() {
|
|
7471
7637
|
this.name = 'CoreManagement:UpdateUserOrigin';
|
|
7472
|
-
this.path = '/
|
|
7638
|
+
this.path = '/message/UpdateUserOrigin';
|
|
7473
7639
|
}
|
|
7474
7640
|
}
|
|
7475
7641
|
CoreManagement.UpdateUserOrigin = UpdateUserOrigin;
|
|
@@ -7483,7 +7649,7 @@
|
|
|
7483
7649
|
class UpdateUserRequirement {
|
|
7484
7650
|
constructor() {
|
|
7485
7651
|
this.name = 'CoreManagement:UpdateUserRequirement';
|
|
7486
|
-
this.path = '/
|
|
7652
|
+
this.path = '/message/UpdateUserRequirement';
|
|
7487
7653
|
}
|
|
7488
7654
|
}
|
|
7489
7655
|
CoreManagement.UpdateUserRequirement = UpdateUserRequirement;
|
|
@@ -7497,7 +7663,7 @@
|
|
|
7497
7663
|
class UpdateUserRequirementSet {
|
|
7498
7664
|
constructor() {
|
|
7499
7665
|
this.name = 'CoreManagement:UpdateUserRequirementSet';
|
|
7500
|
-
this.path = '/
|
|
7666
|
+
this.path = '/message/UpdateUserRequirementSet';
|
|
7501
7667
|
}
|
|
7502
7668
|
}
|
|
7503
7669
|
CoreManagement.UpdateUserRequirementSet = UpdateUserRequirementSet;
|
|
@@ -7511,7 +7677,7 @@
|
|
|
7511
7677
|
class UpdateUserRequirementSetRequirements {
|
|
7512
7678
|
constructor() {
|
|
7513
7679
|
this.name = 'CoreManagement:UpdateUserRequirementSetRequirements';
|
|
7514
|
-
this.path = '/
|
|
7680
|
+
this.path = '/message/UpdateUserRequirementSetRequirements';
|
|
7515
7681
|
}
|
|
7516
7682
|
}
|
|
7517
7683
|
CoreManagement.UpdateUserRequirementSetRequirements = UpdateUserRequirementSetRequirements;
|
|
@@ -7525,7 +7691,7 @@
|
|
|
7525
7691
|
class UpdateUserRoles {
|
|
7526
7692
|
constructor() {
|
|
7527
7693
|
this.name = 'CoreManagement:UpdateUserRoles';
|
|
7528
|
-
this.path = '/
|
|
7694
|
+
this.path = '/message/UpdateUserRoles';
|
|
7529
7695
|
}
|
|
7530
7696
|
}
|
|
7531
7697
|
CoreManagement.UpdateUserRoles = UpdateUserRoles;
|
|
@@ -7539,7 +7705,7 @@
|
|
|
7539
7705
|
class UpdateVisibilityGroup {
|
|
7540
7706
|
constructor() {
|
|
7541
7707
|
this.name = 'CoreManagement:UpdateVisibilityGroup';
|
|
7542
|
-
this.path = '/
|
|
7708
|
+
this.path = '/message/UpdateVisibilityGroup';
|
|
7543
7709
|
}
|
|
7544
7710
|
}
|
|
7545
7711
|
CoreManagement.UpdateVisibilityGroup = UpdateVisibilityGroup;
|
|
@@ -7554,7 +7720,7 @@
|
|
|
7554
7720
|
class UploadAssortmentProducts {
|
|
7555
7721
|
constructor() {
|
|
7556
7722
|
this.name = 'CoreManagement:UploadAssortmentProducts';
|
|
7557
|
-
this.path = '/
|
|
7723
|
+
this.path = '/message/UploadAssortmentProducts';
|
|
7558
7724
|
}
|
|
7559
7725
|
}
|
|
7560
7726
|
CoreManagement.UploadAssortmentProducts = UploadAssortmentProducts;
|
|
@@ -7568,7 +7734,7 @@
|
|
|
7568
7734
|
class UploadCouponExcel {
|
|
7569
7735
|
constructor() {
|
|
7570
7736
|
this.name = 'CoreManagement:UploadCouponExcel';
|
|
7571
|
-
this.path = '/
|
|
7737
|
+
this.path = '/message/UploadCouponExcel';
|
|
7572
7738
|
}
|
|
7573
7739
|
}
|
|
7574
7740
|
CoreManagement.UploadCouponExcel = UploadCouponExcel;
|
|
@@ -7584,7 +7750,7 @@
|
|
|
7584
7750
|
class UploadCustomers {
|
|
7585
7751
|
constructor() {
|
|
7586
7752
|
this.name = 'CoreManagement:UploadCustomers';
|
|
7587
|
-
this.path = '/
|
|
7753
|
+
this.path = '/message/UploadCustomers';
|
|
7588
7754
|
}
|
|
7589
7755
|
}
|
|
7590
7756
|
CoreManagement.UploadCustomers = UploadCustomers;
|
|
@@ -7598,7 +7764,7 @@
|
|
|
7598
7764
|
class UploadEmployees {
|
|
7599
7765
|
constructor() {
|
|
7600
7766
|
this.name = 'CoreManagement:UploadEmployees';
|
|
7601
|
-
this.path = '/
|
|
7767
|
+
this.path = '/message/UploadEmployees';
|
|
7602
7768
|
}
|
|
7603
7769
|
}
|
|
7604
7770
|
CoreManagement.UploadEmployees = UploadEmployees;
|
|
@@ -7612,7 +7778,7 @@
|
|
|
7612
7778
|
class UploadFraudItems {
|
|
7613
7779
|
constructor() {
|
|
7614
7780
|
this.name = 'CoreManagement:UploadFraudItems';
|
|
7615
|
-
this.path = '/
|
|
7781
|
+
this.path = '/message/UploadFraudItems';
|
|
7616
7782
|
}
|
|
7617
7783
|
}
|
|
7618
7784
|
CoreManagement.UploadFraudItems = UploadFraudItems;
|
|
@@ -7626,7 +7792,7 @@
|
|
|
7626
7792
|
class UploadInitialInventory {
|
|
7627
7793
|
constructor() {
|
|
7628
7794
|
this.name = 'CoreManagement:UploadInitialInventory';
|
|
7629
|
-
this.path = '/
|
|
7795
|
+
this.path = '/message/UploadInitialInventory';
|
|
7630
7796
|
}
|
|
7631
7797
|
}
|
|
7632
7798
|
CoreManagement.UploadInitialInventory = UploadInitialInventory;
|
|
@@ -7646,7 +7812,7 @@
|
|
|
7646
7812
|
class UploadPaymentSettlementFile {
|
|
7647
7813
|
constructor() {
|
|
7648
7814
|
this.name = 'CoreManagement:UploadPaymentSettlementFile';
|
|
7649
|
-
this.path = '/
|
|
7815
|
+
this.path = '/message/UploadPaymentSettlementFile';
|
|
7650
7816
|
}
|
|
7651
7817
|
}
|
|
7652
7818
|
CoreManagement.UploadPaymentSettlementFile = UploadPaymentSettlementFile;
|
|
@@ -7660,7 +7826,7 @@
|
|
|
7660
7826
|
class UploadPriceListManualInputAdjustments {
|
|
7661
7827
|
constructor() {
|
|
7662
7828
|
this.name = 'CoreManagement:UploadPriceListManualInputAdjustments';
|
|
7663
|
-
this.path = '/
|
|
7829
|
+
this.path = '/message/UploadPriceListManualInputAdjustments';
|
|
7664
7830
|
}
|
|
7665
7831
|
}
|
|
7666
7832
|
CoreManagement.UploadPriceListManualInputAdjustments = UploadPriceListManualInputAdjustments;
|
|
@@ -7674,7 +7840,7 @@
|
|
|
7674
7840
|
class UploadPurchaseOrderExcel {
|
|
7675
7841
|
constructor() {
|
|
7676
7842
|
this.name = 'CoreManagement:UploadPurchaseOrderExcel';
|
|
7677
|
-
this.path = '/
|
|
7843
|
+
this.path = '/message/UploadPurchaseOrderExcel';
|
|
7678
7844
|
}
|
|
7679
7845
|
}
|
|
7680
7846
|
CoreManagement.UploadPurchaseOrderExcel = UploadPurchaseOrderExcel;
|
|
@@ -7688,7 +7854,7 @@
|
|
|
7688
7854
|
class UploadSalesOrderExcel {
|
|
7689
7855
|
constructor() {
|
|
7690
7856
|
this.name = 'CoreManagement:UploadSalesOrderExcel';
|
|
7691
|
-
this.path = '/
|
|
7857
|
+
this.path = '/message/UploadSalesOrderExcel';
|
|
7692
7858
|
}
|
|
7693
7859
|
}
|
|
7694
7860
|
CoreManagement.UploadSalesOrderExcel = UploadSalesOrderExcel;
|
|
@@ -7702,7 +7868,7 @@
|
|
|
7702
7868
|
class UploadShippingRestrictions {
|
|
7703
7869
|
constructor() {
|
|
7704
7870
|
this.name = 'CoreManagement:UploadShippingRestrictions';
|
|
7705
|
-
this.path = '/
|
|
7871
|
+
this.path = '/message/UploadShippingRestrictions';
|
|
7706
7872
|
}
|
|
7707
7873
|
}
|
|
7708
7874
|
CoreManagement.UploadShippingRestrictions = UploadShippingRestrictions;
|
|
@@ -7721,7 +7887,7 @@
|
|
|
7721
7887
|
class UploadStockAllocationRulesExcel {
|
|
7722
7888
|
constructor() {
|
|
7723
7889
|
this.name = 'CoreManagement:UploadStockAllocationRulesExcel';
|
|
7724
|
-
this.path = '/
|
|
7890
|
+
this.path = '/message/UploadStockAllocationRulesExcel';
|
|
7725
7891
|
}
|
|
7726
7892
|
}
|
|
7727
7893
|
CoreManagement.UploadStockAllocationRulesExcel = UploadStockAllocationRulesExcel;
|
|
@@ -7737,7 +7903,7 @@
|
|
|
7737
7903
|
class UploadSupplierProducts {
|
|
7738
7904
|
constructor() {
|
|
7739
7905
|
this.name = 'CoreManagement:UploadSupplierProducts';
|
|
7740
|
-
this.path = '/
|
|
7906
|
+
this.path = '/message/UploadSupplierProducts';
|
|
7741
7907
|
}
|
|
7742
7908
|
}
|
|
7743
7909
|
CoreManagement.UploadSupplierProducts = UploadSupplierProducts;
|
|
@@ -7753,7 +7919,7 @@
|
|
|
7753
7919
|
class UploadSupplierProductsBarcodes {
|
|
7754
7920
|
constructor() {
|
|
7755
7921
|
this.name = 'CoreManagement:UploadSupplierProductsBarcodes';
|
|
7756
|
-
this.path = '/
|
|
7922
|
+
this.path = '/message/UploadSupplierProductsBarcodes';
|
|
7757
7923
|
}
|
|
7758
7924
|
}
|
|
7759
7925
|
CoreManagement.UploadSupplierProductsBarcodes = UploadSupplierProductsBarcodes;
|
|
@@ -7769,7 +7935,7 @@
|
|
|
7769
7935
|
class UploadSupplierProductsPricing {
|
|
7770
7936
|
constructor() {
|
|
7771
7937
|
this.name = 'CoreManagement:UploadSupplierProductsPricing';
|
|
7772
|
-
this.path = '/
|
|
7938
|
+
this.path = '/message/UploadSupplierProductsPricing';
|
|
7773
7939
|
}
|
|
7774
7940
|
}
|
|
7775
7941
|
CoreManagement.UploadSupplierProductsPricing = UploadSupplierProductsPricing;
|
|
@@ -7785,7 +7951,7 @@
|
|
|
7785
7951
|
class UploadSupplierProductsStock {
|
|
7786
7952
|
constructor() {
|
|
7787
7953
|
this.name = 'CoreManagement:UploadSupplierProductsStock';
|
|
7788
|
-
this.path = '/
|
|
7954
|
+
this.path = '/message/UploadSupplierProductsStock';
|
|
7789
7955
|
}
|
|
7790
7956
|
}
|
|
7791
7957
|
CoreManagement.UploadSupplierProductsStock = UploadSupplierProductsStock;
|
|
@@ -7800,7 +7966,7 @@
|
|
|
7800
7966
|
class UploadTaxCodesExcel {
|
|
7801
7967
|
constructor() {
|
|
7802
7968
|
this.name = 'CoreManagement:UploadTaxCodesExcel';
|
|
7803
|
-
this.path = '/
|
|
7969
|
+
this.path = '/message/UploadTaxCodesExcel';
|
|
7804
7970
|
}
|
|
7805
7971
|
}
|
|
7806
7972
|
CoreManagement.UploadTaxCodesExcel = UploadTaxCodesExcel;
|
|
@@ -7815,7 +7981,7 @@
|
|
|
7815
7981
|
class UploadTaxRateExcel {
|
|
7816
7982
|
constructor() {
|
|
7817
7983
|
this.name = 'CoreManagement:UploadTaxRateExcel';
|
|
7818
|
-
this.path = '/
|
|
7984
|
+
this.path = '/message/UploadTaxRateExcel';
|
|
7819
7985
|
}
|
|
7820
7986
|
}
|
|
7821
7987
|
CoreManagement.UploadTaxRateExcel = UploadTaxRateExcel;
|
|
@@ -7829,7 +7995,7 @@
|
|
|
7829
7995
|
class ValidateCompany {
|
|
7830
7996
|
constructor() {
|
|
7831
7997
|
this.name = 'CoreManagement:ValidateCompany';
|
|
7832
|
-
this.path = '/
|
|
7998
|
+
this.path = '/message/ValidateCompany';
|
|
7833
7999
|
}
|
|
7834
8000
|
}
|
|
7835
8001
|
CoreManagement.ValidateCompany = ValidateCompany;
|
|
@@ -7843,7 +8009,7 @@
|
|
|
7843
8009
|
class ValidateDiscount {
|
|
7844
8010
|
constructor() {
|
|
7845
8011
|
this.name = 'CoreManagement:ValidateDiscount';
|
|
7846
|
-
this.path = '/
|
|
8012
|
+
this.path = '/message/ValidateDiscount';
|
|
7847
8013
|
}
|
|
7848
8014
|
}
|
|
7849
8015
|
CoreManagement.ValidateDiscount = ValidateDiscount;
|
|
@@ -7857,7 +8023,7 @@
|
|
|
7857
8023
|
class ValidateDiscountTemplate {
|
|
7858
8024
|
constructor() {
|
|
7859
8025
|
this.name = 'CoreManagement:ValidateDiscountTemplate';
|
|
7860
|
-
this.path = '/
|
|
8026
|
+
this.path = '/message/ValidateDiscountTemplate';
|
|
7861
8027
|
}
|
|
7862
8028
|
}
|
|
7863
8029
|
CoreManagement.ValidateDiscountTemplate = ValidateDiscountTemplate;
|
|
@@ -7876,7 +8042,7 @@
|
|
|
7876
8042
|
class VerifyDiscount {
|
|
7877
8043
|
constructor() {
|
|
7878
8044
|
this.name = 'CoreManagement:VerifyDiscount';
|
|
7879
|
-
this.path = '/
|
|
8045
|
+
this.path = '/message/VerifyDiscount';
|
|
7880
8046
|
}
|
|
7881
8047
|
}
|
|
7882
8048
|
CoreManagement.VerifyDiscount = VerifyDiscount;
|