@sweepbright/api-client 0.30.9 → 0.31.1

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.
@@ -0,0 +1,4618 @@
1
+ import { z } from 'zod';
2
+ import { MeasurementSystem } from './../entities/office';
3
+ export declare const measurementSystemSchema: z.ZodNativeEnum<typeof MeasurementSystem>;
4
+ export declare const settingsDataSchema: z.ZodObject<{
5
+ data: z.ZodObject<{
6
+ about_en: z.ZodString;
7
+ 'about_en-GB': z.ZodString;
8
+ about_fr: z.ZodString;
9
+ 'about_fr-BE': z.ZodString;
10
+ about_nl: z.ZodString;
11
+ agency_website_hostname: z.ZodString;
12
+ contact_additional: z.ZodString;
13
+ contact_borough_or_district: z.ZodString;
14
+ contact_box: z.ZodString;
15
+ contact_city: z.ZodString;
16
+ contact_country: z.ZodString;
17
+ contact_county: z.ZodString;
18
+ contact_email: z.ZodString;
19
+ contact_number: z.ZodString;
20
+ contact_phone: z.ZodString;
21
+ contact_street: z.ZodString;
22
+ contact_street_2: z.ZodString;
23
+ contact_zip: z.ZodString;
24
+ default_country: z.ZodString;
25
+ default_email: z.ZodString;
26
+ default_legal_company_name: z.ZodString;
27
+ default_legal_VAT_number: z.ZodString;
28
+ default_locale: z.ZodString;
29
+ description_en: z.ZodString;
30
+ 'description_en-GB': z.ZodString;
31
+ description_facebook: z.ZodString;
32
+ description_fr: z.ZodString;
33
+ 'description_fr-BE': z.ZodString;
34
+ description_instagram: z.ZodString;
35
+ description_nl: z.ZodString;
36
+ description_twitter: z.ZodString;
37
+ disabled_reason: z.ZodString;
38
+ domain_agency_id: z.ZodString;
39
+ email: z.ZodString;
40
+ enable_amepi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
41
+ 'enable_belles-demeures': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
42
+ enable_bienici: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
43
+ 'enable_bureau-locaux': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
44
+ 'enable_cession-pme': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
45
+ enable_facebook: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
46
+ enable_green_acres: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
47
+ 'enable_hotellerie-restauration': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
48
+ enable_immovlan: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
49
+ enable_immoweb: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
50
+ 'enable_immoweb-v2': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
51
+ 'enable_le_figaro-immo': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
52
+ enable_leboncoin: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
53
+ enable_logicimmo: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
54
+ 'enable_logicimmo-fr': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
55
+ 'enable_meilleurs-agents': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
56
+ enable_onthemarket: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
57
+ 'enable_ouest-france': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
58
+ 'enable_paru-vendu': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
59
+ 'enable_propriete-le-figaro': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
60
+ enable_publicapi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
61
+ enable_rightmove: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
62
+ enable_seloger: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
63
+ 'enable_seloger-bureau-commerce': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
64
+ enable_twitter: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
65
+ enable_ubiflow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
66
+ 'enable_vitrine-media': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
67
+ enable_website: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
68
+ enable_zillow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
69
+ enable_zoopla: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
70
+ enable_zumper: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
71
+ facebook_pixel_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
72
+ google_analytics_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
73
+ homepage_cover: z.ZodString;
74
+ homepage_cover_image: z.ZodString;
75
+ homepage_cover_video: z.ZodString;
76
+ homepage_highlights: z.ZodArray<z.ZodAny, "many">;
77
+ homepage_properties: z.ZodString;
78
+ immovlan_customer_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
79
+ immoweb_ftp_password: z.ZodString;
80
+ immoweb_ftp_username: z.ZodString;
81
+ integration_document_management_sweepbright_documents: z.ZodBoolean;
82
+ intercom_app_id: z.ZodString;
83
+ invoice_address: z.ZodString;
84
+ invoice_address_2: z.ZodString;
85
+ invoice_city: z.ZodString;
86
+ invoice_company_name: z.ZodString;
87
+ invoice_country: z.ZodString;
88
+ invoice_county: z.ZodString;
89
+ invoice_email: z.ZodString;
90
+ invoice_first_name: z.ZodString;
91
+ invoice_last_name: z.ZodString;
92
+ invoice_vat_number: z.ZodString;
93
+ invoice_zip: z.ZodString;
94
+ languages: z.ZodArray<z.ZodString, "many">;
95
+ links_facebook: z.ZodString;
96
+ links_instagram: z.ZodString;
97
+ links_linkedin: z.ZodString;
98
+ links_twitter: z.ZodString;
99
+ livechat_app_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
100
+ logic_immo_agency_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
101
+ new_properties_en: z.ZodString;
102
+ 'new_properties_en-GB': z.ZodString;
103
+ new_properties_fr: z.ZodString;
104
+ 'new_properties_fr-BE': z.ZodString;
105
+ new_properties_nl: z.ZodString;
106
+ onthemarket_api_key: z.ZodString;
107
+ published_url_resolvers: z.ZodArray<z.ZodString, "many">;
108
+ registration_number: z.ZodString;
109
+ rent_period: z.ZodString;
110
+ rightmove_api_key: z.ZodString;
111
+ signup_company_name: z.ZodString;
112
+ signup_country: z.ZodString;
113
+ signup_email: z.ZodString;
114
+ tagline_en: z.ZodString;
115
+ 'tagline_en-GB': z.ZodString;
116
+ tagline_fr: z.ZodString;
117
+ 'tagline_fr-BE': z.ZodString;
118
+ tagline_nl: z.ZodString;
119
+ theme: z.ZodString;
120
+ theme_buttons: z.ZodString;
121
+ theme_custom_color: z.ZodString;
122
+ theme_typeface: z.ZodString;
123
+ timezone: z.ZodString;
124
+ transaction_types: z.ZodString;
125
+ unassigned_leads_admin_id: z.ZodNullable<z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>>;
126
+ zoopla_api_key: z.ZodString;
127
+ description: z.ZodString;
128
+ about: z.ZodString;
129
+ }, "strip", z.ZodTypeAny, {
130
+ email: string;
131
+ about_en: string;
132
+ 'about_en-GB': string;
133
+ about_fr: string;
134
+ 'about_fr-BE': string;
135
+ about_nl: string;
136
+ agency_website_hostname: string;
137
+ contact_additional: string;
138
+ contact_borough_or_district: string;
139
+ contact_box: string;
140
+ contact_city: string;
141
+ contact_country: string;
142
+ contact_county: string;
143
+ contact_email: string;
144
+ contact_number: string;
145
+ contact_phone: string;
146
+ contact_street: string;
147
+ contact_street_2: string;
148
+ contact_zip: string;
149
+ default_country: string;
150
+ default_email: string;
151
+ default_legal_company_name: string;
152
+ default_legal_VAT_number: string;
153
+ default_locale: string;
154
+ description_en: string;
155
+ 'description_en-GB': string;
156
+ description_facebook: string;
157
+ description_fr: string;
158
+ 'description_fr-BE': string;
159
+ description_instagram: string;
160
+ description_nl: string;
161
+ description_twitter: string;
162
+ disabled_reason: string;
163
+ domain_agency_id: string;
164
+ homepage_cover: string;
165
+ homepage_cover_image: string;
166
+ homepage_cover_video: string;
167
+ homepage_highlights: any[];
168
+ homepage_properties: string;
169
+ immoweb_ftp_password: string;
170
+ immoweb_ftp_username: string;
171
+ integration_document_management_sweepbright_documents: boolean;
172
+ intercom_app_id: string;
173
+ invoice_address: string;
174
+ invoice_address_2: string;
175
+ invoice_city: string;
176
+ invoice_company_name: string;
177
+ invoice_country: string;
178
+ invoice_county: string;
179
+ invoice_email: string;
180
+ invoice_first_name: string;
181
+ invoice_last_name: string;
182
+ invoice_vat_number: string;
183
+ invoice_zip: string;
184
+ languages: string[];
185
+ links_facebook: string;
186
+ links_instagram: string;
187
+ links_linkedin: string;
188
+ links_twitter: string;
189
+ new_properties_en: string;
190
+ 'new_properties_en-GB': string;
191
+ new_properties_fr: string;
192
+ 'new_properties_fr-BE': string;
193
+ new_properties_nl: string;
194
+ onthemarket_api_key: string;
195
+ published_url_resolvers: string[];
196
+ registration_number: string;
197
+ rent_period: string;
198
+ rightmove_api_key: string;
199
+ signup_company_name: string;
200
+ signup_country: string;
201
+ signup_email: string;
202
+ tagline_en: string;
203
+ 'tagline_en-GB': string;
204
+ tagline_fr: string;
205
+ 'tagline_fr-BE': string;
206
+ tagline_nl: string;
207
+ theme: string;
208
+ theme_buttons: string;
209
+ theme_custom_color: string;
210
+ theme_typeface: string;
211
+ timezone: string;
212
+ transaction_types: string;
213
+ zoopla_api_key: string;
214
+ description: string;
215
+ about: string;
216
+ enable_amepi?: string | null | undefined;
217
+ 'enable_belles-demeures'?: string | null | undefined;
218
+ enable_bienici?: string | null | undefined;
219
+ 'enable_bureau-locaux'?: string | null | undefined;
220
+ 'enable_cession-pme'?: string | null | undefined;
221
+ enable_facebook?: string | null | undefined;
222
+ enable_green_acres?: string | null | undefined;
223
+ 'enable_hotellerie-restauration'?: string | null | undefined;
224
+ enable_immovlan?: string | null | undefined;
225
+ enable_immoweb?: string | null | undefined;
226
+ 'enable_immoweb-v2'?: string | null | undefined;
227
+ 'enable_le_figaro-immo'?: string | null | undefined;
228
+ enable_leboncoin?: string | null | undefined;
229
+ enable_logicimmo?: string | null | undefined;
230
+ 'enable_logicimmo-fr'?: string | null | undefined;
231
+ 'enable_meilleurs-agents'?: string | null | undefined;
232
+ enable_onthemarket?: string | null | undefined;
233
+ 'enable_ouest-france'?: string | null | undefined;
234
+ 'enable_paru-vendu'?: string | null | undefined;
235
+ 'enable_propriete-le-figaro'?: string | null | undefined;
236
+ enable_publicapi?: string | null | undefined;
237
+ enable_rightmove?: string | null | undefined;
238
+ enable_seloger?: string | null | undefined;
239
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
240
+ enable_twitter?: string | null | undefined;
241
+ enable_ubiflow?: string | null | undefined;
242
+ 'enable_vitrine-media'?: string | null | undefined;
243
+ enable_website?: string | null | undefined;
244
+ enable_zillow?: string | null | undefined;
245
+ enable_zoopla?: string | null | undefined;
246
+ enable_zumper?: string | null | undefined;
247
+ facebook_pixel_id?: string | null | undefined;
248
+ google_analytics_id?: string | null | undefined;
249
+ immovlan_customer_id?: string | null | undefined;
250
+ livechat_app_id?: string | null | undefined;
251
+ logic_immo_agency_id?: string | null | undefined;
252
+ unassigned_leads_admin_id?: number | null | undefined;
253
+ }, {
254
+ email: string;
255
+ about_en: string;
256
+ 'about_en-GB': string;
257
+ about_fr: string;
258
+ 'about_fr-BE': string;
259
+ about_nl: string;
260
+ agency_website_hostname: string;
261
+ contact_additional: string;
262
+ contact_borough_or_district: string;
263
+ contact_box: string;
264
+ contact_city: string;
265
+ contact_country: string;
266
+ contact_county: string;
267
+ contact_email: string;
268
+ contact_number: string;
269
+ contact_phone: string;
270
+ contact_street: string;
271
+ contact_street_2: string;
272
+ contact_zip: string;
273
+ default_country: string;
274
+ default_email: string;
275
+ default_legal_company_name: string;
276
+ default_legal_VAT_number: string;
277
+ default_locale: string;
278
+ description_en: string;
279
+ 'description_en-GB': string;
280
+ description_facebook: string;
281
+ description_fr: string;
282
+ 'description_fr-BE': string;
283
+ description_instagram: string;
284
+ description_nl: string;
285
+ description_twitter: string;
286
+ disabled_reason: string;
287
+ domain_agency_id: string;
288
+ homepage_cover: string;
289
+ homepage_cover_image: string;
290
+ homepage_cover_video: string;
291
+ homepage_highlights: any[];
292
+ homepage_properties: string;
293
+ immoweb_ftp_password: string;
294
+ immoweb_ftp_username: string;
295
+ integration_document_management_sweepbright_documents: boolean;
296
+ intercom_app_id: string;
297
+ invoice_address: string;
298
+ invoice_address_2: string;
299
+ invoice_city: string;
300
+ invoice_company_name: string;
301
+ invoice_country: string;
302
+ invoice_county: string;
303
+ invoice_email: string;
304
+ invoice_first_name: string;
305
+ invoice_last_name: string;
306
+ invoice_vat_number: string;
307
+ invoice_zip: string;
308
+ languages: string[];
309
+ links_facebook: string;
310
+ links_instagram: string;
311
+ links_linkedin: string;
312
+ links_twitter: string;
313
+ new_properties_en: string;
314
+ 'new_properties_en-GB': string;
315
+ new_properties_fr: string;
316
+ 'new_properties_fr-BE': string;
317
+ new_properties_nl: string;
318
+ onthemarket_api_key: string;
319
+ published_url_resolvers: string[];
320
+ registration_number: string;
321
+ rent_period: string;
322
+ rightmove_api_key: string;
323
+ signup_company_name: string;
324
+ signup_country: string;
325
+ signup_email: string;
326
+ tagline_en: string;
327
+ 'tagline_en-GB': string;
328
+ tagline_fr: string;
329
+ 'tagline_fr-BE': string;
330
+ tagline_nl: string;
331
+ theme: string;
332
+ theme_buttons: string;
333
+ theme_custom_color: string;
334
+ theme_typeface: string;
335
+ timezone: string;
336
+ transaction_types: string;
337
+ zoopla_api_key: string;
338
+ description: string;
339
+ about: string;
340
+ enable_amepi?: string | null | undefined;
341
+ 'enable_belles-demeures'?: string | null | undefined;
342
+ enable_bienici?: string | null | undefined;
343
+ 'enable_bureau-locaux'?: string | null | undefined;
344
+ 'enable_cession-pme'?: string | null | undefined;
345
+ enable_facebook?: string | null | undefined;
346
+ enable_green_acres?: string | null | undefined;
347
+ 'enable_hotellerie-restauration'?: string | null | undefined;
348
+ enable_immovlan?: string | null | undefined;
349
+ enable_immoweb?: string | null | undefined;
350
+ 'enable_immoweb-v2'?: string | null | undefined;
351
+ 'enable_le_figaro-immo'?: string | null | undefined;
352
+ enable_leboncoin?: string | null | undefined;
353
+ enable_logicimmo?: string | null | undefined;
354
+ 'enable_logicimmo-fr'?: string | null | undefined;
355
+ 'enable_meilleurs-agents'?: string | null | undefined;
356
+ enable_onthemarket?: string | null | undefined;
357
+ 'enable_ouest-france'?: string | null | undefined;
358
+ 'enable_paru-vendu'?: string | null | undefined;
359
+ 'enable_propriete-le-figaro'?: string | null | undefined;
360
+ enable_publicapi?: string | null | undefined;
361
+ enable_rightmove?: string | null | undefined;
362
+ enable_seloger?: string | null | undefined;
363
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
364
+ enable_twitter?: string | null | undefined;
365
+ enable_ubiflow?: string | null | undefined;
366
+ 'enable_vitrine-media'?: string | null | undefined;
367
+ enable_website?: string | null | undefined;
368
+ enable_zillow?: string | null | undefined;
369
+ enable_zoopla?: string | null | undefined;
370
+ enable_zumper?: string | null | undefined;
371
+ facebook_pixel_id?: string | null | undefined;
372
+ google_analytics_id?: string | null | undefined;
373
+ immovlan_customer_id?: string | null | undefined;
374
+ livechat_app_id?: string | null | undefined;
375
+ logic_immo_agency_id?: string | null | undefined;
376
+ unassigned_leads_admin_id?: number | null | undefined;
377
+ }>;
378
+ }, "strip", z.ZodTypeAny, {
379
+ data: {
380
+ email: string;
381
+ about_en: string;
382
+ 'about_en-GB': string;
383
+ about_fr: string;
384
+ 'about_fr-BE': string;
385
+ about_nl: string;
386
+ agency_website_hostname: string;
387
+ contact_additional: string;
388
+ contact_borough_or_district: string;
389
+ contact_box: string;
390
+ contact_city: string;
391
+ contact_country: string;
392
+ contact_county: string;
393
+ contact_email: string;
394
+ contact_number: string;
395
+ contact_phone: string;
396
+ contact_street: string;
397
+ contact_street_2: string;
398
+ contact_zip: string;
399
+ default_country: string;
400
+ default_email: string;
401
+ default_legal_company_name: string;
402
+ default_legal_VAT_number: string;
403
+ default_locale: string;
404
+ description_en: string;
405
+ 'description_en-GB': string;
406
+ description_facebook: string;
407
+ description_fr: string;
408
+ 'description_fr-BE': string;
409
+ description_instagram: string;
410
+ description_nl: string;
411
+ description_twitter: string;
412
+ disabled_reason: string;
413
+ domain_agency_id: string;
414
+ homepage_cover: string;
415
+ homepage_cover_image: string;
416
+ homepage_cover_video: string;
417
+ homepage_highlights: any[];
418
+ homepage_properties: string;
419
+ immoweb_ftp_password: string;
420
+ immoweb_ftp_username: string;
421
+ integration_document_management_sweepbright_documents: boolean;
422
+ intercom_app_id: string;
423
+ invoice_address: string;
424
+ invoice_address_2: string;
425
+ invoice_city: string;
426
+ invoice_company_name: string;
427
+ invoice_country: string;
428
+ invoice_county: string;
429
+ invoice_email: string;
430
+ invoice_first_name: string;
431
+ invoice_last_name: string;
432
+ invoice_vat_number: string;
433
+ invoice_zip: string;
434
+ languages: string[];
435
+ links_facebook: string;
436
+ links_instagram: string;
437
+ links_linkedin: string;
438
+ links_twitter: string;
439
+ new_properties_en: string;
440
+ 'new_properties_en-GB': string;
441
+ new_properties_fr: string;
442
+ 'new_properties_fr-BE': string;
443
+ new_properties_nl: string;
444
+ onthemarket_api_key: string;
445
+ published_url_resolvers: string[];
446
+ registration_number: string;
447
+ rent_period: string;
448
+ rightmove_api_key: string;
449
+ signup_company_name: string;
450
+ signup_country: string;
451
+ signup_email: string;
452
+ tagline_en: string;
453
+ 'tagline_en-GB': string;
454
+ tagline_fr: string;
455
+ 'tagline_fr-BE': string;
456
+ tagline_nl: string;
457
+ theme: string;
458
+ theme_buttons: string;
459
+ theme_custom_color: string;
460
+ theme_typeface: string;
461
+ timezone: string;
462
+ transaction_types: string;
463
+ zoopla_api_key: string;
464
+ description: string;
465
+ about: string;
466
+ enable_amepi?: string | null | undefined;
467
+ 'enable_belles-demeures'?: string | null | undefined;
468
+ enable_bienici?: string | null | undefined;
469
+ 'enable_bureau-locaux'?: string | null | undefined;
470
+ 'enable_cession-pme'?: string | null | undefined;
471
+ enable_facebook?: string | null | undefined;
472
+ enable_green_acres?: string | null | undefined;
473
+ 'enable_hotellerie-restauration'?: string | null | undefined;
474
+ enable_immovlan?: string | null | undefined;
475
+ enable_immoweb?: string | null | undefined;
476
+ 'enable_immoweb-v2'?: string | null | undefined;
477
+ 'enable_le_figaro-immo'?: string | null | undefined;
478
+ enable_leboncoin?: string | null | undefined;
479
+ enable_logicimmo?: string | null | undefined;
480
+ 'enable_logicimmo-fr'?: string | null | undefined;
481
+ 'enable_meilleurs-agents'?: string | null | undefined;
482
+ enable_onthemarket?: string | null | undefined;
483
+ 'enable_ouest-france'?: string | null | undefined;
484
+ 'enable_paru-vendu'?: string | null | undefined;
485
+ 'enable_propriete-le-figaro'?: string | null | undefined;
486
+ enable_publicapi?: string | null | undefined;
487
+ enable_rightmove?: string | null | undefined;
488
+ enable_seloger?: string | null | undefined;
489
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
490
+ enable_twitter?: string | null | undefined;
491
+ enable_ubiflow?: string | null | undefined;
492
+ 'enable_vitrine-media'?: string | null | undefined;
493
+ enable_website?: string | null | undefined;
494
+ enable_zillow?: string | null | undefined;
495
+ enable_zoopla?: string | null | undefined;
496
+ enable_zumper?: string | null | undefined;
497
+ facebook_pixel_id?: string | null | undefined;
498
+ google_analytics_id?: string | null | undefined;
499
+ immovlan_customer_id?: string | null | undefined;
500
+ livechat_app_id?: string | null | undefined;
501
+ logic_immo_agency_id?: string | null | undefined;
502
+ unassigned_leads_admin_id?: number | null | undefined;
503
+ };
504
+ }, {
505
+ data: {
506
+ email: string;
507
+ about_en: string;
508
+ 'about_en-GB': string;
509
+ about_fr: string;
510
+ 'about_fr-BE': string;
511
+ about_nl: string;
512
+ agency_website_hostname: string;
513
+ contact_additional: string;
514
+ contact_borough_or_district: string;
515
+ contact_box: string;
516
+ contact_city: string;
517
+ contact_country: string;
518
+ contact_county: string;
519
+ contact_email: string;
520
+ contact_number: string;
521
+ contact_phone: string;
522
+ contact_street: string;
523
+ contact_street_2: string;
524
+ contact_zip: string;
525
+ default_country: string;
526
+ default_email: string;
527
+ default_legal_company_name: string;
528
+ default_legal_VAT_number: string;
529
+ default_locale: string;
530
+ description_en: string;
531
+ 'description_en-GB': string;
532
+ description_facebook: string;
533
+ description_fr: string;
534
+ 'description_fr-BE': string;
535
+ description_instagram: string;
536
+ description_nl: string;
537
+ description_twitter: string;
538
+ disabled_reason: string;
539
+ domain_agency_id: string;
540
+ homepage_cover: string;
541
+ homepage_cover_image: string;
542
+ homepage_cover_video: string;
543
+ homepage_highlights: any[];
544
+ homepage_properties: string;
545
+ immoweb_ftp_password: string;
546
+ immoweb_ftp_username: string;
547
+ integration_document_management_sweepbright_documents: boolean;
548
+ intercom_app_id: string;
549
+ invoice_address: string;
550
+ invoice_address_2: string;
551
+ invoice_city: string;
552
+ invoice_company_name: string;
553
+ invoice_country: string;
554
+ invoice_county: string;
555
+ invoice_email: string;
556
+ invoice_first_name: string;
557
+ invoice_last_name: string;
558
+ invoice_vat_number: string;
559
+ invoice_zip: string;
560
+ languages: string[];
561
+ links_facebook: string;
562
+ links_instagram: string;
563
+ links_linkedin: string;
564
+ links_twitter: string;
565
+ new_properties_en: string;
566
+ 'new_properties_en-GB': string;
567
+ new_properties_fr: string;
568
+ 'new_properties_fr-BE': string;
569
+ new_properties_nl: string;
570
+ onthemarket_api_key: string;
571
+ published_url_resolvers: string[];
572
+ registration_number: string;
573
+ rent_period: string;
574
+ rightmove_api_key: string;
575
+ signup_company_name: string;
576
+ signup_country: string;
577
+ signup_email: string;
578
+ tagline_en: string;
579
+ 'tagline_en-GB': string;
580
+ tagline_fr: string;
581
+ 'tagline_fr-BE': string;
582
+ tagline_nl: string;
583
+ theme: string;
584
+ theme_buttons: string;
585
+ theme_custom_color: string;
586
+ theme_typeface: string;
587
+ timezone: string;
588
+ transaction_types: string;
589
+ zoopla_api_key: string;
590
+ description: string;
591
+ about: string;
592
+ enable_amepi?: string | null | undefined;
593
+ 'enable_belles-demeures'?: string | null | undefined;
594
+ enable_bienici?: string | null | undefined;
595
+ 'enable_bureau-locaux'?: string | null | undefined;
596
+ 'enable_cession-pme'?: string | null | undefined;
597
+ enable_facebook?: string | null | undefined;
598
+ enable_green_acres?: string | null | undefined;
599
+ 'enable_hotellerie-restauration'?: string | null | undefined;
600
+ enable_immovlan?: string | null | undefined;
601
+ enable_immoweb?: string | null | undefined;
602
+ 'enable_immoweb-v2'?: string | null | undefined;
603
+ 'enable_le_figaro-immo'?: string | null | undefined;
604
+ enable_leboncoin?: string | null | undefined;
605
+ enable_logicimmo?: string | null | undefined;
606
+ 'enable_logicimmo-fr'?: string | null | undefined;
607
+ 'enable_meilleurs-agents'?: string | null | undefined;
608
+ enable_onthemarket?: string | null | undefined;
609
+ 'enable_ouest-france'?: string | null | undefined;
610
+ 'enable_paru-vendu'?: string | null | undefined;
611
+ 'enable_propriete-le-figaro'?: string | null | undefined;
612
+ enable_publicapi?: string | null | undefined;
613
+ enable_rightmove?: string | null | undefined;
614
+ enable_seloger?: string | null | undefined;
615
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
616
+ enable_twitter?: string | null | undefined;
617
+ enable_ubiflow?: string | null | undefined;
618
+ 'enable_vitrine-media'?: string | null | undefined;
619
+ enable_website?: string | null | undefined;
620
+ enable_zillow?: string | null | undefined;
621
+ enable_zoopla?: string | null | undefined;
622
+ enable_zumper?: string | null | undefined;
623
+ facebook_pixel_id?: string | null | undefined;
624
+ google_analytics_id?: string | null | undefined;
625
+ immovlan_customer_id?: string | null | undefined;
626
+ livechat_app_id?: string | null | undefined;
627
+ logic_immo_agency_id?: string | null | undefined;
628
+ unassigned_leads_admin_id?: number | null | undefined;
629
+ };
630
+ }>;
631
+ export declare const officeSettingsSchema: z.ZodObject<{
632
+ measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
633
+ numeral_system: z.ZodString;
634
+ currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
635
+ country: z.ZodString;
636
+ visit_duration: z.ZodNumber;
637
+ }, "strip", z.ZodTypeAny, {
638
+ measurement_system: MeasurementSystem;
639
+ numeral_system: string;
640
+ currency: import("../common/currencies").Currency;
641
+ country: string;
642
+ visit_duration: number;
643
+ }, {
644
+ measurement_system: MeasurementSystem;
645
+ numeral_system: string;
646
+ currency: import("../common/currencies").Currency;
647
+ country: string;
648
+ visit_duration: number;
649
+ }>;
650
+ export declare const officeSettingsDataSchema: z.ZodObject<{
651
+ data: z.ZodObject<{
652
+ measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
653
+ numeral_system: z.ZodString;
654
+ currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
655
+ country: z.ZodString;
656
+ visit_duration: z.ZodNumber;
657
+ }, "strip", z.ZodTypeAny, {
658
+ measurement_system: MeasurementSystem;
659
+ numeral_system: string;
660
+ currency: import("../common/currencies").Currency;
661
+ country: string;
662
+ visit_duration: number;
663
+ }, {
664
+ measurement_system: MeasurementSystem;
665
+ numeral_system: string;
666
+ currency: import("../common/currencies").Currency;
667
+ country: string;
668
+ visit_duration: number;
669
+ }>;
670
+ }, "strip", z.ZodTypeAny, {
671
+ data: {
672
+ measurement_system: MeasurementSystem;
673
+ numeral_system: string;
674
+ currency: import("../common/currencies").Currency;
675
+ country: string;
676
+ visit_duration: number;
677
+ };
678
+ }, {
679
+ data: {
680
+ measurement_system: MeasurementSystem;
681
+ numeral_system: string;
682
+ currency: import("../common/currencies").Currency;
683
+ country: string;
684
+ visit_duration: number;
685
+ };
686
+ }>;
687
+ export declare const planSchema: z.ZodObject<{
688
+ id: z.ZodString;
689
+ max_users: z.ZodNumber;
690
+ price: z.ZodRecord<z.ZodString, z.ZodAny>;
691
+ interval: z.ZodString;
692
+ }, "strip", z.ZodTypeAny, {
693
+ id: string;
694
+ max_users: number;
695
+ price: Record<string, any>;
696
+ interval: string;
697
+ }, {
698
+ id: string;
699
+ max_users: number;
700
+ price: Record<string, any>;
701
+ interval: string;
702
+ }>;
703
+ export declare const planDataSchema: z.ZodObject<{
704
+ data: z.ZodObject<{
705
+ id: z.ZodString;
706
+ max_users: z.ZodNumber;
707
+ price: z.ZodRecord<z.ZodString, z.ZodAny>;
708
+ interval: z.ZodString;
709
+ }, "strip", z.ZodTypeAny, {
710
+ id: string;
711
+ max_users: number;
712
+ price: Record<string, any>;
713
+ interval: string;
714
+ }, {
715
+ id: string;
716
+ max_users: number;
717
+ price: Record<string, any>;
718
+ interval: string;
719
+ }>;
720
+ }, "strip", z.ZodTypeAny, {
721
+ data: {
722
+ id: string;
723
+ max_users: number;
724
+ price: Record<string, any>;
725
+ interval: string;
726
+ };
727
+ }, {
728
+ data: {
729
+ id: string;
730
+ max_users: number;
731
+ price: Record<string, any>;
732
+ interval: string;
733
+ };
734
+ }>;
735
+ export declare const companySchema: z.ZodObject<{
736
+ id: z.ZodString;
737
+ name: z.ZodString;
738
+ locale: z.ZodString;
739
+ referrer: z.ZodNullable<z.ZodOptional<z.ZodType<{}, z.ZodTypeDef, {}>>>;
740
+ member_count: z.ZodNumber;
741
+ member_allowed: z.ZodNumber;
742
+ contacts_count: z.ZodNumber;
743
+ channels_count: z.ZodNumber;
744
+ intercom_app_id: z.ZodString;
745
+ disabled_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
746
+ created_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
747
+ updated_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
748
+ plan: z.ZodObject<{
749
+ data: z.ZodObject<{
750
+ id: z.ZodString;
751
+ max_users: z.ZodNumber;
752
+ price: z.ZodRecord<z.ZodString, z.ZodAny>;
753
+ interval: z.ZodString;
754
+ }, "strip", z.ZodTypeAny, {
755
+ id: string;
756
+ max_users: number;
757
+ price: Record<string, any>;
758
+ interval: string;
759
+ }, {
760
+ id: string;
761
+ max_users: number;
762
+ price: Record<string, any>;
763
+ interval: string;
764
+ }>;
765
+ }, "strip", z.ZodTypeAny, {
766
+ data: {
767
+ id: string;
768
+ max_users: number;
769
+ price: Record<string, any>;
770
+ interval: string;
771
+ };
772
+ }, {
773
+ data: {
774
+ id: string;
775
+ max_users: number;
776
+ price: Record<string, any>;
777
+ interval: string;
778
+ };
779
+ }>;
780
+ settings: z.ZodObject<{
781
+ data: z.ZodObject<{
782
+ about_en: z.ZodString;
783
+ 'about_en-GB': z.ZodString;
784
+ about_fr: z.ZodString;
785
+ 'about_fr-BE': z.ZodString;
786
+ about_nl: z.ZodString;
787
+ agency_website_hostname: z.ZodString;
788
+ contact_additional: z.ZodString;
789
+ contact_borough_or_district: z.ZodString;
790
+ contact_box: z.ZodString;
791
+ contact_city: z.ZodString;
792
+ contact_country: z.ZodString;
793
+ contact_county: z.ZodString;
794
+ contact_email: z.ZodString;
795
+ contact_number: z.ZodString;
796
+ contact_phone: z.ZodString;
797
+ contact_street: z.ZodString;
798
+ contact_street_2: z.ZodString;
799
+ contact_zip: z.ZodString;
800
+ default_country: z.ZodString;
801
+ default_email: z.ZodString;
802
+ default_legal_company_name: z.ZodString;
803
+ default_legal_VAT_number: z.ZodString;
804
+ default_locale: z.ZodString;
805
+ description_en: z.ZodString;
806
+ 'description_en-GB': z.ZodString;
807
+ description_facebook: z.ZodString;
808
+ description_fr: z.ZodString;
809
+ 'description_fr-BE': z.ZodString;
810
+ description_instagram: z.ZodString;
811
+ description_nl: z.ZodString;
812
+ description_twitter: z.ZodString;
813
+ disabled_reason: z.ZodString;
814
+ domain_agency_id: z.ZodString;
815
+ email: z.ZodString;
816
+ enable_amepi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
817
+ 'enable_belles-demeures': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
818
+ enable_bienici: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
819
+ 'enable_bureau-locaux': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
820
+ 'enable_cession-pme': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
821
+ enable_facebook: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
822
+ enable_green_acres: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
823
+ 'enable_hotellerie-restauration': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
824
+ enable_immovlan: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
825
+ enable_immoweb: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
826
+ 'enable_immoweb-v2': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
827
+ 'enable_le_figaro-immo': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
828
+ enable_leboncoin: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
829
+ enable_logicimmo: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
830
+ 'enable_logicimmo-fr': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
831
+ 'enable_meilleurs-agents': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
832
+ enable_onthemarket: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
833
+ 'enable_ouest-france': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
834
+ 'enable_paru-vendu': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
835
+ 'enable_propriete-le-figaro': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
836
+ enable_publicapi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
837
+ enable_rightmove: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
838
+ enable_seloger: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
839
+ 'enable_seloger-bureau-commerce': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
840
+ enable_twitter: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
841
+ enable_ubiflow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
842
+ 'enable_vitrine-media': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
843
+ enable_website: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
844
+ enable_zillow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
845
+ enable_zoopla: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
846
+ enable_zumper: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
847
+ facebook_pixel_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
848
+ google_analytics_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
849
+ homepage_cover: z.ZodString;
850
+ homepage_cover_image: z.ZodString;
851
+ homepage_cover_video: z.ZodString;
852
+ homepage_highlights: z.ZodArray<z.ZodAny, "many">;
853
+ homepage_properties: z.ZodString;
854
+ immovlan_customer_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
855
+ immoweb_ftp_password: z.ZodString;
856
+ immoweb_ftp_username: z.ZodString;
857
+ integration_document_management_sweepbright_documents: z.ZodBoolean;
858
+ intercom_app_id: z.ZodString;
859
+ invoice_address: z.ZodString;
860
+ invoice_address_2: z.ZodString;
861
+ invoice_city: z.ZodString;
862
+ invoice_company_name: z.ZodString;
863
+ invoice_country: z.ZodString;
864
+ invoice_county: z.ZodString;
865
+ invoice_email: z.ZodString;
866
+ invoice_first_name: z.ZodString;
867
+ invoice_last_name: z.ZodString;
868
+ invoice_vat_number: z.ZodString;
869
+ invoice_zip: z.ZodString;
870
+ languages: z.ZodArray<z.ZodString, "many">;
871
+ links_facebook: z.ZodString;
872
+ links_instagram: z.ZodString;
873
+ links_linkedin: z.ZodString;
874
+ links_twitter: z.ZodString;
875
+ livechat_app_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
876
+ logic_immo_agency_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
877
+ new_properties_en: z.ZodString;
878
+ 'new_properties_en-GB': z.ZodString;
879
+ new_properties_fr: z.ZodString;
880
+ 'new_properties_fr-BE': z.ZodString;
881
+ new_properties_nl: z.ZodString;
882
+ onthemarket_api_key: z.ZodString;
883
+ published_url_resolvers: z.ZodArray<z.ZodString, "many">;
884
+ registration_number: z.ZodString;
885
+ rent_period: z.ZodString;
886
+ rightmove_api_key: z.ZodString;
887
+ signup_company_name: z.ZodString;
888
+ signup_country: z.ZodString;
889
+ signup_email: z.ZodString;
890
+ tagline_en: z.ZodString;
891
+ 'tagline_en-GB': z.ZodString;
892
+ tagline_fr: z.ZodString;
893
+ 'tagline_fr-BE': z.ZodString;
894
+ tagline_nl: z.ZodString;
895
+ theme: z.ZodString;
896
+ theme_buttons: z.ZodString;
897
+ theme_custom_color: z.ZodString;
898
+ theme_typeface: z.ZodString;
899
+ timezone: z.ZodString;
900
+ transaction_types: z.ZodString;
901
+ unassigned_leads_admin_id: z.ZodNullable<z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>>;
902
+ zoopla_api_key: z.ZodString;
903
+ description: z.ZodString;
904
+ about: z.ZodString;
905
+ }, "strip", z.ZodTypeAny, {
906
+ email: string;
907
+ about_en: string;
908
+ 'about_en-GB': string;
909
+ about_fr: string;
910
+ 'about_fr-BE': string;
911
+ about_nl: string;
912
+ agency_website_hostname: string;
913
+ contact_additional: string;
914
+ contact_borough_or_district: string;
915
+ contact_box: string;
916
+ contact_city: string;
917
+ contact_country: string;
918
+ contact_county: string;
919
+ contact_email: string;
920
+ contact_number: string;
921
+ contact_phone: string;
922
+ contact_street: string;
923
+ contact_street_2: string;
924
+ contact_zip: string;
925
+ default_country: string;
926
+ default_email: string;
927
+ default_legal_company_name: string;
928
+ default_legal_VAT_number: string;
929
+ default_locale: string;
930
+ description_en: string;
931
+ 'description_en-GB': string;
932
+ description_facebook: string;
933
+ description_fr: string;
934
+ 'description_fr-BE': string;
935
+ description_instagram: string;
936
+ description_nl: string;
937
+ description_twitter: string;
938
+ disabled_reason: string;
939
+ domain_agency_id: string;
940
+ homepage_cover: string;
941
+ homepage_cover_image: string;
942
+ homepage_cover_video: string;
943
+ homepage_highlights: any[];
944
+ homepage_properties: string;
945
+ immoweb_ftp_password: string;
946
+ immoweb_ftp_username: string;
947
+ integration_document_management_sweepbright_documents: boolean;
948
+ intercom_app_id: string;
949
+ invoice_address: string;
950
+ invoice_address_2: string;
951
+ invoice_city: string;
952
+ invoice_company_name: string;
953
+ invoice_country: string;
954
+ invoice_county: string;
955
+ invoice_email: string;
956
+ invoice_first_name: string;
957
+ invoice_last_name: string;
958
+ invoice_vat_number: string;
959
+ invoice_zip: string;
960
+ languages: string[];
961
+ links_facebook: string;
962
+ links_instagram: string;
963
+ links_linkedin: string;
964
+ links_twitter: string;
965
+ new_properties_en: string;
966
+ 'new_properties_en-GB': string;
967
+ new_properties_fr: string;
968
+ 'new_properties_fr-BE': string;
969
+ new_properties_nl: string;
970
+ onthemarket_api_key: string;
971
+ published_url_resolvers: string[];
972
+ registration_number: string;
973
+ rent_period: string;
974
+ rightmove_api_key: string;
975
+ signup_company_name: string;
976
+ signup_country: string;
977
+ signup_email: string;
978
+ tagline_en: string;
979
+ 'tagline_en-GB': string;
980
+ tagline_fr: string;
981
+ 'tagline_fr-BE': string;
982
+ tagline_nl: string;
983
+ theme: string;
984
+ theme_buttons: string;
985
+ theme_custom_color: string;
986
+ theme_typeface: string;
987
+ timezone: string;
988
+ transaction_types: string;
989
+ zoopla_api_key: string;
990
+ description: string;
991
+ about: string;
992
+ enable_amepi?: string | null | undefined;
993
+ 'enable_belles-demeures'?: string | null | undefined;
994
+ enable_bienici?: string | null | undefined;
995
+ 'enable_bureau-locaux'?: string | null | undefined;
996
+ 'enable_cession-pme'?: string | null | undefined;
997
+ enable_facebook?: string | null | undefined;
998
+ enable_green_acres?: string | null | undefined;
999
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1000
+ enable_immovlan?: string | null | undefined;
1001
+ enable_immoweb?: string | null | undefined;
1002
+ 'enable_immoweb-v2'?: string | null | undefined;
1003
+ 'enable_le_figaro-immo'?: string | null | undefined;
1004
+ enable_leboncoin?: string | null | undefined;
1005
+ enable_logicimmo?: string | null | undefined;
1006
+ 'enable_logicimmo-fr'?: string | null | undefined;
1007
+ 'enable_meilleurs-agents'?: string | null | undefined;
1008
+ enable_onthemarket?: string | null | undefined;
1009
+ 'enable_ouest-france'?: string | null | undefined;
1010
+ 'enable_paru-vendu'?: string | null | undefined;
1011
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1012
+ enable_publicapi?: string | null | undefined;
1013
+ enable_rightmove?: string | null | undefined;
1014
+ enable_seloger?: string | null | undefined;
1015
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1016
+ enable_twitter?: string | null | undefined;
1017
+ enable_ubiflow?: string | null | undefined;
1018
+ 'enable_vitrine-media'?: string | null | undefined;
1019
+ enable_website?: string | null | undefined;
1020
+ enable_zillow?: string | null | undefined;
1021
+ enable_zoopla?: string | null | undefined;
1022
+ enable_zumper?: string | null | undefined;
1023
+ facebook_pixel_id?: string | null | undefined;
1024
+ google_analytics_id?: string | null | undefined;
1025
+ immovlan_customer_id?: string | null | undefined;
1026
+ livechat_app_id?: string | null | undefined;
1027
+ logic_immo_agency_id?: string | null | undefined;
1028
+ unassigned_leads_admin_id?: number | null | undefined;
1029
+ }, {
1030
+ email: string;
1031
+ about_en: string;
1032
+ 'about_en-GB': string;
1033
+ about_fr: string;
1034
+ 'about_fr-BE': string;
1035
+ about_nl: string;
1036
+ agency_website_hostname: string;
1037
+ contact_additional: string;
1038
+ contact_borough_or_district: string;
1039
+ contact_box: string;
1040
+ contact_city: string;
1041
+ contact_country: string;
1042
+ contact_county: string;
1043
+ contact_email: string;
1044
+ contact_number: string;
1045
+ contact_phone: string;
1046
+ contact_street: string;
1047
+ contact_street_2: string;
1048
+ contact_zip: string;
1049
+ default_country: string;
1050
+ default_email: string;
1051
+ default_legal_company_name: string;
1052
+ default_legal_VAT_number: string;
1053
+ default_locale: string;
1054
+ description_en: string;
1055
+ 'description_en-GB': string;
1056
+ description_facebook: string;
1057
+ description_fr: string;
1058
+ 'description_fr-BE': string;
1059
+ description_instagram: string;
1060
+ description_nl: string;
1061
+ description_twitter: string;
1062
+ disabled_reason: string;
1063
+ domain_agency_id: string;
1064
+ homepage_cover: string;
1065
+ homepage_cover_image: string;
1066
+ homepage_cover_video: string;
1067
+ homepage_highlights: any[];
1068
+ homepage_properties: string;
1069
+ immoweb_ftp_password: string;
1070
+ immoweb_ftp_username: string;
1071
+ integration_document_management_sweepbright_documents: boolean;
1072
+ intercom_app_id: string;
1073
+ invoice_address: string;
1074
+ invoice_address_2: string;
1075
+ invoice_city: string;
1076
+ invoice_company_name: string;
1077
+ invoice_country: string;
1078
+ invoice_county: string;
1079
+ invoice_email: string;
1080
+ invoice_first_name: string;
1081
+ invoice_last_name: string;
1082
+ invoice_vat_number: string;
1083
+ invoice_zip: string;
1084
+ languages: string[];
1085
+ links_facebook: string;
1086
+ links_instagram: string;
1087
+ links_linkedin: string;
1088
+ links_twitter: string;
1089
+ new_properties_en: string;
1090
+ 'new_properties_en-GB': string;
1091
+ new_properties_fr: string;
1092
+ 'new_properties_fr-BE': string;
1093
+ new_properties_nl: string;
1094
+ onthemarket_api_key: string;
1095
+ published_url_resolvers: string[];
1096
+ registration_number: string;
1097
+ rent_period: string;
1098
+ rightmove_api_key: string;
1099
+ signup_company_name: string;
1100
+ signup_country: string;
1101
+ signup_email: string;
1102
+ tagline_en: string;
1103
+ 'tagline_en-GB': string;
1104
+ tagline_fr: string;
1105
+ 'tagline_fr-BE': string;
1106
+ tagline_nl: string;
1107
+ theme: string;
1108
+ theme_buttons: string;
1109
+ theme_custom_color: string;
1110
+ theme_typeface: string;
1111
+ timezone: string;
1112
+ transaction_types: string;
1113
+ zoopla_api_key: string;
1114
+ description: string;
1115
+ about: string;
1116
+ enable_amepi?: string | null | undefined;
1117
+ 'enable_belles-demeures'?: string | null | undefined;
1118
+ enable_bienici?: string | null | undefined;
1119
+ 'enable_bureau-locaux'?: string | null | undefined;
1120
+ 'enable_cession-pme'?: string | null | undefined;
1121
+ enable_facebook?: string | null | undefined;
1122
+ enable_green_acres?: string | null | undefined;
1123
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1124
+ enable_immovlan?: string | null | undefined;
1125
+ enable_immoweb?: string | null | undefined;
1126
+ 'enable_immoweb-v2'?: string | null | undefined;
1127
+ 'enable_le_figaro-immo'?: string | null | undefined;
1128
+ enable_leboncoin?: string | null | undefined;
1129
+ enable_logicimmo?: string | null | undefined;
1130
+ 'enable_logicimmo-fr'?: string | null | undefined;
1131
+ 'enable_meilleurs-agents'?: string | null | undefined;
1132
+ enable_onthemarket?: string | null | undefined;
1133
+ 'enable_ouest-france'?: string | null | undefined;
1134
+ 'enable_paru-vendu'?: string | null | undefined;
1135
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1136
+ enable_publicapi?: string | null | undefined;
1137
+ enable_rightmove?: string | null | undefined;
1138
+ enable_seloger?: string | null | undefined;
1139
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1140
+ enable_twitter?: string | null | undefined;
1141
+ enable_ubiflow?: string | null | undefined;
1142
+ 'enable_vitrine-media'?: string | null | undefined;
1143
+ enable_website?: string | null | undefined;
1144
+ enable_zillow?: string | null | undefined;
1145
+ enable_zoopla?: string | null | undefined;
1146
+ enable_zumper?: string | null | undefined;
1147
+ facebook_pixel_id?: string | null | undefined;
1148
+ google_analytics_id?: string | null | undefined;
1149
+ immovlan_customer_id?: string | null | undefined;
1150
+ livechat_app_id?: string | null | undefined;
1151
+ logic_immo_agency_id?: string | null | undefined;
1152
+ unassigned_leads_admin_id?: number | null | undefined;
1153
+ }>;
1154
+ }, "strip", z.ZodTypeAny, {
1155
+ data: {
1156
+ email: string;
1157
+ about_en: string;
1158
+ 'about_en-GB': string;
1159
+ about_fr: string;
1160
+ 'about_fr-BE': string;
1161
+ about_nl: string;
1162
+ agency_website_hostname: string;
1163
+ contact_additional: string;
1164
+ contact_borough_or_district: string;
1165
+ contact_box: string;
1166
+ contact_city: string;
1167
+ contact_country: string;
1168
+ contact_county: string;
1169
+ contact_email: string;
1170
+ contact_number: string;
1171
+ contact_phone: string;
1172
+ contact_street: string;
1173
+ contact_street_2: string;
1174
+ contact_zip: string;
1175
+ default_country: string;
1176
+ default_email: string;
1177
+ default_legal_company_name: string;
1178
+ default_legal_VAT_number: string;
1179
+ default_locale: string;
1180
+ description_en: string;
1181
+ 'description_en-GB': string;
1182
+ description_facebook: string;
1183
+ description_fr: string;
1184
+ 'description_fr-BE': string;
1185
+ description_instagram: string;
1186
+ description_nl: string;
1187
+ description_twitter: string;
1188
+ disabled_reason: string;
1189
+ domain_agency_id: string;
1190
+ homepage_cover: string;
1191
+ homepage_cover_image: string;
1192
+ homepage_cover_video: string;
1193
+ homepage_highlights: any[];
1194
+ homepage_properties: string;
1195
+ immoweb_ftp_password: string;
1196
+ immoweb_ftp_username: string;
1197
+ integration_document_management_sweepbright_documents: boolean;
1198
+ intercom_app_id: string;
1199
+ invoice_address: string;
1200
+ invoice_address_2: string;
1201
+ invoice_city: string;
1202
+ invoice_company_name: string;
1203
+ invoice_country: string;
1204
+ invoice_county: string;
1205
+ invoice_email: string;
1206
+ invoice_first_name: string;
1207
+ invoice_last_name: string;
1208
+ invoice_vat_number: string;
1209
+ invoice_zip: string;
1210
+ languages: string[];
1211
+ links_facebook: string;
1212
+ links_instagram: string;
1213
+ links_linkedin: string;
1214
+ links_twitter: string;
1215
+ new_properties_en: string;
1216
+ 'new_properties_en-GB': string;
1217
+ new_properties_fr: string;
1218
+ 'new_properties_fr-BE': string;
1219
+ new_properties_nl: string;
1220
+ onthemarket_api_key: string;
1221
+ published_url_resolvers: string[];
1222
+ registration_number: string;
1223
+ rent_period: string;
1224
+ rightmove_api_key: string;
1225
+ signup_company_name: string;
1226
+ signup_country: string;
1227
+ signup_email: string;
1228
+ tagline_en: string;
1229
+ 'tagline_en-GB': string;
1230
+ tagline_fr: string;
1231
+ 'tagline_fr-BE': string;
1232
+ tagline_nl: string;
1233
+ theme: string;
1234
+ theme_buttons: string;
1235
+ theme_custom_color: string;
1236
+ theme_typeface: string;
1237
+ timezone: string;
1238
+ transaction_types: string;
1239
+ zoopla_api_key: string;
1240
+ description: string;
1241
+ about: string;
1242
+ enable_amepi?: string | null | undefined;
1243
+ 'enable_belles-demeures'?: string | null | undefined;
1244
+ enable_bienici?: string | null | undefined;
1245
+ 'enable_bureau-locaux'?: string | null | undefined;
1246
+ 'enable_cession-pme'?: string | null | undefined;
1247
+ enable_facebook?: string | null | undefined;
1248
+ enable_green_acres?: string | null | undefined;
1249
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1250
+ enable_immovlan?: string | null | undefined;
1251
+ enable_immoweb?: string | null | undefined;
1252
+ 'enable_immoweb-v2'?: string | null | undefined;
1253
+ 'enable_le_figaro-immo'?: string | null | undefined;
1254
+ enable_leboncoin?: string | null | undefined;
1255
+ enable_logicimmo?: string | null | undefined;
1256
+ 'enable_logicimmo-fr'?: string | null | undefined;
1257
+ 'enable_meilleurs-agents'?: string | null | undefined;
1258
+ enable_onthemarket?: string | null | undefined;
1259
+ 'enable_ouest-france'?: string | null | undefined;
1260
+ 'enable_paru-vendu'?: string | null | undefined;
1261
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1262
+ enable_publicapi?: string | null | undefined;
1263
+ enable_rightmove?: string | null | undefined;
1264
+ enable_seloger?: string | null | undefined;
1265
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1266
+ enable_twitter?: string | null | undefined;
1267
+ enable_ubiflow?: string | null | undefined;
1268
+ 'enable_vitrine-media'?: string | null | undefined;
1269
+ enable_website?: string | null | undefined;
1270
+ enable_zillow?: string | null | undefined;
1271
+ enable_zoopla?: string | null | undefined;
1272
+ enable_zumper?: string | null | undefined;
1273
+ facebook_pixel_id?: string | null | undefined;
1274
+ google_analytics_id?: string | null | undefined;
1275
+ immovlan_customer_id?: string | null | undefined;
1276
+ livechat_app_id?: string | null | undefined;
1277
+ logic_immo_agency_id?: string | null | undefined;
1278
+ unassigned_leads_admin_id?: number | null | undefined;
1279
+ };
1280
+ }, {
1281
+ data: {
1282
+ email: string;
1283
+ about_en: string;
1284
+ 'about_en-GB': string;
1285
+ about_fr: string;
1286
+ 'about_fr-BE': string;
1287
+ about_nl: string;
1288
+ agency_website_hostname: string;
1289
+ contact_additional: string;
1290
+ contact_borough_or_district: string;
1291
+ contact_box: string;
1292
+ contact_city: string;
1293
+ contact_country: string;
1294
+ contact_county: string;
1295
+ contact_email: string;
1296
+ contact_number: string;
1297
+ contact_phone: string;
1298
+ contact_street: string;
1299
+ contact_street_2: string;
1300
+ contact_zip: string;
1301
+ default_country: string;
1302
+ default_email: string;
1303
+ default_legal_company_name: string;
1304
+ default_legal_VAT_number: string;
1305
+ default_locale: string;
1306
+ description_en: string;
1307
+ 'description_en-GB': string;
1308
+ description_facebook: string;
1309
+ description_fr: string;
1310
+ 'description_fr-BE': string;
1311
+ description_instagram: string;
1312
+ description_nl: string;
1313
+ description_twitter: string;
1314
+ disabled_reason: string;
1315
+ domain_agency_id: string;
1316
+ homepage_cover: string;
1317
+ homepage_cover_image: string;
1318
+ homepage_cover_video: string;
1319
+ homepage_highlights: any[];
1320
+ homepage_properties: string;
1321
+ immoweb_ftp_password: string;
1322
+ immoweb_ftp_username: string;
1323
+ integration_document_management_sweepbright_documents: boolean;
1324
+ intercom_app_id: string;
1325
+ invoice_address: string;
1326
+ invoice_address_2: string;
1327
+ invoice_city: string;
1328
+ invoice_company_name: string;
1329
+ invoice_country: string;
1330
+ invoice_county: string;
1331
+ invoice_email: string;
1332
+ invoice_first_name: string;
1333
+ invoice_last_name: string;
1334
+ invoice_vat_number: string;
1335
+ invoice_zip: string;
1336
+ languages: string[];
1337
+ links_facebook: string;
1338
+ links_instagram: string;
1339
+ links_linkedin: string;
1340
+ links_twitter: string;
1341
+ new_properties_en: string;
1342
+ 'new_properties_en-GB': string;
1343
+ new_properties_fr: string;
1344
+ 'new_properties_fr-BE': string;
1345
+ new_properties_nl: string;
1346
+ onthemarket_api_key: string;
1347
+ published_url_resolvers: string[];
1348
+ registration_number: string;
1349
+ rent_period: string;
1350
+ rightmove_api_key: string;
1351
+ signup_company_name: string;
1352
+ signup_country: string;
1353
+ signup_email: string;
1354
+ tagline_en: string;
1355
+ 'tagline_en-GB': string;
1356
+ tagline_fr: string;
1357
+ 'tagline_fr-BE': string;
1358
+ tagline_nl: string;
1359
+ theme: string;
1360
+ theme_buttons: string;
1361
+ theme_custom_color: string;
1362
+ theme_typeface: string;
1363
+ timezone: string;
1364
+ transaction_types: string;
1365
+ zoopla_api_key: string;
1366
+ description: string;
1367
+ about: string;
1368
+ enable_amepi?: string | null | undefined;
1369
+ 'enable_belles-demeures'?: string | null | undefined;
1370
+ enable_bienici?: string | null | undefined;
1371
+ 'enable_bureau-locaux'?: string | null | undefined;
1372
+ 'enable_cession-pme'?: string | null | undefined;
1373
+ enable_facebook?: string | null | undefined;
1374
+ enable_green_acres?: string | null | undefined;
1375
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1376
+ enable_immovlan?: string | null | undefined;
1377
+ enable_immoweb?: string | null | undefined;
1378
+ 'enable_immoweb-v2'?: string | null | undefined;
1379
+ 'enable_le_figaro-immo'?: string | null | undefined;
1380
+ enable_leboncoin?: string | null | undefined;
1381
+ enable_logicimmo?: string | null | undefined;
1382
+ 'enable_logicimmo-fr'?: string | null | undefined;
1383
+ 'enable_meilleurs-agents'?: string | null | undefined;
1384
+ enable_onthemarket?: string | null | undefined;
1385
+ 'enable_ouest-france'?: string | null | undefined;
1386
+ 'enable_paru-vendu'?: string | null | undefined;
1387
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1388
+ enable_publicapi?: string | null | undefined;
1389
+ enable_rightmove?: string | null | undefined;
1390
+ enable_seloger?: string | null | undefined;
1391
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1392
+ enable_twitter?: string | null | undefined;
1393
+ enable_ubiflow?: string | null | undefined;
1394
+ 'enable_vitrine-media'?: string | null | undefined;
1395
+ enable_website?: string | null | undefined;
1396
+ enable_zillow?: string | null | undefined;
1397
+ enable_zoopla?: string | null | undefined;
1398
+ enable_zumper?: string | null | undefined;
1399
+ facebook_pixel_id?: string | null | undefined;
1400
+ google_analytics_id?: string | null | undefined;
1401
+ immovlan_customer_id?: string | null | undefined;
1402
+ livechat_app_id?: string | null | undefined;
1403
+ logic_immo_agency_id?: string | null | undefined;
1404
+ unassigned_leads_admin_id?: number | null | undefined;
1405
+ };
1406
+ }>;
1407
+ }, "strip", z.ZodTypeAny, {
1408
+ settings: {
1409
+ data: {
1410
+ email: string;
1411
+ about_en: string;
1412
+ 'about_en-GB': string;
1413
+ about_fr: string;
1414
+ 'about_fr-BE': string;
1415
+ about_nl: string;
1416
+ agency_website_hostname: string;
1417
+ contact_additional: string;
1418
+ contact_borough_or_district: string;
1419
+ contact_box: string;
1420
+ contact_city: string;
1421
+ contact_country: string;
1422
+ contact_county: string;
1423
+ contact_email: string;
1424
+ contact_number: string;
1425
+ contact_phone: string;
1426
+ contact_street: string;
1427
+ contact_street_2: string;
1428
+ contact_zip: string;
1429
+ default_country: string;
1430
+ default_email: string;
1431
+ default_legal_company_name: string;
1432
+ default_legal_VAT_number: string;
1433
+ default_locale: string;
1434
+ description_en: string;
1435
+ 'description_en-GB': string;
1436
+ description_facebook: string;
1437
+ description_fr: string;
1438
+ 'description_fr-BE': string;
1439
+ description_instagram: string;
1440
+ description_nl: string;
1441
+ description_twitter: string;
1442
+ disabled_reason: string;
1443
+ domain_agency_id: string;
1444
+ homepage_cover: string;
1445
+ homepage_cover_image: string;
1446
+ homepage_cover_video: string;
1447
+ homepage_highlights: any[];
1448
+ homepage_properties: string;
1449
+ immoweb_ftp_password: string;
1450
+ immoweb_ftp_username: string;
1451
+ integration_document_management_sweepbright_documents: boolean;
1452
+ intercom_app_id: string;
1453
+ invoice_address: string;
1454
+ invoice_address_2: string;
1455
+ invoice_city: string;
1456
+ invoice_company_name: string;
1457
+ invoice_country: string;
1458
+ invoice_county: string;
1459
+ invoice_email: string;
1460
+ invoice_first_name: string;
1461
+ invoice_last_name: string;
1462
+ invoice_vat_number: string;
1463
+ invoice_zip: string;
1464
+ languages: string[];
1465
+ links_facebook: string;
1466
+ links_instagram: string;
1467
+ links_linkedin: string;
1468
+ links_twitter: string;
1469
+ new_properties_en: string;
1470
+ 'new_properties_en-GB': string;
1471
+ new_properties_fr: string;
1472
+ 'new_properties_fr-BE': string;
1473
+ new_properties_nl: string;
1474
+ onthemarket_api_key: string;
1475
+ published_url_resolvers: string[];
1476
+ registration_number: string;
1477
+ rent_period: string;
1478
+ rightmove_api_key: string;
1479
+ signup_company_name: string;
1480
+ signup_country: string;
1481
+ signup_email: string;
1482
+ tagline_en: string;
1483
+ 'tagline_en-GB': string;
1484
+ tagline_fr: string;
1485
+ 'tagline_fr-BE': string;
1486
+ tagline_nl: string;
1487
+ theme: string;
1488
+ theme_buttons: string;
1489
+ theme_custom_color: string;
1490
+ theme_typeface: string;
1491
+ timezone: string;
1492
+ transaction_types: string;
1493
+ zoopla_api_key: string;
1494
+ description: string;
1495
+ about: string;
1496
+ enable_amepi?: string | null | undefined;
1497
+ 'enable_belles-demeures'?: string | null | undefined;
1498
+ enable_bienici?: string | null | undefined;
1499
+ 'enable_bureau-locaux'?: string | null | undefined;
1500
+ 'enable_cession-pme'?: string | null | undefined;
1501
+ enable_facebook?: string | null | undefined;
1502
+ enable_green_acres?: string | null | undefined;
1503
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1504
+ enable_immovlan?: string | null | undefined;
1505
+ enable_immoweb?: string | null | undefined;
1506
+ 'enable_immoweb-v2'?: string | null | undefined;
1507
+ 'enable_le_figaro-immo'?: string | null | undefined;
1508
+ enable_leboncoin?: string | null | undefined;
1509
+ enable_logicimmo?: string | null | undefined;
1510
+ 'enable_logicimmo-fr'?: string | null | undefined;
1511
+ 'enable_meilleurs-agents'?: string | null | undefined;
1512
+ enable_onthemarket?: string | null | undefined;
1513
+ 'enable_ouest-france'?: string | null | undefined;
1514
+ 'enable_paru-vendu'?: string | null | undefined;
1515
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1516
+ enable_publicapi?: string | null | undefined;
1517
+ enable_rightmove?: string | null | undefined;
1518
+ enable_seloger?: string | null | undefined;
1519
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1520
+ enable_twitter?: string | null | undefined;
1521
+ enable_ubiflow?: string | null | undefined;
1522
+ 'enable_vitrine-media'?: string | null | undefined;
1523
+ enable_website?: string | null | undefined;
1524
+ enable_zillow?: string | null | undefined;
1525
+ enable_zoopla?: string | null | undefined;
1526
+ enable_zumper?: string | null | undefined;
1527
+ facebook_pixel_id?: string | null | undefined;
1528
+ google_analytics_id?: string | null | undefined;
1529
+ immovlan_customer_id?: string | null | undefined;
1530
+ livechat_app_id?: string | null | undefined;
1531
+ logic_immo_agency_id?: string | null | undefined;
1532
+ unassigned_leads_admin_id?: number | null | undefined;
1533
+ };
1534
+ };
1535
+ intercom_app_id: string;
1536
+ id: string;
1537
+ name: string;
1538
+ locale: string;
1539
+ member_count: number;
1540
+ member_allowed: number;
1541
+ contacts_count: number;
1542
+ channels_count: number;
1543
+ plan: {
1544
+ data: {
1545
+ id: string;
1546
+ max_users: number;
1547
+ price: Record<string, any>;
1548
+ interval: string;
1549
+ };
1550
+ };
1551
+ referrer?: {} | null | undefined;
1552
+ disabled_at?: string | null | undefined;
1553
+ created_at?: string | null | undefined;
1554
+ updated_at?: string | null | undefined;
1555
+ }, {
1556
+ settings: {
1557
+ data: {
1558
+ email: string;
1559
+ about_en: string;
1560
+ 'about_en-GB': string;
1561
+ about_fr: string;
1562
+ 'about_fr-BE': string;
1563
+ about_nl: string;
1564
+ agency_website_hostname: string;
1565
+ contact_additional: string;
1566
+ contact_borough_or_district: string;
1567
+ contact_box: string;
1568
+ contact_city: string;
1569
+ contact_country: string;
1570
+ contact_county: string;
1571
+ contact_email: string;
1572
+ contact_number: string;
1573
+ contact_phone: string;
1574
+ contact_street: string;
1575
+ contact_street_2: string;
1576
+ contact_zip: string;
1577
+ default_country: string;
1578
+ default_email: string;
1579
+ default_legal_company_name: string;
1580
+ default_legal_VAT_number: string;
1581
+ default_locale: string;
1582
+ description_en: string;
1583
+ 'description_en-GB': string;
1584
+ description_facebook: string;
1585
+ description_fr: string;
1586
+ 'description_fr-BE': string;
1587
+ description_instagram: string;
1588
+ description_nl: string;
1589
+ description_twitter: string;
1590
+ disabled_reason: string;
1591
+ domain_agency_id: string;
1592
+ homepage_cover: string;
1593
+ homepage_cover_image: string;
1594
+ homepage_cover_video: string;
1595
+ homepage_highlights: any[];
1596
+ homepage_properties: string;
1597
+ immoweb_ftp_password: string;
1598
+ immoweb_ftp_username: string;
1599
+ integration_document_management_sweepbright_documents: boolean;
1600
+ intercom_app_id: string;
1601
+ invoice_address: string;
1602
+ invoice_address_2: string;
1603
+ invoice_city: string;
1604
+ invoice_company_name: string;
1605
+ invoice_country: string;
1606
+ invoice_county: string;
1607
+ invoice_email: string;
1608
+ invoice_first_name: string;
1609
+ invoice_last_name: string;
1610
+ invoice_vat_number: string;
1611
+ invoice_zip: string;
1612
+ languages: string[];
1613
+ links_facebook: string;
1614
+ links_instagram: string;
1615
+ links_linkedin: string;
1616
+ links_twitter: string;
1617
+ new_properties_en: string;
1618
+ 'new_properties_en-GB': string;
1619
+ new_properties_fr: string;
1620
+ 'new_properties_fr-BE': string;
1621
+ new_properties_nl: string;
1622
+ onthemarket_api_key: string;
1623
+ published_url_resolvers: string[];
1624
+ registration_number: string;
1625
+ rent_period: string;
1626
+ rightmove_api_key: string;
1627
+ signup_company_name: string;
1628
+ signup_country: string;
1629
+ signup_email: string;
1630
+ tagline_en: string;
1631
+ 'tagline_en-GB': string;
1632
+ tagline_fr: string;
1633
+ 'tagline_fr-BE': string;
1634
+ tagline_nl: string;
1635
+ theme: string;
1636
+ theme_buttons: string;
1637
+ theme_custom_color: string;
1638
+ theme_typeface: string;
1639
+ timezone: string;
1640
+ transaction_types: string;
1641
+ zoopla_api_key: string;
1642
+ description: string;
1643
+ about: string;
1644
+ enable_amepi?: string | null | undefined;
1645
+ 'enable_belles-demeures'?: string | null | undefined;
1646
+ enable_bienici?: string | null | undefined;
1647
+ 'enable_bureau-locaux'?: string | null | undefined;
1648
+ 'enable_cession-pme'?: string | null | undefined;
1649
+ enable_facebook?: string | null | undefined;
1650
+ enable_green_acres?: string | null | undefined;
1651
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1652
+ enable_immovlan?: string | null | undefined;
1653
+ enable_immoweb?: string | null | undefined;
1654
+ 'enable_immoweb-v2'?: string | null | undefined;
1655
+ 'enable_le_figaro-immo'?: string | null | undefined;
1656
+ enable_leboncoin?: string | null | undefined;
1657
+ enable_logicimmo?: string | null | undefined;
1658
+ 'enable_logicimmo-fr'?: string | null | undefined;
1659
+ 'enable_meilleurs-agents'?: string | null | undefined;
1660
+ enable_onthemarket?: string | null | undefined;
1661
+ 'enable_ouest-france'?: string | null | undefined;
1662
+ 'enable_paru-vendu'?: string | null | undefined;
1663
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1664
+ enable_publicapi?: string | null | undefined;
1665
+ enable_rightmove?: string | null | undefined;
1666
+ enable_seloger?: string | null | undefined;
1667
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1668
+ enable_twitter?: string | null | undefined;
1669
+ enable_ubiflow?: string | null | undefined;
1670
+ 'enable_vitrine-media'?: string | null | undefined;
1671
+ enable_website?: string | null | undefined;
1672
+ enable_zillow?: string | null | undefined;
1673
+ enable_zoopla?: string | null | undefined;
1674
+ enable_zumper?: string | null | undefined;
1675
+ facebook_pixel_id?: string | null | undefined;
1676
+ google_analytics_id?: string | null | undefined;
1677
+ immovlan_customer_id?: string | null | undefined;
1678
+ livechat_app_id?: string | null | undefined;
1679
+ logic_immo_agency_id?: string | null | undefined;
1680
+ unassigned_leads_admin_id?: number | null | undefined;
1681
+ };
1682
+ };
1683
+ intercom_app_id: string;
1684
+ id: string;
1685
+ name: string;
1686
+ locale: string;
1687
+ member_count: number;
1688
+ member_allowed: number;
1689
+ contacts_count: number;
1690
+ channels_count: number;
1691
+ plan: {
1692
+ data: {
1693
+ id: string;
1694
+ max_users: number;
1695
+ price: Record<string, any>;
1696
+ interval: string;
1697
+ };
1698
+ };
1699
+ referrer?: {} | null | undefined;
1700
+ disabled_at?: string | null | undefined;
1701
+ created_at?: string | null | undefined;
1702
+ updated_at?: string | null | undefined;
1703
+ }>;
1704
+ export declare const companyDataSchema: z.ZodObject<{
1705
+ data: z.ZodObject<{
1706
+ id: z.ZodString;
1707
+ name: z.ZodString;
1708
+ locale: z.ZodString;
1709
+ referrer: z.ZodNullable<z.ZodOptional<z.ZodType<{}, z.ZodTypeDef, {}>>>;
1710
+ member_count: z.ZodNumber;
1711
+ member_allowed: z.ZodNumber;
1712
+ contacts_count: z.ZodNumber;
1713
+ channels_count: z.ZodNumber;
1714
+ intercom_app_id: z.ZodString;
1715
+ disabled_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1716
+ created_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1717
+ updated_at: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1718
+ plan: z.ZodObject<{
1719
+ data: z.ZodObject<{
1720
+ id: z.ZodString;
1721
+ max_users: z.ZodNumber;
1722
+ price: z.ZodRecord<z.ZodString, z.ZodAny>;
1723
+ interval: z.ZodString;
1724
+ }, "strip", z.ZodTypeAny, {
1725
+ id: string;
1726
+ max_users: number;
1727
+ price: Record<string, any>;
1728
+ interval: string;
1729
+ }, {
1730
+ id: string;
1731
+ max_users: number;
1732
+ price: Record<string, any>;
1733
+ interval: string;
1734
+ }>;
1735
+ }, "strip", z.ZodTypeAny, {
1736
+ data: {
1737
+ id: string;
1738
+ max_users: number;
1739
+ price: Record<string, any>;
1740
+ interval: string;
1741
+ };
1742
+ }, {
1743
+ data: {
1744
+ id: string;
1745
+ max_users: number;
1746
+ price: Record<string, any>;
1747
+ interval: string;
1748
+ };
1749
+ }>;
1750
+ settings: z.ZodObject<{
1751
+ data: z.ZodObject<{
1752
+ about_en: z.ZodString;
1753
+ 'about_en-GB': z.ZodString;
1754
+ about_fr: z.ZodString;
1755
+ 'about_fr-BE': z.ZodString;
1756
+ about_nl: z.ZodString;
1757
+ agency_website_hostname: z.ZodString;
1758
+ contact_additional: z.ZodString;
1759
+ contact_borough_or_district: z.ZodString;
1760
+ contact_box: z.ZodString;
1761
+ contact_city: z.ZodString;
1762
+ contact_country: z.ZodString;
1763
+ contact_county: z.ZodString;
1764
+ contact_email: z.ZodString;
1765
+ contact_number: z.ZodString;
1766
+ contact_phone: z.ZodString;
1767
+ contact_street: z.ZodString;
1768
+ contact_street_2: z.ZodString;
1769
+ contact_zip: z.ZodString;
1770
+ default_country: z.ZodString;
1771
+ default_email: z.ZodString;
1772
+ default_legal_company_name: z.ZodString;
1773
+ default_legal_VAT_number: z.ZodString;
1774
+ default_locale: z.ZodString;
1775
+ description_en: z.ZodString;
1776
+ 'description_en-GB': z.ZodString;
1777
+ description_facebook: z.ZodString;
1778
+ description_fr: z.ZodString;
1779
+ 'description_fr-BE': z.ZodString;
1780
+ description_instagram: z.ZodString;
1781
+ description_nl: z.ZodString;
1782
+ description_twitter: z.ZodString;
1783
+ disabled_reason: z.ZodString;
1784
+ domain_agency_id: z.ZodString;
1785
+ email: z.ZodString;
1786
+ enable_amepi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1787
+ 'enable_belles-demeures': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1788
+ enable_bienici: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1789
+ 'enable_bureau-locaux': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1790
+ 'enable_cession-pme': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1791
+ enable_facebook: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1792
+ enable_green_acres: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1793
+ 'enable_hotellerie-restauration': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1794
+ enable_immovlan: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1795
+ enable_immoweb: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1796
+ 'enable_immoweb-v2': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1797
+ 'enable_le_figaro-immo': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1798
+ enable_leboncoin: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1799
+ enable_logicimmo: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1800
+ 'enable_logicimmo-fr': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1801
+ 'enable_meilleurs-agents': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1802
+ enable_onthemarket: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1803
+ 'enable_ouest-france': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1804
+ 'enable_paru-vendu': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1805
+ 'enable_propriete-le-figaro': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1806
+ enable_publicapi: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1807
+ enable_rightmove: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1808
+ enable_seloger: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1809
+ 'enable_seloger-bureau-commerce': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1810
+ enable_twitter: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1811
+ enable_ubiflow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1812
+ 'enable_vitrine-media': z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1813
+ enable_website: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1814
+ enable_zillow: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1815
+ enable_zoopla: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1816
+ enable_zumper: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1817
+ facebook_pixel_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1818
+ google_analytics_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1819
+ homepage_cover: z.ZodString;
1820
+ homepage_cover_image: z.ZodString;
1821
+ homepage_cover_video: z.ZodString;
1822
+ homepage_highlights: z.ZodArray<z.ZodAny, "many">;
1823
+ homepage_properties: z.ZodString;
1824
+ immovlan_customer_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1825
+ immoweb_ftp_password: z.ZodString;
1826
+ immoweb_ftp_username: z.ZodString;
1827
+ integration_document_management_sweepbright_documents: z.ZodBoolean;
1828
+ intercom_app_id: z.ZodString;
1829
+ invoice_address: z.ZodString;
1830
+ invoice_address_2: z.ZodString;
1831
+ invoice_city: z.ZodString;
1832
+ invoice_company_name: z.ZodString;
1833
+ invoice_country: z.ZodString;
1834
+ invoice_county: z.ZodString;
1835
+ invoice_email: z.ZodString;
1836
+ invoice_first_name: z.ZodString;
1837
+ invoice_last_name: z.ZodString;
1838
+ invoice_vat_number: z.ZodString;
1839
+ invoice_zip: z.ZodString;
1840
+ languages: z.ZodArray<z.ZodString, "many">;
1841
+ links_facebook: z.ZodString;
1842
+ links_instagram: z.ZodString;
1843
+ links_linkedin: z.ZodString;
1844
+ links_twitter: z.ZodString;
1845
+ livechat_app_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1846
+ logic_immo_agency_id: z.ZodNullable<z.ZodOptional<z.ZodType<string, z.ZodTypeDef, string>>>;
1847
+ new_properties_en: z.ZodString;
1848
+ 'new_properties_en-GB': z.ZodString;
1849
+ new_properties_fr: z.ZodString;
1850
+ 'new_properties_fr-BE': z.ZodString;
1851
+ new_properties_nl: z.ZodString;
1852
+ onthemarket_api_key: z.ZodString;
1853
+ published_url_resolvers: z.ZodArray<z.ZodString, "many">;
1854
+ registration_number: z.ZodString;
1855
+ rent_period: z.ZodString;
1856
+ rightmove_api_key: z.ZodString;
1857
+ signup_company_name: z.ZodString;
1858
+ signup_country: z.ZodString;
1859
+ signup_email: z.ZodString;
1860
+ tagline_en: z.ZodString;
1861
+ 'tagline_en-GB': z.ZodString;
1862
+ tagline_fr: z.ZodString;
1863
+ 'tagline_fr-BE': z.ZodString;
1864
+ tagline_nl: z.ZodString;
1865
+ theme: z.ZodString;
1866
+ theme_buttons: z.ZodString;
1867
+ theme_custom_color: z.ZodString;
1868
+ theme_typeface: z.ZodString;
1869
+ timezone: z.ZodString;
1870
+ transaction_types: z.ZodString;
1871
+ unassigned_leads_admin_id: z.ZodNullable<z.ZodOptional<z.ZodType<number, z.ZodTypeDef, number>>>;
1872
+ zoopla_api_key: z.ZodString;
1873
+ description: z.ZodString;
1874
+ about: z.ZodString;
1875
+ }, "strip", z.ZodTypeAny, {
1876
+ email: string;
1877
+ about_en: string;
1878
+ 'about_en-GB': string;
1879
+ about_fr: string;
1880
+ 'about_fr-BE': string;
1881
+ about_nl: string;
1882
+ agency_website_hostname: string;
1883
+ contact_additional: string;
1884
+ contact_borough_or_district: string;
1885
+ contact_box: string;
1886
+ contact_city: string;
1887
+ contact_country: string;
1888
+ contact_county: string;
1889
+ contact_email: string;
1890
+ contact_number: string;
1891
+ contact_phone: string;
1892
+ contact_street: string;
1893
+ contact_street_2: string;
1894
+ contact_zip: string;
1895
+ default_country: string;
1896
+ default_email: string;
1897
+ default_legal_company_name: string;
1898
+ default_legal_VAT_number: string;
1899
+ default_locale: string;
1900
+ description_en: string;
1901
+ 'description_en-GB': string;
1902
+ description_facebook: string;
1903
+ description_fr: string;
1904
+ 'description_fr-BE': string;
1905
+ description_instagram: string;
1906
+ description_nl: string;
1907
+ description_twitter: string;
1908
+ disabled_reason: string;
1909
+ domain_agency_id: string;
1910
+ homepage_cover: string;
1911
+ homepage_cover_image: string;
1912
+ homepage_cover_video: string;
1913
+ homepage_highlights: any[];
1914
+ homepage_properties: string;
1915
+ immoweb_ftp_password: string;
1916
+ immoweb_ftp_username: string;
1917
+ integration_document_management_sweepbright_documents: boolean;
1918
+ intercom_app_id: string;
1919
+ invoice_address: string;
1920
+ invoice_address_2: string;
1921
+ invoice_city: string;
1922
+ invoice_company_name: string;
1923
+ invoice_country: string;
1924
+ invoice_county: string;
1925
+ invoice_email: string;
1926
+ invoice_first_name: string;
1927
+ invoice_last_name: string;
1928
+ invoice_vat_number: string;
1929
+ invoice_zip: string;
1930
+ languages: string[];
1931
+ links_facebook: string;
1932
+ links_instagram: string;
1933
+ links_linkedin: string;
1934
+ links_twitter: string;
1935
+ new_properties_en: string;
1936
+ 'new_properties_en-GB': string;
1937
+ new_properties_fr: string;
1938
+ 'new_properties_fr-BE': string;
1939
+ new_properties_nl: string;
1940
+ onthemarket_api_key: string;
1941
+ published_url_resolvers: string[];
1942
+ registration_number: string;
1943
+ rent_period: string;
1944
+ rightmove_api_key: string;
1945
+ signup_company_name: string;
1946
+ signup_country: string;
1947
+ signup_email: string;
1948
+ tagline_en: string;
1949
+ 'tagline_en-GB': string;
1950
+ tagline_fr: string;
1951
+ 'tagline_fr-BE': string;
1952
+ tagline_nl: string;
1953
+ theme: string;
1954
+ theme_buttons: string;
1955
+ theme_custom_color: string;
1956
+ theme_typeface: string;
1957
+ timezone: string;
1958
+ transaction_types: string;
1959
+ zoopla_api_key: string;
1960
+ description: string;
1961
+ about: string;
1962
+ enable_amepi?: string | null | undefined;
1963
+ 'enable_belles-demeures'?: string | null | undefined;
1964
+ enable_bienici?: string | null | undefined;
1965
+ 'enable_bureau-locaux'?: string | null | undefined;
1966
+ 'enable_cession-pme'?: string | null | undefined;
1967
+ enable_facebook?: string | null | undefined;
1968
+ enable_green_acres?: string | null | undefined;
1969
+ 'enable_hotellerie-restauration'?: string | null | undefined;
1970
+ enable_immovlan?: string | null | undefined;
1971
+ enable_immoweb?: string | null | undefined;
1972
+ 'enable_immoweb-v2'?: string | null | undefined;
1973
+ 'enable_le_figaro-immo'?: string | null | undefined;
1974
+ enable_leboncoin?: string | null | undefined;
1975
+ enable_logicimmo?: string | null | undefined;
1976
+ 'enable_logicimmo-fr'?: string | null | undefined;
1977
+ 'enable_meilleurs-agents'?: string | null | undefined;
1978
+ enable_onthemarket?: string | null | undefined;
1979
+ 'enable_ouest-france'?: string | null | undefined;
1980
+ 'enable_paru-vendu'?: string | null | undefined;
1981
+ 'enable_propriete-le-figaro'?: string | null | undefined;
1982
+ enable_publicapi?: string | null | undefined;
1983
+ enable_rightmove?: string | null | undefined;
1984
+ enable_seloger?: string | null | undefined;
1985
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
1986
+ enable_twitter?: string | null | undefined;
1987
+ enable_ubiflow?: string | null | undefined;
1988
+ 'enable_vitrine-media'?: string | null | undefined;
1989
+ enable_website?: string | null | undefined;
1990
+ enable_zillow?: string | null | undefined;
1991
+ enable_zoopla?: string | null | undefined;
1992
+ enable_zumper?: string | null | undefined;
1993
+ facebook_pixel_id?: string | null | undefined;
1994
+ google_analytics_id?: string | null | undefined;
1995
+ immovlan_customer_id?: string | null | undefined;
1996
+ livechat_app_id?: string | null | undefined;
1997
+ logic_immo_agency_id?: string | null | undefined;
1998
+ unassigned_leads_admin_id?: number | null | undefined;
1999
+ }, {
2000
+ email: string;
2001
+ about_en: string;
2002
+ 'about_en-GB': string;
2003
+ about_fr: string;
2004
+ 'about_fr-BE': string;
2005
+ about_nl: string;
2006
+ agency_website_hostname: string;
2007
+ contact_additional: string;
2008
+ contact_borough_or_district: string;
2009
+ contact_box: string;
2010
+ contact_city: string;
2011
+ contact_country: string;
2012
+ contact_county: string;
2013
+ contact_email: string;
2014
+ contact_number: string;
2015
+ contact_phone: string;
2016
+ contact_street: string;
2017
+ contact_street_2: string;
2018
+ contact_zip: string;
2019
+ default_country: string;
2020
+ default_email: string;
2021
+ default_legal_company_name: string;
2022
+ default_legal_VAT_number: string;
2023
+ default_locale: string;
2024
+ description_en: string;
2025
+ 'description_en-GB': string;
2026
+ description_facebook: string;
2027
+ description_fr: string;
2028
+ 'description_fr-BE': string;
2029
+ description_instagram: string;
2030
+ description_nl: string;
2031
+ description_twitter: string;
2032
+ disabled_reason: string;
2033
+ domain_agency_id: string;
2034
+ homepage_cover: string;
2035
+ homepage_cover_image: string;
2036
+ homepage_cover_video: string;
2037
+ homepage_highlights: any[];
2038
+ homepage_properties: string;
2039
+ immoweb_ftp_password: string;
2040
+ immoweb_ftp_username: string;
2041
+ integration_document_management_sweepbright_documents: boolean;
2042
+ intercom_app_id: string;
2043
+ invoice_address: string;
2044
+ invoice_address_2: string;
2045
+ invoice_city: string;
2046
+ invoice_company_name: string;
2047
+ invoice_country: string;
2048
+ invoice_county: string;
2049
+ invoice_email: string;
2050
+ invoice_first_name: string;
2051
+ invoice_last_name: string;
2052
+ invoice_vat_number: string;
2053
+ invoice_zip: string;
2054
+ languages: string[];
2055
+ links_facebook: string;
2056
+ links_instagram: string;
2057
+ links_linkedin: string;
2058
+ links_twitter: string;
2059
+ new_properties_en: string;
2060
+ 'new_properties_en-GB': string;
2061
+ new_properties_fr: string;
2062
+ 'new_properties_fr-BE': string;
2063
+ new_properties_nl: string;
2064
+ onthemarket_api_key: string;
2065
+ published_url_resolvers: string[];
2066
+ registration_number: string;
2067
+ rent_period: string;
2068
+ rightmove_api_key: string;
2069
+ signup_company_name: string;
2070
+ signup_country: string;
2071
+ signup_email: string;
2072
+ tagline_en: string;
2073
+ 'tagline_en-GB': string;
2074
+ tagline_fr: string;
2075
+ 'tagline_fr-BE': string;
2076
+ tagline_nl: string;
2077
+ theme: string;
2078
+ theme_buttons: string;
2079
+ theme_custom_color: string;
2080
+ theme_typeface: string;
2081
+ timezone: string;
2082
+ transaction_types: string;
2083
+ zoopla_api_key: string;
2084
+ description: string;
2085
+ about: string;
2086
+ enable_amepi?: string | null | undefined;
2087
+ 'enable_belles-demeures'?: string | null | undefined;
2088
+ enable_bienici?: string | null | undefined;
2089
+ 'enable_bureau-locaux'?: string | null | undefined;
2090
+ 'enable_cession-pme'?: string | null | undefined;
2091
+ enable_facebook?: string | null | undefined;
2092
+ enable_green_acres?: string | null | undefined;
2093
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2094
+ enable_immovlan?: string | null | undefined;
2095
+ enable_immoweb?: string | null | undefined;
2096
+ 'enable_immoweb-v2'?: string | null | undefined;
2097
+ 'enable_le_figaro-immo'?: string | null | undefined;
2098
+ enable_leboncoin?: string | null | undefined;
2099
+ enable_logicimmo?: string | null | undefined;
2100
+ 'enable_logicimmo-fr'?: string | null | undefined;
2101
+ 'enable_meilleurs-agents'?: string | null | undefined;
2102
+ enable_onthemarket?: string | null | undefined;
2103
+ 'enable_ouest-france'?: string | null | undefined;
2104
+ 'enable_paru-vendu'?: string | null | undefined;
2105
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2106
+ enable_publicapi?: string | null | undefined;
2107
+ enable_rightmove?: string | null | undefined;
2108
+ enable_seloger?: string | null | undefined;
2109
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2110
+ enable_twitter?: string | null | undefined;
2111
+ enable_ubiflow?: string | null | undefined;
2112
+ 'enable_vitrine-media'?: string | null | undefined;
2113
+ enable_website?: string | null | undefined;
2114
+ enable_zillow?: string | null | undefined;
2115
+ enable_zoopla?: string | null | undefined;
2116
+ enable_zumper?: string | null | undefined;
2117
+ facebook_pixel_id?: string | null | undefined;
2118
+ google_analytics_id?: string | null | undefined;
2119
+ immovlan_customer_id?: string | null | undefined;
2120
+ livechat_app_id?: string | null | undefined;
2121
+ logic_immo_agency_id?: string | null | undefined;
2122
+ unassigned_leads_admin_id?: number | null | undefined;
2123
+ }>;
2124
+ }, "strip", z.ZodTypeAny, {
2125
+ data: {
2126
+ email: string;
2127
+ about_en: string;
2128
+ 'about_en-GB': string;
2129
+ about_fr: string;
2130
+ 'about_fr-BE': string;
2131
+ about_nl: string;
2132
+ agency_website_hostname: string;
2133
+ contact_additional: string;
2134
+ contact_borough_or_district: string;
2135
+ contact_box: string;
2136
+ contact_city: string;
2137
+ contact_country: string;
2138
+ contact_county: string;
2139
+ contact_email: string;
2140
+ contact_number: string;
2141
+ contact_phone: string;
2142
+ contact_street: string;
2143
+ contact_street_2: string;
2144
+ contact_zip: string;
2145
+ default_country: string;
2146
+ default_email: string;
2147
+ default_legal_company_name: string;
2148
+ default_legal_VAT_number: string;
2149
+ default_locale: string;
2150
+ description_en: string;
2151
+ 'description_en-GB': string;
2152
+ description_facebook: string;
2153
+ description_fr: string;
2154
+ 'description_fr-BE': string;
2155
+ description_instagram: string;
2156
+ description_nl: string;
2157
+ description_twitter: string;
2158
+ disabled_reason: string;
2159
+ domain_agency_id: string;
2160
+ homepage_cover: string;
2161
+ homepage_cover_image: string;
2162
+ homepage_cover_video: string;
2163
+ homepage_highlights: any[];
2164
+ homepage_properties: string;
2165
+ immoweb_ftp_password: string;
2166
+ immoweb_ftp_username: string;
2167
+ integration_document_management_sweepbright_documents: boolean;
2168
+ intercom_app_id: string;
2169
+ invoice_address: string;
2170
+ invoice_address_2: string;
2171
+ invoice_city: string;
2172
+ invoice_company_name: string;
2173
+ invoice_country: string;
2174
+ invoice_county: string;
2175
+ invoice_email: string;
2176
+ invoice_first_name: string;
2177
+ invoice_last_name: string;
2178
+ invoice_vat_number: string;
2179
+ invoice_zip: string;
2180
+ languages: string[];
2181
+ links_facebook: string;
2182
+ links_instagram: string;
2183
+ links_linkedin: string;
2184
+ links_twitter: string;
2185
+ new_properties_en: string;
2186
+ 'new_properties_en-GB': string;
2187
+ new_properties_fr: string;
2188
+ 'new_properties_fr-BE': string;
2189
+ new_properties_nl: string;
2190
+ onthemarket_api_key: string;
2191
+ published_url_resolvers: string[];
2192
+ registration_number: string;
2193
+ rent_period: string;
2194
+ rightmove_api_key: string;
2195
+ signup_company_name: string;
2196
+ signup_country: string;
2197
+ signup_email: string;
2198
+ tagline_en: string;
2199
+ 'tagline_en-GB': string;
2200
+ tagline_fr: string;
2201
+ 'tagline_fr-BE': string;
2202
+ tagline_nl: string;
2203
+ theme: string;
2204
+ theme_buttons: string;
2205
+ theme_custom_color: string;
2206
+ theme_typeface: string;
2207
+ timezone: string;
2208
+ transaction_types: string;
2209
+ zoopla_api_key: string;
2210
+ description: string;
2211
+ about: string;
2212
+ enable_amepi?: string | null | undefined;
2213
+ 'enable_belles-demeures'?: string | null | undefined;
2214
+ enable_bienici?: string | null | undefined;
2215
+ 'enable_bureau-locaux'?: string | null | undefined;
2216
+ 'enable_cession-pme'?: string | null | undefined;
2217
+ enable_facebook?: string | null | undefined;
2218
+ enable_green_acres?: string | null | undefined;
2219
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2220
+ enable_immovlan?: string | null | undefined;
2221
+ enable_immoweb?: string | null | undefined;
2222
+ 'enable_immoweb-v2'?: string | null | undefined;
2223
+ 'enable_le_figaro-immo'?: string | null | undefined;
2224
+ enable_leboncoin?: string | null | undefined;
2225
+ enable_logicimmo?: string | null | undefined;
2226
+ 'enable_logicimmo-fr'?: string | null | undefined;
2227
+ 'enable_meilleurs-agents'?: string | null | undefined;
2228
+ enable_onthemarket?: string | null | undefined;
2229
+ 'enable_ouest-france'?: string | null | undefined;
2230
+ 'enable_paru-vendu'?: string | null | undefined;
2231
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2232
+ enable_publicapi?: string | null | undefined;
2233
+ enable_rightmove?: string | null | undefined;
2234
+ enable_seloger?: string | null | undefined;
2235
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2236
+ enable_twitter?: string | null | undefined;
2237
+ enable_ubiflow?: string | null | undefined;
2238
+ 'enable_vitrine-media'?: string | null | undefined;
2239
+ enable_website?: string | null | undefined;
2240
+ enable_zillow?: string | null | undefined;
2241
+ enable_zoopla?: string | null | undefined;
2242
+ enable_zumper?: string | null | undefined;
2243
+ facebook_pixel_id?: string | null | undefined;
2244
+ google_analytics_id?: string | null | undefined;
2245
+ immovlan_customer_id?: string | null | undefined;
2246
+ livechat_app_id?: string | null | undefined;
2247
+ logic_immo_agency_id?: string | null | undefined;
2248
+ unassigned_leads_admin_id?: number | null | undefined;
2249
+ };
2250
+ }, {
2251
+ data: {
2252
+ email: string;
2253
+ about_en: string;
2254
+ 'about_en-GB': string;
2255
+ about_fr: string;
2256
+ 'about_fr-BE': string;
2257
+ about_nl: string;
2258
+ agency_website_hostname: string;
2259
+ contact_additional: string;
2260
+ contact_borough_or_district: string;
2261
+ contact_box: string;
2262
+ contact_city: string;
2263
+ contact_country: string;
2264
+ contact_county: string;
2265
+ contact_email: string;
2266
+ contact_number: string;
2267
+ contact_phone: string;
2268
+ contact_street: string;
2269
+ contact_street_2: string;
2270
+ contact_zip: string;
2271
+ default_country: string;
2272
+ default_email: string;
2273
+ default_legal_company_name: string;
2274
+ default_legal_VAT_number: string;
2275
+ default_locale: string;
2276
+ description_en: string;
2277
+ 'description_en-GB': string;
2278
+ description_facebook: string;
2279
+ description_fr: string;
2280
+ 'description_fr-BE': string;
2281
+ description_instagram: string;
2282
+ description_nl: string;
2283
+ description_twitter: string;
2284
+ disabled_reason: string;
2285
+ domain_agency_id: string;
2286
+ homepage_cover: string;
2287
+ homepage_cover_image: string;
2288
+ homepage_cover_video: string;
2289
+ homepage_highlights: any[];
2290
+ homepage_properties: string;
2291
+ immoweb_ftp_password: string;
2292
+ immoweb_ftp_username: string;
2293
+ integration_document_management_sweepbright_documents: boolean;
2294
+ intercom_app_id: string;
2295
+ invoice_address: string;
2296
+ invoice_address_2: string;
2297
+ invoice_city: string;
2298
+ invoice_company_name: string;
2299
+ invoice_country: string;
2300
+ invoice_county: string;
2301
+ invoice_email: string;
2302
+ invoice_first_name: string;
2303
+ invoice_last_name: string;
2304
+ invoice_vat_number: string;
2305
+ invoice_zip: string;
2306
+ languages: string[];
2307
+ links_facebook: string;
2308
+ links_instagram: string;
2309
+ links_linkedin: string;
2310
+ links_twitter: string;
2311
+ new_properties_en: string;
2312
+ 'new_properties_en-GB': string;
2313
+ new_properties_fr: string;
2314
+ 'new_properties_fr-BE': string;
2315
+ new_properties_nl: string;
2316
+ onthemarket_api_key: string;
2317
+ published_url_resolvers: string[];
2318
+ registration_number: string;
2319
+ rent_period: string;
2320
+ rightmove_api_key: string;
2321
+ signup_company_name: string;
2322
+ signup_country: string;
2323
+ signup_email: string;
2324
+ tagline_en: string;
2325
+ 'tagline_en-GB': string;
2326
+ tagline_fr: string;
2327
+ 'tagline_fr-BE': string;
2328
+ tagline_nl: string;
2329
+ theme: string;
2330
+ theme_buttons: string;
2331
+ theme_custom_color: string;
2332
+ theme_typeface: string;
2333
+ timezone: string;
2334
+ transaction_types: string;
2335
+ zoopla_api_key: string;
2336
+ description: string;
2337
+ about: string;
2338
+ enable_amepi?: string | null | undefined;
2339
+ 'enable_belles-demeures'?: string | null | undefined;
2340
+ enable_bienici?: string | null | undefined;
2341
+ 'enable_bureau-locaux'?: string | null | undefined;
2342
+ 'enable_cession-pme'?: string | null | undefined;
2343
+ enable_facebook?: string | null | undefined;
2344
+ enable_green_acres?: string | null | undefined;
2345
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2346
+ enable_immovlan?: string | null | undefined;
2347
+ enable_immoweb?: string | null | undefined;
2348
+ 'enable_immoweb-v2'?: string | null | undefined;
2349
+ 'enable_le_figaro-immo'?: string | null | undefined;
2350
+ enable_leboncoin?: string | null | undefined;
2351
+ enable_logicimmo?: string | null | undefined;
2352
+ 'enable_logicimmo-fr'?: string | null | undefined;
2353
+ 'enable_meilleurs-agents'?: string | null | undefined;
2354
+ enable_onthemarket?: string | null | undefined;
2355
+ 'enable_ouest-france'?: string | null | undefined;
2356
+ 'enable_paru-vendu'?: string | null | undefined;
2357
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2358
+ enable_publicapi?: string | null | undefined;
2359
+ enable_rightmove?: string | null | undefined;
2360
+ enable_seloger?: string | null | undefined;
2361
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2362
+ enable_twitter?: string | null | undefined;
2363
+ enable_ubiflow?: string | null | undefined;
2364
+ 'enable_vitrine-media'?: string | null | undefined;
2365
+ enable_website?: string | null | undefined;
2366
+ enable_zillow?: string | null | undefined;
2367
+ enable_zoopla?: string | null | undefined;
2368
+ enable_zumper?: string | null | undefined;
2369
+ facebook_pixel_id?: string | null | undefined;
2370
+ google_analytics_id?: string | null | undefined;
2371
+ immovlan_customer_id?: string | null | undefined;
2372
+ livechat_app_id?: string | null | undefined;
2373
+ logic_immo_agency_id?: string | null | undefined;
2374
+ unassigned_leads_admin_id?: number | null | undefined;
2375
+ };
2376
+ }>;
2377
+ }, "strip", z.ZodTypeAny, {
2378
+ settings: {
2379
+ data: {
2380
+ email: string;
2381
+ about_en: string;
2382
+ 'about_en-GB': string;
2383
+ about_fr: string;
2384
+ 'about_fr-BE': string;
2385
+ about_nl: string;
2386
+ agency_website_hostname: string;
2387
+ contact_additional: string;
2388
+ contact_borough_or_district: string;
2389
+ contact_box: string;
2390
+ contact_city: string;
2391
+ contact_country: string;
2392
+ contact_county: string;
2393
+ contact_email: string;
2394
+ contact_number: string;
2395
+ contact_phone: string;
2396
+ contact_street: string;
2397
+ contact_street_2: string;
2398
+ contact_zip: string;
2399
+ default_country: string;
2400
+ default_email: string;
2401
+ default_legal_company_name: string;
2402
+ default_legal_VAT_number: string;
2403
+ default_locale: string;
2404
+ description_en: string;
2405
+ 'description_en-GB': string;
2406
+ description_facebook: string;
2407
+ description_fr: string;
2408
+ 'description_fr-BE': string;
2409
+ description_instagram: string;
2410
+ description_nl: string;
2411
+ description_twitter: string;
2412
+ disabled_reason: string;
2413
+ domain_agency_id: string;
2414
+ homepage_cover: string;
2415
+ homepage_cover_image: string;
2416
+ homepage_cover_video: string;
2417
+ homepage_highlights: any[];
2418
+ homepage_properties: string;
2419
+ immoweb_ftp_password: string;
2420
+ immoweb_ftp_username: string;
2421
+ integration_document_management_sweepbright_documents: boolean;
2422
+ intercom_app_id: string;
2423
+ invoice_address: string;
2424
+ invoice_address_2: string;
2425
+ invoice_city: string;
2426
+ invoice_company_name: string;
2427
+ invoice_country: string;
2428
+ invoice_county: string;
2429
+ invoice_email: string;
2430
+ invoice_first_name: string;
2431
+ invoice_last_name: string;
2432
+ invoice_vat_number: string;
2433
+ invoice_zip: string;
2434
+ languages: string[];
2435
+ links_facebook: string;
2436
+ links_instagram: string;
2437
+ links_linkedin: string;
2438
+ links_twitter: string;
2439
+ new_properties_en: string;
2440
+ 'new_properties_en-GB': string;
2441
+ new_properties_fr: string;
2442
+ 'new_properties_fr-BE': string;
2443
+ new_properties_nl: string;
2444
+ onthemarket_api_key: string;
2445
+ published_url_resolvers: string[];
2446
+ registration_number: string;
2447
+ rent_period: string;
2448
+ rightmove_api_key: string;
2449
+ signup_company_name: string;
2450
+ signup_country: string;
2451
+ signup_email: string;
2452
+ tagline_en: string;
2453
+ 'tagline_en-GB': string;
2454
+ tagline_fr: string;
2455
+ 'tagline_fr-BE': string;
2456
+ tagline_nl: string;
2457
+ theme: string;
2458
+ theme_buttons: string;
2459
+ theme_custom_color: string;
2460
+ theme_typeface: string;
2461
+ timezone: string;
2462
+ transaction_types: string;
2463
+ zoopla_api_key: string;
2464
+ description: string;
2465
+ about: string;
2466
+ enable_amepi?: string | null | undefined;
2467
+ 'enable_belles-demeures'?: string | null | undefined;
2468
+ enable_bienici?: string | null | undefined;
2469
+ 'enable_bureau-locaux'?: string | null | undefined;
2470
+ 'enable_cession-pme'?: string | null | undefined;
2471
+ enable_facebook?: string | null | undefined;
2472
+ enable_green_acres?: string | null | undefined;
2473
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2474
+ enable_immovlan?: string | null | undefined;
2475
+ enable_immoweb?: string | null | undefined;
2476
+ 'enable_immoweb-v2'?: string | null | undefined;
2477
+ 'enable_le_figaro-immo'?: string | null | undefined;
2478
+ enable_leboncoin?: string | null | undefined;
2479
+ enable_logicimmo?: string | null | undefined;
2480
+ 'enable_logicimmo-fr'?: string | null | undefined;
2481
+ 'enable_meilleurs-agents'?: string | null | undefined;
2482
+ enable_onthemarket?: string | null | undefined;
2483
+ 'enable_ouest-france'?: string | null | undefined;
2484
+ 'enable_paru-vendu'?: string | null | undefined;
2485
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2486
+ enable_publicapi?: string | null | undefined;
2487
+ enable_rightmove?: string | null | undefined;
2488
+ enable_seloger?: string | null | undefined;
2489
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2490
+ enable_twitter?: string | null | undefined;
2491
+ enable_ubiflow?: string | null | undefined;
2492
+ 'enable_vitrine-media'?: string | null | undefined;
2493
+ enable_website?: string | null | undefined;
2494
+ enable_zillow?: string | null | undefined;
2495
+ enable_zoopla?: string | null | undefined;
2496
+ enable_zumper?: string | null | undefined;
2497
+ facebook_pixel_id?: string | null | undefined;
2498
+ google_analytics_id?: string | null | undefined;
2499
+ immovlan_customer_id?: string | null | undefined;
2500
+ livechat_app_id?: string | null | undefined;
2501
+ logic_immo_agency_id?: string | null | undefined;
2502
+ unassigned_leads_admin_id?: number | null | undefined;
2503
+ };
2504
+ };
2505
+ intercom_app_id: string;
2506
+ id: string;
2507
+ name: string;
2508
+ locale: string;
2509
+ member_count: number;
2510
+ member_allowed: number;
2511
+ contacts_count: number;
2512
+ channels_count: number;
2513
+ plan: {
2514
+ data: {
2515
+ id: string;
2516
+ max_users: number;
2517
+ price: Record<string, any>;
2518
+ interval: string;
2519
+ };
2520
+ };
2521
+ referrer?: {} | null | undefined;
2522
+ disabled_at?: string | null | undefined;
2523
+ created_at?: string | null | undefined;
2524
+ updated_at?: string | null | undefined;
2525
+ }, {
2526
+ settings: {
2527
+ data: {
2528
+ email: string;
2529
+ about_en: string;
2530
+ 'about_en-GB': string;
2531
+ about_fr: string;
2532
+ 'about_fr-BE': string;
2533
+ about_nl: string;
2534
+ agency_website_hostname: string;
2535
+ contact_additional: string;
2536
+ contact_borough_or_district: string;
2537
+ contact_box: string;
2538
+ contact_city: string;
2539
+ contact_country: string;
2540
+ contact_county: string;
2541
+ contact_email: string;
2542
+ contact_number: string;
2543
+ contact_phone: string;
2544
+ contact_street: string;
2545
+ contact_street_2: string;
2546
+ contact_zip: string;
2547
+ default_country: string;
2548
+ default_email: string;
2549
+ default_legal_company_name: string;
2550
+ default_legal_VAT_number: string;
2551
+ default_locale: string;
2552
+ description_en: string;
2553
+ 'description_en-GB': string;
2554
+ description_facebook: string;
2555
+ description_fr: string;
2556
+ 'description_fr-BE': string;
2557
+ description_instagram: string;
2558
+ description_nl: string;
2559
+ description_twitter: string;
2560
+ disabled_reason: string;
2561
+ domain_agency_id: string;
2562
+ homepage_cover: string;
2563
+ homepage_cover_image: string;
2564
+ homepage_cover_video: string;
2565
+ homepage_highlights: any[];
2566
+ homepage_properties: string;
2567
+ immoweb_ftp_password: string;
2568
+ immoweb_ftp_username: string;
2569
+ integration_document_management_sweepbright_documents: boolean;
2570
+ intercom_app_id: string;
2571
+ invoice_address: string;
2572
+ invoice_address_2: string;
2573
+ invoice_city: string;
2574
+ invoice_company_name: string;
2575
+ invoice_country: string;
2576
+ invoice_county: string;
2577
+ invoice_email: string;
2578
+ invoice_first_name: string;
2579
+ invoice_last_name: string;
2580
+ invoice_vat_number: string;
2581
+ invoice_zip: string;
2582
+ languages: string[];
2583
+ links_facebook: string;
2584
+ links_instagram: string;
2585
+ links_linkedin: string;
2586
+ links_twitter: string;
2587
+ new_properties_en: string;
2588
+ 'new_properties_en-GB': string;
2589
+ new_properties_fr: string;
2590
+ 'new_properties_fr-BE': string;
2591
+ new_properties_nl: string;
2592
+ onthemarket_api_key: string;
2593
+ published_url_resolvers: string[];
2594
+ registration_number: string;
2595
+ rent_period: string;
2596
+ rightmove_api_key: string;
2597
+ signup_company_name: string;
2598
+ signup_country: string;
2599
+ signup_email: string;
2600
+ tagline_en: string;
2601
+ 'tagline_en-GB': string;
2602
+ tagline_fr: string;
2603
+ 'tagline_fr-BE': string;
2604
+ tagline_nl: string;
2605
+ theme: string;
2606
+ theme_buttons: string;
2607
+ theme_custom_color: string;
2608
+ theme_typeface: string;
2609
+ timezone: string;
2610
+ transaction_types: string;
2611
+ zoopla_api_key: string;
2612
+ description: string;
2613
+ about: string;
2614
+ enable_amepi?: string | null | undefined;
2615
+ 'enable_belles-demeures'?: string | null | undefined;
2616
+ enable_bienici?: string | null | undefined;
2617
+ 'enable_bureau-locaux'?: string | null | undefined;
2618
+ 'enable_cession-pme'?: string | null | undefined;
2619
+ enable_facebook?: string | null | undefined;
2620
+ enable_green_acres?: string | null | undefined;
2621
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2622
+ enable_immovlan?: string | null | undefined;
2623
+ enable_immoweb?: string | null | undefined;
2624
+ 'enable_immoweb-v2'?: string | null | undefined;
2625
+ 'enable_le_figaro-immo'?: string | null | undefined;
2626
+ enable_leboncoin?: string | null | undefined;
2627
+ enable_logicimmo?: string | null | undefined;
2628
+ 'enable_logicimmo-fr'?: string | null | undefined;
2629
+ 'enable_meilleurs-agents'?: string | null | undefined;
2630
+ enable_onthemarket?: string | null | undefined;
2631
+ 'enable_ouest-france'?: string | null | undefined;
2632
+ 'enable_paru-vendu'?: string | null | undefined;
2633
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2634
+ enable_publicapi?: string | null | undefined;
2635
+ enable_rightmove?: string | null | undefined;
2636
+ enable_seloger?: string | null | undefined;
2637
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2638
+ enable_twitter?: string | null | undefined;
2639
+ enable_ubiflow?: string | null | undefined;
2640
+ 'enable_vitrine-media'?: string | null | undefined;
2641
+ enable_website?: string | null | undefined;
2642
+ enable_zillow?: string | null | undefined;
2643
+ enable_zoopla?: string | null | undefined;
2644
+ enable_zumper?: string | null | undefined;
2645
+ facebook_pixel_id?: string | null | undefined;
2646
+ google_analytics_id?: string | null | undefined;
2647
+ immovlan_customer_id?: string | null | undefined;
2648
+ livechat_app_id?: string | null | undefined;
2649
+ logic_immo_agency_id?: string | null | undefined;
2650
+ unassigned_leads_admin_id?: number | null | undefined;
2651
+ };
2652
+ };
2653
+ intercom_app_id: string;
2654
+ id: string;
2655
+ name: string;
2656
+ locale: string;
2657
+ member_count: number;
2658
+ member_allowed: number;
2659
+ contacts_count: number;
2660
+ channels_count: number;
2661
+ plan: {
2662
+ data: {
2663
+ id: string;
2664
+ max_users: number;
2665
+ price: Record<string, any>;
2666
+ interval: string;
2667
+ };
2668
+ };
2669
+ referrer?: {} | null | undefined;
2670
+ disabled_at?: string | null | undefined;
2671
+ created_at?: string | null | undefined;
2672
+ updated_at?: string | null | undefined;
2673
+ }>;
2674
+ }, "strip", z.ZodTypeAny, {
2675
+ data: {
2676
+ settings: {
2677
+ data: {
2678
+ email: string;
2679
+ about_en: string;
2680
+ 'about_en-GB': string;
2681
+ about_fr: string;
2682
+ 'about_fr-BE': string;
2683
+ about_nl: string;
2684
+ agency_website_hostname: string;
2685
+ contact_additional: string;
2686
+ contact_borough_or_district: string;
2687
+ contact_box: string;
2688
+ contact_city: string;
2689
+ contact_country: string;
2690
+ contact_county: string;
2691
+ contact_email: string;
2692
+ contact_number: string;
2693
+ contact_phone: string;
2694
+ contact_street: string;
2695
+ contact_street_2: string;
2696
+ contact_zip: string;
2697
+ default_country: string;
2698
+ default_email: string;
2699
+ default_legal_company_name: string;
2700
+ default_legal_VAT_number: string;
2701
+ default_locale: string;
2702
+ description_en: string;
2703
+ 'description_en-GB': string;
2704
+ description_facebook: string;
2705
+ description_fr: string;
2706
+ 'description_fr-BE': string;
2707
+ description_instagram: string;
2708
+ description_nl: string;
2709
+ description_twitter: string;
2710
+ disabled_reason: string;
2711
+ domain_agency_id: string;
2712
+ homepage_cover: string;
2713
+ homepage_cover_image: string;
2714
+ homepage_cover_video: string;
2715
+ homepage_highlights: any[];
2716
+ homepage_properties: string;
2717
+ immoweb_ftp_password: string;
2718
+ immoweb_ftp_username: string;
2719
+ integration_document_management_sweepbright_documents: boolean;
2720
+ intercom_app_id: string;
2721
+ invoice_address: string;
2722
+ invoice_address_2: string;
2723
+ invoice_city: string;
2724
+ invoice_company_name: string;
2725
+ invoice_country: string;
2726
+ invoice_county: string;
2727
+ invoice_email: string;
2728
+ invoice_first_name: string;
2729
+ invoice_last_name: string;
2730
+ invoice_vat_number: string;
2731
+ invoice_zip: string;
2732
+ languages: string[];
2733
+ links_facebook: string;
2734
+ links_instagram: string;
2735
+ links_linkedin: string;
2736
+ links_twitter: string;
2737
+ new_properties_en: string;
2738
+ 'new_properties_en-GB': string;
2739
+ new_properties_fr: string;
2740
+ 'new_properties_fr-BE': string;
2741
+ new_properties_nl: string;
2742
+ onthemarket_api_key: string;
2743
+ published_url_resolvers: string[];
2744
+ registration_number: string;
2745
+ rent_period: string;
2746
+ rightmove_api_key: string;
2747
+ signup_company_name: string;
2748
+ signup_country: string;
2749
+ signup_email: string;
2750
+ tagline_en: string;
2751
+ 'tagline_en-GB': string;
2752
+ tagline_fr: string;
2753
+ 'tagline_fr-BE': string;
2754
+ tagline_nl: string;
2755
+ theme: string;
2756
+ theme_buttons: string;
2757
+ theme_custom_color: string;
2758
+ theme_typeface: string;
2759
+ timezone: string;
2760
+ transaction_types: string;
2761
+ zoopla_api_key: string;
2762
+ description: string;
2763
+ about: string;
2764
+ enable_amepi?: string | null | undefined;
2765
+ 'enable_belles-demeures'?: string | null | undefined;
2766
+ enable_bienici?: string | null | undefined;
2767
+ 'enable_bureau-locaux'?: string | null | undefined;
2768
+ 'enable_cession-pme'?: string | null | undefined;
2769
+ enable_facebook?: string | null | undefined;
2770
+ enable_green_acres?: string | null | undefined;
2771
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2772
+ enable_immovlan?: string | null | undefined;
2773
+ enable_immoweb?: string | null | undefined;
2774
+ 'enable_immoweb-v2'?: string | null | undefined;
2775
+ 'enable_le_figaro-immo'?: string | null | undefined;
2776
+ enable_leboncoin?: string | null | undefined;
2777
+ enable_logicimmo?: string | null | undefined;
2778
+ 'enable_logicimmo-fr'?: string | null | undefined;
2779
+ 'enable_meilleurs-agents'?: string | null | undefined;
2780
+ enable_onthemarket?: string | null | undefined;
2781
+ 'enable_ouest-france'?: string | null | undefined;
2782
+ 'enable_paru-vendu'?: string | null | undefined;
2783
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2784
+ enable_publicapi?: string | null | undefined;
2785
+ enable_rightmove?: string | null | undefined;
2786
+ enable_seloger?: string | null | undefined;
2787
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2788
+ enable_twitter?: string | null | undefined;
2789
+ enable_ubiflow?: string | null | undefined;
2790
+ 'enable_vitrine-media'?: string | null | undefined;
2791
+ enable_website?: string | null | undefined;
2792
+ enable_zillow?: string | null | undefined;
2793
+ enable_zoopla?: string | null | undefined;
2794
+ enable_zumper?: string | null | undefined;
2795
+ facebook_pixel_id?: string | null | undefined;
2796
+ google_analytics_id?: string | null | undefined;
2797
+ immovlan_customer_id?: string | null | undefined;
2798
+ livechat_app_id?: string | null | undefined;
2799
+ logic_immo_agency_id?: string | null | undefined;
2800
+ unassigned_leads_admin_id?: number | null | undefined;
2801
+ };
2802
+ };
2803
+ intercom_app_id: string;
2804
+ id: string;
2805
+ name: string;
2806
+ locale: string;
2807
+ member_count: number;
2808
+ member_allowed: number;
2809
+ contacts_count: number;
2810
+ channels_count: number;
2811
+ plan: {
2812
+ data: {
2813
+ id: string;
2814
+ max_users: number;
2815
+ price: Record<string, any>;
2816
+ interval: string;
2817
+ };
2818
+ };
2819
+ referrer?: {} | null | undefined;
2820
+ disabled_at?: string | null | undefined;
2821
+ created_at?: string | null | undefined;
2822
+ updated_at?: string | null | undefined;
2823
+ };
2824
+ }, {
2825
+ data: {
2826
+ settings: {
2827
+ data: {
2828
+ email: string;
2829
+ about_en: string;
2830
+ 'about_en-GB': string;
2831
+ about_fr: string;
2832
+ 'about_fr-BE': string;
2833
+ about_nl: string;
2834
+ agency_website_hostname: string;
2835
+ contact_additional: string;
2836
+ contact_borough_or_district: string;
2837
+ contact_box: string;
2838
+ contact_city: string;
2839
+ contact_country: string;
2840
+ contact_county: string;
2841
+ contact_email: string;
2842
+ contact_number: string;
2843
+ contact_phone: string;
2844
+ contact_street: string;
2845
+ contact_street_2: string;
2846
+ contact_zip: string;
2847
+ default_country: string;
2848
+ default_email: string;
2849
+ default_legal_company_name: string;
2850
+ default_legal_VAT_number: string;
2851
+ default_locale: string;
2852
+ description_en: string;
2853
+ 'description_en-GB': string;
2854
+ description_facebook: string;
2855
+ description_fr: string;
2856
+ 'description_fr-BE': string;
2857
+ description_instagram: string;
2858
+ description_nl: string;
2859
+ description_twitter: string;
2860
+ disabled_reason: string;
2861
+ domain_agency_id: string;
2862
+ homepage_cover: string;
2863
+ homepage_cover_image: string;
2864
+ homepage_cover_video: string;
2865
+ homepage_highlights: any[];
2866
+ homepage_properties: string;
2867
+ immoweb_ftp_password: string;
2868
+ immoweb_ftp_username: string;
2869
+ integration_document_management_sweepbright_documents: boolean;
2870
+ intercom_app_id: string;
2871
+ invoice_address: string;
2872
+ invoice_address_2: string;
2873
+ invoice_city: string;
2874
+ invoice_company_name: string;
2875
+ invoice_country: string;
2876
+ invoice_county: string;
2877
+ invoice_email: string;
2878
+ invoice_first_name: string;
2879
+ invoice_last_name: string;
2880
+ invoice_vat_number: string;
2881
+ invoice_zip: string;
2882
+ languages: string[];
2883
+ links_facebook: string;
2884
+ links_instagram: string;
2885
+ links_linkedin: string;
2886
+ links_twitter: string;
2887
+ new_properties_en: string;
2888
+ 'new_properties_en-GB': string;
2889
+ new_properties_fr: string;
2890
+ 'new_properties_fr-BE': string;
2891
+ new_properties_nl: string;
2892
+ onthemarket_api_key: string;
2893
+ published_url_resolvers: string[];
2894
+ registration_number: string;
2895
+ rent_period: string;
2896
+ rightmove_api_key: string;
2897
+ signup_company_name: string;
2898
+ signup_country: string;
2899
+ signup_email: string;
2900
+ tagline_en: string;
2901
+ 'tagline_en-GB': string;
2902
+ tagline_fr: string;
2903
+ 'tagline_fr-BE': string;
2904
+ tagline_nl: string;
2905
+ theme: string;
2906
+ theme_buttons: string;
2907
+ theme_custom_color: string;
2908
+ theme_typeface: string;
2909
+ timezone: string;
2910
+ transaction_types: string;
2911
+ zoopla_api_key: string;
2912
+ description: string;
2913
+ about: string;
2914
+ enable_amepi?: string | null | undefined;
2915
+ 'enable_belles-demeures'?: string | null | undefined;
2916
+ enable_bienici?: string | null | undefined;
2917
+ 'enable_bureau-locaux'?: string | null | undefined;
2918
+ 'enable_cession-pme'?: string | null | undefined;
2919
+ enable_facebook?: string | null | undefined;
2920
+ enable_green_acres?: string | null | undefined;
2921
+ 'enable_hotellerie-restauration'?: string | null | undefined;
2922
+ enable_immovlan?: string | null | undefined;
2923
+ enable_immoweb?: string | null | undefined;
2924
+ 'enable_immoweb-v2'?: string | null | undefined;
2925
+ 'enable_le_figaro-immo'?: string | null | undefined;
2926
+ enable_leboncoin?: string | null | undefined;
2927
+ enable_logicimmo?: string | null | undefined;
2928
+ 'enable_logicimmo-fr'?: string | null | undefined;
2929
+ 'enable_meilleurs-agents'?: string | null | undefined;
2930
+ enable_onthemarket?: string | null | undefined;
2931
+ 'enable_ouest-france'?: string | null | undefined;
2932
+ 'enable_paru-vendu'?: string | null | undefined;
2933
+ 'enable_propriete-le-figaro'?: string | null | undefined;
2934
+ enable_publicapi?: string | null | undefined;
2935
+ enable_rightmove?: string | null | undefined;
2936
+ enable_seloger?: string | null | undefined;
2937
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
2938
+ enable_twitter?: string | null | undefined;
2939
+ enable_ubiflow?: string | null | undefined;
2940
+ 'enable_vitrine-media'?: string | null | undefined;
2941
+ enable_website?: string | null | undefined;
2942
+ enable_zillow?: string | null | undefined;
2943
+ enable_zoopla?: string | null | undefined;
2944
+ enable_zumper?: string | null | undefined;
2945
+ facebook_pixel_id?: string | null | undefined;
2946
+ google_analytics_id?: string | null | undefined;
2947
+ immovlan_customer_id?: string | null | undefined;
2948
+ livechat_app_id?: string | null | undefined;
2949
+ logic_immo_agency_id?: string | null | undefined;
2950
+ unassigned_leads_admin_id?: number | null | undefined;
2951
+ };
2952
+ };
2953
+ intercom_app_id: string;
2954
+ id: string;
2955
+ name: string;
2956
+ locale: string;
2957
+ member_count: number;
2958
+ member_allowed: number;
2959
+ contacts_count: number;
2960
+ channels_count: number;
2961
+ plan: {
2962
+ data: {
2963
+ id: string;
2964
+ max_users: number;
2965
+ price: Record<string, any>;
2966
+ interval: string;
2967
+ };
2968
+ };
2969
+ referrer?: {} | null | undefined;
2970
+ disabled_at?: string | null | undefined;
2971
+ created_at?: string | null | undefined;
2972
+ updated_at?: string | null | undefined;
2973
+ };
2974
+ }>;
2975
+ export declare const officeSchema: z.ZodObject<{
2976
+ id: z.ZodString;
2977
+ name: z.ZodString;
2978
+ properties_count: z.ZodNumber;
2979
+ contacts_count: z.ZodNumber;
2980
+ company: z.ZodNullable<z.ZodOptional<z.ZodType<{
2981
+ data: {
2982
+ settings: {
2983
+ data: {
2984
+ email: string;
2985
+ about_en: string;
2986
+ 'about_en-GB': string;
2987
+ about_fr: string;
2988
+ 'about_fr-BE': string;
2989
+ about_nl: string;
2990
+ agency_website_hostname: string;
2991
+ contact_additional: string;
2992
+ contact_borough_or_district: string;
2993
+ contact_box: string;
2994
+ contact_city: string;
2995
+ contact_country: string;
2996
+ contact_county: string;
2997
+ contact_email: string;
2998
+ contact_number: string;
2999
+ contact_phone: string;
3000
+ contact_street: string;
3001
+ contact_street_2: string;
3002
+ contact_zip: string;
3003
+ default_country: string;
3004
+ default_email: string;
3005
+ default_legal_company_name: string;
3006
+ default_legal_VAT_number: string;
3007
+ default_locale: string;
3008
+ description_en: string;
3009
+ 'description_en-GB': string;
3010
+ description_facebook: string;
3011
+ description_fr: string;
3012
+ 'description_fr-BE': string;
3013
+ description_instagram: string;
3014
+ description_nl: string;
3015
+ description_twitter: string;
3016
+ disabled_reason: string;
3017
+ domain_agency_id: string;
3018
+ homepage_cover: string;
3019
+ homepage_cover_image: string;
3020
+ homepage_cover_video: string;
3021
+ homepage_highlights: any[];
3022
+ homepage_properties: string;
3023
+ immoweb_ftp_password: string;
3024
+ immoweb_ftp_username: string;
3025
+ integration_document_management_sweepbright_documents: boolean;
3026
+ intercom_app_id: string;
3027
+ invoice_address: string;
3028
+ invoice_address_2: string;
3029
+ invoice_city: string;
3030
+ invoice_company_name: string;
3031
+ invoice_country: string;
3032
+ invoice_county: string;
3033
+ invoice_email: string;
3034
+ invoice_first_name: string;
3035
+ invoice_last_name: string;
3036
+ invoice_vat_number: string;
3037
+ invoice_zip: string;
3038
+ languages: string[];
3039
+ links_facebook: string;
3040
+ links_instagram: string;
3041
+ links_linkedin: string;
3042
+ links_twitter: string;
3043
+ new_properties_en: string;
3044
+ 'new_properties_en-GB': string;
3045
+ new_properties_fr: string;
3046
+ 'new_properties_fr-BE': string;
3047
+ new_properties_nl: string;
3048
+ onthemarket_api_key: string;
3049
+ published_url_resolvers: string[];
3050
+ registration_number: string;
3051
+ rent_period: string;
3052
+ rightmove_api_key: string;
3053
+ signup_company_name: string;
3054
+ signup_country: string;
3055
+ signup_email: string;
3056
+ tagline_en: string;
3057
+ 'tagline_en-GB': string;
3058
+ tagline_fr: string;
3059
+ 'tagline_fr-BE': string;
3060
+ tagline_nl: string;
3061
+ theme: string;
3062
+ theme_buttons: string;
3063
+ theme_custom_color: string;
3064
+ theme_typeface: string;
3065
+ timezone: string;
3066
+ transaction_types: string;
3067
+ zoopla_api_key: string;
3068
+ description: string;
3069
+ about: string;
3070
+ enable_amepi?: string | null | undefined;
3071
+ 'enable_belles-demeures'?: string | null | undefined;
3072
+ enable_bienici?: string | null | undefined;
3073
+ 'enable_bureau-locaux'?: string | null | undefined;
3074
+ 'enable_cession-pme'?: string | null | undefined;
3075
+ enable_facebook?: string | null | undefined;
3076
+ enable_green_acres?: string | null | undefined;
3077
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3078
+ enable_immovlan?: string | null | undefined;
3079
+ enable_immoweb?: string | null | undefined;
3080
+ 'enable_immoweb-v2'?: string | null | undefined;
3081
+ 'enable_le_figaro-immo'?: string | null | undefined;
3082
+ enable_leboncoin?: string | null | undefined;
3083
+ enable_logicimmo?: string | null | undefined;
3084
+ 'enable_logicimmo-fr'?: string | null | undefined;
3085
+ 'enable_meilleurs-agents'?: string | null | undefined;
3086
+ enable_onthemarket?: string | null | undefined;
3087
+ 'enable_ouest-france'?: string | null | undefined;
3088
+ 'enable_paru-vendu'?: string | null | undefined;
3089
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3090
+ enable_publicapi?: string | null | undefined;
3091
+ enable_rightmove?: string | null | undefined;
3092
+ enable_seloger?: string | null | undefined;
3093
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3094
+ enable_twitter?: string | null | undefined;
3095
+ enable_ubiflow?: string | null | undefined;
3096
+ 'enable_vitrine-media'?: string | null | undefined;
3097
+ enable_website?: string | null | undefined;
3098
+ enable_zillow?: string | null | undefined;
3099
+ enable_zoopla?: string | null | undefined;
3100
+ enable_zumper?: string | null | undefined;
3101
+ facebook_pixel_id?: string | null | undefined;
3102
+ google_analytics_id?: string | null | undefined;
3103
+ immovlan_customer_id?: string | null | undefined;
3104
+ livechat_app_id?: string | null | undefined;
3105
+ logic_immo_agency_id?: string | null | undefined;
3106
+ unassigned_leads_admin_id?: number | null | undefined;
3107
+ };
3108
+ };
3109
+ intercom_app_id: string;
3110
+ id: string;
3111
+ name: string;
3112
+ locale: string;
3113
+ member_count: number;
3114
+ member_allowed: number;
3115
+ contacts_count: number;
3116
+ channels_count: number;
3117
+ plan: {
3118
+ data: {
3119
+ id: string;
3120
+ max_users: number;
3121
+ price: Record<string, any>;
3122
+ interval: string;
3123
+ };
3124
+ };
3125
+ referrer?: {} | null | undefined;
3126
+ disabled_at?: string | null | undefined;
3127
+ created_at?: string | null | undefined;
3128
+ updated_at?: string | null | undefined;
3129
+ };
3130
+ }, z.ZodTypeDef, {
3131
+ data: {
3132
+ settings: {
3133
+ data: {
3134
+ email: string;
3135
+ about_en: string;
3136
+ 'about_en-GB': string;
3137
+ about_fr: string;
3138
+ 'about_fr-BE': string;
3139
+ about_nl: string;
3140
+ agency_website_hostname: string;
3141
+ contact_additional: string;
3142
+ contact_borough_or_district: string;
3143
+ contact_box: string;
3144
+ contact_city: string;
3145
+ contact_country: string;
3146
+ contact_county: string;
3147
+ contact_email: string;
3148
+ contact_number: string;
3149
+ contact_phone: string;
3150
+ contact_street: string;
3151
+ contact_street_2: string;
3152
+ contact_zip: string;
3153
+ default_country: string;
3154
+ default_email: string;
3155
+ default_legal_company_name: string;
3156
+ default_legal_VAT_number: string;
3157
+ default_locale: string;
3158
+ description_en: string;
3159
+ 'description_en-GB': string;
3160
+ description_facebook: string;
3161
+ description_fr: string;
3162
+ 'description_fr-BE': string;
3163
+ description_instagram: string;
3164
+ description_nl: string;
3165
+ description_twitter: string;
3166
+ disabled_reason: string;
3167
+ domain_agency_id: string;
3168
+ homepage_cover: string;
3169
+ homepage_cover_image: string;
3170
+ homepage_cover_video: string;
3171
+ homepage_highlights: any[];
3172
+ homepage_properties: string;
3173
+ immoweb_ftp_password: string;
3174
+ immoweb_ftp_username: string;
3175
+ integration_document_management_sweepbright_documents: boolean;
3176
+ intercom_app_id: string;
3177
+ invoice_address: string;
3178
+ invoice_address_2: string;
3179
+ invoice_city: string;
3180
+ invoice_company_name: string;
3181
+ invoice_country: string;
3182
+ invoice_county: string;
3183
+ invoice_email: string;
3184
+ invoice_first_name: string;
3185
+ invoice_last_name: string;
3186
+ invoice_vat_number: string;
3187
+ invoice_zip: string;
3188
+ languages: string[];
3189
+ links_facebook: string;
3190
+ links_instagram: string;
3191
+ links_linkedin: string;
3192
+ links_twitter: string;
3193
+ new_properties_en: string;
3194
+ 'new_properties_en-GB': string;
3195
+ new_properties_fr: string;
3196
+ 'new_properties_fr-BE': string;
3197
+ new_properties_nl: string;
3198
+ onthemarket_api_key: string;
3199
+ published_url_resolvers: string[];
3200
+ registration_number: string;
3201
+ rent_period: string;
3202
+ rightmove_api_key: string;
3203
+ signup_company_name: string;
3204
+ signup_country: string;
3205
+ signup_email: string;
3206
+ tagline_en: string;
3207
+ 'tagline_en-GB': string;
3208
+ tagline_fr: string;
3209
+ 'tagline_fr-BE': string;
3210
+ tagline_nl: string;
3211
+ theme: string;
3212
+ theme_buttons: string;
3213
+ theme_custom_color: string;
3214
+ theme_typeface: string;
3215
+ timezone: string;
3216
+ transaction_types: string;
3217
+ zoopla_api_key: string;
3218
+ description: string;
3219
+ about: string;
3220
+ enable_amepi?: string | null | undefined;
3221
+ 'enable_belles-demeures'?: string | null | undefined;
3222
+ enable_bienici?: string | null | undefined;
3223
+ 'enable_bureau-locaux'?: string | null | undefined;
3224
+ 'enable_cession-pme'?: string | null | undefined;
3225
+ enable_facebook?: string | null | undefined;
3226
+ enable_green_acres?: string | null | undefined;
3227
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3228
+ enable_immovlan?: string | null | undefined;
3229
+ enable_immoweb?: string | null | undefined;
3230
+ 'enable_immoweb-v2'?: string | null | undefined;
3231
+ 'enable_le_figaro-immo'?: string | null | undefined;
3232
+ enable_leboncoin?: string | null | undefined;
3233
+ enable_logicimmo?: string | null | undefined;
3234
+ 'enable_logicimmo-fr'?: string | null | undefined;
3235
+ 'enable_meilleurs-agents'?: string | null | undefined;
3236
+ enable_onthemarket?: string | null | undefined;
3237
+ 'enable_ouest-france'?: string | null | undefined;
3238
+ 'enable_paru-vendu'?: string | null | undefined;
3239
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3240
+ enable_publicapi?: string | null | undefined;
3241
+ enable_rightmove?: string | null | undefined;
3242
+ enable_seloger?: string | null | undefined;
3243
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3244
+ enable_twitter?: string | null | undefined;
3245
+ enable_ubiflow?: string | null | undefined;
3246
+ 'enable_vitrine-media'?: string | null | undefined;
3247
+ enable_website?: string | null | undefined;
3248
+ enable_zillow?: string | null | undefined;
3249
+ enable_zoopla?: string | null | undefined;
3250
+ enable_zumper?: string | null | undefined;
3251
+ facebook_pixel_id?: string | null | undefined;
3252
+ google_analytics_id?: string | null | undefined;
3253
+ immovlan_customer_id?: string | null | undefined;
3254
+ livechat_app_id?: string | null | undefined;
3255
+ logic_immo_agency_id?: string | null | undefined;
3256
+ unassigned_leads_admin_id?: number | null | undefined;
3257
+ };
3258
+ };
3259
+ intercom_app_id: string;
3260
+ id: string;
3261
+ name: string;
3262
+ locale: string;
3263
+ member_count: number;
3264
+ member_allowed: number;
3265
+ contacts_count: number;
3266
+ channels_count: number;
3267
+ plan: {
3268
+ data: {
3269
+ id: string;
3270
+ max_users: number;
3271
+ price: Record<string, any>;
3272
+ interval: string;
3273
+ };
3274
+ };
3275
+ referrer?: {} | null | undefined;
3276
+ disabled_at?: string | null | undefined;
3277
+ created_at?: string | null | undefined;
3278
+ updated_at?: string | null | undefined;
3279
+ };
3280
+ }>>>;
3281
+ settings: z.ZodNullable<z.ZodOptional<z.ZodType<{
3282
+ data: {
3283
+ measurement_system: MeasurementSystem;
3284
+ numeral_system: string;
3285
+ currency: import("../common/currencies").Currency;
3286
+ country: string;
3287
+ visit_duration: number;
3288
+ };
3289
+ }, z.ZodTypeDef, {
3290
+ data: {
3291
+ measurement_system: MeasurementSystem;
3292
+ numeral_system: string;
3293
+ currency: import("../common/currencies").Currency;
3294
+ country: string;
3295
+ visit_duration: number;
3296
+ };
3297
+ }>>>;
3298
+ }, "strip", z.ZodTypeAny, {
3299
+ id: string;
3300
+ name: string;
3301
+ contacts_count: number;
3302
+ properties_count: number;
3303
+ company?: {
3304
+ data: {
3305
+ settings: {
3306
+ data: {
3307
+ email: string;
3308
+ about_en: string;
3309
+ 'about_en-GB': string;
3310
+ about_fr: string;
3311
+ 'about_fr-BE': string;
3312
+ about_nl: string;
3313
+ agency_website_hostname: string;
3314
+ contact_additional: string;
3315
+ contact_borough_or_district: string;
3316
+ contact_box: string;
3317
+ contact_city: string;
3318
+ contact_country: string;
3319
+ contact_county: string;
3320
+ contact_email: string;
3321
+ contact_number: string;
3322
+ contact_phone: string;
3323
+ contact_street: string;
3324
+ contact_street_2: string;
3325
+ contact_zip: string;
3326
+ default_country: string;
3327
+ default_email: string;
3328
+ default_legal_company_name: string;
3329
+ default_legal_VAT_number: string;
3330
+ default_locale: string;
3331
+ description_en: string;
3332
+ 'description_en-GB': string;
3333
+ description_facebook: string;
3334
+ description_fr: string;
3335
+ 'description_fr-BE': string;
3336
+ description_instagram: string;
3337
+ description_nl: string;
3338
+ description_twitter: string;
3339
+ disabled_reason: string;
3340
+ domain_agency_id: string;
3341
+ homepage_cover: string;
3342
+ homepage_cover_image: string;
3343
+ homepage_cover_video: string;
3344
+ homepage_highlights: any[];
3345
+ homepage_properties: string;
3346
+ immoweb_ftp_password: string;
3347
+ immoweb_ftp_username: string;
3348
+ integration_document_management_sweepbright_documents: boolean;
3349
+ intercom_app_id: string;
3350
+ invoice_address: string;
3351
+ invoice_address_2: string;
3352
+ invoice_city: string;
3353
+ invoice_company_name: string;
3354
+ invoice_country: string;
3355
+ invoice_county: string;
3356
+ invoice_email: string;
3357
+ invoice_first_name: string;
3358
+ invoice_last_name: string;
3359
+ invoice_vat_number: string;
3360
+ invoice_zip: string;
3361
+ languages: string[];
3362
+ links_facebook: string;
3363
+ links_instagram: string;
3364
+ links_linkedin: string;
3365
+ links_twitter: string;
3366
+ new_properties_en: string;
3367
+ 'new_properties_en-GB': string;
3368
+ new_properties_fr: string;
3369
+ 'new_properties_fr-BE': string;
3370
+ new_properties_nl: string;
3371
+ onthemarket_api_key: string;
3372
+ published_url_resolvers: string[];
3373
+ registration_number: string;
3374
+ rent_period: string;
3375
+ rightmove_api_key: string;
3376
+ signup_company_name: string;
3377
+ signup_country: string;
3378
+ signup_email: string;
3379
+ tagline_en: string;
3380
+ 'tagline_en-GB': string;
3381
+ tagline_fr: string;
3382
+ 'tagline_fr-BE': string;
3383
+ tagline_nl: string;
3384
+ theme: string;
3385
+ theme_buttons: string;
3386
+ theme_custom_color: string;
3387
+ theme_typeface: string;
3388
+ timezone: string;
3389
+ transaction_types: string;
3390
+ zoopla_api_key: string;
3391
+ description: string;
3392
+ about: string;
3393
+ enable_amepi?: string | null | undefined;
3394
+ 'enable_belles-demeures'?: string | null | undefined;
3395
+ enable_bienici?: string | null | undefined;
3396
+ 'enable_bureau-locaux'?: string | null | undefined;
3397
+ 'enable_cession-pme'?: string | null | undefined;
3398
+ enable_facebook?: string | null | undefined;
3399
+ enable_green_acres?: string | null | undefined;
3400
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3401
+ enable_immovlan?: string | null | undefined;
3402
+ enable_immoweb?: string | null | undefined;
3403
+ 'enable_immoweb-v2'?: string | null | undefined;
3404
+ 'enable_le_figaro-immo'?: string | null | undefined;
3405
+ enable_leboncoin?: string | null | undefined;
3406
+ enable_logicimmo?: string | null | undefined;
3407
+ 'enable_logicimmo-fr'?: string | null | undefined;
3408
+ 'enable_meilleurs-agents'?: string | null | undefined;
3409
+ enable_onthemarket?: string | null | undefined;
3410
+ 'enable_ouest-france'?: string | null | undefined;
3411
+ 'enable_paru-vendu'?: string | null | undefined;
3412
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3413
+ enable_publicapi?: string | null | undefined;
3414
+ enable_rightmove?: string | null | undefined;
3415
+ enable_seloger?: string | null | undefined;
3416
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3417
+ enable_twitter?: string | null | undefined;
3418
+ enable_ubiflow?: string | null | undefined;
3419
+ 'enable_vitrine-media'?: string | null | undefined;
3420
+ enable_website?: string | null | undefined;
3421
+ enable_zillow?: string | null | undefined;
3422
+ enable_zoopla?: string | null | undefined;
3423
+ enable_zumper?: string | null | undefined;
3424
+ facebook_pixel_id?: string | null | undefined;
3425
+ google_analytics_id?: string | null | undefined;
3426
+ immovlan_customer_id?: string | null | undefined;
3427
+ livechat_app_id?: string | null | undefined;
3428
+ logic_immo_agency_id?: string | null | undefined;
3429
+ unassigned_leads_admin_id?: number | null | undefined;
3430
+ };
3431
+ };
3432
+ intercom_app_id: string;
3433
+ id: string;
3434
+ name: string;
3435
+ locale: string;
3436
+ member_count: number;
3437
+ member_allowed: number;
3438
+ contacts_count: number;
3439
+ channels_count: number;
3440
+ plan: {
3441
+ data: {
3442
+ id: string;
3443
+ max_users: number;
3444
+ price: Record<string, any>;
3445
+ interval: string;
3446
+ };
3447
+ };
3448
+ referrer?: {} | null | undefined;
3449
+ disabled_at?: string | null | undefined;
3450
+ created_at?: string | null | undefined;
3451
+ updated_at?: string | null | undefined;
3452
+ };
3453
+ } | null | undefined;
3454
+ settings?: {
3455
+ data: {
3456
+ measurement_system: MeasurementSystem;
3457
+ numeral_system: string;
3458
+ currency: import("../common/currencies").Currency;
3459
+ country: string;
3460
+ visit_duration: number;
3461
+ };
3462
+ } | null | undefined;
3463
+ }, {
3464
+ id: string;
3465
+ name: string;
3466
+ contacts_count: number;
3467
+ properties_count: number;
3468
+ company?: {
3469
+ data: {
3470
+ settings: {
3471
+ data: {
3472
+ email: string;
3473
+ about_en: string;
3474
+ 'about_en-GB': string;
3475
+ about_fr: string;
3476
+ 'about_fr-BE': string;
3477
+ about_nl: string;
3478
+ agency_website_hostname: string;
3479
+ contact_additional: string;
3480
+ contact_borough_or_district: string;
3481
+ contact_box: string;
3482
+ contact_city: string;
3483
+ contact_country: string;
3484
+ contact_county: string;
3485
+ contact_email: string;
3486
+ contact_number: string;
3487
+ contact_phone: string;
3488
+ contact_street: string;
3489
+ contact_street_2: string;
3490
+ contact_zip: string;
3491
+ default_country: string;
3492
+ default_email: string;
3493
+ default_legal_company_name: string;
3494
+ default_legal_VAT_number: string;
3495
+ default_locale: string;
3496
+ description_en: string;
3497
+ 'description_en-GB': string;
3498
+ description_facebook: string;
3499
+ description_fr: string;
3500
+ 'description_fr-BE': string;
3501
+ description_instagram: string;
3502
+ description_nl: string;
3503
+ description_twitter: string;
3504
+ disabled_reason: string;
3505
+ domain_agency_id: string;
3506
+ homepage_cover: string;
3507
+ homepage_cover_image: string;
3508
+ homepage_cover_video: string;
3509
+ homepage_highlights: any[];
3510
+ homepage_properties: string;
3511
+ immoweb_ftp_password: string;
3512
+ immoweb_ftp_username: string;
3513
+ integration_document_management_sweepbright_documents: boolean;
3514
+ intercom_app_id: string;
3515
+ invoice_address: string;
3516
+ invoice_address_2: string;
3517
+ invoice_city: string;
3518
+ invoice_company_name: string;
3519
+ invoice_country: string;
3520
+ invoice_county: string;
3521
+ invoice_email: string;
3522
+ invoice_first_name: string;
3523
+ invoice_last_name: string;
3524
+ invoice_vat_number: string;
3525
+ invoice_zip: string;
3526
+ languages: string[];
3527
+ links_facebook: string;
3528
+ links_instagram: string;
3529
+ links_linkedin: string;
3530
+ links_twitter: string;
3531
+ new_properties_en: string;
3532
+ 'new_properties_en-GB': string;
3533
+ new_properties_fr: string;
3534
+ 'new_properties_fr-BE': string;
3535
+ new_properties_nl: string;
3536
+ onthemarket_api_key: string;
3537
+ published_url_resolvers: string[];
3538
+ registration_number: string;
3539
+ rent_period: string;
3540
+ rightmove_api_key: string;
3541
+ signup_company_name: string;
3542
+ signup_country: string;
3543
+ signup_email: string;
3544
+ tagline_en: string;
3545
+ 'tagline_en-GB': string;
3546
+ tagline_fr: string;
3547
+ 'tagline_fr-BE': string;
3548
+ tagline_nl: string;
3549
+ theme: string;
3550
+ theme_buttons: string;
3551
+ theme_custom_color: string;
3552
+ theme_typeface: string;
3553
+ timezone: string;
3554
+ transaction_types: string;
3555
+ zoopla_api_key: string;
3556
+ description: string;
3557
+ about: string;
3558
+ enable_amepi?: string | null | undefined;
3559
+ 'enable_belles-demeures'?: string | null | undefined;
3560
+ enable_bienici?: string | null | undefined;
3561
+ 'enable_bureau-locaux'?: string | null | undefined;
3562
+ 'enable_cession-pme'?: string | null | undefined;
3563
+ enable_facebook?: string | null | undefined;
3564
+ enable_green_acres?: string | null | undefined;
3565
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3566
+ enable_immovlan?: string | null | undefined;
3567
+ enable_immoweb?: string | null | undefined;
3568
+ 'enable_immoweb-v2'?: string | null | undefined;
3569
+ 'enable_le_figaro-immo'?: string | null | undefined;
3570
+ enable_leboncoin?: string | null | undefined;
3571
+ enable_logicimmo?: string | null | undefined;
3572
+ 'enable_logicimmo-fr'?: string | null | undefined;
3573
+ 'enable_meilleurs-agents'?: string | null | undefined;
3574
+ enable_onthemarket?: string | null | undefined;
3575
+ 'enable_ouest-france'?: string | null | undefined;
3576
+ 'enable_paru-vendu'?: string | null | undefined;
3577
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3578
+ enable_publicapi?: string | null | undefined;
3579
+ enable_rightmove?: string | null | undefined;
3580
+ enable_seloger?: string | null | undefined;
3581
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3582
+ enable_twitter?: string | null | undefined;
3583
+ enable_ubiflow?: string | null | undefined;
3584
+ 'enable_vitrine-media'?: string | null | undefined;
3585
+ enable_website?: string | null | undefined;
3586
+ enable_zillow?: string | null | undefined;
3587
+ enable_zoopla?: string | null | undefined;
3588
+ enable_zumper?: string | null | undefined;
3589
+ facebook_pixel_id?: string | null | undefined;
3590
+ google_analytics_id?: string | null | undefined;
3591
+ immovlan_customer_id?: string | null | undefined;
3592
+ livechat_app_id?: string | null | undefined;
3593
+ logic_immo_agency_id?: string | null | undefined;
3594
+ unassigned_leads_admin_id?: number | null | undefined;
3595
+ };
3596
+ };
3597
+ intercom_app_id: string;
3598
+ id: string;
3599
+ name: string;
3600
+ locale: string;
3601
+ member_count: number;
3602
+ member_allowed: number;
3603
+ contacts_count: number;
3604
+ channels_count: number;
3605
+ plan: {
3606
+ data: {
3607
+ id: string;
3608
+ max_users: number;
3609
+ price: Record<string, any>;
3610
+ interval: string;
3611
+ };
3612
+ };
3613
+ referrer?: {} | null | undefined;
3614
+ disabled_at?: string | null | undefined;
3615
+ created_at?: string | null | undefined;
3616
+ updated_at?: string | null | undefined;
3617
+ };
3618
+ } | null | undefined;
3619
+ settings?: {
3620
+ data: {
3621
+ measurement_system: MeasurementSystem;
3622
+ numeral_system: string;
3623
+ currency: import("../common/currencies").Currency;
3624
+ country: string;
3625
+ visit_duration: number;
3626
+ };
3627
+ } | null | undefined;
3628
+ }>;
3629
+ export declare const officeDataSchema: z.ZodObject<{
3630
+ data: z.ZodObject<{
3631
+ id: z.ZodString;
3632
+ name: z.ZodString;
3633
+ properties_count: z.ZodNumber;
3634
+ contacts_count: z.ZodNumber;
3635
+ company: z.ZodNullable<z.ZodOptional<z.ZodType<{
3636
+ data: {
3637
+ settings: {
3638
+ data: {
3639
+ email: string;
3640
+ about_en: string;
3641
+ 'about_en-GB': string;
3642
+ about_fr: string;
3643
+ 'about_fr-BE': string;
3644
+ about_nl: string;
3645
+ agency_website_hostname: string;
3646
+ contact_additional: string;
3647
+ contact_borough_or_district: string;
3648
+ contact_box: string;
3649
+ contact_city: string;
3650
+ contact_country: string;
3651
+ contact_county: string;
3652
+ contact_email: string;
3653
+ contact_number: string;
3654
+ contact_phone: string;
3655
+ contact_street: string;
3656
+ contact_street_2: string;
3657
+ contact_zip: string;
3658
+ default_country: string;
3659
+ default_email: string;
3660
+ default_legal_company_name: string;
3661
+ default_legal_VAT_number: string;
3662
+ default_locale: string;
3663
+ description_en: string;
3664
+ 'description_en-GB': string;
3665
+ description_facebook: string;
3666
+ description_fr: string;
3667
+ 'description_fr-BE': string;
3668
+ description_instagram: string;
3669
+ description_nl: string;
3670
+ description_twitter: string;
3671
+ disabled_reason: string;
3672
+ domain_agency_id: string;
3673
+ homepage_cover: string;
3674
+ homepage_cover_image: string;
3675
+ homepage_cover_video: string;
3676
+ homepage_highlights: any[];
3677
+ homepage_properties: string;
3678
+ immoweb_ftp_password: string;
3679
+ immoweb_ftp_username: string;
3680
+ integration_document_management_sweepbright_documents: boolean;
3681
+ intercom_app_id: string;
3682
+ invoice_address: string;
3683
+ invoice_address_2: string;
3684
+ invoice_city: string;
3685
+ invoice_company_name: string;
3686
+ invoice_country: string;
3687
+ invoice_county: string;
3688
+ invoice_email: string;
3689
+ invoice_first_name: string;
3690
+ invoice_last_name: string;
3691
+ invoice_vat_number: string;
3692
+ invoice_zip: string;
3693
+ languages: string[];
3694
+ links_facebook: string;
3695
+ links_instagram: string;
3696
+ links_linkedin: string;
3697
+ links_twitter: string;
3698
+ new_properties_en: string;
3699
+ 'new_properties_en-GB': string;
3700
+ new_properties_fr: string;
3701
+ 'new_properties_fr-BE': string;
3702
+ new_properties_nl: string;
3703
+ onthemarket_api_key: string;
3704
+ published_url_resolvers: string[];
3705
+ registration_number: string;
3706
+ rent_period: string;
3707
+ rightmove_api_key: string;
3708
+ signup_company_name: string;
3709
+ signup_country: string;
3710
+ signup_email: string;
3711
+ tagline_en: string;
3712
+ 'tagline_en-GB': string;
3713
+ tagline_fr: string;
3714
+ 'tagline_fr-BE': string;
3715
+ tagline_nl: string;
3716
+ theme: string;
3717
+ theme_buttons: string;
3718
+ theme_custom_color: string;
3719
+ theme_typeface: string;
3720
+ timezone: string;
3721
+ transaction_types: string;
3722
+ zoopla_api_key: string;
3723
+ description: string;
3724
+ about: string;
3725
+ enable_amepi?: string | null | undefined;
3726
+ 'enable_belles-demeures'?: string | null | undefined;
3727
+ enable_bienici?: string | null | undefined;
3728
+ 'enable_bureau-locaux'?: string | null | undefined;
3729
+ 'enable_cession-pme'?: string | null | undefined;
3730
+ enable_facebook?: string | null | undefined;
3731
+ enable_green_acres?: string | null | undefined;
3732
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3733
+ enable_immovlan?: string | null | undefined;
3734
+ enable_immoweb?: string | null | undefined;
3735
+ 'enable_immoweb-v2'?: string | null | undefined;
3736
+ 'enable_le_figaro-immo'?: string | null | undefined;
3737
+ enable_leboncoin?: string | null | undefined;
3738
+ enable_logicimmo?: string | null | undefined;
3739
+ 'enable_logicimmo-fr'?: string | null | undefined;
3740
+ 'enable_meilleurs-agents'?: string | null | undefined;
3741
+ enable_onthemarket?: string | null | undefined;
3742
+ 'enable_ouest-france'?: string | null | undefined;
3743
+ 'enable_paru-vendu'?: string | null | undefined;
3744
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3745
+ enable_publicapi?: string | null | undefined;
3746
+ enable_rightmove?: string | null | undefined;
3747
+ enable_seloger?: string | null | undefined;
3748
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3749
+ enable_twitter?: string | null | undefined;
3750
+ enable_ubiflow?: string | null | undefined;
3751
+ 'enable_vitrine-media'?: string | null | undefined;
3752
+ enable_website?: string | null | undefined;
3753
+ enable_zillow?: string | null | undefined;
3754
+ enable_zoopla?: string | null | undefined;
3755
+ enable_zumper?: string | null | undefined;
3756
+ facebook_pixel_id?: string | null | undefined;
3757
+ google_analytics_id?: string | null | undefined;
3758
+ immovlan_customer_id?: string | null | undefined;
3759
+ livechat_app_id?: string | null | undefined;
3760
+ logic_immo_agency_id?: string | null | undefined;
3761
+ unassigned_leads_admin_id?: number | null | undefined;
3762
+ };
3763
+ };
3764
+ intercom_app_id: string;
3765
+ id: string;
3766
+ name: string;
3767
+ locale: string;
3768
+ member_count: number;
3769
+ member_allowed: number;
3770
+ contacts_count: number;
3771
+ channels_count: number;
3772
+ plan: {
3773
+ data: {
3774
+ id: string;
3775
+ max_users: number;
3776
+ price: Record<string, any>;
3777
+ interval: string;
3778
+ };
3779
+ };
3780
+ referrer?: {} | null | undefined;
3781
+ disabled_at?: string | null | undefined;
3782
+ created_at?: string | null | undefined;
3783
+ updated_at?: string | null | undefined;
3784
+ };
3785
+ }, z.ZodTypeDef, {
3786
+ data: {
3787
+ settings: {
3788
+ data: {
3789
+ email: string;
3790
+ about_en: string;
3791
+ 'about_en-GB': string;
3792
+ about_fr: string;
3793
+ 'about_fr-BE': string;
3794
+ about_nl: string;
3795
+ agency_website_hostname: string;
3796
+ contact_additional: string;
3797
+ contact_borough_or_district: string;
3798
+ contact_box: string;
3799
+ contact_city: string;
3800
+ contact_country: string;
3801
+ contact_county: string;
3802
+ contact_email: string;
3803
+ contact_number: string;
3804
+ contact_phone: string;
3805
+ contact_street: string;
3806
+ contact_street_2: string;
3807
+ contact_zip: string;
3808
+ default_country: string;
3809
+ default_email: string;
3810
+ default_legal_company_name: string;
3811
+ default_legal_VAT_number: string;
3812
+ default_locale: string;
3813
+ description_en: string;
3814
+ 'description_en-GB': string;
3815
+ description_facebook: string;
3816
+ description_fr: string;
3817
+ 'description_fr-BE': string;
3818
+ description_instagram: string;
3819
+ description_nl: string;
3820
+ description_twitter: string;
3821
+ disabled_reason: string;
3822
+ domain_agency_id: string;
3823
+ homepage_cover: string;
3824
+ homepage_cover_image: string;
3825
+ homepage_cover_video: string;
3826
+ homepage_highlights: any[];
3827
+ homepage_properties: string;
3828
+ immoweb_ftp_password: string;
3829
+ immoweb_ftp_username: string;
3830
+ integration_document_management_sweepbright_documents: boolean;
3831
+ intercom_app_id: string;
3832
+ invoice_address: string;
3833
+ invoice_address_2: string;
3834
+ invoice_city: string;
3835
+ invoice_company_name: string;
3836
+ invoice_country: string;
3837
+ invoice_county: string;
3838
+ invoice_email: string;
3839
+ invoice_first_name: string;
3840
+ invoice_last_name: string;
3841
+ invoice_vat_number: string;
3842
+ invoice_zip: string;
3843
+ languages: string[];
3844
+ links_facebook: string;
3845
+ links_instagram: string;
3846
+ links_linkedin: string;
3847
+ links_twitter: string;
3848
+ new_properties_en: string;
3849
+ 'new_properties_en-GB': string;
3850
+ new_properties_fr: string;
3851
+ 'new_properties_fr-BE': string;
3852
+ new_properties_nl: string;
3853
+ onthemarket_api_key: string;
3854
+ published_url_resolvers: string[];
3855
+ registration_number: string;
3856
+ rent_period: string;
3857
+ rightmove_api_key: string;
3858
+ signup_company_name: string;
3859
+ signup_country: string;
3860
+ signup_email: string;
3861
+ tagline_en: string;
3862
+ 'tagline_en-GB': string;
3863
+ tagline_fr: string;
3864
+ 'tagline_fr-BE': string;
3865
+ tagline_nl: string;
3866
+ theme: string;
3867
+ theme_buttons: string;
3868
+ theme_custom_color: string;
3869
+ theme_typeface: string;
3870
+ timezone: string;
3871
+ transaction_types: string;
3872
+ zoopla_api_key: string;
3873
+ description: string;
3874
+ about: string;
3875
+ enable_amepi?: string | null | undefined;
3876
+ 'enable_belles-demeures'?: string | null | undefined;
3877
+ enable_bienici?: string | null | undefined;
3878
+ 'enable_bureau-locaux'?: string | null | undefined;
3879
+ 'enable_cession-pme'?: string | null | undefined;
3880
+ enable_facebook?: string | null | undefined;
3881
+ enable_green_acres?: string | null | undefined;
3882
+ 'enable_hotellerie-restauration'?: string | null | undefined;
3883
+ enable_immovlan?: string | null | undefined;
3884
+ enable_immoweb?: string | null | undefined;
3885
+ 'enable_immoweb-v2'?: string | null | undefined;
3886
+ 'enable_le_figaro-immo'?: string | null | undefined;
3887
+ enable_leboncoin?: string | null | undefined;
3888
+ enable_logicimmo?: string | null | undefined;
3889
+ 'enable_logicimmo-fr'?: string | null | undefined;
3890
+ 'enable_meilleurs-agents'?: string | null | undefined;
3891
+ enable_onthemarket?: string | null | undefined;
3892
+ 'enable_ouest-france'?: string | null | undefined;
3893
+ 'enable_paru-vendu'?: string | null | undefined;
3894
+ 'enable_propriete-le-figaro'?: string | null | undefined;
3895
+ enable_publicapi?: string | null | undefined;
3896
+ enable_rightmove?: string | null | undefined;
3897
+ enable_seloger?: string | null | undefined;
3898
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
3899
+ enable_twitter?: string | null | undefined;
3900
+ enable_ubiflow?: string | null | undefined;
3901
+ 'enable_vitrine-media'?: string | null | undefined;
3902
+ enable_website?: string | null | undefined;
3903
+ enable_zillow?: string | null | undefined;
3904
+ enable_zoopla?: string | null | undefined;
3905
+ enable_zumper?: string | null | undefined;
3906
+ facebook_pixel_id?: string | null | undefined;
3907
+ google_analytics_id?: string | null | undefined;
3908
+ immovlan_customer_id?: string | null | undefined;
3909
+ livechat_app_id?: string | null | undefined;
3910
+ logic_immo_agency_id?: string | null | undefined;
3911
+ unassigned_leads_admin_id?: number | null | undefined;
3912
+ };
3913
+ };
3914
+ intercom_app_id: string;
3915
+ id: string;
3916
+ name: string;
3917
+ locale: string;
3918
+ member_count: number;
3919
+ member_allowed: number;
3920
+ contacts_count: number;
3921
+ channels_count: number;
3922
+ plan: {
3923
+ data: {
3924
+ id: string;
3925
+ max_users: number;
3926
+ price: Record<string, any>;
3927
+ interval: string;
3928
+ };
3929
+ };
3930
+ referrer?: {} | null | undefined;
3931
+ disabled_at?: string | null | undefined;
3932
+ created_at?: string | null | undefined;
3933
+ updated_at?: string | null | undefined;
3934
+ };
3935
+ }>>>;
3936
+ settings: z.ZodNullable<z.ZodOptional<z.ZodType<{
3937
+ data: {
3938
+ measurement_system: MeasurementSystem;
3939
+ numeral_system: string;
3940
+ currency: import("../common/currencies").Currency;
3941
+ country: string;
3942
+ visit_duration: number;
3943
+ };
3944
+ }, z.ZodTypeDef, {
3945
+ data: {
3946
+ measurement_system: MeasurementSystem;
3947
+ numeral_system: string;
3948
+ currency: import("../common/currencies").Currency;
3949
+ country: string;
3950
+ visit_duration: number;
3951
+ };
3952
+ }>>>;
3953
+ }, "strip", z.ZodTypeAny, {
3954
+ id: string;
3955
+ name: string;
3956
+ contacts_count: number;
3957
+ properties_count: number;
3958
+ company?: {
3959
+ data: {
3960
+ settings: {
3961
+ data: {
3962
+ email: string;
3963
+ about_en: string;
3964
+ 'about_en-GB': string;
3965
+ about_fr: string;
3966
+ 'about_fr-BE': string;
3967
+ about_nl: string;
3968
+ agency_website_hostname: string;
3969
+ contact_additional: string;
3970
+ contact_borough_or_district: string;
3971
+ contact_box: string;
3972
+ contact_city: string;
3973
+ contact_country: string;
3974
+ contact_county: string;
3975
+ contact_email: string;
3976
+ contact_number: string;
3977
+ contact_phone: string;
3978
+ contact_street: string;
3979
+ contact_street_2: string;
3980
+ contact_zip: string;
3981
+ default_country: string;
3982
+ default_email: string;
3983
+ default_legal_company_name: string;
3984
+ default_legal_VAT_number: string;
3985
+ default_locale: string;
3986
+ description_en: string;
3987
+ 'description_en-GB': string;
3988
+ description_facebook: string;
3989
+ description_fr: string;
3990
+ 'description_fr-BE': string;
3991
+ description_instagram: string;
3992
+ description_nl: string;
3993
+ description_twitter: string;
3994
+ disabled_reason: string;
3995
+ domain_agency_id: string;
3996
+ homepage_cover: string;
3997
+ homepage_cover_image: string;
3998
+ homepage_cover_video: string;
3999
+ homepage_highlights: any[];
4000
+ homepage_properties: string;
4001
+ immoweb_ftp_password: string;
4002
+ immoweb_ftp_username: string;
4003
+ integration_document_management_sweepbright_documents: boolean;
4004
+ intercom_app_id: string;
4005
+ invoice_address: string;
4006
+ invoice_address_2: string;
4007
+ invoice_city: string;
4008
+ invoice_company_name: string;
4009
+ invoice_country: string;
4010
+ invoice_county: string;
4011
+ invoice_email: string;
4012
+ invoice_first_name: string;
4013
+ invoice_last_name: string;
4014
+ invoice_vat_number: string;
4015
+ invoice_zip: string;
4016
+ languages: string[];
4017
+ links_facebook: string;
4018
+ links_instagram: string;
4019
+ links_linkedin: string;
4020
+ links_twitter: string;
4021
+ new_properties_en: string;
4022
+ 'new_properties_en-GB': string;
4023
+ new_properties_fr: string;
4024
+ 'new_properties_fr-BE': string;
4025
+ new_properties_nl: string;
4026
+ onthemarket_api_key: string;
4027
+ published_url_resolvers: string[];
4028
+ registration_number: string;
4029
+ rent_period: string;
4030
+ rightmove_api_key: string;
4031
+ signup_company_name: string;
4032
+ signup_country: string;
4033
+ signup_email: string;
4034
+ tagline_en: string;
4035
+ 'tagline_en-GB': string;
4036
+ tagline_fr: string;
4037
+ 'tagline_fr-BE': string;
4038
+ tagline_nl: string;
4039
+ theme: string;
4040
+ theme_buttons: string;
4041
+ theme_custom_color: string;
4042
+ theme_typeface: string;
4043
+ timezone: string;
4044
+ transaction_types: string;
4045
+ zoopla_api_key: string;
4046
+ description: string;
4047
+ about: string;
4048
+ enable_amepi?: string | null | undefined;
4049
+ 'enable_belles-demeures'?: string | null | undefined;
4050
+ enable_bienici?: string | null | undefined;
4051
+ 'enable_bureau-locaux'?: string | null | undefined;
4052
+ 'enable_cession-pme'?: string | null | undefined;
4053
+ enable_facebook?: string | null | undefined;
4054
+ enable_green_acres?: string | null | undefined;
4055
+ 'enable_hotellerie-restauration'?: string | null | undefined;
4056
+ enable_immovlan?: string | null | undefined;
4057
+ enable_immoweb?: string | null | undefined;
4058
+ 'enable_immoweb-v2'?: string | null | undefined;
4059
+ 'enable_le_figaro-immo'?: string | null | undefined;
4060
+ enable_leboncoin?: string | null | undefined;
4061
+ enable_logicimmo?: string | null | undefined;
4062
+ 'enable_logicimmo-fr'?: string | null | undefined;
4063
+ 'enable_meilleurs-agents'?: string | null | undefined;
4064
+ enable_onthemarket?: string | null | undefined;
4065
+ 'enable_ouest-france'?: string | null | undefined;
4066
+ 'enable_paru-vendu'?: string | null | undefined;
4067
+ 'enable_propriete-le-figaro'?: string | null | undefined;
4068
+ enable_publicapi?: string | null | undefined;
4069
+ enable_rightmove?: string | null | undefined;
4070
+ enable_seloger?: string | null | undefined;
4071
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
4072
+ enable_twitter?: string | null | undefined;
4073
+ enable_ubiflow?: string | null | undefined;
4074
+ 'enable_vitrine-media'?: string | null | undefined;
4075
+ enable_website?: string | null | undefined;
4076
+ enable_zillow?: string | null | undefined;
4077
+ enable_zoopla?: string | null | undefined;
4078
+ enable_zumper?: string | null | undefined;
4079
+ facebook_pixel_id?: string | null | undefined;
4080
+ google_analytics_id?: string | null | undefined;
4081
+ immovlan_customer_id?: string | null | undefined;
4082
+ livechat_app_id?: string | null | undefined;
4083
+ logic_immo_agency_id?: string | null | undefined;
4084
+ unassigned_leads_admin_id?: number | null | undefined;
4085
+ };
4086
+ };
4087
+ intercom_app_id: string;
4088
+ id: string;
4089
+ name: string;
4090
+ locale: string;
4091
+ member_count: number;
4092
+ member_allowed: number;
4093
+ contacts_count: number;
4094
+ channels_count: number;
4095
+ plan: {
4096
+ data: {
4097
+ id: string;
4098
+ max_users: number;
4099
+ price: Record<string, any>;
4100
+ interval: string;
4101
+ };
4102
+ };
4103
+ referrer?: {} | null | undefined;
4104
+ disabled_at?: string | null | undefined;
4105
+ created_at?: string | null | undefined;
4106
+ updated_at?: string | null | undefined;
4107
+ };
4108
+ } | null | undefined;
4109
+ settings?: {
4110
+ data: {
4111
+ measurement_system: MeasurementSystem;
4112
+ numeral_system: string;
4113
+ currency: import("../common/currencies").Currency;
4114
+ country: string;
4115
+ visit_duration: number;
4116
+ };
4117
+ } | null | undefined;
4118
+ }, {
4119
+ id: string;
4120
+ name: string;
4121
+ contacts_count: number;
4122
+ properties_count: number;
4123
+ company?: {
4124
+ data: {
4125
+ settings: {
4126
+ data: {
4127
+ email: string;
4128
+ about_en: string;
4129
+ 'about_en-GB': string;
4130
+ about_fr: string;
4131
+ 'about_fr-BE': string;
4132
+ about_nl: string;
4133
+ agency_website_hostname: string;
4134
+ contact_additional: string;
4135
+ contact_borough_or_district: string;
4136
+ contact_box: string;
4137
+ contact_city: string;
4138
+ contact_country: string;
4139
+ contact_county: string;
4140
+ contact_email: string;
4141
+ contact_number: string;
4142
+ contact_phone: string;
4143
+ contact_street: string;
4144
+ contact_street_2: string;
4145
+ contact_zip: string;
4146
+ default_country: string;
4147
+ default_email: string;
4148
+ default_legal_company_name: string;
4149
+ default_legal_VAT_number: string;
4150
+ default_locale: string;
4151
+ description_en: string;
4152
+ 'description_en-GB': string;
4153
+ description_facebook: string;
4154
+ description_fr: string;
4155
+ 'description_fr-BE': string;
4156
+ description_instagram: string;
4157
+ description_nl: string;
4158
+ description_twitter: string;
4159
+ disabled_reason: string;
4160
+ domain_agency_id: string;
4161
+ homepage_cover: string;
4162
+ homepage_cover_image: string;
4163
+ homepage_cover_video: string;
4164
+ homepage_highlights: any[];
4165
+ homepage_properties: string;
4166
+ immoweb_ftp_password: string;
4167
+ immoweb_ftp_username: string;
4168
+ integration_document_management_sweepbright_documents: boolean;
4169
+ intercom_app_id: string;
4170
+ invoice_address: string;
4171
+ invoice_address_2: string;
4172
+ invoice_city: string;
4173
+ invoice_company_name: string;
4174
+ invoice_country: string;
4175
+ invoice_county: string;
4176
+ invoice_email: string;
4177
+ invoice_first_name: string;
4178
+ invoice_last_name: string;
4179
+ invoice_vat_number: string;
4180
+ invoice_zip: string;
4181
+ languages: string[];
4182
+ links_facebook: string;
4183
+ links_instagram: string;
4184
+ links_linkedin: string;
4185
+ links_twitter: string;
4186
+ new_properties_en: string;
4187
+ 'new_properties_en-GB': string;
4188
+ new_properties_fr: string;
4189
+ 'new_properties_fr-BE': string;
4190
+ new_properties_nl: string;
4191
+ onthemarket_api_key: string;
4192
+ published_url_resolvers: string[];
4193
+ registration_number: string;
4194
+ rent_period: string;
4195
+ rightmove_api_key: string;
4196
+ signup_company_name: string;
4197
+ signup_country: string;
4198
+ signup_email: string;
4199
+ tagline_en: string;
4200
+ 'tagline_en-GB': string;
4201
+ tagline_fr: string;
4202
+ 'tagline_fr-BE': string;
4203
+ tagline_nl: string;
4204
+ theme: string;
4205
+ theme_buttons: string;
4206
+ theme_custom_color: string;
4207
+ theme_typeface: string;
4208
+ timezone: string;
4209
+ transaction_types: string;
4210
+ zoopla_api_key: string;
4211
+ description: string;
4212
+ about: string;
4213
+ enable_amepi?: string | null | undefined;
4214
+ 'enable_belles-demeures'?: string | null | undefined;
4215
+ enable_bienici?: string | null | undefined;
4216
+ 'enable_bureau-locaux'?: string | null | undefined;
4217
+ 'enable_cession-pme'?: string | null | undefined;
4218
+ enable_facebook?: string | null | undefined;
4219
+ enable_green_acres?: string | null | undefined;
4220
+ 'enable_hotellerie-restauration'?: string | null | undefined;
4221
+ enable_immovlan?: string | null | undefined;
4222
+ enable_immoweb?: string | null | undefined;
4223
+ 'enable_immoweb-v2'?: string | null | undefined;
4224
+ 'enable_le_figaro-immo'?: string | null | undefined;
4225
+ enable_leboncoin?: string | null | undefined;
4226
+ enable_logicimmo?: string | null | undefined;
4227
+ 'enable_logicimmo-fr'?: string | null | undefined;
4228
+ 'enable_meilleurs-agents'?: string | null | undefined;
4229
+ enable_onthemarket?: string | null | undefined;
4230
+ 'enable_ouest-france'?: string | null | undefined;
4231
+ 'enable_paru-vendu'?: string | null | undefined;
4232
+ 'enable_propriete-le-figaro'?: string | null | undefined;
4233
+ enable_publicapi?: string | null | undefined;
4234
+ enable_rightmove?: string | null | undefined;
4235
+ enable_seloger?: string | null | undefined;
4236
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
4237
+ enable_twitter?: string | null | undefined;
4238
+ enable_ubiflow?: string | null | undefined;
4239
+ 'enable_vitrine-media'?: string | null | undefined;
4240
+ enable_website?: string | null | undefined;
4241
+ enable_zillow?: string | null | undefined;
4242
+ enable_zoopla?: string | null | undefined;
4243
+ enable_zumper?: string | null | undefined;
4244
+ facebook_pixel_id?: string | null | undefined;
4245
+ google_analytics_id?: string | null | undefined;
4246
+ immovlan_customer_id?: string | null | undefined;
4247
+ livechat_app_id?: string | null | undefined;
4248
+ logic_immo_agency_id?: string | null | undefined;
4249
+ unassigned_leads_admin_id?: number | null | undefined;
4250
+ };
4251
+ };
4252
+ intercom_app_id: string;
4253
+ id: string;
4254
+ name: string;
4255
+ locale: string;
4256
+ member_count: number;
4257
+ member_allowed: number;
4258
+ contacts_count: number;
4259
+ channels_count: number;
4260
+ plan: {
4261
+ data: {
4262
+ id: string;
4263
+ max_users: number;
4264
+ price: Record<string, any>;
4265
+ interval: string;
4266
+ };
4267
+ };
4268
+ referrer?: {} | null | undefined;
4269
+ disabled_at?: string | null | undefined;
4270
+ created_at?: string | null | undefined;
4271
+ updated_at?: string | null | undefined;
4272
+ };
4273
+ } | null | undefined;
4274
+ settings?: {
4275
+ data: {
4276
+ measurement_system: MeasurementSystem;
4277
+ numeral_system: string;
4278
+ currency: import("../common/currencies").Currency;
4279
+ country: string;
4280
+ visit_duration: number;
4281
+ };
4282
+ } | null | undefined;
4283
+ }>;
4284
+ }, "strip", z.ZodTypeAny, {
4285
+ data: {
4286
+ id: string;
4287
+ name: string;
4288
+ contacts_count: number;
4289
+ properties_count: number;
4290
+ company?: {
4291
+ data: {
4292
+ settings: {
4293
+ data: {
4294
+ email: string;
4295
+ about_en: string;
4296
+ 'about_en-GB': string;
4297
+ about_fr: string;
4298
+ 'about_fr-BE': string;
4299
+ about_nl: string;
4300
+ agency_website_hostname: string;
4301
+ contact_additional: string;
4302
+ contact_borough_or_district: string;
4303
+ contact_box: string;
4304
+ contact_city: string;
4305
+ contact_country: string;
4306
+ contact_county: string;
4307
+ contact_email: string;
4308
+ contact_number: string;
4309
+ contact_phone: string;
4310
+ contact_street: string;
4311
+ contact_street_2: string;
4312
+ contact_zip: string;
4313
+ default_country: string;
4314
+ default_email: string;
4315
+ default_legal_company_name: string;
4316
+ default_legal_VAT_number: string;
4317
+ default_locale: string;
4318
+ description_en: string;
4319
+ 'description_en-GB': string;
4320
+ description_facebook: string;
4321
+ description_fr: string;
4322
+ 'description_fr-BE': string;
4323
+ description_instagram: string;
4324
+ description_nl: string;
4325
+ description_twitter: string;
4326
+ disabled_reason: string;
4327
+ domain_agency_id: string;
4328
+ homepage_cover: string;
4329
+ homepage_cover_image: string;
4330
+ homepage_cover_video: string;
4331
+ homepage_highlights: any[];
4332
+ homepage_properties: string;
4333
+ immoweb_ftp_password: string;
4334
+ immoweb_ftp_username: string;
4335
+ integration_document_management_sweepbright_documents: boolean;
4336
+ intercom_app_id: string;
4337
+ invoice_address: string;
4338
+ invoice_address_2: string;
4339
+ invoice_city: string;
4340
+ invoice_company_name: string;
4341
+ invoice_country: string;
4342
+ invoice_county: string;
4343
+ invoice_email: string;
4344
+ invoice_first_name: string;
4345
+ invoice_last_name: string;
4346
+ invoice_vat_number: string;
4347
+ invoice_zip: string;
4348
+ languages: string[];
4349
+ links_facebook: string;
4350
+ links_instagram: string;
4351
+ links_linkedin: string;
4352
+ links_twitter: string;
4353
+ new_properties_en: string;
4354
+ 'new_properties_en-GB': string;
4355
+ new_properties_fr: string;
4356
+ 'new_properties_fr-BE': string;
4357
+ new_properties_nl: string;
4358
+ onthemarket_api_key: string;
4359
+ published_url_resolvers: string[];
4360
+ registration_number: string;
4361
+ rent_period: string;
4362
+ rightmove_api_key: string;
4363
+ signup_company_name: string;
4364
+ signup_country: string;
4365
+ signup_email: string;
4366
+ tagline_en: string;
4367
+ 'tagline_en-GB': string;
4368
+ tagline_fr: string;
4369
+ 'tagline_fr-BE': string;
4370
+ tagline_nl: string;
4371
+ theme: string;
4372
+ theme_buttons: string;
4373
+ theme_custom_color: string;
4374
+ theme_typeface: string;
4375
+ timezone: string;
4376
+ transaction_types: string;
4377
+ zoopla_api_key: string;
4378
+ description: string;
4379
+ about: string;
4380
+ enable_amepi?: string | null | undefined;
4381
+ 'enable_belles-demeures'?: string | null | undefined;
4382
+ enable_bienici?: string | null | undefined;
4383
+ 'enable_bureau-locaux'?: string | null | undefined;
4384
+ 'enable_cession-pme'?: string | null | undefined;
4385
+ enable_facebook?: string | null | undefined;
4386
+ enable_green_acres?: string | null | undefined;
4387
+ 'enable_hotellerie-restauration'?: string | null | undefined;
4388
+ enable_immovlan?: string | null | undefined;
4389
+ enable_immoweb?: string | null | undefined;
4390
+ 'enable_immoweb-v2'?: string | null | undefined;
4391
+ 'enable_le_figaro-immo'?: string | null | undefined;
4392
+ enable_leboncoin?: string | null | undefined;
4393
+ enable_logicimmo?: string | null | undefined;
4394
+ 'enable_logicimmo-fr'?: string | null | undefined;
4395
+ 'enable_meilleurs-agents'?: string | null | undefined;
4396
+ enable_onthemarket?: string | null | undefined;
4397
+ 'enable_ouest-france'?: string | null | undefined;
4398
+ 'enable_paru-vendu'?: string | null | undefined;
4399
+ 'enable_propriete-le-figaro'?: string | null | undefined;
4400
+ enable_publicapi?: string | null | undefined;
4401
+ enable_rightmove?: string | null | undefined;
4402
+ enable_seloger?: string | null | undefined;
4403
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
4404
+ enable_twitter?: string | null | undefined;
4405
+ enable_ubiflow?: string | null | undefined;
4406
+ 'enable_vitrine-media'?: string | null | undefined;
4407
+ enable_website?: string | null | undefined;
4408
+ enable_zillow?: string | null | undefined;
4409
+ enable_zoopla?: string | null | undefined;
4410
+ enable_zumper?: string | null | undefined;
4411
+ facebook_pixel_id?: string | null | undefined;
4412
+ google_analytics_id?: string | null | undefined;
4413
+ immovlan_customer_id?: string | null | undefined;
4414
+ livechat_app_id?: string | null | undefined;
4415
+ logic_immo_agency_id?: string | null | undefined;
4416
+ unassigned_leads_admin_id?: number | null | undefined;
4417
+ };
4418
+ };
4419
+ intercom_app_id: string;
4420
+ id: string;
4421
+ name: string;
4422
+ locale: string;
4423
+ member_count: number;
4424
+ member_allowed: number;
4425
+ contacts_count: number;
4426
+ channels_count: number;
4427
+ plan: {
4428
+ data: {
4429
+ id: string;
4430
+ max_users: number;
4431
+ price: Record<string, any>;
4432
+ interval: string;
4433
+ };
4434
+ };
4435
+ referrer?: {} | null | undefined;
4436
+ disabled_at?: string | null | undefined;
4437
+ created_at?: string | null | undefined;
4438
+ updated_at?: string | null | undefined;
4439
+ };
4440
+ } | null | undefined;
4441
+ settings?: {
4442
+ data: {
4443
+ measurement_system: MeasurementSystem;
4444
+ numeral_system: string;
4445
+ currency: import("../common/currencies").Currency;
4446
+ country: string;
4447
+ visit_duration: number;
4448
+ };
4449
+ } | null | undefined;
4450
+ };
4451
+ }, {
4452
+ data: {
4453
+ id: string;
4454
+ name: string;
4455
+ contacts_count: number;
4456
+ properties_count: number;
4457
+ company?: {
4458
+ data: {
4459
+ settings: {
4460
+ data: {
4461
+ email: string;
4462
+ about_en: string;
4463
+ 'about_en-GB': string;
4464
+ about_fr: string;
4465
+ 'about_fr-BE': string;
4466
+ about_nl: string;
4467
+ agency_website_hostname: string;
4468
+ contact_additional: string;
4469
+ contact_borough_or_district: string;
4470
+ contact_box: string;
4471
+ contact_city: string;
4472
+ contact_country: string;
4473
+ contact_county: string;
4474
+ contact_email: string;
4475
+ contact_number: string;
4476
+ contact_phone: string;
4477
+ contact_street: string;
4478
+ contact_street_2: string;
4479
+ contact_zip: string;
4480
+ default_country: string;
4481
+ default_email: string;
4482
+ default_legal_company_name: string;
4483
+ default_legal_VAT_number: string;
4484
+ default_locale: string;
4485
+ description_en: string;
4486
+ 'description_en-GB': string;
4487
+ description_facebook: string;
4488
+ description_fr: string;
4489
+ 'description_fr-BE': string;
4490
+ description_instagram: string;
4491
+ description_nl: string;
4492
+ description_twitter: string;
4493
+ disabled_reason: string;
4494
+ domain_agency_id: string;
4495
+ homepage_cover: string;
4496
+ homepage_cover_image: string;
4497
+ homepage_cover_video: string;
4498
+ homepage_highlights: any[];
4499
+ homepage_properties: string;
4500
+ immoweb_ftp_password: string;
4501
+ immoweb_ftp_username: string;
4502
+ integration_document_management_sweepbright_documents: boolean;
4503
+ intercom_app_id: string;
4504
+ invoice_address: string;
4505
+ invoice_address_2: string;
4506
+ invoice_city: string;
4507
+ invoice_company_name: string;
4508
+ invoice_country: string;
4509
+ invoice_county: string;
4510
+ invoice_email: string;
4511
+ invoice_first_name: string;
4512
+ invoice_last_name: string;
4513
+ invoice_vat_number: string;
4514
+ invoice_zip: string;
4515
+ languages: string[];
4516
+ links_facebook: string;
4517
+ links_instagram: string;
4518
+ links_linkedin: string;
4519
+ links_twitter: string;
4520
+ new_properties_en: string;
4521
+ 'new_properties_en-GB': string;
4522
+ new_properties_fr: string;
4523
+ 'new_properties_fr-BE': string;
4524
+ new_properties_nl: string;
4525
+ onthemarket_api_key: string;
4526
+ published_url_resolvers: string[];
4527
+ registration_number: string;
4528
+ rent_period: string;
4529
+ rightmove_api_key: string;
4530
+ signup_company_name: string;
4531
+ signup_country: string;
4532
+ signup_email: string;
4533
+ tagline_en: string;
4534
+ 'tagline_en-GB': string;
4535
+ tagline_fr: string;
4536
+ 'tagline_fr-BE': string;
4537
+ tagline_nl: string;
4538
+ theme: string;
4539
+ theme_buttons: string;
4540
+ theme_custom_color: string;
4541
+ theme_typeface: string;
4542
+ timezone: string;
4543
+ transaction_types: string;
4544
+ zoopla_api_key: string;
4545
+ description: string;
4546
+ about: string;
4547
+ enable_amepi?: string | null | undefined;
4548
+ 'enable_belles-demeures'?: string | null | undefined;
4549
+ enable_bienici?: string | null | undefined;
4550
+ 'enable_bureau-locaux'?: string | null | undefined;
4551
+ 'enable_cession-pme'?: string | null | undefined;
4552
+ enable_facebook?: string | null | undefined;
4553
+ enable_green_acres?: string | null | undefined;
4554
+ 'enable_hotellerie-restauration'?: string | null | undefined;
4555
+ enable_immovlan?: string | null | undefined;
4556
+ enable_immoweb?: string | null | undefined;
4557
+ 'enable_immoweb-v2'?: string | null | undefined;
4558
+ 'enable_le_figaro-immo'?: string | null | undefined;
4559
+ enable_leboncoin?: string | null | undefined;
4560
+ enable_logicimmo?: string | null | undefined;
4561
+ 'enable_logicimmo-fr'?: string | null | undefined;
4562
+ 'enable_meilleurs-agents'?: string | null | undefined;
4563
+ enable_onthemarket?: string | null | undefined;
4564
+ 'enable_ouest-france'?: string | null | undefined;
4565
+ 'enable_paru-vendu'?: string | null | undefined;
4566
+ 'enable_propriete-le-figaro'?: string | null | undefined;
4567
+ enable_publicapi?: string | null | undefined;
4568
+ enable_rightmove?: string | null | undefined;
4569
+ enable_seloger?: string | null | undefined;
4570
+ 'enable_seloger-bureau-commerce'?: string | null | undefined;
4571
+ enable_twitter?: string | null | undefined;
4572
+ enable_ubiflow?: string | null | undefined;
4573
+ 'enable_vitrine-media'?: string | null | undefined;
4574
+ enable_website?: string | null | undefined;
4575
+ enable_zillow?: string | null | undefined;
4576
+ enable_zoopla?: string | null | undefined;
4577
+ enable_zumper?: string | null | undefined;
4578
+ facebook_pixel_id?: string | null | undefined;
4579
+ google_analytics_id?: string | null | undefined;
4580
+ immovlan_customer_id?: string | null | undefined;
4581
+ livechat_app_id?: string | null | undefined;
4582
+ logic_immo_agency_id?: string | null | undefined;
4583
+ unassigned_leads_admin_id?: number | null | undefined;
4584
+ };
4585
+ };
4586
+ intercom_app_id: string;
4587
+ id: string;
4588
+ name: string;
4589
+ locale: string;
4590
+ member_count: number;
4591
+ member_allowed: number;
4592
+ contacts_count: number;
4593
+ channels_count: number;
4594
+ plan: {
4595
+ data: {
4596
+ id: string;
4597
+ max_users: number;
4598
+ price: Record<string, any>;
4599
+ interval: string;
4600
+ };
4601
+ };
4602
+ referrer?: {} | null | undefined;
4603
+ disabled_at?: string | null | undefined;
4604
+ created_at?: string | null | undefined;
4605
+ updated_at?: string | null | undefined;
4606
+ };
4607
+ } | null | undefined;
4608
+ settings?: {
4609
+ data: {
4610
+ measurement_system: MeasurementSystem;
4611
+ numeral_system: string;
4612
+ currency: import("../common/currencies").Currency;
4613
+ country: string;
4614
+ visit_duration: number;
4615
+ };
4616
+ } | null | undefined;
4617
+ };
4618
+ }>;