@bisondesk/core-sdk 1.0.234 → 1.0.235

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