@bisondesk/core-sdk 1.0.219 → 1.0.221

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/constants.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OpportunityType = exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = exports.LeasingAdminUploadErrors = exports.LeasingAdminEntities = exports.LeasingAdminUploadHandlers = exports.KM_ROUNDING = exports.PRICE_ROUNDING = exports.MAX_PRICE = exports.MAX_KM = exports.MAX_AGE = exports.FILTER_MULTIPLE_SEPARATOR = exports.FILTER_RANGE_SEPARATOR = exports.MIN_SORT_PRIORITY = exports.MAX_SORT_PRIORITY = exports.Categories = exports.DOCUMENT_TYPES_PICKLIST_ID = exports.JOB_CATEGORIES_PICKLIST_ID = exports.EXTENDED_PICKLIST_ID = exports.HEIGTHENED_PICKLIST_ID = exports.ORG_SEGMENTS_PICKLIST_ID = exports.SUSPENSIONS_PICKLIST_ID = exports.MAKE_MODEL_TYPES_PICKLIST_ID = exports.MAKE_MODELS_PICKLIST_ID = exports.MAKES_PICKLIST_ID = exports.TRANSMISSIONS_PICKLIST_ID = exports.EURONORMS_PICKLIST_ID = exports.CONFIGURATIONS_PICKLIST_ID = exports.CATEGORIES_PICKLIST_ID = exports.CABINS_PICKLIST_ID = exports.BODYWORKS_PICKLIST_ID = exports.WEBSITE_MARKETING_PLATFORM_ID = exports.DEPARTMENT_PICKLIST_ID = exports.OPPORTUNITY_SOURCE_PICKLIST_ID = exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = exports.OPPORTUNITY_STATUS_PICKLIST_ID = exports.MARKETING_PLATFORMS_PICKLIST_ID = exports.VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = exports.VEHICLE_STATE_FILTERS_PICKLIST_ID = exports.VEHICLE_MAIN_FEATURES_PICKLIST_ID = exports.COUNTRIES_PICKLIST_ID = exports.TIMEZONES_PICKLIST_ID = exports.CLIENT_LANGUAGES_PICKLIST_ID = exports.APP_LANGUAGES_PICKLIST_ID = exports.BusinessEntityIds = void 0;
3
+ exports.OpportunityType = exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = exports.LeasingAdminUploadErrors = exports.LeasingAdminEntities = exports.LeasingAdminUploadHandlers = exports.KM_ROUNDING = exports.PRICE_ROUNDING = exports.MAX_PRICE = exports.MAX_KM = exports.MAX_AGE = exports.FILTER_MULTIPLE_SEPARATOR = exports.FILTER_RANGE_SEPARATOR = exports.MIN_SORT_PRIORITY = exports.MAX_SORT_PRIORITY = exports.Categories = exports.DOCUMENT_TYPES_PICKLIST_ID = exports.JOB_CATEGORIES_PICKLIST_ID = exports.EXTENDED_PICKLIST_ID = exports.HEIGTHENED_PICKLIST_ID = exports.ORG_SEGMENTS_PICKLIST_ID = exports.SUSPENSIONS_PICKLIST_ID = exports.MAKE_MODEL_TYPES_PICKLIST_ID = exports.MAKE_MODELS_PICKLIST_ID = exports.MAKES_PICKLIST_ID = exports.TRANSMISSIONS_PICKLIST_ID = exports.EURONORMS_PICKLIST_ID = exports.CONFIGURATIONS_PICKLIST_ID = exports.CATEGORIES_PICKLIST_ID = exports.CABINS_PICKLIST_ID = exports.BODYWORKS_PICKLIST_ID = exports.WEBSITE_MARKETING_PLATFORM_ID = exports.AXLE_MAKE_PICKLIST_ID = exports.SUPPLIER_VAT_RATE_PICKLIST_ID = exports.LOCATION_PICKLIST_ID = exports.GEARBOX_MAKE_PICKLIST_ID = exports.AXLE_TIRE_SIZE_PICKLIST_ID = exports.DEPARTMENT_PICKLIST_ID = exports.OPPORTUNITY_SOURCE_PICKLIST_ID = exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = exports.OPPORTUNITY_STATUS_PICKLIST_ID = exports.MARKETING_PLATFORMS_PICKLIST_ID = exports.VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = exports.VEHICLE_STATE_FILTERS_PICKLIST_ID = exports.VEHICLE_MAIN_FEATURES_PICKLIST_ID = exports.COUNTRIES_PICKLIST_ID = exports.TIMEZONES_PICKLIST_ID = exports.CLIENT_LANGUAGES_PICKLIST_ID = exports.APP_LANGUAGES_PICKLIST_ID = exports.BusinessEntityIds = void 0;
4
+ exports.AXLE_CONFIG = void 0;
4
5
  var constants_1 = require("@bisondesk/commons-sdk/lib/constants");
5
6
  Object.defineProperty(exports, "BusinessEntityIds", { enumerable: true, get: function () { return constants_1.BusinessEntityIds; } });
6
7
  //
@@ -19,6 +20,11 @@ exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = 'opportunityDealStatus';
19
20
  exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = 'opportunityLogisticStatus';
20
21
  exports.OPPORTUNITY_SOURCE_PICKLIST_ID = 'opportunity_source';
21
22
  exports.DEPARTMENT_PICKLIST_ID = 'department';
23
+ exports.AXLE_TIRE_SIZE_PICKLIST_ID = 'axleTireSize';
24
+ exports.GEARBOX_MAKE_PICKLIST_ID = 'gearboxMake';
25
+ exports.LOCATION_PICKLIST_ID = 'location';
26
+ exports.SUPPLIER_VAT_RATE_PICKLIST_ID = 'supplierVATRate';
27
+ exports.AXLE_MAKE_PICKLIST_ID = 'axleMake';
22
28
  //
23
29
  // STATIC PICKLIST ID VALUES
24
30
  exports.WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';
@@ -51,6 +57,8 @@ var Categories;
51
57
  Categories["SemiTrailer"] = "Semi-Trailer";
52
58
  Categories["Van"] = "Van";
53
59
  Categories["Machine"] = "Machine";
60
+ Categories["Car"] = "Car";
61
+ Categories["Superstructure"] = "Superstructure";
54
62
  })(Categories = exports.Categories || (exports.Categories = {}));
55
63
  //
56
64
  // PICKLIST CONSTANTS
@@ -113,4 +121,827 @@ var OpportunityType;
113
121
  OpportunityType["LEASING"] = "leasing";
114
122
  OpportunityType["SALES"] = "sales";
115
123
  })(OpportunityType = exports.OpportunityType || (exports.OpportunityType = {}));
124
+ exports.AXLE_CONFIG = {
125
+ '4x2': [
126
+ {
127
+ nr: 1,
128
+ position: 'Front',
129
+ steering: true,
130
+ powered: false,
131
+ twinWheels: false,
132
+ },
133
+ {
134
+ nr: 2,
135
+ position: 'Back',
136
+ steering: false,
137
+ powered: true,
138
+ twinWheels: true,
139
+ },
140
+ ],
141
+ '4x4': [
142
+ {
143
+ nr: 1,
144
+ position: 'Front',
145
+ steering: true,
146
+ powered: true,
147
+ twinWheels: false,
148
+ },
149
+ {
150
+ nr: 2,
151
+ position: 'Back',
152
+ steering: false,
153
+ powered: true,
154
+ twinWheels: true,
155
+ },
156
+ ],
157
+ '6x2': [
158
+ {
159
+ nr: 1,
160
+ position: 'Front',
161
+ steering: true,
162
+ powered: false,
163
+ twinWheels: false,
164
+ },
165
+ {
166
+ nr: 2,
167
+ position: 'Back',
168
+ steering: false,
169
+ powered: true,
170
+ twinWheels: false,
171
+ },
172
+ {
173
+ nr: 3,
174
+ position: 'Back',
175
+ steering: false,
176
+ powered: false,
177
+ twinWheels: true,
178
+ },
179
+ ],
180
+ '6x4': [
181
+ {
182
+ nr: 1,
183
+ position: 'Front',
184
+ steering: true,
185
+ powered: false,
186
+ twinWheels: false,
187
+ },
188
+ {
189
+ nr: 2,
190
+ position: 'Back',
191
+ steering: false,
192
+ powered: true,
193
+ twinWheels: true,
194
+ },
195
+ {
196
+ nr: 3,
197
+ position: 'Back',
198
+ steering: false,
199
+ powered: true,
200
+ twinWheels: true,
201
+ },
202
+ ],
203
+ '6x6': [
204
+ {
205
+ nr: 1,
206
+ position: 'Front',
207
+ steering: true,
208
+ powered: true,
209
+ twinWheels: false,
210
+ },
211
+ {
212
+ nr: 2,
213
+ position: 'Back',
214
+ steering: false,
215
+ powered: true,
216
+ twinWheels: true,
217
+ },
218
+ {
219
+ nr: 3,
220
+ position: 'Back',
221
+ steering: false,
222
+ powered: true,
223
+ twinWheels: true,
224
+ },
225
+ ],
226
+ '8x2': [
227
+ {
228
+ nr: 1,
229
+ position: 'Front',
230
+ steering: true,
231
+ powered: false,
232
+ twinWheels: false,
233
+ },
234
+ {
235
+ nr: 2,
236
+ position: 'Front',
237
+ steering: true,
238
+ powered: false,
239
+ twinWheels: false,
240
+ },
241
+ {
242
+ nr: 3,
243
+ position: 'Back',
244
+ steering: false,
245
+ powered: true,
246
+ twinWheels: false,
247
+ },
248
+ {
249
+ nr: 4,
250
+ position: 'Back',
251
+ steering: false,
252
+ powered: false,
253
+ twinWheels: true,
254
+ },
255
+ ],
256
+ '8x4': [
257
+ {
258
+ nr: 1,
259
+ position: 'Front',
260
+ steering: true,
261
+ powered: false,
262
+ twinWheels: false,
263
+ },
264
+ {
265
+ nr: 2,
266
+ position: 'Front',
267
+ steering: true,
268
+ powered: false,
269
+ twinWheels: false,
270
+ },
271
+ {
272
+ nr: 3,
273
+ position: 'Back',
274
+ steering: false,
275
+ powered: true,
276
+ twinWheels: true,
277
+ },
278
+ {
279
+ nr: 4,
280
+ position: 'Back',
281
+ steering: false,
282
+ powered: true,
283
+ twinWheels: true,
284
+ },
285
+ ],
286
+ '8x6': [
287
+ {
288
+ nr: 1,
289
+ position: 'Front',
290
+ steering: true,
291
+ powered: true,
292
+ twinWheels: false,
293
+ },
294
+ {
295
+ nr: 2,
296
+ position: 'Front',
297
+ steering: true,
298
+ powered: false,
299
+ twinWheels: false,
300
+ },
301
+ {
302
+ nr: 3,
303
+ position: 'Back',
304
+ steering: false,
305
+ powered: true,
306
+ twinWheels: true,
307
+ },
308
+ {
309
+ nr: 4,
310
+ position: 'Back',
311
+ steering: false,
312
+ powered: true,
313
+ twinWheels: true,
314
+ },
315
+ ],
316
+ '8x8': [
317
+ {
318
+ nr: 1,
319
+ position: 'Front',
320
+ steering: true,
321
+ powered: true,
322
+ twinWheels: false,
323
+ },
324
+ {
325
+ nr: 2,
326
+ position: 'Front',
327
+ steering: true,
328
+ powered: true,
329
+ twinWheels: false,
330
+ },
331
+ {
332
+ nr: 3,
333
+ position: 'Back',
334
+ steering: false,
335
+ powered: true,
336
+ twinWheels: true,
337
+ },
338
+ {
339
+ nr: 4,
340
+ position: 'Back',
341
+ steering: false,
342
+ powered: true,
343
+ twinWheels: true,
344
+ },
345
+ ],
346
+ '10x4': [
347
+ {
348
+ nr: 1,
349
+ position: 'Front',
350
+ steering: true,
351
+ powered: false,
352
+ twinWheels: false,
353
+ },
354
+ {
355
+ nr: 2,
356
+ position: 'Front',
357
+ steering: true,
358
+ powered: false,
359
+ twinWheels: false,
360
+ },
361
+ {
362
+ nr: 3,
363
+ position: 'Front',
364
+ steering: true,
365
+ powered: false,
366
+ twinWheels: false,
367
+ },
368
+ {
369
+ nr: 4,
370
+ position: 'Back',
371
+ steering: false,
372
+ powered: true,
373
+ twinWheels: true,
374
+ },
375
+ {
376
+ nr: 5,
377
+ position: 'Back',
378
+ steering: false,
379
+ powered: true,
380
+ twinWheels: true,
381
+ },
382
+ ],
383
+ '10x6': [
384
+ {
385
+ nr: 1,
386
+ position: 'Front',
387
+ steering: true,
388
+ powered: false,
389
+ twinWheels: false,
390
+ },
391
+ {
392
+ nr: 2,
393
+ position: 'Front',
394
+ steering: true,
395
+ powered: false,
396
+ twinWheels: false,
397
+ },
398
+ {
399
+ nr: 3,
400
+ position: 'Back',
401
+ steering: false,
402
+ powered: true,
403
+ twinWheels: false,
404
+ },
405
+ {
406
+ nr: 4,
407
+ position: 'Back',
408
+ steering: false,
409
+ powered: true,
410
+ twinWheels: true,
411
+ },
412
+ {
413
+ nr: 5,
414
+ position: 'Back',
415
+ steering: false,
416
+ powered: true,
417
+ twinWheels: true,
418
+ },
419
+ ],
420
+ '10x8': [
421
+ {
422
+ nr: 1,
423
+ position: 'Front',
424
+ steering: true,
425
+ powered: true,
426
+ twinWheels: false,
427
+ },
428
+ {
429
+ nr: 2,
430
+ position: 'Front',
431
+ steering: true,
432
+ powered: true,
433
+ twinWheels: false,
434
+ },
435
+ {
436
+ nr: 3,
437
+ position: 'Front',
438
+ steering: true,
439
+ powered: false,
440
+ twinWheels: false,
441
+ },
442
+ {
443
+ nr: 4,
444
+ position: 'Back',
445
+ steering: false,
446
+ powered: true,
447
+ twinWheels: true,
448
+ },
449
+ {
450
+ nr: 5,
451
+ position: 'Back',
452
+ steering: false,
453
+ powered: true,
454
+ twinWheels: true,
455
+ },
456
+ ],
457
+ '10x10': [
458
+ {
459
+ nr: 1,
460
+ position: 'Front',
461
+ steering: true,
462
+ powered: true,
463
+ twinWheels: false,
464
+ },
465
+ {
466
+ nr: 2,
467
+ position: 'Front',
468
+ steering: true,
469
+ powered: true,
470
+ twinWheels: false,
471
+ },
472
+ {
473
+ nr: 3,
474
+ position: 'Front',
475
+ steering: true,
476
+ powered: true,
477
+ twinWheels: false,
478
+ },
479
+ {
480
+ nr: 4,
481
+ position: 'Back',
482
+ steering: false,
483
+ powered: true,
484
+ twinWheels: true,
485
+ },
486
+ {
487
+ nr: 5,
488
+ position: 'Back',
489
+ steering: false,
490
+ powered: true,
491
+ twinWheels: true,
492
+ },
493
+ ],
494
+ '1 axle': [
495
+ {
496
+ nr: 1,
497
+ position: 'Back',
498
+ steering: false,
499
+ powered: false,
500
+ twinWheels: false,
501
+ },
502
+ ],
503
+ '2 axles': [
504
+ {
505
+ nr: 1,
506
+ position: 'Back',
507
+ steering: false,
508
+ powered: false,
509
+ twinWheels: false,
510
+ },
511
+ {
512
+ nr: 2,
513
+ position: 'Back',
514
+ steering: false,
515
+ powered: false,
516
+ twinWheels: false,
517
+ },
518
+ ],
519
+ '3 axles': [
520
+ {
521
+ nr: 1,
522
+ position: 'Back',
523
+ steering: false,
524
+ powered: false,
525
+ twinWheels: false,
526
+ },
527
+ {
528
+ nr: 2,
529
+ position: 'Back',
530
+ steering: false,
531
+ powered: false,
532
+ twinWheels: false,
533
+ },
534
+ {
535
+ nr: 3,
536
+ position: 'Back',
537
+ steering: false,
538
+ powered: false,
539
+ twinWheels: false,
540
+ },
541
+ ],
542
+ '4 axles': [
543
+ {
544
+ nr: 1,
545
+ position: 'Back',
546
+ steering: false,
547
+ powered: false,
548
+ twinWheels: false,
549
+ },
550
+ {
551
+ nr: 2,
552
+ position: 'Back',
553
+ steering: false,
554
+ powered: false,
555
+ twinWheels: false,
556
+ },
557
+ {
558
+ nr: 3,
559
+ position: 'Back',
560
+ steering: false,
561
+ powered: false,
562
+ twinWheels: false,
563
+ },
564
+ {
565
+ nr: 4,
566
+ position: 'Back',
567
+ steering: false,
568
+ powered: false,
569
+ twinWheels: false,
570
+ },
571
+ ],
572
+ '5 axles': [
573
+ {
574
+ nr: 1,
575
+ position: 'Back',
576
+ steering: false,
577
+ powered: false,
578
+ twinWheels: false,
579
+ },
580
+ {
581
+ nr: 2,
582
+ position: 'Back',
583
+ steering: false,
584
+ powered: false,
585
+ twinWheels: false,
586
+ },
587
+ {
588
+ nr: 3,
589
+ position: 'Back',
590
+ steering: false,
591
+ powered: false,
592
+ twinWheels: false,
593
+ },
594
+ {
595
+ nr: 4,
596
+ position: 'Back',
597
+ steering: false,
598
+ powered: false,
599
+ twinWheels: false,
600
+ },
601
+ {
602
+ nr: 5,
603
+ position: 'Back',
604
+ steering: false,
605
+ powered: false,
606
+ twinWheels: false,
607
+ },
608
+ ],
609
+ '6 axles': [
610
+ {
611
+ nr: 1,
612
+ position: 'Back',
613
+ steering: false,
614
+ powered: false,
615
+ twinWheels: false,
616
+ },
617
+ {
618
+ nr: 2,
619
+ position: 'Back',
620
+ steering: false,
621
+ powered: false,
622
+ twinWheels: false,
623
+ },
624
+ {
625
+ nr: 3,
626
+ position: 'Back',
627
+ steering: false,
628
+ powered: false,
629
+ twinWheels: false,
630
+ },
631
+ {
632
+ nr: 4,
633
+ position: 'Back',
634
+ steering: false,
635
+ powered: false,
636
+ twinWheels: false,
637
+ },
638
+ {
639
+ nr: 5,
640
+ position: 'Back',
641
+ steering: false,
642
+ powered: false,
643
+ twinWheels: false,
644
+ },
645
+ {
646
+ nr: 6,
647
+ position: 'Back',
648
+ steering: false,
649
+ powered: false,
650
+ twinWheels: false,
651
+ },
652
+ ],
653
+ '7 axles': [
654
+ {
655
+ nr: 1,
656
+ position: 'Back',
657
+ steering: false,
658
+ powered: false,
659
+ twinWheels: false,
660
+ },
661
+ {
662
+ nr: 2,
663
+ position: 'Back',
664
+ steering: false,
665
+ powered: false,
666
+ twinWheels: false,
667
+ },
668
+ {
669
+ nr: 3,
670
+ position: 'Back',
671
+ steering: false,
672
+ powered: false,
673
+ twinWheels: false,
674
+ },
675
+ {
676
+ nr: 4,
677
+ position: 'Back',
678
+ steering: false,
679
+ powered: false,
680
+ twinWheels: false,
681
+ },
682
+ {
683
+ nr: 5,
684
+ position: 'Back',
685
+ steering: false,
686
+ powered: false,
687
+ twinWheels: false,
688
+ },
689
+ {
690
+ nr: 6,
691
+ position: 'Back',
692
+ steering: false,
693
+ powered: false,
694
+ twinWheels: false,
695
+ },
696
+ {
697
+ nr: 7,
698
+ position: 'Back',
699
+ steering: false,
700
+ powered: false,
701
+ twinWheels: false,
702
+ },
703
+ ],
704
+ '8 axles': [
705
+ {
706
+ nr: 1,
707
+ position: 'Back',
708
+ steering: false,
709
+ powered: false,
710
+ twinWheels: false,
711
+ },
712
+ {
713
+ nr: 2,
714
+ position: 'Back',
715
+ steering: false,
716
+ powered: false,
717
+ twinWheels: false,
718
+ },
719
+ {
720
+ nr: 3,
721
+ position: 'Back',
722
+ steering: false,
723
+ powered: false,
724
+ twinWheels: false,
725
+ },
726
+ {
727
+ nr: 4,
728
+ position: 'Back',
729
+ steering: false,
730
+ powered: false,
731
+ twinWheels: false,
732
+ },
733
+ {
734
+ nr: 5,
735
+ position: 'Back',
736
+ steering: false,
737
+ powered: false,
738
+ twinWheels: false,
739
+ },
740
+ {
741
+ nr: 6,
742
+ position: 'Back',
743
+ steering: false,
744
+ powered: false,
745
+ twinWheels: false,
746
+ },
747
+ {
748
+ nr: 7,
749
+ position: 'Back',
750
+ steering: false,
751
+ powered: false,
752
+ twinWheels: false,
753
+ },
754
+ {
755
+ nr: 8,
756
+ position: 'Back',
757
+ steering: false,
758
+ powered: false,
759
+ twinWheels: false,
760
+ },
761
+ ],
762
+ '1 front, 1 rear': [
763
+ {
764
+ nr: 1,
765
+ position: 'Front',
766
+ steering: false,
767
+ powered: false,
768
+ twinWheels: false,
769
+ },
770
+ {
771
+ nr: 2,
772
+ position: 'Back',
773
+ steering: false,
774
+ powered: false,
775
+ twinWheels: false,
776
+ },
777
+ ],
778
+ '1 front, 2 rear': [
779
+ {
780
+ nr: 1,
781
+ position: 'Front',
782
+ steering: false,
783
+ powered: false,
784
+ twinWheels: false,
785
+ },
786
+ {
787
+ nr: 2,
788
+ position: 'Back',
789
+ steering: false,
790
+ powered: false,
791
+ twinWheels: false,
792
+ },
793
+ {
794
+ nr: 3,
795
+ position: 'Back',
796
+ steering: false,
797
+ powered: false,
798
+ twinWheels: false,
799
+ },
800
+ ],
801
+ '1 front, 3 rear': [
802
+ {
803
+ nr: 1,
804
+ position: 'Front',
805
+ steering: false,
806
+ powered: false,
807
+ twinWheels: false,
808
+ },
809
+ {
810
+ nr: 2,
811
+ position: 'Back',
812
+ steering: false,
813
+ powered: false,
814
+ twinWheels: false,
815
+ },
816
+ {
817
+ nr: 3,
818
+ position: 'Back',
819
+ steering: false,
820
+ powered: false,
821
+ twinWheels: false,
822
+ },
823
+ {
824
+ nr: 4,
825
+ position: 'Back',
826
+ steering: false,
827
+ powered: false,
828
+ twinWheels: false,
829
+ },
830
+ ],
831
+ '2 front, 2 rear': [
832
+ {
833
+ nr: 1,
834
+ position: 'Front',
835
+ steering: false,
836
+ powered: false,
837
+ twinWheels: false,
838
+ },
839
+ {
840
+ nr: 2,
841
+ position: 'Front',
842
+ steering: false,
843
+ powered: false,
844
+ twinWheels: false,
845
+ },
846
+ {
847
+ nr: 3,
848
+ position: 'Back',
849
+ steering: false,
850
+ powered: false,
851
+ twinWheels: false,
852
+ },
853
+ {
854
+ nr: 4,
855
+ position: 'Back',
856
+ steering: false,
857
+ powered: false,
858
+ twinWheels: false,
859
+ },
860
+ ],
861
+ '2 front, 3 rear': [
862
+ {
863
+ nr: 1,
864
+ position: 'Front',
865
+ steering: false,
866
+ powered: false,
867
+ twinWheels: false,
868
+ },
869
+ {
870
+ nr: 2,
871
+ position: 'Front',
872
+ steering: false,
873
+ powered: false,
874
+ twinWheels: false,
875
+ },
876
+ {
877
+ nr: 3,
878
+ position: 'Back',
879
+ steering: false,
880
+ powered: false,
881
+ twinWheels: false,
882
+ },
883
+ {
884
+ nr: 4,
885
+ position: 'Back',
886
+ steering: false,
887
+ powered: false,
888
+ twinWheels: false,
889
+ },
890
+ {
891
+ nr: 5,
892
+ position: 'Back',
893
+ steering: false,
894
+ powered: false,
895
+ twinWheels: false,
896
+ },
897
+ ],
898
+ '1 middle': [
899
+ {
900
+ nr: 1,
901
+ position: 'Middle',
902
+ steering: false,
903
+ powered: false,
904
+ twinWheels: false,
905
+ },
906
+ ],
907
+ '2 middle': [
908
+ {
909
+ nr: 1,
910
+ position: 'Middle',
911
+ steering: false,
912
+ powered: false,
913
+ twinWheels: false,
914
+ },
915
+ {
916
+ nr: 2,
917
+ position: 'Middle',
918
+ steering: false,
919
+ powered: false,
920
+ twinWheels: false,
921
+ },
922
+ ],
923
+ '3 middle': [
924
+ {
925
+ nr: 1,
926
+ position: 'Middle',
927
+ steering: false,
928
+ powered: false,
929
+ twinWheels: false,
930
+ },
931
+ {
932
+ nr: 2,
933
+ position: 'Middle',
934
+ steering: false,
935
+ powered: false,
936
+ twinWheels: false,
937
+ },
938
+ {
939
+ nr: 3,
940
+ position: 'Middle',
941
+ steering: false,
942
+ powered: false,
943
+ twinWheels: false,
944
+ },
945
+ ],
946
+ };
116
947
  //# sourceMappingURL=constants.js.map