@sweepbright/api-client 0.35.2 → 0.36.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.
|
@@ -33,41 +33,9 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
33
33
|
'description_fr-BE': z.ZodString;
|
|
34
34
|
description_instagram: z.ZodString;
|
|
35
35
|
description_nl: z.ZodString;
|
|
36
|
-
description_twitter: z.ZodString;
|
|
37
36
|
disabled_reason: z.ZodString;
|
|
38
37
|
domain_agency_id: z.ZodString;
|
|
39
38
|
email: z.ZodString;
|
|
40
|
-
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
-
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
-
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
-
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
-
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
-
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
-
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
-
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
-
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
-
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
-
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
-
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
-
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
-
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
-
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
-
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
-
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
-
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
58
|
-
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
-
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
-
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
-
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
-
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
-
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
-
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
-
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
-
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
-
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
-
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
-
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
-
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
39
|
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
40
|
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
41
|
homepage_cover: z.ZodString;
|
|
@@ -77,8 +45,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
77
45
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
78
46
|
homepage_properties: z.ZodString;
|
|
79
47
|
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
80
|
-
immoweb_ftp_password: z.ZodString;
|
|
81
|
-
immoweb_ftp_username: z.ZodString;
|
|
82
48
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
83
49
|
intercom_app_id: z.ZodString;
|
|
84
50
|
invoice_address: z.ZodString;
|
|
@@ -96,7 +62,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
96
62
|
links_facebook: z.ZodString;
|
|
97
63
|
links_instagram: z.ZodString;
|
|
98
64
|
links_linkedin: z.ZodString;
|
|
99
|
-
links_twitter: z.ZodString;
|
|
100
65
|
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
66
|
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
102
67
|
new_properties_en: z.ZodString;
|
|
@@ -104,11 +69,9 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
104
69
|
new_properties_fr: z.ZodString;
|
|
105
70
|
'new_properties_fr-BE': z.ZodString;
|
|
106
71
|
new_properties_nl: z.ZodString;
|
|
107
|
-
onthemarket_api_key: z.ZodString;
|
|
108
72
|
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
109
73
|
registration_number: z.ZodString;
|
|
110
74
|
rent_period: z.ZodString;
|
|
111
|
-
rightmove_api_key: z.ZodString;
|
|
112
75
|
signup_company_name: z.ZodString;
|
|
113
76
|
signup_country: z.ZodString;
|
|
114
77
|
signup_email: z.ZodString;
|
|
@@ -124,7 +87,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
124
87
|
timezone: z.ZodString;
|
|
125
88
|
transaction_types: z.ZodString;
|
|
126
89
|
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
127
|
-
zoopla_api_key: z.ZodString;
|
|
128
90
|
description: z.ZodString;
|
|
129
91
|
about: z.ZodString;
|
|
130
92
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -159,7 +121,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
159
121
|
'description_fr-BE': string;
|
|
160
122
|
description_instagram: string;
|
|
161
123
|
description_nl: string;
|
|
162
|
-
description_twitter: string;
|
|
163
124
|
disabled_reason: string;
|
|
164
125
|
domain_agency_id: string;
|
|
165
126
|
homepage_cover: string;
|
|
@@ -167,8 +128,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
167
128
|
homepage_cover_video: string;
|
|
168
129
|
homepage_highlights: any[];
|
|
169
130
|
homepage_properties: string;
|
|
170
|
-
immoweb_ftp_password: string;
|
|
171
|
-
immoweb_ftp_username: string;
|
|
172
131
|
integration_document_management_sweepbright_documents: boolean;
|
|
173
132
|
intercom_app_id: string;
|
|
174
133
|
invoice_address: string;
|
|
@@ -186,17 +145,14 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
186
145
|
links_facebook: string;
|
|
187
146
|
links_instagram: string;
|
|
188
147
|
links_linkedin: string;
|
|
189
|
-
links_twitter: string;
|
|
190
148
|
new_properties_en: string;
|
|
191
149
|
'new_properties_en-GB': string;
|
|
192
150
|
new_properties_fr: string;
|
|
193
151
|
'new_properties_fr-BE': string;
|
|
194
152
|
new_properties_nl: string;
|
|
195
|
-
onthemarket_api_key: string;
|
|
196
153
|
published_url_resolvers: string[];
|
|
197
154
|
registration_number: string;
|
|
198
155
|
rent_period: string;
|
|
199
|
-
rightmove_api_key: string;
|
|
200
156
|
signup_company_name: string;
|
|
201
157
|
signup_country: string;
|
|
202
158
|
signup_email: string;
|
|
@@ -211,40 +167,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
211
167
|
theme_typeface: string;
|
|
212
168
|
timezone: string;
|
|
213
169
|
transaction_types: string;
|
|
214
|
-
zoopla_api_key: string;
|
|
215
170
|
description: string;
|
|
216
171
|
about: string;
|
|
217
|
-
enable_amepi?: string | null | undefined;
|
|
218
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
219
|
-
enable_bienici?: string | null | undefined;
|
|
220
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
221
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
222
|
-
enable_facebook?: string | null | undefined;
|
|
223
|
-
enable_green_acres?: string | null | undefined;
|
|
224
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
225
|
-
enable_immovlan?: string | null | undefined;
|
|
226
|
-
enable_immoweb?: string | null | undefined;
|
|
227
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
228
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
229
|
-
enable_leboncoin?: string | null | undefined;
|
|
230
|
-
enable_logicimmo?: string | null | undefined;
|
|
231
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
232
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
233
|
-
enable_onthemarket?: string | null | undefined;
|
|
234
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
235
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
236
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
237
|
-
enable_publicapi?: string | null | undefined;
|
|
238
|
-
enable_rightmove?: string | null | undefined;
|
|
239
|
-
enable_seloger?: string | null | undefined;
|
|
240
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
241
|
-
enable_twitter?: string | null | undefined;
|
|
242
|
-
enable_ubiflow?: string | null | undefined;
|
|
243
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
244
|
-
enable_website?: string | null | undefined;
|
|
245
|
-
enable_zillow?: string | null | undefined;
|
|
246
|
-
enable_zoopla?: string | null | undefined;
|
|
247
|
-
enable_zumper?: string | null | undefined;
|
|
248
172
|
facebook_pixel_id?: string | null | undefined;
|
|
249
173
|
google_analytics_id?: string | null | undefined;
|
|
250
174
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -284,7 +208,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
284
208
|
'description_fr-BE': string;
|
|
285
209
|
description_instagram: string;
|
|
286
210
|
description_nl: string;
|
|
287
|
-
description_twitter: string;
|
|
288
211
|
disabled_reason: string;
|
|
289
212
|
domain_agency_id: string;
|
|
290
213
|
homepage_cover: string;
|
|
@@ -292,8 +215,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
292
215
|
homepage_cover_video: string;
|
|
293
216
|
homepage_highlights: any[];
|
|
294
217
|
homepage_properties: string;
|
|
295
|
-
immoweb_ftp_password: string;
|
|
296
|
-
immoweb_ftp_username: string;
|
|
297
218
|
integration_document_management_sweepbright_documents: boolean;
|
|
298
219
|
intercom_app_id: string;
|
|
299
220
|
invoice_address: string;
|
|
@@ -311,17 +232,14 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
311
232
|
links_facebook: string;
|
|
312
233
|
links_instagram: string;
|
|
313
234
|
links_linkedin: string;
|
|
314
|
-
links_twitter: string;
|
|
315
235
|
new_properties_en: string;
|
|
316
236
|
'new_properties_en-GB': string;
|
|
317
237
|
new_properties_fr: string;
|
|
318
238
|
'new_properties_fr-BE': string;
|
|
319
239
|
new_properties_nl: string;
|
|
320
|
-
onthemarket_api_key: string;
|
|
321
240
|
published_url_resolvers: string[];
|
|
322
241
|
registration_number: string;
|
|
323
242
|
rent_period: string;
|
|
324
|
-
rightmove_api_key: string;
|
|
325
243
|
signup_company_name: string;
|
|
326
244
|
signup_country: string;
|
|
327
245
|
signup_email: string;
|
|
@@ -336,40 +254,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
336
254
|
theme_typeface: string;
|
|
337
255
|
timezone: string;
|
|
338
256
|
transaction_types: string;
|
|
339
|
-
zoopla_api_key: string;
|
|
340
257
|
description: string;
|
|
341
258
|
about: string;
|
|
342
|
-
enable_amepi?: string | null | undefined;
|
|
343
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
344
|
-
enable_bienici?: string | null | undefined;
|
|
345
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
346
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
347
|
-
enable_facebook?: string | null | undefined;
|
|
348
|
-
enable_green_acres?: string | null | undefined;
|
|
349
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
350
|
-
enable_immovlan?: string | null | undefined;
|
|
351
|
-
enable_immoweb?: string | null | undefined;
|
|
352
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
353
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
354
|
-
enable_leboncoin?: string | null | undefined;
|
|
355
|
-
enable_logicimmo?: string | null | undefined;
|
|
356
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
357
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
358
|
-
enable_onthemarket?: string | null | undefined;
|
|
359
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
360
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
361
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
362
|
-
enable_publicapi?: string | null | undefined;
|
|
363
|
-
enable_rightmove?: string | null | undefined;
|
|
364
|
-
enable_seloger?: string | null | undefined;
|
|
365
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
366
|
-
enable_twitter?: string | null | undefined;
|
|
367
|
-
enable_ubiflow?: string | null | undefined;
|
|
368
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
369
|
-
enable_website?: string | null | undefined;
|
|
370
|
-
enable_zillow?: string | null | undefined;
|
|
371
|
-
enable_zoopla?: string | null | undefined;
|
|
372
|
-
enable_zumper?: string | null | undefined;
|
|
373
259
|
facebook_pixel_id?: string | null | undefined;
|
|
374
260
|
google_analytics_id?: string | null | undefined;
|
|
375
261
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -411,7 +297,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
411
297
|
'description_fr-BE': string;
|
|
412
298
|
description_instagram: string;
|
|
413
299
|
description_nl: string;
|
|
414
|
-
description_twitter: string;
|
|
415
300
|
disabled_reason: string;
|
|
416
301
|
domain_agency_id: string;
|
|
417
302
|
homepage_cover: string;
|
|
@@ -419,8 +304,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
419
304
|
homepage_cover_video: string;
|
|
420
305
|
homepage_highlights: any[];
|
|
421
306
|
homepage_properties: string;
|
|
422
|
-
immoweb_ftp_password: string;
|
|
423
|
-
immoweb_ftp_username: string;
|
|
424
307
|
integration_document_management_sweepbright_documents: boolean;
|
|
425
308
|
intercom_app_id: string;
|
|
426
309
|
invoice_address: string;
|
|
@@ -438,17 +321,14 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
438
321
|
links_facebook: string;
|
|
439
322
|
links_instagram: string;
|
|
440
323
|
links_linkedin: string;
|
|
441
|
-
links_twitter: string;
|
|
442
324
|
new_properties_en: string;
|
|
443
325
|
'new_properties_en-GB': string;
|
|
444
326
|
new_properties_fr: string;
|
|
445
327
|
'new_properties_fr-BE': string;
|
|
446
328
|
new_properties_nl: string;
|
|
447
|
-
onthemarket_api_key: string;
|
|
448
329
|
published_url_resolvers: string[];
|
|
449
330
|
registration_number: string;
|
|
450
331
|
rent_period: string;
|
|
451
|
-
rightmove_api_key: string;
|
|
452
332
|
signup_company_name: string;
|
|
453
333
|
signup_country: string;
|
|
454
334
|
signup_email: string;
|
|
@@ -463,40 +343,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
463
343
|
theme_typeface: string;
|
|
464
344
|
timezone: string;
|
|
465
345
|
transaction_types: string;
|
|
466
|
-
zoopla_api_key: string;
|
|
467
346
|
description: string;
|
|
468
347
|
about: string;
|
|
469
|
-
enable_amepi?: string | null | undefined;
|
|
470
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
471
|
-
enable_bienici?: string | null | undefined;
|
|
472
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
473
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
474
|
-
enable_facebook?: string | null | undefined;
|
|
475
|
-
enable_green_acres?: string | null | undefined;
|
|
476
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
477
|
-
enable_immovlan?: string | null | undefined;
|
|
478
|
-
enable_immoweb?: string | null | undefined;
|
|
479
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
480
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
481
|
-
enable_leboncoin?: string | null | undefined;
|
|
482
|
-
enable_logicimmo?: string | null | undefined;
|
|
483
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
484
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
485
|
-
enable_onthemarket?: string | null | undefined;
|
|
486
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
487
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
488
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
489
|
-
enable_publicapi?: string | null | undefined;
|
|
490
|
-
enable_rightmove?: string | null | undefined;
|
|
491
|
-
enable_seloger?: string | null | undefined;
|
|
492
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
493
|
-
enable_twitter?: string | null | undefined;
|
|
494
|
-
enable_ubiflow?: string | null | undefined;
|
|
495
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
496
|
-
enable_website?: string | null | undefined;
|
|
497
|
-
enable_zillow?: string | null | undefined;
|
|
498
|
-
enable_zoopla?: string | null | undefined;
|
|
499
|
-
enable_zumper?: string | null | undefined;
|
|
500
348
|
facebook_pixel_id?: string | null | undefined;
|
|
501
349
|
google_analytics_id?: string | null | undefined;
|
|
502
350
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -538,7 +386,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
538
386
|
'description_fr-BE': string;
|
|
539
387
|
description_instagram: string;
|
|
540
388
|
description_nl: string;
|
|
541
|
-
description_twitter: string;
|
|
542
389
|
disabled_reason: string;
|
|
543
390
|
domain_agency_id: string;
|
|
544
391
|
homepage_cover: string;
|
|
@@ -546,8 +393,6 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
546
393
|
homepage_cover_video: string;
|
|
547
394
|
homepage_highlights: any[];
|
|
548
395
|
homepage_properties: string;
|
|
549
|
-
immoweb_ftp_password: string;
|
|
550
|
-
immoweb_ftp_username: string;
|
|
551
396
|
integration_document_management_sweepbright_documents: boolean;
|
|
552
397
|
intercom_app_id: string;
|
|
553
398
|
invoice_address: string;
|
|
@@ -565,17 +410,14 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
565
410
|
links_facebook: string;
|
|
566
411
|
links_instagram: string;
|
|
567
412
|
links_linkedin: string;
|
|
568
|
-
links_twitter: string;
|
|
569
413
|
new_properties_en: string;
|
|
570
414
|
'new_properties_en-GB': string;
|
|
571
415
|
new_properties_fr: string;
|
|
572
416
|
'new_properties_fr-BE': string;
|
|
573
417
|
new_properties_nl: string;
|
|
574
|
-
onthemarket_api_key: string;
|
|
575
418
|
published_url_resolvers: string[];
|
|
576
419
|
registration_number: string;
|
|
577
420
|
rent_period: string;
|
|
578
|
-
rightmove_api_key: string;
|
|
579
421
|
signup_company_name: string;
|
|
580
422
|
signup_country: string;
|
|
581
423
|
signup_email: string;
|
|
@@ -590,40 +432,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
590
432
|
theme_typeface: string;
|
|
591
433
|
timezone: string;
|
|
592
434
|
transaction_types: string;
|
|
593
|
-
zoopla_api_key: string;
|
|
594
435
|
description: string;
|
|
595
436
|
about: string;
|
|
596
|
-
enable_amepi?: string | null | undefined;
|
|
597
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
598
|
-
enable_bienici?: string | null | undefined;
|
|
599
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
600
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
601
|
-
enable_facebook?: string | null | undefined;
|
|
602
|
-
enable_green_acres?: string | null | undefined;
|
|
603
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
604
|
-
enable_immovlan?: string | null | undefined;
|
|
605
|
-
enable_immoweb?: string | null | undefined;
|
|
606
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
607
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
608
|
-
enable_leboncoin?: string | null | undefined;
|
|
609
|
-
enable_logicimmo?: string | null | undefined;
|
|
610
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
611
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
612
|
-
enable_onthemarket?: string | null | undefined;
|
|
613
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
614
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
615
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
616
|
-
enable_publicapi?: string | null | undefined;
|
|
617
|
-
enable_rightmove?: string | null | undefined;
|
|
618
|
-
enable_seloger?: string | null | undefined;
|
|
619
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
620
|
-
enable_twitter?: string | null | undefined;
|
|
621
|
-
enable_ubiflow?: string | null | undefined;
|
|
622
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
623
|
-
enable_website?: string | null | undefined;
|
|
624
|
-
enable_zillow?: string | null | undefined;
|
|
625
|
-
enable_zoopla?: string | null | undefined;
|
|
626
|
-
enable_zumper?: string | null | undefined;
|
|
627
437
|
facebook_pixel_id?: string | null | undefined;
|
|
628
438
|
google_analytics_id?: string | null | undefined;
|
|
629
439
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1077,41 +887,9 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1077
887
|
'description_fr-BE': z.ZodString;
|
|
1078
888
|
description_instagram: z.ZodString;
|
|
1079
889
|
description_nl: z.ZodString;
|
|
1080
|
-
description_twitter: z.ZodString;
|
|
1081
890
|
disabled_reason: z.ZodString;
|
|
1082
891
|
domain_agency_id: z.ZodString;
|
|
1083
892
|
email: z.ZodString;
|
|
1084
|
-
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1085
|
-
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1086
|
-
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1087
|
-
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1088
|
-
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1089
|
-
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1090
|
-
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1091
|
-
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1092
|
-
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1093
|
-
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1094
|
-
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1095
|
-
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1096
|
-
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1097
|
-
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1098
|
-
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1099
|
-
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1100
|
-
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1101
|
-
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1102
|
-
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1103
|
-
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1104
|
-
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1105
|
-
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1106
|
-
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1107
|
-
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1108
|
-
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1109
|
-
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1110
|
-
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1111
|
-
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1112
|
-
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1113
|
-
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1114
|
-
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1115
893
|
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1116
894
|
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1117
895
|
homepage_cover: z.ZodString;
|
|
@@ -1121,8 +899,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1121
899
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
1122
900
|
homepage_properties: z.ZodString;
|
|
1123
901
|
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1124
|
-
immoweb_ftp_password: z.ZodString;
|
|
1125
|
-
immoweb_ftp_username: z.ZodString;
|
|
1126
902
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
1127
903
|
intercom_app_id: z.ZodString;
|
|
1128
904
|
invoice_address: z.ZodString;
|
|
@@ -1140,7 +916,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1140
916
|
links_facebook: z.ZodString;
|
|
1141
917
|
links_instagram: z.ZodString;
|
|
1142
918
|
links_linkedin: z.ZodString;
|
|
1143
|
-
links_twitter: z.ZodString;
|
|
1144
919
|
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
920
|
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1146
921
|
new_properties_en: z.ZodString;
|
|
@@ -1148,11 +923,9 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1148
923
|
new_properties_fr: z.ZodString;
|
|
1149
924
|
'new_properties_fr-BE': z.ZodString;
|
|
1150
925
|
new_properties_nl: z.ZodString;
|
|
1151
|
-
onthemarket_api_key: z.ZodString;
|
|
1152
926
|
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
1153
927
|
registration_number: z.ZodString;
|
|
1154
928
|
rent_period: z.ZodString;
|
|
1155
|
-
rightmove_api_key: z.ZodString;
|
|
1156
929
|
signup_company_name: z.ZodString;
|
|
1157
930
|
signup_country: z.ZodString;
|
|
1158
931
|
signup_email: z.ZodString;
|
|
@@ -1168,7 +941,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1168
941
|
timezone: z.ZodString;
|
|
1169
942
|
transaction_types: z.ZodString;
|
|
1170
943
|
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1171
|
-
zoopla_api_key: z.ZodString;
|
|
1172
944
|
description: z.ZodString;
|
|
1173
945
|
about: z.ZodString;
|
|
1174
946
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1203,7 +975,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1203
975
|
'description_fr-BE': string;
|
|
1204
976
|
description_instagram: string;
|
|
1205
977
|
description_nl: string;
|
|
1206
|
-
description_twitter: string;
|
|
1207
978
|
disabled_reason: string;
|
|
1208
979
|
domain_agency_id: string;
|
|
1209
980
|
homepage_cover: string;
|
|
@@ -1211,8 +982,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1211
982
|
homepage_cover_video: string;
|
|
1212
983
|
homepage_highlights: any[];
|
|
1213
984
|
homepage_properties: string;
|
|
1214
|
-
immoweb_ftp_password: string;
|
|
1215
|
-
immoweb_ftp_username: string;
|
|
1216
985
|
integration_document_management_sweepbright_documents: boolean;
|
|
1217
986
|
intercom_app_id: string;
|
|
1218
987
|
invoice_address: string;
|
|
@@ -1230,17 +999,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1230
999
|
links_facebook: string;
|
|
1231
1000
|
links_instagram: string;
|
|
1232
1001
|
links_linkedin: string;
|
|
1233
|
-
links_twitter: string;
|
|
1234
1002
|
new_properties_en: string;
|
|
1235
1003
|
'new_properties_en-GB': string;
|
|
1236
1004
|
new_properties_fr: string;
|
|
1237
1005
|
'new_properties_fr-BE': string;
|
|
1238
1006
|
new_properties_nl: string;
|
|
1239
|
-
onthemarket_api_key: string;
|
|
1240
1007
|
published_url_resolvers: string[];
|
|
1241
1008
|
registration_number: string;
|
|
1242
1009
|
rent_period: string;
|
|
1243
|
-
rightmove_api_key: string;
|
|
1244
1010
|
signup_company_name: string;
|
|
1245
1011
|
signup_country: string;
|
|
1246
1012
|
signup_email: string;
|
|
@@ -1255,40 +1021,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1255
1021
|
theme_typeface: string;
|
|
1256
1022
|
timezone: string;
|
|
1257
1023
|
transaction_types: string;
|
|
1258
|
-
zoopla_api_key: string;
|
|
1259
1024
|
description: string;
|
|
1260
1025
|
about: string;
|
|
1261
|
-
enable_amepi?: string | null | undefined;
|
|
1262
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1263
|
-
enable_bienici?: string | null | undefined;
|
|
1264
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1265
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1266
|
-
enable_facebook?: string | null | undefined;
|
|
1267
|
-
enable_green_acres?: string | null | undefined;
|
|
1268
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1269
|
-
enable_immovlan?: string | null | undefined;
|
|
1270
|
-
enable_immoweb?: string | null | undefined;
|
|
1271
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1272
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1273
|
-
enable_leboncoin?: string | null | undefined;
|
|
1274
|
-
enable_logicimmo?: string | null | undefined;
|
|
1275
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1276
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1277
|
-
enable_onthemarket?: string | null | undefined;
|
|
1278
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1279
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1280
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1281
|
-
enable_publicapi?: string | null | undefined;
|
|
1282
|
-
enable_rightmove?: string | null | undefined;
|
|
1283
|
-
enable_seloger?: string | null | undefined;
|
|
1284
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1285
|
-
enable_twitter?: string | null | undefined;
|
|
1286
|
-
enable_ubiflow?: string | null | undefined;
|
|
1287
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1288
|
-
enable_website?: string | null | undefined;
|
|
1289
|
-
enable_zillow?: string | null | undefined;
|
|
1290
|
-
enable_zoopla?: string | null | undefined;
|
|
1291
|
-
enable_zumper?: string | null | undefined;
|
|
1292
1026
|
facebook_pixel_id?: string | null | undefined;
|
|
1293
1027
|
google_analytics_id?: string | null | undefined;
|
|
1294
1028
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1328,7 +1062,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1328
1062
|
'description_fr-BE': string;
|
|
1329
1063
|
description_instagram: string;
|
|
1330
1064
|
description_nl: string;
|
|
1331
|
-
description_twitter: string;
|
|
1332
1065
|
disabled_reason: string;
|
|
1333
1066
|
domain_agency_id: string;
|
|
1334
1067
|
homepage_cover: string;
|
|
@@ -1336,8 +1069,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1336
1069
|
homepage_cover_video: string;
|
|
1337
1070
|
homepage_highlights: any[];
|
|
1338
1071
|
homepage_properties: string;
|
|
1339
|
-
immoweb_ftp_password: string;
|
|
1340
|
-
immoweb_ftp_username: string;
|
|
1341
1072
|
integration_document_management_sweepbright_documents: boolean;
|
|
1342
1073
|
intercom_app_id: string;
|
|
1343
1074
|
invoice_address: string;
|
|
@@ -1355,17 +1086,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1355
1086
|
links_facebook: string;
|
|
1356
1087
|
links_instagram: string;
|
|
1357
1088
|
links_linkedin: string;
|
|
1358
|
-
links_twitter: string;
|
|
1359
1089
|
new_properties_en: string;
|
|
1360
1090
|
'new_properties_en-GB': string;
|
|
1361
1091
|
new_properties_fr: string;
|
|
1362
1092
|
'new_properties_fr-BE': string;
|
|
1363
1093
|
new_properties_nl: string;
|
|
1364
|
-
onthemarket_api_key: string;
|
|
1365
1094
|
published_url_resolvers: string[];
|
|
1366
1095
|
registration_number: string;
|
|
1367
1096
|
rent_period: string;
|
|
1368
|
-
rightmove_api_key: string;
|
|
1369
1097
|
signup_company_name: string;
|
|
1370
1098
|
signup_country: string;
|
|
1371
1099
|
signup_email: string;
|
|
@@ -1380,40 +1108,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1380
1108
|
theme_typeface: string;
|
|
1381
1109
|
timezone: string;
|
|
1382
1110
|
transaction_types: string;
|
|
1383
|
-
zoopla_api_key: string;
|
|
1384
1111
|
description: string;
|
|
1385
1112
|
about: string;
|
|
1386
|
-
enable_amepi?: string | null | undefined;
|
|
1387
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1388
|
-
enable_bienici?: string | null | undefined;
|
|
1389
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1390
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1391
|
-
enable_facebook?: string | null | undefined;
|
|
1392
|
-
enable_green_acres?: string | null | undefined;
|
|
1393
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1394
|
-
enable_immovlan?: string | null | undefined;
|
|
1395
|
-
enable_immoweb?: string | null | undefined;
|
|
1396
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1397
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1398
|
-
enable_leboncoin?: string | null | undefined;
|
|
1399
|
-
enable_logicimmo?: string | null | undefined;
|
|
1400
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1401
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1402
|
-
enable_onthemarket?: string | null | undefined;
|
|
1403
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1404
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1405
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1406
|
-
enable_publicapi?: string | null | undefined;
|
|
1407
|
-
enable_rightmove?: string | null | undefined;
|
|
1408
|
-
enable_seloger?: string | null | undefined;
|
|
1409
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1410
|
-
enable_twitter?: string | null | undefined;
|
|
1411
|
-
enable_ubiflow?: string | null | undefined;
|
|
1412
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1413
|
-
enable_website?: string | null | undefined;
|
|
1414
|
-
enable_zillow?: string | null | undefined;
|
|
1415
|
-
enable_zoopla?: string | null | undefined;
|
|
1416
|
-
enable_zumper?: string | null | undefined;
|
|
1417
1113
|
facebook_pixel_id?: string | null | undefined;
|
|
1418
1114
|
google_analytics_id?: string | null | undefined;
|
|
1419
1115
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1455,7 +1151,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1455
1151
|
'description_fr-BE': string;
|
|
1456
1152
|
description_instagram: string;
|
|
1457
1153
|
description_nl: string;
|
|
1458
|
-
description_twitter: string;
|
|
1459
1154
|
disabled_reason: string;
|
|
1460
1155
|
domain_agency_id: string;
|
|
1461
1156
|
homepage_cover: string;
|
|
@@ -1463,8 +1158,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1463
1158
|
homepage_cover_video: string;
|
|
1464
1159
|
homepage_highlights: any[];
|
|
1465
1160
|
homepage_properties: string;
|
|
1466
|
-
immoweb_ftp_password: string;
|
|
1467
|
-
immoweb_ftp_username: string;
|
|
1468
1161
|
integration_document_management_sweepbright_documents: boolean;
|
|
1469
1162
|
intercom_app_id: string;
|
|
1470
1163
|
invoice_address: string;
|
|
@@ -1482,17 +1175,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1482
1175
|
links_facebook: string;
|
|
1483
1176
|
links_instagram: string;
|
|
1484
1177
|
links_linkedin: string;
|
|
1485
|
-
links_twitter: string;
|
|
1486
1178
|
new_properties_en: string;
|
|
1487
1179
|
'new_properties_en-GB': string;
|
|
1488
1180
|
new_properties_fr: string;
|
|
1489
1181
|
'new_properties_fr-BE': string;
|
|
1490
1182
|
new_properties_nl: string;
|
|
1491
|
-
onthemarket_api_key: string;
|
|
1492
1183
|
published_url_resolvers: string[];
|
|
1493
1184
|
registration_number: string;
|
|
1494
1185
|
rent_period: string;
|
|
1495
|
-
rightmove_api_key: string;
|
|
1496
1186
|
signup_company_name: string;
|
|
1497
1187
|
signup_country: string;
|
|
1498
1188
|
signup_email: string;
|
|
@@ -1507,40 +1197,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1507
1197
|
theme_typeface: string;
|
|
1508
1198
|
timezone: string;
|
|
1509
1199
|
transaction_types: string;
|
|
1510
|
-
zoopla_api_key: string;
|
|
1511
1200
|
description: string;
|
|
1512
1201
|
about: string;
|
|
1513
|
-
enable_amepi?: string | null | undefined;
|
|
1514
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1515
|
-
enable_bienici?: string | null | undefined;
|
|
1516
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1517
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1518
|
-
enable_facebook?: string | null | undefined;
|
|
1519
|
-
enable_green_acres?: string | null | undefined;
|
|
1520
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1521
|
-
enable_immovlan?: string | null | undefined;
|
|
1522
|
-
enable_immoweb?: string | null | undefined;
|
|
1523
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1524
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1525
|
-
enable_leboncoin?: string | null | undefined;
|
|
1526
|
-
enable_logicimmo?: string | null | undefined;
|
|
1527
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1528
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1529
|
-
enable_onthemarket?: string | null | undefined;
|
|
1530
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1531
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1532
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1533
|
-
enable_publicapi?: string | null | undefined;
|
|
1534
|
-
enable_rightmove?: string | null | undefined;
|
|
1535
|
-
enable_seloger?: string | null | undefined;
|
|
1536
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1537
|
-
enable_twitter?: string | null | undefined;
|
|
1538
|
-
enable_ubiflow?: string | null | undefined;
|
|
1539
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1540
|
-
enable_website?: string | null | undefined;
|
|
1541
|
-
enable_zillow?: string | null | undefined;
|
|
1542
|
-
enable_zoopla?: string | null | undefined;
|
|
1543
|
-
enable_zumper?: string | null | undefined;
|
|
1544
1202
|
facebook_pixel_id?: string | null | undefined;
|
|
1545
1203
|
google_analytics_id?: string | null | undefined;
|
|
1546
1204
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1582,7 +1240,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1582
1240
|
'description_fr-BE': string;
|
|
1583
1241
|
description_instagram: string;
|
|
1584
1242
|
description_nl: string;
|
|
1585
|
-
description_twitter: string;
|
|
1586
1243
|
disabled_reason: string;
|
|
1587
1244
|
domain_agency_id: string;
|
|
1588
1245
|
homepage_cover: string;
|
|
@@ -1590,8 +1247,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1590
1247
|
homepage_cover_video: string;
|
|
1591
1248
|
homepage_highlights: any[];
|
|
1592
1249
|
homepage_properties: string;
|
|
1593
|
-
immoweb_ftp_password: string;
|
|
1594
|
-
immoweb_ftp_username: string;
|
|
1595
1250
|
integration_document_management_sweepbright_documents: boolean;
|
|
1596
1251
|
intercom_app_id: string;
|
|
1597
1252
|
invoice_address: string;
|
|
@@ -1609,17 +1264,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1609
1264
|
links_facebook: string;
|
|
1610
1265
|
links_instagram: string;
|
|
1611
1266
|
links_linkedin: string;
|
|
1612
|
-
links_twitter: string;
|
|
1613
1267
|
new_properties_en: string;
|
|
1614
1268
|
'new_properties_en-GB': string;
|
|
1615
1269
|
new_properties_fr: string;
|
|
1616
1270
|
'new_properties_fr-BE': string;
|
|
1617
1271
|
new_properties_nl: string;
|
|
1618
|
-
onthemarket_api_key: string;
|
|
1619
1272
|
published_url_resolvers: string[];
|
|
1620
1273
|
registration_number: string;
|
|
1621
1274
|
rent_period: string;
|
|
1622
|
-
rightmove_api_key: string;
|
|
1623
1275
|
signup_company_name: string;
|
|
1624
1276
|
signup_country: string;
|
|
1625
1277
|
signup_email: string;
|
|
@@ -1634,40 +1286,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1634
1286
|
theme_typeface: string;
|
|
1635
1287
|
timezone: string;
|
|
1636
1288
|
transaction_types: string;
|
|
1637
|
-
zoopla_api_key: string;
|
|
1638
1289
|
description: string;
|
|
1639
1290
|
about: string;
|
|
1640
|
-
enable_amepi?: string | null | undefined;
|
|
1641
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1642
|
-
enable_bienici?: string | null | undefined;
|
|
1643
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1644
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1645
|
-
enable_facebook?: string | null | undefined;
|
|
1646
|
-
enable_green_acres?: string | null | undefined;
|
|
1647
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1648
|
-
enable_immovlan?: string | null | undefined;
|
|
1649
|
-
enable_immoweb?: string | null | undefined;
|
|
1650
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1651
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1652
|
-
enable_leboncoin?: string | null | undefined;
|
|
1653
|
-
enable_logicimmo?: string | null | undefined;
|
|
1654
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1655
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1656
|
-
enable_onthemarket?: string | null | undefined;
|
|
1657
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1658
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1659
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1660
|
-
enable_publicapi?: string | null | undefined;
|
|
1661
|
-
enable_rightmove?: string | null | undefined;
|
|
1662
|
-
enable_seloger?: string | null | undefined;
|
|
1663
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1664
|
-
enable_twitter?: string | null | undefined;
|
|
1665
|
-
enable_ubiflow?: string | null | undefined;
|
|
1666
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1667
|
-
enable_website?: string | null | undefined;
|
|
1668
|
-
enable_zillow?: string | null | undefined;
|
|
1669
|
-
enable_zoopla?: string | null | undefined;
|
|
1670
|
-
enable_zumper?: string | null | undefined;
|
|
1671
1291
|
facebook_pixel_id?: string | null | undefined;
|
|
1672
1292
|
google_analytics_id?: string | null | undefined;
|
|
1673
1293
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1711,7 +1331,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1711
1331
|
'description_fr-BE': string;
|
|
1712
1332
|
description_instagram: string;
|
|
1713
1333
|
description_nl: string;
|
|
1714
|
-
description_twitter: string;
|
|
1715
1334
|
disabled_reason: string;
|
|
1716
1335
|
domain_agency_id: string;
|
|
1717
1336
|
homepage_cover: string;
|
|
@@ -1719,8 +1338,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1719
1338
|
homepage_cover_video: string;
|
|
1720
1339
|
homepage_highlights: any[];
|
|
1721
1340
|
homepage_properties: string;
|
|
1722
|
-
immoweb_ftp_password: string;
|
|
1723
|
-
immoweb_ftp_username: string;
|
|
1724
1341
|
integration_document_management_sweepbright_documents: boolean;
|
|
1725
1342
|
intercom_app_id: string;
|
|
1726
1343
|
invoice_address: string;
|
|
@@ -1738,17 +1355,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1738
1355
|
links_facebook: string;
|
|
1739
1356
|
links_instagram: string;
|
|
1740
1357
|
links_linkedin: string;
|
|
1741
|
-
links_twitter: string;
|
|
1742
1358
|
new_properties_en: string;
|
|
1743
1359
|
'new_properties_en-GB': string;
|
|
1744
1360
|
new_properties_fr: string;
|
|
1745
1361
|
'new_properties_fr-BE': string;
|
|
1746
1362
|
new_properties_nl: string;
|
|
1747
|
-
onthemarket_api_key: string;
|
|
1748
1363
|
published_url_resolvers: string[];
|
|
1749
1364
|
registration_number: string;
|
|
1750
1365
|
rent_period: string;
|
|
1751
|
-
rightmove_api_key: string;
|
|
1752
1366
|
signup_company_name: string;
|
|
1753
1367
|
signup_country: string;
|
|
1754
1368
|
signup_email: string;
|
|
@@ -1763,40 +1377,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1763
1377
|
theme_typeface: string;
|
|
1764
1378
|
timezone: string;
|
|
1765
1379
|
transaction_types: string;
|
|
1766
|
-
zoopla_api_key: string;
|
|
1767
1380
|
description: string;
|
|
1768
1381
|
about: string;
|
|
1769
|
-
enable_amepi?: string | null | undefined;
|
|
1770
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1771
|
-
enable_bienici?: string | null | undefined;
|
|
1772
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1773
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1774
|
-
enable_facebook?: string | null | undefined;
|
|
1775
|
-
enable_green_acres?: string | null | undefined;
|
|
1776
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1777
|
-
enable_immovlan?: string | null | undefined;
|
|
1778
|
-
enable_immoweb?: string | null | undefined;
|
|
1779
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1780
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1781
|
-
enable_leboncoin?: string | null | undefined;
|
|
1782
|
-
enable_logicimmo?: string | null | undefined;
|
|
1783
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1784
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1785
|
-
enable_onthemarket?: string | null | undefined;
|
|
1786
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1787
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1788
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1789
|
-
enable_publicapi?: string | null | undefined;
|
|
1790
|
-
enable_rightmove?: string | null | undefined;
|
|
1791
|
-
enable_seloger?: string | null | undefined;
|
|
1792
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1793
|
-
enable_twitter?: string | null | undefined;
|
|
1794
|
-
enable_ubiflow?: string | null | undefined;
|
|
1795
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1796
|
-
enable_website?: string | null | undefined;
|
|
1797
|
-
enable_zillow?: string | null | undefined;
|
|
1798
|
-
enable_zoopla?: string | null | undefined;
|
|
1799
|
-
enable_zumper?: string | null | undefined;
|
|
1800
1382
|
facebook_pixel_id?: string | null | undefined;
|
|
1801
1383
|
google_analytics_id?: string | null | undefined;
|
|
1802
1384
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1867,7 +1449,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1867
1449
|
'description_fr-BE': string;
|
|
1868
1450
|
description_instagram: string;
|
|
1869
1451
|
description_nl: string;
|
|
1870
|
-
description_twitter: string;
|
|
1871
1452
|
disabled_reason: string;
|
|
1872
1453
|
domain_agency_id: string;
|
|
1873
1454
|
homepage_cover: string;
|
|
@@ -1875,8 +1456,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1875
1456
|
homepage_cover_video: string;
|
|
1876
1457
|
homepage_highlights: any[];
|
|
1877
1458
|
homepage_properties: string;
|
|
1878
|
-
immoweb_ftp_password: string;
|
|
1879
|
-
immoweb_ftp_username: string;
|
|
1880
1459
|
integration_document_management_sweepbright_documents: boolean;
|
|
1881
1460
|
intercom_app_id: string;
|
|
1882
1461
|
invoice_address: string;
|
|
@@ -1894,17 +1473,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1894
1473
|
links_facebook: string;
|
|
1895
1474
|
links_instagram: string;
|
|
1896
1475
|
links_linkedin: string;
|
|
1897
|
-
links_twitter: string;
|
|
1898
1476
|
new_properties_en: string;
|
|
1899
1477
|
'new_properties_en-GB': string;
|
|
1900
1478
|
new_properties_fr: string;
|
|
1901
1479
|
'new_properties_fr-BE': string;
|
|
1902
1480
|
new_properties_nl: string;
|
|
1903
|
-
onthemarket_api_key: string;
|
|
1904
1481
|
published_url_resolvers: string[];
|
|
1905
1482
|
registration_number: string;
|
|
1906
1483
|
rent_period: string;
|
|
1907
|
-
rightmove_api_key: string;
|
|
1908
1484
|
signup_company_name: string;
|
|
1909
1485
|
signup_country: string;
|
|
1910
1486
|
signup_email: string;
|
|
@@ -1919,40 +1495,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1919
1495
|
theme_typeface: string;
|
|
1920
1496
|
timezone: string;
|
|
1921
1497
|
transaction_types: string;
|
|
1922
|
-
zoopla_api_key: string;
|
|
1923
1498
|
description: string;
|
|
1924
1499
|
about: string;
|
|
1925
|
-
enable_amepi?: string | null | undefined;
|
|
1926
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
1927
|
-
enable_bienici?: string | null | undefined;
|
|
1928
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
1929
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
1930
|
-
enable_facebook?: string | null | undefined;
|
|
1931
|
-
enable_green_acres?: string | null | undefined;
|
|
1932
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
1933
|
-
enable_immovlan?: string | null | undefined;
|
|
1934
|
-
enable_immoweb?: string | null | undefined;
|
|
1935
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
1936
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
1937
|
-
enable_leboncoin?: string | null | undefined;
|
|
1938
|
-
enable_logicimmo?: string | null | undefined;
|
|
1939
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
1940
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
1941
|
-
enable_onthemarket?: string | null | undefined;
|
|
1942
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
1943
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
1944
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
1945
|
-
enable_publicapi?: string | null | undefined;
|
|
1946
|
-
enable_rightmove?: string | null | undefined;
|
|
1947
|
-
enable_seloger?: string | null | undefined;
|
|
1948
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
1949
|
-
enable_twitter?: string | null | undefined;
|
|
1950
|
-
enable_ubiflow?: string | null | undefined;
|
|
1951
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
1952
|
-
enable_website?: string | null | undefined;
|
|
1953
|
-
enable_zillow?: string | null | undefined;
|
|
1954
|
-
enable_zoopla?: string | null | undefined;
|
|
1955
|
-
enable_zumper?: string | null | undefined;
|
|
1956
1500
|
facebook_pixel_id?: string | null | undefined;
|
|
1957
1501
|
google_analytics_id?: string | null | undefined;
|
|
1958
1502
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2095,41 +1639,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2095
1639
|
'description_fr-BE': z.ZodString;
|
|
2096
1640
|
description_instagram: z.ZodString;
|
|
2097
1641
|
description_nl: z.ZodString;
|
|
2098
|
-
description_twitter: z.ZodString;
|
|
2099
1642
|
disabled_reason: z.ZodString;
|
|
2100
1643
|
domain_agency_id: z.ZodString;
|
|
2101
1644
|
email: z.ZodString;
|
|
2102
|
-
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2103
|
-
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2104
|
-
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2105
|
-
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2106
|
-
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2107
|
-
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2108
|
-
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2109
|
-
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2110
|
-
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2111
|
-
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2112
|
-
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2113
|
-
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2114
|
-
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2115
|
-
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2116
|
-
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2117
|
-
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2118
|
-
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2119
|
-
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2120
|
-
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2121
|
-
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2122
|
-
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2123
|
-
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2124
|
-
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2125
|
-
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2126
|
-
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2127
|
-
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2128
|
-
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2129
|
-
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2130
|
-
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2131
|
-
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2132
|
-
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2133
1645
|
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2134
1646
|
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2135
1647
|
homepage_cover: z.ZodString;
|
|
@@ -2139,8 +1651,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2139
1651
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
2140
1652
|
homepage_properties: z.ZodString;
|
|
2141
1653
|
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2142
|
-
immoweb_ftp_password: z.ZodString;
|
|
2143
|
-
immoweb_ftp_username: z.ZodString;
|
|
2144
1654
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
2145
1655
|
intercom_app_id: z.ZodString;
|
|
2146
1656
|
invoice_address: z.ZodString;
|
|
@@ -2158,7 +1668,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2158
1668
|
links_facebook: z.ZodString;
|
|
2159
1669
|
links_instagram: z.ZodString;
|
|
2160
1670
|
links_linkedin: z.ZodString;
|
|
2161
|
-
links_twitter: z.ZodString;
|
|
2162
1671
|
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2163
1672
|
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2164
1673
|
new_properties_en: z.ZodString;
|
|
@@ -2166,11 +1675,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2166
1675
|
new_properties_fr: z.ZodString;
|
|
2167
1676
|
'new_properties_fr-BE': z.ZodString;
|
|
2168
1677
|
new_properties_nl: z.ZodString;
|
|
2169
|
-
onthemarket_api_key: z.ZodString;
|
|
2170
1678
|
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
2171
1679
|
registration_number: z.ZodString;
|
|
2172
1680
|
rent_period: z.ZodString;
|
|
2173
|
-
rightmove_api_key: z.ZodString;
|
|
2174
1681
|
signup_company_name: z.ZodString;
|
|
2175
1682
|
signup_country: z.ZodString;
|
|
2176
1683
|
signup_email: z.ZodString;
|
|
@@ -2186,7 +1693,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2186
1693
|
timezone: z.ZodString;
|
|
2187
1694
|
transaction_types: z.ZodString;
|
|
2188
1695
|
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
2189
|
-
zoopla_api_key: z.ZodString;
|
|
2190
1696
|
description: z.ZodString;
|
|
2191
1697
|
about: z.ZodString;
|
|
2192
1698
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2221,7 +1727,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2221
1727
|
'description_fr-BE': string;
|
|
2222
1728
|
description_instagram: string;
|
|
2223
1729
|
description_nl: string;
|
|
2224
|
-
description_twitter: string;
|
|
2225
1730
|
disabled_reason: string;
|
|
2226
1731
|
domain_agency_id: string;
|
|
2227
1732
|
homepage_cover: string;
|
|
@@ -2229,8 +1734,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2229
1734
|
homepage_cover_video: string;
|
|
2230
1735
|
homepage_highlights: any[];
|
|
2231
1736
|
homepage_properties: string;
|
|
2232
|
-
immoweb_ftp_password: string;
|
|
2233
|
-
immoweb_ftp_username: string;
|
|
2234
1737
|
integration_document_management_sweepbright_documents: boolean;
|
|
2235
1738
|
intercom_app_id: string;
|
|
2236
1739
|
invoice_address: string;
|
|
@@ -2248,17 +1751,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2248
1751
|
links_facebook: string;
|
|
2249
1752
|
links_instagram: string;
|
|
2250
1753
|
links_linkedin: string;
|
|
2251
|
-
links_twitter: string;
|
|
2252
1754
|
new_properties_en: string;
|
|
2253
1755
|
'new_properties_en-GB': string;
|
|
2254
1756
|
new_properties_fr: string;
|
|
2255
1757
|
'new_properties_fr-BE': string;
|
|
2256
1758
|
new_properties_nl: string;
|
|
2257
|
-
onthemarket_api_key: string;
|
|
2258
1759
|
published_url_resolvers: string[];
|
|
2259
1760
|
registration_number: string;
|
|
2260
1761
|
rent_period: string;
|
|
2261
|
-
rightmove_api_key: string;
|
|
2262
1762
|
signup_company_name: string;
|
|
2263
1763
|
signup_country: string;
|
|
2264
1764
|
signup_email: string;
|
|
@@ -2273,40 +1773,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2273
1773
|
theme_typeface: string;
|
|
2274
1774
|
timezone: string;
|
|
2275
1775
|
transaction_types: string;
|
|
2276
|
-
zoopla_api_key: string;
|
|
2277
1776
|
description: string;
|
|
2278
1777
|
about: string;
|
|
2279
|
-
enable_amepi?: string | null | undefined;
|
|
2280
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2281
|
-
enable_bienici?: string | null | undefined;
|
|
2282
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2283
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2284
|
-
enable_facebook?: string | null | undefined;
|
|
2285
|
-
enable_green_acres?: string | null | undefined;
|
|
2286
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2287
|
-
enable_immovlan?: string | null | undefined;
|
|
2288
|
-
enable_immoweb?: string | null | undefined;
|
|
2289
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2290
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2291
|
-
enable_leboncoin?: string | null | undefined;
|
|
2292
|
-
enable_logicimmo?: string | null | undefined;
|
|
2293
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2294
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2295
|
-
enable_onthemarket?: string | null | undefined;
|
|
2296
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2297
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2298
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2299
|
-
enable_publicapi?: string | null | undefined;
|
|
2300
|
-
enable_rightmove?: string | null | undefined;
|
|
2301
|
-
enable_seloger?: string | null | undefined;
|
|
2302
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2303
|
-
enable_twitter?: string | null | undefined;
|
|
2304
|
-
enable_ubiflow?: string | null | undefined;
|
|
2305
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2306
|
-
enable_website?: string | null | undefined;
|
|
2307
|
-
enable_zillow?: string | null | undefined;
|
|
2308
|
-
enable_zoopla?: string | null | undefined;
|
|
2309
|
-
enable_zumper?: string | null | undefined;
|
|
2310
1778
|
facebook_pixel_id?: string | null | undefined;
|
|
2311
1779
|
google_analytics_id?: string | null | undefined;
|
|
2312
1780
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2346,7 +1814,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2346
1814
|
'description_fr-BE': string;
|
|
2347
1815
|
description_instagram: string;
|
|
2348
1816
|
description_nl: string;
|
|
2349
|
-
description_twitter: string;
|
|
2350
1817
|
disabled_reason: string;
|
|
2351
1818
|
domain_agency_id: string;
|
|
2352
1819
|
homepage_cover: string;
|
|
@@ -2354,8 +1821,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2354
1821
|
homepage_cover_video: string;
|
|
2355
1822
|
homepage_highlights: any[];
|
|
2356
1823
|
homepage_properties: string;
|
|
2357
|
-
immoweb_ftp_password: string;
|
|
2358
|
-
immoweb_ftp_username: string;
|
|
2359
1824
|
integration_document_management_sweepbright_documents: boolean;
|
|
2360
1825
|
intercom_app_id: string;
|
|
2361
1826
|
invoice_address: string;
|
|
@@ -2373,17 +1838,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2373
1838
|
links_facebook: string;
|
|
2374
1839
|
links_instagram: string;
|
|
2375
1840
|
links_linkedin: string;
|
|
2376
|
-
links_twitter: string;
|
|
2377
1841
|
new_properties_en: string;
|
|
2378
1842
|
'new_properties_en-GB': string;
|
|
2379
1843
|
new_properties_fr: string;
|
|
2380
1844
|
'new_properties_fr-BE': string;
|
|
2381
1845
|
new_properties_nl: string;
|
|
2382
|
-
onthemarket_api_key: string;
|
|
2383
1846
|
published_url_resolvers: string[];
|
|
2384
1847
|
registration_number: string;
|
|
2385
1848
|
rent_period: string;
|
|
2386
|
-
rightmove_api_key: string;
|
|
2387
1849
|
signup_company_name: string;
|
|
2388
1850
|
signup_country: string;
|
|
2389
1851
|
signup_email: string;
|
|
@@ -2398,40 +1860,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2398
1860
|
theme_typeface: string;
|
|
2399
1861
|
timezone: string;
|
|
2400
1862
|
transaction_types: string;
|
|
2401
|
-
zoopla_api_key: string;
|
|
2402
1863
|
description: string;
|
|
2403
1864
|
about: string;
|
|
2404
|
-
enable_amepi?: string | null | undefined;
|
|
2405
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2406
|
-
enable_bienici?: string | null | undefined;
|
|
2407
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2408
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2409
|
-
enable_facebook?: string | null | undefined;
|
|
2410
|
-
enable_green_acres?: string | null | undefined;
|
|
2411
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2412
|
-
enable_immovlan?: string | null | undefined;
|
|
2413
|
-
enable_immoweb?: string | null | undefined;
|
|
2414
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2415
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2416
|
-
enable_leboncoin?: string | null | undefined;
|
|
2417
|
-
enable_logicimmo?: string | null | undefined;
|
|
2418
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2419
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2420
|
-
enable_onthemarket?: string | null | undefined;
|
|
2421
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2422
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2423
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2424
|
-
enable_publicapi?: string | null | undefined;
|
|
2425
|
-
enable_rightmove?: string | null | undefined;
|
|
2426
|
-
enable_seloger?: string | null | undefined;
|
|
2427
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2428
|
-
enable_twitter?: string | null | undefined;
|
|
2429
|
-
enable_ubiflow?: string | null | undefined;
|
|
2430
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2431
|
-
enable_website?: string | null | undefined;
|
|
2432
|
-
enable_zillow?: string | null | undefined;
|
|
2433
|
-
enable_zoopla?: string | null | undefined;
|
|
2434
|
-
enable_zumper?: string | null | undefined;
|
|
2435
1865
|
facebook_pixel_id?: string | null | undefined;
|
|
2436
1866
|
google_analytics_id?: string | null | undefined;
|
|
2437
1867
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2473,7 +1903,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2473
1903
|
'description_fr-BE': string;
|
|
2474
1904
|
description_instagram: string;
|
|
2475
1905
|
description_nl: string;
|
|
2476
|
-
description_twitter: string;
|
|
2477
1906
|
disabled_reason: string;
|
|
2478
1907
|
domain_agency_id: string;
|
|
2479
1908
|
homepage_cover: string;
|
|
@@ -2481,8 +1910,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2481
1910
|
homepage_cover_video: string;
|
|
2482
1911
|
homepage_highlights: any[];
|
|
2483
1912
|
homepage_properties: string;
|
|
2484
|
-
immoweb_ftp_password: string;
|
|
2485
|
-
immoweb_ftp_username: string;
|
|
2486
1913
|
integration_document_management_sweepbright_documents: boolean;
|
|
2487
1914
|
intercom_app_id: string;
|
|
2488
1915
|
invoice_address: string;
|
|
@@ -2500,17 +1927,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2500
1927
|
links_facebook: string;
|
|
2501
1928
|
links_instagram: string;
|
|
2502
1929
|
links_linkedin: string;
|
|
2503
|
-
links_twitter: string;
|
|
2504
1930
|
new_properties_en: string;
|
|
2505
1931
|
'new_properties_en-GB': string;
|
|
2506
1932
|
new_properties_fr: string;
|
|
2507
1933
|
'new_properties_fr-BE': string;
|
|
2508
1934
|
new_properties_nl: string;
|
|
2509
|
-
onthemarket_api_key: string;
|
|
2510
1935
|
published_url_resolvers: string[];
|
|
2511
1936
|
registration_number: string;
|
|
2512
1937
|
rent_period: string;
|
|
2513
|
-
rightmove_api_key: string;
|
|
2514
1938
|
signup_company_name: string;
|
|
2515
1939
|
signup_country: string;
|
|
2516
1940
|
signup_email: string;
|
|
@@ -2525,40 +1949,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2525
1949
|
theme_typeface: string;
|
|
2526
1950
|
timezone: string;
|
|
2527
1951
|
transaction_types: string;
|
|
2528
|
-
zoopla_api_key: string;
|
|
2529
1952
|
description: string;
|
|
2530
1953
|
about: string;
|
|
2531
|
-
enable_amepi?: string | null | undefined;
|
|
2532
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2533
|
-
enable_bienici?: string | null | undefined;
|
|
2534
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2535
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2536
|
-
enable_facebook?: string | null | undefined;
|
|
2537
|
-
enable_green_acres?: string | null | undefined;
|
|
2538
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2539
|
-
enable_immovlan?: string | null | undefined;
|
|
2540
|
-
enable_immoweb?: string | null | undefined;
|
|
2541
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2542
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2543
|
-
enable_leboncoin?: string | null | undefined;
|
|
2544
|
-
enable_logicimmo?: string | null | undefined;
|
|
2545
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2546
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2547
|
-
enable_onthemarket?: string | null | undefined;
|
|
2548
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2549
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2550
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2551
|
-
enable_publicapi?: string | null | undefined;
|
|
2552
|
-
enable_rightmove?: string | null | undefined;
|
|
2553
|
-
enable_seloger?: string | null | undefined;
|
|
2554
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2555
|
-
enable_twitter?: string | null | undefined;
|
|
2556
|
-
enable_ubiflow?: string | null | undefined;
|
|
2557
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2558
|
-
enable_website?: string | null | undefined;
|
|
2559
|
-
enable_zillow?: string | null | undefined;
|
|
2560
|
-
enable_zoopla?: string | null | undefined;
|
|
2561
|
-
enable_zumper?: string | null | undefined;
|
|
2562
1954
|
facebook_pixel_id?: string | null | undefined;
|
|
2563
1955
|
google_analytics_id?: string | null | undefined;
|
|
2564
1956
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2600,7 +1992,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2600
1992
|
'description_fr-BE': string;
|
|
2601
1993
|
description_instagram: string;
|
|
2602
1994
|
description_nl: string;
|
|
2603
|
-
description_twitter: string;
|
|
2604
1995
|
disabled_reason: string;
|
|
2605
1996
|
domain_agency_id: string;
|
|
2606
1997
|
homepage_cover: string;
|
|
@@ -2608,8 +1999,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2608
1999
|
homepage_cover_video: string;
|
|
2609
2000
|
homepage_highlights: any[];
|
|
2610
2001
|
homepage_properties: string;
|
|
2611
|
-
immoweb_ftp_password: string;
|
|
2612
|
-
immoweb_ftp_username: string;
|
|
2613
2002
|
integration_document_management_sweepbright_documents: boolean;
|
|
2614
2003
|
intercom_app_id: string;
|
|
2615
2004
|
invoice_address: string;
|
|
@@ -2627,17 +2016,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2627
2016
|
links_facebook: string;
|
|
2628
2017
|
links_instagram: string;
|
|
2629
2018
|
links_linkedin: string;
|
|
2630
|
-
links_twitter: string;
|
|
2631
2019
|
new_properties_en: string;
|
|
2632
2020
|
'new_properties_en-GB': string;
|
|
2633
2021
|
new_properties_fr: string;
|
|
2634
2022
|
'new_properties_fr-BE': string;
|
|
2635
2023
|
new_properties_nl: string;
|
|
2636
|
-
onthemarket_api_key: string;
|
|
2637
2024
|
published_url_resolvers: string[];
|
|
2638
2025
|
registration_number: string;
|
|
2639
2026
|
rent_period: string;
|
|
2640
|
-
rightmove_api_key: string;
|
|
2641
2027
|
signup_company_name: string;
|
|
2642
2028
|
signup_country: string;
|
|
2643
2029
|
signup_email: string;
|
|
@@ -2652,40 +2038,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2652
2038
|
theme_typeface: string;
|
|
2653
2039
|
timezone: string;
|
|
2654
2040
|
transaction_types: string;
|
|
2655
|
-
zoopla_api_key: string;
|
|
2656
2041
|
description: string;
|
|
2657
2042
|
about: string;
|
|
2658
|
-
enable_amepi?: string | null | undefined;
|
|
2659
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2660
|
-
enable_bienici?: string | null | undefined;
|
|
2661
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2662
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2663
|
-
enable_facebook?: string | null | undefined;
|
|
2664
|
-
enable_green_acres?: string | null | undefined;
|
|
2665
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2666
|
-
enable_immovlan?: string | null | undefined;
|
|
2667
|
-
enable_immoweb?: string | null | undefined;
|
|
2668
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2669
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2670
|
-
enable_leboncoin?: string | null | undefined;
|
|
2671
|
-
enable_logicimmo?: string | null | undefined;
|
|
2672
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2673
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2674
|
-
enable_onthemarket?: string | null | undefined;
|
|
2675
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2676
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2677
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2678
|
-
enable_publicapi?: string | null | undefined;
|
|
2679
|
-
enable_rightmove?: string | null | undefined;
|
|
2680
|
-
enable_seloger?: string | null | undefined;
|
|
2681
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2682
|
-
enable_twitter?: string | null | undefined;
|
|
2683
|
-
enable_ubiflow?: string | null | undefined;
|
|
2684
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2685
|
-
enable_website?: string | null | undefined;
|
|
2686
|
-
enable_zillow?: string | null | undefined;
|
|
2687
|
-
enable_zoopla?: string | null | undefined;
|
|
2688
|
-
enable_zumper?: string | null | undefined;
|
|
2689
2043
|
facebook_pixel_id?: string | null | undefined;
|
|
2690
2044
|
google_analytics_id?: string | null | undefined;
|
|
2691
2045
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2729,7 +2083,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2729
2083
|
'description_fr-BE': string;
|
|
2730
2084
|
description_instagram: string;
|
|
2731
2085
|
description_nl: string;
|
|
2732
|
-
description_twitter: string;
|
|
2733
2086
|
disabled_reason: string;
|
|
2734
2087
|
domain_agency_id: string;
|
|
2735
2088
|
homepage_cover: string;
|
|
@@ -2737,8 +2090,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2737
2090
|
homepage_cover_video: string;
|
|
2738
2091
|
homepage_highlights: any[];
|
|
2739
2092
|
homepage_properties: string;
|
|
2740
|
-
immoweb_ftp_password: string;
|
|
2741
|
-
immoweb_ftp_username: string;
|
|
2742
2093
|
integration_document_management_sweepbright_documents: boolean;
|
|
2743
2094
|
intercom_app_id: string;
|
|
2744
2095
|
invoice_address: string;
|
|
@@ -2756,17 +2107,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2756
2107
|
links_facebook: string;
|
|
2757
2108
|
links_instagram: string;
|
|
2758
2109
|
links_linkedin: string;
|
|
2759
|
-
links_twitter: string;
|
|
2760
2110
|
new_properties_en: string;
|
|
2761
2111
|
'new_properties_en-GB': string;
|
|
2762
2112
|
new_properties_fr: string;
|
|
2763
2113
|
'new_properties_fr-BE': string;
|
|
2764
2114
|
new_properties_nl: string;
|
|
2765
|
-
onthemarket_api_key: string;
|
|
2766
2115
|
published_url_resolvers: string[];
|
|
2767
2116
|
registration_number: string;
|
|
2768
2117
|
rent_period: string;
|
|
2769
|
-
rightmove_api_key: string;
|
|
2770
2118
|
signup_company_name: string;
|
|
2771
2119
|
signup_country: string;
|
|
2772
2120
|
signup_email: string;
|
|
@@ -2781,40 +2129,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2781
2129
|
theme_typeface: string;
|
|
2782
2130
|
timezone: string;
|
|
2783
2131
|
transaction_types: string;
|
|
2784
|
-
zoopla_api_key: string;
|
|
2785
2132
|
description: string;
|
|
2786
2133
|
about: string;
|
|
2787
|
-
enable_amepi?: string | null | undefined;
|
|
2788
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2789
|
-
enable_bienici?: string | null | undefined;
|
|
2790
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2791
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2792
|
-
enable_facebook?: string | null | undefined;
|
|
2793
|
-
enable_green_acres?: string | null | undefined;
|
|
2794
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2795
|
-
enable_immovlan?: string | null | undefined;
|
|
2796
|
-
enable_immoweb?: string | null | undefined;
|
|
2797
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2798
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2799
|
-
enable_leboncoin?: string | null | undefined;
|
|
2800
|
-
enable_logicimmo?: string | null | undefined;
|
|
2801
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2802
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2803
|
-
enable_onthemarket?: string | null | undefined;
|
|
2804
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2805
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2806
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2807
|
-
enable_publicapi?: string | null | undefined;
|
|
2808
|
-
enable_rightmove?: string | null | undefined;
|
|
2809
|
-
enable_seloger?: string | null | undefined;
|
|
2810
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2811
|
-
enable_twitter?: string | null | undefined;
|
|
2812
|
-
enable_ubiflow?: string | null | undefined;
|
|
2813
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2814
|
-
enable_website?: string | null | undefined;
|
|
2815
|
-
enable_zillow?: string | null | undefined;
|
|
2816
|
-
enable_zoopla?: string | null | undefined;
|
|
2817
|
-
enable_zumper?: string | null | undefined;
|
|
2818
2134
|
facebook_pixel_id?: string | null | undefined;
|
|
2819
2135
|
google_analytics_id?: string | null | undefined;
|
|
2820
2136
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2885,7 +2201,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2885
2201
|
'description_fr-BE': string;
|
|
2886
2202
|
description_instagram: string;
|
|
2887
2203
|
description_nl: string;
|
|
2888
|
-
description_twitter: string;
|
|
2889
2204
|
disabled_reason: string;
|
|
2890
2205
|
domain_agency_id: string;
|
|
2891
2206
|
homepage_cover: string;
|
|
@@ -2893,8 +2208,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2893
2208
|
homepage_cover_video: string;
|
|
2894
2209
|
homepage_highlights: any[];
|
|
2895
2210
|
homepage_properties: string;
|
|
2896
|
-
immoweb_ftp_password: string;
|
|
2897
|
-
immoweb_ftp_username: string;
|
|
2898
2211
|
integration_document_management_sweepbright_documents: boolean;
|
|
2899
2212
|
intercom_app_id: string;
|
|
2900
2213
|
invoice_address: string;
|
|
@@ -2912,17 +2225,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2912
2225
|
links_facebook: string;
|
|
2913
2226
|
links_instagram: string;
|
|
2914
2227
|
links_linkedin: string;
|
|
2915
|
-
links_twitter: string;
|
|
2916
2228
|
new_properties_en: string;
|
|
2917
2229
|
'new_properties_en-GB': string;
|
|
2918
2230
|
new_properties_fr: string;
|
|
2919
2231
|
'new_properties_fr-BE': string;
|
|
2920
2232
|
new_properties_nl: string;
|
|
2921
|
-
onthemarket_api_key: string;
|
|
2922
2233
|
published_url_resolvers: string[];
|
|
2923
2234
|
registration_number: string;
|
|
2924
2235
|
rent_period: string;
|
|
2925
|
-
rightmove_api_key: string;
|
|
2926
2236
|
signup_company_name: string;
|
|
2927
2237
|
signup_country: string;
|
|
2928
2238
|
signup_email: string;
|
|
@@ -2937,40 +2247,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2937
2247
|
theme_typeface: string;
|
|
2938
2248
|
timezone: string;
|
|
2939
2249
|
transaction_types: string;
|
|
2940
|
-
zoopla_api_key: string;
|
|
2941
2250
|
description: string;
|
|
2942
2251
|
about: string;
|
|
2943
|
-
enable_amepi?: string | null | undefined;
|
|
2944
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
2945
|
-
enable_bienici?: string | null | undefined;
|
|
2946
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
2947
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
2948
|
-
enable_facebook?: string | null | undefined;
|
|
2949
|
-
enable_green_acres?: string | null | undefined;
|
|
2950
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
2951
|
-
enable_immovlan?: string | null | undefined;
|
|
2952
|
-
enable_immoweb?: string | null | undefined;
|
|
2953
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
2954
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
2955
|
-
enable_leboncoin?: string | null | undefined;
|
|
2956
|
-
enable_logicimmo?: string | null | undefined;
|
|
2957
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
2958
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
2959
|
-
enable_onthemarket?: string | null | undefined;
|
|
2960
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
2961
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
2962
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
2963
|
-
enable_publicapi?: string | null | undefined;
|
|
2964
|
-
enable_rightmove?: string | null | undefined;
|
|
2965
|
-
enable_seloger?: string | null | undefined;
|
|
2966
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
2967
|
-
enable_twitter?: string | null | undefined;
|
|
2968
|
-
enable_ubiflow?: string | null | undefined;
|
|
2969
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
2970
|
-
enable_website?: string | null | undefined;
|
|
2971
|
-
enable_zillow?: string | null | undefined;
|
|
2972
|
-
enable_zoopla?: string | null | undefined;
|
|
2973
|
-
enable_zumper?: string | null | undefined;
|
|
2974
2252
|
facebook_pixel_id?: string | null | undefined;
|
|
2975
2253
|
google_analytics_id?: string | null | undefined;
|
|
2976
2254
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3043,7 +2321,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3043
2321
|
'description_fr-BE': string;
|
|
3044
2322
|
description_instagram: string;
|
|
3045
2323
|
description_nl: string;
|
|
3046
|
-
description_twitter: string;
|
|
3047
2324
|
disabled_reason: string;
|
|
3048
2325
|
domain_agency_id: string;
|
|
3049
2326
|
homepage_cover: string;
|
|
@@ -3051,8 +2328,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3051
2328
|
homepage_cover_video: string;
|
|
3052
2329
|
homepage_highlights: any[];
|
|
3053
2330
|
homepage_properties: string;
|
|
3054
|
-
immoweb_ftp_password: string;
|
|
3055
|
-
immoweb_ftp_username: string;
|
|
3056
2331
|
integration_document_management_sweepbright_documents: boolean;
|
|
3057
2332
|
intercom_app_id: string;
|
|
3058
2333
|
invoice_address: string;
|
|
@@ -3070,17 +2345,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3070
2345
|
links_facebook: string;
|
|
3071
2346
|
links_instagram: string;
|
|
3072
2347
|
links_linkedin: string;
|
|
3073
|
-
links_twitter: string;
|
|
3074
2348
|
new_properties_en: string;
|
|
3075
2349
|
'new_properties_en-GB': string;
|
|
3076
2350
|
new_properties_fr: string;
|
|
3077
2351
|
'new_properties_fr-BE': string;
|
|
3078
2352
|
new_properties_nl: string;
|
|
3079
|
-
onthemarket_api_key: string;
|
|
3080
2353
|
published_url_resolvers: string[];
|
|
3081
2354
|
registration_number: string;
|
|
3082
2355
|
rent_period: string;
|
|
3083
|
-
rightmove_api_key: string;
|
|
3084
2356
|
signup_company_name: string;
|
|
3085
2357
|
signup_country: string;
|
|
3086
2358
|
signup_email: string;
|
|
@@ -3095,40 +2367,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3095
2367
|
theme_typeface: string;
|
|
3096
2368
|
timezone: string;
|
|
3097
2369
|
transaction_types: string;
|
|
3098
|
-
zoopla_api_key: string;
|
|
3099
2370
|
description: string;
|
|
3100
2371
|
about: string;
|
|
3101
|
-
enable_amepi?: string | null | undefined;
|
|
3102
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
3103
|
-
enable_bienici?: string | null | undefined;
|
|
3104
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
3105
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
3106
|
-
enable_facebook?: string | null | undefined;
|
|
3107
|
-
enable_green_acres?: string | null | undefined;
|
|
3108
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3109
|
-
enable_immovlan?: string | null | undefined;
|
|
3110
|
-
enable_immoweb?: string | null | undefined;
|
|
3111
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
3112
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3113
|
-
enable_leboncoin?: string | null | undefined;
|
|
3114
|
-
enable_logicimmo?: string | null | undefined;
|
|
3115
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3116
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3117
|
-
enable_onthemarket?: string | null | undefined;
|
|
3118
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
3119
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
3120
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3121
|
-
enable_publicapi?: string | null | undefined;
|
|
3122
|
-
enable_rightmove?: string | null | undefined;
|
|
3123
|
-
enable_seloger?: string | null | undefined;
|
|
3124
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3125
|
-
enable_twitter?: string | null | undefined;
|
|
3126
|
-
enable_ubiflow?: string | null | undefined;
|
|
3127
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
3128
|
-
enable_website?: string | null | undefined;
|
|
3129
|
-
enable_zillow?: string | null | undefined;
|
|
3130
|
-
enable_zoopla?: string | null | undefined;
|
|
3131
|
-
enable_zumper?: string | null | undefined;
|
|
3132
2372
|
facebook_pixel_id?: string | null | undefined;
|
|
3133
2373
|
google_analytics_id?: string | null | undefined;
|
|
3134
2374
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3201,7 +2441,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3201
2441
|
'description_fr-BE': string;
|
|
3202
2442
|
description_instagram: string;
|
|
3203
2443
|
description_nl: string;
|
|
3204
|
-
description_twitter: string;
|
|
3205
2444
|
disabled_reason: string;
|
|
3206
2445
|
domain_agency_id: string;
|
|
3207
2446
|
homepage_cover: string;
|
|
@@ -3209,8 +2448,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3209
2448
|
homepage_cover_video: string;
|
|
3210
2449
|
homepage_highlights: any[];
|
|
3211
2450
|
homepage_properties: string;
|
|
3212
|
-
immoweb_ftp_password: string;
|
|
3213
|
-
immoweb_ftp_username: string;
|
|
3214
2451
|
integration_document_management_sweepbright_documents: boolean;
|
|
3215
2452
|
intercom_app_id: string;
|
|
3216
2453
|
invoice_address: string;
|
|
@@ -3228,17 +2465,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3228
2465
|
links_facebook: string;
|
|
3229
2466
|
links_instagram: string;
|
|
3230
2467
|
links_linkedin: string;
|
|
3231
|
-
links_twitter: string;
|
|
3232
2468
|
new_properties_en: string;
|
|
3233
2469
|
'new_properties_en-GB': string;
|
|
3234
2470
|
new_properties_fr: string;
|
|
3235
2471
|
'new_properties_fr-BE': string;
|
|
3236
2472
|
new_properties_nl: string;
|
|
3237
|
-
onthemarket_api_key: string;
|
|
3238
2473
|
published_url_resolvers: string[];
|
|
3239
2474
|
registration_number: string;
|
|
3240
2475
|
rent_period: string;
|
|
3241
|
-
rightmove_api_key: string;
|
|
3242
2476
|
signup_company_name: string;
|
|
3243
2477
|
signup_country: string;
|
|
3244
2478
|
signup_email: string;
|
|
@@ -3253,40 +2487,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3253
2487
|
theme_typeface: string;
|
|
3254
2488
|
timezone: string;
|
|
3255
2489
|
transaction_types: string;
|
|
3256
|
-
zoopla_api_key: string;
|
|
3257
2490
|
description: string;
|
|
3258
2491
|
about: string;
|
|
3259
|
-
enable_amepi?: string | null | undefined;
|
|
3260
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
3261
|
-
enable_bienici?: string | null | undefined;
|
|
3262
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
3263
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
3264
|
-
enable_facebook?: string | null | undefined;
|
|
3265
|
-
enable_green_acres?: string | null | undefined;
|
|
3266
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3267
|
-
enable_immovlan?: string | null | undefined;
|
|
3268
|
-
enable_immoweb?: string | null | undefined;
|
|
3269
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
3270
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3271
|
-
enable_leboncoin?: string | null | undefined;
|
|
3272
|
-
enable_logicimmo?: string | null | undefined;
|
|
3273
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3274
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3275
|
-
enable_onthemarket?: string | null | undefined;
|
|
3276
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
3277
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
3278
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3279
|
-
enable_publicapi?: string | null | undefined;
|
|
3280
|
-
enable_rightmove?: string | null | undefined;
|
|
3281
|
-
enable_seloger?: string | null | undefined;
|
|
3282
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3283
|
-
enable_twitter?: string | null | undefined;
|
|
3284
|
-
enable_ubiflow?: string | null | undefined;
|
|
3285
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
3286
|
-
enable_website?: string | null | undefined;
|
|
3287
|
-
enable_zillow?: string | null | undefined;
|
|
3288
|
-
enable_zoopla?: string | null | undefined;
|
|
3289
|
-
enable_zumper?: string | null | undefined;
|
|
3290
2492
|
facebook_pixel_id?: string | null | undefined;
|
|
3291
2493
|
google_analytics_id?: string | null | undefined;
|
|
3292
2494
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3435,41 +2637,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3435
2637
|
'description_fr-BE': z.ZodString;
|
|
3436
2638
|
description_instagram: z.ZodString;
|
|
3437
2639
|
description_nl: z.ZodString;
|
|
3438
|
-
description_twitter: z.ZodString;
|
|
3439
2640
|
disabled_reason: z.ZodString;
|
|
3440
2641
|
domain_agency_id: z.ZodString;
|
|
3441
2642
|
email: z.ZodString;
|
|
3442
|
-
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3443
|
-
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3444
|
-
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3445
|
-
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3446
|
-
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3447
|
-
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3448
|
-
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3449
|
-
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3450
|
-
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3451
|
-
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3452
|
-
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3453
|
-
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3454
|
-
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3455
|
-
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3456
|
-
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3457
|
-
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3458
|
-
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3459
|
-
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3460
|
-
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3461
|
-
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3462
|
-
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3463
|
-
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3464
|
-
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3465
|
-
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3466
|
-
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3467
|
-
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3468
|
-
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3469
|
-
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3470
|
-
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3471
|
-
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3472
|
-
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3473
2643
|
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3474
2644
|
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3475
2645
|
homepage_cover: z.ZodString;
|
|
@@ -3479,8 +2649,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3479
2649
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
3480
2650
|
homepage_properties: z.ZodString;
|
|
3481
2651
|
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3482
|
-
immoweb_ftp_password: z.ZodString;
|
|
3483
|
-
immoweb_ftp_username: z.ZodString;
|
|
3484
2652
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
3485
2653
|
intercom_app_id: z.ZodString;
|
|
3486
2654
|
invoice_address: z.ZodString;
|
|
@@ -3498,7 +2666,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3498
2666
|
links_facebook: z.ZodString;
|
|
3499
2667
|
links_instagram: z.ZodString;
|
|
3500
2668
|
links_linkedin: z.ZodString;
|
|
3501
|
-
links_twitter: z.ZodString;
|
|
3502
2669
|
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3503
2670
|
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3504
2671
|
new_properties_en: z.ZodString;
|
|
@@ -3506,11 +2673,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3506
2673
|
new_properties_fr: z.ZodString;
|
|
3507
2674
|
'new_properties_fr-BE': z.ZodString;
|
|
3508
2675
|
new_properties_nl: z.ZodString;
|
|
3509
|
-
onthemarket_api_key: z.ZodString;
|
|
3510
2676
|
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
3511
2677
|
registration_number: z.ZodString;
|
|
3512
2678
|
rent_period: z.ZodString;
|
|
3513
|
-
rightmove_api_key: z.ZodString;
|
|
3514
2679
|
signup_company_name: z.ZodString;
|
|
3515
2680
|
signup_country: z.ZodString;
|
|
3516
2681
|
signup_email: z.ZodString;
|
|
@@ -3526,7 +2691,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3526
2691
|
timezone: z.ZodString;
|
|
3527
2692
|
transaction_types: z.ZodString;
|
|
3528
2693
|
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3529
|
-
zoopla_api_key: z.ZodString;
|
|
3530
2694
|
description: z.ZodString;
|
|
3531
2695
|
about: z.ZodString;
|
|
3532
2696
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -3561,7 +2725,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3561
2725
|
'description_fr-BE': string;
|
|
3562
2726
|
description_instagram: string;
|
|
3563
2727
|
description_nl: string;
|
|
3564
|
-
description_twitter: string;
|
|
3565
2728
|
disabled_reason: string;
|
|
3566
2729
|
domain_agency_id: string;
|
|
3567
2730
|
homepage_cover: string;
|
|
@@ -3569,8 +2732,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3569
2732
|
homepage_cover_video: string;
|
|
3570
2733
|
homepage_highlights: any[];
|
|
3571
2734
|
homepage_properties: string;
|
|
3572
|
-
immoweb_ftp_password: string;
|
|
3573
|
-
immoweb_ftp_username: string;
|
|
3574
2735
|
integration_document_management_sweepbright_documents: boolean;
|
|
3575
2736
|
intercom_app_id: string;
|
|
3576
2737
|
invoice_address: string;
|
|
@@ -3588,17 +2749,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3588
2749
|
links_facebook: string;
|
|
3589
2750
|
links_instagram: string;
|
|
3590
2751
|
links_linkedin: string;
|
|
3591
|
-
links_twitter: string;
|
|
3592
2752
|
new_properties_en: string;
|
|
3593
2753
|
'new_properties_en-GB': string;
|
|
3594
2754
|
new_properties_fr: string;
|
|
3595
2755
|
'new_properties_fr-BE': string;
|
|
3596
2756
|
new_properties_nl: string;
|
|
3597
|
-
onthemarket_api_key: string;
|
|
3598
2757
|
published_url_resolvers: string[];
|
|
3599
2758
|
registration_number: string;
|
|
3600
2759
|
rent_period: string;
|
|
3601
|
-
rightmove_api_key: string;
|
|
3602
2760
|
signup_company_name: string;
|
|
3603
2761
|
signup_country: string;
|
|
3604
2762
|
signup_email: string;
|
|
@@ -3613,40 +2771,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3613
2771
|
theme_typeface: string;
|
|
3614
2772
|
timezone: string;
|
|
3615
2773
|
transaction_types: string;
|
|
3616
|
-
zoopla_api_key: string;
|
|
3617
2774
|
description: string;
|
|
3618
2775
|
about: string;
|
|
3619
|
-
enable_amepi?: string | null | undefined;
|
|
3620
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
3621
|
-
enable_bienici?: string | null | undefined;
|
|
3622
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
3623
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
3624
|
-
enable_facebook?: string | null | undefined;
|
|
3625
|
-
enable_green_acres?: string | null | undefined;
|
|
3626
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3627
|
-
enable_immovlan?: string | null | undefined;
|
|
3628
|
-
enable_immoweb?: string | null | undefined;
|
|
3629
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
3630
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3631
|
-
enable_leboncoin?: string | null | undefined;
|
|
3632
|
-
enable_logicimmo?: string | null | undefined;
|
|
3633
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3634
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3635
|
-
enable_onthemarket?: string | null | undefined;
|
|
3636
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
3637
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
3638
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3639
|
-
enable_publicapi?: string | null | undefined;
|
|
3640
|
-
enable_rightmove?: string | null | undefined;
|
|
3641
|
-
enable_seloger?: string | null | undefined;
|
|
3642
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3643
|
-
enable_twitter?: string | null | undefined;
|
|
3644
|
-
enable_ubiflow?: string | null | undefined;
|
|
3645
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
3646
|
-
enable_website?: string | null | undefined;
|
|
3647
|
-
enable_zillow?: string | null | undefined;
|
|
3648
|
-
enable_zoopla?: string | null | undefined;
|
|
3649
|
-
enable_zumper?: string | null | undefined;
|
|
3650
2776
|
facebook_pixel_id?: string | null | undefined;
|
|
3651
2777
|
google_analytics_id?: string | null | undefined;
|
|
3652
2778
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3686,7 +2812,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3686
2812
|
'description_fr-BE': string;
|
|
3687
2813
|
description_instagram: string;
|
|
3688
2814
|
description_nl: string;
|
|
3689
|
-
description_twitter: string;
|
|
3690
2815
|
disabled_reason: string;
|
|
3691
2816
|
domain_agency_id: string;
|
|
3692
2817
|
homepage_cover: string;
|
|
@@ -3694,8 +2819,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3694
2819
|
homepage_cover_video: string;
|
|
3695
2820
|
homepage_highlights: any[];
|
|
3696
2821
|
homepage_properties: string;
|
|
3697
|
-
immoweb_ftp_password: string;
|
|
3698
|
-
immoweb_ftp_username: string;
|
|
3699
2822
|
integration_document_management_sweepbright_documents: boolean;
|
|
3700
2823
|
intercom_app_id: string;
|
|
3701
2824
|
invoice_address: string;
|
|
@@ -3713,17 +2836,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3713
2836
|
links_facebook: string;
|
|
3714
2837
|
links_instagram: string;
|
|
3715
2838
|
links_linkedin: string;
|
|
3716
|
-
links_twitter: string;
|
|
3717
2839
|
new_properties_en: string;
|
|
3718
2840
|
'new_properties_en-GB': string;
|
|
3719
2841
|
new_properties_fr: string;
|
|
3720
2842
|
'new_properties_fr-BE': string;
|
|
3721
2843
|
new_properties_nl: string;
|
|
3722
|
-
onthemarket_api_key: string;
|
|
3723
2844
|
published_url_resolvers: string[];
|
|
3724
2845
|
registration_number: string;
|
|
3725
2846
|
rent_period: string;
|
|
3726
|
-
rightmove_api_key: string;
|
|
3727
2847
|
signup_company_name: string;
|
|
3728
2848
|
signup_country: string;
|
|
3729
2849
|
signup_email: string;
|
|
@@ -3738,40 +2858,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3738
2858
|
theme_typeface: string;
|
|
3739
2859
|
timezone: string;
|
|
3740
2860
|
transaction_types: string;
|
|
3741
|
-
zoopla_api_key: string;
|
|
3742
2861
|
description: string;
|
|
3743
2862
|
about: string;
|
|
3744
|
-
enable_amepi?: string | null | undefined;
|
|
3745
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
3746
|
-
enable_bienici?: string | null | undefined;
|
|
3747
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
3748
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
3749
|
-
enable_facebook?: string | null | undefined;
|
|
3750
|
-
enable_green_acres?: string | null | undefined;
|
|
3751
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3752
|
-
enable_immovlan?: string | null | undefined;
|
|
3753
|
-
enable_immoweb?: string | null | undefined;
|
|
3754
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
3755
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3756
|
-
enable_leboncoin?: string | null | undefined;
|
|
3757
|
-
enable_logicimmo?: string | null | undefined;
|
|
3758
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3759
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3760
|
-
enable_onthemarket?: string | null | undefined;
|
|
3761
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
3762
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
3763
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3764
|
-
enable_publicapi?: string | null | undefined;
|
|
3765
|
-
enable_rightmove?: string | null | undefined;
|
|
3766
|
-
enable_seloger?: string | null | undefined;
|
|
3767
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3768
|
-
enable_twitter?: string | null | undefined;
|
|
3769
|
-
enable_ubiflow?: string | null | undefined;
|
|
3770
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
3771
|
-
enable_website?: string | null | undefined;
|
|
3772
|
-
enable_zillow?: string | null | undefined;
|
|
3773
|
-
enable_zoopla?: string | null | undefined;
|
|
3774
|
-
enable_zumper?: string | null | undefined;
|
|
3775
2863
|
facebook_pixel_id?: string | null | undefined;
|
|
3776
2864
|
google_analytics_id?: string | null | undefined;
|
|
3777
2865
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3813,7 +2901,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3813
2901
|
'description_fr-BE': string;
|
|
3814
2902
|
description_instagram: string;
|
|
3815
2903
|
description_nl: string;
|
|
3816
|
-
description_twitter: string;
|
|
3817
2904
|
disabled_reason: string;
|
|
3818
2905
|
domain_agency_id: string;
|
|
3819
2906
|
homepage_cover: string;
|
|
@@ -3821,8 +2908,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3821
2908
|
homepage_cover_video: string;
|
|
3822
2909
|
homepage_highlights: any[];
|
|
3823
2910
|
homepage_properties: string;
|
|
3824
|
-
immoweb_ftp_password: string;
|
|
3825
|
-
immoweb_ftp_username: string;
|
|
3826
2911
|
integration_document_management_sweepbright_documents: boolean;
|
|
3827
2912
|
intercom_app_id: string;
|
|
3828
2913
|
invoice_address: string;
|
|
@@ -3840,17 +2925,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3840
2925
|
links_facebook: string;
|
|
3841
2926
|
links_instagram: string;
|
|
3842
2927
|
links_linkedin: string;
|
|
3843
|
-
links_twitter: string;
|
|
3844
2928
|
new_properties_en: string;
|
|
3845
2929
|
'new_properties_en-GB': string;
|
|
3846
2930
|
new_properties_fr: string;
|
|
3847
2931
|
'new_properties_fr-BE': string;
|
|
3848
2932
|
new_properties_nl: string;
|
|
3849
|
-
onthemarket_api_key: string;
|
|
3850
2933
|
published_url_resolvers: string[];
|
|
3851
2934
|
registration_number: string;
|
|
3852
2935
|
rent_period: string;
|
|
3853
|
-
rightmove_api_key: string;
|
|
3854
2936
|
signup_company_name: string;
|
|
3855
2937
|
signup_country: string;
|
|
3856
2938
|
signup_email: string;
|
|
@@ -3865,40 +2947,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3865
2947
|
theme_typeface: string;
|
|
3866
2948
|
timezone: string;
|
|
3867
2949
|
transaction_types: string;
|
|
3868
|
-
zoopla_api_key: string;
|
|
3869
2950
|
description: string;
|
|
3870
2951
|
about: string;
|
|
3871
|
-
enable_amepi?: string | null | undefined;
|
|
3872
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
3873
|
-
enable_bienici?: string | null | undefined;
|
|
3874
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
3875
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
3876
|
-
enable_facebook?: string | null | undefined;
|
|
3877
|
-
enable_green_acres?: string | null | undefined;
|
|
3878
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3879
|
-
enable_immovlan?: string | null | undefined;
|
|
3880
|
-
enable_immoweb?: string | null | undefined;
|
|
3881
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
3882
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3883
|
-
enable_leboncoin?: string | null | undefined;
|
|
3884
|
-
enable_logicimmo?: string | null | undefined;
|
|
3885
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3886
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3887
|
-
enable_onthemarket?: string | null | undefined;
|
|
3888
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
3889
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
3890
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3891
|
-
enable_publicapi?: string | null | undefined;
|
|
3892
|
-
enable_rightmove?: string | null | undefined;
|
|
3893
|
-
enable_seloger?: string | null | undefined;
|
|
3894
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3895
|
-
enable_twitter?: string | null | undefined;
|
|
3896
|
-
enable_ubiflow?: string | null | undefined;
|
|
3897
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
3898
|
-
enable_website?: string | null | undefined;
|
|
3899
|
-
enable_zillow?: string | null | undefined;
|
|
3900
|
-
enable_zoopla?: string | null | undefined;
|
|
3901
|
-
enable_zumper?: string | null | undefined;
|
|
3902
2952
|
facebook_pixel_id?: string | null | undefined;
|
|
3903
2953
|
google_analytics_id?: string | null | undefined;
|
|
3904
2954
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3940,7 +2990,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3940
2990
|
'description_fr-BE': string;
|
|
3941
2991
|
description_instagram: string;
|
|
3942
2992
|
description_nl: string;
|
|
3943
|
-
description_twitter: string;
|
|
3944
2993
|
disabled_reason: string;
|
|
3945
2994
|
domain_agency_id: string;
|
|
3946
2995
|
homepage_cover: string;
|
|
@@ -3948,8 +2997,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3948
2997
|
homepage_cover_video: string;
|
|
3949
2998
|
homepage_highlights: any[];
|
|
3950
2999
|
homepage_properties: string;
|
|
3951
|
-
immoweb_ftp_password: string;
|
|
3952
|
-
immoweb_ftp_username: string;
|
|
3953
3000
|
integration_document_management_sweepbright_documents: boolean;
|
|
3954
3001
|
intercom_app_id: string;
|
|
3955
3002
|
invoice_address: string;
|
|
@@ -3967,17 +3014,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3967
3014
|
links_facebook: string;
|
|
3968
3015
|
links_instagram: string;
|
|
3969
3016
|
links_linkedin: string;
|
|
3970
|
-
links_twitter: string;
|
|
3971
3017
|
new_properties_en: string;
|
|
3972
3018
|
'new_properties_en-GB': string;
|
|
3973
3019
|
new_properties_fr: string;
|
|
3974
3020
|
'new_properties_fr-BE': string;
|
|
3975
3021
|
new_properties_nl: string;
|
|
3976
|
-
onthemarket_api_key: string;
|
|
3977
3022
|
published_url_resolvers: string[];
|
|
3978
3023
|
registration_number: string;
|
|
3979
3024
|
rent_period: string;
|
|
3980
|
-
rightmove_api_key: string;
|
|
3981
3025
|
signup_company_name: string;
|
|
3982
3026
|
signup_country: string;
|
|
3983
3027
|
signup_email: string;
|
|
@@ -3992,40 +3036,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3992
3036
|
theme_typeface: string;
|
|
3993
3037
|
timezone: string;
|
|
3994
3038
|
transaction_types: string;
|
|
3995
|
-
zoopla_api_key: string;
|
|
3996
3039
|
description: string;
|
|
3997
3040
|
about: string;
|
|
3998
|
-
enable_amepi?: string | null | undefined;
|
|
3999
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4000
|
-
enable_bienici?: string | null | undefined;
|
|
4001
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4002
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4003
|
-
enable_facebook?: string | null | undefined;
|
|
4004
|
-
enable_green_acres?: string | null | undefined;
|
|
4005
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4006
|
-
enable_immovlan?: string | null | undefined;
|
|
4007
|
-
enable_immoweb?: string | null | undefined;
|
|
4008
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4009
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4010
|
-
enable_leboncoin?: string | null | undefined;
|
|
4011
|
-
enable_logicimmo?: string | null | undefined;
|
|
4012
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4013
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4014
|
-
enable_onthemarket?: string | null | undefined;
|
|
4015
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4016
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4017
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4018
|
-
enable_publicapi?: string | null | undefined;
|
|
4019
|
-
enable_rightmove?: string | null | undefined;
|
|
4020
|
-
enable_seloger?: string | null | undefined;
|
|
4021
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4022
|
-
enable_twitter?: string | null | undefined;
|
|
4023
|
-
enable_ubiflow?: string | null | undefined;
|
|
4024
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4025
|
-
enable_website?: string | null | undefined;
|
|
4026
|
-
enable_zillow?: string | null | undefined;
|
|
4027
|
-
enable_zoopla?: string | null | undefined;
|
|
4028
|
-
enable_zumper?: string | null | undefined;
|
|
4029
3041
|
facebook_pixel_id?: string | null | undefined;
|
|
4030
3042
|
google_analytics_id?: string | null | undefined;
|
|
4031
3043
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4069,7 +3081,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4069
3081
|
'description_fr-BE': string;
|
|
4070
3082
|
description_instagram: string;
|
|
4071
3083
|
description_nl: string;
|
|
4072
|
-
description_twitter: string;
|
|
4073
3084
|
disabled_reason: string;
|
|
4074
3085
|
domain_agency_id: string;
|
|
4075
3086
|
homepage_cover: string;
|
|
@@ -4077,8 +3088,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4077
3088
|
homepage_cover_video: string;
|
|
4078
3089
|
homepage_highlights: any[];
|
|
4079
3090
|
homepage_properties: string;
|
|
4080
|
-
immoweb_ftp_password: string;
|
|
4081
|
-
immoweb_ftp_username: string;
|
|
4082
3091
|
integration_document_management_sweepbright_documents: boolean;
|
|
4083
3092
|
intercom_app_id: string;
|
|
4084
3093
|
invoice_address: string;
|
|
@@ -4096,17 +3105,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4096
3105
|
links_facebook: string;
|
|
4097
3106
|
links_instagram: string;
|
|
4098
3107
|
links_linkedin: string;
|
|
4099
|
-
links_twitter: string;
|
|
4100
3108
|
new_properties_en: string;
|
|
4101
3109
|
'new_properties_en-GB': string;
|
|
4102
3110
|
new_properties_fr: string;
|
|
4103
3111
|
'new_properties_fr-BE': string;
|
|
4104
3112
|
new_properties_nl: string;
|
|
4105
|
-
onthemarket_api_key: string;
|
|
4106
3113
|
published_url_resolvers: string[];
|
|
4107
3114
|
registration_number: string;
|
|
4108
3115
|
rent_period: string;
|
|
4109
|
-
rightmove_api_key: string;
|
|
4110
3116
|
signup_company_name: string;
|
|
4111
3117
|
signup_country: string;
|
|
4112
3118
|
signup_email: string;
|
|
@@ -4121,40 +3127,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4121
3127
|
theme_typeface: string;
|
|
4122
3128
|
timezone: string;
|
|
4123
3129
|
transaction_types: string;
|
|
4124
|
-
zoopla_api_key: string;
|
|
4125
3130
|
description: string;
|
|
4126
3131
|
about: string;
|
|
4127
|
-
enable_amepi?: string | null | undefined;
|
|
4128
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4129
|
-
enable_bienici?: string | null | undefined;
|
|
4130
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4131
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4132
|
-
enable_facebook?: string | null | undefined;
|
|
4133
|
-
enable_green_acres?: string | null | undefined;
|
|
4134
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4135
|
-
enable_immovlan?: string | null | undefined;
|
|
4136
|
-
enable_immoweb?: string | null | undefined;
|
|
4137
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4138
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4139
|
-
enable_leboncoin?: string | null | undefined;
|
|
4140
|
-
enable_logicimmo?: string | null | undefined;
|
|
4141
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4142
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4143
|
-
enable_onthemarket?: string | null | undefined;
|
|
4144
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4145
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4146
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4147
|
-
enable_publicapi?: string | null | undefined;
|
|
4148
|
-
enable_rightmove?: string | null | undefined;
|
|
4149
|
-
enable_seloger?: string | null | undefined;
|
|
4150
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4151
|
-
enable_twitter?: string | null | undefined;
|
|
4152
|
-
enable_ubiflow?: string | null | undefined;
|
|
4153
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4154
|
-
enable_website?: string | null | undefined;
|
|
4155
|
-
enable_zillow?: string | null | undefined;
|
|
4156
|
-
enable_zoopla?: string | null | undefined;
|
|
4157
|
-
enable_zumper?: string | null | undefined;
|
|
4158
3132
|
facebook_pixel_id?: string | null | undefined;
|
|
4159
3133
|
google_analytics_id?: string | null | undefined;
|
|
4160
3134
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4225,7 +3199,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4225
3199
|
'description_fr-BE': string;
|
|
4226
3200
|
description_instagram: string;
|
|
4227
3201
|
description_nl: string;
|
|
4228
|
-
description_twitter: string;
|
|
4229
3202
|
disabled_reason: string;
|
|
4230
3203
|
domain_agency_id: string;
|
|
4231
3204
|
homepage_cover: string;
|
|
@@ -4233,8 +3206,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4233
3206
|
homepage_cover_video: string;
|
|
4234
3207
|
homepage_highlights: any[];
|
|
4235
3208
|
homepage_properties: string;
|
|
4236
|
-
immoweb_ftp_password: string;
|
|
4237
|
-
immoweb_ftp_username: string;
|
|
4238
3209
|
integration_document_management_sweepbright_documents: boolean;
|
|
4239
3210
|
intercom_app_id: string;
|
|
4240
3211
|
invoice_address: string;
|
|
@@ -4252,17 +3223,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4252
3223
|
links_facebook: string;
|
|
4253
3224
|
links_instagram: string;
|
|
4254
3225
|
links_linkedin: string;
|
|
4255
|
-
links_twitter: string;
|
|
4256
3226
|
new_properties_en: string;
|
|
4257
3227
|
'new_properties_en-GB': string;
|
|
4258
3228
|
new_properties_fr: string;
|
|
4259
3229
|
'new_properties_fr-BE': string;
|
|
4260
3230
|
new_properties_nl: string;
|
|
4261
|
-
onthemarket_api_key: string;
|
|
4262
3231
|
published_url_resolvers: string[];
|
|
4263
3232
|
registration_number: string;
|
|
4264
3233
|
rent_period: string;
|
|
4265
|
-
rightmove_api_key: string;
|
|
4266
3234
|
signup_company_name: string;
|
|
4267
3235
|
signup_country: string;
|
|
4268
3236
|
signup_email: string;
|
|
@@ -4277,40 +3245,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4277
3245
|
theme_typeface: string;
|
|
4278
3246
|
timezone: string;
|
|
4279
3247
|
transaction_types: string;
|
|
4280
|
-
zoopla_api_key: string;
|
|
4281
3248
|
description: string;
|
|
4282
3249
|
about: string;
|
|
4283
|
-
enable_amepi?: string | null | undefined;
|
|
4284
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4285
|
-
enable_bienici?: string | null | undefined;
|
|
4286
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4287
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4288
|
-
enable_facebook?: string | null | undefined;
|
|
4289
|
-
enable_green_acres?: string | null | undefined;
|
|
4290
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4291
|
-
enable_immovlan?: string | null | undefined;
|
|
4292
|
-
enable_immoweb?: string | null | undefined;
|
|
4293
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4294
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4295
|
-
enable_leboncoin?: string | null | undefined;
|
|
4296
|
-
enable_logicimmo?: string | null | undefined;
|
|
4297
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4298
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4299
|
-
enable_onthemarket?: string | null | undefined;
|
|
4300
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4301
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4302
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4303
|
-
enable_publicapi?: string | null | undefined;
|
|
4304
|
-
enable_rightmove?: string | null | undefined;
|
|
4305
|
-
enable_seloger?: string | null | undefined;
|
|
4306
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4307
|
-
enable_twitter?: string | null | undefined;
|
|
4308
|
-
enable_ubiflow?: string | null | undefined;
|
|
4309
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4310
|
-
enable_website?: string | null | undefined;
|
|
4311
|
-
enable_zillow?: string | null | undefined;
|
|
4312
|
-
enable_zoopla?: string | null | undefined;
|
|
4313
|
-
enable_zumper?: string | null | undefined;
|
|
4314
3250
|
facebook_pixel_id?: string | null | undefined;
|
|
4315
3251
|
google_analytics_id?: string | null | undefined;
|
|
4316
3252
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4383,7 +3319,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4383
3319
|
'description_fr-BE': string;
|
|
4384
3320
|
description_instagram: string;
|
|
4385
3321
|
description_nl: string;
|
|
4386
|
-
description_twitter: string;
|
|
4387
3322
|
disabled_reason: string;
|
|
4388
3323
|
domain_agency_id: string;
|
|
4389
3324
|
homepage_cover: string;
|
|
@@ -4391,8 +3326,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4391
3326
|
homepage_cover_video: string;
|
|
4392
3327
|
homepage_highlights: any[];
|
|
4393
3328
|
homepage_properties: string;
|
|
4394
|
-
immoweb_ftp_password: string;
|
|
4395
|
-
immoweb_ftp_username: string;
|
|
4396
3329
|
integration_document_management_sweepbright_documents: boolean;
|
|
4397
3330
|
intercom_app_id: string;
|
|
4398
3331
|
invoice_address: string;
|
|
@@ -4410,17 +3343,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4410
3343
|
links_facebook: string;
|
|
4411
3344
|
links_instagram: string;
|
|
4412
3345
|
links_linkedin: string;
|
|
4413
|
-
links_twitter: string;
|
|
4414
3346
|
new_properties_en: string;
|
|
4415
3347
|
'new_properties_en-GB': string;
|
|
4416
3348
|
new_properties_fr: string;
|
|
4417
3349
|
'new_properties_fr-BE': string;
|
|
4418
3350
|
new_properties_nl: string;
|
|
4419
|
-
onthemarket_api_key: string;
|
|
4420
3351
|
published_url_resolvers: string[];
|
|
4421
3352
|
registration_number: string;
|
|
4422
3353
|
rent_period: string;
|
|
4423
|
-
rightmove_api_key: string;
|
|
4424
3354
|
signup_company_name: string;
|
|
4425
3355
|
signup_country: string;
|
|
4426
3356
|
signup_email: string;
|
|
@@ -4435,40 +3365,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4435
3365
|
theme_typeface: string;
|
|
4436
3366
|
timezone: string;
|
|
4437
3367
|
transaction_types: string;
|
|
4438
|
-
zoopla_api_key: string;
|
|
4439
3368
|
description: string;
|
|
4440
3369
|
about: string;
|
|
4441
|
-
enable_amepi?: string | null | undefined;
|
|
4442
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4443
|
-
enable_bienici?: string | null | undefined;
|
|
4444
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4445
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4446
|
-
enable_facebook?: string | null | undefined;
|
|
4447
|
-
enable_green_acres?: string | null | undefined;
|
|
4448
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4449
|
-
enable_immovlan?: string | null | undefined;
|
|
4450
|
-
enable_immoweb?: string | null | undefined;
|
|
4451
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4452
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4453
|
-
enable_leboncoin?: string | null | undefined;
|
|
4454
|
-
enable_logicimmo?: string | null | undefined;
|
|
4455
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4456
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4457
|
-
enable_onthemarket?: string | null | undefined;
|
|
4458
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4459
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4460
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4461
|
-
enable_publicapi?: string | null | undefined;
|
|
4462
|
-
enable_rightmove?: string | null | undefined;
|
|
4463
|
-
enable_seloger?: string | null | undefined;
|
|
4464
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4465
|
-
enable_twitter?: string | null | undefined;
|
|
4466
|
-
enable_ubiflow?: string | null | undefined;
|
|
4467
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4468
|
-
enable_website?: string | null | undefined;
|
|
4469
|
-
enable_zillow?: string | null | undefined;
|
|
4470
|
-
enable_zoopla?: string | null | undefined;
|
|
4471
|
-
enable_zumper?: string | null | undefined;
|
|
4472
3370
|
facebook_pixel_id?: string | null | undefined;
|
|
4473
3371
|
google_analytics_id?: string | null | undefined;
|
|
4474
3372
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4541,7 +3439,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4541
3439
|
'description_fr-BE': string;
|
|
4542
3440
|
description_instagram: string;
|
|
4543
3441
|
description_nl: string;
|
|
4544
|
-
description_twitter: string;
|
|
4545
3442
|
disabled_reason: string;
|
|
4546
3443
|
domain_agency_id: string;
|
|
4547
3444
|
homepage_cover: string;
|
|
@@ -4549,8 +3446,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4549
3446
|
homepage_cover_video: string;
|
|
4550
3447
|
homepage_highlights: any[];
|
|
4551
3448
|
homepage_properties: string;
|
|
4552
|
-
immoweb_ftp_password: string;
|
|
4553
|
-
immoweb_ftp_username: string;
|
|
4554
3449
|
integration_document_management_sweepbright_documents: boolean;
|
|
4555
3450
|
intercom_app_id: string;
|
|
4556
3451
|
invoice_address: string;
|
|
@@ -4568,17 +3463,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4568
3463
|
links_facebook: string;
|
|
4569
3464
|
links_instagram: string;
|
|
4570
3465
|
links_linkedin: string;
|
|
4571
|
-
links_twitter: string;
|
|
4572
3466
|
new_properties_en: string;
|
|
4573
3467
|
'new_properties_en-GB': string;
|
|
4574
3468
|
new_properties_fr: string;
|
|
4575
3469
|
'new_properties_fr-BE': string;
|
|
4576
3470
|
new_properties_nl: string;
|
|
4577
|
-
onthemarket_api_key: string;
|
|
4578
3471
|
published_url_resolvers: string[];
|
|
4579
3472
|
registration_number: string;
|
|
4580
3473
|
rent_period: string;
|
|
4581
|
-
rightmove_api_key: string;
|
|
4582
3474
|
signup_company_name: string;
|
|
4583
3475
|
signup_country: string;
|
|
4584
3476
|
signup_email: string;
|
|
@@ -4593,40 +3485,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4593
3485
|
theme_typeface: string;
|
|
4594
3486
|
timezone: string;
|
|
4595
3487
|
transaction_types: string;
|
|
4596
|
-
zoopla_api_key: string;
|
|
4597
3488
|
description: string;
|
|
4598
3489
|
about: string;
|
|
4599
|
-
enable_amepi?: string | null | undefined;
|
|
4600
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4601
|
-
enable_bienici?: string | null | undefined;
|
|
4602
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4603
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4604
|
-
enable_facebook?: string | null | undefined;
|
|
4605
|
-
enable_green_acres?: string | null | undefined;
|
|
4606
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4607
|
-
enable_immovlan?: string | null | undefined;
|
|
4608
|
-
enable_immoweb?: string | null | undefined;
|
|
4609
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4610
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4611
|
-
enable_leboncoin?: string | null | undefined;
|
|
4612
|
-
enable_logicimmo?: string | null | undefined;
|
|
4613
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4614
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4615
|
-
enable_onthemarket?: string | null | undefined;
|
|
4616
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4617
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4618
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4619
|
-
enable_publicapi?: string | null | undefined;
|
|
4620
|
-
enable_rightmove?: string | null | undefined;
|
|
4621
|
-
enable_seloger?: string | null | undefined;
|
|
4622
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4623
|
-
enable_twitter?: string | null | undefined;
|
|
4624
|
-
enable_ubiflow?: string | null | undefined;
|
|
4625
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4626
|
-
enable_website?: string | null | undefined;
|
|
4627
|
-
enable_zillow?: string | null | undefined;
|
|
4628
|
-
enable_zoopla?: string | null | undefined;
|
|
4629
|
-
enable_zumper?: string | null | undefined;
|
|
4630
3490
|
facebook_pixel_id?: string | null | undefined;
|
|
4631
3491
|
google_analytics_id?: string | null | undefined;
|
|
4632
3492
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4857,7 +3717,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4857
3717
|
'description_fr-BE': string;
|
|
4858
3718
|
description_instagram: string;
|
|
4859
3719
|
description_nl: string;
|
|
4860
|
-
description_twitter: string;
|
|
4861
3720
|
disabled_reason: string;
|
|
4862
3721
|
domain_agency_id: string;
|
|
4863
3722
|
homepage_cover: string;
|
|
@@ -4865,8 +3724,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4865
3724
|
homepage_cover_video: string;
|
|
4866
3725
|
homepage_highlights: any[];
|
|
4867
3726
|
homepage_properties: string;
|
|
4868
|
-
immoweb_ftp_password: string;
|
|
4869
|
-
immoweb_ftp_username: string;
|
|
4870
3727
|
integration_document_management_sweepbright_documents: boolean;
|
|
4871
3728
|
intercom_app_id: string;
|
|
4872
3729
|
invoice_address: string;
|
|
@@ -4884,17 +3741,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4884
3741
|
links_facebook: string;
|
|
4885
3742
|
links_instagram: string;
|
|
4886
3743
|
links_linkedin: string;
|
|
4887
|
-
links_twitter: string;
|
|
4888
3744
|
new_properties_en: string;
|
|
4889
3745
|
'new_properties_en-GB': string;
|
|
4890
3746
|
new_properties_fr: string;
|
|
4891
3747
|
'new_properties_fr-BE': string;
|
|
4892
3748
|
new_properties_nl: string;
|
|
4893
|
-
onthemarket_api_key: string;
|
|
4894
3749
|
published_url_resolvers: string[];
|
|
4895
3750
|
registration_number: string;
|
|
4896
3751
|
rent_period: string;
|
|
4897
|
-
rightmove_api_key: string;
|
|
4898
3752
|
signup_company_name: string;
|
|
4899
3753
|
signup_country: string;
|
|
4900
3754
|
signup_email: string;
|
|
@@ -4909,40 +3763,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4909
3763
|
theme_typeface: string;
|
|
4910
3764
|
timezone: string;
|
|
4911
3765
|
transaction_types: string;
|
|
4912
|
-
zoopla_api_key: string;
|
|
4913
3766
|
description: string;
|
|
4914
3767
|
about: string;
|
|
4915
|
-
enable_amepi?: string | null | undefined;
|
|
4916
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
4917
|
-
enable_bienici?: string | null | undefined;
|
|
4918
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
4919
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
4920
|
-
enable_facebook?: string | null | undefined;
|
|
4921
|
-
enable_green_acres?: string | null | undefined;
|
|
4922
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4923
|
-
enable_immovlan?: string | null | undefined;
|
|
4924
|
-
enable_immoweb?: string | null | undefined;
|
|
4925
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
4926
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4927
|
-
enable_leboncoin?: string | null | undefined;
|
|
4928
|
-
enable_logicimmo?: string | null | undefined;
|
|
4929
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4930
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4931
|
-
enable_onthemarket?: string | null | undefined;
|
|
4932
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
4933
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
4934
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4935
|
-
enable_publicapi?: string | null | undefined;
|
|
4936
|
-
enable_rightmove?: string | null | undefined;
|
|
4937
|
-
enable_seloger?: string | null | undefined;
|
|
4938
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4939
|
-
enable_twitter?: string | null | undefined;
|
|
4940
|
-
enable_ubiflow?: string | null | undefined;
|
|
4941
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
4942
|
-
enable_website?: string | null | undefined;
|
|
4943
|
-
enable_zillow?: string | null | undefined;
|
|
4944
|
-
enable_zoopla?: string | null | undefined;
|
|
4945
|
-
enable_zumper?: string | null | undefined;
|
|
4946
3768
|
facebook_pixel_id?: string | null | undefined;
|
|
4947
3769
|
google_analytics_id?: string | null | undefined;
|
|
4948
3770
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5047,7 +3869,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5047
3869
|
'description_fr-BE': string;
|
|
5048
3870
|
description_instagram: string;
|
|
5049
3871
|
description_nl: string;
|
|
5050
|
-
description_twitter: string;
|
|
5051
3872
|
disabled_reason: string;
|
|
5052
3873
|
domain_agency_id: string;
|
|
5053
3874
|
homepage_cover: string;
|
|
@@ -5055,8 +3876,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5055
3876
|
homepage_cover_video: string;
|
|
5056
3877
|
homepage_highlights: any[];
|
|
5057
3878
|
homepage_properties: string;
|
|
5058
|
-
immoweb_ftp_password: string;
|
|
5059
|
-
immoweb_ftp_username: string;
|
|
5060
3879
|
integration_document_management_sweepbright_documents: boolean;
|
|
5061
3880
|
intercom_app_id: string;
|
|
5062
3881
|
invoice_address: string;
|
|
@@ -5074,17 +3893,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5074
3893
|
links_facebook: string;
|
|
5075
3894
|
links_instagram: string;
|
|
5076
3895
|
links_linkedin: string;
|
|
5077
|
-
links_twitter: string;
|
|
5078
3896
|
new_properties_en: string;
|
|
5079
3897
|
'new_properties_en-GB': string;
|
|
5080
3898
|
new_properties_fr: string;
|
|
5081
3899
|
'new_properties_fr-BE': string;
|
|
5082
3900
|
new_properties_nl: string;
|
|
5083
|
-
onthemarket_api_key: string;
|
|
5084
3901
|
published_url_resolvers: string[];
|
|
5085
3902
|
registration_number: string;
|
|
5086
3903
|
rent_period: string;
|
|
5087
|
-
rightmove_api_key: string;
|
|
5088
3904
|
signup_company_name: string;
|
|
5089
3905
|
signup_country: string;
|
|
5090
3906
|
signup_email: string;
|
|
@@ -5099,40 +3915,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5099
3915
|
theme_typeface: string;
|
|
5100
3916
|
timezone: string;
|
|
5101
3917
|
transaction_types: string;
|
|
5102
|
-
zoopla_api_key: string;
|
|
5103
3918
|
description: string;
|
|
5104
3919
|
about: string;
|
|
5105
|
-
enable_amepi?: string | null | undefined;
|
|
5106
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
5107
|
-
enable_bienici?: string | null | undefined;
|
|
5108
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
5109
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
5110
|
-
enable_facebook?: string | null | undefined;
|
|
5111
|
-
enable_green_acres?: string | null | undefined;
|
|
5112
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5113
|
-
enable_immovlan?: string | null | undefined;
|
|
5114
|
-
enable_immoweb?: string | null | undefined;
|
|
5115
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
5116
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5117
|
-
enable_leboncoin?: string | null | undefined;
|
|
5118
|
-
enable_logicimmo?: string | null | undefined;
|
|
5119
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5120
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5121
|
-
enable_onthemarket?: string | null | undefined;
|
|
5122
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
5123
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
5124
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5125
|
-
enable_publicapi?: string | null | undefined;
|
|
5126
|
-
enable_rightmove?: string | null | undefined;
|
|
5127
|
-
enable_seloger?: string | null | undefined;
|
|
5128
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5129
|
-
enable_twitter?: string | null | undefined;
|
|
5130
|
-
enable_ubiflow?: string | null | undefined;
|
|
5131
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
5132
|
-
enable_website?: string | null | undefined;
|
|
5133
|
-
enable_zillow?: string | null | undefined;
|
|
5134
|
-
enable_zoopla?: string | null | undefined;
|
|
5135
|
-
enable_zumper?: string | null | undefined;
|
|
5136
3920
|
facebook_pixel_id?: string | null | undefined;
|
|
5137
3921
|
google_analytics_id?: string | null | undefined;
|
|
5138
3922
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5309,41 +4093,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5309
4093
|
'description_fr-BE': z.ZodString;
|
|
5310
4094
|
description_instagram: z.ZodString;
|
|
5311
4095
|
description_nl: z.ZodString;
|
|
5312
|
-
description_twitter: z.ZodString;
|
|
5313
4096
|
disabled_reason: z.ZodString;
|
|
5314
4097
|
domain_agency_id: z.ZodString;
|
|
5315
4098
|
email: z.ZodString;
|
|
5316
|
-
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5317
|
-
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5318
|
-
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5319
|
-
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5320
|
-
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5321
|
-
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5322
|
-
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5323
|
-
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5324
|
-
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5325
|
-
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5326
|
-
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5327
|
-
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5328
|
-
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5329
|
-
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5330
|
-
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5331
|
-
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5332
|
-
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5333
|
-
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5334
|
-
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5335
|
-
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5336
|
-
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5337
|
-
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5338
|
-
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5339
|
-
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5340
|
-
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5341
|
-
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5342
|
-
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5343
|
-
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5344
|
-
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5345
|
-
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5346
|
-
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5347
4099
|
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5348
4100
|
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5349
4101
|
homepage_cover: z.ZodString;
|
|
@@ -5353,8 +4105,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5353
4105
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
5354
4106
|
homepage_properties: z.ZodString;
|
|
5355
4107
|
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5356
|
-
immoweb_ftp_password: z.ZodString;
|
|
5357
|
-
immoweb_ftp_username: z.ZodString;
|
|
5358
4108
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
5359
4109
|
intercom_app_id: z.ZodString;
|
|
5360
4110
|
invoice_address: z.ZodString;
|
|
@@ -5372,7 +4122,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5372
4122
|
links_facebook: z.ZodString;
|
|
5373
4123
|
links_instagram: z.ZodString;
|
|
5374
4124
|
links_linkedin: z.ZodString;
|
|
5375
|
-
links_twitter: z.ZodString;
|
|
5376
4125
|
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5377
4126
|
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5378
4127
|
new_properties_en: z.ZodString;
|
|
@@ -5380,11 +4129,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5380
4129
|
new_properties_fr: z.ZodString;
|
|
5381
4130
|
'new_properties_fr-BE': z.ZodString;
|
|
5382
4131
|
new_properties_nl: z.ZodString;
|
|
5383
|
-
onthemarket_api_key: z.ZodString;
|
|
5384
4132
|
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
5385
4133
|
registration_number: z.ZodString;
|
|
5386
4134
|
rent_period: z.ZodString;
|
|
5387
|
-
rightmove_api_key: z.ZodString;
|
|
5388
4135
|
signup_company_name: z.ZodString;
|
|
5389
4136
|
signup_country: z.ZodString;
|
|
5390
4137
|
signup_email: z.ZodString;
|
|
@@ -5400,7 +4147,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5400
4147
|
timezone: z.ZodString;
|
|
5401
4148
|
transaction_types: z.ZodString;
|
|
5402
4149
|
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5403
|
-
zoopla_api_key: z.ZodString;
|
|
5404
4150
|
description: z.ZodString;
|
|
5405
4151
|
about: z.ZodString;
|
|
5406
4152
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5435,7 +4181,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5435
4181
|
'description_fr-BE': string;
|
|
5436
4182
|
description_instagram: string;
|
|
5437
4183
|
description_nl: string;
|
|
5438
|
-
description_twitter: string;
|
|
5439
4184
|
disabled_reason: string;
|
|
5440
4185
|
domain_agency_id: string;
|
|
5441
4186
|
homepage_cover: string;
|
|
@@ -5443,8 +4188,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5443
4188
|
homepage_cover_video: string;
|
|
5444
4189
|
homepage_highlights: any[];
|
|
5445
4190
|
homepage_properties: string;
|
|
5446
|
-
immoweb_ftp_password: string;
|
|
5447
|
-
immoweb_ftp_username: string;
|
|
5448
4191
|
integration_document_management_sweepbright_documents: boolean;
|
|
5449
4192
|
intercom_app_id: string;
|
|
5450
4193
|
invoice_address: string;
|
|
@@ -5462,17 +4205,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5462
4205
|
links_facebook: string;
|
|
5463
4206
|
links_instagram: string;
|
|
5464
4207
|
links_linkedin: string;
|
|
5465
|
-
links_twitter: string;
|
|
5466
4208
|
new_properties_en: string;
|
|
5467
4209
|
'new_properties_en-GB': string;
|
|
5468
4210
|
new_properties_fr: string;
|
|
5469
4211
|
'new_properties_fr-BE': string;
|
|
5470
4212
|
new_properties_nl: string;
|
|
5471
|
-
onthemarket_api_key: string;
|
|
5472
4213
|
published_url_resolvers: string[];
|
|
5473
4214
|
registration_number: string;
|
|
5474
4215
|
rent_period: string;
|
|
5475
|
-
rightmove_api_key: string;
|
|
5476
4216
|
signup_company_name: string;
|
|
5477
4217
|
signup_country: string;
|
|
5478
4218
|
signup_email: string;
|
|
@@ -5487,40 +4227,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5487
4227
|
theme_typeface: string;
|
|
5488
4228
|
timezone: string;
|
|
5489
4229
|
transaction_types: string;
|
|
5490
|
-
zoopla_api_key: string;
|
|
5491
4230
|
description: string;
|
|
5492
4231
|
about: string;
|
|
5493
|
-
enable_amepi?: string | null | undefined;
|
|
5494
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
5495
|
-
enable_bienici?: string | null | undefined;
|
|
5496
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
5497
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
5498
|
-
enable_facebook?: string | null | undefined;
|
|
5499
|
-
enable_green_acres?: string | null | undefined;
|
|
5500
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5501
|
-
enable_immovlan?: string | null | undefined;
|
|
5502
|
-
enable_immoweb?: string | null | undefined;
|
|
5503
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
5504
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5505
|
-
enable_leboncoin?: string | null | undefined;
|
|
5506
|
-
enable_logicimmo?: string | null | undefined;
|
|
5507
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5508
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5509
|
-
enable_onthemarket?: string | null | undefined;
|
|
5510
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
5511
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
5512
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5513
|
-
enable_publicapi?: string | null | undefined;
|
|
5514
|
-
enable_rightmove?: string | null | undefined;
|
|
5515
|
-
enable_seloger?: string | null | undefined;
|
|
5516
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5517
|
-
enable_twitter?: string | null | undefined;
|
|
5518
|
-
enable_ubiflow?: string | null | undefined;
|
|
5519
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
5520
|
-
enable_website?: string | null | undefined;
|
|
5521
|
-
enable_zillow?: string | null | undefined;
|
|
5522
|
-
enable_zoopla?: string | null | undefined;
|
|
5523
|
-
enable_zumper?: string | null | undefined;
|
|
5524
4232
|
facebook_pixel_id?: string | null | undefined;
|
|
5525
4233
|
google_analytics_id?: string | null | undefined;
|
|
5526
4234
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5560,7 +4268,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5560
4268
|
'description_fr-BE': string;
|
|
5561
4269
|
description_instagram: string;
|
|
5562
4270
|
description_nl: string;
|
|
5563
|
-
description_twitter: string;
|
|
5564
4271
|
disabled_reason: string;
|
|
5565
4272
|
domain_agency_id: string;
|
|
5566
4273
|
homepage_cover: string;
|
|
@@ -5568,8 +4275,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5568
4275
|
homepage_cover_video: string;
|
|
5569
4276
|
homepage_highlights: any[];
|
|
5570
4277
|
homepage_properties: string;
|
|
5571
|
-
immoweb_ftp_password: string;
|
|
5572
|
-
immoweb_ftp_username: string;
|
|
5573
4278
|
integration_document_management_sweepbright_documents: boolean;
|
|
5574
4279
|
intercom_app_id: string;
|
|
5575
4280
|
invoice_address: string;
|
|
@@ -5587,17 +4292,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5587
4292
|
links_facebook: string;
|
|
5588
4293
|
links_instagram: string;
|
|
5589
4294
|
links_linkedin: string;
|
|
5590
|
-
links_twitter: string;
|
|
5591
4295
|
new_properties_en: string;
|
|
5592
4296
|
'new_properties_en-GB': string;
|
|
5593
4297
|
new_properties_fr: string;
|
|
5594
4298
|
'new_properties_fr-BE': string;
|
|
5595
4299
|
new_properties_nl: string;
|
|
5596
|
-
onthemarket_api_key: string;
|
|
5597
4300
|
published_url_resolvers: string[];
|
|
5598
4301
|
registration_number: string;
|
|
5599
4302
|
rent_period: string;
|
|
5600
|
-
rightmove_api_key: string;
|
|
5601
4303
|
signup_company_name: string;
|
|
5602
4304
|
signup_country: string;
|
|
5603
4305
|
signup_email: string;
|
|
@@ -5612,40 +4314,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5612
4314
|
theme_typeface: string;
|
|
5613
4315
|
timezone: string;
|
|
5614
4316
|
transaction_types: string;
|
|
5615
|
-
zoopla_api_key: string;
|
|
5616
4317
|
description: string;
|
|
5617
4318
|
about: string;
|
|
5618
|
-
enable_amepi?: string | null | undefined;
|
|
5619
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
5620
|
-
enable_bienici?: string | null | undefined;
|
|
5621
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
5622
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
5623
|
-
enable_facebook?: string | null | undefined;
|
|
5624
|
-
enable_green_acres?: string | null | undefined;
|
|
5625
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5626
|
-
enable_immovlan?: string | null | undefined;
|
|
5627
|
-
enable_immoweb?: string | null | undefined;
|
|
5628
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
5629
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5630
|
-
enable_leboncoin?: string | null | undefined;
|
|
5631
|
-
enable_logicimmo?: string | null | undefined;
|
|
5632
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5633
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5634
|
-
enable_onthemarket?: string | null | undefined;
|
|
5635
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
5636
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
5637
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5638
|
-
enable_publicapi?: string | null | undefined;
|
|
5639
|
-
enable_rightmove?: string | null | undefined;
|
|
5640
|
-
enable_seloger?: string | null | undefined;
|
|
5641
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5642
|
-
enable_twitter?: string | null | undefined;
|
|
5643
|
-
enable_ubiflow?: string | null | undefined;
|
|
5644
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
5645
|
-
enable_website?: string | null | undefined;
|
|
5646
|
-
enable_zillow?: string | null | undefined;
|
|
5647
|
-
enable_zoopla?: string | null | undefined;
|
|
5648
|
-
enable_zumper?: string | null | undefined;
|
|
5649
4319
|
facebook_pixel_id?: string | null | undefined;
|
|
5650
4320
|
google_analytics_id?: string | null | undefined;
|
|
5651
4321
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5687,7 +4357,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5687
4357
|
'description_fr-BE': string;
|
|
5688
4358
|
description_instagram: string;
|
|
5689
4359
|
description_nl: string;
|
|
5690
|
-
description_twitter: string;
|
|
5691
4360
|
disabled_reason: string;
|
|
5692
4361
|
domain_agency_id: string;
|
|
5693
4362
|
homepage_cover: string;
|
|
@@ -5695,8 +4364,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5695
4364
|
homepage_cover_video: string;
|
|
5696
4365
|
homepage_highlights: any[];
|
|
5697
4366
|
homepage_properties: string;
|
|
5698
|
-
immoweb_ftp_password: string;
|
|
5699
|
-
immoweb_ftp_username: string;
|
|
5700
4367
|
integration_document_management_sweepbright_documents: boolean;
|
|
5701
4368
|
intercom_app_id: string;
|
|
5702
4369
|
invoice_address: string;
|
|
@@ -5714,17 +4381,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5714
4381
|
links_facebook: string;
|
|
5715
4382
|
links_instagram: string;
|
|
5716
4383
|
links_linkedin: string;
|
|
5717
|
-
links_twitter: string;
|
|
5718
4384
|
new_properties_en: string;
|
|
5719
4385
|
'new_properties_en-GB': string;
|
|
5720
4386
|
new_properties_fr: string;
|
|
5721
4387
|
'new_properties_fr-BE': string;
|
|
5722
4388
|
new_properties_nl: string;
|
|
5723
|
-
onthemarket_api_key: string;
|
|
5724
4389
|
published_url_resolvers: string[];
|
|
5725
4390
|
registration_number: string;
|
|
5726
4391
|
rent_period: string;
|
|
5727
|
-
rightmove_api_key: string;
|
|
5728
4392
|
signup_company_name: string;
|
|
5729
4393
|
signup_country: string;
|
|
5730
4394
|
signup_email: string;
|
|
@@ -5739,40 +4403,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5739
4403
|
theme_typeface: string;
|
|
5740
4404
|
timezone: string;
|
|
5741
4405
|
transaction_types: string;
|
|
5742
|
-
zoopla_api_key: string;
|
|
5743
4406
|
description: string;
|
|
5744
4407
|
about: string;
|
|
5745
|
-
enable_amepi?: string | null | undefined;
|
|
5746
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
5747
|
-
enable_bienici?: string | null | undefined;
|
|
5748
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
5749
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
5750
|
-
enable_facebook?: string | null | undefined;
|
|
5751
|
-
enable_green_acres?: string | null | undefined;
|
|
5752
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5753
|
-
enable_immovlan?: string | null | undefined;
|
|
5754
|
-
enable_immoweb?: string | null | undefined;
|
|
5755
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
5756
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5757
|
-
enable_leboncoin?: string | null | undefined;
|
|
5758
|
-
enable_logicimmo?: string | null | undefined;
|
|
5759
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5760
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5761
|
-
enable_onthemarket?: string | null | undefined;
|
|
5762
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
5763
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
5764
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5765
|
-
enable_publicapi?: string | null | undefined;
|
|
5766
|
-
enable_rightmove?: string | null | undefined;
|
|
5767
|
-
enable_seloger?: string | null | undefined;
|
|
5768
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5769
|
-
enable_twitter?: string | null | undefined;
|
|
5770
|
-
enable_ubiflow?: string | null | undefined;
|
|
5771
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
5772
|
-
enable_website?: string | null | undefined;
|
|
5773
|
-
enable_zillow?: string | null | undefined;
|
|
5774
|
-
enable_zoopla?: string | null | undefined;
|
|
5775
|
-
enable_zumper?: string | null | undefined;
|
|
5776
4408
|
facebook_pixel_id?: string | null | undefined;
|
|
5777
4409
|
google_analytics_id?: string | null | undefined;
|
|
5778
4410
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5814,7 +4446,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5814
4446
|
'description_fr-BE': string;
|
|
5815
4447
|
description_instagram: string;
|
|
5816
4448
|
description_nl: string;
|
|
5817
|
-
description_twitter: string;
|
|
5818
4449
|
disabled_reason: string;
|
|
5819
4450
|
domain_agency_id: string;
|
|
5820
4451
|
homepage_cover: string;
|
|
@@ -5822,8 +4453,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5822
4453
|
homepage_cover_video: string;
|
|
5823
4454
|
homepage_highlights: any[];
|
|
5824
4455
|
homepage_properties: string;
|
|
5825
|
-
immoweb_ftp_password: string;
|
|
5826
|
-
immoweb_ftp_username: string;
|
|
5827
4456
|
integration_document_management_sweepbright_documents: boolean;
|
|
5828
4457
|
intercom_app_id: string;
|
|
5829
4458
|
invoice_address: string;
|
|
@@ -5841,17 +4470,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5841
4470
|
links_facebook: string;
|
|
5842
4471
|
links_instagram: string;
|
|
5843
4472
|
links_linkedin: string;
|
|
5844
|
-
links_twitter: string;
|
|
5845
4473
|
new_properties_en: string;
|
|
5846
4474
|
'new_properties_en-GB': string;
|
|
5847
4475
|
new_properties_fr: string;
|
|
5848
4476
|
'new_properties_fr-BE': string;
|
|
5849
4477
|
new_properties_nl: string;
|
|
5850
|
-
onthemarket_api_key: string;
|
|
5851
4478
|
published_url_resolvers: string[];
|
|
5852
4479
|
registration_number: string;
|
|
5853
4480
|
rent_period: string;
|
|
5854
|
-
rightmove_api_key: string;
|
|
5855
4481
|
signup_company_name: string;
|
|
5856
4482
|
signup_country: string;
|
|
5857
4483
|
signup_email: string;
|
|
@@ -5866,40 +4492,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5866
4492
|
theme_typeface: string;
|
|
5867
4493
|
timezone: string;
|
|
5868
4494
|
transaction_types: string;
|
|
5869
|
-
zoopla_api_key: string;
|
|
5870
4495
|
description: string;
|
|
5871
4496
|
about: string;
|
|
5872
|
-
enable_amepi?: string | null | undefined;
|
|
5873
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
5874
|
-
enable_bienici?: string | null | undefined;
|
|
5875
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
5876
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
5877
|
-
enable_facebook?: string | null | undefined;
|
|
5878
|
-
enable_green_acres?: string | null | undefined;
|
|
5879
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5880
|
-
enable_immovlan?: string | null | undefined;
|
|
5881
|
-
enable_immoweb?: string | null | undefined;
|
|
5882
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
5883
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5884
|
-
enable_leboncoin?: string | null | undefined;
|
|
5885
|
-
enable_logicimmo?: string | null | undefined;
|
|
5886
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5887
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5888
|
-
enable_onthemarket?: string | null | undefined;
|
|
5889
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
5890
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
5891
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5892
|
-
enable_publicapi?: string | null | undefined;
|
|
5893
|
-
enable_rightmove?: string | null | undefined;
|
|
5894
|
-
enable_seloger?: string | null | undefined;
|
|
5895
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5896
|
-
enable_twitter?: string | null | undefined;
|
|
5897
|
-
enable_ubiflow?: string | null | undefined;
|
|
5898
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
5899
|
-
enable_website?: string | null | undefined;
|
|
5900
|
-
enable_zillow?: string | null | undefined;
|
|
5901
|
-
enable_zoopla?: string | null | undefined;
|
|
5902
|
-
enable_zumper?: string | null | undefined;
|
|
5903
4497
|
facebook_pixel_id?: string | null | undefined;
|
|
5904
4498
|
google_analytics_id?: string | null | undefined;
|
|
5905
4499
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5943,7 +4537,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5943
4537
|
'description_fr-BE': string;
|
|
5944
4538
|
description_instagram: string;
|
|
5945
4539
|
description_nl: string;
|
|
5946
|
-
description_twitter: string;
|
|
5947
4540
|
disabled_reason: string;
|
|
5948
4541
|
domain_agency_id: string;
|
|
5949
4542
|
homepage_cover: string;
|
|
@@ -5951,8 +4544,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5951
4544
|
homepage_cover_video: string;
|
|
5952
4545
|
homepage_highlights: any[];
|
|
5953
4546
|
homepage_properties: string;
|
|
5954
|
-
immoweb_ftp_password: string;
|
|
5955
|
-
immoweb_ftp_username: string;
|
|
5956
4547
|
integration_document_management_sweepbright_documents: boolean;
|
|
5957
4548
|
intercom_app_id: string;
|
|
5958
4549
|
invoice_address: string;
|
|
@@ -5970,17 +4561,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5970
4561
|
links_facebook: string;
|
|
5971
4562
|
links_instagram: string;
|
|
5972
4563
|
links_linkedin: string;
|
|
5973
|
-
links_twitter: string;
|
|
5974
4564
|
new_properties_en: string;
|
|
5975
4565
|
'new_properties_en-GB': string;
|
|
5976
4566
|
new_properties_fr: string;
|
|
5977
4567
|
'new_properties_fr-BE': string;
|
|
5978
4568
|
new_properties_nl: string;
|
|
5979
|
-
onthemarket_api_key: string;
|
|
5980
4569
|
published_url_resolvers: string[];
|
|
5981
4570
|
registration_number: string;
|
|
5982
4571
|
rent_period: string;
|
|
5983
|
-
rightmove_api_key: string;
|
|
5984
4572
|
signup_company_name: string;
|
|
5985
4573
|
signup_country: string;
|
|
5986
4574
|
signup_email: string;
|
|
@@ -5995,40 +4583,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5995
4583
|
theme_typeface: string;
|
|
5996
4584
|
timezone: string;
|
|
5997
4585
|
transaction_types: string;
|
|
5998
|
-
zoopla_api_key: string;
|
|
5999
4586
|
description: string;
|
|
6000
4587
|
about: string;
|
|
6001
|
-
enable_amepi?: string | null | undefined;
|
|
6002
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6003
|
-
enable_bienici?: string | null | undefined;
|
|
6004
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6005
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6006
|
-
enable_facebook?: string | null | undefined;
|
|
6007
|
-
enable_green_acres?: string | null | undefined;
|
|
6008
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6009
|
-
enable_immovlan?: string | null | undefined;
|
|
6010
|
-
enable_immoweb?: string | null | undefined;
|
|
6011
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6012
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6013
|
-
enable_leboncoin?: string | null | undefined;
|
|
6014
|
-
enable_logicimmo?: string | null | undefined;
|
|
6015
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6016
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6017
|
-
enable_onthemarket?: string | null | undefined;
|
|
6018
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6019
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6020
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6021
|
-
enable_publicapi?: string | null | undefined;
|
|
6022
|
-
enable_rightmove?: string | null | undefined;
|
|
6023
|
-
enable_seloger?: string | null | undefined;
|
|
6024
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
6025
|
-
enable_twitter?: string | null | undefined;
|
|
6026
|
-
enable_ubiflow?: string | null | undefined;
|
|
6027
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
6028
|
-
enable_website?: string | null | undefined;
|
|
6029
|
-
enable_zillow?: string | null | undefined;
|
|
6030
|
-
enable_zoopla?: string | null | undefined;
|
|
6031
|
-
enable_zumper?: string | null | undefined;
|
|
6032
4588
|
facebook_pixel_id?: string | null | undefined;
|
|
6033
4589
|
google_analytics_id?: string | null | undefined;
|
|
6034
4590
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6099,7 +4655,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6099
4655
|
'description_fr-BE': string;
|
|
6100
4656
|
description_instagram: string;
|
|
6101
4657
|
description_nl: string;
|
|
6102
|
-
description_twitter: string;
|
|
6103
4658
|
disabled_reason: string;
|
|
6104
4659
|
domain_agency_id: string;
|
|
6105
4660
|
homepage_cover: string;
|
|
@@ -6107,8 +4662,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6107
4662
|
homepage_cover_video: string;
|
|
6108
4663
|
homepage_highlights: any[];
|
|
6109
4664
|
homepage_properties: string;
|
|
6110
|
-
immoweb_ftp_password: string;
|
|
6111
|
-
immoweb_ftp_username: string;
|
|
6112
4665
|
integration_document_management_sweepbright_documents: boolean;
|
|
6113
4666
|
intercom_app_id: string;
|
|
6114
4667
|
invoice_address: string;
|
|
@@ -6126,17 +4679,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6126
4679
|
links_facebook: string;
|
|
6127
4680
|
links_instagram: string;
|
|
6128
4681
|
links_linkedin: string;
|
|
6129
|
-
links_twitter: string;
|
|
6130
4682
|
new_properties_en: string;
|
|
6131
4683
|
'new_properties_en-GB': string;
|
|
6132
4684
|
new_properties_fr: string;
|
|
6133
4685
|
'new_properties_fr-BE': string;
|
|
6134
4686
|
new_properties_nl: string;
|
|
6135
|
-
onthemarket_api_key: string;
|
|
6136
4687
|
published_url_resolvers: string[];
|
|
6137
4688
|
registration_number: string;
|
|
6138
4689
|
rent_period: string;
|
|
6139
|
-
rightmove_api_key: string;
|
|
6140
4690
|
signup_company_name: string;
|
|
6141
4691
|
signup_country: string;
|
|
6142
4692
|
signup_email: string;
|
|
@@ -6151,40 +4701,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6151
4701
|
theme_typeface: string;
|
|
6152
4702
|
timezone: string;
|
|
6153
4703
|
transaction_types: string;
|
|
6154
|
-
zoopla_api_key: string;
|
|
6155
4704
|
description: string;
|
|
6156
4705
|
about: string;
|
|
6157
|
-
enable_amepi?: string | null | undefined;
|
|
6158
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6159
|
-
enable_bienici?: string | null | undefined;
|
|
6160
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6161
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6162
|
-
enable_facebook?: string | null | undefined;
|
|
6163
|
-
enable_green_acres?: string | null | undefined;
|
|
6164
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6165
|
-
enable_immovlan?: string | null | undefined;
|
|
6166
|
-
enable_immoweb?: string | null | undefined;
|
|
6167
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6168
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6169
|
-
enable_leboncoin?: string | null | undefined;
|
|
6170
|
-
enable_logicimmo?: string | null | undefined;
|
|
6171
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6172
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6173
|
-
enable_onthemarket?: string | null | undefined;
|
|
6174
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6175
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6176
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6177
|
-
enable_publicapi?: string | null | undefined;
|
|
6178
|
-
enable_rightmove?: string | null | undefined;
|
|
6179
|
-
enable_seloger?: string | null | undefined;
|
|
6180
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
6181
|
-
enable_twitter?: string | null | undefined;
|
|
6182
|
-
enable_ubiflow?: string | null | undefined;
|
|
6183
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
6184
|
-
enable_website?: string | null | undefined;
|
|
6185
|
-
enable_zillow?: string | null | undefined;
|
|
6186
|
-
enable_zoopla?: string | null | undefined;
|
|
6187
|
-
enable_zumper?: string | null | undefined;
|
|
6188
4706
|
facebook_pixel_id?: string | null | undefined;
|
|
6189
4707
|
google_analytics_id?: string | null | undefined;
|
|
6190
4708
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6257,7 +4775,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6257
4775
|
'description_fr-BE': string;
|
|
6258
4776
|
description_instagram: string;
|
|
6259
4777
|
description_nl: string;
|
|
6260
|
-
description_twitter: string;
|
|
6261
4778
|
disabled_reason: string;
|
|
6262
4779
|
domain_agency_id: string;
|
|
6263
4780
|
homepage_cover: string;
|
|
@@ -6265,8 +4782,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6265
4782
|
homepage_cover_video: string;
|
|
6266
4783
|
homepage_highlights: any[];
|
|
6267
4784
|
homepage_properties: string;
|
|
6268
|
-
immoweb_ftp_password: string;
|
|
6269
|
-
immoweb_ftp_username: string;
|
|
6270
4785
|
integration_document_management_sweepbright_documents: boolean;
|
|
6271
4786
|
intercom_app_id: string;
|
|
6272
4787
|
invoice_address: string;
|
|
@@ -6284,17 +4799,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6284
4799
|
links_facebook: string;
|
|
6285
4800
|
links_instagram: string;
|
|
6286
4801
|
links_linkedin: string;
|
|
6287
|
-
links_twitter: string;
|
|
6288
4802
|
new_properties_en: string;
|
|
6289
4803
|
'new_properties_en-GB': string;
|
|
6290
4804
|
new_properties_fr: string;
|
|
6291
4805
|
'new_properties_fr-BE': string;
|
|
6292
4806
|
new_properties_nl: string;
|
|
6293
|
-
onthemarket_api_key: string;
|
|
6294
4807
|
published_url_resolvers: string[];
|
|
6295
4808
|
registration_number: string;
|
|
6296
4809
|
rent_period: string;
|
|
6297
|
-
rightmove_api_key: string;
|
|
6298
4810
|
signup_company_name: string;
|
|
6299
4811
|
signup_country: string;
|
|
6300
4812
|
signup_email: string;
|
|
@@ -6309,40 +4821,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6309
4821
|
theme_typeface: string;
|
|
6310
4822
|
timezone: string;
|
|
6311
4823
|
transaction_types: string;
|
|
6312
|
-
zoopla_api_key: string;
|
|
6313
4824
|
description: string;
|
|
6314
4825
|
about: string;
|
|
6315
|
-
enable_amepi?: string | null | undefined;
|
|
6316
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6317
|
-
enable_bienici?: string | null | undefined;
|
|
6318
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6319
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6320
|
-
enable_facebook?: string | null | undefined;
|
|
6321
|
-
enable_green_acres?: string | null | undefined;
|
|
6322
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6323
|
-
enable_immovlan?: string | null | undefined;
|
|
6324
|
-
enable_immoweb?: string | null | undefined;
|
|
6325
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6326
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6327
|
-
enable_leboncoin?: string | null | undefined;
|
|
6328
|
-
enable_logicimmo?: string | null | undefined;
|
|
6329
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6330
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6331
|
-
enable_onthemarket?: string | null | undefined;
|
|
6332
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6333
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6334
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6335
|
-
enable_publicapi?: string | null | undefined;
|
|
6336
|
-
enable_rightmove?: string | null | undefined;
|
|
6337
|
-
enable_seloger?: string | null | undefined;
|
|
6338
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
6339
|
-
enable_twitter?: string | null | undefined;
|
|
6340
|
-
enable_ubiflow?: string | null | undefined;
|
|
6341
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
6342
|
-
enable_website?: string | null | undefined;
|
|
6343
|
-
enable_zillow?: string | null | undefined;
|
|
6344
|
-
enable_zoopla?: string | null | undefined;
|
|
6345
|
-
enable_zumper?: string | null | undefined;
|
|
6346
4826
|
facebook_pixel_id?: string | null | undefined;
|
|
6347
4827
|
google_analytics_id?: string | null | undefined;
|
|
6348
4828
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6415,7 +4895,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6415
4895
|
'description_fr-BE': string;
|
|
6416
4896
|
description_instagram: string;
|
|
6417
4897
|
description_nl: string;
|
|
6418
|
-
description_twitter: string;
|
|
6419
4898
|
disabled_reason: string;
|
|
6420
4899
|
domain_agency_id: string;
|
|
6421
4900
|
homepage_cover: string;
|
|
@@ -6423,8 +4902,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6423
4902
|
homepage_cover_video: string;
|
|
6424
4903
|
homepage_highlights: any[];
|
|
6425
4904
|
homepage_properties: string;
|
|
6426
|
-
immoweb_ftp_password: string;
|
|
6427
|
-
immoweb_ftp_username: string;
|
|
6428
4905
|
integration_document_management_sweepbright_documents: boolean;
|
|
6429
4906
|
intercom_app_id: string;
|
|
6430
4907
|
invoice_address: string;
|
|
@@ -6442,17 +4919,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6442
4919
|
links_facebook: string;
|
|
6443
4920
|
links_instagram: string;
|
|
6444
4921
|
links_linkedin: string;
|
|
6445
|
-
links_twitter: string;
|
|
6446
4922
|
new_properties_en: string;
|
|
6447
4923
|
'new_properties_en-GB': string;
|
|
6448
4924
|
new_properties_fr: string;
|
|
6449
4925
|
'new_properties_fr-BE': string;
|
|
6450
4926
|
new_properties_nl: string;
|
|
6451
|
-
onthemarket_api_key: string;
|
|
6452
4927
|
published_url_resolvers: string[];
|
|
6453
4928
|
registration_number: string;
|
|
6454
4929
|
rent_period: string;
|
|
6455
|
-
rightmove_api_key: string;
|
|
6456
4930
|
signup_company_name: string;
|
|
6457
4931
|
signup_country: string;
|
|
6458
4932
|
signup_email: string;
|
|
@@ -6467,40 +4941,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6467
4941
|
theme_typeface: string;
|
|
6468
4942
|
timezone: string;
|
|
6469
4943
|
transaction_types: string;
|
|
6470
|
-
zoopla_api_key: string;
|
|
6471
4944
|
description: string;
|
|
6472
4945
|
about: string;
|
|
6473
|
-
enable_amepi?: string | null | undefined;
|
|
6474
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6475
|
-
enable_bienici?: string | null | undefined;
|
|
6476
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6477
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6478
|
-
enable_facebook?: string | null | undefined;
|
|
6479
|
-
enable_green_acres?: string | null | undefined;
|
|
6480
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6481
|
-
enable_immovlan?: string | null | undefined;
|
|
6482
|
-
enable_immoweb?: string | null | undefined;
|
|
6483
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6484
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6485
|
-
enable_leboncoin?: string | null | undefined;
|
|
6486
|
-
enable_logicimmo?: string | null | undefined;
|
|
6487
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6488
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6489
|
-
enable_onthemarket?: string | null | undefined;
|
|
6490
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6491
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6492
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6493
|
-
enable_publicapi?: string | null | undefined;
|
|
6494
|
-
enable_rightmove?: string | null | undefined;
|
|
6495
|
-
enable_seloger?: string | null | undefined;
|
|
6496
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
6497
|
-
enable_twitter?: string | null | undefined;
|
|
6498
|
-
enable_ubiflow?: string | null | undefined;
|
|
6499
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
6500
|
-
enable_website?: string | null | undefined;
|
|
6501
|
-
enable_zillow?: string | null | undefined;
|
|
6502
|
-
enable_zoopla?: string | null | undefined;
|
|
6503
|
-
enable_zumper?: string | null | undefined;
|
|
6504
4946
|
facebook_pixel_id?: string | null | undefined;
|
|
6505
4947
|
google_analytics_id?: string | null | undefined;
|
|
6506
4948
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6731,7 +5173,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6731
5173
|
'description_fr-BE': string;
|
|
6732
5174
|
description_instagram: string;
|
|
6733
5175
|
description_nl: string;
|
|
6734
|
-
description_twitter: string;
|
|
6735
5176
|
disabled_reason: string;
|
|
6736
5177
|
domain_agency_id: string;
|
|
6737
5178
|
homepage_cover: string;
|
|
@@ -6739,8 +5180,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6739
5180
|
homepage_cover_video: string;
|
|
6740
5181
|
homepage_highlights: any[];
|
|
6741
5182
|
homepage_properties: string;
|
|
6742
|
-
immoweb_ftp_password: string;
|
|
6743
|
-
immoweb_ftp_username: string;
|
|
6744
5183
|
integration_document_management_sweepbright_documents: boolean;
|
|
6745
5184
|
intercom_app_id: string;
|
|
6746
5185
|
invoice_address: string;
|
|
@@ -6758,17 +5197,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6758
5197
|
links_facebook: string;
|
|
6759
5198
|
links_instagram: string;
|
|
6760
5199
|
links_linkedin: string;
|
|
6761
|
-
links_twitter: string;
|
|
6762
5200
|
new_properties_en: string;
|
|
6763
5201
|
'new_properties_en-GB': string;
|
|
6764
5202
|
new_properties_fr: string;
|
|
6765
5203
|
'new_properties_fr-BE': string;
|
|
6766
5204
|
new_properties_nl: string;
|
|
6767
|
-
onthemarket_api_key: string;
|
|
6768
5205
|
published_url_resolvers: string[];
|
|
6769
5206
|
registration_number: string;
|
|
6770
5207
|
rent_period: string;
|
|
6771
|
-
rightmove_api_key: string;
|
|
6772
5208
|
signup_company_name: string;
|
|
6773
5209
|
signup_country: string;
|
|
6774
5210
|
signup_email: string;
|
|
@@ -6783,40 +5219,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6783
5219
|
theme_typeface: string;
|
|
6784
5220
|
timezone: string;
|
|
6785
5221
|
transaction_types: string;
|
|
6786
|
-
zoopla_api_key: string;
|
|
6787
5222
|
description: string;
|
|
6788
5223
|
about: string;
|
|
6789
|
-
enable_amepi?: string | null | undefined;
|
|
6790
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6791
|
-
enable_bienici?: string | null | undefined;
|
|
6792
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6793
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6794
|
-
enable_facebook?: string | null | undefined;
|
|
6795
|
-
enable_green_acres?: string | null | undefined;
|
|
6796
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6797
|
-
enable_immovlan?: string | null | undefined;
|
|
6798
|
-
enable_immoweb?: string | null | undefined;
|
|
6799
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6800
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6801
|
-
enable_leboncoin?: string | null | undefined;
|
|
6802
|
-
enable_logicimmo?: string | null | undefined;
|
|
6803
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6804
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6805
|
-
enable_onthemarket?: string | null | undefined;
|
|
6806
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6807
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6808
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6809
|
-
enable_publicapi?: string | null | undefined;
|
|
6810
|
-
enable_rightmove?: string | null | undefined;
|
|
6811
|
-
enable_seloger?: string | null | undefined;
|
|
6812
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
6813
|
-
enable_twitter?: string | null | undefined;
|
|
6814
|
-
enable_ubiflow?: string | null | undefined;
|
|
6815
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
6816
|
-
enable_website?: string | null | undefined;
|
|
6817
|
-
enable_zillow?: string | null | undefined;
|
|
6818
|
-
enable_zoopla?: string | null | undefined;
|
|
6819
|
-
enable_zumper?: string | null | undefined;
|
|
6820
5224
|
facebook_pixel_id?: string | null | undefined;
|
|
6821
5225
|
google_analytics_id?: string | null | undefined;
|
|
6822
5226
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6921,7 +5325,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6921
5325
|
'description_fr-BE': string;
|
|
6922
5326
|
description_instagram: string;
|
|
6923
5327
|
description_nl: string;
|
|
6924
|
-
description_twitter: string;
|
|
6925
5328
|
disabled_reason: string;
|
|
6926
5329
|
domain_agency_id: string;
|
|
6927
5330
|
homepage_cover: string;
|
|
@@ -6929,8 +5332,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6929
5332
|
homepage_cover_video: string;
|
|
6930
5333
|
homepage_highlights: any[];
|
|
6931
5334
|
homepage_properties: string;
|
|
6932
|
-
immoweb_ftp_password: string;
|
|
6933
|
-
immoweb_ftp_username: string;
|
|
6934
5335
|
integration_document_management_sweepbright_documents: boolean;
|
|
6935
5336
|
intercom_app_id: string;
|
|
6936
5337
|
invoice_address: string;
|
|
@@ -6948,17 +5349,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6948
5349
|
links_facebook: string;
|
|
6949
5350
|
links_instagram: string;
|
|
6950
5351
|
links_linkedin: string;
|
|
6951
|
-
links_twitter: string;
|
|
6952
5352
|
new_properties_en: string;
|
|
6953
5353
|
'new_properties_en-GB': string;
|
|
6954
5354
|
new_properties_fr: string;
|
|
6955
5355
|
'new_properties_fr-BE': string;
|
|
6956
5356
|
new_properties_nl: string;
|
|
6957
|
-
onthemarket_api_key: string;
|
|
6958
5357
|
published_url_resolvers: string[];
|
|
6959
5358
|
registration_number: string;
|
|
6960
5359
|
rent_period: string;
|
|
6961
|
-
rightmove_api_key: string;
|
|
6962
5360
|
signup_company_name: string;
|
|
6963
5361
|
signup_country: string;
|
|
6964
5362
|
signup_email: string;
|
|
@@ -6973,40 +5371,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6973
5371
|
theme_typeface: string;
|
|
6974
5372
|
timezone: string;
|
|
6975
5373
|
transaction_types: string;
|
|
6976
|
-
zoopla_api_key: string;
|
|
6977
5374
|
description: string;
|
|
6978
5375
|
about: string;
|
|
6979
|
-
enable_amepi?: string | null | undefined;
|
|
6980
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
6981
|
-
enable_bienici?: string | null | undefined;
|
|
6982
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
6983
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
6984
|
-
enable_facebook?: string | null | undefined;
|
|
6985
|
-
enable_green_acres?: string | null | undefined;
|
|
6986
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
6987
|
-
enable_immovlan?: string | null | undefined;
|
|
6988
|
-
enable_immoweb?: string | null | undefined;
|
|
6989
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
6990
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
6991
|
-
enable_leboncoin?: string | null | undefined;
|
|
6992
|
-
enable_logicimmo?: string | null | undefined;
|
|
6993
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
6994
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
6995
|
-
enable_onthemarket?: string | null | undefined;
|
|
6996
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
6997
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
6998
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
6999
|
-
enable_publicapi?: string | null | undefined;
|
|
7000
|
-
enable_rightmove?: string | null | undefined;
|
|
7001
|
-
enable_seloger?: string | null | undefined;
|
|
7002
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
7003
|
-
enable_twitter?: string | null | undefined;
|
|
7004
|
-
enable_ubiflow?: string | null | undefined;
|
|
7005
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
7006
|
-
enable_website?: string | null | undefined;
|
|
7007
|
-
enable_zillow?: string | null | undefined;
|
|
7008
|
-
enable_zoopla?: string | null | undefined;
|
|
7009
|
-
enable_zumper?: string | null | undefined;
|
|
7010
5376
|
facebook_pixel_id?: string | null | undefined;
|
|
7011
5377
|
google_analytics_id?: string | null | undefined;
|
|
7012
5378
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -7113,7 +5479,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7113
5479
|
'description_fr-BE': string;
|
|
7114
5480
|
description_instagram: string;
|
|
7115
5481
|
description_nl: string;
|
|
7116
|
-
description_twitter: string;
|
|
7117
5482
|
disabled_reason: string;
|
|
7118
5483
|
domain_agency_id: string;
|
|
7119
5484
|
homepage_cover: string;
|
|
@@ -7121,8 +5486,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7121
5486
|
homepage_cover_video: string;
|
|
7122
5487
|
homepage_highlights: any[];
|
|
7123
5488
|
homepage_properties: string;
|
|
7124
|
-
immoweb_ftp_password: string;
|
|
7125
|
-
immoweb_ftp_username: string;
|
|
7126
5489
|
integration_document_management_sweepbright_documents: boolean;
|
|
7127
5490
|
intercom_app_id: string;
|
|
7128
5491
|
invoice_address: string;
|
|
@@ -7140,17 +5503,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7140
5503
|
links_facebook: string;
|
|
7141
5504
|
links_instagram: string;
|
|
7142
5505
|
links_linkedin: string;
|
|
7143
|
-
links_twitter: string;
|
|
7144
5506
|
new_properties_en: string;
|
|
7145
5507
|
'new_properties_en-GB': string;
|
|
7146
5508
|
new_properties_fr: string;
|
|
7147
5509
|
'new_properties_fr-BE': string;
|
|
7148
5510
|
new_properties_nl: string;
|
|
7149
|
-
onthemarket_api_key: string;
|
|
7150
5511
|
published_url_resolvers: string[];
|
|
7151
5512
|
registration_number: string;
|
|
7152
5513
|
rent_period: string;
|
|
7153
|
-
rightmove_api_key: string;
|
|
7154
5514
|
signup_company_name: string;
|
|
7155
5515
|
signup_country: string;
|
|
7156
5516
|
signup_email: string;
|
|
@@ -7165,40 +5525,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7165
5525
|
theme_typeface: string;
|
|
7166
5526
|
timezone: string;
|
|
7167
5527
|
transaction_types: string;
|
|
7168
|
-
zoopla_api_key: string;
|
|
7169
5528
|
description: string;
|
|
7170
5529
|
about: string;
|
|
7171
|
-
enable_amepi?: string | null | undefined;
|
|
7172
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
7173
|
-
enable_bienici?: string | null | undefined;
|
|
7174
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
7175
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
7176
|
-
enable_facebook?: string | null | undefined;
|
|
7177
|
-
enable_green_acres?: string | null | undefined;
|
|
7178
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
7179
|
-
enable_immovlan?: string | null | undefined;
|
|
7180
|
-
enable_immoweb?: string | null | undefined;
|
|
7181
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
7182
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
7183
|
-
enable_leboncoin?: string | null | undefined;
|
|
7184
|
-
enable_logicimmo?: string | null | undefined;
|
|
7185
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
7186
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
7187
|
-
enable_onthemarket?: string | null | undefined;
|
|
7188
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
7189
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
7190
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
7191
|
-
enable_publicapi?: string | null | undefined;
|
|
7192
|
-
enable_rightmove?: string | null | undefined;
|
|
7193
|
-
enable_seloger?: string | null | undefined;
|
|
7194
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
7195
|
-
enable_twitter?: string | null | undefined;
|
|
7196
|
-
enable_ubiflow?: string | null | undefined;
|
|
7197
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
7198
|
-
enable_website?: string | null | undefined;
|
|
7199
|
-
enable_zillow?: string | null | undefined;
|
|
7200
|
-
enable_zoopla?: string | null | undefined;
|
|
7201
|
-
enable_zumper?: string | null | undefined;
|
|
7202
5530
|
facebook_pixel_id?: string | null | undefined;
|
|
7203
5531
|
google_analytics_id?: string | null | undefined;
|
|
7204
5532
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -7305,7 +5633,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7305
5633
|
'description_fr-BE': string;
|
|
7306
5634
|
description_instagram: string;
|
|
7307
5635
|
description_nl: string;
|
|
7308
|
-
description_twitter: string;
|
|
7309
5636
|
disabled_reason: string;
|
|
7310
5637
|
domain_agency_id: string;
|
|
7311
5638
|
homepage_cover: string;
|
|
@@ -7313,8 +5640,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7313
5640
|
homepage_cover_video: string;
|
|
7314
5641
|
homepage_highlights: any[];
|
|
7315
5642
|
homepage_properties: string;
|
|
7316
|
-
immoweb_ftp_password: string;
|
|
7317
|
-
immoweb_ftp_username: string;
|
|
7318
5643
|
integration_document_management_sweepbright_documents: boolean;
|
|
7319
5644
|
intercom_app_id: string;
|
|
7320
5645
|
invoice_address: string;
|
|
@@ -7332,17 +5657,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7332
5657
|
links_facebook: string;
|
|
7333
5658
|
links_instagram: string;
|
|
7334
5659
|
links_linkedin: string;
|
|
7335
|
-
links_twitter: string;
|
|
7336
5660
|
new_properties_en: string;
|
|
7337
5661
|
'new_properties_en-GB': string;
|
|
7338
5662
|
new_properties_fr: string;
|
|
7339
5663
|
'new_properties_fr-BE': string;
|
|
7340
5664
|
new_properties_nl: string;
|
|
7341
|
-
onthemarket_api_key: string;
|
|
7342
5665
|
published_url_resolvers: string[];
|
|
7343
5666
|
registration_number: string;
|
|
7344
5667
|
rent_period: string;
|
|
7345
|
-
rightmove_api_key: string;
|
|
7346
5668
|
signup_company_name: string;
|
|
7347
5669
|
signup_country: string;
|
|
7348
5670
|
signup_email: string;
|
|
@@ -7357,40 +5679,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7357
5679
|
theme_typeface: string;
|
|
7358
5680
|
timezone: string;
|
|
7359
5681
|
transaction_types: string;
|
|
7360
|
-
zoopla_api_key: string;
|
|
7361
5682
|
description: string;
|
|
7362
5683
|
about: string;
|
|
7363
|
-
enable_amepi?: string | null | undefined;
|
|
7364
|
-
'enable_belles-demeures'?: string | null | undefined;
|
|
7365
|
-
enable_bienici?: string | null | undefined;
|
|
7366
|
-
'enable_bureau-locaux'?: string | null | undefined;
|
|
7367
|
-
'enable_cession-pme'?: string | null | undefined;
|
|
7368
|
-
enable_facebook?: string | null | undefined;
|
|
7369
|
-
enable_green_acres?: string | null | undefined;
|
|
7370
|
-
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
7371
|
-
enable_immovlan?: string | null | undefined;
|
|
7372
|
-
enable_immoweb?: string | null | undefined;
|
|
7373
|
-
'enable_immoweb-v2'?: string | null | undefined;
|
|
7374
|
-
'enable_le_figaro-immo'?: string | null | undefined;
|
|
7375
|
-
enable_leboncoin?: string | null | undefined;
|
|
7376
|
-
enable_logicimmo?: string | null | undefined;
|
|
7377
|
-
'enable_logicimmo-fr'?: string | null | undefined;
|
|
7378
|
-
'enable_meilleurs-agents'?: string | null | undefined;
|
|
7379
|
-
enable_onthemarket?: string | null | undefined;
|
|
7380
|
-
'enable_ouest-france'?: string | null | undefined;
|
|
7381
|
-
'enable_paru-vendu'?: string | null | undefined;
|
|
7382
|
-
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
7383
|
-
enable_publicapi?: string | null | undefined;
|
|
7384
|
-
enable_rightmove?: string | null | undefined;
|
|
7385
|
-
enable_seloger?: string | null | undefined;
|
|
7386
|
-
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
7387
|
-
enable_twitter?: string | null | undefined;
|
|
7388
|
-
enable_ubiflow?: string | null | undefined;
|
|
7389
|
-
'enable_vitrine-media'?: string | null | undefined;
|
|
7390
|
-
enable_website?: string | null | undefined;
|
|
7391
|
-
enable_zillow?: string | null | undefined;
|
|
7392
|
-
enable_zoopla?: string | null | undefined;
|
|
7393
|
-
enable_zumper?: string | null | undefined;
|
|
7394
5684
|
facebook_pixel_id?: string | null | undefined;
|
|
7395
5685
|
google_analytics_id?: string | null | undefined;
|
|
7396
5686
|
homepage_cover_image_file_id?: string | null | undefined;
|