@bisondesk/core-sdk 1.0.308 → 1.0.310

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