ecotransac-shared-js 1.2.11 → 1.2.13

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
@@ -1343,7 +1343,7 @@ var renovationPropertyFormFields = [
1343
1343
  },
1344
1344
  {
1345
1345
  name: "hasDPE",
1346
- fieldType: "radio",
1346
+ fieldType: "radio-boolean",
1347
1347
  label: "DPE r\xE9alis\xE9",
1348
1348
  requiredFor: ["SEND_TO_PARTNER"]
1349
1349
  },
package/dist/index.mjs CHANGED
@@ -1252,7 +1252,7 @@ var renovationPropertyFormFields = [
1252
1252
  },
1253
1253
  {
1254
1254
  name: "hasDPE",
1255
- fieldType: "radio",
1255
+ fieldType: "radio-boolean",
1256
1256
  label: "DPE r\xE9alis\xE9",
1257
1257
  requiredFor: ["SEND_TO_PARTNER"]
1258
1258
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.2.11",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",