ecotransac-shared-js 1.2.36 → 1.2.38
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 +8 -1
- package/dist/index.mjs +8 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1852,6 +1852,12 @@ var contactFormFields = [
|
|
|
1852
1852
|
fieldType: "date",
|
|
1853
1853
|
label: "Date d'expiration",
|
|
1854
1854
|
requiredFor: []
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
name: "rcpInsuranceExpirationDate",
|
|
1858
|
+
fieldType: "date",
|
|
1859
|
+
label: "Date d'expiration de l'assurance RCP en cours",
|
|
1860
|
+
requiredFor: []
|
|
1855
1861
|
}
|
|
1856
1862
|
];
|
|
1857
1863
|
|
|
@@ -1891,7 +1897,8 @@ var COMPANY_INFO = {
|
|
|
1891
1897
|
},
|
|
1892
1898
|
insurance: {
|
|
1893
1899
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1894
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1900
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1901
|
+
rcpContractNumber: "AU428365"
|
|
1895
1902
|
},
|
|
1896
1903
|
mediation: {
|
|
1897
1904
|
mediator: "IMMOMEDIATEURS",
|
package/dist/index.mjs
CHANGED
|
@@ -1757,6 +1757,12 @@ var contactFormFields = [
|
|
|
1757
1757
|
fieldType: "date",
|
|
1758
1758
|
label: "Date d'expiration",
|
|
1759
1759
|
requiredFor: []
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
name: "rcpInsuranceExpirationDate",
|
|
1763
|
+
fieldType: "date",
|
|
1764
|
+
label: "Date d'expiration de l'assurance RCP en cours",
|
|
1765
|
+
requiredFor: []
|
|
1760
1766
|
}
|
|
1761
1767
|
];
|
|
1762
1768
|
|
|
@@ -1796,7 +1802,8 @@ var COMPANY_INFO = {
|
|
|
1796
1802
|
},
|
|
1797
1803
|
insurance: {
|
|
1798
1804
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1799
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1805
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1806
|
+
rcpContractNumber: "AU428365"
|
|
1800
1807
|
},
|
|
1801
1808
|
mediation: {
|
|
1802
1809
|
mediator: "IMMOMEDIATEURS",
|