ecotransac-shared-js 1.2.9 → 1.2.11
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 +443 -442
- package/dist/index.d.ts +443 -442
- package/dist/index.js +26 -9
- package/dist/index.mjs +25 -9
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -54,670 +54,670 @@ type Scalars = {
|
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
56
|
type Address = {
|
|
57
|
-
__typename?:
|
|
58
|
-
address: Scalars[
|
|
59
|
-
country: Scalars[
|
|
60
|
-
department: Scalars[
|
|
61
|
-
id: Scalars[
|
|
62
|
-
lat?: Maybe<Scalars[
|
|
63
|
-
lng?: Maybe<Scalars[
|
|
64
|
-
locality: Scalars[
|
|
65
|
-
postalCode: Scalars[
|
|
66
|
-
url?: Maybe<Scalars[
|
|
57
|
+
__typename?: "Address";
|
|
58
|
+
address: Scalars["String"]["output"];
|
|
59
|
+
country: Scalars["String"]["output"];
|
|
60
|
+
department: Scalars["String"]["output"];
|
|
61
|
+
id: Scalars["ID"]["output"];
|
|
62
|
+
lat?: Maybe<Scalars["Float"]["output"]>;
|
|
63
|
+
lng?: Maybe<Scalars["Float"]["output"]>;
|
|
64
|
+
locality: Scalars["String"]["output"];
|
|
65
|
+
postalCode: Scalars["String"]["output"];
|
|
66
|
+
url?: Maybe<Scalars["String"]["output"]>;
|
|
67
67
|
};
|
|
68
68
|
type Advert = {
|
|
69
|
-
__typename?:
|
|
70
|
-
adUrl: Scalars[
|
|
71
|
-
createdAt: Scalars[
|
|
72
|
-
description: Scalars[
|
|
73
|
-
id: Scalars[
|
|
69
|
+
__typename?: "Advert";
|
|
70
|
+
adUrl: Scalars["String"]["output"];
|
|
71
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
72
|
+
description: Scalars["String"]["output"];
|
|
73
|
+
id: Scalars["String"]["output"];
|
|
74
74
|
property: Property;
|
|
75
|
-
propertyId: Scalars[
|
|
76
|
-
title: Scalars[
|
|
77
|
-
updatedAt: Scalars[
|
|
75
|
+
propertyId: Scalars["String"]["output"];
|
|
76
|
+
title: Scalars["String"]["output"];
|
|
77
|
+
updatedAt: Scalars["DateTime"]["output"];
|
|
78
78
|
};
|
|
79
79
|
type Article = {
|
|
80
|
-
__typename?:
|
|
81
|
-
createdAt: Scalars[
|
|
82
|
-
description: Scalars[
|
|
83
|
-
id: Scalars[
|
|
84
|
-
isAccessible: Scalars[
|
|
85
|
-
isFrontPage: Scalars[
|
|
86
|
-
markdownContent?: Maybe<Scalars[
|
|
87
|
-
pictureUrl: Scalars[
|
|
88
|
-
title: Scalars[
|
|
89
|
-
videoUrl?: Maybe<Scalars[
|
|
90
|
-
viewedByUser: Scalars[
|
|
80
|
+
__typename?: "Article";
|
|
81
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
82
|
+
description: Scalars["String"]["output"];
|
|
83
|
+
id: Scalars["ID"]["output"];
|
|
84
|
+
isAccessible: Scalars["Boolean"]["output"];
|
|
85
|
+
isFrontPage: Scalars["Boolean"]["output"];
|
|
86
|
+
markdownContent?: Maybe<Scalars["String"]["output"]>;
|
|
87
|
+
pictureUrl: Scalars["String"]["output"];
|
|
88
|
+
title: Scalars["String"]["output"];
|
|
89
|
+
videoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
90
|
+
viewedByUser: Scalars["Boolean"]["output"];
|
|
91
91
|
views: Array<UserView>;
|
|
92
92
|
};
|
|
93
93
|
type Attachment = {
|
|
94
|
-
__typename?:
|
|
94
|
+
__typename?: "Attachment";
|
|
95
95
|
author: User;
|
|
96
|
-
authorId: Scalars[
|
|
96
|
+
authorId: Scalars["String"]["output"];
|
|
97
97
|
contact?: Maybe<Contact>;
|
|
98
|
-
contactId?: Maybe<Scalars[
|
|
99
|
-
createdAt: Scalars[
|
|
98
|
+
contactId?: Maybe<Scalars["String"]["output"]>;
|
|
99
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
100
100
|
/** (minio object name) */
|
|
101
|
-
id: Scalars[
|
|
102
|
-
markedAsSignedAt?: Maybe<Scalars[
|
|
103
|
-
name: Scalars[
|
|
104
|
-
profileId?: Maybe<Scalars[
|
|
101
|
+
id: Scalars["ID"]["output"];
|
|
102
|
+
markedAsSignedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
103
|
+
name: Scalars["String"]["output"];
|
|
104
|
+
profileId?: Maybe<Scalars["String"]["output"]>;
|
|
105
105
|
property?: Maybe<Property>;
|
|
106
|
-
propertyId?: Maybe<Scalars[
|
|
106
|
+
propertyId?: Maybe<Scalars["String"]["output"]>;
|
|
107
107
|
signature?: Maybe<AttachmentSignature>;
|
|
108
|
-
signedAt?: Maybe<Scalars[
|
|
109
|
-
submissionId?: Maybe<Scalars[
|
|
108
|
+
signedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
109
|
+
submissionId?: Maybe<Scalars["Int"]["output"]>;
|
|
110
110
|
tags: Array<AttachmentTag>;
|
|
111
|
-
url: Scalars[
|
|
111
|
+
url: Scalars["String"]["output"];
|
|
112
112
|
};
|
|
113
113
|
type AttachmentSignature = {
|
|
114
|
-
__typename?:
|
|
114
|
+
__typename?: "AttachmentSignature";
|
|
115
115
|
attachment: Attachment;
|
|
116
|
-
attachmentId: Scalars[
|
|
117
|
-
completed_at?: Maybe<Scalars[
|
|
118
|
-
created_at: Scalars[
|
|
119
|
-
id: Scalars[
|
|
120
|
-
isSigned: Scalars[
|
|
121
|
-
signatoriesCount: Scalars[
|
|
122
|
-
signedCount: Scalars[
|
|
123
|
-
status: Scalars[
|
|
116
|
+
attachmentId: Scalars["ID"]["output"];
|
|
117
|
+
completed_at?: Maybe<Scalars["DateTime"]["output"]>;
|
|
118
|
+
created_at: Scalars["DateTime"]["output"];
|
|
119
|
+
id: Scalars["Int"]["output"];
|
|
120
|
+
isSigned: Scalars["Boolean"]["output"];
|
|
121
|
+
signatoriesCount: Scalars["Int"]["output"];
|
|
122
|
+
signedCount: Scalars["Int"]["output"];
|
|
123
|
+
status: Scalars["String"]["output"];
|
|
124
124
|
submitters: Array<Submitter>;
|
|
125
|
-
updated_at: Scalars[
|
|
125
|
+
updated_at: Scalars["DateTime"]["output"];
|
|
126
126
|
};
|
|
127
127
|
type AttachmentSignatureDocument = {
|
|
128
|
-
__typename?:
|
|
129
|
-
name: Scalars[
|
|
130
|
-
url: Scalars[
|
|
128
|
+
__typename?: "AttachmentSignatureDocument";
|
|
129
|
+
name: Scalars["String"]["output"];
|
|
130
|
+
url: Scalars["String"]["output"];
|
|
131
131
|
};
|
|
132
132
|
type AttachmentSignaturePreferences = {
|
|
133
|
-
__typename?:
|
|
134
|
-
send_email: Scalars[
|
|
135
|
-
send_sms: Scalars[
|
|
133
|
+
__typename?: "AttachmentSignaturePreferences";
|
|
134
|
+
send_email: Scalars["Boolean"]["output"];
|
|
135
|
+
send_sms: Scalars["Boolean"]["output"];
|
|
136
136
|
};
|
|
137
137
|
type AttachmentTag =
|
|
138
138
|
/** Attestation de recherche d'amiante */
|
|
139
|
-
|
|
139
|
+
"ASBESTOS_SURVEY_CERTIFICATE"
|
|
140
140
|
/** Contrat d’entretien chaudière */
|
|
141
|
-
|
|
|
141
|
+
| "BOILER_MAINTENANCE_CONTRACT"
|
|
142
142
|
/** Permis de construire */
|
|
143
|
-
|
|
|
143
|
+
| "BUILDING_PERMIT"
|
|
144
144
|
/** Une attestation mentionnant la superficie de la partie privative (loi Carrez) */
|
|
145
|
-
|
|
|
145
|
+
| "CARREZ_LAW_CERTIFICATE"
|
|
146
146
|
/** Certificat de ramonage */
|
|
147
|
-
|
|
|
147
|
+
| "CHIMNEY_SWEEPING_CERTIFICATE"
|
|
148
148
|
/** Déclaration d’achèvement des travaux */
|
|
149
|
-
|
|
|
149
|
+
| "COMPLETION_DECLARATION"
|
|
150
150
|
/** Certificat de conformité (avant 2007) ou certificat de non-conformité */
|
|
151
|
-
|
|
|
151
|
+
| "COMPLIANCE_CERTIFICATE"
|
|
152
152
|
/** La notice d’information relative aux droits et obligations des copropriétaires */
|
|
153
|
-
|
|
|
153
|
+
| "COOWNERSHIP_INFORMATION_NOTICE"
|
|
154
154
|
/** Le règlement de copropriété et l’état descriptif de division */
|
|
155
|
-
|
|
|
155
|
+
| "COOWNERSHIP_REGULATION"
|
|
156
156
|
/** La fiche synthétique de la copropriété */
|
|
157
|
-
|
|
|
157
|
+
| "COOWNERSHIP_SYNTHETIC_SHEET"
|
|
158
158
|
/** Attestation d’assurance dommage – ouvrage */
|
|
159
|
-
|
|
|
159
|
+
| "DAMAGE_INSURANCE_CERTIFICATE"
|
|
160
160
|
/** Diagnostic électrique */
|
|
161
|
-
|
|
|
161
|
+
| "ELECTRICAL_DIAGNOSTIC"
|
|
162
162
|
/** Factures justificatives pour la consommation annuelle d'énergie */
|
|
163
|
-
|
|
|
163
|
+
| "ENERGY_CONSUMPTION_INVOICES"
|
|
164
164
|
/** Diagnostics de Performance Énergétique (DPE) */
|
|
165
|
-
|
|
|
165
|
+
| "ENERGY_PERFORMANCE_DIAGNOSTIC"
|
|
166
166
|
/** Diagnostic gaz */
|
|
167
|
-
|
|
|
167
|
+
| "GAS_DIAGNOSTIC"
|
|
168
168
|
/** Les procès-verbaux des assemblées générales des trois dernières années */
|
|
169
|
-
|
|
|
169
|
+
| "GENERAL_ASSEMBLY_MINUTES"
|
|
170
170
|
/** Taxe d’habitation */
|
|
171
|
-
|
|
|
171
|
+
| "HOUSING_TAX"
|
|
172
172
|
/** Document d'identité */
|
|
173
|
-
|
|
|
173
|
+
| "ID"
|
|
174
174
|
/** Kbis de société et certificat Insee */
|
|
175
|
-
|
|
|
175
|
+
| "KBIS"
|
|
176
176
|
/** Procès-verbal de remise des clés */
|
|
177
|
-
|
|
|
177
|
+
| "KEYS_HANDOVER_MINUTES"
|
|
178
178
|
/** Attestation de recherche de plomb */
|
|
179
|
-
|
|
|
179
|
+
| "LEAD_SURVEY_CERTIFICATE"
|
|
180
180
|
/** Le carnet d’entretien de l’immeuble */
|
|
181
|
-
|
|
|
181
|
+
| "MAINTENANCE_LOGBOOK"
|
|
182
182
|
/** Attestation sur la présence d’un risque de mérule */
|
|
183
|
-
|
|
|
183
|
+
| "MERULE_RISK_CERTIFICATE"
|
|
184
184
|
/** Le plan pluriannuel de travaux */
|
|
185
|
-
|
|
|
185
|
+
| "MULTIYEAR_WORK_PLAN"
|
|
186
186
|
/** Diagnostic Assainissement Non Collectif (ANC) */
|
|
187
|
-
|
|
|
187
|
+
| "NON_COLLECTIVE_SANITATION_DIAGNOSTIC"
|
|
188
188
|
/** Justificatif de domicile */
|
|
189
|
-
|
|
|
189
|
+
| "PROOF_OF_RESIDENCY"
|
|
190
190
|
/** Un double des clés */
|
|
191
|
-
|
|
|
191
|
+
| "PROPERTY_KEYS"
|
|
192
192
|
/** Taxe foncière */
|
|
193
|
-
|
|
|
193
|
+
| "PROPERTY_TAX"
|
|
194
194
|
/** Titre de propriété */
|
|
195
|
-
|
|
|
195
|
+
| "PROPERTY_TITLE"
|
|
196
196
|
/** offre d'achat */
|
|
197
|
-
|
|
|
197
|
+
| "PURCHASE_OFFER"
|
|
198
198
|
/** Attestation assurance Responsabilité Civile Professionnelle (RCP) */
|
|
199
|
-
|
|
|
199
|
+
| "RCP_ASSURANCE"
|
|
200
200
|
/** État des Risques et Pollutions (ERP) */
|
|
201
|
-
|
|
|
201
|
+
| "RISKS_AND_POLLUTION_STATEMENT"
|
|
202
202
|
/** Mandat de vente */
|
|
203
|
-
|
|
|
203
|
+
| "SALE_MANDATE"
|
|
204
204
|
/** Plan des lieux et des constructions */
|
|
205
|
-
|
|
|
205
|
+
| "SITE_PLAN"
|
|
206
206
|
/** Le questionnaire Syndic de Copropriété */
|
|
207
|
-
|
|
|
207
|
+
| "SYNDIC_QUESTIONNAIRE"
|
|
208
208
|
/** Attestation de régularité fiscale et vigilance */
|
|
209
|
-
|
|
|
209
|
+
| "TAX_REGULARITY"
|
|
210
210
|
/** Le diagnostic technique global */
|
|
211
|
-
|
|
|
211
|
+
| "TECHNICAL_DIAGNOSTIC_GLOBAL"
|
|
212
212
|
/** Attestation de recherche de termites */
|
|
213
|
-
|
|
|
213
|
+
| "TERMITE_CERTIFICATE"
|
|
214
214
|
/** Bon de visite */
|
|
215
|
-
|
|
|
215
|
+
| "VISIT_SLIP"
|
|
216
216
|
/** Attestation de conformité des réseaux d’eaux pluviales et usées */
|
|
217
|
-
|
|
|
217
|
+
| "WATER_NETWORK_COMPLIANCE"
|
|
218
218
|
/** Historique des travaux */
|
|
219
|
-
|
|
|
220
|
-
type CardinalPoints =
|
|
219
|
+
| "WORK_HISTORY";
|
|
220
|
+
type CardinalPoints = "E" | "N" | "N_E" | "N_W" | "S" | "S_E" | "S_W" | "W";
|
|
221
221
|
type Chapter = {
|
|
222
|
-
__typename?:
|
|
222
|
+
__typename?: "Chapter";
|
|
223
223
|
comments: Array<Comment>;
|
|
224
|
-
hasQuestions: Scalars[
|
|
225
|
-
id: Scalars[
|
|
226
|
-
isQuizCompletedByUser: Scalars[
|
|
227
|
-
isVideoWatchedByUser: Scalars[
|
|
224
|
+
hasQuestions: Scalars["Boolean"]["output"];
|
|
225
|
+
id: Scalars["ID"]["output"];
|
|
226
|
+
isQuizCompletedByUser: Scalars["Boolean"]["output"];
|
|
227
|
+
isVideoWatchedByUser: Scalars["Boolean"]["output"];
|
|
228
228
|
lesson: Lesson;
|
|
229
|
-
lessonId: Scalars[
|
|
230
|
-
markdownContent?: Maybe<Scalars[
|
|
231
|
-
order: Scalars[
|
|
229
|
+
lessonId: Scalars["String"]["output"];
|
|
230
|
+
markdownContent?: Maybe<Scalars["String"]["output"]>;
|
|
231
|
+
order: Scalars["Int"]["output"];
|
|
232
232
|
questions: Array<Question>;
|
|
233
|
-
title: Scalars[
|
|
234
|
-
updatedAt: Scalars[
|
|
233
|
+
title: Scalars["String"]["output"];
|
|
234
|
+
updatedAt: Scalars["DateTime"]["output"];
|
|
235
235
|
/** Percentage of video watched by user */
|
|
236
|
-
userVideoWatchProgress: Scalars[
|
|
237
|
-
videoDuration: Scalars[
|
|
238
|
-
videoUrl?: Maybe<Scalars[
|
|
239
|
-
youtubeVideoUrl?: Maybe<Scalars[
|
|
236
|
+
userVideoWatchProgress: Scalars["Int"]["output"];
|
|
237
|
+
videoDuration: Scalars["Int"]["output"];
|
|
238
|
+
videoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
239
|
+
youtubeVideoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
240
240
|
};
|
|
241
241
|
type Comment = {
|
|
242
|
-
__typename?:
|
|
242
|
+
__typename?: "Comment";
|
|
243
243
|
author: User;
|
|
244
|
-
authorId: Scalars[
|
|
244
|
+
authorId: Scalars["String"]["output"];
|
|
245
245
|
chapter?: Maybe<Chapter>;
|
|
246
246
|
commentHistory: Array<Comment>;
|
|
247
247
|
contact?: Maybe<Contact>;
|
|
248
|
-
contactId?: Maybe<Scalars[
|
|
249
|
-
content: Scalars[
|
|
250
|
-
createdAt: Scalars[
|
|
251
|
-
deletedAt?: Maybe<Scalars[
|
|
252
|
-
id: Scalars[
|
|
248
|
+
contactId?: Maybe<Scalars["String"]["output"]>;
|
|
249
|
+
content: Scalars["String"]["output"];
|
|
250
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
251
|
+
deletedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
252
|
+
id: Scalars["ID"]["output"];
|
|
253
253
|
property?: Maybe<Property>;
|
|
254
254
|
};
|
|
255
255
|
type Compromise = {
|
|
256
|
-
__typename?:
|
|
257
|
-
agencyFeeAmount: Scalars[
|
|
256
|
+
__typename?: "Compromise";
|
|
257
|
+
agencyFeeAmount: Scalars["Float"]["output"];
|
|
258
258
|
agent: User;
|
|
259
|
-
agentId: Scalars[
|
|
260
|
-
agentRemuneration: Scalars[
|
|
259
|
+
agentId: Scalars["String"]["output"];
|
|
260
|
+
agentRemuneration: Scalars["Float"]["output"];
|
|
261
261
|
attachment: Attachment;
|
|
262
262
|
buyers: Array<Contact>;
|
|
263
|
-
canceledAt?: Maybe<Scalars[
|
|
264
|
-
compromiseSignatureDate: Scalars[
|
|
265
|
-
compromiseValidityDuration?: Maybe<Scalars[
|
|
266
|
-
createdAt: Scalars[
|
|
267
|
-
finalActSignatureDate: Scalars[
|
|
268
|
-
id: Scalars[
|
|
269
|
-
netSalePrice: Scalars[
|
|
270
|
-
priceFeesIncluded: Scalars[
|
|
263
|
+
canceledAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
264
|
+
compromiseSignatureDate: Scalars["DateTime"]["output"];
|
|
265
|
+
compromiseValidityDuration?: Maybe<Scalars["Int"]["output"]>;
|
|
266
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
267
|
+
finalActSignatureDate: Scalars["DateTime"]["output"];
|
|
268
|
+
id: Scalars["ID"]["output"];
|
|
269
|
+
netSalePrice: Scalars["Float"]["output"];
|
|
270
|
+
priceFeesIncluded: Scalars["Float"]["output"];
|
|
271
271
|
property: Property;
|
|
272
|
-
propertyId: Scalars[
|
|
273
|
-
succeededAt?: Maybe<Scalars[
|
|
272
|
+
propertyId: Scalars["String"]["output"];
|
|
273
|
+
succeededAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
274
274
|
};
|
|
275
275
|
type Contact = {
|
|
276
|
-
__typename?:
|
|
276
|
+
__typename?: "Contact";
|
|
277
277
|
address?: Maybe<Address>;
|
|
278
|
-
addressId?: Maybe<Scalars[
|
|
278
|
+
addressId?: Maybe<Scalars["String"]["output"]>;
|
|
279
279
|
attachments: Array<Attachment>;
|
|
280
|
-
authorizationRepresentationDate?: Maybe<Scalars[
|
|
280
|
+
authorizationRepresentationDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
281
281
|
comments: Array<Comment>;
|
|
282
|
-
companyCapitalStock?: Maybe<Scalars[
|
|
282
|
+
companyCapitalStock?: Maybe<Scalars["Int"]["output"]>;
|
|
283
283
|
companyLegalStatus?: Maybe<LegalStatus>;
|
|
284
|
-
companyName?: Maybe<Scalars[
|
|
285
|
-
companyRegistrationNumber?: Maybe<Scalars[
|
|
286
|
-
countryOfBirth?: Maybe<Scalars[
|
|
287
|
-
createdAt: Scalars[
|
|
288
|
-
dateOfBirth?: Maybe<Scalars[
|
|
289
|
-
deletedAt?: Maybe<Scalars[
|
|
290
|
-
email?: Maybe<Scalars[
|
|
291
|
-
firstName: Scalars[
|
|
292
|
-
fullName: Scalars[
|
|
284
|
+
companyName?: Maybe<Scalars["String"]["output"]>;
|
|
285
|
+
companyRegistrationNumber?: Maybe<Scalars["String"]["output"]>;
|
|
286
|
+
countryOfBirth?: Maybe<Scalars["String"]["output"]>;
|
|
287
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
288
|
+
dateOfBirth?: Maybe<Scalars["DateTime"]["output"]>;
|
|
289
|
+
deletedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
290
|
+
email?: Maybe<Scalars["String"]["output"]>;
|
|
291
|
+
firstName: Scalars["String"]["output"];
|
|
292
|
+
fullName: Scalars["String"]["output"];
|
|
293
293
|
gender?: Maybe<Gender>;
|
|
294
294
|
guardian?: Maybe<Contact>;
|
|
295
|
-
guardianId?: Maybe<Scalars[
|
|
296
|
-
hasPropertiesForSale: Scalars[
|
|
297
|
-
id: Scalars[
|
|
295
|
+
guardianId?: Maybe<Scalars["String"]["output"]>;
|
|
296
|
+
hasPropertiesForSale: Scalars["Boolean"]["output"];
|
|
297
|
+
id: Scalars["ID"]["output"];
|
|
298
298
|
interestedByProperties: Array<Property>;
|
|
299
|
-
isGuardian: Scalars[
|
|
300
|
-
isInterestedBuyer: Scalars[
|
|
301
|
-
isLegalEntity: Scalars[
|
|
302
|
-
kycDocumentNumber?: Maybe<Scalars[
|
|
303
|
-
kycExpiresAt?: Maybe<Scalars[
|
|
304
|
-
kycIssuedBy?: Maybe<Scalars[
|
|
305
|
-
lastName: Scalars[
|
|
299
|
+
isGuardian: Scalars["Boolean"]["output"];
|
|
300
|
+
isInterestedBuyer: Scalars["Boolean"]["output"];
|
|
301
|
+
isLegalEntity: Scalars["Boolean"]["output"];
|
|
302
|
+
kycDocumentNumber?: Maybe<Scalars["String"]["output"]>;
|
|
303
|
+
kycExpiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
304
|
+
kycIssuedBy?: Maybe<Scalars["String"]["output"]>;
|
|
305
|
+
lastName: Scalars["String"]["output"];
|
|
306
306
|
maritalStatus?: Maybe<MaritalStatus>;
|
|
307
|
-
nationality?: Maybe<Scalars[
|
|
307
|
+
nationality?: Maybe<Scalars["String"]["output"]>;
|
|
308
308
|
ownedProperties: Array<PropertyOwner>;
|
|
309
309
|
owner: User;
|
|
310
|
-
ownerId: Scalars[
|
|
311
|
-
phone: Scalars[
|
|
312
|
-
placeOfBirth?: Maybe<Scalars[
|
|
310
|
+
ownerId: Scalars["String"]["output"];
|
|
311
|
+
phone: Scalars["String"]["output"];
|
|
312
|
+
placeOfBirth?: Maybe<Scalars["String"]["output"]>;
|
|
313
313
|
prenupType?: Maybe<PrenupType>;
|
|
314
|
-
profession?: Maybe<Scalars[
|
|
314
|
+
profession?: Maybe<Scalars["String"]["output"]>;
|
|
315
315
|
searchFilters?: Maybe<SearchFilters>;
|
|
316
|
-
updatedAt: Scalars[
|
|
316
|
+
updatedAt: Scalars["DateTime"]["output"];
|
|
317
317
|
wards: Array<Contact>;
|
|
318
318
|
};
|
|
319
319
|
type Coordinate = {
|
|
320
|
-
__typename?:
|
|
321
|
-
lat: Scalars[
|
|
322
|
-
lng: Scalars[
|
|
320
|
+
__typename?: "Coordinate";
|
|
321
|
+
lat: Scalars["Float"]["output"];
|
|
322
|
+
lng: Scalars["Float"]["output"];
|
|
323
323
|
};
|
|
324
324
|
type CustomerFeedback = {
|
|
325
|
-
__typename?:
|
|
326
|
-
comment: Scalars[
|
|
327
|
-
createdAt: Scalars[
|
|
328
|
-
customerEmail: Scalars[
|
|
329
|
-
customerFirstName: Scalars[
|
|
330
|
-
id: Scalars[
|
|
331
|
-
isHidden: Scalars[
|
|
332
|
-
userSlug: Scalars[
|
|
333
|
-
};
|
|
334
|
-
type EnergyScore =
|
|
335
|
-
type EstateCondition =
|
|
336
|
-
type Gender =
|
|
337
|
-
type HeatingEnergy =
|
|
338
|
-
type InsulationLevel =
|
|
339
|
-
type KitchenType =
|
|
340
|
-
type LeaseEstablishment =
|
|
341
|
-
type LeaseTransfertPermission =
|
|
325
|
+
__typename?: "CustomerFeedback";
|
|
326
|
+
comment: Scalars["String"]["output"];
|
|
327
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
328
|
+
customerEmail: Scalars["String"]["output"];
|
|
329
|
+
customerFirstName: Scalars["String"]["output"];
|
|
330
|
+
id: Scalars["ID"]["output"];
|
|
331
|
+
isHidden: Scalars["Boolean"]["output"];
|
|
332
|
+
userSlug: Scalars["String"]["output"];
|
|
333
|
+
};
|
|
334
|
+
type EnergyScore = "A" | "B" | "C" | "D" | "E" | "F" | "G";
|
|
335
|
+
type EstateCondition = "NEW_PROPERTY" | "OLD_PROPERTY";
|
|
336
|
+
type Gender = "FEMALE" | "MALE";
|
|
337
|
+
type HeatingEnergy = "ELECTRICITY" | "FUEL" | "GAS" | "GEOTHERMAL" | "OTHER" | "WOOD";
|
|
338
|
+
type InsulationLevel = "AVERAGE" | "GOOD" | "POOR";
|
|
339
|
+
type KitchenType = "AMERICAN_EQUIPPED" | "EQUIPPED" | "INDUSTRIAL" | "KITCHENETTE" | "NONE" | "SEPARATED" | "SEPARATE_EQUIPPED";
|
|
340
|
+
type LeaseEstablishment = "NOTARY_DEED" | "PRIVATE_DEED";
|
|
341
|
+
type LeaseTransfertPermission = "AT_LEASE_END" | "BY_MAIL";
|
|
342
342
|
type LegalNatureOfProperty =
|
|
343
343
|
/** Nu-propriétaire */
|
|
344
|
-
|
|
344
|
+
"BARE_OWNER"
|
|
345
345
|
/** Indivisaire */
|
|
346
|
-
|
|
|
346
|
+
| "CO_OWNER_IN_UNDIVIDED_PROPERTY"
|
|
347
347
|
/** Pleine propriété */
|
|
348
|
-
|
|
|
348
|
+
| "FULL_OWNERSHIP"
|
|
349
349
|
/** Usufruitier */
|
|
350
|
-
|
|
|
351
|
-
type LegalStatus =
|
|
350
|
+
| "USUFRUCTUARY";
|
|
351
|
+
type LegalStatus = "EI" | "EURL" | "SA" | "SARL" | "SAS" | "SASU" | "SCI" | "SCS" | "SNC";
|
|
352
352
|
type Lesson = {
|
|
353
|
-
__typename?:
|
|
353
|
+
__typename?: "Lesson";
|
|
354
354
|
chapters: Array<Chapter>;
|
|
355
|
-
description: Scalars[
|
|
356
|
-
id: Scalars[
|
|
357
|
-
isAccessible: Scalars[
|
|
358
|
-
markdownContent?: Maybe<Scalars[
|
|
359
|
-
picturePath: Scalars[
|
|
360
|
-
pictureUrl: Scalars[
|
|
355
|
+
description: Scalars["String"]["output"];
|
|
356
|
+
id: Scalars["ID"]["output"];
|
|
357
|
+
isAccessible: Scalars["Boolean"]["output"];
|
|
358
|
+
markdownContent?: Maybe<Scalars["String"]["output"]>;
|
|
359
|
+
picturePath: Scalars["String"]["output"];
|
|
360
|
+
pictureUrl: Scalars["String"]["output"];
|
|
361
361
|
similarLessons: Array<Lesson>;
|
|
362
362
|
teacher: User;
|
|
363
|
-
teacherId: Scalars[
|
|
364
|
-
title: Scalars[
|
|
365
|
-
totalDuration: Scalars[
|
|
363
|
+
teacherId: Scalars["String"]["output"];
|
|
364
|
+
title: Scalars["String"]["output"];
|
|
365
|
+
totalDuration: Scalars["Int"]["output"];
|
|
366
366
|
type: LessonType;
|
|
367
|
-
updatedAt?: Maybe<Scalars[
|
|
367
|
+
updatedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
368
368
|
/** Completion percentage of lessons watch & quiz */
|
|
369
|
-
userProgress: Scalars[
|
|
369
|
+
userProgress: Scalars["Int"]["output"];
|
|
370
370
|
};
|
|
371
|
-
type LessonType =
|
|
371
|
+
type LessonType = "ALUR" | "ENERGY_RENOVATION" | "TUTORIAL";
|
|
372
372
|
type Mandate = {
|
|
373
|
-
__typename?:
|
|
374
|
-
agencyFeePercentage?: Maybe<Scalars[
|
|
375
|
-
agencyFees: Scalars[
|
|
373
|
+
__typename?: "Mandate";
|
|
374
|
+
agencyFeePercentage?: Maybe<Scalars["Float"]["output"]>;
|
|
375
|
+
agencyFees: Scalars["Float"]["output"];
|
|
376
376
|
agent: User;
|
|
377
|
-
agentId: Scalars[
|
|
378
|
-
agentRemuneration: Scalars[
|
|
377
|
+
agentId: Scalars["String"]["output"];
|
|
378
|
+
agentRemuneration: Scalars["Float"]["output"];
|
|
379
379
|
attachment: Attachment;
|
|
380
|
-
attachmentId: Scalars[
|
|
381
|
-
businessAssetsPrice?: Maybe<Scalars[
|
|
382
|
-
cancelledAt?: Maybe<Scalars[
|
|
383
|
-
createdAt: Scalars[
|
|
384
|
-
displayedPrice: Scalars[
|
|
380
|
+
attachmentId: Scalars["String"]["output"];
|
|
381
|
+
businessAssetsPrice?: Maybe<Scalars["Float"]["output"]>;
|
|
382
|
+
cancelledAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
383
|
+
createdAt: Scalars["DateTime"]["output"];
|
|
384
|
+
displayedPrice: Scalars["Float"]["output"];
|
|
385
385
|
exclusivity: MandateExclusivity;
|
|
386
|
-
expirationDate?: Maybe<Scalars[
|
|
387
|
-
isActive: Scalars[
|
|
388
|
-
isBusinessAssetsTransfer?: Maybe<Scalars[
|
|
389
|
-
isCommercialWallsSale?: Maybe<Scalars[
|
|
390
|
-
isExclusive: Scalars[
|
|
391
|
-
isForProfessionalUse: Scalars[
|
|
392
|
-
isLeaseRightsTransfer?: Maybe<Scalars[
|
|
393
|
-
isLowPrice: Scalars[
|
|
394
|
-
leaseRightsPrice?: Maybe<Scalars[
|
|
395
|
-
netOwnerPrice?: Maybe<Scalars[
|
|
396
|
-
nonWithdrawalEndDate?: Maybe<Scalars[
|
|
397
|
-
nonWithdrawalStartDate?: Maybe<Scalars[
|
|
386
|
+
expirationDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
387
|
+
isActive: Scalars["Boolean"]["output"];
|
|
388
|
+
isBusinessAssetsTransfer?: Maybe<Scalars["Boolean"]["output"]>;
|
|
389
|
+
isCommercialWallsSale?: Maybe<Scalars["Boolean"]["output"]>;
|
|
390
|
+
isExclusive: Scalars["Boolean"]["output"];
|
|
391
|
+
isForProfessionalUse: Scalars["Boolean"]["output"];
|
|
392
|
+
isLeaseRightsTransfer?: Maybe<Scalars["Boolean"]["output"]>;
|
|
393
|
+
isLowPrice: Scalars["Boolean"]["output"];
|
|
394
|
+
leaseRightsPrice?: Maybe<Scalars["Float"]["output"]>;
|
|
395
|
+
netOwnerPrice?: Maybe<Scalars["Float"]["output"]>;
|
|
396
|
+
nonWithdrawalEndDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
397
|
+
nonWithdrawalStartDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
398
398
|
/** entity ID */
|
|
399
|
-
number: Scalars[
|
|
399
|
+
number: Scalars["Int"]["output"];
|
|
400
400
|
property: Property;
|
|
401
|
-
propertyId: Scalars[
|
|
402
|
-
rejectionReason?: Maybe<Scalars[
|
|
403
|
-
startDate?: Maybe<Scalars[
|
|
401
|
+
propertyId: Scalars["String"]["output"];
|
|
402
|
+
rejectionReason?: Maybe<Scalars["String"]["output"]>;
|
|
403
|
+
startDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
404
404
|
/** Duration in months */
|
|
405
405
|
status: MandateStatus;
|
|
406
|
-
withdrawalDate?: Maybe<Scalars[
|
|
406
|
+
withdrawalDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
407
407
|
};
|
|
408
|
-
type MandateExclusivity =
|
|
409
|
-
type MandateStatus =
|
|
410
|
-
type MaritalStatus =
|
|
408
|
+
type MandateExclusivity = "EXCLUSIVE" | "SEMI_EXCLUSIVE" | "SIMPLE";
|
|
409
|
+
type MandateStatus = "AWAITING_AGENT_SIGNATURE" | "AWAITING_OWNER_SIGNATURE" | "AWAITING_STAFF_VALIDATION" | "CANCELED" | "EXPIRED" | "PROCESSING" | "REJECTED" | "WITHDRAWN";
|
|
410
|
+
type MaritalStatus = "CIVIL_PARTNERSHIP" | "DIVORCED" | "MARRIED_WITHOUT_PRENUP" | "MARRIED_WITH_PRENUP" | "SINGLE" | "WIDOWED";
|
|
411
411
|
type Photo = {
|
|
412
|
-
__typename?:
|
|
413
|
-
deletedAt?: Maybe<Scalars[
|
|
414
|
-
id: Scalars[
|
|
415
|
-
isHidden: Scalars[
|
|
416
|
-
order: Scalars[
|
|
412
|
+
__typename?: "Photo";
|
|
413
|
+
deletedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
414
|
+
id: Scalars["String"]["output"];
|
|
415
|
+
isHidden: Scalars["Boolean"]["output"];
|
|
416
|
+
order: Scalars["Int"]["output"];
|
|
417
417
|
product?: Maybe<Product>;
|
|
418
|
-
productId?: Maybe<Scalars[
|
|
418
|
+
productId?: Maybe<Scalars["String"]["output"]>;
|
|
419
419
|
property?: Maybe<Property>;
|
|
420
|
-
propertyId?: Maybe<Scalars[
|
|
421
|
-
url: Scalars[
|
|
420
|
+
propertyId?: Maybe<Scalars["String"]["output"]>;
|
|
421
|
+
url: Scalars["String"]["output"];
|
|
422
422
|
};
|
|
423
|
-
type PrenupType =
|
|
423
|
+
type PrenupType = "COMMUNITY_OF_PROPERTY_WITHOUT_GAINS" | "NOTARIZED_MARRIAGE_CONTRACT" | "PARTICIPATION_IN_ACQUISITIONS" | "PARTICIPATION_IN_ACQUISITIONS_WITH_FULL_ATTRIBUTION_TO_SURVIVOR" | "SEPARATION_OF_PROPERTY" | "UNIVERSAL_COMMUNITY";
|
|
424
424
|
type Product = {
|
|
425
|
-
__typename?:
|
|
426
|
-
category: Scalars[
|
|
427
|
-
coverPhotoUrl?: Maybe<Scalars[
|
|
428
|
-
id: Scalars[
|
|
429
|
-
isAccessible: Scalars[
|
|
430
|
-
isCustomizable: Scalars[
|
|
431
|
-
markdownDescription: Scalars[
|
|
432
|
-
markdownFeatures: Scalars[
|
|
425
|
+
__typename?: "Product";
|
|
426
|
+
category: Scalars["String"]["output"];
|
|
427
|
+
coverPhotoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
428
|
+
id: Scalars["String"]["output"];
|
|
429
|
+
isAccessible: Scalars["Boolean"]["output"];
|
|
430
|
+
isCustomizable: Scalars["Boolean"]["output"];
|
|
431
|
+
markdownDescription: Scalars["String"]["output"];
|
|
432
|
+
markdownFeatures: Scalars["String"]["output"];
|
|
433
433
|
options: Array<ProductOption>;
|
|
434
434
|
photos: Array<Photo>;
|
|
435
|
-
price: Scalars[
|
|
435
|
+
price: Scalars["Float"]["output"];
|
|
436
436
|
similarProducts: Array<Product>;
|
|
437
437
|
/** empty string if user is not an admin */
|
|
438
|
-
stripePriceId: Scalars[
|
|
439
|
-
title: Scalars[
|
|
438
|
+
stripePriceId: Scalars["String"]["output"];
|
|
439
|
+
title: Scalars["String"]["output"];
|
|
440
440
|
};
|
|
441
441
|
type ProductOption = {
|
|
442
|
-
__typename?:
|
|
442
|
+
__typename?: "ProductOption";
|
|
443
443
|
/** name and productId make a unique identifier for the ProductOption */
|
|
444
|
-
name: Scalars[
|
|
445
|
-
options: Array<Scalars[
|
|
446
|
-
productId: Scalars[
|
|
444
|
+
name: Scalars["String"]["output"];
|
|
445
|
+
options: Array<Scalars["String"]["output"]>;
|
|
446
|
+
productId: Scalars["String"]["output"];
|
|
447
447
|
};
|
|
448
448
|
type Profile = {
|
|
449
|
-
__typename?:
|
|
449
|
+
__typename?: "Profile";
|
|
450
450
|
address?: Maybe<Address>;
|
|
451
|
-
addressId?: Maybe<Scalars[
|
|
452
|
-
area?: Maybe<Scalars[
|
|
451
|
+
addressId?: Maybe<Scalars["String"]["output"]>;
|
|
452
|
+
area?: Maybe<Scalars["String"]["output"]>;
|
|
453
453
|
attachments: Array<Attachment>;
|
|
454
|
-
birthName?: Maybe<Scalars[
|
|
455
|
-
countryOfBirth?: Maybe<Scalars[
|
|
456
|
-
dateOfBirth?: Maybe<Scalars[
|
|
454
|
+
birthName?: Maybe<Scalars["String"]["output"]>;
|
|
455
|
+
countryOfBirth?: Maybe<Scalars["String"]["output"]>;
|
|
456
|
+
dateOfBirth?: Maybe<Scalars["DateTime"]["output"]>;
|
|
457
457
|
gender?: Maybe<Gender>;
|
|
458
|
-
kycDocumentNumber?: Maybe<Scalars[
|
|
459
|
-
kycExpiresAt?: Maybe<Scalars[
|
|
460
|
-
kycIssuedBy?: Maybe<Scalars[
|
|
458
|
+
kycDocumentNumber?: Maybe<Scalars["String"]["output"]>;
|
|
459
|
+
kycExpiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
460
|
+
kycIssuedBy?: Maybe<Scalars["String"]["output"]>;
|
|
461
461
|
legalStatus?: Maybe<LegalStatus>;
|
|
462
462
|
missingData: Array<Maybe<AttachmentTag>>;
|
|
463
|
-
nationality?: Maybe<Scalars[
|
|
464
|
-
personalEmail?: Maybe<Scalars[
|
|
465
|
-
phone?: Maybe<Scalars[
|
|
466
|
-
pictureUrl?: Maybe<Scalars[
|
|
467
|
-
placeOfBirth?: Maybe<Scalars[
|
|
468
|
-
presentation?: Maybe<Scalars[
|
|
469
|
-
punchline?: Maybe<Scalars[
|
|
470
|
-
registrationDate?: Maybe<Scalars[
|
|
471
|
-
registrationNumber?: Maybe<Scalars[
|
|
472
|
-
registrationPlace?: Maybe<Scalars[
|
|
473
|
-
reviewedAt?: Maybe<Scalars[
|
|
463
|
+
nationality?: Maybe<Scalars["String"]["output"]>;
|
|
464
|
+
personalEmail?: Maybe<Scalars["String"]["output"]>;
|
|
465
|
+
phone?: Maybe<Scalars["String"]["output"]>;
|
|
466
|
+
pictureUrl?: Maybe<Scalars["String"]["output"]>;
|
|
467
|
+
placeOfBirth?: Maybe<Scalars["String"]["output"]>;
|
|
468
|
+
presentation?: Maybe<Scalars["String"]["output"]>;
|
|
469
|
+
punchline?: Maybe<Scalars["String"]["output"]>;
|
|
470
|
+
registrationDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
471
|
+
registrationNumber?: Maybe<Scalars["String"]["output"]>;
|
|
472
|
+
registrationPlace?: Maybe<Scalars["String"]["output"]>;
|
|
473
|
+
reviewedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
474
474
|
status: ProfileStatus;
|
|
475
|
-
updatedAt: Scalars[
|
|
475
|
+
updatedAt: Scalars["DateTime"]["output"];
|
|
476
476
|
user: User;
|
|
477
|
-
userId: Scalars[
|
|
477
|
+
userId: Scalars["ID"]["output"];
|
|
478
478
|
};
|
|
479
|
-
type ProfileStatus =
|
|
479
|
+
type ProfileStatus = "AWAITING_VALIDATION" | "INCOMPLETE" | "REJECTED" | "VALIDATED";
|
|
480
480
|
type Property = {
|
|
481
|
-
__typename?:
|
|
481
|
+
__typename?: "Property";
|
|
482
482
|
address: Address;
|
|
483
|
-
addressId: Scalars[
|
|
483
|
+
addressId: Scalars["String"]["output"];
|
|
484
484
|
advert?: Maybe<Advert>;
|
|
485
485
|
agent: User;
|
|
486
|
-
agentId: Scalars[
|
|
487
|
-
apartmentsCount?: Maybe<Scalars[
|
|
486
|
+
agentId: Scalars["String"]["output"];
|
|
487
|
+
apartmentsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
488
488
|
attachments: Array<Attachment>;
|
|
489
|
-
authorizedActivities?: Maybe<Scalars[
|
|
490
|
-
balconiesCount?: Maybe<Scalars[
|
|
491
|
-
bathroomsCount?: Maybe<Scalars[
|
|
492
|
-
boxesCount?: Maybe<Scalars[
|
|
493
|
-
brandName?: Maybe<Scalars[
|
|
494
|
-
buildingFloorCount?: Maybe<Scalars[
|
|
495
|
-
buildingServices?: Maybe<Scalars[
|
|
496
|
-
cadastreReference?: Maybe<Scalars[
|
|
497
|
-
carrezLawArea?: Maybe<Scalars[
|
|
498
|
-
cellarsCount?: Maybe<Scalars[
|
|
499
|
-
coOwnershipLots?: Maybe<Scalars[
|
|
489
|
+
authorizedActivities?: Maybe<Scalars["String"]["output"]>;
|
|
490
|
+
balconiesCount?: Maybe<Scalars["Int"]["output"]>;
|
|
491
|
+
bathroomsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
492
|
+
boxesCount?: Maybe<Scalars["Int"]["output"]>;
|
|
493
|
+
brandName?: Maybe<Scalars["String"]["output"]>;
|
|
494
|
+
buildingFloorCount?: Maybe<Scalars["Int"]["output"]>;
|
|
495
|
+
buildingServices?: Maybe<Scalars["String"]["output"]>;
|
|
496
|
+
cadastreReference?: Maybe<Scalars["String"]["output"]>;
|
|
497
|
+
carrezLawArea?: Maybe<Scalars["Int"]["output"]>;
|
|
498
|
+
cellarsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
499
|
+
coOwnershipLots?: Maybe<Scalars["Int"]["output"]>;
|
|
500
500
|
comments: Array<Comment>;
|
|
501
501
|
compromises: Array<Compromise>;
|
|
502
|
-
condoFees?: Maybe<Scalars[
|
|
503
|
-
constructionYear?: Maybe<Scalars[
|
|
504
|
-
coverPhotoUrl?: Maybe<Scalars[
|
|
502
|
+
condoFees?: Maybe<Scalars["Float"]["output"]>;
|
|
503
|
+
constructionYear?: Maybe<Scalars["DateTime"]["output"]>;
|
|
504
|
+
coverPhotoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
505
505
|
currentCompromise?: Maybe<Compromise>;
|
|
506
|
-
currentLeaseDuration?: Maybe<Scalars[
|
|
507
|
-
currentLeaseStartDate?: Maybe<Scalars[
|
|
506
|
+
currentLeaseDuration?: Maybe<Scalars["Int"]["output"]>;
|
|
507
|
+
currentLeaseStartDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
508
508
|
currentMandate?: Maybe<Mandate>;
|
|
509
|
-
currentYearRevenue?: Maybe<Scalars[
|
|
510
|
-
dpeDate?: Maybe<Scalars[
|
|
509
|
+
currentYearRevenue?: Maybe<Scalars["Float"]["output"]>;
|
|
510
|
+
dpeDate?: Maybe<Scalars["DateTime"]["output"]>;
|
|
511
511
|
dpeScore?: Maybe<EnergyScore>;
|
|
512
|
-
educationsSurroundings?: Maybe<Scalars[
|
|
513
|
-
employeesToHireCount?: Maybe<Scalars[
|
|
514
|
-
equipmentServices?: Maybe<Scalars[
|
|
512
|
+
educationsSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
513
|
+
employeesToHireCount?: Maybe<Scalars["Int"]["output"]>;
|
|
514
|
+
equipmentServices?: Maybe<Scalars["String"]["output"]>;
|
|
515
515
|
estateCondition: EstateCondition;
|
|
516
516
|
exposure?: Maybe<CardinalPoints>;
|
|
517
517
|
exteriorCondition?: Maybe<PropertyCondition>;
|
|
518
|
-
floorCount?: Maybe<Scalars[
|
|
519
|
-
floorLevel?: Maybe<Scalars[
|
|
518
|
+
floorCount?: Maybe<Scalars["Int"]["output"]>;
|
|
519
|
+
floorLevel?: Maybe<Scalars["Int"]["output"]>;
|
|
520
520
|
gesScore?: Maybe<EnergyScore>;
|
|
521
|
-
hasElevator?: Maybe<Scalars[
|
|
522
|
-
hasGarden?: Maybe<Scalars[
|
|
523
|
-
hasHotWater?: Maybe<Scalars[
|
|
524
|
-
hasRoofing?: Maybe<Scalars[
|
|
525
|
-
hasSeparateToilet?: Maybe<Scalars[
|
|
526
|
-
healthsSurroundings?: Maybe<Scalars[
|
|
521
|
+
hasElevator?: Maybe<Scalars["Boolean"]["output"]>;
|
|
522
|
+
hasGarden?: Maybe<Scalars["Boolean"]["output"]>;
|
|
523
|
+
hasHotWater?: Maybe<Scalars["Boolean"]["output"]>;
|
|
524
|
+
hasRoofing?: Maybe<Scalars["Boolean"]["output"]>;
|
|
525
|
+
hasSeparateToilet?: Maybe<Scalars["Boolean"]["output"]>;
|
|
526
|
+
healthsSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
527
527
|
heatingConfiguration?: Maybe<SharingConfiguration>;
|
|
528
528
|
heatingEnergy?: Maybe<HeatingEnergy>;
|
|
529
529
|
hotWaterConfiguration?: Maybe<SharingConfiguration>;
|
|
530
|
-
hotWaterSystem?: Maybe<Scalars[
|
|
531
|
-
id: Scalars[
|
|
530
|
+
hotWaterSystem?: Maybe<Scalars["String"]["output"]>;
|
|
531
|
+
id: Scalars["ID"]["output"];
|
|
532
532
|
interiorCondition?: Maybe<PropertyCondition>;
|
|
533
|
-
isArchived: Scalars[
|
|
534
|
-
isBusinessAssetsTransfer?: Maybe<Scalars[
|
|
535
|
-
isCoOwnership?: Maybe<Scalars[
|
|
536
|
-
isCommercialWallsSale?: Maybe<Scalars[
|
|
537
|
-
isConstructible?: Maybe<Scalars[
|
|
538
|
-
isDemarcated?: Maybe<Scalars[
|
|
539
|
-
isDpeCompleted?: Maybe<Scalars[
|
|
540
|
-
isEnergyAuditCompleted?: Maybe<Scalars[
|
|
541
|
-
isForProfessionalUse: Scalars[
|
|
542
|
-
isFurnished?: Maybe<Scalars[
|
|
543
|
-
isHousingScheme?: Maybe<Scalars[
|
|
544
|
-
isIndividualHouse?: Maybe<Scalars[
|
|
545
|
-
isLeaseRightsTransfer?: Maybe<Scalars[
|
|
546
|
-
isOccupied?: Maybe<Scalars[
|
|
547
|
-
isServiced?: Maybe<Scalars[
|
|
533
|
+
isArchived: Scalars["Boolean"]["output"];
|
|
534
|
+
isBusinessAssetsTransfer?: Maybe<Scalars["Boolean"]["output"]>;
|
|
535
|
+
isCoOwnership?: Maybe<Scalars["Boolean"]["output"]>;
|
|
536
|
+
isCommercialWallsSale?: Maybe<Scalars["Boolean"]["output"]>;
|
|
537
|
+
isConstructible?: Maybe<Scalars["Boolean"]["output"]>;
|
|
538
|
+
isDemarcated?: Maybe<Scalars["Boolean"]["output"]>;
|
|
539
|
+
isDpeCompleted?: Maybe<Scalars["Boolean"]["output"]>;
|
|
540
|
+
isEnergyAuditCompleted?: Maybe<Scalars["Boolean"]["output"]>;
|
|
541
|
+
isForProfessionalUse: Scalars["Boolean"]["output"];
|
|
542
|
+
isFurnished?: Maybe<Scalars["Boolean"]["output"]>;
|
|
543
|
+
isHousingScheme?: Maybe<Scalars["Boolean"]["output"]>;
|
|
544
|
+
isIndividualHouse?: Maybe<Scalars["Boolean"]["output"]>;
|
|
545
|
+
isLeaseRightsTransfer?: Maybe<Scalars["Boolean"]["output"]>;
|
|
546
|
+
isOccupied?: Maybe<Scalars["Boolean"]["output"]>;
|
|
547
|
+
isServiced?: Maybe<Scalars["Boolean"]["output"]>;
|
|
548
548
|
kitchenType?: Maybe<KitchenType>;
|
|
549
|
-
landArea?: Maybe<Scalars[
|
|
549
|
+
landArea?: Maybe<Scalars["Int"]["output"]>;
|
|
550
550
|
leaseEstablishedUnder?: Maybe<LeaseEstablishment>;
|
|
551
551
|
/** if leaseEstablishedUnder === NOTARY_DEED */
|
|
552
|
-
leaseEstablishmentNotaryName?: Maybe<Scalars[
|
|
552
|
+
leaseEstablishmentNotaryName?: Maybe<Scalars["String"]["output"]>;
|
|
553
553
|
leaseTransfertPermission?: Maybe<LeaseTransfertPermission>;
|
|
554
|
-
leisuresSurroundings?: Maybe<Scalars[
|
|
555
|
-
livingArea?: Maybe<Scalars[
|
|
554
|
+
leisuresSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
555
|
+
livingArea?: Maybe<Scalars["Int"]["output"]>;
|
|
556
556
|
mandates: Array<Mandate>;
|
|
557
|
-
naturalsSurroundings?: Maybe<Scalars[
|
|
558
|
-
ongoingProcedures?: Maybe<Scalars[
|
|
559
|
-
otherServices?: Maybe<Scalars[
|
|
560
|
-
othersSurroundings?: Maybe<Scalars[
|
|
561
|
-
outsideServices?: Maybe<Scalars[
|
|
557
|
+
naturalsSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
558
|
+
ongoingProcedures?: Maybe<Scalars["String"]["output"]>;
|
|
559
|
+
otherServices?: Maybe<Scalars["String"]["output"]>;
|
|
560
|
+
othersSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
561
|
+
outsideServices?: Maybe<Scalars["String"]["output"]>;
|
|
562
562
|
owners: Array<PropertyOwner>;
|
|
563
|
-
parkingSpacesCount?: Maybe<Scalars[
|
|
564
|
-
patiosCount?: Maybe<Scalars[
|
|
563
|
+
parkingSpacesCount?: Maybe<Scalars["Int"]["output"]>;
|
|
564
|
+
patiosCount?: Maybe<Scalars["Int"]["output"]>;
|
|
565
565
|
photos: Array<Photo>;
|
|
566
566
|
potentialBuyers: Array<Contact>;
|
|
567
|
-
previousYear1Revenue?: Maybe<Scalars[
|
|
568
|
-
previousYear2Revenue?: Maybe<Scalars[
|
|
569
|
-
propertyLotsCount?: Maybe<Scalars[
|
|
570
|
-
propertyLotsIdentifiers?: Maybe<Scalars[
|
|
571
|
-
propertyTaxPrice?: Maybe<Scalars[
|
|
572
|
-
propertyTitleNotaryInfo?: Maybe<Scalars[
|
|
573
|
-
propertyType: Scalars[
|
|
574
|
-
recommendedWorkCost?: Maybe<Scalars[
|
|
575
|
-
reference: Scalars[
|
|
576
|
-
renovationYear?: Maybe<Scalars[
|
|
577
|
-
roomOrApartmentsCount?: Maybe<Scalars[
|
|
578
|
-
securityServices?: Maybe<Scalars[
|
|
579
|
-
shopsSurroundings?: Maybe<Scalars[
|
|
580
|
-
showerRoomsCount?: Maybe<Scalars[
|
|
581
|
-
sportServices?: Maybe<Scalars[
|
|
567
|
+
previousYear1Revenue?: Maybe<Scalars["Float"]["output"]>;
|
|
568
|
+
previousYear2Revenue?: Maybe<Scalars["Float"]["output"]>;
|
|
569
|
+
propertyLotsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
570
|
+
propertyLotsIdentifiers?: Maybe<Scalars["String"]["output"]>;
|
|
571
|
+
propertyTaxPrice?: Maybe<Scalars["Float"]["output"]>;
|
|
572
|
+
propertyTitleNotaryInfo?: Maybe<Scalars["String"]["output"]>;
|
|
573
|
+
propertyType: Scalars["String"]["output"];
|
|
574
|
+
recommendedWorkCost?: Maybe<Scalars["Float"]["output"]>;
|
|
575
|
+
reference: Scalars["Int"]["output"];
|
|
576
|
+
renovationYear?: Maybe<Scalars["DateTime"]["output"]>;
|
|
577
|
+
roomOrApartmentsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
578
|
+
securityServices?: Maybe<Scalars["String"]["output"]>;
|
|
579
|
+
shopsSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
580
|
+
showerRoomsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
581
|
+
sportServices?: Maybe<Scalars["String"]["output"]>;
|
|
582
582
|
standing?: Maybe<PropertyStanding>;
|
|
583
583
|
step: PropertyStep;
|
|
584
584
|
surfaces: Array<Surface>;
|
|
585
|
-
toiletsCount?: Maybe<Scalars[
|
|
586
|
-
tradingName?: Maybe<Scalars[
|
|
587
|
-
transportsSurroundings?: Maybe<Scalars[
|
|
585
|
+
toiletsCount?: Maybe<Scalars["Int"]["output"]>;
|
|
586
|
+
tradingName?: Maybe<Scalars["String"]["output"]>;
|
|
587
|
+
transportsSurroundings?: Maybe<Scalars["String"]["output"]>;
|
|
588
588
|
view?: Maybe<PropertyView>;
|
|
589
|
-
wastewaterDisposalSystem?: Maybe<Scalars[
|
|
589
|
+
wastewaterDisposalSystem?: Maybe<Scalars["String"]["output"]>;
|
|
590
590
|
};
|
|
591
|
-
type PropertyCondition =
|
|
591
|
+
type PropertyCondition = "BRAND_NEW" | "GOOD" | "MEDIUM" | "REALLY_GOOD" | "REFRESH_NEEDED" | "RENOVATION_NEEDED";
|
|
592
592
|
type PropertyOwner = {
|
|
593
|
-
__typename?:
|
|
593
|
+
__typename?: "PropertyOwner";
|
|
594
594
|
legalNature?: Maybe<LegalNatureOfProperty>;
|
|
595
595
|
owner: Contact;
|
|
596
|
-
ownerId: Scalars[
|
|
596
|
+
ownerId: Scalars["String"]["output"];
|
|
597
597
|
property: Property;
|
|
598
|
-
propertyId: Scalars[
|
|
598
|
+
propertyId: Scalars["String"]["output"];
|
|
599
599
|
};
|
|
600
|
-
type PropertyStanding =
|
|
601
|
-
type PropertyStep =
|
|
602
|
-
type PropertyView =
|
|
600
|
+
type PropertyStanding = "BASIC" | "GOOD" | "LUXURY" | "STANDARD";
|
|
601
|
+
type PropertyStep = "ARCHIVED" | "DRAFT" | "SOLD" | "UNDER_COMPROMISE" | "UNDER_MANDATE";
|
|
602
|
+
type PropertyView = "CLEAR" | "EXCEPTIONAL" | "MOUNTAINS" | "OVERLOOKED" | "SEA";
|
|
603
603
|
type Question = {
|
|
604
|
-
__typename?:
|
|
605
|
-
answers: Array<Scalars[
|
|
606
|
-
correctAnswer: Scalars[
|
|
607
|
-
id: Scalars[
|
|
608
|
-
question: Scalars[
|
|
604
|
+
__typename?: "Question";
|
|
605
|
+
answers: Array<Scalars["String"]["output"]>;
|
|
606
|
+
correctAnswer: Scalars["String"]["output"];
|
|
607
|
+
id: Scalars["ID"]["output"];
|
|
608
|
+
question: Scalars["String"]["output"];
|
|
609
609
|
};
|
|
610
610
|
type Renovation = {
|
|
611
|
-
__typename?:
|
|
611
|
+
__typename?: "Renovation";
|
|
612
612
|
address: Address;
|
|
613
613
|
agent: User;
|
|
614
|
-
annualElectricityBill?: Maybe<Scalars[
|
|
615
|
-
annualElectricityConsumption?: Maybe<Scalars[
|
|
614
|
+
annualElectricityBill?: Maybe<Scalars["Int"]["output"]>;
|
|
615
|
+
annualElectricityConsumption?: Maybe<Scalars["Int"]["output"]>;
|
|
616
616
|
attachments: Array<Attachment>;
|
|
617
|
-
budget?: Maybe<Scalars[
|
|
617
|
+
budget?: Maybe<Scalars["Float"]["output"]>;
|
|
618
618
|
comments: Array<Comment>;
|
|
619
|
-
constraints?: Maybe<Scalars[
|
|
620
|
-
constructionYear?: Maybe<Scalars[
|
|
621
|
-
coverPhotoUrl?: Maybe<Scalars[
|
|
619
|
+
constraints?: Maybe<Scalars["String"]["output"]>;
|
|
620
|
+
constructionYear?: Maybe<Scalars["DateTime"]["output"]>;
|
|
621
|
+
coverPhotoUrl?: Maybe<Scalars["String"]["output"]>;
|
|
622
622
|
currentDPEScore?: Maybe<EnergyScore>;
|
|
623
|
-
floorCount?: Maybe<Scalars[
|
|
624
|
-
hasDPE?: Maybe<Scalars[
|
|
623
|
+
floorCount?: Maybe<Scalars["Int"]["output"]>;
|
|
624
|
+
hasDPE?: Maybe<Scalars["Boolean"]["output"]>;
|
|
625
625
|
heatingEnergy?: Maybe<HeatingEnergy>;
|
|
626
|
-
id: Scalars[
|
|
626
|
+
id: Scalars["ID"]["output"];
|
|
627
627
|
insulationLevel?: Maybe<InsulationLevel>;
|
|
628
|
-
interestedByServices?: Maybe<Scalars[
|
|
629
|
-
livingArea?: Maybe<Scalars[
|
|
628
|
+
interestedByServices?: Maybe<Scalars["String"]["output"]>;
|
|
629
|
+
livingArea?: Maybe<Scalars["Int"]["output"]>;
|
|
630
630
|
owners: Array<Contact>;
|
|
631
631
|
photos: Array<Photo>;
|
|
632
|
-
propertyType: Scalars[
|
|
632
|
+
propertyType: Scalars["String"]["output"];
|
|
633
633
|
renovationType: RenovationType;
|
|
634
|
-
roomCount?: Maybe<Scalars[
|
|
634
|
+
roomCount?: Maybe<Scalars["Int"]["output"]>;
|
|
635
635
|
};
|
|
636
|
-
type RenovationType =
|
|
637
|
-
type RequiredFor =
|
|
636
|
+
type RenovationType = "RENOVATION" | "UPGRADE";
|
|
637
|
+
type RequiredFor = "DIFFUSION" | "MANDATE_CREATION" | "PROFILE" | "SEND_TO_PARTNER";
|
|
638
638
|
type SearchFilters = {
|
|
639
|
-
__typename?:
|
|
639
|
+
__typename?: "SearchFilters";
|
|
640
640
|
area: Array<Coordinate>;
|
|
641
641
|
contact?: Maybe<Contact>;
|
|
642
|
-
contactId?: Maybe<Scalars[
|
|
643
|
-
id: Scalars[
|
|
644
|
-
maxLandArea?: Maybe<Scalars[
|
|
645
|
-
maxLivingArea?: Maybe<Scalars[
|
|
646
|
-
maxRoomCount?: Maybe<Scalars[
|
|
647
|
-
minLandArea?: Maybe<Scalars[
|
|
648
|
-
minLivingArea?: Maybe<Scalars[
|
|
649
|
-
minRoomCount?: Maybe<Scalars[
|
|
650
|
-
propertyTypes: Array<Scalars[
|
|
651
|
-
services: Array<Scalars[
|
|
652
|
-
surroundings: Array<Scalars[
|
|
653
|
-
};
|
|
654
|
-
type SharingConfiguration =
|
|
642
|
+
contactId?: Maybe<Scalars["String"]["output"]>;
|
|
643
|
+
id: Scalars["ID"]["output"];
|
|
644
|
+
maxLandArea?: Maybe<Scalars["Int"]["output"]>;
|
|
645
|
+
maxLivingArea?: Maybe<Scalars["Int"]["output"]>;
|
|
646
|
+
maxRoomCount?: Maybe<Scalars["Int"]["output"]>;
|
|
647
|
+
minLandArea?: Maybe<Scalars["Int"]["output"]>;
|
|
648
|
+
minLivingArea?: Maybe<Scalars["Int"]["output"]>;
|
|
649
|
+
minRoomCount?: Maybe<Scalars["Int"]["output"]>;
|
|
650
|
+
propertyTypes: Array<Scalars["String"]["output"]>;
|
|
651
|
+
services: Array<Scalars["String"]["output"]>;
|
|
652
|
+
surroundings: Array<Scalars["String"]["output"]>;
|
|
653
|
+
};
|
|
654
|
+
type SharingConfiguration = "COLLECTIVE" | "INDIVIDUAL";
|
|
655
655
|
type Submitter = {
|
|
656
|
-
__typename?:
|
|
657
|
-
completed_at?: Maybe<Scalars[
|
|
656
|
+
__typename?: "Submitter";
|
|
657
|
+
completed_at?: Maybe<Scalars["DateTime"]["output"]>;
|
|
658
658
|
documents: Array<AttachmentSignatureDocument>;
|
|
659
|
-
email?: Maybe<Scalars[
|
|
660
|
-
external_id?: Maybe<Scalars[
|
|
661
|
-
id: Scalars[
|
|
662
|
-
name?: Maybe<Scalars[
|
|
663
|
-
opened_at?: Maybe<Scalars[
|
|
664
|
-
phone?: Maybe<Scalars[
|
|
659
|
+
email?: Maybe<Scalars["String"]["output"]>;
|
|
660
|
+
external_id?: Maybe<Scalars["String"]["output"]>;
|
|
661
|
+
id: Scalars["Int"]["output"];
|
|
662
|
+
name?: Maybe<Scalars["String"]["output"]>;
|
|
663
|
+
opened_at?: Maybe<Scalars["DateTime"]["output"]>;
|
|
664
|
+
phone?: Maybe<Scalars["String"]["output"]>;
|
|
665
665
|
preferences: AttachmentSignaturePreferences;
|
|
666
|
-
role: Scalars[
|
|
667
|
-
sent_at?: Maybe<Scalars[
|
|
668
|
-
slug: Scalars[
|
|
666
|
+
role: Scalars["String"]["output"];
|
|
667
|
+
sent_at?: Maybe<Scalars["DateTime"]["output"]>;
|
|
668
|
+
slug: Scalars["String"]["output"];
|
|
669
669
|
status: SubmitterStatus;
|
|
670
|
-
submission_id: Scalars[
|
|
670
|
+
submission_id: Scalars["Int"]["output"];
|
|
671
671
|
};
|
|
672
|
-
type SubmitterStatus =
|
|
672
|
+
type SubmitterStatus = "awaiting" | "completed" | "opened" | "sent";
|
|
673
673
|
type Surface = {
|
|
674
|
-
__typename?:
|
|
675
|
-
area?: Maybe<Scalars[
|
|
676
|
-
floor?: Maybe<Scalars[
|
|
677
|
-
id: Scalars[
|
|
674
|
+
__typename?: "Surface";
|
|
675
|
+
area?: Maybe<Scalars["Int"]["output"]>;
|
|
676
|
+
floor?: Maybe<Scalars["Int"]["output"]>;
|
|
677
|
+
id: Scalars["ID"]["output"];
|
|
678
678
|
property: Property;
|
|
679
|
-
propertyId: Scalars[
|
|
680
|
-
roomType: Scalars[
|
|
679
|
+
propertyId: Scalars["String"]["output"];
|
|
680
|
+
roomType: Scalars["String"]["output"];
|
|
681
681
|
};
|
|
682
682
|
type User = {
|
|
683
|
-
__typename?:
|
|
684
|
-
commissionRate: Scalars[
|
|
683
|
+
__typename?: "User";
|
|
684
|
+
commissionRate: Scalars["Float"]["output"];
|
|
685
685
|
contacts: Array<Contact>;
|
|
686
686
|
customerFeedbacks: Array<CustomerFeedback>;
|
|
687
|
-
email: Scalars[
|
|
688
|
-
firstLogin: Scalars[
|
|
689
|
-
firstName: Scalars[
|
|
690
|
-
fullName: Scalars[
|
|
687
|
+
email: Scalars["String"]["output"];
|
|
688
|
+
firstLogin: Scalars["DateTime"]["output"];
|
|
689
|
+
firstName: Scalars["String"]["output"];
|
|
690
|
+
fullName: Scalars["String"]["output"];
|
|
691
691
|
/** The user has a valid profile or is an admin */
|
|
692
|
-
hasValidProfile: Scalars[
|
|
693
|
-
id: Scalars[
|
|
692
|
+
hasValidProfile: Scalars["Boolean"]["output"];
|
|
693
|
+
id: Scalars["ID"]["output"];
|
|
694
694
|
/** The user has a valid subscription or is an admin */
|
|
695
|
-
isSubscribed: Scalars[
|
|
696
|
-
lastLogin: Scalars[
|
|
697
|
-
lastName: Scalars[
|
|
695
|
+
isSubscribed: Scalars["Boolean"]["output"];
|
|
696
|
+
lastLogin: Scalars["DateTime"]["output"];
|
|
697
|
+
lastName: Scalars["String"]["output"];
|
|
698
698
|
profile?: Maybe<Profile>;
|
|
699
699
|
properties: Array<Property>;
|
|
700
700
|
recentViews: Array<UserView>;
|
|
701
701
|
renovations: Array<Renovation>;
|
|
702
702
|
role: UserRole;
|
|
703
|
-
slug: Scalars[
|
|
704
|
-
stripePortalUrl?: Maybe<Scalars[
|
|
703
|
+
slug: Scalars["String"]["output"];
|
|
704
|
+
stripePortalUrl?: Maybe<Scalars["String"]["output"]>;
|
|
705
705
|
};
|
|
706
|
-
type UserRole =
|
|
706
|
+
type UserRole = "ADMIN" | "LIFETIME_FREE_MEMBER" | "MEMBER" | "PARTNER";
|
|
707
707
|
type UserView = {
|
|
708
|
-
__typename?:
|
|
708
|
+
__typename?: "UserView";
|
|
709
709
|
article?: Maybe<Article>;
|
|
710
|
-
articleId?: Maybe<Scalars[
|
|
710
|
+
articleId?: Maybe<Scalars["String"]["output"]>;
|
|
711
711
|
contact?: Maybe<Contact>;
|
|
712
|
-
contactId?: Maybe<Scalars[
|
|
713
|
-
id: Scalars[
|
|
712
|
+
contactId?: Maybe<Scalars["String"]["output"]>;
|
|
713
|
+
id: Scalars["ID"]["output"];
|
|
714
714
|
lesson?: Maybe<Lesson>;
|
|
715
|
-
lessonId?: Maybe<Scalars[
|
|
715
|
+
lessonId?: Maybe<Scalars["String"]["output"]>;
|
|
716
716
|
property?: Maybe<Property>;
|
|
717
|
-
propertyId?: Maybe<Scalars[
|
|
717
|
+
propertyId?: Maybe<Scalars["String"]["output"]>;
|
|
718
718
|
user: User;
|
|
719
|
-
userId: Scalars[
|
|
720
|
-
viewedAt: Scalars[
|
|
719
|
+
userId: Scalars["String"]["output"];
|
|
720
|
+
viewedAt: Scalars["DateTime"]["output"];
|
|
721
721
|
};
|
|
722
722
|
|
|
723
723
|
type Field = {
|
|
@@ -797,6 +797,7 @@ declare const renovationProjectFormFields: Field[];
|
|
|
797
797
|
declare const renovationFormFields: Field[];
|
|
798
798
|
|
|
799
799
|
declare const RENOVATION_TYPES: SelectOption<RenovationType>[];
|
|
800
|
+
declare const INSULATION_LEVELS: SelectOption<InsulationLevel>[];
|
|
800
801
|
|
|
801
802
|
type StateType$1 = Pick<Renovation, "hasDPE">;
|
|
802
803
|
declare const getRenovationState: (renovation: StateType$1) => State;
|
|
@@ -858,4 +859,4 @@ declare const COUNTRIES: SelectOption<string>[];
|
|
|
858
859
|
|
|
859
860
|
declare const LEGAL_STATUS: SelectOption<LegalStatus>[];
|
|
860
861
|
|
|
861
|
-
export { COMPANY_INFO, CONDITIONS, COUNTRIES, type Condition, ESTATE_CONDITION, EXPOSURES, type Field, GENDER, HEATING_ENERGY, KITCHEN_TYPE, LEASE_ESTABLISHMENT, LEASE_TRANSFERT_PERMISSIONS, LEGAL_NATURE, LEGAL_STATUS, MANDATE_EXCLUSIVITY, MARITAL_STATUS, PRENUP_TYPES, RENOVATION_TYPES, SHARING_CONFIGURATION, STANDINGS, type SelectOption, type State, VIEWS, and, contactFormFields, featuresFormFields, formatAddress, formatAgentLegalData, formatDate, formatMandateNumber, formatNumber, formatPhone, formatPrice, formatReference, formatRegistrationNumber, formatSeconds, getAgencyFees, getContactState, getDisplayedPrice, getFeesPercentage, getIsLowPrice, getLabel, getLowThreshold, getNetPrice, getPropertyState, getPropertyTitle, getRenovationState, getValue, mandateFormFields, not, only, or, propertyFields, renovationFormFields, renovationProjectFormFields, renovationPropertyFormFields, shouldRender, surfacesFormFields, technicalFormFields };
|
|
862
|
+
export { COMPANY_INFO, CONDITIONS, COUNTRIES, type Condition, ESTATE_CONDITION, EXPOSURES, type Field, GENDER, HEATING_ENERGY, INSULATION_LEVELS, KITCHEN_TYPE, LEASE_ESTABLISHMENT, LEASE_TRANSFERT_PERMISSIONS, LEGAL_NATURE, LEGAL_STATUS, MANDATE_EXCLUSIVITY, MARITAL_STATUS, PRENUP_TYPES, RENOVATION_TYPES, SHARING_CONFIGURATION, STANDINGS, type SelectOption, type State, VIEWS, and, contactFormFields, featuresFormFields, formatAddress, formatAgentLegalData, formatDate, formatMandateNumber, formatNumber, formatPhone, formatPrice, formatReference, formatRegistrationNumber, formatSeconds, getAgencyFees, getContactState, getDisplayedPrice, getFeesPercentage, getIsLowPrice, getLabel, getLowThreshold, getNetPrice, getPropertyState, getPropertyTitle, getRenovationState, getValue, mandateFormFields, not, only, or, propertyFields, renovationFormFields, renovationProjectFormFields, renovationPropertyFormFields, shouldRender, surfacesFormFields, technicalFormFields };
|