ecotransac-shared-js 1.2.1 → 1.2.2

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
@@ -1020,7 +1020,7 @@ var technicalFormFields = [
1020
1020
  fieldType: "radio",
1021
1021
  label: "Type de production d'eau chaude",
1022
1022
  props: { options: SHARING_CONFIGURATION },
1023
- condition: and(not("isParking"), not("isLand"), not("isHouse")),
1023
+ condition: and(not("isParking"), not("isLand")),
1024
1024
  requiredFor: []
1025
1025
  },
1026
1026
  {
@@ -1619,8 +1619,8 @@ var contactFormFields = [
1619
1619
  },
1620
1620
  {
1621
1621
  name: "kycIssuedBy",
1622
- fieldType: "text",
1623
- label: "D\xE9livr\xE9 par"
1622
+ fieldType: "country",
1623
+ label: "Pays de d\xE9livrance"
1624
1624
  },
1625
1625
  {
1626
1626
  name: "kycExpiresAt",
package/dist/index.mjs CHANGED
@@ -935,7 +935,7 @@ var technicalFormFields = [
935
935
  fieldType: "radio",
936
936
  label: "Type de production d'eau chaude",
937
937
  props: { options: SHARING_CONFIGURATION },
938
- condition: and(not("isParking"), not("isLand"), not("isHouse")),
938
+ condition: and(not("isParking"), not("isLand")),
939
939
  requiredFor: []
940
940
  },
941
941
  {
@@ -1534,8 +1534,8 @@ var contactFormFields = [
1534
1534
  },
1535
1535
  {
1536
1536
  name: "kycIssuedBy",
1537
- fieldType: "text",
1538
- label: "D\xE9livr\xE9 par"
1537
+ fieldType: "country",
1538
+ label: "Pays de d\xE9livrance"
1539
1539
  },
1540
1540
  {
1541
1541
  name: "kycExpiresAt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",