@bisondesk/core-sdk 1.0.263 → 1.0.264

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.
Files changed (136) hide show
  1. package/lib/apis/crm.js +198 -0
  2. package/lib/apis/crm.js.map +1 -0
  3. package/lib/apis/documents.js +54 -0
  4. package/lib/apis/documents.js.map +1 -0
  5. package/lib/apis/internet-vehicles.js +24 -0
  6. package/lib/apis/internet-vehicles.js.map +1 -0
  7. package/lib/apis/leasing-administration.js +46 -0
  8. package/lib/apis/leasing-administration.js.map +1 -0
  9. package/lib/apis/leasing.js +181 -0
  10. package/lib/apis/leasing.js.map +1 -0
  11. package/lib/apis/opportunities.js +66 -0
  12. package/lib/apis/opportunities.js.map +1 -0
  13. package/lib/apis/picklists.js +41 -0
  14. package/lib/apis/picklists.js.map +1 -0
  15. package/lib/apis/tenants.js +77 -0
  16. package/lib/apis/tenants.js.map +1 -0
  17. package/lib/apis/users.js +23 -0
  18. package/lib/apis/users.js.map +1 -0
  19. package/lib/apis/utils.js +23 -0
  20. package/lib/apis/utils.js.map +1 -0
  21. package/lib/apis/vehicles.js +183 -0
  22. package/lib/apis/vehicles.js.map +1 -0
  23. package/lib/cjs/apis/vehicles.js +12 -1
  24. package/lib/cjs/apis/vehicles.js.map +1 -1
  25. package/lib/cjs/types/opportunities.js.map +1 -1
  26. package/lib/cjs/types/quotes.js.map +1 -1
  27. package/lib/cjs/types/roi-ratings.js +8 -0
  28. package/lib/cjs/types/roi-ratings.js.map +1 -0
  29. package/lib/cjs/types/vehicles.js +1 -0
  30. package/lib/cjs/types/vehicles.js.map +1 -1
  31. package/lib/constants.js +932 -0
  32. package/lib/constants.js.map +1 -0
  33. package/lib/ddb-entities.js +5 -0
  34. package/lib/ddb-entities.js.map +1 -0
  35. package/lib/esm/apis/vehicles.js +10 -0
  36. package/lib/esm/apis/vehicles.js.map +1 -1
  37. package/lib/esm/types/opportunities.js.map +1 -1
  38. package/lib/esm/types/quotes.js.map +1 -1
  39. package/lib/esm/types/roi-ratings.js +5 -0
  40. package/lib/esm/types/roi-ratings.js.map +1 -0
  41. package/lib/esm/types/vehicles.js +1 -0
  42. package/lib/esm/types/vehicles.js.map +1 -1
  43. package/lib/tsconfig.cjs.tsbuildinfo +1 -1
  44. package/lib/tsconfig.esm.tsbuildinfo +1 -1
  45. package/lib/types/activities.js +16 -0
  46. package/lib/types/activities.js.map +1 -0
  47. package/lib/types/apis/vehicles.d.ts +1 -0
  48. package/lib/types/apis/vehicles.d.ts.map +1 -1
  49. package/lib/types/crm.js +19 -0
  50. package/lib/types/crm.js.map +1 -0
  51. package/lib/types/definitions.js +3 -0
  52. package/lib/types/definitions.js.map +1 -0
  53. package/lib/types/delivery-settings.js +9 -0
  54. package/lib/types/delivery-settings.js.map +1 -0
  55. package/lib/types/documents.js +3 -0
  56. package/lib/types/documents.js.map +1 -0
  57. package/lib/types/events.js +10 -0
  58. package/lib/types/events.js.map +1 -0
  59. package/lib/types/fields.js +29 -0
  60. package/lib/types/fields.js.map +1 -0
  61. package/lib/types/internet-vehicles.js +3 -0
  62. package/lib/types/internet-vehicles.js.map +1 -0
  63. package/lib/types/leads.js +3 -0
  64. package/lib/types/leads.js.map +1 -0
  65. package/lib/types/leasing-administration.js +3 -0
  66. package/lib/types/leasing-administration.js.map +1 -0
  67. package/lib/types/leasing-debtors.js +3 -0
  68. package/lib/types/leasing-debtors.js.map +1 -0
  69. package/lib/types/leasing-search.js +3 -0
  70. package/lib/types/leasing-search.js.map +1 -0
  71. package/lib/types/leasing-settings.js +10 -0
  72. package/lib/types/leasing-settings.js.map +1 -0
  73. package/lib/types/leasing.js +24 -0
  74. package/lib/types/leasing.js.map +1 -0
  75. package/lib/types/machines.js +3 -0
  76. package/lib/types/machines.js.map +1 -0
  77. package/lib/types/opportunities.js +84 -0
  78. package/lib/types/opportunities.js.map +1 -0
  79. package/lib/types/payments.js +9 -0
  80. package/lib/types/payments.js.map +1 -0
  81. package/lib/types/picklists.js +3 -0
  82. package/lib/types/picklists.js.map +1 -0
  83. package/lib/types/quotes.js +46 -0
  84. package/lib/types/quotes.js.map +1 -0
  85. package/lib/types/recently-viewed.js +3 -0
  86. package/lib/types/recently-viewed.js.map +1 -0
  87. package/lib/types/roi-ratings.js +8 -0
  88. package/lib/types/roi-ratings.js.map +1 -0
  89. package/lib/types/saved-filters.js +12 -0
  90. package/lib/types/saved-filters.js.map +1 -0
  91. package/lib/types/search.js +36 -0
  92. package/lib/types/search.js.map +1 -0
  93. package/lib/types/settings.js +3 -0
  94. package/lib/types/settings.js.map +1 -0
  95. package/lib/types/storage.js +4 -0
  96. package/lib/types/storage.js.map +1 -0
  97. package/lib/types/templates.js +3 -0
  98. package/lib/types/templates.js.map +1 -0
  99. package/lib/types/tenants.js +16 -0
  100. package/lib/types/tenants.js.map +1 -0
  101. package/lib/types/types/opportunities.d.ts +0 -1
  102. package/lib/types/types/opportunities.d.ts.map +1 -1
  103. package/lib/types/types/quotes.d.ts +7 -2
  104. package/lib/types/types/quotes.d.ts.map +1 -1
  105. package/lib/types/types/roi-ratings.d.ts +42 -0
  106. package/lib/types/types/roi-ratings.d.ts.map +1 -0
  107. package/lib/types/types/vehicles.d.ts +1 -0
  108. package/lib/types/types/vehicles.d.ts.map +1 -1
  109. package/lib/types/users.js +3 -0
  110. package/lib/types/users.js.map +1 -0
  111. package/lib/types/utils.js +9 -0
  112. package/lib/types/utils.js.map +1 -0
  113. package/lib/types/vehicles.js +69 -0
  114. package/lib/types/vehicles.js.map +1 -0
  115. package/lib/types/website.js +3 -0
  116. package/lib/types/website.js.map +1 -0
  117. package/lib/utils/forms.js +30 -0
  118. package/lib/utils/forms.js.map +1 -0
  119. package/lib/utils/leasing.js +8 -0
  120. package/lib/utils/leasing.js.map +1 -0
  121. package/lib/utils/opportunities.js +60 -0
  122. package/lib/utils/opportunities.js.map +1 -0
  123. package/lib/utils/slug.js +20 -0
  124. package/lib/utils/slug.js.map +1 -0
  125. package/lib/utils/tenants.js +21 -0
  126. package/lib/utils/tenants.js.map +1 -0
  127. package/lib/utils/vehicles.js +72 -0
  128. package/lib/utils/vehicles.js.map +1 -0
  129. package/package.json +1 -1
  130. package/src/apis/vehicles.ts +14 -0
  131. package/src/types/opportunities.ts +0 -1
  132. package/src/types/quotes.ts +11 -3
  133. package/src/types/roi-ratings.ts +46 -0
  134. package/src/types/vehicles.ts +1 -0
  135. package/tsconfig.json +1 -0
  136. package/tsconfig.tsbuildinfo +1 -0
@@ -0,0 +1,932 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ 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.SHIPPING_COMPANIES_PICKLIST_ID = exports.ENGINEERING_DOCS_PICKLIST_ID = exports.CRANE_MAKE_PICKLIST_ID = exports.VAT_PERCENTAGE_PICKLIST_ID = exports.TAILGATE_MAKE_PICKLIST_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.WarningHints = exports.VEHICLE_SHARE_TEMPLATE_ID = exports.DEBTORS_MONTHS_UNTIL_TODAY_COUNT = exports.AXLE_CONFIG = exports.UNKNOWN_MAKE = exports.OpportunityType = exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = exports.LeasingAdminUploadErrors = exports.LeasingAdminEntities = exports.LeasingAdminUploadHandlers = void 0;
5
+ var constants_1 = require("@bisondesk/commons-sdk/constants");
6
+ Object.defineProperty(exports, "BusinessEntityIds", { enumerable: true, get: function () { return constants_1.BusinessEntityIds; } });
7
+ exports.APP_LANGUAGES_PICKLIST_ID = 'appLanguages';
8
+ exports.CLIENT_LANGUAGES_PICKLIST_ID = 'clientLanguages';
9
+ exports.TIMEZONES_PICKLIST_ID = 'timezones';
10
+ exports.COUNTRIES_PICKLIST_ID = 'countries';
11
+ exports.VEHICLE_MAIN_FEATURES_PICKLIST_ID = 'vehicleMainFeatures';
12
+ exports.VEHICLE_STATE_FILTERS_PICKLIST_ID = 'vehicleStateFilters';
13
+ exports.VEHICLE_SALE_DEAL_STATUS_PICKLIST_ID = 'vehicleSaleDealStatus';
14
+ exports.MARKETING_PLATFORMS_PICKLIST_ID = 'marketingPlatforms';
15
+ exports.OPPORTUNITY_STATUS_PICKLIST_ID = 'opportunityStatus';
16
+ exports.OPPORTUNITY_DEAL_STATUS_PICKLIST_ID = 'opportunityDealStatus';
17
+ exports.OPPORTUNITY_LOGISTIC_STATUS_PICKLIST_ID = 'opportunityLogisticStatus';
18
+ exports.OPPORTUNITY_SOURCE_PICKLIST_ID = 'opportunity_source';
19
+ exports.DEPARTMENT_PICKLIST_ID = 'department';
20
+ exports.AXLE_TIRE_SIZE_PICKLIST_ID = 'axleTireSize';
21
+ exports.GEARBOX_MAKE_PICKLIST_ID = 'gearboxMake';
22
+ exports.LOCATION_PICKLIST_ID = 'location';
23
+ exports.SUPPLIER_VAT_RATE_PICKLIST_ID = 'supplierVATRate';
24
+ exports.AXLE_MAKE_PICKLIST_ID = 'axleMake';
25
+ exports.TAILGATE_MAKE_PICKLIST_ID = 'tailgateMakes';
26
+ exports.VAT_PERCENTAGE_PICKLIST_ID = 'vatPercentages';
27
+ exports.CRANE_MAKE_PICKLIST_ID = 'craneMakes';
28
+ exports.ENGINEERING_DOCS_PICKLIST_ID = 'engineeringDocs';
29
+ exports.SHIPPING_COMPANIES_PICKLIST_ID = 'shippingCompanies';
30
+ exports.WEBSITE_MARKETING_PLATFORM_ID = 'PUBLIC_WEBSITE';
31
+ exports.BODYWORKS_PICKLIST_ID = 'bodywork';
32
+ exports.CABINS_PICKLIST_ID = 'cabin';
33
+ exports.CATEGORIES_PICKLIST_ID = 'category';
34
+ exports.CONFIGURATIONS_PICKLIST_ID = 'configuration';
35
+ exports.EURONORMS_PICKLIST_ID = 'euronorm';
36
+ exports.TRANSMISSIONS_PICKLIST_ID = 'gearbox';
37
+ exports.MAKES_PICKLIST_ID = 'make';
38
+ exports.MAKE_MODELS_PICKLIST_ID = 'make_model';
39
+ exports.MAKE_MODEL_TYPES_PICKLIST_ID = 'make_model_type';
40
+ exports.SUSPENSIONS_PICKLIST_ID = 'suspension';
41
+ exports.ORG_SEGMENTS_PICKLIST_ID = 'segment';
42
+ exports.HEIGTHENED_PICKLIST_ID = 'extended_height_dimension';
43
+ exports.EXTENDED_PICKLIST_ID = 'extended_length_dimension';
44
+ exports.JOB_CATEGORIES_PICKLIST_ID = 'job_category';
45
+ exports.DOCUMENT_TYPES_PICKLIST_ID = 'document_types';
46
+ var Categories;
47
+ (function (Categories) {
48
+ Categories["TractorHead"] = "Tractor Head";
49
+ Categories["Truck"] = "Truck";
50
+ Categories["Trailer"] = "Trailer";
51
+ Categories["SemiTrailer"] = "Semi-Trailer";
52
+ Categories["Van"] = "Van";
53
+ Categories["Machine"] = "Machine";
54
+ Categories["Car"] = "Car";
55
+ Categories["Superstructure"] = "Superstructure";
56
+ })(Categories = exports.Categories || (exports.Categories = {}));
57
+ exports.MAX_SORT_PRIORITY = 10000;
58
+ exports.MIN_SORT_PRIORITY = 1;
59
+ exports.FILTER_RANGE_SEPARATOR = '__';
60
+ exports.FILTER_MULTIPLE_SEPARATOR = '__';
61
+ exports.MAX_AGE = 15;
62
+ exports.MAX_KM = 1000000;
63
+ exports.MAX_PRICE = 100000;
64
+ exports.PRICE_ROUNDING = 1000;
65
+ exports.KM_ROUNDING = 100000;
66
+ var LeasingAdminUploadHandlers;
67
+ (function (LeasingAdminUploadHandlers) {
68
+ LeasingAdminUploadHandlers["DhondtMonthly"] = "dhondt-monthly-invoice";
69
+ LeasingAdminUploadHandlers["DhondtProrata"] = "dhondt-prorata-invoice";
70
+ LeasingAdminUploadHandlers["Belfius"] = "belfius-monthly-invoice";
71
+ LeasingAdminUploadHandlers["ING"] = "ing-monthly-invoice";
72
+ })(LeasingAdminUploadHandlers = exports.LeasingAdminUploadHandlers || (exports.LeasingAdminUploadHandlers = {}));
73
+ var LeasingAdminEntities;
74
+ (function (LeasingAdminEntities) {
75
+ LeasingAdminEntities["Dhondt"] = "dhondt";
76
+ LeasingAdminEntities["Becris"] = "becris";
77
+ LeasingAdminEntities["ING"] = "ing";
78
+ })(LeasingAdminEntities = exports.LeasingAdminEntities || (exports.LeasingAdminEntities = {}));
79
+ var LeasingAdminUploadErrors;
80
+ (function (LeasingAdminUploadErrors) {
81
+ LeasingAdminUploadErrors["DuplicatedFile"] = "leasing-administration.file-already-exists";
82
+ LeasingAdminUploadErrors["FetchCurrentFile"] = "leasing-administration.diff.fetch-current-file-failed";
83
+ LeasingAdminUploadErrors["InvalidAttachment"] = "leasing-administration.invalid-attachment";
84
+ LeasingAdminUploadErrors["InvalidBelfiusXlsx"] = "leasing-administration.belfius.invalid-xlsx";
85
+ LeasingAdminUploadErrors["InvalidHandlerId"] = "leasing-administration.invalid-handler";
86
+ LeasingAdminUploadErrors["InvalidInvoiceFormat"] = "leasing-administration.upload.invalid-invoice";
87
+ LeasingAdminUploadErrors["NegativeAmount"] = "leasing-administration.negative-amount";
88
+ LeasingAdminUploadErrors["OngoingUpload"] = "leasing-administration.ongoing-upload";
89
+ LeasingAdminUploadErrors["Publish"] = "leasing-administration.upload.publish-failed";
90
+ LeasingAdminUploadErrors["UnknownVehicle"] = "leasing-administration.belfius.unknown-vehicle";
91
+ LeasingAdminUploadErrors["MissingVehicle"] = "leasing-administration.belfius.missing-vehicle";
92
+ LeasingAdminUploadErrors["Validation"] = "leasing-administration.upload.invalid-request";
93
+ })(LeasingAdminUploadErrors = exports.LeasingAdminUploadErrors || (exports.LeasingAdminUploadErrors = {}));
94
+ exports.INTERNET_VEHICLES_ANALYSIS_ALL_DATA = 'all';
95
+ var OpportunityType;
96
+ (function (OpportunityType) {
97
+ OpportunityType["LEASING"] = "leasing";
98
+ OpportunityType["SALES"] = "sales";
99
+ })(OpportunityType = exports.OpportunityType || (exports.OpportunityType = {}));
100
+ exports.UNKNOWN_MAKE = 'other';
101
+ exports.AXLE_CONFIG = {
102
+ '4x2': [
103
+ {
104
+ nr: 1,
105
+ position: 'Front',
106
+ steering: true,
107
+ powered: false,
108
+ twinWheels: false,
109
+ },
110
+ {
111
+ nr: 2,
112
+ position: 'Back',
113
+ steering: false,
114
+ powered: true,
115
+ twinWheels: true,
116
+ },
117
+ ],
118
+ '4x4': [
119
+ {
120
+ nr: 1,
121
+ position: 'Front',
122
+ steering: true,
123
+ powered: true,
124
+ twinWheels: false,
125
+ },
126
+ {
127
+ nr: 2,
128
+ position: 'Back',
129
+ steering: false,
130
+ powered: true,
131
+ twinWheels: true,
132
+ },
133
+ ],
134
+ '6x2': [
135
+ {
136
+ nr: 1,
137
+ position: 'Front',
138
+ steering: true,
139
+ powered: false,
140
+ twinWheels: false,
141
+ },
142
+ {
143
+ nr: 2,
144
+ position: 'Back',
145
+ steering: false,
146
+ powered: true,
147
+ twinWheels: false,
148
+ },
149
+ {
150
+ nr: 3,
151
+ position: 'Back',
152
+ steering: false,
153
+ powered: false,
154
+ twinWheels: true,
155
+ },
156
+ ],
157
+ '6x4': [
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: true,
171
+ },
172
+ {
173
+ nr: 3,
174
+ position: 'Back',
175
+ steering: false,
176
+ powered: true,
177
+ twinWheels: true,
178
+ },
179
+ ],
180
+ '6x6': [
181
+ {
182
+ nr: 1,
183
+ position: 'Front',
184
+ steering: true,
185
+ powered: true,
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
+ '8x2': [
204
+ {
205
+ nr: 1,
206
+ position: 'Front',
207
+ steering: true,
208
+ powered: false,
209
+ twinWheels: false,
210
+ },
211
+ {
212
+ nr: 2,
213
+ position: 'Front',
214
+ steering: true,
215
+ powered: false,
216
+ twinWheels: false,
217
+ },
218
+ {
219
+ nr: 3,
220
+ position: 'Back',
221
+ steering: false,
222
+ powered: true,
223
+ twinWheels: false,
224
+ },
225
+ {
226
+ nr: 4,
227
+ position: 'Back',
228
+ steering: false,
229
+ powered: false,
230
+ twinWheels: true,
231
+ },
232
+ ],
233
+ '8x4': [
234
+ {
235
+ nr: 1,
236
+ position: 'Front',
237
+ steering: true,
238
+ powered: false,
239
+ twinWheels: false,
240
+ },
241
+ {
242
+ nr: 2,
243
+ position: 'Front',
244
+ steering: true,
245
+ powered: false,
246
+ twinWheels: false,
247
+ },
248
+ {
249
+ nr: 3,
250
+ position: 'Back',
251
+ steering: false,
252
+ powered: true,
253
+ twinWheels: true,
254
+ },
255
+ {
256
+ nr: 4,
257
+ position: 'Back',
258
+ steering: false,
259
+ powered: true,
260
+ twinWheels: true,
261
+ },
262
+ ],
263
+ '8x6': [
264
+ {
265
+ nr: 1,
266
+ position: 'Front',
267
+ steering: true,
268
+ powered: true,
269
+ twinWheels: false,
270
+ },
271
+ {
272
+ nr: 2,
273
+ position: 'Front',
274
+ steering: true,
275
+ powered: false,
276
+ twinWheels: false,
277
+ },
278
+ {
279
+ nr: 3,
280
+ position: 'Back',
281
+ steering: false,
282
+ powered: true,
283
+ twinWheels: true,
284
+ },
285
+ {
286
+ nr: 4,
287
+ position: 'Back',
288
+ steering: false,
289
+ powered: true,
290
+ twinWheels: true,
291
+ },
292
+ ],
293
+ '8x8': [
294
+ {
295
+ nr: 1,
296
+ position: 'Front',
297
+ steering: true,
298
+ powered: true,
299
+ twinWheels: false,
300
+ },
301
+ {
302
+ nr: 2,
303
+ position: 'Front',
304
+ steering: true,
305
+ powered: true,
306
+ twinWheels: false,
307
+ },
308
+ {
309
+ nr: 3,
310
+ position: 'Back',
311
+ steering: false,
312
+ powered: true,
313
+ twinWheels: true,
314
+ },
315
+ {
316
+ nr: 4,
317
+ position: 'Back',
318
+ steering: false,
319
+ powered: true,
320
+ twinWheels: true,
321
+ },
322
+ ],
323
+ '10x4': [
324
+ {
325
+ nr: 1,
326
+ position: 'Front',
327
+ steering: true,
328
+ powered: false,
329
+ twinWheels: false,
330
+ },
331
+ {
332
+ nr: 2,
333
+ position: 'Front',
334
+ steering: true,
335
+ powered: false,
336
+ twinWheels: false,
337
+ },
338
+ {
339
+ nr: 3,
340
+ position: 'Front',
341
+ steering: true,
342
+ powered: false,
343
+ twinWheels: false,
344
+ },
345
+ {
346
+ nr: 4,
347
+ position: 'Back',
348
+ steering: false,
349
+ powered: true,
350
+ twinWheels: true,
351
+ },
352
+ {
353
+ nr: 5,
354
+ position: 'Back',
355
+ steering: false,
356
+ powered: true,
357
+ twinWheels: true,
358
+ },
359
+ ],
360
+ '10x6': [
361
+ {
362
+ nr: 1,
363
+ position: 'Front',
364
+ steering: true,
365
+ powered: false,
366
+ twinWheels: false,
367
+ },
368
+ {
369
+ nr: 2,
370
+ position: 'Front',
371
+ steering: true,
372
+ powered: false,
373
+ twinWheels: false,
374
+ },
375
+ {
376
+ nr: 3,
377
+ position: 'Back',
378
+ steering: false,
379
+ powered: true,
380
+ twinWheels: false,
381
+ },
382
+ {
383
+ nr: 4,
384
+ position: 'Back',
385
+ steering: false,
386
+ powered: true,
387
+ twinWheels: true,
388
+ },
389
+ {
390
+ nr: 5,
391
+ position: 'Back',
392
+ steering: false,
393
+ powered: true,
394
+ twinWheels: true,
395
+ },
396
+ ],
397
+ '10x8': [
398
+ {
399
+ nr: 1,
400
+ position: 'Front',
401
+ steering: true,
402
+ powered: true,
403
+ twinWheels: false,
404
+ },
405
+ {
406
+ nr: 2,
407
+ position: 'Front',
408
+ steering: true,
409
+ powered: true,
410
+ twinWheels: false,
411
+ },
412
+ {
413
+ nr: 3,
414
+ position: 'Front',
415
+ steering: true,
416
+ powered: false,
417
+ twinWheels: false,
418
+ },
419
+ {
420
+ nr: 4,
421
+ position: 'Back',
422
+ steering: false,
423
+ powered: true,
424
+ twinWheels: true,
425
+ },
426
+ {
427
+ nr: 5,
428
+ position: 'Back',
429
+ steering: false,
430
+ powered: true,
431
+ twinWheels: true,
432
+ },
433
+ ],
434
+ '10x10': [
435
+ {
436
+ nr: 1,
437
+ position: 'Front',
438
+ steering: true,
439
+ powered: true,
440
+ twinWheels: false,
441
+ },
442
+ {
443
+ nr: 2,
444
+ position: 'Front',
445
+ steering: true,
446
+ powered: true,
447
+ twinWheels: false,
448
+ },
449
+ {
450
+ nr: 3,
451
+ position: 'Front',
452
+ steering: true,
453
+ powered: true,
454
+ twinWheels: false,
455
+ },
456
+ {
457
+ nr: 4,
458
+ position: 'Back',
459
+ steering: false,
460
+ powered: true,
461
+ twinWheels: true,
462
+ },
463
+ {
464
+ nr: 5,
465
+ position: 'Back',
466
+ steering: false,
467
+ powered: true,
468
+ twinWheels: true,
469
+ },
470
+ ],
471
+ '1 axle': [
472
+ {
473
+ nr: 1,
474
+ position: 'Back',
475
+ steering: false,
476
+ powered: false,
477
+ twinWheels: false,
478
+ },
479
+ ],
480
+ '2 axles': [
481
+ {
482
+ nr: 1,
483
+ position: 'Back',
484
+ steering: false,
485
+ powered: false,
486
+ twinWheels: false,
487
+ },
488
+ {
489
+ nr: 2,
490
+ position: 'Back',
491
+ steering: false,
492
+ powered: false,
493
+ twinWheels: false,
494
+ },
495
+ ],
496
+ '3 axles': [
497
+ {
498
+ nr: 1,
499
+ position: 'Back',
500
+ steering: false,
501
+ powered: false,
502
+ twinWheels: false,
503
+ },
504
+ {
505
+ nr: 2,
506
+ position: 'Back',
507
+ steering: false,
508
+ powered: false,
509
+ twinWheels: false,
510
+ },
511
+ {
512
+ nr: 3,
513
+ position: 'Back',
514
+ steering: false,
515
+ powered: false,
516
+ twinWheels: false,
517
+ },
518
+ ],
519
+ '4 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
+ nr: 4,
543
+ position: 'Back',
544
+ steering: false,
545
+ powered: false,
546
+ twinWheels: false,
547
+ },
548
+ ],
549
+ '5 axles': [
550
+ {
551
+ nr: 1,
552
+ position: 'Back',
553
+ steering: false,
554
+ powered: false,
555
+ twinWheels: false,
556
+ },
557
+ {
558
+ nr: 2,
559
+ position: 'Back',
560
+ steering: false,
561
+ powered: false,
562
+ twinWheels: false,
563
+ },
564
+ {
565
+ nr: 3,
566
+ position: 'Back',
567
+ steering: false,
568
+ powered: false,
569
+ twinWheels: false,
570
+ },
571
+ {
572
+ nr: 4,
573
+ position: 'Back',
574
+ steering: false,
575
+ powered: false,
576
+ twinWheels: false,
577
+ },
578
+ {
579
+ nr: 5,
580
+ position: 'Back',
581
+ steering: false,
582
+ powered: false,
583
+ twinWheels: false,
584
+ },
585
+ ],
586
+ '6 axles': [
587
+ {
588
+ nr: 1,
589
+ position: 'Back',
590
+ steering: false,
591
+ powered: false,
592
+ twinWheels: false,
593
+ },
594
+ {
595
+ nr: 2,
596
+ position: 'Back',
597
+ steering: false,
598
+ powered: false,
599
+ twinWheels: false,
600
+ },
601
+ {
602
+ nr: 3,
603
+ position: 'Back',
604
+ steering: false,
605
+ powered: false,
606
+ twinWheels: false,
607
+ },
608
+ {
609
+ nr: 4,
610
+ position: 'Back',
611
+ steering: false,
612
+ powered: false,
613
+ twinWheels: false,
614
+ },
615
+ {
616
+ nr: 5,
617
+ position: 'Back',
618
+ steering: false,
619
+ powered: false,
620
+ twinWheels: false,
621
+ },
622
+ {
623
+ nr: 6,
624
+ position: 'Back',
625
+ steering: false,
626
+ powered: false,
627
+ twinWheels: false,
628
+ },
629
+ ],
630
+ '7 axles': [
631
+ {
632
+ nr: 1,
633
+ position: 'Back',
634
+ steering: false,
635
+ powered: false,
636
+ twinWheels: false,
637
+ },
638
+ {
639
+ nr: 2,
640
+ position: 'Back',
641
+ steering: false,
642
+ powered: false,
643
+ twinWheels: false,
644
+ },
645
+ {
646
+ nr: 3,
647
+ position: 'Back',
648
+ steering: false,
649
+ powered: false,
650
+ twinWheels: false,
651
+ },
652
+ {
653
+ nr: 4,
654
+ position: 'Back',
655
+ steering: false,
656
+ powered: false,
657
+ twinWheels: false,
658
+ },
659
+ {
660
+ nr: 5,
661
+ position: 'Back',
662
+ steering: false,
663
+ powered: false,
664
+ twinWheels: false,
665
+ },
666
+ {
667
+ nr: 6,
668
+ position: 'Back',
669
+ steering: false,
670
+ powered: false,
671
+ twinWheels: false,
672
+ },
673
+ {
674
+ nr: 7,
675
+ position: 'Back',
676
+ steering: false,
677
+ powered: false,
678
+ twinWheels: false,
679
+ },
680
+ ],
681
+ '8 axles': [
682
+ {
683
+ nr: 1,
684
+ position: 'Back',
685
+ steering: false,
686
+ powered: false,
687
+ twinWheels: false,
688
+ },
689
+ {
690
+ nr: 2,
691
+ position: 'Back',
692
+ steering: false,
693
+ powered: false,
694
+ twinWheels: false,
695
+ },
696
+ {
697
+ nr: 3,
698
+ position: 'Back',
699
+ steering: false,
700
+ powered: false,
701
+ twinWheels: false,
702
+ },
703
+ {
704
+ nr: 4,
705
+ position: 'Back',
706
+ steering: false,
707
+ powered: false,
708
+ twinWheels: false,
709
+ },
710
+ {
711
+ nr: 5,
712
+ position: 'Back',
713
+ steering: false,
714
+ powered: false,
715
+ twinWheels: false,
716
+ },
717
+ {
718
+ nr: 6,
719
+ position: 'Back',
720
+ steering: false,
721
+ powered: false,
722
+ twinWheels: false,
723
+ },
724
+ {
725
+ nr: 7,
726
+ position: 'Back',
727
+ steering: false,
728
+ powered: false,
729
+ twinWheels: false,
730
+ },
731
+ {
732
+ nr: 8,
733
+ position: 'Back',
734
+ steering: false,
735
+ powered: false,
736
+ twinWheels: false,
737
+ },
738
+ ],
739
+ '1 front, 1 rear': [
740
+ {
741
+ nr: 1,
742
+ position: 'Front',
743
+ steering: false,
744
+ powered: false,
745
+ twinWheels: false,
746
+ },
747
+ {
748
+ nr: 2,
749
+ position: 'Back',
750
+ steering: false,
751
+ powered: false,
752
+ twinWheels: false,
753
+ },
754
+ ],
755
+ '1 front, 2 rear': [
756
+ {
757
+ nr: 1,
758
+ position: 'Front',
759
+ steering: false,
760
+ powered: false,
761
+ twinWheels: false,
762
+ },
763
+ {
764
+ nr: 2,
765
+ position: 'Back',
766
+ steering: false,
767
+ powered: false,
768
+ twinWheels: false,
769
+ },
770
+ {
771
+ nr: 3,
772
+ position: 'Back',
773
+ steering: false,
774
+ powered: false,
775
+ twinWheels: false,
776
+ },
777
+ ],
778
+ '1 front, 3 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
+ nr: 4,
802
+ position: 'Back',
803
+ steering: false,
804
+ powered: false,
805
+ twinWheels: false,
806
+ },
807
+ ],
808
+ '2 front, 2 rear': [
809
+ {
810
+ nr: 1,
811
+ position: 'Front',
812
+ steering: false,
813
+ powered: false,
814
+ twinWheels: false,
815
+ },
816
+ {
817
+ nr: 2,
818
+ position: 'Front',
819
+ steering: false,
820
+ powered: false,
821
+ twinWheels: false,
822
+ },
823
+ {
824
+ nr: 3,
825
+ position: 'Back',
826
+ steering: false,
827
+ powered: false,
828
+ twinWheels: false,
829
+ },
830
+ {
831
+ nr: 4,
832
+ position: 'Back',
833
+ steering: false,
834
+ powered: false,
835
+ twinWheels: false,
836
+ },
837
+ ],
838
+ '2 front, 3 rear': [
839
+ {
840
+ nr: 1,
841
+ position: 'Front',
842
+ steering: false,
843
+ powered: false,
844
+ twinWheels: false,
845
+ },
846
+ {
847
+ nr: 2,
848
+ position: 'Front',
849
+ steering: false,
850
+ powered: false,
851
+ twinWheels: false,
852
+ },
853
+ {
854
+ nr: 3,
855
+ position: 'Back',
856
+ steering: false,
857
+ powered: false,
858
+ twinWheels: false,
859
+ },
860
+ {
861
+ nr: 4,
862
+ position: 'Back',
863
+ steering: false,
864
+ powered: false,
865
+ twinWheels: false,
866
+ },
867
+ {
868
+ nr: 5,
869
+ position: 'Back',
870
+ steering: false,
871
+ powered: false,
872
+ twinWheels: false,
873
+ },
874
+ ],
875
+ '1 middle': [
876
+ {
877
+ nr: 1,
878
+ position: 'Middle',
879
+ steering: false,
880
+ powered: false,
881
+ twinWheels: false,
882
+ },
883
+ ],
884
+ '2 middle': [
885
+ {
886
+ nr: 1,
887
+ position: 'Middle',
888
+ steering: false,
889
+ powered: false,
890
+ twinWheels: false,
891
+ },
892
+ {
893
+ nr: 2,
894
+ position: 'Middle',
895
+ steering: false,
896
+ powered: false,
897
+ twinWheels: false,
898
+ },
899
+ ],
900
+ '3 middle': [
901
+ {
902
+ nr: 1,
903
+ position: 'Middle',
904
+ steering: false,
905
+ powered: false,
906
+ twinWheels: false,
907
+ },
908
+ {
909
+ nr: 2,
910
+ position: 'Middle',
911
+ steering: false,
912
+ powered: false,
913
+ twinWheels: false,
914
+ },
915
+ {
916
+ nr: 3,
917
+ position: 'Middle',
918
+ steering: false,
919
+ powered: false,
920
+ twinWheels: false,
921
+ },
922
+ ],
923
+ };
924
+ exports.DEBTORS_MONTHS_UNTIL_TODAY_COUNT = 6;
925
+ exports.VEHICLE_SHARE_TEMPLATE_ID = 'vehicle-share';
926
+ var WarningHints;
927
+ (function (WarningHints) {
928
+ WarningHints["INFO"] = "info";
929
+ WarningHints["WARNING"] = "warning";
930
+ WarningHints["ERROR"] = "error";
931
+ })(WarningHints = exports.WarningHints || (exports.WarningHints = {}));
932
+ //# sourceMappingURL=constants.js.map