thm-p3-configurator 0.0.208 → 0.0.210

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.
@@ -480,12 +480,12 @@ const useProductsQuery = orderParameters => {
480
480
  }, productsQuery !== null && productsQuery !== void 0 && (_productsQuery$data11 = productsQuery.data) !== null && _productsQuery$data11 !== void 0 && (_productsQuery$data11 = _productsQuery$data11.answers) !== null && _productsQuery$data11 !== void 0 && _productsQuery$data11.execution1 && productsQuery !== null && productsQuery !== void 0 && (_productsQuery$data12 = productsQuery.data) !== null && _productsQuery$data12 !== void 0 && (_productsQuery$data12 = _productsQuery$data12.answers) !== null && _productsQuery$data12 !== void 0 && _productsQuery$data12.execution2 ? {
481
481
  'uitvoering #2': productsQuery === null || productsQuery === void 0 || (_productsQuery$data13 = productsQuery.data) === null || _productsQuery$data13 === void 0 || (_productsQuery$data13 = _productsQuery$data13.answers) === null || _productsQuery$data13 === void 0 ? void 0 : _productsQuery$data13.execution2
482
482
  } : {}), licensePlate ? {
483
- Geimporteerd: productsQuery !== null && productsQuery !== void 0 && (_productsQuery$data14 = productsQuery.data) !== null && _productsQuery$data14 !== void 0 && (_productsQuery$data14 = _productsQuery$data14.vehicleInfo) !== null && _productsQuery$data14 !== void 0 && (_productsQuery$data14 = _productsQuery$data14.vehicle) !== null && _productsQuery$data14 !== void 0 && _productsQuery$data14.isImported ? 'Ja' : 'Nee'
483
+ Geimporteerd: productsQuery !== null && productsQuery !== void 0 && (_productsQuery$data14 = productsQuery.data) !== null && _productsQuery$data14 !== void 0 && (_productsQuery$data14 = _productsQuery$data14.vehicleInfo) !== null && _productsQuery$data14 !== void 0 && (_productsQuery$data14 = _productsQuery$data14.vehicle) !== null && _productsQuery$data14 !== void 0 && _productsQuery$data14.isImported ? 'Ja' : 'Nee',
484
+ 'Trekgewicht op kenteken': Boolean(productsQuery === null || productsQuery === void 0 || (_productsQuery$data15 = productsQuery.data) === null || _productsQuery$data15 === void 0 || (_productsQuery$data15 = _productsQuery$data15.vehicleInfo) === null || _productsQuery$data15 === void 0 || (_productsQuery$data15 = _productsQuery$data15.vehicle) === null || _productsQuery$data15 === void 0 ? void 0 : _productsQuery$data15.maxTowingMassBraked) ? 'Ja' : 'Nee'
484
485
  } : {}), {}, {
485
- 'Trekgewicht op kenteken': Boolean(productsQuery === null || productsQuery === void 0 || (_productsQuery$data15 = productsQuery.data) === null || _productsQuery$data15 === void 0 || (_productsQuery$data15 = _productsQuery$data15.vehicleInfo) === null || _productsQuery$data15 === void 0 || (_productsQuery$data15 = _productsQuery$data15.vehicle) === null || _productsQuery$data15 === void 0 ? void 0 : _productsQuery$data15.maxTowingMassBraked) ? 'Ja' : 'Nee',
486
+ bouwjaar: buildYear,
486
487
  'Max. Trekgewicht, geremd': productsQuery === null || productsQuery === void 0 || (_productsQuery$data16 = productsQuery.data) === null || _productsQuery$data16 === void 0 || (_productsQuery$data16 = _productsQuery$data16.vehicleInfo) === null || _productsQuery$data16 === void 0 || (_productsQuery$data16 = _productsQuery$data16.vehicle) === null || _productsQuery$data16 === void 0 ? void 0 : _productsQuery$data16.maxTowingMassBraked,
487
488
  'Max. Trekgewicht, niet geremd': productsQuery === null || productsQuery === void 0 || (_productsQuery$data17 = productsQuery.data) === null || _productsQuery$data17 === void 0 || (_productsQuery$data17 = _productsQuery$data17.vehicleInfo) === null || _productsQuery$data17 === void 0 || (_productsQuery$data17 = _productsQuery$data17.vehicle) === null || _productsQuery$data17 === void 0 ? void 0 : _productsQuery$data17.maxTowingMassUnbraked,
488
- bouwjaar: buildYear,
489
489
  kType: productsQuery === null || productsQuery === void 0 || (_productsQuery$data18 = productsQuery.data) === null || _productsQuery$data18 === void 0 || (_productsQuery$data18 = _productsQuery$data18.vehicleInfo) === null || _productsQuery$data18 === void 0 || (_productsQuery$data18 = _productsQuery$data18.model) === null || _productsQuery$data18 === void 0 ? void 0 : _productsQuery$data18.kType,
490
490
  kMod: productsQuery === null || productsQuery === void 0 || (_productsQuery$data19 = productsQuery.data) === null || _productsQuery$data19 === void 0 || (_productsQuery$data19 = _productsQuery$data19.vehicleInfo) === null || _productsQuery$data19 === void 0 || (_productsQuery$data19 = _productsQuery$data19.model) === null || _productsQuery$data19 === void 0 ? void 0 : _productsQuery$data19.code
491
491
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.208",
3
+ "version": "0.0.210",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",