thm-p3-configurator 0.0.159 → 0.0.160

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,7 +480,7 @@ const useProductsQuery = orderParameters => {
480
480
  'Max. Trekgewicht, niet geremd': productsQuery === null || productsQuery === void 0 || (_productsQuery$data13 = productsQuery.data) === null || _productsQuery$data13 === void 0 || (_productsQuery$data13 = _productsQuery$data13.vehicleInfo) === null || _productsQuery$data13 === void 0 || (_productsQuery$data13 = _productsQuery$data13.vehicle) === null || _productsQuery$data13 === void 0 ? void 0 : _productsQuery$data13.maxTowingMassUnbraked,
481
481
  bouwjaar: buildYear,
482
482
  kType: 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.model) === null || _productsQuery$data14 === void 0 ? void 0 : _productsQuery$data14.kType,
483
- kMod: 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.model) === null || _productsQuery$data15 === void 0 ? void 0 : _productsQuery$data15.kMod
483
+ kMod: 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.model) === null || _productsQuery$data15 === void 0 ? void 0 : _productsQuery$data15.code
484
484
  },
485
485
  discountCodeInfo: productsQuery === null || productsQuery === void 0 || (_productsQuery$data16 = productsQuery.data) === null || _productsQuery$data16 === void 0 ? void 0 : _productsQuery$data16.discountCodeInfo,
486
486
  discountProducts: (_productsQuery$data$a = productsQuery === null || productsQuery === void 0 || (_productsQuery$data17 = productsQuery.data) === null || _productsQuery$data17 === void 0 || (_productsQuery$data17 = _productsQuery$data17.articles) === null || _productsQuery$data17 === void 0 ? void 0 : _productsQuery$data17.discountCode) !== null && _productsQuery$data$a !== void 0 ? _productsQuery$data$a : [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.159",
3
+ "version": "0.0.160",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",