ecotransac-shared-js 1.2.35 → 1.2.37
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.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +46 -45
- package/dist/index.mjs +46 -45
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -602,7 +602,7 @@ type Property = {
|
|
|
602
602
|
buildingFloorCount?: Maybe<Scalars['Int']['output']>;
|
|
603
603
|
buildingServices?: Maybe<Scalars['String']['output']>;
|
|
604
604
|
cadastreReference?: Maybe<Scalars['String']['output']>;
|
|
605
|
-
carrezLawArea?: Maybe<Scalars['
|
|
605
|
+
carrezLawArea?: Maybe<Scalars['Float']['output']>;
|
|
606
606
|
cellarsCount?: Maybe<Scalars['Int']['output']>;
|
|
607
607
|
coOwnershipLots?: Maybe<Scalars['Int']['output']>;
|
|
608
608
|
comments: Array<Comment>;
|
|
@@ -655,13 +655,13 @@ type Property = {
|
|
|
655
655
|
isOccupied?: Maybe<Scalars['Boolean']['output']>;
|
|
656
656
|
isServiced?: Maybe<Scalars['Boolean']['output']>;
|
|
657
657
|
kitchenType?: Maybe<KitchenType>;
|
|
658
|
-
landArea?: Maybe<Scalars['
|
|
658
|
+
landArea?: Maybe<Scalars['Float']['output']>;
|
|
659
659
|
leaseEstablishedUnder?: Maybe<LeaseEstablishment>;
|
|
660
660
|
/** if leaseEstablishedUnder === NOTARY_DEED */
|
|
661
661
|
leaseEstablishmentNotaryName?: Maybe<Scalars['String']['output']>;
|
|
662
662
|
leaseTransfertPermission?: Maybe<LeaseTransfertPermission>;
|
|
663
663
|
leisuresSurroundings?: Maybe<Scalars['String']['output']>;
|
|
664
|
-
livingArea?: Maybe<Scalars['
|
|
664
|
+
livingArea?: Maybe<Scalars['Float']['output']>;
|
|
665
665
|
mandates: Array<Mandate>;
|
|
666
666
|
naturalsSurroundings?: Maybe<Scalars['String']['output']>;
|
|
667
667
|
ongoingProceduresDetails?: Maybe<Scalars['String']['output']>;
|
|
@@ -738,7 +738,7 @@ type Renovation = {
|
|
|
738
738
|
insulationLevel?: Maybe<InsulationLevel>;
|
|
739
739
|
interestedByServices?: Maybe<Scalars['String']['output']>;
|
|
740
740
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
741
|
-
livingArea?: Maybe<Scalars['
|
|
741
|
+
livingArea?: Maybe<Scalars['Float']['output']>;
|
|
742
742
|
owners: Array<Contact>;
|
|
743
743
|
partner?: Maybe<Partner>;
|
|
744
744
|
photos: Array<Photo>;
|
|
@@ -788,7 +788,7 @@ type Submitter = {
|
|
|
788
788
|
type SubmitterStatus = 'awaiting' | 'completed' | 'opened' | 'sent';
|
|
789
789
|
type Surface = {
|
|
790
790
|
__typename?: 'Surface';
|
|
791
|
-
area?: Maybe<Scalars['
|
|
791
|
+
area?: Maybe<Scalars['Float']['output']>;
|
|
792
792
|
floor?: Maybe<Scalars['Int']['output']>;
|
|
793
793
|
id: Scalars['ID']['output'];
|
|
794
794
|
property: Property;
|
|
@@ -869,7 +869,7 @@ type Field = {
|
|
|
869
869
|
placeholder?: string;
|
|
870
870
|
};
|
|
871
871
|
};
|
|
872
|
-
type FieldType = "text" | "
|
|
872
|
+
type FieldType = "text" | "integer" | "decimal" | "select" | "select-number" | "textarea" | "radio-boolean" | "radio" | "date" | "country" | "switch" | "propertyType" | "grade" | "year" | "exclusivity" | "address" | "phone";
|
|
873
873
|
type State = {
|
|
874
874
|
[key: string]: boolean;
|
|
875
875
|
};
|
|
@@ -984,6 +984,7 @@ declare const COMPANY_INFO: {
|
|
|
984
984
|
insurance: {
|
|
985
985
|
name: string;
|
|
986
986
|
headOfficeAddress: string;
|
|
987
|
+
rcpContractNumber: string;
|
|
987
988
|
};
|
|
988
989
|
mediation: {
|
|
989
990
|
mediator: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -602,7 +602,7 @@ type Property = {
|
|
|
602
602
|
buildingFloorCount?: Maybe<Scalars['Int']['output']>;
|
|
603
603
|
buildingServices?: Maybe<Scalars['String']['output']>;
|
|
604
604
|
cadastreReference?: Maybe<Scalars['String']['output']>;
|
|
605
|
-
carrezLawArea?: Maybe<Scalars['
|
|
605
|
+
carrezLawArea?: Maybe<Scalars['Float']['output']>;
|
|
606
606
|
cellarsCount?: Maybe<Scalars['Int']['output']>;
|
|
607
607
|
coOwnershipLots?: Maybe<Scalars['Int']['output']>;
|
|
608
608
|
comments: Array<Comment>;
|
|
@@ -655,13 +655,13 @@ type Property = {
|
|
|
655
655
|
isOccupied?: Maybe<Scalars['Boolean']['output']>;
|
|
656
656
|
isServiced?: Maybe<Scalars['Boolean']['output']>;
|
|
657
657
|
kitchenType?: Maybe<KitchenType>;
|
|
658
|
-
landArea?: Maybe<Scalars['
|
|
658
|
+
landArea?: Maybe<Scalars['Float']['output']>;
|
|
659
659
|
leaseEstablishedUnder?: Maybe<LeaseEstablishment>;
|
|
660
660
|
/** if leaseEstablishedUnder === NOTARY_DEED */
|
|
661
661
|
leaseEstablishmentNotaryName?: Maybe<Scalars['String']['output']>;
|
|
662
662
|
leaseTransfertPermission?: Maybe<LeaseTransfertPermission>;
|
|
663
663
|
leisuresSurroundings?: Maybe<Scalars['String']['output']>;
|
|
664
|
-
livingArea?: Maybe<Scalars['
|
|
664
|
+
livingArea?: Maybe<Scalars['Float']['output']>;
|
|
665
665
|
mandates: Array<Mandate>;
|
|
666
666
|
naturalsSurroundings?: Maybe<Scalars['String']['output']>;
|
|
667
667
|
ongoingProceduresDetails?: Maybe<Scalars['String']['output']>;
|
|
@@ -738,7 +738,7 @@ type Renovation = {
|
|
|
738
738
|
insulationLevel?: Maybe<InsulationLevel>;
|
|
739
739
|
interestedByServices?: Maybe<Scalars['String']['output']>;
|
|
740
740
|
isArchived?: Maybe<Scalars['Boolean']['output']>;
|
|
741
|
-
livingArea?: Maybe<Scalars['
|
|
741
|
+
livingArea?: Maybe<Scalars['Float']['output']>;
|
|
742
742
|
owners: Array<Contact>;
|
|
743
743
|
partner?: Maybe<Partner>;
|
|
744
744
|
photos: Array<Photo>;
|
|
@@ -788,7 +788,7 @@ type Submitter = {
|
|
|
788
788
|
type SubmitterStatus = 'awaiting' | 'completed' | 'opened' | 'sent';
|
|
789
789
|
type Surface = {
|
|
790
790
|
__typename?: 'Surface';
|
|
791
|
-
area?: Maybe<Scalars['
|
|
791
|
+
area?: Maybe<Scalars['Float']['output']>;
|
|
792
792
|
floor?: Maybe<Scalars['Int']['output']>;
|
|
793
793
|
id: Scalars['ID']['output'];
|
|
794
794
|
property: Property;
|
|
@@ -869,7 +869,7 @@ type Field = {
|
|
|
869
869
|
placeholder?: string;
|
|
870
870
|
};
|
|
871
871
|
};
|
|
872
|
-
type FieldType = "text" | "
|
|
872
|
+
type FieldType = "text" | "integer" | "decimal" | "select" | "select-number" | "textarea" | "radio-boolean" | "radio" | "date" | "country" | "switch" | "propertyType" | "grade" | "year" | "exclusivity" | "address" | "phone";
|
|
873
873
|
type State = {
|
|
874
874
|
[key: string]: boolean;
|
|
875
875
|
};
|
|
@@ -984,6 +984,7 @@ declare const COMPANY_INFO: {
|
|
|
984
984
|
insurance: {
|
|
985
985
|
name: string;
|
|
986
986
|
headOfficeAddress: string;
|
|
987
|
+
rcpContractNumber: string;
|
|
987
988
|
};
|
|
988
989
|
mediation: {
|
|
989
990
|
mediator: string;
|
package/dist/index.js
CHANGED
|
@@ -647,7 +647,7 @@ var featuresFormFields = [
|
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
649
|
name: "currentYearRevenue",
|
|
650
|
-
fieldType: "
|
|
650
|
+
fieldType: "integer",
|
|
651
651
|
label: "Chiffre d\u2019affaires ann\xE9e en cours",
|
|
652
652
|
condition: and(
|
|
653
653
|
only("isForProfessionalUse"),
|
|
@@ -659,7 +659,7 @@ var featuresFormFields = [
|
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
661
|
name: "previousYear1Revenue",
|
|
662
|
-
fieldType: "
|
|
662
|
+
fieldType: "integer",
|
|
663
663
|
label: "Chiffre d\u2019affaires N-1",
|
|
664
664
|
condition: and(
|
|
665
665
|
only("isForProfessionalUse"),
|
|
@@ -671,7 +671,7 @@ var featuresFormFields = [
|
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
673
|
name: "previousYear2Revenue",
|
|
674
|
-
fieldType: "
|
|
674
|
+
fieldType: "integer",
|
|
675
675
|
label: "Chiffre d\u2019affaires N-2",
|
|
676
676
|
condition: and(
|
|
677
677
|
only("isForProfessionalUse"),
|
|
@@ -694,7 +694,7 @@ var featuresFormFields = [
|
|
|
694
694
|
},
|
|
695
695
|
{
|
|
696
696
|
name: "employeesToHireCount",
|
|
697
|
-
fieldType: "
|
|
697
|
+
fieldType: "integer",
|
|
698
698
|
label: "Nombre de salari\xE9s \xE0 reprendre",
|
|
699
699
|
condition: and(
|
|
700
700
|
only("isForProfessionalUse"),
|
|
@@ -788,7 +788,7 @@ var featuresFormFields = [
|
|
|
788
788
|
},
|
|
789
789
|
{
|
|
790
790
|
name: "buildingFloorCount",
|
|
791
|
-
fieldType: "
|
|
791
|
+
fieldType: "integer",
|
|
792
792
|
label: "Nombre d\u2019\xE9tages dans le b\xE2timent",
|
|
793
793
|
condition: and(not("isHouse"), not("isLand")),
|
|
794
794
|
props: { suffix: "\xE9tages" },
|
|
@@ -853,7 +853,7 @@ var featuresFormFields = [
|
|
|
853
853
|
},
|
|
854
854
|
{
|
|
855
855
|
name: "currentLeaseDuration",
|
|
856
|
-
fieldType: "
|
|
856
|
+
fieldType: "integer",
|
|
857
857
|
label: "Dur\xE9e du bail",
|
|
858
858
|
condition: and(only("isOccupied")),
|
|
859
859
|
props: { suffix: "mois" },
|
|
@@ -913,7 +913,7 @@ var featuresFormFields = [
|
|
|
913
913
|
},
|
|
914
914
|
{
|
|
915
915
|
name: "coOwnershipLots",
|
|
916
|
-
fieldType: "
|
|
916
|
+
fieldType: "integer",
|
|
917
917
|
label: "Nombre de lots dans l'ensemble",
|
|
918
918
|
props: { suffix: "lot(s)" },
|
|
919
919
|
condition: or(only("isCoOwnership"), only("isHousingScheme")),
|
|
@@ -921,7 +921,7 @@ var featuresFormFields = [
|
|
|
921
921
|
},
|
|
922
922
|
{
|
|
923
923
|
name: "condoFees",
|
|
924
|
-
fieldType: "
|
|
924
|
+
fieldType: "integer",
|
|
925
925
|
label: "Montant des charges de copropri\xE9t\xE9",
|
|
926
926
|
condition: only("isCoOwnership"),
|
|
927
927
|
props: { suffix: "\u20AC/an" },
|
|
@@ -949,7 +949,7 @@ var featuresFormFields = [
|
|
|
949
949
|
},
|
|
950
950
|
{
|
|
951
951
|
name: "propertyTaxPrice",
|
|
952
|
-
fieldType: "
|
|
952
|
+
fieldType: "integer",
|
|
953
953
|
label: "Montant de la taxe fonci\xE8re",
|
|
954
954
|
props: { suffix: "\u20AC/an" },
|
|
955
955
|
requiredFor: ["DIFFUSION"]
|
|
@@ -1007,7 +1007,7 @@ var technicalFormFields = [
|
|
|
1007
1007
|
},
|
|
1008
1008
|
{
|
|
1009
1009
|
name: "recommendedWorkCost",
|
|
1010
|
-
fieldType: "
|
|
1010
|
+
fieldType: "integer",
|
|
1011
1011
|
label: "Montant des travaux pr\xE9conis\xE9s",
|
|
1012
1012
|
props: { suffix: "\u20AC" },
|
|
1013
1013
|
condition: and(
|
|
@@ -1080,7 +1080,7 @@ var technicalFormFields = [
|
|
|
1080
1080
|
var surfacesFormFields = [
|
|
1081
1081
|
{
|
|
1082
1082
|
name: "livingArea",
|
|
1083
|
-
fieldType: "
|
|
1083
|
+
fieldType: "decimal",
|
|
1084
1084
|
label: "Surface habitable",
|
|
1085
1085
|
condition: and(
|
|
1086
1086
|
not("isForProfessionalUse"),
|
|
@@ -1093,7 +1093,7 @@ var surfacesFormFields = [
|
|
|
1093
1093
|
},
|
|
1094
1094
|
{
|
|
1095
1095
|
name: "livingArea",
|
|
1096
|
-
fieldType: "
|
|
1096
|
+
fieldType: "decimal",
|
|
1097
1097
|
label: "Surface habitable totale de l'immeuble",
|
|
1098
1098
|
condition: only("isBuilding"),
|
|
1099
1099
|
props: { suffix: "m\xB2" },
|
|
@@ -1101,7 +1101,7 @@ var surfacesFormFields = [
|
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
1103
|
name: "livingArea",
|
|
1104
|
-
fieldType: "
|
|
1104
|
+
fieldType: "decimal",
|
|
1105
1105
|
label: "Surface au sol",
|
|
1106
1106
|
condition: only("isParking"),
|
|
1107
1107
|
props: { suffix: "m\xB2" },
|
|
@@ -1109,7 +1109,7 @@ var surfacesFormFields = [
|
|
|
1109
1109
|
},
|
|
1110
1110
|
{
|
|
1111
1111
|
name: "livingArea",
|
|
1112
|
-
fieldType: "
|
|
1112
|
+
fieldType: "decimal",
|
|
1113
1113
|
label: "Surface utile",
|
|
1114
1114
|
condition: and(
|
|
1115
1115
|
only("isForProfessionalUse"),
|
|
@@ -1121,7 +1121,7 @@ var surfacesFormFields = [
|
|
|
1121
1121
|
},
|
|
1122
1122
|
{
|
|
1123
1123
|
name: "carrezLawArea",
|
|
1124
|
-
fieldType: "
|
|
1124
|
+
fieldType: "decimal",
|
|
1125
1125
|
label: "Surface loi Carrez",
|
|
1126
1126
|
condition: and(
|
|
1127
1127
|
not("isLand"),
|
|
@@ -1134,7 +1134,7 @@ var surfacesFormFields = [
|
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
1136
|
name: "carrezLawArea",
|
|
1137
|
-
fieldType: "
|
|
1137
|
+
fieldType: "decimal",
|
|
1138
1138
|
label: "Surface loi Carrez totale de l'immeuble",
|
|
1139
1139
|
condition: only("isBuilding"),
|
|
1140
1140
|
props: { suffix: "m\xB2" },
|
|
@@ -1142,7 +1142,7 @@ var surfacesFormFields = [
|
|
|
1142
1142
|
},
|
|
1143
1143
|
{
|
|
1144
1144
|
name: "landArea",
|
|
1145
|
-
fieldType: "
|
|
1145
|
+
fieldType: "decimal",
|
|
1146
1146
|
label: "Surface totale du terrain",
|
|
1147
1147
|
condition: and(not("isApartment"), not("isParking")),
|
|
1148
1148
|
props: { suffix: "m\xB2", tooltip: "1 hectare = 10 000 m\xB2" },
|
|
@@ -1150,7 +1150,7 @@ var surfacesFormFields = [
|
|
|
1150
1150
|
},
|
|
1151
1151
|
{
|
|
1152
1152
|
name: "roomOrApartmentsCount",
|
|
1153
|
-
fieldType: "
|
|
1153
|
+
fieldType: "integer",
|
|
1154
1154
|
label: "Nombre de pi\xE8ce(s)",
|
|
1155
1155
|
condition: and(
|
|
1156
1156
|
not("isLand"),
|
|
@@ -1165,7 +1165,7 @@ var surfacesFormFields = [
|
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
1167
|
name: "roomOrApartmentsCount",
|
|
1168
|
-
fieldType: "
|
|
1168
|
+
fieldType: "integer",
|
|
1169
1169
|
label: "Nombre de pi\xE8ce(s)",
|
|
1170
1170
|
condition: only("isForProfessionalUse"),
|
|
1171
1171
|
props: {
|
|
@@ -1175,21 +1175,21 @@ var surfacesFormFields = [
|
|
|
1175
1175
|
},
|
|
1176
1176
|
{
|
|
1177
1177
|
name: "roomOrApartmentsCount",
|
|
1178
|
-
fieldType: "
|
|
1178
|
+
fieldType: "integer",
|
|
1179
1179
|
label: "Nombre de logement(s)",
|
|
1180
1180
|
condition: only("isBuilding"),
|
|
1181
1181
|
props: { suffix: "logement(s)" }
|
|
1182
1182
|
},
|
|
1183
1183
|
{
|
|
1184
1184
|
name: "bathroomsCount",
|
|
1185
|
-
fieldType: "
|
|
1185
|
+
fieldType: "integer",
|
|
1186
1186
|
label: "Nombre de salle(s) de bain",
|
|
1187
1187
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1188
1188
|
requiredFor: ["DIFFUSION"]
|
|
1189
1189
|
},
|
|
1190
1190
|
{
|
|
1191
1191
|
name: "toiletsCount",
|
|
1192
|
-
fieldType: "
|
|
1192
|
+
fieldType: "integer",
|
|
1193
1193
|
label: "Nombre de WC",
|
|
1194
1194
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1195
1195
|
requiredFor: ["DIFFUSION"]
|
|
@@ -1203,49 +1203,49 @@ var surfacesFormFields = [
|
|
|
1203
1203
|
},
|
|
1204
1204
|
{
|
|
1205
1205
|
name: "showerRoomsCount",
|
|
1206
|
-
fieldType: "
|
|
1206
|
+
fieldType: "integer",
|
|
1207
1207
|
label: "Nombre de salle(s) d'eau",
|
|
1208
1208
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1209
1209
|
requiredFor: ["DIFFUSION"]
|
|
1210
1210
|
},
|
|
1211
1211
|
{
|
|
1212
1212
|
name: "patiosCount",
|
|
1213
|
-
fieldType: "
|
|
1213
|
+
fieldType: "integer",
|
|
1214
1214
|
label: "Nombre d'espace(s) ext\xE9rieur(s)",
|
|
1215
1215
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1216
1216
|
requiredFor: ["DIFFUSION"]
|
|
1217
1217
|
},
|
|
1218
1218
|
{
|
|
1219
1219
|
name: "balconiesCount",
|
|
1220
|
-
fieldType: "
|
|
1220
|
+
fieldType: "integer",
|
|
1221
1221
|
label: "Nombre de balcon(s)",
|
|
1222
1222
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1223
1223
|
requiredFor: ["DIFFUSION"]
|
|
1224
1224
|
},
|
|
1225
1225
|
{
|
|
1226
1226
|
name: "cellarsCount",
|
|
1227
|
-
fieldType: "
|
|
1227
|
+
fieldType: "integer",
|
|
1228
1228
|
label: "Nombre de cave(s)",
|
|
1229
1229
|
condition: and(not("isLand"), not("isParking")),
|
|
1230
1230
|
requiredFor: ["DIFFUSION"]
|
|
1231
1231
|
},
|
|
1232
1232
|
{
|
|
1233
1233
|
name: "boxesCount",
|
|
1234
|
-
fieldType: "
|
|
1234
|
+
fieldType: "integer",
|
|
1235
1235
|
label: "Nombre de box(s) ou garage(s) ferm\xE9(s)",
|
|
1236
1236
|
condition: not("isLand"),
|
|
1237
1237
|
requiredFor: ["DIFFUSION"]
|
|
1238
1238
|
},
|
|
1239
1239
|
{
|
|
1240
1240
|
name: "floorLevel",
|
|
1241
|
-
fieldType: "
|
|
1241
|
+
fieldType: "integer",
|
|
1242
1242
|
label: "\xC0 quel \xE9tage se situe le logement ?",
|
|
1243
1243
|
condition: only("isApartment"),
|
|
1244
1244
|
requiredFor: ["DIFFUSION"]
|
|
1245
1245
|
},
|
|
1246
1246
|
{
|
|
1247
1247
|
name: "parkingSpacesCount",
|
|
1248
|
-
fieldType: "
|
|
1248
|
+
fieldType: "integer",
|
|
1249
1249
|
label: "Nombre de stationnement(s)",
|
|
1250
1250
|
condition: not("isLand"),
|
|
1251
1251
|
props: { suffix: "place(s)" },
|
|
@@ -1275,7 +1275,7 @@ var surfacesFormFields = [
|
|
|
1275
1275
|
},
|
|
1276
1276
|
{
|
|
1277
1277
|
name: "propertyLotsCount",
|
|
1278
|
-
fieldType: "
|
|
1278
|
+
fieldType: "integer",
|
|
1279
1279
|
label: "Nombre de lot(s) vendu(s)",
|
|
1280
1280
|
condition: or(only("isCoOwnership"), only("isHousingScheme")),
|
|
1281
1281
|
props: { suffix: "lot(s)" },
|
|
@@ -1360,21 +1360,21 @@ var renovationPropertyFormFields = [
|
|
|
1360
1360
|
},
|
|
1361
1361
|
{
|
|
1362
1362
|
name: "livingArea",
|
|
1363
|
-
fieldType: "
|
|
1363
|
+
fieldType: "decimal",
|
|
1364
1364
|
label: "Surface habitable du logement",
|
|
1365
1365
|
props: { suffix: "m\xB2" },
|
|
1366
1366
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
1367
1367
|
},
|
|
1368
1368
|
{
|
|
1369
1369
|
name: "roomCount",
|
|
1370
|
-
fieldType: "
|
|
1370
|
+
fieldType: "integer",
|
|
1371
1371
|
label: "Nombre de pi\xE8ces",
|
|
1372
1372
|
props: { suffix: "pi\xE8ce(s)" },
|
|
1373
1373
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
1374
1374
|
},
|
|
1375
1375
|
{
|
|
1376
1376
|
name: "floorCount",
|
|
1377
|
-
fieldType: "
|
|
1377
|
+
fieldType: "integer",
|
|
1378
1378
|
label: "Nombre d'\xE9tages",
|
|
1379
1379
|
props: { suffix: "\xE9tages" },
|
|
1380
1380
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
@@ -1419,7 +1419,7 @@ var renovationProjectFormFields = [
|
|
|
1419
1419
|
},
|
|
1420
1420
|
{
|
|
1421
1421
|
name: "budget",
|
|
1422
|
-
fieldType: "
|
|
1422
|
+
fieldType: "integer",
|
|
1423
1423
|
label: "Budget disponible pour les travaux",
|
|
1424
1424
|
props: { suffix: "\u20AC" },
|
|
1425
1425
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
@@ -1447,14 +1447,14 @@ var renovationProjectFormFields = [
|
|
|
1447
1447
|
},
|
|
1448
1448
|
{
|
|
1449
1449
|
name: "annualElectricityConsumption",
|
|
1450
|
-
fieldType: "
|
|
1450
|
+
fieldType: "integer",
|
|
1451
1451
|
label: "Consommation annuelle d'\xE9lectricit\xE9",
|
|
1452
1452
|
props: { suffix: "Kwh" },
|
|
1453
1453
|
requiredFor: []
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
name: "annualElectricityBill",
|
|
1457
|
-
fieldType: "
|
|
1457
|
+
fieldType: "integer",
|
|
1458
1458
|
label: "Facture d'\xE9lectricit\xE9 annuelle (hors abonnement)",
|
|
1459
1459
|
props: {
|
|
1460
1460
|
suffix: "\u20AC/an",
|
|
@@ -1490,7 +1490,7 @@ var mandateFormFields = [
|
|
|
1490
1490
|
},
|
|
1491
1491
|
{
|
|
1492
1492
|
name: "businessAssetsPrice",
|
|
1493
|
-
fieldType: "
|
|
1493
|
+
fieldType: "integer",
|
|
1494
1494
|
label: "Prix de vente du fonds de commerce",
|
|
1495
1495
|
requiredFor: ["MANDATE_CREATION"],
|
|
1496
1496
|
condition: and(
|
|
@@ -1501,7 +1501,7 @@ var mandateFormFields = [
|
|
|
1501
1501
|
},
|
|
1502
1502
|
{
|
|
1503
1503
|
name: "leaseRightsPrice",
|
|
1504
|
-
fieldType: "
|
|
1504
|
+
fieldType: "integer",
|
|
1505
1505
|
label: "Prix de cession du droit au bail",
|
|
1506
1506
|
requiredFor: ["MANDATE_CREATION"],
|
|
1507
1507
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1509,7 +1509,7 @@ var mandateFormFields = [
|
|
|
1509
1509
|
},
|
|
1510
1510
|
{
|
|
1511
1511
|
name: "netOwnerPrice",
|
|
1512
|
-
fieldType: "
|
|
1512
|
+
fieldType: "integer",
|
|
1513
1513
|
label: "Prix de vente net vendeur",
|
|
1514
1514
|
condition: or(
|
|
1515
1515
|
not("isForProfessionalUse"),
|
|
@@ -1523,7 +1523,7 @@ var mandateFormFields = [
|
|
|
1523
1523
|
},
|
|
1524
1524
|
{
|
|
1525
1525
|
name: "agencyFeePercentage",
|
|
1526
|
-
fieldType: "
|
|
1526
|
+
fieldType: "integer",
|
|
1527
1527
|
label: "Honoraires agence",
|
|
1528
1528
|
requiredFor: ["MANDATE_CREATION"],
|
|
1529
1529
|
condition: void 0,
|
|
@@ -1532,7 +1532,7 @@ var mandateFormFields = [
|
|
|
1532
1532
|
},
|
|
1533
1533
|
{
|
|
1534
1534
|
name: "netOwnerRent",
|
|
1535
|
-
fieldType: "
|
|
1535
|
+
fieldType: "integer",
|
|
1536
1536
|
label: "Montant HT du loyer annuel",
|
|
1537
1537
|
requiredFor: ["MANDATE_CREATION"],
|
|
1538
1538
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1540,7 +1540,7 @@ var mandateFormFields = [
|
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
name: "rentCharges",
|
|
1543
|
-
fieldType: "
|
|
1543
|
+
fieldType: "integer",
|
|
1544
1544
|
label: "Montant des charges mensuelles HT",
|
|
1545
1545
|
requiredFor: ["MANDATE_CREATION"],
|
|
1546
1546
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1549,7 +1549,7 @@ var mandateFormFields = [
|
|
|
1549
1549
|
{
|
|
1550
1550
|
name: "securityDeposit",
|
|
1551
1551
|
label: "D\xE9p\xF4t de garantie",
|
|
1552
|
-
fieldType: "
|
|
1552
|
+
fieldType: "integer",
|
|
1553
1553
|
requiredFor: ["MANDATE_CREATION"],
|
|
1554
1554
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
1555
1555
|
props: {
|
|
@@ -1731,7 +1731,7 @@ var contactFormFields = [
|
|
|
1731
1731
|
},
|
|
1732
1732
|
{
|
|
1733
1733
|
name: "companyCapitalStock",
|
|
1734
|
-
fieldType: "
|
|
1734
|
+
fieldType: "integer",
|
|
1735
1735
|
label: "Capital social",
|
|
1736
1736
|
condition: only("isLegalEntity"),
|
|
1737
1737
|
props: { suffix: "\u20AC" },
|
|
@@ -1891,7 +1891,8 @@ var COMPANY_INFO = {
|
|
|
1891
1891
|
},
|
|
1892
1892
|
insurance: {
|
|
1893
1893
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1894
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1894
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1895
|
+
rcpContractNumber: "AU428365"
|
|
1895
1896
|
},
|
|
1896
1897
|
mediation: {
|
|
1897
1898
|
mediator: "IMMOMEDIATEURS",
|
package/dist/index.mjs
CHANGED
|
@@ -552,7 +552,7 @@ var featuresFormFields = [
|
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
554
|
name: "currentYearRevenue",
|
|
555
|
-
fieldType: "
|
|
555
|
+
fieldType: "integer",
|
|
556
556
|
label: "Chiffre d\u2019affaires ann\xE9e en cours",
|
|
557
557
|
condition: and(
|
|
558
558
|
only("isForProfessionalUse"),
|
|
@@ -564,7 +564,7 @@ var featuresFormFields = [
|
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
566
|
name: "previousYear1Revenue",
|
|
567
|
-
fieldType: "
|
|
567
|
+
fieldType: "integer",
|
|
568
568
|
label: "Chiffre d\u2019affaires N-1",
|
|
569
569
|
condition: and(
|
|
570
570
|
only("isForProfessionalUse"),
|
|
@@ -576,7 +576,7 @@ var featuresFormFields = [
|
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
name: "previousYear2Revenue",
|
|
579
|
-
fieldType: "
|
|
579
|
+
fieldType: "integer",
|
|
580
580
|
label: "Chiffre d\u2019affaires N-2",
|
|
581
581
|
condition: and(
|
|
582
582
|
only("isForProfessionalUse"),
|
|
@@ -599,7 +599,7 @@ var featuresFormFields = [
|
|
|
599
599
|
},
|
|
600
600
|
{
|
|
601
601
|
name: "employeesToHireCount",
|
|
602
|
-
fieldType: "
|
|
602
|
+
fieldType: "integer",
|
|
603
603
|
label: "Nombre de salari\xE9s \xE0 reprendre",
|
|
604
604
|
condition: and(
|
|
605
605
|
only("isForProfessionalUse"),
|
|
@@ -693,7 +693,7 @@ var featuresFormFields = [
|
|
|
693
693
|
},
|
|
694
694
|
{
|
|
695
695
|
name: "buildingFloorCount",
|
|
696
|
-
fieldType: "
|
|
696
|
+
fieldType: "integer",
|
|
697
697
|
label: "Nombre d\u2019\xE9tages dans le b\xE2timent",
|
|
698
698
|
condition: and(not("isHouse"), not("isLand")),
|
|
699
699
|
props: { suffix: "\xE9tages" },
|
|
@@ -758,7 +758,7 @@ var featuresFormFields = [
|
|
|
758
758
|
},
|
|
759
759
|
{
|
|
760
760
|
name: "currentLeaseDuration",
|
|
761
|
-
fieldType: "
|
|
761
|
+
fieldType: "integer",
|
|
762
762
|
label: "Dur\xE9e du bail",
|
|
763
763
|
condition: and(only("isOccupied")),
|
|
764
764
|
props: { suffix: "mois" },
|
|
@@ -818,7 +818,7 @@ var featuresFormFields = [
|
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
name: "coOwnershipLots",
|
|
821
|
-
fieldType: "
|
|
821
|
+
fieldType: "integer",
|
|
822
822
|
label: "Nombre de lots dans l'ensemble",
|
|
823
823
|
props: { suffix: "lot(s)" },
|
|
824
824
|
condition: or(only("isCoOwnership"), only("isHousingScheme")),
|
|
@@ -826,7 +826,7 @@ var featuresFormFields = [
|
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
828
|
name: "condoFees",
|
|
829
|
-
fieldType: "
|
|
829
|
+
fieldType: "integer",
|
|
830
830
|
label: "Montant des charges de copropri\xE9t\xE9",
|
|
831
831
|
condition: only("isCoOwnership"),
|
|
832
832
|
props: { suffix: "\u20AC/an" },
|
|
@@ -854,7 +854,7 @@ var featuresFormFields = [
|
|
|
854
854
|
},
|
|
855
855
|
{
|
|
856
856
|
name: "propertyTaxPrice",
|
|
857
|
-
fieldType: "
|
|
857
|
+
fieldType: "integer",
|
|
858
858
|
label: "Montant de la taxe fonci\xE8re",
|
|
859
859
|
props: { suffix: "\u20AC/an" },
|
|
860
860
|
requiredFor: ["DIFFUSION"]
|
|
@@ -912,7 +912,7 @@ var technicalFormFields = [
|
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
914
|
name: "recommendedWorkCost",
|
|
915
|
-
fieldType: "
|
|
915
|
+
fieldType: "integer",
|
|
916
916
|
label: "Montant des travaux pr\xE9conis\xE9s",
|
|
917
917
|
props: { suffix: "\u20AC" },
|
|
918
918
|
condition: and(
|
|
@@ -985,7 +985,7 @@ var technicalFormFields = [
|
|
|
985
985
|
var surfacesFormFields = [
|
|
986
986
|
{
|
|
987
987
|
name: "livingArea",
|
|
988
|
-
fieldType: "
|
|
988
|
+
fieldType: "decimal",
|
|
989
989
|
label: "Surface habitable",
|
|
990
990
|
condition: and(
|
|
991
991
|
not("isForProfessionalUse"),
|
|
@@ -998,7 +998,7 @@ var surfacesFormFields = [
|
|
|
998
998
|
},
|
|
999
999
|
{
|
|
1000
1000
|
name: "livingArea",
|
|
1001
|
-
fieldType: "
|
|
1001
|
+
fieldType: "decimal",
|
|
1002
1002
|
label: "Surface habitable totale de l'immeuble",
|
|
1003
1003
|
condition: only("isBuilding"),
|
|
1004
1004
|
props: { suffix: "m\xB2" },
|
|
@@ -1006,7 +1006,7 @@ var surfacesFormFields = [
|
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
name: "livingArea",
|
|
1009
|
-
fieldType: "
|
|
1009
|
+
fieldType: "decimal",
|
|
1010
1010
|
label: "Surface au sol",
|
|
1011
1011
|
condition: only("isParking"),
|
|
1012
1012
|
props: { suffix: "m\xB2" },
|
|
@@ -1014,7 +1014,7 @@ var surfacesFormFields = [
|
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
1016
|
name: "livingArea",
|
|
1017
|
-
fieldType: "
|
|
1017
|
+
fieldType: "decimal",
|
|
1018
1018
|
label: "Surface utile",
|
|
1019
1019
|
condition: and(
|
|
1020
1020
|
only("isForProfessionalUse"),
|
|
@@ -1026,7 +1026,7 @@ var surfacesFormFields = [
|
|
|
1026
1026
|
},
|
|
1027
1027
|
{
|
|
1028
1028
|
name: "carrezLawArea",
|
|
1029
|
-
fieldType: "
|
|
1029
|
+
fieldType: "decimal",
|
|
1030
1030
|
label: "Surface loi Carrez",
|
|
1031
1031
|
condition: and(
|
|
1032
1032
|
not("isLand"),
|
|
@@ -1039,7 +1039,7 @@ var surfacesFormFields = [
|
|
|
1039
1039
|
},
|
|
1040
1040
|
{
|
|
1041
1041
|
name: "carrezLawArea",
|
|
1042
|
-
fieldType: "
|
|
1042
|
+
fieldType: "decimal",
|
|
1043
1043
|
label: "Surface loi Carrez totale de l'immeuble",
|
|
1044
1044
|
condition: only("isBuilding"),
|
|
1045
1045
|
props: { suffix: "m\xB2" },
|
|
@@ -1047,7 +1047,7 @@ var surfacesFormFields = [
|
|
|
1047
1047
|
},
|
|
1048
1048
|
{
|
|
1049
1049
|
name: "landArea",
|
|
1050
|
-
fieldType: "
|
|
1050
|
+
fieldType: "decimal",
|
|
1051
1051
|
label: "Surface totale du terrain",
|
|
1052
1052
|
condition: and(not("isApartment"), not("isParking")),
|
|
1053
1053
|
props: { suffix: "m\xB2", tooltip: "1 hectare = 10 000 m\xB2" },
|
|
@@ -1055,7 +1055,7 @@ var surfacesFormFields = [
|
|
|
1055
1055
|
},
|
|
1056
1056
|
{
|
|
1057
1057
|
name: "roomOrApartmentsCount",
|
|
1058
|
-
fieldType: "
|
|
1058
|
+
fieldType: "integer",
|
|
1059
1059
|
label: "Nombre de pi\xE8ce(s)",
|
|
1060
1060
|
condition: and(
|
|
1061
1061
|
not("isLand"),
|
|
@@ -1070,7 +1070,7 @@ var surfacesFormFields = [
|
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
1072
|
name: "roomOrApartmentsCount",
|
|
1073
|
-
fieldType: "
|
|
1073
|
+
fieldType: "integer",
|
|
1074
1074
|
label: "Nombre de pi\xE8ce(s)",
|
|
1075
1075
|
condition: only("isForProfessionalUse"),
|
|
1076
1076
|
props: {
|
|
@@ -1080,21 +1080,21 @@ var surfacesFormFields = [
|
|
|
1080
1080
|
},
|
|
1081
1081
|
{
|
|
1082
1082
|
name: "roomOrApartmentsCount",
|
|
1083
|
-
fieldType: "
|
|
1083
|
+
fieldType: "integer",
|
|
1084
1084
|
label: "Nombre de logement(s)",
|
|
1085
1085
|
condition: only("isBuilding"),
|
|
1086
1086
|
props: { suffix: "logement(s)" }
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
1089
|
name: "bathroomsCount",
|
|
1090
|
-
fieldType: "
|
|
1090
|
+
fieldType: "integer",
|
|
1091
1091
|
label: "Nombre de salle(s) de bain",
|
|
1092
1092
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1093
1093
|
requiredFor: ["DIFFUSION"]
|
|
1094
1094
|
},
|
|
1095
1095
|
{
|
|
1096
1096
|
name: "toiletsCount",
|
|
1097
|
-
fieldType: "
|
|
1097
|
+
fieldType: "integer",
|
|
1098
1098
|
label: "Nombre de WC",
|
|
1099
1099
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1100
1100
|
requiredFor: ["DIFFUSION"]
|
|
@@ -1108,49 +1108,49 @@ var surfacesFormFields = [
|
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
1110
|
name: "showerRoomsCount",
|
|
1111
|
-
fieldType: "
|
|
1111
|
+
fieldType: "integer",
|
|
1112
1112
|
label: "Nombre de salle(s) d'eau",
|
|
1113
1113
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1114
1114
|
requiredFor: ["DIFFUSION"]
|
|
1115
1115
|
},
|
|
1116
1116
|
{
|
|
1117
1117
|
name: "patiosCount",
|
|
1118
|
-
fieldType: "
|
|
1118
|
+
fieldType: "integer",
|
|
1119
1119
|
label: "Nombre d'espace(s) ext\xE9rieur(s)",
|
|
1120
1120
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1121
1121
|
requiredFor: ["DIFFUSION"]
|
|
1122
1122
|
},
|
|
1123
1123
|
{
|
|
1124
1124
|
name: "balconiesCount",
|
|
1125
|
-
fieldType: "
|
|
1125
|
+
fieldType: "integer",
|
|
1126
1126
|
label: "Nombre de balcon(s)",
|
|
1127
1127
|
condition: and(not("isLand"), not("isParking"), not("isBuilding")),
|
|
1128
1128
|
requiredFor: ["DIFFUSION"]
|
|
1129
1129
|
},
|
|
1130
1130
|
{
|
|
1131
1131
|
name: "cellarsCount",
|
|
1132
|
-
fieldType: "
|
|
1132
|
+
fieldType: "integer",
|
|
1133
1133
|
label: "Nombre de cave(s)",
|
|
1134
1134
|
condition: and(not("isLand"), not("isParking")),
|
|
1135
1135
|
requiredFor: ["DIFFUSION"]
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
name: "boxesCount",
|
|
1139
|
-
fieldType: "
|
|
1139
|
+
fieldType: "integer",
|
|
1140
1140
|
label: "Nombre de box(s) ou garage(s) ferm\xE9(s)",
|
|
1141
1141
|
condition: not("isLand"),
|
|
1142
1142
|
requiredFor: ["DIFFUSION"]
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
1145
|
name: "floorLevel",
|
|
1146
|
-
fieldType: "
|
|
1146
|
+
fieldType: "integer",
|
|
1147
1147
|
label: "\xC0 quel \xE9tage se situe le logement ?",
|
|
1148
1148
|
condition: only("isApartment"),
|
|
1149
1149
|
requiredFor: ["DIFFUSION"]
|
|
1150
1150
|
},
|
|
1151
1151
|
{
|
|
1152
1152
|
name: "parkingSpacesCount",
|
|
1153
|
-
fieldType: "
|
|
1153
|
+
fieldType: "integer",
|
|
1154
1154
|
label: "Nombre de stationnement(s)",
|
|
1155
1155
|
condition: not("isLand"),
|
|
1156
1156
|
props: { suffix: "place(s)" },
|
|
@@ -1180,7 +1180,7 @@ var surfacesFormFields = [
|
|
|
1180
1180
|
},
|
|
1181
1181
|
{
|
|
1182
1182
|
name: "propertyLotsCount",
|
|
1183
|
-
fieldType: "
|
|
1183
|
+
fieldType: "integer",
|
|
1184
1184
|
label: "Nombre de lot(s) vendu(s)",
|
|
1185
1185
|
condition: or(only("isCoOwnership"), only("isHousingScheme")),
|
|
1186
1186
|
props: { suffix: "lot(s)" },
|
|
@@ -1265,21 +1265,21 @@ var renovationPropertyFormFields = [
|
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
name: "livingArea",
|
|
1268
|
-
fieldType: "
|
|
1268
|
+
fieldType: "decimal",
|
|
1269
1269
|
label: "Surface habitable du logement",
|
|
1270
1270
|
props: { suffix: "m\xB2" },
|
|
1271
1271
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
1272
1272
|
},
|
|
1273
1273
|
{
|
|
1274
1274
|
name: "roomCount",
|
|
1275
|
-
fieldType: "
|
|
1275
|
+
fieldType: "integer",
|
|
1276
1276
|
label: "Nombre de pi\xE8ces",
|
|
1277
1277
|
props: { suffix: "pi\xE8ce(s)" },
|
|
1278
1278
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
1279
1279
|
},
|
|
1280
1280
|
{
|
|
1281
1281
|
name: "floorCount",
|
|
1282
|
-
fieldType: "
|
|
1282
|
+
fieldType: "integer",
|
|
1283
1283
|
label: "Nombre d'\xE9tages",
|
|
1284
1284
|
props: { suffix: "\xE9tages" },
|
|
1285
1285
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
@@ -1324,7 +1324,7 @@ var renovationProjectFormFields = [
|
|
|
1324
1324
|
},
|
|
1325
1325
|
{
|
|
1326
1326
|
name: "budget",
|
|
1327
|
-
fieldType: "
|
|
1327
|
+
fieldType: "integer",
|
|
1328
1328
|
label: "Budget disponible pour les travaux",
|
|
1329
1329
|
props: { suffix: "\u20AC" },
|
|
1330
1330
|
requiredFor: ["SEND_TO_PARTNER"]
|
|
@@ -1352,14 +1352,14 @@ var renovationProjectFormFields = [
|
|
|
1352
1352
|
},
|
|
1353
1353
|
{
|
|
1354
1354
|
name: "annualElectricityConsumption",
|
|
1355
|
-
fieldType: "
|
|
1355
|
+
fieldType: "integer",
|
|
1356
1356
|
label: "Consommation annuelle d'\xE9lectricit\xE9",
|
|
1357
1357
|
props: { suffix: "Kwh" },
|
|
1358
1358
|
requiredFor: []
|
|
1359
1359
|
},
|
|
1360
1360
|
{
|
|
1361
1361
|
name: "annualElectricityBill",
|
|
1362
|
-
fieldType: "
|
|
1362
|
+
fieldType: "integer",
|
|
1363
1363
|
label: "Facture d'\xE9lectricit\xE9 annuelle (hors abonnement)",
|
|
1364
1364
|
props: {
|
|
1365
1365
|
suffix: "\u20AC/an",
|
|
@@ -1395,7 +1395,7 @@ var mandateFormFields = [
|
|
|
1395
1395
|
},
|
|
1396
1396
|
{
|
|
1397
1397
|
name: "businessAssetsPrice",
|
|
1398
|
-
fieldType: "
|
|
1398
|
+
fieldType: "integer",
|
|
1399
1399
|
label: "Prix de vente du fonds de commerce",
|
|
1400
1400
|
requiredFor: ["MANDATE_CREATION"],
|
|
1401
1401
|
condition: and(
|
|
@@ -1406,7 +1406,7 @@ var mandateFormFields = [
|
|
|
1406
1406
|
},
|
|
1407
1407
|
{
|
|
1408
1408
|
name: "leaseRightsPrice",
|
|
1409
|
-
fieldType: "
|
|
1409
|
+
fieldType: "integer",
|
|
1410
1410
|
label: "Prix de cession du droit au bail",
|
|
1411
1411
|
requiredFor: ["MANDATE_CREATION"],
|
|
1412
1412
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1414,7 +1414,7 @@ var mandateFormFields = [
|
|
|
1414
1414
|
},
|
|
1415
1415
|
{
|
|
1416
1416
|
name: "netOwnerPrice",
|
|
1417
|
-
fieldType: "
|
|
1417
|
+
fieldType: "integer",
|
|
1418
1418
|
label: "Prix de vente net vendeur",
|
|
1419
1419
|
condition: or(
|
|
1420
1420
|
not("isForProfessionalUse"),
|
|
@@ -1428,7 +1428,7 @@ var mandateFormFields = [
|
|
|
1428
1428
|
},
|
|
1429
1429
|
{
|
|
1430
1430
|
name: "agencyFeePercentage",
|
|
1431
|
-
fieldType: "
|
|
1431
|
+
fieldType: "integer",
|
|
1432
1432
|
label: "Honoraires agence",
|
|
1433
1433
|
requiredFor: ["MANDATE_CREATION"],
|
|
1434
1434
|
condition: void 0,
|
|
@@ -1437,7 +1437,7 @@ var mandateFormFields = [
|
|
|
1437
1437
|
},
|
|
1438
1438
|
{
|
|
1439
1439
|
name: "netOwnerRent",
|
|
1440
|
-
fieldType: "
|
|
1440
|
+
fieldType: "integer",
|
|
1441
1441
|
label: "Montant HT du loyer annuel",
|
|
1442
1442
|
requiredFor: ["MANDATE_CREATION"],
|
|
1443
1443
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1445,7 +1445,7 @@ var mandateFormFields = [
|
|
|
1445
1445
|
},
|
|
1446
1446
|
{
|
|
1447
1447
|
name: "rentCharges",
|
|
1448
|
-
fieldType: "
|
|
1448
|
+
fieldType: "integer",
|
|
1449
1449
|
label: "Montant des charges mensuelles HT",
|
|
1450
1450
|
requiredFor: ["MANDATE_CREATION"],
|
|
1451
1451
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
@@ -1454,7 +1454,7 @@ var mandateFormFields = [
|
|
|
1454
1454
|
{
|
|
1455
1455
|
name: "securityDeposit",
|
|
1456
1456
|
label: "D\xE9p\xF4t de garantie",
|
|
1457
|
-
fieldType: "
|
|
1457
|
+
fieldType: "integer",
|
|
1458
1458
|
requiredFor: ["MANDATE_CREATION"],
|
|
1459
1459
|
condition: and(only("isForProfessionalUse"), only("isLeaseRightsTransfer")),
|
|
1460
1460
|
props: {
|
|
@@ -1636,7 +1636,7 @@ var contactFormFields = [
|
|
|
1636
1636
|
},
|
|
1637
1637
|
{
|
|
1638
1638
|
name: "companyCapitalStock",
|
|
1639
|
-
fieldType: "
|
|
1639
|
+
fieldType: "integer",
|
|
1640
1640
|
label: "Capital social",
|
|
1641
1641
|
condition: only("isLegalEntity"),
|
|
1642
1642
|
props: { suffix: "\u20AC" },
|
|
@@ -1796,7 +1796,8 @@ var COMPANY_INFO = {
|
|
|
1796
1796
|
},
|
|
1797
1797
|
insurance: {
|
|
1798
1798
|
name: "Assurance Generali - J.C. Piercy Assurances",
|
|
1799
|
-
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble"
|
|
1799
|
+
headOfficeAddress: "7 Rue Amp\xE8re - 38000 Grenoble",
|
|
1800
|
+
rcpContractNumber: "AU428365"
|
|
1800
1801
|
},
|
|
1801
1802
|
mediation: {
|
|
1802
1803
|
mediator: "IMMOMEDIATEURS",
|