thm-p3-configurator 0.0.40 → 0.0.41

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.
@@ -264,6 +264,7 @@ const InternalAppointmentForm = _ref => {
264
264
  note: (customer === null || customer === void 0 ? void 0 : customer.note) || '(Onbekend)',
265
265
  zipCode: (customer === null || customer === void 0 ? void 0 : customer.zipCode) || '(Onbekend)'
266
266
  }),
267
+ customerAgreed,
267
268
  appointment,
268
269
  channel,
269
270
  licensePlate: (_ref2 = licensePlate || _licensePlate) === null || _ref2 === void 0 ? void 0 : _ref2.replace(/-/g, ''),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.40",
3
+ "version": "0.0.41",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",