thm-p3-configurator 0.0.24 → 0.0.25

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.
@@ -220,7 +220,15 @@ const InternalAppointmentForm = () => {
220
220
  vehicle,
221
221
  customer: _objectSpread(_objectSpread({}, customer), {}, {
222
222
  firstName: (customer === null || customer === void 0 ? void 0 : customer.firstName) || '(Onbekend)',
223
- lastName: (customer === null || customer === void 0 ? void 0 : customer.lastName) || '(Onbekend)'
223
+ lastName: (customer === null || customer === void 0 ? void 0 : customer.lastName) || '(Onbekend)',
224
+ phoneNumber: (customer === null || customer === void 0 ? void 0 : customer.phoneNumber) || '(Onbekend)',
225
+ houseNumber: (customer === null || customer === void 0 ? void 0 : customer.houseNumber) || '(Onbekend)',
226
+ streetName: (customer === null || customer === void 0 ? void 0 : customer.streetName) || '(Onbekend)',
227
+ countryId: (customer === null || customer === void 0 ? void 0 : customer.countryId) || '(Onbekend)',
228
+ city: (customer === null || customer === void 0 ? void 0 : customer.city) || '(Onbekend)',
229
+ email: (customer === null || customer === void 0 ? void 0 : customer.email) || '(Onbekend)',
230
+ note: (customer === null || customer === void 0 ? void 0 : customer.note) || '(Onbekend)',
231
+ zipCode: (customer === null || customer === void 0 ? void 0 : customer.zipCode) || '(Onbekend)'
224
232
  }),
225
233
  appointment,
226
234
  channel,
@@ -205,7 +205,15 @@ const InternalQuotationForm = () => {
205
205
  vehicle,
206
206
  customer: _objectSpread(_objectSpread({}, customer), {}, {
207
207
  firstName: (customer === null || customer === void 0 ? void 0 : customer.firstName) || '(Onbekend)',
208
- lastName: (customer === null || customer === void 0 ? void 0 : customer.lastName) || '(Onbekend)'
208
+ lastName: (customer === null || customer === void 0 ? void 0 : customer.lastName) || '(Onbekend)',
209
+ phoneNumber: (customer === null || customer === void 0 ? void 0 : customer.phoneNumber) || '(Onbekend)',
210
+ houseNumber: (customer === null || customer === void 0 ? void 0 : customer.houseNumber) || '(Onbekend)',
211
+ streetName: (customer === null || customer === void 0 ? void 0 : customer.streetName) || '(Onbekend)',
212
+ countryId: (customer === null || customer === void 0 ? void 0 : customer.countryId) || '(Onbekend)',
213
+ city: (customer === null || customer === void 0 ? void 0 : customer.city) || '(Onbekend)',
214
+ email: (customer === null || customer === void 0 ? void 0 : customer.email) || '(Onbekend)',
215
+ note: (customer === null || customer === void 0 ? void 0 : customer.note) || '(Onbekend)',
216
+ zipCode: (customer === null || customer === void 0 ? void 0 : customer.zipCode) || '(Onbekend)'
209
217
  }),
210
218
  channel,
211
219
  licensePlate: (_ref = licensePlate || _licensePlate) === null || _ref === void 0 ? void 0 : _ref.replace(/-/g, ''),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thm-p3-configurator",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": "EnoRm.",