@sweepbright/api-client 0.35.2 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +154 -0
- package/dist/client.js +114 -0
- package/dist/client.js.map +1 -0
- package/dist/common/sleep.js +1 -2
- package/dist/common/sleep.js.map +1 -1
- package/dist/entities/property.d.ts +0 -1
- package/dist/index.d.ts +1 -23
- package/dist/index.js +4 -115
- package/dist/index.js.map +1 -1
- package/dist/oauth-manager/AuthenticationService_PrivateAPI.js +1 -1
- package/dist/oauth-manager/AuthenticationService_PrivateAPI.js.map +1 -1
- package/dist/oauth-manager/SweepbrightOAuthManager.js.map +1 -1
- package/dist/oauth-manager/TokensRepository_Memory.js.map +1 -1
- package/dist/oauth-manager/TokensRepository_Redis.js.map +1 -1
- package/dist/oauth-manager/TokensRepository_RedisWithMemoryFallback.js.map +1 -1
- package/dist/oauth-manager/factories/createOAuthManager.js +24 -20
- package/dist/oauth-manager/factories/createOAuthManager.js.map +1 -1
- package/dist/oauth-manager/playground/one.js.map +1 -1
- package/dist/resources/channel_accounts.d.ts +2 -2
- package/dist/resources/channel_accounts.js +1 -1
- package/dist/resources/channel_accounts.js.map +1 -1
- package/dist/resources/channels.d.ts +1 -1
- package/dist/resources/channels.js +1 -1
- package/dist/resources/channels.js.map +1 -1
- package/dist/resources/companies.d.ts +1 -1
- package/dist/resources/companies.js +1 -1
- package/dist/resources/companies.js.map +1 -1
- package/dist/resources/contact_preferences.d.ts +1 -1
- package/dist/resources/contact_preferences.js +1 -1
- package/dist/resources/contact_preferences.js.map +1 -1
- package/dist/resources/contacts.d.ts +3 -3
- package/dist/resources/contacts.js +1 -1
- package/dist/resources/contacts.js.map +1 -1
- package/dist/resources/estates.d.ts +5 -5
- package/dist/resources/estates.js +1 -1
- package/dist/resources/estates.js.map +1 -1
- package/dist/resources/leads.d.ts +4 -4
- package/dist/resources/leads.js +1 -1
- package/dist/resources/leads.js.map +1 -1
- package/dist/resources/negotiators.js +1 -1
- package/dist/resources/negotiators.js.map +1 -1
- package/dist/resources/offices.js +1 -1
- package/dist/resources/offices.js.map +1 -1
- package/dist/schemas/officeSchema.d.ts +346 -2056
- package/dist/schemas/officeSchema.js +0 -38
- package/dist/schemas/officeSchema.js.map +1 -1
- package/dist/types.d.ts +27 -0
- package/dist/types.js.map +1 -1
- package/dist/utils.js +2 -3
- package/dist/utils.js.map +1 -1
- package/package.json +17 -22
|
@@ -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;
|
|
@@ -656,9 +466,9 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
656
466
|
locale: z.ZodString;
|
|
657
467
|
office_id: z.ZodString;
|
|
658
468
|
}, "strip", z.ZodTypeAny, {
|
|
659
|
-
id: number;
|
|
660
469
|
first_name: string;
|
|
661
470
|
last_name: string;
|
|
471
|
+
id: number;
|
|
662
472
|
full_name: string;
|
|
663
473
|
role_id: string;
|
|
664
474
|
created_at: string;
|
|
@@ -671,9 +481,9 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
671
481
|
launchdarkly_hash?: string | null | undefined;
|
|
672
482
|
appointment_service_url?: string | null | undefined;
|
|
673
483
|
}, {
|
|
674
|
-
id: number;
|
|
675
484
|
first_name: string;
|
|
676
485
|
last_name: string;
|
|
486
|
+
id: number;
|
|
677
487
|
full_name: string;
|
|
678
488
|
role_id: string;
|
|
679
489
|
created_at: string;
|
|
@@ -693,9 +503,9 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
693
503
|
country: string;
|
|
694
504
|
visit_duration: number;
|
|
695
505
|
default_assignee: {
|
|
696
|
-
id: number;
|
|
697
506
|
first_name: string;
|
|
698
507
|
last_name: string;
|
|
508
|
+
id: number;
|
|
699
509
|
full_name: string;
|
|
700
510
|
role_id: string;
|
|
701
511
|
created_at: string;
|
|
@@ -716,9 +526,9 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
716
526
|
country: string;
|
|
717
527
|
visit_duration: number;
|
|
718
528
|
default_assignee: {
|
|
719
|
-
id: number;
|
|
720
529
|
first_name: string;
|
|
721
530
|
last_name: string;
|
|
531
|
+
id: number;
|
|
722
532
|
full_name: string;
|
|
723
533
|
role_id: string;
|
|
724
534
|
created_at: string;
|
|
@@ -757,9 +567,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
757
567
|
locale: z.ZodString;
|
|
758
568
|
office_id: z.ZodString;
|
|
759
569
|
}, "strip", z.ZodTypeAny, {
|
|
760
|
-
id: number;
|
|
761
570
|
first_name: string;
|
|
762
571
|
last_name: string;
|
|
572
|
+
id: number;
|
|
763
573
|
full_name: string;
|
|
764
574
|
role_id: string;
|
|
765
575
|
created_at: string;
|
|
@@ -772,9 +582,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
772
582
|
launchdarkly_hash?: string | null | undefined;
|
|
773
583
|
appointment_service_url?: string | null | undefined;
|
|
774
584
|
}, {
|
|
775
|
-
id: number;
|
|
776
585
|
first_name: string;
|
|
777
586
|
last_name: string;
|
|
587
|
+
id: number;
|
|
778
588
|
full_name: string;
|
|
779
589
|
role_id: string;
|
|
780
590
|
created_at: string;
|
|
@@ -794,9 +604,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
794
604
|
country: string;
|
|
795
605
|
visit_duration: number;
|
|
796
606
|
default_assignee: {
|
|
797
|
-
id: number;
|
|
798
607
|
first_name: string;
|
|
799
608
|
last_name: string;
|
|
609
|
+
id: number;
|
|
800
610
|
full_name: string;
|
|
801
611
|
role_id: string;
|
|
802
612
|
created_at: string;
|
|
@@ -817,9 +627,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
817
627
|
country: string;
|
|
818
628
|
visit_duration: number;
|
|
819
629
|
default_assignee: {
|
|
820
|
-
id: number;
|
|
821
630
|
first_name: string;
|
|
822
631
|
last_name: string;
|
|
632
|
+
id: number;
|
|
823
633
|
full_name: string;
|
|
824
634
|
role_id: string;
|
|
825
635
|
created_at: string;
|
|
@@ -842,9 +652,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
842
652
|
country: string;
|
|
843
653
|
visit_duration: number;
|
|
844
654
|
default_assignee: {
|
|
845
|
-
id: number;
|
|
846
655
|
first_name: string;
|
|
847
656
|
last_name: string;
|
|
657
|
+
id: number;
|
|
848
658
|
full_name: string;
|
|
849
659
|
role_id: string;
|
|
850
660
|
created_at: string;
|
|
@@ -867,9 +677,9 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
867
677
|
country: string;
|
|
868
678
|
visit_duration: number;
|
|
869
679
|
default_assignee: {
|
|
870
|
-
id: number;
|
|
871
680
|
first_name: string;
|
|
872
681
|
last_name: string;
|
|
682
|
+
id: number;
|
|
873
683
|
full_name: string;
|
|
874
684
|
role_id: string;
|
|
875
685
|
created_at: string;
|
|
@@ -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;
|
|
@@ -1678,6 +1298,23 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1678
1298
|
};
|
|
1679
1299
|
}>;
|
|
1680
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
+
intercom_app_id: string;
|
|
1302
|
+
id: string;
|
|
1303
|
+
created_at: string;
|
|
1304
|
+
locale: string;
|
|
1305
|
+
name: string;
|
|
1306
|
+
member_count: number;
|
|
1307
|
+
member_allowed: number;
|
|
1308
|
+
contacts_count: number;
|
|
1309
|
+
channels_count: number;
|
|
1310
|
+
plan: {
|
|
1311
|
+
data: {
|
|
1312
|
+
id: string;
|
|
1313
|
+
max_users: number;
|
|
1314
|
+
price: Record<string, any>;
|
|
1315
|
+
interval: string;
|
|
1316
|
+
};
|
|
1317
|
+
};
|
|
1681
1318
|
settings: {
|
|
1682
1319
|
data: {
|
|
1683
1320
|
email: string;
|
|
@@ -1711,7 +1348,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1711
1348
|
'description_fr-BE': string;
|
|
1712
1349
|
description_instagram: string;
|
|
1713
1350
|
description_nl: string;
|
|
1714
|
-
description_twitter: string;
|
|
1715
1351
|
disabled_reason: string;
|
|
1716
1352
|
domain_agency_id: string;
|
|
1717
1353
|
homepage_cover: string;
|
|
@@ -1719,8 +1355,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1719
1355
|
homepage_cover_video: string;
|
|
1720
1356
|
homepage_highlights: any[];
|
|
1721
1357
|
homepage_properties: string;
|
|
1722
|
-
immoweb_ftp_password: string;
|
|
1723
|
-
immoweb_ftp_username: string;
|
|
1724
1358
|
integration_document_management_sweepbright_documents: boolean;
|
|
1725
1359
|
intercom_app_id: string;
|
|
1726
1360
|
invoice_address: string;
|
|
@@ -1738,17 +1372,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1738
1372
|
links_facebook: string;
|
|
1739
1373
|
links_instagram: string;
|
|
1740
1374
|
links_linkedin: string;
|
|
1741
|
-
links_twitter: string;
|
|
1742
1375
|
new_properties_en: string;
|
|
1743
1376
|
'new_properties_en-GB': string;
|
|
1744
1377
|
new_properties_fr: string;
|
|
1745
1378
|
'new_properties_fr-BE': string;
|
|
1746
1379
|
new_properties_nl: string;
|
|
1747
|
-
onthemarket_api_key: string;
|
|
1748
1380
|
published_url_resolvers: string[];
|
|
1749
1381
|
registration_number: string;
|
|
1750
1382
|
rent_period: string;
|
|
1751
|
-
rightmove_api_key: string;
|
|
1752
1383
|
signup_company_name: string;
|
|
1753
1384
|
signup_country: string;
|
|
1754
1385
|
signup_email: string;
|
|
@@ -1763,40 +1394,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1763
1394
|
theme_typeface: string;
|
|
1764
1395
|
timezone: string;
|
|
1765
1396
|
transaction_types: string;
|
|
1766
|
-
zoopla_api_key: string;
|
|
1767
1397
|
description: string;
|
|
1768
1398
|
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
1399
|
facebook_pixel_id?: string | null | undefined;
|
|
1801
1400
|
google_analytics_id?: string | null | undefined;
|
|
1802
1401
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1806,11 +1405,22 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1806
1405
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
1807
1406
|
};
|
|
1808
1407
|
};
|
|
1809
|
-
|
|
1408
|
+
updated_at?: string | null | undefined;
|
|
1409
|
+
referrer?: {} | null | undefined;
|
|
1410
|
+
disabled_at?: string | null | undefined;
|
|
1411
|
+
photo?: {
|
|
1412
|
+
data: {
|
|
1413
|
+
url: string;
|
|
1414
|
+
uploaded_at: string;
|
|
1415
|
+
photo_file_id: string;
|
|
1416
|
+
};
|
|
1417
|
+
} | null | undefined;
|
|
1418
|
+
}, {
|
|
1810
1419
|
intercom_app_id: string;
|
|
1811
1420
|
id: string;
|
|
1812
1421
|
created_at: string;
|
|
1813
1422
|
locale: string;
|
|
1423
|
+
name: string;
|
|
1814
1424
|
member_count: number;
|
|
1815
1425
|
member_allowed: number;
|
|
1816
1426
|
contacts_count: number;
|
|
@@ -1823,17 +1433,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1823
1433
|
interval: string;
|
|
1824
1434
|
};
|
|
1825
1435
|
};
|
|
1826
|
-
referrer?: {} | null | undefined;
|
|
1827
|
-
disabled_at?: string | null | undefined;
|
|
1828
|
-
updated_at?: string | null | undefined;
|
|
1829
|
-
photo?: {
|
|
1830
|
-
data: {
|
|
1831
|
-
url: string;
|
|
1832
|
-
uploaded_at: string;
|
|
1833
|
-
photo_file_id: string;
|
|
1834
|
-
};
|
|
1835
|
-
} | null | undefined;
|
|
1836
|
-
}, {
|
|
1837
1436
|
settings: {
|
|
1838
1437
|
data: {
|
|
1839
1438
|
email: string;
|
|
@@ -1867,7 +1466,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1867
1466
|
'description_fr-BE': string;
|
|
1868
1467
|
description_instagram: string;
|
|
1869
1468
|
description_nl: string;
|
|
1870
|
-
description_twitter: string;
|
|
1871
1469
|
disabled_reason: string;
|
|
1872
1470
|
domain_agency_id: string;
|
|
1873
1471
|
homepage_cover: string;
|
|
@@ -1875,8 +1473,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1875
1473
|
homepage_cover_video: string;
|
|
1876
1474
|
homepage_highlights: any[];
|
|
1877
1475
|
homepage_properties: string;
|
|
1878
|
-
immoweb_ftp_password: string;
|
|
1879
|
-
immoweb_ftp_username: string;
|
|
1880
1476
|
integration_document_management_sweepbright_documents: boolean;
|
|
1881
1477
|
intercom_app_id: string;
|
|
1882
1478
|
invoice_address: string;
|
|
@@ -1894,17 +1490,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1894
1490
|
links_facebook: string;
|
|
1895
1491
|
links_instagram: string;
|
|
1896
1492
|
links_linkedin: string;
|
|
1897
|
-
links_twitter: string;
|
|
1898
1493
|
new_properties_en: string;
|
|
1899
1494
|
'new_properties_en-GB': string;
|
|
1900
1495
|
new_properties_fr: string;
|
|
1901
1496
|
'new_properties_fr-BE': string;
|
|
1902
1497
|
new_properties_nl: string;
|
|
1903
|
-
onthemarket_api_key: string;
|
|
1904
1498
|
published_url_resolvers: string[];
|
|
1905
1499
|
registration_number: string;
|
|
1906
1500
|
rent_period: string;
|
|
1907
|
-
rightmove_api_key: string;
|
|
1908
1501
|
signup_company_name: string;
|
|
1909
1502
|
signup_country: string;
|
|
1910
1503
|
signup_email: string;
|
|
@@ -1919,40 +1512,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1919
1512
|
theme_typeface: string;
|
|
1920
1513
|
timezone: string;
|
|
1921
1514
|
transaction_types: string;
|
|
1922
|
-
zoopla_api_key: string;
|
|
1923
1515
|
description: string;
|
|
1924
1516
|
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
1517
|
facebook_pixel_id?: string | null | undefined;
|
|
1957
1518
|
google_analytics_id?: string | null | undefined;
|
|
1958
1519
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -1962,26 +1523,9 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1962
1523
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
1963
1524
|
};
|
|
1964
1525
|
};
|
|
1965
|
-
|
|
1966
|
-
intercom_app_id: string;
|
|
1967
|
-
id: string;
|
|
1968
|
-
created_at: string;
|
|
1969
|
-
locale: string;
|
|
1970
|
-
member_count: number;
|
|
1971
|
-
member_allowed: number;
|
|
1972
|
-
contacts_count: number;
|
|
1973
|
-
channels_count: number;
|
|
1974
|
-
plan: {
|
|
1975
|
-
data: {
|
|
1976
|
-
id: string;
|
|
1977
|
-
max_users: number;
|
|
1978
|
-
price: Record<string, any>;
|
|
1979
|
-
interval: string;
|
|
1980
|
-
};
|
|
1981
|
-
};
|
|
1526
|
+
updated_at?: string | null | undefined;
|
|
1982
1527
|
referrer?: {} | null | undefined;
|
|
1983
1528
|
disabled_at?: string | null | undefined;
|
|
1984
|
-
updated_at?: string | null | undefined;
|
|
1985
1529
|
photo?: {
|
|
1986
1530
|
data: {
|
|
1987
1531
|
url: string;
|
|
@@ -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;
|
|
@@ -2696,6 +2050,23 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2696
2050
|
};
|
|
2697
2051
|
}>;
|
|
2698
2052
|
}, "strip", z.ZodTypeAny, {
|
|
2053
|
+
intercom_app_id: string;
|
|
2054
|
+
id: string;
|
|
2055
|
+
created_at: string;
|
|
2056
|
+
locale: string;
|
|
2057
|
+
name: string;
|
|
2058
|
+
member_count: number;
|
|
2059
|
+
member_allowed: number;
|
|
2060
|
+
contacts_count: number;
|
|
2061
|
+
channels_count: number;
|
|
2062
|
+
plan: {
|
|
2063
|
+
data: {
|
|
2064
|
+
id: string;
|
|
2065
|
+
max_users: number;
|
|
2066
|
+
price: Record<string, any>;
|
|
2067
|
+
interval: string;
|
|
2068
|
+
};
|
|
2069
|
+
};
|
|
2699
2070
|
settings: {
|
|
2700
2071
|
data: {
|
|
2701
2072
|
email: string;
|
|
@@ -2729,7 +2100,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2729
2100
|
'description_fr-BE': string;
|
|
2730
2101
|
description_instagram: string;
|
|
2731
2102
|
description_nl: string;
|
|
2732
|
-
description_twitter: string;
|
|
2733
2103
|
disabled_reason: string;
|
|
2734
2104
|
domain_agency_id: string;
|
|
2735
2105
|
homepage_cover: string;
|
|
@@ -2737,8 +2107,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2737
2107
|
homepage_cover_video: string;
|
|
2738
2108
|
homepage_highlights: any[];
|
|
2739
2109
|
homepage_properties: string;
|
|
2740
|
-
immoweb_ftp_password: string;
|
|
2741
|
-
immoweb_ftp_username: string;
|
|
2742
2110
|
integration_document_management_sweepbright_documents: boolean;
|
|
2743
2111
|
intercom_app_id: string;
|
|
2744
2112
|
invoice_address: string;
|
|
@@ -2756,17 +2124,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2756
2124
|
links_facebook: string;
|
|
2757
2125
|
links_instagram: string;
|
|
2758
2126
|
links_linkedin: string;
|
|
2759
|
-
links_twitter: string;
|
|
2760
2127
|
new_properties_en: string;
|
|
2761
2128
|
'new_properties_en-GB': string;
|
|
2762
2129
|
new_properties_fr: string;
|
|
2763
2130
|
'new_properties_fr-BE': string;
|
|
2764
2131
|
new_properties_nl: string;
|
|
2765
|
-
onthemarket_api_key: string;
|
|
2766
2132
|
published_url_resolvers: string[];
|
|
2767
2133
|
registration_number: string;
|
|
2768
2134
|
rent_period: string;
|
|
2769
|
-
rightmove_api_key: string;
|
|
2770
2135
|
signup_company_name: string;
|
|
2771
2136
|
signup_country: string;
|
|
2772
2137
|
signup_email: string;
|
|
@@ -2781,40 +2146,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2781
2146
|
theme_typeface: string;
|
|
2782
2147
|
timezone: string;
|
|
2783
2148
|
transaction_types: string;
|
|
2784
|
-
zoopla_api_key: string;
|
|
2785
2149
|
description: string;
|
|
2786
2150
|
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
2151
|
facebook_pixel_id?: string | null | undefined;
|
|
2819
2152
|
google_analytics_id?: string | null | undefined;
|
|
2820
2153
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2824,11 +2157,22 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2824
2157
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
2825
2158
|
};
|
|
2826
2159
|
};
|
|
2827
|
-
|
|
2160
|
+
updated_at?: string | null | undefined;
|
|
2161
|
+
referrer?: {} | null | undefined;
|
|
2162
|
+
disabled_at?: string | null | undefined;
|
|
2163
|
+
photo?: {
|
|
2164
|
+
data: {
|
|
2165
|
+
url: string;
|
|
2166
|
+
uploaded_at: string;
|
|
2167
|
+
photo_file_id: string;
|
|
2168
|
+
};
|
|
2169
|
+
} | null | undefined;
|
|
2170
|
+
}, {
|
|
2828
2171
|
intercom_app_id: string;
|
|
2829
2172
|
id: string;
|
|
2830
2173
|
created_at: string;
|
|
2831
2174
|
locale: string;
|
|
2175
|
+
name: string;
|
|
2832
2176
|
member_count: number;
|
|
2833
2177
|
member_allowed: number;
|
|
2834
2178
|
contacts_count: number;
|
|
@@ -2841,17 +2185,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2841
2185
|
interval: string;
|
|
2842
2186
|
};
|
|
2843
2187
|
};
|
|
2844
|
-
referrer?: {} | null | undefined;
|
|
2845
|
-
disabled_at?: string | null | undefined;
|
|
2846
|
-
updated_at?: string | null | undefined;
|
|
2847
|
-
photo?: {
|
|
2848
|
-
data: {
|
|
2849
|
-
url: string;
|
|
2850
|
-
uploaded_at: string;
|
|
2851
|
-
photo_file_id: string;
|
|
2852
|
-
};
|
|
2853
|
-
} | null | undefined;
|
|
2854
|
-
}, {
|
|
2855
2188
|
settings: {
|
|
2856
2189
|
data: {
|
|
2857
2190
|
email: string;
|
|
@@ -2885,7 +2218,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2885
2218
|
'description_fr-BE': string;
|
|
2886
2219
|
description_instagram: string;
|
|
2887
2220
|
description_nl: string;
|
|
2888
|
-
description_twitter: string;
|
|
2889
2221
|
disabled_reason: string;
|
|
2890
2222
|
domain_agency_id: string;
|
|
2891
2223
|
homepage_cover: string;
|
|
@@ -2893,8 +2225,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2893
2225
|
homepage_cover_video: string;
|
|
2894
2226
|
homepage_highlights: any[];
|
|
2895
2227
|
homepage_properties: string;
|
|
2896
|
-
immoweb_ftp_password: string;
|
|
2897
|
-
immoweb_ftp_username: string;
|
|
2898
2228
|
integration_document_management_sweepbright_documents: boolean;
|
|
2899
2229
|
intercom_app_id: string;
|
|
2900
2230
|
invoice_address: string;
|
|
@@ -2912,17 +2242,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2912
2242
|
links_facebook: string;
|
|
2913
2243
|
links_instagram: string;
|
|
2914
2244
|
links_linkedin: string;
|
|
2915
|
-
links_twitter: string;
|
|
2916
2245
|
new_properties_en: string;
|
|
2917
2246
|
'new_properties_en-GB': string;
|
|
2918
2247
|
new_properties_fr: string;
|
|
2919
2248
|
'new_properties_fr-BE': string;
|
|
2920
2249
|
new_properties_nl: string;
|
|
2921
|
-
onthemarket_api_key: string;
|
|
2922
2250
|
published_url_resolvers: string[];
|
|
2923
2251
|
registration_number: string;
|
|
2924
2252
|
rent_period: string;
|
|
2925
|
-
rightmove_api_key: string;
|
|
2926
2253
|
signup_company_name: string;
|
|
2927
2254
|
signup_country: string;
|
|
2928
2255
|
signup_email: string;
|
|
@@ -2937,40 +2264,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2937
2264
|
theme_typeface: string;
|
|
2938
2265
|
timezone: string;
|
|
2939
2266
|
transaction_types: string;
|
|
2940
|
-
zoopla_api_key: string;
|
|
2941
2267
|
description: string;
|
|
2942
2268
|
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
2269
|
facebook_pixel_id?: string | null | undefined;
|
|
2975
2270
|
google_analytics_id?: string | null | undefined;
|
|
2976
2271
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -2980,11 +2275,24 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2980
2275
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
2981
2276
|
};
|
|
2982
2277
|
};
|
|
2983
|
-
|
|
2278
|
+
updated_at?: string | null | undefined;
|
|
2279
|
+
referrer?: {} | null | undefined;
|
|
2280
|
+
disabled_at?: string | null | undefined;
|
|
2281
|
+
photo?: {
|
|
2282
|
+
data: {
|
|
2283
|
+
url: string;
|
|
2284
|
+
uploaded_at: string;
|
|
2285
|
+
photo_file_id: string;
|
|
2286
|
+
};
|
|
2287
|
+
} | null | undefined;
|
|
2288
|
+
}>;
|
|
2289
|
+
}, "strip", z.ZodTypeAny, {
|
|
2290
|
+
data: {
|
|
2984
2291
|
intercom_app_id: string;
|
|
2985
2292
|
id: string;
|
|
2986
2293
|
created_at: string;
|
|
2987
2294
|
locale: string;
|
|
2295
|
+
name: string;
|
|
2988
2296
|
member_count: number;
|
|
2989
2297
|
member_allowed: number;
|
|
2990
2298
|
contacts_count: number;
|
|
@@ -2997,19 +2305,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2997
2305
|
interval: string;
|
|
2998
2306
|
};
|
|
2999
2307
|
};
|
|
3000
|
-
referrer?: {} | null | undefined;
|
|
3001
|
-
disabled_at?: string | null | undefined;
|
|
3002
|
-
updated_at?: string | null | undefined;
|
|
3003
|
-
photo?: {
|
|
3004
|
-
data: {
|
|
3005
|
-
url: string;
|
|
3006
|
-
uploaded_at: string;
|
|
3007
|
-
photo_file_id: string;
|
|
3008
|
-
};
|
|
3009
|
-
} | null | undefined;
|
|
3010
|
-
}>;
|
|
3011
|
-
}, "strip", z.ZodTypeAny, {
|
|
3012
|
-
data: {
|
|
3013
2308
|
settings: {
|
|
3014
2309
|
data: {
|
|
3015
2310
|
email: string;
|
|
@@ -3043,7 +2338,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3043
2338
|
'description_fr-BE': string;
|
|
3044
2339
|
description_instagram: string;
|
|
3045
2340
|
description_nl: string;
|
|
3046
|
-
description_twitter: string;
|
|
3047
2341
|
disabled_reason: string;
|
|
3048
2342
|
domain_agency_id: string;
|
|
3049
2343
|
homepage_cover: string;
|
|
@@ -3051,8 +2345,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3051
2345
|
homepage_cover_video: string;
|
|
3052
2346
|
homepage_highlights: any[];
|
|
3053
2347
|
homepage_properties: string;
|
|
3054
|
-
immoweb_ftp_password: string;
|
|
3055
|
-
immoweb_ftp_username: string;
|
|
3056
2348
|
integration_document_management_sweepbright_documents: boolean;
|
|
3057
2349
|
intercom_app_id: string;
|
|
3058
2350
|
invoice_address: string;
|
|
@@ -3070,17 +2362,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3070
2362
|
links_facebook: string;
|
|
3071
2363
|
links_instagram: string;
|
|
3072
2364
|
links_linkedin: string;
|
|
3073
|
-
links_twitter: string;
|
|
3074
2365
|
new_properties_en: string;
|
|
3075
2366
|
'new_properties_en-GB': string;
|
|
3076
2367
|
new_properties_fr: string;
|
|
3077
2368
|
'new_properties_fr-BE': string;
|
|
3078
2369
|
new_properties_nl: string;
|
|
3079
|
-
onthemarket_api_key: string;
|
|
3080
2370
|
published_url_resolvers: string[];
|
|
3081
2371
|
registration_number: string;
|
|
3082
2372
|
rent_period: string;
|
|
3083
|
-
rightmove_api_key: string;
|
|
3084
2373
|
signup_company_name: string;
|
|
3085
2374
|
signup_country: string;
|
|
3086
2375
|
signup_email: string;
|
|
@@ -3095,40 +2384,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3095
2384
|
theme_typeface: string;
|
|
3096
2385
|
timezone: string;
|
|
3097
2386
|
transaction_types: string;
|
|
3098
|
-
zoopla_api_key: string;
|
|
3099
2387
|
description: string;
|
|
3100
2388
|
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
2389
|
facebook_pixel_id?: string | null | undefined;
|
|
3133
2390
|
google_analytics_id?: string | null | undefined;
|
|
3134
2391
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3138,11 +2395,24 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3138
2395
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3139
2396
|
};
|
|
3140
2397
|
};
|
|
3141
|
-
|
|
2398
|
+
updated_at?: string | null | undefined;
|
|
2399
|
+
referrer?: {} | null | undefined;
|
|
2400
|
+
disabled_at?: string | null | undefined;
|
|
2401
|
+
photo?: {
|
|
2402
|
+
data: {
|
|
2403
|
+
url: string;
|
|
2404
|
+
uploaded_at: string;
|
|
2405
|
+
photo_file_id: string;
|
|
2406
|
+
};
|
|
2407
|
+
} | null | undefined;
|
|
2408
|
+
};
|
|
2409
|
+
}, {
|
|
2410
|
+
data: {
|
|
3142
2411
|
intercom_app_id: string;
|
|
3143
2412
|
id: string;
|
|
3144
2413
|
created_at: string;
|
|
3145
2414
|
locale: string;
|
|
2415
|
+
name: string;
|
|
3146
2416
|
member_count: number;
|
|
3147
2417
|
member_allowed: number;
|
|
3148
2418
|
contacts_count: number;
|
|
@@ -3155,19 +2425,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3155
2425
|
interval: string;
|
|
3156
2426
|
};
|
|
3157
2427
|
};
|
|
3158
|
-
referrer?: {} | null | undefined;
|
|
3159
|
-
disabled_at?: string | null | undefined;
|
|
3160
|
-
updated_at?: string | null | undefined;
|
|
3161
|
-
photo?: {
|
|
3162
|
-
data: {
|
|
3163
|
-
url: string;
|
|
3164
|
-
uploaded_at: string;
|
|
3165
|
-
photo_file_id: string;
|
|
3166
|
-
};
|
|
3167
|
-
} | null | undefined;
|
|
3168
|
-
};
|
|
3169
|
-
}, {
|
|
3170
|
-
data: {
|
|
3171
2428
|
settings: {
|
|
3172
2429
|
data: {
|
|
3173
2430
|
email: string;
|
|
@@ -3201,7 +2458,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3201
2458
|
'description_fr-BE': string;
|
|
3202
2459
|
description_instagram: string;
|
|
3203
2460
|
description_nl: string;
|
|
3204
|
-
description_twitter: string;
|
|
3205
2461
|
disabled_reason: string;
|
|
3206
2462
|
domain_agency_id: string;
|
|
3207
2463
|
homepage_cover: string;
|
|
@@ -3209,8 +2465,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3209
2465
|
homepage_cover_video: string;
|
|
3210
2466
|
homepage_highlights: any[];
|
|
3211
2467
|
homepage_properties: string;
|
|
3212
|
-
immoweb_ftp_password: string;
|
|
3213
|
-
immoweb_ftp_username: string;
|
|
3214
2468
|
integration_document_management_sweepbright_documents: boolean;
|
|
3215
2469
|
intercom_app_id: string;
|
|
3216
2470
|
invoice_address: string;
|
|
@@ -3228,17 +2482,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3228
2482
|
links_facebook: string;
|
|
3229
2483
|
links_instagram: string;
|
|
3230
2484
|
links_linkedin: string;
|
|
3231
|
-
links_twitter: string;
|
|
3232
2485
|
new_properties_en: string;
|
|
3233
2486
|
'new_properties_en-GB': string;
|
|
3234
2487
|
new_properties_fr: string;
|
|
3235
2488
|
'new_properties_fr-BE': string;
|
|
3236
2489
|
new_properties_nl: string;
|
|
3237
|
-
onthemarket_api_key: string;
|
|
3238
2490
|
published_url_resolvers: string[];
|
|
3239
2491
|
registration_number: string;
|
|
3240
2492
|
rent_period: string;
|
|
3241
|
-
rightmove_api_key: string;
|
|
3242
2493
|
signup_company_name: string;
|
|
3243
2494
|
signup_country: string;
|
|
3244
2495
|
signup_email: string;
|
|
@@ -3253,40 +2504,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3253
2504
|
theme_typeface: string;
|
|
3254
2505
|
timezone: string;
|
|
3255
2506
|
transaction_types: string;
|
|
3256
|
-
zoopla_api_key: string;
|
|
3257
2507
|
description: string;
|
|
3258
2508
|
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
2509
|
facebook_pixel_id?: string | null | undefined;
|
|
3291
2510
|
google_analytics_id?: string | null | undefined;
|
|
3292
2511
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -3296,26 +2515,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
3296
2515
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3297
2516
|
};
|
|
3298
2517
|
};
|
|
3299
|
-
|
|
3300
|
-
intercom_app_id: string;
|
|
3301
|
-
id: string;
|
|
3302
|
-
created_at: string;
|
|
3303
|
-
locale: string;
|
|
3304
|
-
member_count: number;
|
|
3305
|
-
member_allowed: number;
|
|
3306
|
-
contacts_count: number;
|
|
3307
|
-
channels_count: number;
|
|
3308
|
-
plan: {
|
|
3309
|
-
data: {
|
|
3310
|
-
id: string;
|
|
3311
|
-
max_users: number;
|
|
3312
|
-
price: Record<string, any>;
|
|
3313
|
-
interval: string;
|
|
3314
|
-
};
|
|
3315
|
-
};
|
|
2518
|
+
updated_at?: string | null | undefined;
|
|
3316
2519
|
referrer?: {} | null | undefined;
|
|
3317
2520
|
disabled_at?: string | null | undefined;
|
|
3318
|
-
updated_at?: string | null | undefined;
|
|
3319
2521
|
photo?: {
|
|
3320
2522
|
data: {
|
|
3321
2523
|
url: string;
|
|
@@ -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;
|
|
@@ -4036,6 +3048,23 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4036
3048
|
};
|
|
4037
3049
|
}>;
|
|
4038
3050
|
}, "strip", z.ZodTypeAny, {
|
|
3051
|
+
intercom_app_id: string;
|
|
3052
|
+
id: string;
|
|
3053
|
+
created_at: string;
|
|
3054
|
+
locale: string;
|
|
3055
|
+
name: string;
|
|
3056
|
+
member_count: number;
|
|
3057
|
+
member_allowed: number;
|
|
3058
|
+
contacts_count: number;
|
|
3059
|
+
channels_count: number;
|
|
3060
|
+
plan: {
|
|
3061
|
+
data: {
|
|
3062
|
+
id: string;
|
|
3063
|
+
max_users: number;
|
|
3064
|
+
price: Record<string, any>;
|
|
3065
|
+
interval: string;
|
|
3066
|
+
};
|
|
3067
|
+
};
|
|
4039
3068
|
settings: {
|
|
4040
3069
|
data: {
|
|
4041
3070
|
email: string;
|
|
@@ -4069,7 +3098,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4069
3098
|
'description_fr-BE': string;
|
|
4070
3099
|
description_instagram: string;
|
|
4071
3100
|
description_nl: string;
|
|
4072
|
-
description_twitter: string;
|
|
4073
3101
|
disabled_reason: string;
|
|
4074
3102
|
domain_agency_id: string;
|
|
4075
3103
|
homepage_cover: string;
|
|
@@ -4077,8 +3105,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4077
3105
|
homepage_cover_video: string;
|
|
4078
3106
|
homepage_highlights: any[];
|
|
4079
3107
|
homepage_properties: string;
|
|
4080
|
-
immoweb_ftp_password: string;
|
|
4081
|
-
immoweb_ftp_username: string;
|
|
4082
3108
|
integration_document_management_sweepbright_documents: boolean;
|
|
4083
3109
|
intercom_app_id: string;
|
|
4084
3110
|
invoice_address: string;
|
|
@@ -4096,17 +3122,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4096
3122
|
links_facebook: string;
|
|
4097
3123
|
links_instagram: string;
|
|
4098
3124
|
links_linkedin: string;
|
|
4099
|
-
links_twitter: string;
|
|
4100
3125
|
new_properties_en: string;
|
|
4101
3126
|
'new_properties_en-GB': string;
|
|
4102
3127
|
new_properties_fr: string;
|
|
4103
3128
|
'new_properties_fr-BE': string;
|
|
4104
3129
|
new_properties_nl: string;
|
|
4105
|
-
onthemarket_api_key: string;
|
|
4106
3130
|
published_url_resolvers: string[];
|
|
4107
3131
|
registration_number: string;
|
|
4108
3132
|
rent_period: string;
|
|
4109
|
-
rightmove_api_key: string;
|
|
4110
3133
|
signup_company_name: string;
|
|
4111
3134
|
signup_country: string;
|
|
4112
3135
|
signup_email: string;
|
|
@@ -4121,40 +3144,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4121
3144
|
theme_typeface: string;
|
|
4122
3145
|
timezone: string;
|
|
4123
3146
|
transaction_types: string;
|
|
4124
|
-
zoopla_api_key: string;
|
|
4125
3147
|
description: string;
|
|
4126
3148
|
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
3149
|
facebook_pixel_id?: string | null | undefined;
|
|
4159
3150
|
google_analytics_id?: string | null | undefined;
|
|
4160
3151
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4164,11 +3155,22 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4164
3155
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
4165
3156
|
};
|
|
4166
3157
|
};
|
|
4167
|
-
|
|
3158
|
+
updated_at?: string | null | undefined;
|
|
3159
|
+
referrer?: {} | null | undefined;
|
|
3160
|
+
disabled_at?: string | null | undefined;
|
|
3161
|
+
photo?: {
|
|
3162
|
+
data: {
|
|
3163
|
+
url: string;
|
|
3164
|
+
uploaded_at: string;
|
|
3165
|
+
photo_file_id: string;
|
|
3166
|
+
};
|
|
3167
|
+
} | null | undefined;
|
|
3168
|
+
}, {
|
|
4168
3169
|
intercom_app_id: string;
|
|
4169
3170
|
id: string;
|
|
4170
3171
|
created_at: string;
|
|
4171
3172
|
locale: string;
|
|
3173
|
+
name: string;
|
|
4172
3174
|
member_count: number;
|
|
4173
3175
|
member_allowed: number;
|
|
4174
3176
|
contacts_count: number;
|
|
@@ -4181,17 +3183,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4181
3183
|
interval: string;
|
|
4182
3184
|
};
|
|
4183
3185
|
};
|
|
4184
|
-
referrer?: {} | null | undefined;
|
|
4185
|
-
disabled_at?: string | null | undefined;
|
|
4186
|
-
updated_at?: string | null | undefined;
|
|
4187
|
-
photo?: {
|
|
4188
|
-
data: {
|
|
4189
|
-
url: string;
|
|
4190
|
-
uploaded_at: string;
|
|
4191
|
-
photo_file_id: string;
|
|
4192
|
-
};
|
|
4193
|
-
} | null | undefined;
|
|
4194
|
-
}, {
|
|
4195
3186
|
settings: {
|
|
4196
3187
|
data: {
|
|
4197
3188
|
email: string;
|
|
@@ -4225,7 +3216,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4225
3216
|
'description_fr-BE': string;
|
|
4226
3217
|
description_instagram: string;
|
|
4227
3218
|
description_nl: string;
|
|
4228
|
-
description_twitter: string;
|
|
4229
3219
|
disabled_reason: string;
|
|
4230
3220
|
domain_agency_id: string;
|
|
4231
3221
|
homepage_cover: string;
|
|
@@ -4233,8 +3223,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4233
3223
|
homepage_cover_video: string;
|
|
4234
3224
|
homepage_highlights: any[];
|
|
4235
3225
|
homepage_properties: string;
|
|
4236
|
-
immoweb_ftp_password: string;
|
|
4237
|
-
immoweb_ftp_username: string;
|
|
4238
3226
|
integration_document_management_sweepbright_documents: boolean;
|
|
4239
3227
|
intercom_app_id: string;
|
|
4240
3228
|
invoice_address: string;
|
|
@@ -4252,17 +3240,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4252
3240
|
links_facebook: string;
|
|
4253
3241
|
links_instagram: string;
|
|
4254
3242
|
links_linkedin: string;
|
|
4255
|
-
links_twitter: string;
|
|
4256
3243
|
new_properties_en: string;
|
|
4257
3244
|
'new_properties_en-GB': string;
|
|
4258
3245
|
new_properties_fr: string;
|
|
4259
3246
|
'new_properties_fr-BE': string;
|
|
4260
3247
|
new_properties_nl: string;
|
|
4261
|
-
onthemarket_api_key: string;
|
|
4262
3248
|
published_url_resolvers: string[];
|
|
4263
3249
|
registration_number: string;
|
|
4264
3250
|
rent_period: string;
|
|
4265
|
-
rightmove_api_key: string;
|
|
4266
3251
|
signup_company_name: string;
|
|
4267
3252
|
signup_country: string;
|
|
4268
3253
|
signup_email: string;
|
|
@@ -4277,40 +3262,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4277
3262
|
theme_typeface: string;
|
|
4278
3263
|
timezone: string;
|
|
4279
3264
|
transaction_types: string;
|
|
4280
|
-
zoopla_api_key: string;
|
|
4281
3265
|
description: string;
|
|
4282
3266
|
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
3267
|
facebook_pixel_id?: string | null | undefined;
|
|
4315
3268
|
google_analytics_id?: string | null | undefined;
|
|
4316
3269
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4320,11 +3273,24 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4320
3273
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
4321
3274
|
};
|
|
4322
3275
|
};
|
|
4323
|
-
|
|
3276
|
+
updated_at?: string | null | undefined;
|
|
3277
|
+
referrer?: {} | null | undefined;
|
|
3278
|
+
disabled_at?: string | null | undefined;
|
|
3279
|
+
photo?: {
|
|
3280
|
+
data: {
|
|
3281
|
+
url: string;
|
|
3282
|
+
uploaded_at: string;
|
|
3283
|
+
photo_file_id: string;
|
|
3284
|
+
};
|
|
3285
|
+
} | null | undefined;
|
|
3286
|
+
}>;
|
|
3287
|
+
}, "strip", z.ZodTypeAny, {
|
|
3288
|
+
data: {
|
|
4324
3289
|
intercom_app_id: string;
|
|
4325
3290
|
id: string;
|
|
4326
3291
|
created_at: string;
|
|
4327
3292
|
locale: string;
|
|
3293
|
+
name: string;
|
|
4328
3294
|
member_count: number;
|
|
4329
3295
|
member_allowed: number;
|
|
4330
3296
|
contacts_count: number;
|
|
@@ -4337,19 +3303,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4337
3303
|
interval: string;
|
|
4338
3304
|
};
|
|
4339
3305
|
};
|
|
4340
|
-
referrer?: {} | null | undefined;
|
|
4341
|
-
disabled_at?: string | null | undefined;
|
|
4342
|
-
updated_at?: string | null | undefined;
|
|
4343
|
-
photo?: {
|
|
4344
|
-
data: {
|
|
4345
|
-
url: string;
|
|
4346
|
-
uploaded_at: string;
|
|
4347
|
-
photo_file_id: string;
|
|
4348
|
-
};
|
|
4349
|
-
} | null | undefined;
|
|
4350
|
-
}>;
|
|
4351
|
-
}, "strip", z.ZodTypeAny, {
|
|
4352
|
-
data: {
|
|
4353
3306
|
settings: {
|
|
4354
3307
|
data: {
|
|
4355
3308
|
email: string;
|
|
@@ -4383,7 +3336,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4383
3336
|
'description_fr-BE': string;
|
|
4384
3337
|
description_instagram: string;
|
|
4385
3338
|
description_nl: string;
|
|
4386
|
-
description_twitter: string;
|
|
4387
3339
|
disabled_reason: string;
|
|
4388
3340
|
domain_agency_id: string;
|
|
4389
3341
|
homepage_cover: string;
|
|
@@ -4391,8 +3343,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4391
3343
|
homepage_cover_video: string;
|
|
4392
3344
|
homepage_highlights: any[];
|
|
4393
3345
|
homepage_properties: string;
|
|
4394
|
-
immoweb_ftp_password: string;
|
|
4395
|
-
immoweb_ftp_username: string;
|
|
4396
3346
|
integration_document_management_sweepbright_documents: boolean;
|
|
4397
3347
|
intercom_app_id: string;
|
|
4398
3348
|
invoice_address: string;
|
|
@@ -4410,17 +3360,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4410
3360
|
links_facebook: string;
|
|
4411
3361
|
links_instagram: string;
|
|
4412
3362
|
links_linkedin: string;
|
|
4413
|
-
links_twitter: string;
|
|
4414
3363
|
new_properties_en: string;
|
|
4415
3364
|
'new_properties_en-GB': string;
|
|
4416
3365
|
new_properties_fr: string;
|
|
4417
3366
|
'new_properties_fr-BE': string;
|
|
4418
3367
|
new_properties_nl: string;
|
|
4419
|
-
onthemarket_api_key: string;
|
|
4420
3368
|
published_url_resolvers: string[];
|
|
4421
3369
|
registration_number: string;
|
|
4422
3370
|
rent_period: string;
|
|
4423
|
-
rightmove_api_key: string;
|
|
4424
3371
|
signup_company_name: string;
|
|
4425
3372
|
signup_country: string;
|
|
4426
3373
|
signup_email: string;
|
|
@@ -4435,40 +3382,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4435
3382
|
theme_typeface: string;
|
|
4436
3383
|
timezone: string;
|
|
4437
3384
|
transaction_types: string;
|
|
4438
|
-
zoopla_api_key: string;
|
|
4439
3385
|
description: string;
|
|
4440
3386
|
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
3387
|
facebook_pixel_id?: string | null | undefined;
|
|
4473
3388
|
google_analytics_id?: string | null | undefined;
|
|
4474
3389
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4478,11 +3393,24 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4478
3393
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
4479
3394
|
};
|
|
4480
3395
|
};
|
|
4481
|
-
|
|
3396
|
+
updated_at?: string | null | undefined;
|
|
3397
|
+
referrer?: {} | null | undefined;
|
|
3398
|
+
disabled_at?: string | null | undefined;
|
|
3399
|
+
photo?: {
|
|
3400
|
+
data: {
|
|
3401
|
+
url: string;
|
|
3402
|
+
uploaded_at: string;
|
|
3403
|
+
photo_file_id: string;
|
|
3404
|
+
};
|
|
3405
|
+
} | null | undefined;
|
|
3406
|
+
};
|
|
3407
|
+
}, {
|
|
3408
|
+
data: {
|
|
4482
3409
|
intercom_app_id: string;
|
|
4483
3410
|
id: string;
|
|
4484
3411
|
created_at: string;
|
|
4485
3412
|
locale: string;
|
|
3413
|
+
name: string;
|
|
4486
3414
|
member_count: number;
|
|
4487
3415
|
member_allowed: number;
|
|
4488
3416
|
contacts_count: number;
|
|
@@ -4495,19 +3423,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4495
3423
|
interval: string;
|
|
4496
3424
|
};
|
|
4497
3425
|
};
|
|
4498
|
-
referrer?: {} | null | undefined;
|
|
4499
|
-
disabled_at?: string | null | undefined;
|
|
4500
|
-
updated_at?: string | null | undefined;
|
|
4501
|
-
photo?: {
|
|
4502
|
-
data: {
|
|
4503
|
-
url: string;
|
|
4504
|
-
uploaded_at: string;
|
|
4505
|
-
photo_file_id: string;
|
|
4506
|
-
};
|
|
4507
|
-
} | null | undefined;
|
|
4508
|
-
};
|
|
4509
|
-
}, {
|
|
4510
|
-
data: {
|
|
4511
3426
|
settings: {
|
|
4512
3427
|
data: {
|
|
4513
3428
|
email: string;
|
|
@@ -4541,7 +3456,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4541
3456
|
'description_fr-BE': string;
|
|
4542
3457
|
description_instagram: string;
|
|
4543
3458
|
description_nl: string;
|
|
4544
|
-
description_twitter: string;
|
|
4545
3459
|
disabled_reason: string;
|
|
4546
3460
|
domain_agency_id: string;
|
|
4547
3461
|
homepage_cover: string;
|
|
@@ -4549,8 +3463,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4549
3463
|
homepage_cover_video: string;
|
|
4550
3464
|
homepage_highlights: any[];
|
|
4551
3465
|
homepage_properties: string;
|
|
4552
|
-
immoweb_ftp_password: string;
|
|
4553
|
-
immoweb_ftp_username: string;
|
|
4554
3466
|
integration_document_management_sweepbright_documents: boolean;
|
|
4555
3467
|
intercom_app_id: string;
|
|
4556
3468
|
invoice_address: string;
|
|
@@ -4568,17 +3480,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4568
3480
|
links_facebook: string;
|
|
4569
3481
|
links_instagram: string;
|
|
4570
3482
|
links_linkedin: string;
|
|
4571
|
-
links_twitter: string;
|
|
4572
3483
|
new_properties_en: string;
|
|
4573
3484
|
'new_properties_en-GB': string;
|
|
4574
3485
|
new_properties_fr: string;
|
|
4575
3486
|
'new_properties_fr-BE': string;
|
|
4576
3487
|
new_properties_nl: string;
|
|
4577
|
-
onthemarket_api_key: string;
|
|
4578
3488
|
published_url_resolvers: string[];
|
|
4579
3489
|
registration_number: string;
|
|
4580
3490
|
rent_period: string;
|
|
4581
|
-
rightmove_api_key: string;
|
|
4582
3491
|
signup_company_name: string;
|
|
4583
3492
|
signup_country: string;
|
|
4584
3493
|
signup_email: string;
|
|
@@ -4593,40 +3502,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4593
3502
|
theme_typeface: string;
|
|
4594
3503
|
timezone: string;
|
|
4595
3504
|
transaction_types: string;
|
|
4596
|
-
zoopla_api_key: string;
|
|
4597
3505
|
description: string;
|
|
4598
3506
|
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
3507
|
facebook_pixel_id?: string | null | undefined;
|
|
4631
3508
|
google_analytics_id?: string | null | undefined;
|
|
4632
3509
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4636,26 +3513,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4636
3513
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
4637
3514
|
};
|
|
4638
3515
|
};
|
|
4639
|
-
|
|
4640
|
-
intercom_app_id: string;
|
|
4641
|
-
id: string;
|
|
4642
|
-
created_at: string;
|
|
4643
|
-
locale: string;
|
|
4644
|
-
member_count: number;
|
|
4645
|
-
member_allowed: number;
|
|
4646
|
-
contacts_count: number;
|
|
4647
|
-
channels_count: number;
|
|
4648
|
-
plan: {
|
|
4649
|
-
data: {
|
|
4650
|
-
id: string;
|
|
4651
|
-
max_users: number;
|
|
4652
|
-
price: Record<string, any>;
|
|
4653
|
-
interval: string;
|
|
4654
|
-
};
|
|
4655
|
-
};
|
|
3516
|
+
updated_at?: string | null | undefined;
|
|
4656
3517
|
referrer?: {} | null | undefined;
|
|
4657
3518
|
disabled_at?: string | null | undefined;
|
|
4658
|
-
updated_at?: string | null | undefined;
|
|
4659
3519
|
photo?: {
|
|
4660
3520
|
data: {
|
|
4661
3521
|
url: string;
|
|
@@ -4689,9 +3549,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4689
3549
|
locale: z.ZodString;
|
|
4690
3550
|
office_id: z.ZodString;
|
|
4691
3551
|
}, "strip", z.ZodTypeAny, {
|
|
4692
|
-
id: number;
|
|
4693
3552
|
first_name: string;
|
|
4694
3553
|
last_name: string;
|
|
3554
|
+
id: number;
|
|
4695
3555
|
full_name: string;
|
|
4696
3556
|
role_id: string;
|
|
4697
3557
|
created_at: string;
|
|
@@ -4704,9 +3564,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4704
3564
|
launchdarkly_hash?: string | null | undefined;
|
|
4705
3565
|
appointment_service_url?: string | null | undefined;
|
|
4706
3566
|
}, {
|
|
4707
|
-
id: number;
|
|
4708
3567
|
first_name: string;
|
|
4709
3568
|
last_name: string;
|
|
3569
|
+
id: number;
|
|
4710
3570
|
full_name: string;
|
|
4711
3571
|
role_id: string;
|
|
4712
3572
|
created_at: string;
|
|
@@ -4726,9 +3586,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4726
3586
|
country: string;
|
|
4727
3587
|
visit_duration: number;
|
|
4728
3588
|
default_assignee: {
|
|
4729
|
-
id: number;
|
|
4730
3589
|
first_name: string;
|
|
4731
3590
|
last_name: string;
|
|
3591
|
+
id: number;
|
|
4732
3592
|
full_name: string;
|
|
4733
3593
|
role_id: string;
|
|
4734
3594
|
created_at: string;
|
|
@@ -4749,9 +3609,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4749
3609
|
country: string;
|
|
4750
3610
|
visit_duration: number;
|
|
4751
3611
|
default_assignee: {
|
|
4752
|
-
id: number;
|
|
4753
3612
|
first_name: string;
|
|
4754
3613
|
last_name: string;
|
|
3614
|
+
id: number;
|
|
4755
3615
|
full_name: string;
|
|
4756
3616
|
role_id: string;
|
|
4757
3617
|
created_at: string;
|
|
@@ -4774,9 +3634,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4774
3634
|
country: string;
|
|
4775
3635
|
visit_duration: number;
|
|
4776
3636
|
default_assignee: {
|
|
4777
|
-
id: number;
|
|
4778
3637
|
first_name: string;
|
|
4779
3638
|
last_name: string;
|
|
3639
|
+
id: number;
|
|
4780
3640
|
full_name: string;
|
|
4781
3641
|
role_id: string;
|
|
4782
3642
|
created_at: string;
|
|
@@ -4799,9 +3659,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4799
3659
|
country: string;
|
|
4800
3660
|
visit_duration: number;
|
|
4801
3661
|
default_assignee: {
|
|
4802
|
-
id: number;
|
|
4803
3662
|
first_name: string;
|
|
4804
3663
|
last_name: string;
|
|
3664
|
+
id: number;
|
|
4805
3665
|
full_name: string;
|
|
4806
3666
|
role_id: string;
|
|
4807
3667
|
created_at: string;
|
|
@@ -4818,12 +3678,29 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4818
3678
|
};
|
|
4819
3679
|
}>>>;
|
|
4820
3680
|
}, "strip", z.ZodTypeAny, {
|
|
4821
|
-
name: string;
|
|
4822
3681
|
id: string;
|
|
3682
|
+
name: string;
|
|
4823
3683
|
contacts_count: number;
|
|
4824
3684
|
properties_count: number;
|
|
4825
3685
|
company?: {
|
|
4826
3686
|
data: {
|
|
3687
|
+
intercom_app_id: string;
|
|
3688
|
+
id: string;
|
|
3689
|
+
created_at: string;
|
|
3690
|
+
locale: string;
|
|
3691
|
+
name: string;
|
|
3692
|
+
member_count: number;
|
|
3693
|
+
member_allowed: number;
|
|
3694
|
+
contacts_count: number;
|
|
3695
|
+
channels_count: number;
|
|
3696
|
+
plan: {
|
|
3697
|
+
data: {
|
|
3698
|
+
id: string;
|
|
3699
|
+
max_users: number;
|
|
3700
|
+
price: Record<string, any>;
|
|
3701
|
+
interval: string;
|
|
3702
|
+
};
|
|
3703
|
+
};
|
|
4827
3704
|
settings: {
|
|
4828
3705
|
data: {
|
|
4829
3706
|
email: string;
|
|
@@ -4857,7 +3734,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4857
3734
|
'description_fr-BE': string;
|
|
4858
3735
|
description_instagram: string;
|
|
4859
3736
|
description_nl: string;
|
|
4860
|
-
description_twitter: string;
|
|
4861
3737
|
disabled_reason: string;
|
|
4862
3738
|
domain_agency_id: string;
|
|
4863
3739
|
homepage_cover: string;
|
|
@@ -4865,8 +3741,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4865
3741
|
homepage_cover_video: string;
|
|
4866
3742
|
homepage_highlights: any[];
|
|
4867
3743
|
homepage_properties: string;
|
|
4868
|
-
immoweb_ftp_password: string;
|
|
4869
|
-
immoweb_ftp_username: string;
|
|
4870
3744
|
integration_document_management_sweepbright_documents: boolean;
|
|
4871
3745
|
intercom_app_id: string;
|
|
4872
3746
|
invoice_address: string;
|
|
@@ -4884,17 +3758,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4884
3758
|
links_facebook: string;
|
|
4885
3759
|
links_instagram: string;
|
|
4886
3760
|
links_linkedin: string;
|
|
4887
|
-
links_twitter: string;
|
|
4888
3761
|
new_properties_en: string;
|
|
4889
3762
|
'new_properties_en-GB': string;
|
|
4890
3763
|
new_properties_fr: string;
|
|
4891
3764
|
'new_properties_fr-BE': string;
|
|
4892
3765
|
new_properties_nl: string;
|
|
4893
|
-
onthemarket_api_key: string;
|
|
4894
3766
|
published_url_resolvers: string[];
|
|
4895
3767
|
registration_number: string;
|
|
4896
3768
|
rent_period: string;
|
|
4897
|
-
rightmove_api_key: string;
|
|
4898
3769
|
signup_company_name: string;
|
|
4899
3770
|
signup_country: string;
|
|
4900
3771
|
signup_email: string;
|
|
@@ -4909,40 +3780,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4909
3780
|
theme_typeface: string;
|
|
4910
3781
|
timezone: string;
|
|
4911
3782
|
transaction_types: string;
|
|
4912
|
-
zoopla_api_key: string;
|
|
4913
3783
|
description: string;
|
|
4914
3784
|
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
3785
|
facebook_pixel_id?: string | null | undefined;
|
|
4947
3786
|
google_analytics_id?: string | null | undefined;
|
|
4948
3787
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -4952,26 +3791,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4952
3791
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
4953
3792
|
};
|
|
4954
3793
|
};
|
|
4955
|
-
|
|
4956
|
-
intercom_app_id: string;
|
|
4957
|
-
id: string;
|
|
4958
|
-
created_at: string;
|
|
4959
|
-
locale: string;
|
|
4960
|
-
member_count: number;
|
|
4961
|
-
member_allowed: number;
|
|
4962
|
-
contacts_count: number;
|
|
4963
|
-
channels_count: number;
|
|
4964
|
-
plan: {
|
|
4965
|
-
data: {
|
|
4966
|
-
id: string;
|
|
4967
|
-
max_users: number;
|
|
4968
|
-
price: Record<string, any>;
|
|
4969
|
-
interval: string;
|
|
4970
|
-
};
|
|
4971
|
-
};
|
|
3794
|
+
updated_at?: string | null | undefined;
|
|
4972
3795
|
referrer?: {} | null | undefined;
|
|
4973
3796
|
disabled_at?: string | null | undefined;
|
|
4974
|
-
updated_at?: string | null | undefined;
|
|
4975
3797
|
photo?: {
|
|
4976
3798
|
data: {
|
|
4977
3799
|
url: string;
|
|
@@ -4989,9 +3811,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
4989
3811
|
country: string;
|
|
4990
3812
|
visit_duration: number;
|
|
4991
3813
|
default_assignee: {
|
|
4992
|
-
id: number;
|
|
4993
3814
|
first_name: string;
|
|
4994
3815
|
last_name: string;
|
|
3816
|
+
id: number;
|
|
4995
3817
|
full_name: string;
|
|
4996
3818
|
role_id: string;
|
|
4997
3819
|
created_at: string;
|
|
@@ -5008,12 +3830,29 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5008
3830
|
};
|
|
5009
3831
|
} | null | undefined;
|
|
5010
3832
|
}, {
|
|
5011
|
-
name: string;
|
|
5012
3833
|
id: string;
|
|
3834
|
+
name: string;
|
|
5013
3835
|
contacts_count: number;
|
|
5014
3836
|
properties_count: number;
|
|
5015
3837
|
company?: {
|
|
5016
3838
|
data: {
|
|
3839
|
+
intercom_app_id: string;
|
|
3840
|
+
id: string;
|
|
3841
|
+
created_at: string;
|
|
3842
|
+
locale: string;
|
|
3843
|
+
name: string;
|
|
3844
|
+
member_count: number;
|
|
3845
|
+
member_allowed: number;
|
|
3846
|
+
contacts_count: number;
|
|
3847
|
+
channels_count: number;
|
|
3848
|
+
plan: {
|
|
3849
|
+
data: {
|
|
3850
|
+
id: string;
|
|
3851
|
+
max_users: number;
|
|
3852
|
+
price: Record<string, any>;
|
|
3853
|
+
interval: string;
|
|
3854
|
+
};
|
|
3855
|
+
};
|
|
5017
3856
|
settings: {
|
|
5018
3857
|
data: {
|
|
5019
3858
|
email: string;
|
|
@@ -5047,7 +3886,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5047
3886
|
'description_fr-BE': string;
|
|
5048
3887
|
description_instagram: string;
|
|
5049
3888
|
description_nl: string;
|
|
5050
|
-
description_twitter: string;
|
|
5051
3889
|
disabled_reason: string;
|
|
5052
3890
|
domain_agency_id: string;
|
|
5053
3891
|
homepage_cover: string;
|
|
@@ -5055,8 +3893,6 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5055
3893
|
homepage_cover_video: string;
|
|
5056
3894
|
homepage_highlights: any[];
|
|
5057
3895
|
homepage_properties: string;
|
|
5058
|
-
immoweb_ftp_password: string;
|
|
5059
|
-
immoweb_ftp_username: string;
|
|
5060
3896
|
integration_document_management_sweepbright_documents: boolean;
|
|
5061
3897
|
intercom_app_id: string;
|
|
5062
3898
|
invoice_address: string;
|
|
@@ -5074,17 +3910,14 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5074
3910
|
links_facebook: string;
|
|
5075
3911
|
links_instagram: string;
|
|
5076
3912
|
links_linkedin: string;
|
|
5077
|
-
links_twitter: string;
|
|
5078
3913
|
new_properties_en: string;
|
|
5079
3914
|
'new_properties_en-GB': string;
|
|
5080
3915
|
new_properties_fr: string;
|
|
5081
3916
|
'new_properties_fr-BE': string;
|
|
5082
3917
|
new_properties_nl: string;
|
|
5083
|
-
onthemarket_api_key: string;
|
|
5084
3918
|
published_url_resolvers: string[];
|
|
5085
3919
|
registration_number: string;
|
|
5086
3920
|
rent_period: string;
|
|
5087
|
-
rightmove_api_key: string;
|
|
5088
3921
|
signup_company_name: string;
|
|
5089
3922
|
signup_country: string;
|
|
5090
3923
|
signup_email: string;
|
|
@@ -5099,40 +3932,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5099
3932
|
theme_typeface: string;
|
|
5100
3933
|
timezone: string;
|
|
5101
3934
|
transaction_types: string;
|
|
5102
|
-
zoopla_api_key: string;
|
|
5103
3935
|
description: string;
|
|
5104
3936
|
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
3937
|
facebook_pixel_id?: string | null | undefined;
|
|
5137
3938
|
google_analytics_id?: string | null | undefined;
|
|
5138
3939
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -5142,26 +3943,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5142
3943
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
5143
3944
|
};
|
|
5144
3945
|
};
|
|
5145
|
-
|
|
5146
|
-
intercom_app_id: string;
|
|
5147
|
-
id: string;
|
|
5148
|
-
created_at: string;
|
|
5149
|
-
locale: string;
|
|
5150
|
-
member_count: number;
|
|
5151
|
-
member_allowed: number;
|
|
5152
|
-
contacts_count: number;
|
|
5153
|
-
channels_count: number;
|
|
5154
|
-
plan: {
|
|
5155
|
-
data: {
|
|
5156
|
-
id: string;
|
|
5157
|
-
max_users: number;
|
|
5158
|
-
price: Record<string, any>;
|
|
5159
|
-
interval: string;
|
|
5160
|
-
};
|
|
5161
|
-
};
|
|
3946
|
+
updated_at?: string | null | undefined;
|
|
5162
3947
|
referrer?: {} | null | undefined;
|
|
5163
3948
|
disabled_at?: string | null | undefined;
|
|
5164
|
-
updated_at?: string | null | undefined;
|
|
5165
3949
|
photo?: {
|
|
5166
3950
|
data: {
|
|
5167
3951
|
url: string;
|
|
@@ -5179,9 +3963,9 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
5179
3963
|
country: string;
|
|
5180
3964
|
visit_duration: number;
|
|
5181
3965
|
default_assignee: {
|
|
5182
|
-
id: number;
|
|
5183
3966
|
first_name: string;
|
|
5184
3967
|
last_name: string;
|
|
3968
|
+
id: number;
|
|
5185
3969
|
full_name: string;
|
|
5186
3970
|
role_id: string;
|
|
5187
3971
|
created_at: string;
|
|
@@ -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;
|
|
@@ -5910,6 +4504,23 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5910
4504
|
};
|
|
5911
4505
|
}>;
|
|
5912
4506
|
}, "strip", z.ZodTypeAny, {
|
|
4507
|
+
intercom_app_id: string;
|
|
4508
|
+
id: string;
|
|
4509
|
+
created_at: string;
|
|
4510
|
+
locale: string;
|
|
4511
|
+
name: string;
|
|
4512
|
+
member_count: number;
|
|
4513
|
+
member_allowed: number;
|
|
4514
|
+
contacts_count: number;
|
|
4515
|
+
channels_count: number;
|
|
4516
|
+
plan: {
|
|
4517
|
+
data: {
|
|
4518
|
+
id: string;
|
|
4519
|
+
max_users: number;
|
|
4520
|
+
price: Record<string, any>;
|
|
4521
|
+
interval: string;
|
|
4522
|
+
};
|
|
4523
|
+
};
|
|
5913
4524
|
settings: {
|
|
5914
4525
|
data: {
|
|
5915
4526
|
email: string;
|
|
@@ -5943,7 +4554,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5943
4554
|
'description_fr-BE': string;
|
|
5944
4555
|
description_instagram: string;
|
|
5945
4556
|
description_nl: string;
|
|
5946
|
-
description_twitter: string;
|
|
5947
4557
|
disabled_reason: string;
|
|
5948
4558
|
domain_agency_id: string;
|
|
5949
4559
|
homepage_cover: string;
|
|
@@ -5951,8 +4561,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5951
4561
|
homepage_cover_video: string;
|
|
5952
4562
|
homepage_highlights: any[];
|
|
5953
4563
|
homepage_properties: string;
|
|
5954
|
-
immoweb_ftp_password: string;
|
|
5955
|
-
immoweb_ftp_username: string;
|
|
5956
4564
|
integration_document_management_sweepbright_documents: boolean;
|
|
5957
4565
|
intercom_app_id: string;
|
|
5958
4566
|
invoice_address: string;
|
|
@@ -5970,17 +4578,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5970
4578
|
links_facebook: string;
|
|
5971
4579
|
links_instagram: string;
|
|
5972
4580
|
links_linkedin: string;
|
|
5973
|
-
links_twitter: string;
|
|
5974
4581
|
new_properties_en: string;
|
|
5975
4582
|
'new_properties_en-GB': string;
|
|
5976
4583
|
new_properties_fr: string;
|
|
5977
4584
|
'new_properties_fr-BE': string;
|
|
5978
4585
|
new_properties_nl: string;
|
|
5979
|
-
onthemarket_api_key: string;
|
|
5980
4586
|
published_url_resolvers: string[];
|
|
5981
4587
|
registration_number: string;
|
|
5982
4588
|
rent_period: string;
|
|
5983
|
-
rightmove_api_key: string;
|
|
5984
4589
|
signup_company_name: string;
|
|
5985
4590
|
signup_country: string;
|
|
5986
4591
|
signup_email: string;
|
|
@@ -5995,40 +4600,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
5995
4600
|
theme_typeface: string;
|
|
5996
4601
|
timezone: string;
|
|
5997
4602
|
transaction_types: string;
|
|
5998
|
-
zoopla_api_key: string;
|
|
5999
4603
|
description: string;
|
|
6000
4604
|
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
4605
|
facebook_pixel_id?: string | null | undefined;
|
|
6033
4606
|
google_analytics_id?: string | null | undefined;
|
|
6034
4607
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6038,11 +4611,22 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6038
4611
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
6039
4612
|
};
|
|
6040
4613
|
};
|
|
6041
|
-
|
|
4614
|
+
updated_at?: string | null | undefined;
|
|
4615
|
+
referrer?: {} | null | undefined;
|
|
4616
|
+
disabled_at?: string | null | undefined;
|
|
4617
|
+
photo?: {
|
|
4618
|
+
data: {
|
|
4619
|
+
url: string;
|
|
4620
|
+
uploaded_at: string;
|
|
4621
|
+
photo_file_id: string;
|
|
4622
|
+
};
|
|
4623
|
+
} | null | undefined;
|
|
4624
|
+
}, {
|
|
6042
4625
|
intercom_app_id: string;
|
|
6043
4626
|
id: string;
|
|
6044
4627
|
created_at: string;
|
|
6045
4628
|
locale: string;
|
|
4629
|
+
name: string;
|
|
6046
4630
|
member_count: number;
|
|
6047
4631
|
member_allowed: number;
|
|
6048
4632
|
contacts_count: number;
|
|
@@ -6055,17 +4639,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6055
4639
|
interval: string;
|
|
6056
4640
|
};
|
|
6057
4641
|
};
|
|
6058
|
-
referrer?: {} | null | undefined;
|
|
6059
|
-
disabled_at?: string | null | undefined;
|
|
6060
|
-
updated_at?: string | null | undefined;
|
|
6061
|
-
photo?: {
|
|
6062
|
-
data: {
|
|
6063
|
-
url: string;
|
|
6064
|
-
uploaded_at: string;
|
|
6065
|
-
photo_file_id: string;
|
|
6066
|
-
};
|
|
6067
|
-
} | null | undefined;
|
|
6068
|
-
}, {
|
|
6069
4642
|
settings: {
|
|
6070
4643
|
data: {
|
|
6071
4644
|
email: string;
|
|
@@ -6099,7 +4672,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6099
4672
|
'description_fr-BE': string;
|
|
6100
4673
|
description_instagram: string;
|
|
6101
4674
|
description_nl: string;
|
|
6102
|
-
description_twitter: string;
|
|
6103
4675
|
disabled_reason: string;
|
|
6104
4676
|
domain_agency_id: string;
|
|
6105
4677
|
homepage_cover: string;
|
|
@@ -6107,8 +4679,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6107
4679
|
homepage_cover_video: string;
|
|
6108
4680
|
homepage_highlights: any[];
|
|
6109
4681
|
homepage_properties: string;
|
|
6110
|
-
immoweb_ftp_password: string;
|
|
6111
|
-
immoweb_ftp_username: string;
|
|
6112
4682
|
integration_document_management_sweepbright_documents: boolean;
|
|
6113
4683
|
intercom_app_id: string;
|
|
6114
4684
|
invoice_address: string;
|
|
@@ -6126,17 +4696,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6126
4696
|
links_facebook: string;
|
|
6127
4697
|
links_instagram: string;
|
|
6128
4698
|
links_linkedin: string;
|
|
6129
|
-
links_twitter: string;
|
|
6130
4699
|
new_properties_en: string;
|
|
6131
4700
|
'new_properties_en-GB': string;
|
|
6132
4701
|
new_properties_fr: string;
|
|
6133
4702
|
'new_properties_fr-BE': string;
|
|
6134
4703
|
new_properties_nl: string;
|
|
6135
|
-
onthemarket_api_key: string;
|
|
6136
4704
|
published_url_resolvers: string[];
|
|
6137
4705
|
registration_number: string;
|
|
6138
4706
|
rent_period: string;
|
|
6139
|
-
rightmove_api_key: string;
|
|
6140
4707
|
signup_company_name: string;
|
|
6141
4708
|
signup_country: string;
|
|
6142
4709
|
signup_email: string;
|
|
@@ -6151,40 +4718,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6151
4718
|
theme_typeface: string;
|
|
6152
4719
|
timezone: string;
|
|
6153
4720
|
transaction_types: string;
|
|
6154
|
-
zoopla_api_key: string;
|
|
6155
4721
|
description: string;
|
|
6156
4722
|
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
4723
|
facebook_pixel_id?: string | null | undefined;
|
|
6189
4724
|
google_analytics_id?: string | null | undefined;
|
|
6190
4725
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6194,11 +4729,24 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6194
4729
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
6195
4730
|
};
|
|
6196
4731
|
};
|
|
6197
|
-
|
|
4732
|
+
updated_at?: string | null | undefined;
|
|
4733
|
+
referrer?: {} | null | undefined;
|
|
4734
|
+
disabled_at?: string | null | undefined;
|
|
4735
|
+
photo?: {
|
|
4736
|
+
data: {
|
|
4737
|
+
url: string;
|
|
4738
|
+
uploaded_at: string;
|
|
4739
|
+
photo_file_id: string;
|
|
4740
|
+
};
|
|
4741
|
+
} | null | undefined;
|
|
4742
|
+
}>;
|
|
4743
|
+
}, "strip", z.ZodTypeAny, {
|
|
4744
|
+
data: {
|
|
6198
4745
|
intercom_app_id: string;
|
|
6199
4746
|
id: string;
|
|
6200
4747
|
created_at: string;
|
|
6201
4748
|
locale: string;
|
|
4749
|
+
name: string;
|
|
6202
4750
|
member_count: number;
|
|
6203
4751
|
member_allowed: number;
|
|
6204
4752
|
contacts_count: number;
|
|
@@ -6211,19 +4759,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6211
4759
|
interval: string;
|
|
6212
4760
|
};
|
|
6213
4761
|
};
|
|
6214
|
-
referrer?: {} | null | undefined;
|
|
6215
|
-
disabled_at?: string | null | undefined;
|
|
6216
|
-
updated_at?: string | null | undefined;
|
|
6217
|
-
photo?: {
|
|
6218
|
-
data: {
|
|
6219
|
-
url: string;
|
|
6220
|
-
uploaded_at: string;
|
|
6221
|
-
photo_file_id: string;
|
|
6222
|
-
};
|
|
6223
|
-
} | null | undefined;
|
|
6224
|
-
}>;
|
|
6225
|
-
}, "strip", z.ZodTypeAny, {
|
|
6226
|
-
data: {
|
|
6227
4762
|
settings: {
|
|
6228
4763
|
data: {
|
|
6229
4764
|
email: string;
|
|
@@ -6257,7 +4792,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6257
4792
|
'description_fr-BE': string;
|
|
6258
4793
|
description_instagram: string;
|
|
6259
4794
|
description_nl: string;
|
|
6260
|
-
description_twitter: string;
|
|
6261
4795
|
disabled_reason: string;
|
|
6262
4796
|
domain_agency_id: string;
|
|
6263
4797
|
homepage_cover: string;
|
|
@@ -6265,8 +4799,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6265
4799
|
homepage_cover_video: string;
|
|
6266
4800
|
homepage_highlights: any[];
|
|
6267
4801
|
homepage_properties: string;
|
|
6268
|
-
immoweb_ftp_password: string;
|
|
6269
|
-
immoweb_ftp_username: string;
|
|
6270
4802
|
integration_document_management_sweepbright_documents: boolean;
|
|
6271
4803
|
intercom_app_id: string;
|
|
6272
4804
|
invoice_address: string;
|
|
@@ -6284,17 +4816,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6284
4816
|
links_facebook: string;
|
|
6285
4817
|
links_instagram: string;
|
|
6286
4818
|
links_linkedin: string;
|
|
6287
|
-
links_twitter: string;
|
|
6288
4819
|
new_properties_en: string;
|
|
6289
4820
|
'new_properties_en-GB': string;
|
|
6290
4821
|
new_properties_fr: string;
|
|
6291
4822
|
'new_properties_fr-BE': string;
|
|
6292
4823
|
new_properties_nl: string;
|
|
6293
|
-
onthemarket_api_key: string;
|
|
6294
4824
|
published_url_resolvers: string[];
|
|
6295
4825
|
registration_number: string;
|
|
6296
4826
|
rent_period: string;
|
|
6297
|
-
rightmove_api_key: string;
|
|
6298
4827
|
signup_company_name: string;
|
|
6299
4828
|
signup_country: string;
|
|
6300
4829
|
signup_email: string;
|
|
@@ -6309,40 +4838,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6309
4838
|
theme_typeface: string;
|
|
6310
4839
|
timezone: string;
|
|
6311
4840
|
transaction_types: string;
|
|
6312
|
-
zoopla_api_key: string;
|
|
6313
4841
|
description: string;
|
|
6314
4842
|
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
4843
|
facebook_pixel_id?: string | null | undefined;
|
|
6347
4844
|
google_analytics_id?: string | null | undefined;
|
|
6348
4845
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6352,11 +4849,24 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6352
4849
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
6353
4850
|
};
|
|
6354
4851
|
};
|
|
6355
|
-
|
|
4852
|
+
updated_at?: string | null | undefined;
|
|
4853
|
+
referrer?: {} | null | undefined;
|
|
4854
|
+
disabled_at?: string | null | undefined;
|
|
4855
|
+
photo?: {
|
|
4856
|
+
data: {
|
|
4857
|
+
url: string;
|
|
4858
|
+
uploaded_at: string;
|
|
4859
|
+
photo_file_id: string;
|
|
4860
|
+
};
|
|
4861
|
+
} | null | undefined;
|
|
4862
|
+
};
|
|
4863
|
+
}, {
|
|
4864
|
+
data: {
|
|
6356
4865
|
intercom_app_id: string;
|
|
6357
4866
|
id: string;
|
|
6358
4867
|
created_at: string;
|
|
6359
4868
|
locale: string;
|
|
4869
|
+
name: string;
|
|
6360
4870
|
member_count: number;
|
|
6361
4871
|
member_allowed: number;
|
|
6362
4872
|
contacts_count: number;
|
|
@@ -6369,19 +4879,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6369
4879
|
interval: string;
|
|
6370
4880
|
};
|
|
6371
4881
|
};
|
|
6372
|
-
referrer?: {} | null | undefined;
|
|
6373
|
-
disabled_at?: string | null | undefined;
|
|
6374
|
-
updated_at?: string | null | undefined;
|
|
6375
|
-
photo?: {
|
|
6376
|
-
data: {
|
|
6377
|
-
url: string;
|
|
6378
|
-
uploaded_at: string;
|
|
6379
|
-
photo_file_id: string;
|
|
6380
|
-
};
|
|
6381
|
-
} | null | undefined;
|
|
6382
|
-
};
|
|
6383
|
-
}, {
|
|
6384
|
-
data: {
|
|
6385
4882
|
settings: {
|
|
6386
4883
|
data: {
|
|
6387
4884
|
email: string;
|
|
@@ -6415,7 +4912,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6415
4912
|
'description_fr-BE': string;
|
|
6416
4913
|
description_instagram: string;
|
|
6417
4914
|
description_nl: string;
|
|
6418
|
-
description_twitter: string;
|
|
6419
4915
|
disabled_reason: string;
|
|
6420
4916
|
domain_agency_id: string;
|
|
6421
4917
|
homepage_cover: string;
|
|
@@ -6423,8 +4919,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6423
4919
|
homepage_cover_video: string;
|
|
6424
4920
|
homepage_highlights: any[];
|
|
6425
4921
|
homepage_properties: string;
|
|
6426
|
-
immoweb_ftp_password: string;
|
|
6427
|
-
immoweb_ftp_username: string;
|
|
6428
4922
|
integration_document_management_sweepbright_documents: boolean;
|
|
6429
4923
|
intercom_app_id: string;
|
|
6430
4924
|
invoice_address: string;
|
|
@@ -6442,17 +4936,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6442
4936
|
links_facebook: string;
|
|
6443
4937
|
links_instagram: string;
|
|
6444
4938
|
links_linkedin: string;
|
|
6445
|
-
links_twitter: string;
|
|
6446
4939
|
new_properties_en: string;
|
|
6447
4940
|
'new_properties_en-GB': string;
|
|
6448
4941
|
new_properties_fr: string;
|
|
6449
4942
|
'new_properties_fr-BE': string;
|
|
6450
4943
|
new_properties_nl: string;
|
|
6451
|
-
onthemarket_api_key: string;
|
|
6452
4944
|
published_url_resolvers: string[];
|
|
6453
4945
|
registration_number: string;
|
|
6454
4946
|
rent_period: string;
|
|
6455
|
-
rightmove_api_key: string;
|
|
6456
4947
|
signup_company_name: string;
|
|
6457
4948
|
signup_country: string;
|
|
6458
4949
|
signup_email: string;
|
|
@@ -6467,40 +4958,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6467
4958
|
theme_typeface: string;
|
|
6468
4959
|
timezone: string;
|
|
6469
4960
|
transaction_types: string;
|
|
6470
|
-
zoopla_api_key: string;
|
|
6471
4961
|
description: string;
|
|
6472
4962
|
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
4963
|
facebook_pixel_id?: string | null | undefined;
|
|
6505
4964
|
google_analytics_id?: string | null | undefined;
|
|
6506
4965
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6510,26 +4969,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6510
4969
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
6511
4970
|
};
|
|
6512
4971
|
};
|
|
6513
|
-
|
|
6514
|
-
intercom_app_id: string;
|
|
6515
|
-
id: string;
|
|
6516
|
-
created_at: string;
|
|
6517
|
-
locale: string;
|
|
6518
|
-
member_count: number;
|
|
6519
|
-
member_allowed: number;
|
|
6520
|
-
contacts_count: number;
|
|
6521
|
-
channels_count: number;
|
|
6522
|
-
plan: {
|
|
6523
|
-
data: {
|
|
6524
|
-
id: string;
|
|
6525
|
-
max_users: number;
|
|
6526
|
-
price: Record<string, any>;
|
|
6527
|
-
interval: string;
|
|
6528
|
-
};
|
|
6529
|
-
};
|
|
4972
|
+
updated_at?: string | null | undefined;
|
|
6530
4973
|
referrer?: {} | null | undefined;
|
|
6531
4974
|
disabled_at?: string | null | undefined;
|
|
6532
|
-
updated_at?: string | null | undefined;
|
|
6533
4975
|
photo?: {
|
|
6534
4976
|
data: {
|
|
6535
4977
|
url: string;
|
|
@@ -6563,9 +5005,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6563
5005
|
locale: z.ZodString;
|
|
6564
5006
|
office_id: z.ZodString;
|
|
6565
5007
|
}, "strip", z.ZodTypeAny, {
|
|
6566
|
-
id: number;
|
|
6567
5008
|
first_name: string;
|
|
6568
5009
|
last_name: string;
|
|
5010
|
+
id: number;
|
|
6569
5011
|
full_name: string;
|
|
6570
5012
|
role_id: string;
|
|
6571
5013
|
created_at: string;
|
|
@@ -6578,9 +5020,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6578
5020
|
launchdarkly_hash?: string | null | undefined;
|
|
6579
5021
|
appointment_service_url?: string | null | undefined;
|
|
6580
5022
|
}, {
|
|
6581
|
-
id: number;
|
|
6582
5023
|
first_name: string;
|
|
6583
5024
|
last_name: string;
|
|
5025
|
+
id: number;
|
|
6584
5026
|
full_name: string;
|
|
6585
5027
|
role_id: string;
|
|
6586
5028
|
created_at: string;
|
|
@@ -6600,9 +5042,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6600
5042
|
country: string;
|
|
6601
5043
|
visit_duration: number;
|
|
6602
5044
|
default_assignee: {
|
|
6603
|
-
id: number;
|
|
6604
5045
|
first_name: string;
|
|
6605
5046
|
last_name: string;
|
|
5047
|
+
id: number;
|
|
6606
5048
|
full_name: string;
|
|
6607
5049
|
role_id: string;
|
|
6608
5050
|
created_at: string;
|
|
@@ -6623,9 +5065,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6623
5065
|
country: string;
|
|
6624
5066
|
visit_duration: number;
|
|
6625
5067
|
default_assignee: {
|
|
6626
|
-
id: number;
|
|
6627
5068
|
first_name: string;
|
|
6628
5069
|
last_name: string;
|
|
5070
|
+
id: number;
|
|
6629
5071
|
full_name: string;
|
|
6630
5072
|
role_id: string;
|
|
6631
5073
|
created_at: string;
|
|
@@ -6648,9 +5090,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6648
5090
|
country: string;
|
|
6649
5091
|
visit_duration: number;
|
|
6650
5092
|
default_assignee: {
|
|
6651
|
-
id: number;
|
|
6652
5093
|
first_name: string;
|
|
6653
5094
|
last_name: string;
|
|
5095
|
+
id: number;
|
|
6654
5096
|
full_name: string;
|
|
6655
5097
|
role_id: string;
|
|
6656
5098
|
created_at: string;
|
|
@@ -6673,9 +5115,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6673
5115
|
country: string;
|
|
6674
5116
|
visit_duration: number;
|
|
6675
5117
|
default_assignee: {
|
|
6676
|
-
id: number;
|
|
6677
5118
|
first_name: string;
|
|
6678
5119
|
last_name: string;
|
|
5120
|
+
id: number;
|
|
6679
5121
|
full_name: string;
|
|
6680
5122
|
role_id: string;
|
|
6681
5123
|
created_at: string;
|
|
@@ -6692,12 +5134,29 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6692
5134
|
};
|
|
6693
5135
|
}>>>;
|
|
6694
5136
|
}, "strip", z.ZodTypeAny, {
|
|
6695
|
-
name: string;
|
|
6696
5137
|
id: string;
|
|
5138
|
+
name: string;
|
|
6697
5139
|
contacts_count: number;
|
|
6698
5140
|
properties_count: number;
|
|
6699
5141
|
company?: {
|
|
6700
5142
|
data: {
|
|
5143
|
+
intercom_app_id: string;
|
|
5144
|
+
id: string;
|
|
5145
|
+
created_at: string;
|
|
5146
|
+
locale: string;
|
|
5147
|
+
name: string;
|
|
5148
|
+
member_count: number;
|
|
5149
|
+
member_allowed: number;
|
|
5150
|
+
contacts_count: number;
|
|
5151
|
+
channels_count: number;
|
|
5152
|
+
plan: {
|
|
5153
|
+
data: {
|
|
5154
|
+
id: string;
|
|
5155
|
+
max_users: number;
|
|
5156
|
+
price: Record<string, any>;
|
|
5157
|
+
interval: string;
|
|
5158
|
+
};
|
|
5159
|
+
};
|
|
6701
5160
|
settings: {
|
|
6702
5161
|
data: {
|
|
6703
5162
|
email: string;
|
|
@@ -6731,7 +5190,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6731
5190
|
'description_fr-BE': string;
|
|
6732
5191
|
description_instagram: string;
|
|
6733
5192
|
description_nl: string;
|
|
6734
|
-
description_twitter: string;
|
|
6735
5193
|
disabled_reason: string;
|
|
6736
5194
|
domain_agency_id: string;
|
|
6737
5195
|
homepage_cover: string;
|
|
@@ -6739,8 +5197,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6739
5197
|
homepage_cover_video: string;
|
|
6740
5198
|
homepage_highlights: any[];
|
|
6741
5199
|
homepage_properties: string;
|
|
6742
|
-
immoweb_ftp_password: string;
|
|
6743
|
-
immoweb_ftp_username: string;
|
|
6744
5200
|
integration_document_management_sweepbright_documents: boolean;
|
|
6745
5201
|
intercom_app_id: string;
|
|
6746
5202
|
invoice_address: string;
|
|
@@ -6758,17 +5214,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6758
5214
|
links_facebook: string;
|
|
6759
5215
|
links_instagram: string;
|
|
6760
5216
|
links_linkedin: string;
|
|
6761
|
-
links_twitter: string;
|
|
6762
5217
|
new_properties_en: string;
|
|
6763
5218
|
'new_properties_en-GB': string;
|
|
6764
5219
|
new_properties_fr: string;
|
|
6765
5220
|
'new_properties_fr-BE': string;
|
|
6766
5221
|
new_properties_nl: string;
|
|
6767
|
-
onthemarket_api_key: string;
|
|
6768
5222
|
published_url_resolvers: string[];
|
|
6769
5223
|
registration_number: string;
|
|
6770
5224
|
rent_period: string;
|
|
6771
|
-
rightmove_api_key: string;
|
|
6772
5225
|
signup_company_name: string;
|
|
6773
5226
|
signup_country: string;
|
|
6774
5227
|
signup_email: string;
|
|
@@ -6783,40 +5236,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6783
5236
|
theme_typeface: string;
|
|
6784
5237
|
timezone: string;
|
|
6785
5238
|
transaction_types: string;
|
|
6786
|
-
zoopla_api_key: string;
|
|
6787
5239
|
description: string;
|
|
6788
5240
|
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
5241
|
facebook_pixel_id?: string | null | undefined;
|
|
6821
5242
|
google_analytics_id?: string | null | undefined;
|
|
6822
5243
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -6826,26 +5247,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6826
5247
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
6827
5248
|
};
|
|
6828
5249
|
};
|
|
6829
|
-
|
|
6830
|
-
intercom_app_id: string;
|
|
6831
|
-
id: string;
|
|
6832
|
-
created_at: string;
|
|
6833
|
-
locale: string;
|
|
6834
|
-
member_count: number;
|
|
6835
|
-
member_allowed: number;
|
|
6836
|
-
contacts_count: number;
|
|
6837
|
-
channels_count: number;
|
|
6838
|
-
plan: {
|
|
6839
|
-
data: {
|
|
6840
|
-
id: string;
|
|
6841
|
-
max_users: number;
|
|
6842
|
-
price: Record<string, any>;
|
|
6843
|
-
interval: string;
|
|
6844
|
-
};
|
|
6845
|
-
};
|
|
5250
|
+
updated_at?: string | null | undefined;
|
|
6846
5251
|
referrer?: {} | null | undefined;
|
|
6847
5252
|
disabled_at?: string | null | undefined;
|
|
6848
|
-
updated_at?: string | null | undefined;
|
|
6849
5253
|
photo?: {
|
|
6850
5254
|
data: {
|
|
6851
5255
|
url: string;
|
|
@@ -6863,9 +5267,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6863
5267
|
country: string;
|
|
6864
5268
|
visit_duration: number;
|
|
6865
5269
|
default_assignee: {
|
|
6866
|
-
id: number;
|
|
6867
5270
|
first_name: string;
|
|
6868
5271
|
last_name: string;
|
|
5272
|
+
id: number;
|
|
6869
5273
|
full_name: string;
|
|
6870
5274
|
role_id: string;
|
|
6871
5275
|
created_at: string;
|
|
@@ -6882,12 +5286,29 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6882
5286
|
};
|
|
6883
5287
|
} | null | undefined;
|
|
6884
5288
|
}, {
|
|
6885
|
-
name: string;
|
|
6886
5289
|
id: string;
|
|
5290
|
+
name: string;
|
|
6887
5291
|
contacts_count: number;
|
|
6888
5292
|
properties_count: number;
|
|
6889
5293
|
company?: {
|
|
6890
5294
|
data: {
|
|
5295
|
+
intercom_app_id: string;
|
|
5296
|
+
id: string;
|
|
5297
|
+
created_at: string;
|
|
5298
|
+
locale: string;
|
|
5299
|
+
name: string;
|
|
5300
|
+
member_count: number;
|
|
5301
|
+
member_allowed: number;
|
|
5302
|
+
contacts_count: number;
|
|
5303
|
+
channels_count: number;
|
|
5304
|
+
plan: {
|
|
5305
|
+
data: {
|
|
5306
|
+
id: string;
|
|
5307
|
+
max_users: number;
|
|
5308
|
+
price: Record<string, any>;
|
|
5309
|
+
interval: string;
|
|
5310
|
+
};
|
|
5311
|
+
};
|
|
6891
5312
|
settings: {
|
|
6892
5313
|
data: {
|
|
6893
5314
|
email: string;
|
|
@@ -6921,7 +5342,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6921
5342
|
'description_fr-BE': string;
|
|
6922
5343
|
description_instagram: string;
|
|
6923
5344
|
description_nl: string;
|
|
6924
|
-
description_twitter: string;
|
|
6925
5345
|
disabled_reason: string;
|
|
6926
5346
|
domain_agency_id: string;
|
|
6927
5347
|
homepage_cover: string;
|
|
@@ -6929,8 +5349,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6929
5349
|
homepage_cover_video: string;
|
|
6930
5350
|
homepage_highlights: any[];
|
|
6931
5351
|
homepage_properties: string;
|
|
6932
|
-
immoweb_ftp_password: string;
|
|
6933
|
-
immoweb_ftp_username: string;
|
|
6934
5352
|
integration_document_management_sweepbright_documents: boolean;
|
|
6935
5353
|
intercom_app_id: string;
|
|
6936
5354
|
invoice_address: string;
|
|
@@ -6948,17 +5366,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6948
5366
|
links_facebook: string;
|
|
6949
5367
|
links_instagram: string;
|
|
6950
5368
|
links_linkedin: string;
|
|
6951
|
-
links_twitter: string;
|
|
6952
5369
|
new_properties_en: string;
|
|
6953
5370
|
'new_properties_en-GB': string;
|
|
6954
5371
|
new_properties_fr: string;
|
|
6955
5372
|
'new_properties_fr-BE': string;
|
|
6956
5373
|
new_properties_nl: string;
|
|
6957
|
-
onthemarket_api_key: string;
|
|
6958
5374
|
published_url_resolvers: string[];
|
|
6959
5375
|
registration_number: string;
|
|
6960
5376
|
rent_period: string;
|
|
6961
|
-
rightmove_api_key: string;
|
|
6962
5377
|
signup_company_name: string;
|
|
6963
5378
|
signup_country: string;
|
|
6964
5379
|
signup_email: string;
|
|
@@ -6973,40 +5388,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
6973
5388
|
theme_typeface: string;
|
|
6974
5389
|
timezone: string;
|
|
6975
5390
|
transaction_types: string;
|
|
6976
|
-
zoopla_api_key: string;
|
|
6977
5391
|
description: string;
|
|
6978
5392
|
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
5393
|
facebook_pixel_id?: string | null | undefined;
|
|
7011
5394
|
google_analytics_id?: string | null | undefined;
|
|
7012
5395
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -7016,26 +5399,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7016
5399
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
7017
5400
|
};
|
|
7018
5401
|
};
|
|
7019
|
-
|
|
7020
|
-
intercom_app_id: string;
|
|
7021
|
-
id: string;
|
|
7022
|
-
created_at: string;
|
|
7023
|
-
locale: string;
|
|
7024
|
-
member_count: number;
|
|
7025
|
-
member_allowed: number;
|
|
7026
|
-
contacts_count: number;
|
|
7027
|
-
channels_count: number;
|
|
7028
|
-
plan: {
|
|
7029
|
-
data: {
|
|
7030
|
-
id: string;
|
|
7031
|
-
max_users: number;
|
|
7032
|
-
price: Record<string, any>;
|
|
7033
|
-
interval: string;
|
|
7034
|
-
};
|
|
7035
|
-
};
|
|
5402
|
+
updated_at?: string | null | undefined;
|
|
7036
5403
|
referrer?: {} | null | undefined;
|
|
7037
5404
|
disabled_at?: string | null | undefined;
|
|
7038
|
-
updated_at?: string | null | undefined;
|
|
7039
5405
|
photo?: {
|
|
7040
5406
|
data: {
|
|
7041
5407
|
url: string;
|
|
@@ -7053,9 +5419,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7053
5419
|
country: string;
|
|
7054
5420
|
visit_duration: number;
|
|
7055
5421
|
default_assignee: {
|
|
7056
|
-
id: number;
|
|
7057
5422
|
first_name: string;
|
|
7058
5423
|
last_name: string;
|
|
5424
|
+
id: number;
|
|
7059
5425
|
full_name: string;
|
|
7060
5426
|
role_id: string;
|
|
7061
5427
|
created_at: string;
|
|
@@ -7074,12 +5440,29 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7074
5440
|
}>;
|
|
7075
5441
|
}, "strip", z.ZodTypeAny, {
|
|
7076
5442
|
data: {
|
|
7077
|
-
name: string;
|
|
7078
5443
|
id: string;
|
|
5444
|
+
name: string;
|
|
7079
5445
|
contacts_count: number;
|
|
7080
5446
|
properties_count: number;
|
|
7081
5447
|
company?: {
|
|
7082
5448
|
data: {
|
|
5449
|
+
intercom_app_id: string;
|
|
5450
|
+
id: string;
|
|
5451
|
+
created_at: string;
|
|
5452
|
+
locale: string;
|
|
5453
|
+
name: string;
|
|
5454
|
+
member_count: number;
|
|
5455
|
+
member_allowed: number;
|
|
5456
|
+
contacts_count: number;
|
|
5457
|
+
channels_count: number;
|
|
5458
|
+
plan: {
|
|
5459
|
+
data: {
|
|
5460
|
+
id: string;
|
|
5461
|
+
max_users: number;
|
|
5462
|
+
price: Record<string, any>;
|
|
5463
|
+
interval: string;
|
|
5464
|
+
};
|
|
5465
|
+
};
|
|
7083
5466
|
settings: {
|
|
7084
5467
|
data: {
|
|
7085
5468
|
email: string;
|
|
@@ -7113,7 +5496,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7113
5496
|
'description_fr-BE': string;
|
|
7114
5497
|
description_instagram: string;
|
|
7115
5498
|
description_nl: string;
|
|
7116
|
-
description_twitter: string;
|
|
7117
5499
|
disabled_reason: string;
|
|
7118
5500
|
domain_agency_id: string;
|
|
7119
5501
|
homepage_cover: string;
|
|
@@ -7121,8 +5503,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7121
5503
|
homepage_cover_video: string;
|
|
7122
5504
|
homepage_highlights: any[];
|
|
7123
5505
|
homepage_properties: string;
|
|
7124
|
-
immoweb_ftp_password: string;
|
|
7125
|
-
immoweb_ftp_username: string;
|
|
7126
5506
|
integration_document_management_sweepbright_documents: boolean;
|
|
7127
5507
|
intercom_app_id: string;
|
|
7128
5508
|
invoice_address: string;
|
|
@@ -7140,17 +5520,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7140
5520
|
links_facebook: string;
|
|
7141
5521
|
links_instagram: string;
|
|
7142
5522
|
links_linkedin: string;
|
|
7143
|
-
links_twitter: string;
|
|
7144
5523
|
new_properties_en: string;
|
|
7145
5524
|
'new_properties_en-GB': string;
|
|
7146
5525
|
new_properties_fr: string;
|
|
7147
5526
|
'new_properties_fr-BE': string;
|
|
7148
5527
|
new_properties_nl: string;
|
|
7149
|
-
onthemarket_api_key: string;
|
|
7150
5528
|
published_url_resolvers: string[];
|
|
7151
5529
|
registration_number: string;
|
|
7152
5530
|
rent_period: string;
|
|
7153
|
-
rightmove_api_key: string;
|
|
7154
5531
|
signup_company_name: string;
|
|
7155
5532
|
signup_country: string;
|
|
7156
5533
|
signup_email: string;
|
|
@@ -7165,40 +5542,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7165
5542
|
theme_typeface: string;
|
|
7166
5543
|
timezone: string;
|
|
7167
5544
|
transaction_types: string;
|
|
7168
|
-
zoopla_api_key: string;
|
|
7169
5545
|
description: string;
|
|
7170
5546
|
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
5547
|
facebook_pixel_id?: string | null | undefined;
|
|
7203
5548
|
google_analytics_id?: string | null | undefined;
|
|
7204
5549
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -7208,26 +5553,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7208
5553
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
7209
5554
|
};
|
|
7210
5555
|
};
|
|
7211
|
-
|
|
7212
|
-
intercom_app_id: string;
|
|
7213
|
-
id: string;
|
|
7214
|
-
created_at: string;
|
|
7215
|
-
locale: string;
|
|
7216
|
-
member_count: number;
|
|
7217
|
-
member_allowed: number;
|
|
7218
|
-
contacts_count: number;
|
|
7219
|
-
channels_count: number;
|
|
7220
|
-
plan: {
|
|
7221
|
-
data: {
|
|
7222
|
-
id: string;
|
|
7223
|
-
max_users: number;
|
|
7224
|
-
price: Record<string, any>;
|
|
7225
|
-
interval: string;
|
|
7226
|
-
};
|
|
7227
|
-
};
|
|
5556
|
+
updated_at?: string | null | undefined;
|
|
7228
5557
|
referrer?: {} | null | undefined;
|
|
7229
5558
|
disabled_at?: string | null | undefined;
|
|
7230
|
-
updated_at?: string | null | undefined;
|
|
7231
5559
|
photo?: {
|
|
7232
5560
|
data: {
|
|
7233
5561
|
url: string;
|
|
@@ -7245,9 +5573,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7245
5573
|
country: string;
|
|
7246
5574
|
visit_duration: number;
|
|
7247
5575
|
default_assignee: {
|
|
7248
|
-
id: number;
|
|
7249
5576
|
first_name: string;
|
|
7250
5577
|
last_name: string;
|
|
5578
|
+
id: number;
|
|
7251
5579
|
full_name: string;
|
|
7252
5580
|
role_id: string;
|
|
7253
5581
|
created_at: string;
|
|
@@ -7266,12 +5594,29 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7266
5594
|
};
|
|
7267
5595
|
}, {
|
|
7268
5596
|
data: {
|
|
7269
|
-
name: string;
|
|
7270
5597
|
id: string;
|
|
5598
|
+
name: string;
|
|
7271
5599
|
contacts_count: number;
|
|
7272
5600
|
properties_count: number;
|
|
7273
5601
|
company?: {
|
|
7274
5602
|
data: {
|
|
5603
|
+
intercom_app_id: string;
|
|
5604
|
+
id: string;
|
|
5605
|
+
created_at: string;
|
|
5606
|
+
locale: string;
|
|
5607
|
+
name: string;
|
|
5608
|
+
member_count: number;
|
|
5609
|
+
member_allowed: number;
|
|
5610
|
+
contacts_count: number;
|
|
5611
|
+
channels_count: number;
|
|
5612
|
+
plan: {
|
|
5613
|
+
data: {
|
|
5614
|
+
id: string;
|
|
5615
|
+
max_users: number;
|
|
5616
|
+
price: Record<string, any>;
|
|
5617
|
+
interval: string;
|
|
5618
|
+
};
|
|
5619
|
+
};
|
|
7275
5620
|
settings: {
|
|
7276
5621
|
data: {
|
|
7277
5622
|
email: string;
|
|
@@ -7305,7 +5650,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7305
5650
|
'description_fr-BE': string;
|
|
7306
5651
|
description_instagram: string;
|
|
7307
5652
|
description_nl: string;
|
|
7308
|
-
description_twitter: string;
|
|
7309
5653
|
disabled_reason: string;
|
|
7310
5654
|
domain_agency_id: string;
|
|
7311
5655
|
homepage_cover: string;
|
|
@@ -7313,8 +5657,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7313
5657
|
homepage_cover_video: string;
|
|
7314
5658
|
homepage_highlights: any[];
|
|
7315
5659
|
homepage_properties: string;
|
|
7316
|
-
immoweb_ftp_password: string;
|
|
7317
|
-
immoweb_ftp_username: string;
|
|
7318
5660
|
integration_document_management_sweepbright_documents: boolean;
|
|
7319
5661
|
intercom_app_id: string;
|
|
7320
5662
|
invoice_address: string;
|
|
@@ -7332,17 +5674,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7332
5674
|
links_facebook: string;
|
|
7333
5675
|
links_instagram: string;
|
|
7334
5676
|
links_linkedin: string;
|
|
7335
|
-
links_twitter: string;
|
|
7336
5677
|
new_properties_en: string;
|
|
7337
5678
|
'new_properties_en-GB': string;
|
|
7338
5679
|
new_properties_fr: string;
|
|
7339
5680
|
'new_properties_fr-BE': string;
|
|
7340
5681
|
new_properties_nl: string;
|
|
7341
|
-
onthemarket_api_key: string;
|
|
7342
5682
|
published_url_resolvers: string[];
|
|
7343
5683
|
registration_number: string;
|
|
7344
5684
|
rent_period: string;
|
|
7345
|
-
rightmove_api_key: string;
|
|
7346
5685
|
signup_company_name: string;
|
|
7347
5686
|
signup_country: string;
|
|
7348
5687
|
signup_email: string;
|
|
@@ -7357,40 +5696,8 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7357
5696
|
theme_typeface: string;
|
|
7358
5697
|
timezone: string;
|
|
7359
5698
|
transaction_types: string;
|
|
7360
|
-
zoopla_api_key: string;
|
|
7361
5699
|
description: string;
|
|
7362
5700
|
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
5701
|
facebook_pixel_id?: string | null | undefined;
|
|
7395
5702
|
google_analytics_id?: string | null | undefined;
|
|
7396
5703
|
homepage_cover_image_file_id?: string | null | undefined;
|
|
@@ -7400,26 +5707,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7400
5707
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
7401
5708
|
};
|
|
7402
5709
|
};
|
|
7403
|
-
|
|
7404
|
-
intercom_app_id: string;
|
|
7405
|
-
id: string;
|
|
7406
|
-
created_at: string;
|
|
7407
|
-
locale: string;
|
|
7408
|
-
member_count: number;
|
|
7409
|
-
member_allowed: number;
|
|
7410
|
-
contacts_count: number;
|
|
7411
|
-
channels_count: number;
|
|
7412
|
-
plan: {
|
|
7413
|
-
data: {
|
|
7414
|
-
id: string;
|
|
7415
|
-
max_users: number;
|
|
7416
|
-
price: Record<string, any>;
|
|
7417
|
-
interval: string;
|
|
7418
|
-
};
|
|
7419
|
-
};
|
|
5710
|
+
updated_at?: string | null | undefined;
|
|
7420
5711
|
referrer?: {} | null | undefined;
|
|
7421
5712
|
disabled_at?: string | null | undefined;
|
|
7422
|
-
updated_at?: string | null | undefined;
|
|
7423
5713
|
photo?: {
|
|
7424
5714
|
data: {
|
|
7425
5715
|
url: string;
|
|
@@ -7437,9 +5727,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
7437
5727
|
country: string;
|
|
7438
5728
|
visit_duration: number;
|
|
7439
5729
|
default_assignee: {
|
|
7440
|
-
id: number;
|
|
7441
5730
|
first_name: string;
|
|
7442
5731
|
last_name: string;
|
|
5732
|
+
id: number;
|
|
7443
5733
|
full_name: string;
|
|
7444
5734
|
role_id: string;
|
|
7445
5735
|
created_at: string;
|