ecotransac-shared-js 1.2.36 → 1.2.37
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.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1891,7 +1891,8 @@ var COMPANY_INFO = {
|
|
|
1891
1891
|
},
|
|
1892
1892
|
insurance: {
|
|
1893
1893
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1894
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1894
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1895
|
+
rcpContractNumber: "AU428365"
|
|
1895
1896
|
},
|
|
1896
1897
|
mediation: {
|
|
1897
1898
|
mediator: "IMMOMEDIATEURS",
|
package/dist/index.mjs
CHANGED
|
@@ -1796,7 +1796,8 @@ var COMPANY_INFO = {
|
|
|
1796
1796
|
},
|
|
1797
1797
|
insurance: {
|
|
1798
1798
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1799
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1799
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1800
|
+
rcpContractNumber: "AU428365"
|
|
1800
1801
|
},
|
|
1801
1802
|
mediation: {
|
|
1802
1803
|
mediator: "IMMOMEDIATEURS",
|