ecotransac-shared-js 1.2.19 → 1.2.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.
package/dist/index.js CHANGED
@@ -938,7 +938,8 @@ var featuresFormFields = [
938
938
  name: "propertyTitleNotaryInfo",
939
939
  fieldType: "text",
940
940
  label: "Nom et ville du notaire d\xE9tenteur du titre de propri\xE9t\xE9",
941
- requiredFor: ["MANDATE_CREATION"]
941
+ // requiredFor: ["MANDATE_CREATION"],
942
+ requiredFor: []
942
943
  }
943
944
  ];
944
945
  var technicalFormFields = [
package/dist/index.mjs CHANGED
@@ -845,7 +845,8 @@ var featuresFormFields = [
845
845
  name: "propertyTitleNotaryInfo",
846
846
  fieldType: "text",
847
847
  label: "Nom et ville du notaire d\xE9tenteur du titre de propri\xE9t\xE9",
848
- requiredFor: ["MANDATE_CREATION"]
848
+ // requiredFor: ["MANDATE_CREATION"],
849
+ requiredFor: []
849
850
  }
850
851
  ];
851
852
  var technicalFormFields = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",