ecotransac-shared-js 1.2.38 → 1.2.39

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.js CHANGED
@@ -1852,12 +1852,6 @@ 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: []
1861
1855
  }
1862
1856
  ];
1863
1857
 
package/dist/index.mjs CHANGED
@@ -1757,12 +1757,6 @@ 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: []
1766
1760
  }
1767
1761
  ];
1768
1762
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",