ecotransac-shared-js 1.1.56 → 1.1.58

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
@@ -913,6 +913,12 @@ var featuresFormFields = [
913
913
  label: "Montant de la taxe fonci\xE8re",
914
914
  props: { suffix: "\u20AC/an" },
915
915
  requiredFor: ["DIFFUSION"]
916
+ },
917
+ {
918
+ name: "propertyTitleNotaryInfo",
919
+ fieldType: "text",
920
+ label: "Nom et ville du notaire d\xE9tenteur du titre de propri\xE9t\xE9",
921
+ requiredFor: ["MANDATE_CREATION"]
916
922
  }
917
923
  ];
918
924
  var technicalFormFields = [
@@ -1048,21 +1054,24 @@ var surfacesFormFields = [
1048
1054
  not("isParking"),
1049
1055
  not("isBuilding")
1050
1056
  ),
1051
- props: { suffix: "m\xB2" }
1057
+ props: { suffix: "m\xB2" },
1058
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
1052
1059
  },
1053
1060
  {
1054
1061
  name: "livingArea",
1055
1062
  fieldType: "number",
1056
1063
  label: "Surface habitable totale de l'immeuble",
1057
1064
  condition: only("isBuilding"),
1058
- props: { suffix: "m\xB2" }
1065
+ props: { suffix: "m\xB2" },
1066
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
1059
1067
  },
1060
1068
  {
1061
1069
  name: "livingArea",
1062
1070
  fieldType: "number",
1063
1071
  label: "Surface au sol",
1064
1072
  condition: only("isParking"),
1065
- props: { suffix: "m\xB2" }
1073
+ props: { suffix: "m\xB2" },
1074
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
1066
1075
  },
1067
1076
  {
1068
1077
  name: "livingArea",
@@ -1073,7 +1082,8 @@ var surfacesFormFields = [
1073
1082
  not("isLand"),
1074
1083
  not("isParking")
1075
1084
  ),
1076
- props: { suffix: "m\xB2" }
1085
+ props: { suffix: "m\xB2" },
1086
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
1077
1087
  },
1078
1088
  {
1079
1089
  name: "carrezLawArea",
package/dist/index.mjs CHANGED
@@ -827,6 +827,12 @@ var featuresFormFields = [
827
827
  label: "Montant de la taxe fonci\xE8re",
828
828
  props: { suffix: "\u20AC/an" },
829
829
  requiredFor: ["DIFFUSION"]
830
+ },
831
+ {
832
+ name: "propertyTitleNotaryInfo",
833
+ fieldType: "text",
834
+ label: "Nom et ville du notaire d\xE9tenteur du titre de propri\xE9t\xE9",
835
+ requiredFor: ["MANDATE_CREATION"]
830
836
  }
831
837
  ];
832
838
  var technicalFormFields = [
@@ -962,21 +968,24 @@ var surfacesFormFields = [
962
968
  not("isParking"),
963
969
  not("isBuilding")
964
970
  ),
965
- props: { suffix: "m\xB2" }
971
+ props: { suffix: "m\xB2" },
972
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
966
973
  },
967
974
  {
968
975
  name: "livingArea",
969
976
  fieldType: "number",
970
977
  label: "Surface habitable totale de l'immeuble",
971
978
  condition: only("isBuilding"),
972
- props: { suffix: "m\xB2" }
979
+ props: { suffix: "m\xB2" },
980
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
973
981
  },
974
982
  {
975
983
  name: "livingArea",
976
984
  fieldType: "number",
977
985
  label: "Surface au sol",
978
986
  condition: only("isParking"),
979
- props: { suffix: "m\xB2" }
987
+ props: { suffix: "m\xB2" },
988
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
980
989
  },
981
990
  {
982
991
  name: "livingArea",
@@ -987,7 +996,8 @@ var surfacesFormFields = [
987
996
  not("isLand"),
988
997
  not("isParking")
989
998
  ),
990
- props: { suffix: "m\xB2" }
999
+ props: { suffix: "m\xB2" },
1000
+ requiredFor: ["DIFFUSION", "MANDATE_CREATION"]
991
1001
  },
992
1002
  {
993
1003
  name: "carrezLawArea",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecotransac-shared-js",
3
- "version": "1.1.56",
3
+ "version": "1.1.58",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "modules": "dist/index.mjs",