@vergelijkdirect/comparison-forms 2.0.0-rc.19 → 2.0.0-rc.20

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.
@@ -5474,12 +5474,11 @@ var da = (e) => R({
5474
5474
  //#endregion
5475
5475
  //#region src/comparisons/car-business/businessCar.presenter.ts
5476
5476
  function pa(e) {
5477
- let { hasVisitingAddress: t, ...n } = e.company;
5478
5477
  return {
5479
5478
  comparison: V.CarBusiness,
5480
5479
  detail: {
5481
5480
  car: { ...e.vehicle },
5482
- companyData: n
5481
+ companyData: { ...e.company }
5483
5482
  },
5484
5483
  user: {}
5485
5484
  };
@@ -5552,10 +5551,9 @@ var ma = R({ company: Br() }), ha = /* @__PURE__ */ l({
5552
5551
  //#endregion
5553
5552
  //#region src/comparisons/businessLiability/businessLiability.presenter.ts
5554
5553
  function ga(e) {
5555
- let { hasVisitingAddress: t, ...n } = e.company;
5556
5554
  return {
5557
5555
  comparison: V.BusinessLiability,
5558
- detail: { companyData: n },
5556
+ detail: { companyData: { ...e.company } },
5559
5557
  user: {}
5560
5558
  };
5561
5559
  }
@@ -27609,12 +27609,11 @@ var RN = /* @__PURE__ */ c({
27609
27609
  //#endregion
27610
27610
  //#region src/comparisons/car-business/businessCar.presenter.ts
27611
27611
  function VN(e) {
27612
- let { hasVisitingAddress: t, ...n } = e.company;
27613
27612
  return {
27614
27613
  comparison: vd.CarBusiness,
27615
27614
  detail: {
27616
27615
  car: { ...e.vehicle },
27617
- companyData: n
27616
+ companyData: { ...e.company }
27618
27617
  },
27619
27618
  user: {}
27620
27619
  };
@@ -27690,10 +27689,9 @@ var HN = /* @__PURE__ */ c({
27690
27689
  //#endregion
27691
27690
  //#region src/comparisons/businessLiability/businessLiability.presenter.ts
27692
27691
  function GN(e) {
27693
- let { hasVisitingAddress: t, ...n } = e.company;
27694
27692
  return {
27695
27693
  comparison: vd.BusinessLiability,
27696
- detail: { companyData: n },
27694
+ detail: { companyData: { ...e.company } },
27697
27695
  user: {}
27698
27696
  };
27699
27697
  }