@sweepbright/api-client 0.31.1 → 0.31.4
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/schemas/officeSchema.d.ts +3140 -299
- package/dist/schemas/officeSchema.js +72 -45
- package/dist/schemas/officeSchema.js.map +1 -1
- package/package.json +1 -1
- package/dist/schemas/typesSchema.d.ts +0 -2
- package/dist/schemas/typesSchema.js +0 -6
- package/dist/schemas/typesSchema.js.map +0 -1
|
@@ -37,45 +37,46 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
37
37
|
disabled_reason: z.ZodString;
|
|
38
38
|
domain_agency_id: z.ZodString;
|
|
39
39
|
email: z.ZodString;
|
|
40
|
-
enable_amepi: z.
|
|
41
|
-
'enable_belles-demeures': z.
|
|
42
|
-
enable_bienici: z.
|
|
43
|
-
'enable_bureau-locaux': z.
|
|
44
|
-
'enable_cession-pme': z.
|
|
45
|
-
enable_facebook: z.
|
|
46
|
-
enable_green_acres: z.
|
|
47
|
-
'enable_hotellerie-restauration': z.
|
|
48
|
-
enable_immovlan: z.
|
|
49
|
-
enable_immoweb: z.
|
|
50
|
-
'enable_immoweb-v2': z.
|
|
51
|
-
'enable_le_figaro-immo': z.
|
|
52
|
-
enable_leboncoin: z.
|
|
53
|
-
enable_logicimmo: z.
|
|
54
|
-
'enable_logicimmo-fr': z.
|
|
55
|
-
'enable_meilleurs-agents': z.
|
|
56
|
-
enable_onthemarket: z.
|
|
57
|
-
'enable_ouest-france': z.
|
|
58
|
-
'enable_paru-vendu': z.
|
|
59
|
-
'enable_propriete-le-figaro': z.
|
|
60
|
-
enable_publicapi: z.
|
|
61
|
-
enable_rightmove: z.
|
|
62
|
-
enable_seloger: z.
|
|
63
|
-
'enable_seloger-bureau-commerce': z.
|
|
64
|
-
enable_twitter: z.
|
|
65
|
-
enable_ubiflow: z.
|
|
66
|
-
'enable_vitrine-media': z.
|
|
67
|
-
enable_website: z.
|
|
68
|
-
enable_zillow: z.
|
|
69
|
-
enable_zoopla: z.
|
|
70
|
-
enable_zumper: z.
|
|
71
|
-
facebook_pixel_id: z.
|
|
72
|
-
google_analytics_id: z.
|
|
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
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
72
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
73
|
homepage_cover: z.ZodString;
|
|
74
74
|
homepage_cover_image: z.ZodString;
|
|
75
|
+
homepage_cover_image_file_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
75
76
|
homepage_cover_video: z.ZodString;
|
|
76
77
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
77
78
|
homepage_properties: z.ZodString;
|
|
78
|
-
immovlan_customer_id: z.
|
|
79
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
80
|
immoweb_ftp_password: z.ZodString;
|
|
80
81
|
immoweb_ftp_username: z.ZodString;
|
|
81
82
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -96,8 +97,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
96
97
|
links_instagram: z.ZodString;
|
|
97
98
|
links_linkedin: z.ZodString;
|
|
98
99
|
links_twitter: z.ZodString;
|
|
99
|
-
livechat_app_id: z.
|
|
100
|
-
logic_immo_agency_id: z.
|
|
100
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
102
|
new_properties_en: z.ZodString;
|
|
102
103
|
'new_properties_en-GB': z.ZodString;
|
|
103
104
|
new_properties_fr: z.ZodString;
|
|
@@ -122,7 +123,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
122
123
|
theme_typeface: z.ZodString;
|
|
123
124
|
timezone: z.ZodString;
|
|
124
125
|
transaction_types: z.ZodString;
|
|
125
|
-
unassigned_leads_admin_id: z.
|
|
126
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
127
|
zoopla_api_key: z.ZodString;
|
|
127
128
|
description: z.ZodString;
|
|
128
129
|
about: z.ZodString;
|
|
@@ -246,6 +247,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
246
247
|
enable_zumper?: string | null | undefined;
|
|
247
248
|
facebook_pixel_id?: string | null | undefined;
|
|
248
249
|
google_analytics_id?: string | null | undefined;
|
|
250
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
249
251
|
immovlan_customer_id?: string | null | undefined;
|
|
250
252
|
livechat_app_id?: string | null | undefined;
|
|
251
253
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -370,6 +372,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
370
372
|
enable_zumper?: string | null | undefined;
|
|
371
373
|
facebook_pixel_id?: string | null | undefined;
|
|
372
374
|
google_analytics_id?: string | null | undefined;
|
|
375
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
373
376
|
immovlan_customer_id?: string | null | undefined;
|
|
374
377
|
livechat_app_id?: string | null | undefined;
|
|
375
378
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -496,6 +499,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
496
499
|
enable_zumper?: string | null | undefined;
|
|
497
500
|
facebook_pixel_id?: string | null | undefined;
|
|
498
501
|
google_analytics_id?: string | null | undefined;
|
|
502
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
499
503
|
immovlan_customer_id?: string | null | undefined;
|
|
500
504
|
livechat_app_id?: string | null | undefined;
|
|
501
505
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -622,6 +626,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
622
626
|
enable_zumper?: string | null | undefined;
|
|
623
627
|
facebook_pixel_id?: string | null | undefined;
|
|
624
628
|
google_analytics_id?: string | null | undefined;
|
|
629
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
625
630
|
immovlan_customer_id?: string | null | undefined;
|
|
626
631
|
livechat_app_id?: string | null | undefined;
|
|
627
632
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -634,18 +639,99 @@ export declare const officeSettingsSchema: z.ZodObject<{
|
|
|
634
639
|
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
635
640
|
country: z.ZodString;
|
|
636
641
|
visit_duration: z.ZodNumber;
|
|
642
|
+
use_bright_matching: z.ZodBoolean;
|
|
643
|
+
default_assignee: z.ZodObject<{
|
|
644
|
+
id: z.ZodString;
|
|
645
|
+
first_name: z.ZodString;
|
|
646
|
+
last_name: z.ZodString;
|
|
647
|
+
full_name: z.ZodString;
|
|
648
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
649
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
650
|
+
role_id: z.ZodString;
|
|
651
|
+
intercom_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
652
|
+
launchdarkly_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
653
|
+
created_at: z.ZodString;
|
|
654
|
+
updated_at: z.ZodString;
|
|
655
|
+
appointment_service_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
656
|
+
locale: z.ZodString;
|
|
657
|
+
office_id: z.ZodString;
|
|
658
|
+
}, "strip", z.ZodTypeAny, {
|
|
659
|
+
id: string;
|
|
660
|
+
first_name: string;
|
|
661
|
+
last_name: string;
|
|
662
|
+
full_name: string;
|
|
663
|
+
role_id: string;
|
|
664
|
+
created_at: string;
|
|
665
|
+
updated_at: string;
|
|
666
|
+
locale: string;
|
|
667
|
+
office_id: string;
|
|
668
|
+
email?: string | null | undefined;
|
|
669
|
+
phone?: string | null | undefined;
|
|
670
|
+
intercom_hash?: string | null | undefined;
|
|
671
|
+
launchdarkly_hash?: string | null | undefined;
|
|
672
|
+
appointment_service_url?: string | null | undefined;
|
|
673
|
+
}, {
|
|
674
|
+
id: string;
|
|
675
|
+
first_name: string;
|
|
676
|
+
last_name: string;
|
|
677
|
+
full_name: string;
|
|
678
|
+
role_id: string;
|
|
679
|
+
created_at: string;
|
|
680
|
+
updated_at: string;
|
|
681
|
+
locale: string;
|
|
682
|
+
office_id: string;
|
|
683
|
+
email?: string | null | undefined;
|
|
684
|
+
phone?: string | null | undefined;
|
|
685
|
+
intercom_hash?: string | null | undefined;
|
|
686
|
+
launchdarkly_hash?: string | null | undefined;
|
|
687
|
+
appointment_service_url?: string | null | undefined;
|
|
688
|
+
}>;
|
|
637
689
|
}, "strip", z.ZodTypeAny, {
|
|
638
690
|
measurement_system: MeasurementSystem;
|
|
639
691
|
numeral_system: string;
|
|
640
692
|
currency: import("../common/currencies").Currency;
|
|
641
693
|
country: string;
|
|
642
694
|
visit_duration: number;
|
|
695
|
+
use_bright_matching: boolean;
|
|
696
|
+
default_assignee: {
|
|
697
|
+
id: string;
|
|
698
|
+
first_name: string;
|
|
699
|
+
last_name: string;
|
|
700
|
+
full_name: string;
|
|
701
|
+
role_id: string;
|
|
702
|
+
created_at: string;
|
|
703
|
+
updated_at: string;
|
|
704
|
+
locale: string;
|
|
705
|
+
office_id: string;
|
|
706
|
+
email?: string | null | undefined;
|
|
707
|
+
phone?: string | null | undefined;
|
|
708
|
+
intercom_hash?: string | null | undefined;
|
|
709
|
+
launchdarkly_hash?: string | null | undefined;
|
|
710
|
+
appointment_service_url?: string | null | undefined;
|
|
711
|
+
};
|
|
643
712
|
}, {
|
|
644
713
|
measurement_system: MeasurementSystem;
|
|
645
714
|
numeral_system: string;
|
|
646
715
|
currency: import("../common/currencies").Currency;
|
|
647
716
|
country: string;
|
|
648
717
|
visit_duration: number;
|
|
718
|
+
use_bright_matching: boolean;
|
|
719
|
+
default_assignee: {
|
|
720
|
+
id: string;
|
|
721
|
+
first_name: string;
|
|
722
|
+
last_name: string;
|
|
723
|
+
full_name: string;
|
|
724
|
+
role_id: string;
|
|
725
|
+
created_at: string;
|
|
726
|
+
updated_at: string;
|
|
727
|
+
locale: string;
|
|
728
|
+
office_id: string;
|
|
729
|
+
email?: string | null | undefined;
|
|
730
|
+
phone?: string | null | undefined;
|
|
731
|
+
intercom_hash?: string | null | undefined;
|
|
732
|
+
launchdarkly_hash?: string | null | undefined;
|
|
733
|
+
appointment_service_url?: string | null | undefined;
|
|
734
|
+
};
|
|
649
735
|
}>;
|
|
650
736
|
export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
651
737
|
data: z.ZodObject<{
|
|
@@ -654,18 +740,99 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
654
740
|
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
655
741
|
country: z.ZodString;
|
|
656
742
|
visit_duration: z.ZodNumber;
|
|
743
|
+
use_bright_matching: z.ZodBoolean;
|
|
744
|
+
default_assignee: z.ZodObject<{
|
|
745
|
+
id: z.ZodString;
|
|
746
|
+
first_name: z.ZodString;
|
|
747
|
+
last_name: z.ZodString;
|
|
748
|
+
full_name: z.ZodString;
|
|
749
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
750
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
751
|
+
role_id: z.ZodString;
|
|
752
|
+
intercom_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
753
|
+
launchdarkly_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
754
|
+
created_at: z.ZodString;
|
|
755
|
+
updated_at: z.ZodString;
|
|
756
|
+
appointment_service_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
757
|
+
locale: z.ZodString;
|
|
758
|
+
office_id: z.ZodString;
|
|
759
|
+
}, "strip", z.ZodTypeAny, {
|
|
760
|
+
id: string;
|
|
761
|
+
first_name: string;
|
|
762
|
+
last_name: string;
|
|
763
|
+
full_name: string;
|
|
764
|
+
role_id: string;
|
|
765
|
+
created_at: string;
|
|
766
|
+
updated_at: string;
|
|
767
|
+
locale: string;
|
|
768
|
+
office_id: string;
|
|
769
|
+
email?: string | null | undefined;
|
|
770
|
+
phone?: string | null | undefined;
|
|
771
|
+
intercom_hash?: string | null | undefined;
|
|
772
|
+
launchdarkly_hash?: string | null | undefined;
|
|
773
|
+
appointment_service_url?: string | null | undefined;
|
|
774
|
+
}, {
|
|
775
|
+
id: string;
|
|
776
|
+
first_name: string;
|
|
777
|
+
last_name: string;
|
|
778
|
+
full_name: string;
|
|
779
|
+
role_id: string;
|
|
780
|
+
created_at: string;
|
|
781
|
+
updated_at: string;
|
|
782
|
+
locale: string;
|
|
783
|
+
office_id: string;
|
|
784
|
+
email?: string | null | undefined;
|
|
785
|
+
phone?: string | null | undefined;
|
|
786
|
+
intercom_hash?: string | null | undefined;
|
|
787
|
+
launchdarkly_hash?: string | null | undefined;
|
|
788
|
+
appointment_service_url?: string | null | undefined;
|
|
789
|
+
}>;
|
|
657
790
|
}, "strip", z.ZodTypeAny, {
|
|
658
791
|
measurement_system: MeasurementSystem;
|
|
659
792
|
numeral_system: string;
|
|
660
793
|
currency: import("../common/currencies").Currency;
|
|
661
794
|
country: string;
|
|
662
795
|
visit_duration: number;
|
|
796
|
+
use_bright_matching: boolean;
|
|
797
|
+
default_assignee: {
|
|
798
|
+
id: string;
|
|
799
|
+
first_name: string;
|
|
800
|
+
last_name: string;
|
|
801
|
+
full_name: string;
|
|
802
|
+
role_id: string;
|
|
803
|
+
created_at: string;
|
|
804
|
+
updated_at: string;
|
|
805
|
+
locale: string;
|
|
806
|
+
office_id: string;
|
|
807
|
+
email?: string | null | undefined;
|
|
808
|
+
phone?: string | null | undefined;
|
|
809
|
+
intercom_hash?: string | null | undefined;
|
|
810
|
+
launchdarkly_hash?: string | null | undefined;
|
|
811
|
+
appointment_service_url?: string | null | undefined;
|
|
812
|
+
};
|
|
663
813
|
}, {
|
|
664
814
|
measurement_system: MeasurementSystem;
|
|
665
815
|
numeral_system: string;
|
|
666
816
|
currency: import("../common/currencies").Currency;
|
|
667
817
|
country: string;
|
|
668
818
|
visit_duration: number;
|
|
819
|
+
use_bright_matching: boolean;
|
|
820
|
+
default_assignee: {
|
|
821
|
+
id: string;
|
|
822
|
+
first_name: string;
|
|
823
|
+
last_name: string;
|
|
824
|
+
full_name: string;
|
|
825
|
+
role_id: string;
|
|
826
|
+
created_at: string;
|
|
827
|
+
updated_at: string;
|
|
828
|
+
locale: string;
|
|
829
|
+
office_id: string;
|
|
830
|
+
email?: string | null | undefined;
|
|
831
|
+
phone?: string | null | undefined;
|
|
832
|
+
intercom_hash?: string | null | undefined;
|
|
833
|
+
launchdarkly_hash?: string | null | undefined;
|
|
834
|
+
appointment_service_url?: string | null | undefined;
|
|
835
|
+
};
|
|
669
836
|
}>;
|
|
670
837
|
}, "strip", z.ZodTypeAny, {
|
|
671
838
|
data: {
|
|
@@ -674,6 +841,23 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
674
841
|
currency: import("../common/currencies").Currency;
|
|
675
842
|
country: string;
|
|
676
843
|
visit_duration: number;
|
|
844
|
+
use_bright_matching: boolean;
|
|
845
|
+
default_assignee: {
|
|
846
|
+
id: string;
|
|
847
|
+
first_name: string;
|
|
848
|
+
last_name: string;
|
|
849
|
+
full_name: string;
|
|
850
|
+
role_id: string;
|
|
851
|
+
created_at: string;
|
|
852
|
+
updated_at: string;
|
|
853
|
+
locale: string;
|
|
854
|
+
office_id: string;
|
|
855
|
+
email?: string | null | undefined;
|
|
856
|
+
phone?: string | null | undefined;
|
|
857
|
+
intercom_hash?: string | null | undefined;
|
|
858
|
+
launchdarkly_hash?: string | null | undefined;
|
|
859
|
+
appointment_service_url?: string | null | undefined;
|
|
860
|
+
};
|
|
677
861
|
};
|
|
678
862
|
}, {
|
|
679
863
|
data: {
|
|
@@ -682,6 +866,23 @@ export declare const officeSettingsDataSchema: z.ZodObject<{
|
|
|
682
866
|
currency: import("../common/currencies").Currency;
|
|
683
867
|
country: string;
|
|
684
868
|
visit_duration: number;
|
|
869
|
+
use_bright_matching: boolean;
|
|
870
|
+
default_assignee: {
|
|
871
|
+
id: string;
|
|
872
|
+
first_name: string;
|
|
873
|
+
last_name: string;
|
|
874
|
+
full_name: string;
|
|
875
|
+
role_id: string;
|
|
876
|
+
created_at: string;
|
|
877
|
+
updated_at: string;
|
|
878
|
+
locale: string;
|
|
879
|
+
office_id: string;
|
|
880
|
+
email?: string | null | undefined;
|
|
881
|
+
phone?: string | null | undefined;
|
|
882
|
+
intercom_hash?: string | null | undefined;
|
|
883
|
+
launchdarkly_hash?: string | null | undefined;
|
|
884
|
+
appointment_service_url?: string | null | undefined;
|
|
885
|
+
};
|
|
685
886
|
};
|
|
686
887
|
}>;
|
|
687
888
|
export declare const planSchema: z.ZodObject<{
|
|
@@ -732,19 +933,59 @@ export declare const planDataSchema: z.ZodObject<{
|
|
|
732
933
|
interval: string;
|
|
733
934
|
};
|
|
734
935
|
}>;
|
|
936
|
+
export declare const photoSchema: z.ZodObject<{
|
|
937
|
+
uploaded_at: z.ZodString;
|
|
938
|
+
photo_file_id: z.ZodString;
|
|
939
|
+
url: z.ZodString;
|
|
940
|
+
}, "strip", z.ZodTypeAny, {
|
|
941
|
+
url: string;
|
|
942
|
+
uploaded_at: string;
|
|
943
|
+
photo_file_id: string;
|
|
944
|
+
}, {
|
|
945
|
+
url: string;
|
|
946
|
+
uploaded_at: string;
|
|
947
|
+
photo_file_id: string;
|
|
948
|
+
}>;
|
|
949
|
+
export declare const photoDataSchema: z.ZodObject<{
|
|
950
|
+
data: z.ZodObject<{
|
|
951
|
+
uploaded_at: z.ZodString;
|
|
952
|
+
photo_file_id: z.ZodString;
|
|
953
|
+
url: z.ZodString;
|
|
954
|
+
}, "strip", z.ZodTypeAny, {
|
|
955
|
+
url: string;
|
|
956
|
+
uploaded_at: string;
|
|
957
|
+
photo_file_id: string;
|
|
958
|
+
}, {
|
|
959
|
+
url: string;
|
|
960
|
+
uploaded_at: string;
|
|
961
|
+
photo_file_id: string;
|
|
962
|
+
}>;
|
|
963
|
+
}, "strip", z.ZodTypeAny, {
|
|
964
|
+
data: {
|
|
965
|
+
url: string;
|
|
966
|
+
uploaded_at: string;
|
|
967
|
+
photo_file_id: string;
|
|
968
|
+
};
|
|
969
|
+
}, {
|
|
970
|
+
data: {
|
|
971
|
+
url: string;
|
|
972
|
+
uploaded_at: string;
|
|
973
|
+
photo_file_id: string;
|
|
974
|
+
};
|
|
975
|
+
}>;
|
|
735
976
|
export declare const companySchema: z.ZodObject<{
|
|
736
977
|
id: z.ZodString;
|
|
737
978
|
name: z.ZodString;
|
|
738
979
|
locale: z.ZodString;
|
|
739
|
-
referrer: z.
|
|
980
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
740
981
|
member_count: z.ZodNumber;
|
|
741
982
|
member_allowed: z.ZodNumber;
|
|
742
983
|
contacts_count: z.ZodNumber;
|
|
743
984
|
channels_count: z.ZodNumber;
|
|
744
985
|
intercom_app_id: z.ZodString;
|
|
745
|
-
disabled_at: z.
|
|
746
|
-
created_at: z.
|
|
747
|
-
updated_at: z.
|
|
986
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
987
|
+
created_at: z.ZodString;
|
|
988
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
748
989
|
plan: z.ZodObject<{
|
|
749
990
|
data: z.ZodObject<{
|
|
750
991
|
id: z.ZodString;
|
|
@@ -777,6 +1018,33 @@ export declare const companySchema: z.ZodObject<{
|
|
|
777
1018
|
interval: string;
|
|
778
1019
|
};
|
|
779
1020
|
}>;
|
|
1021
|
+
photo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1022
|
+
data: z.ZodObject<{
|
|
1023
|
+
uploaded_at: z.ZodString;
|
|
1024
|
+
photo_file_id: z.ZodString;
|
|
1025
|
+
url: z.ZodString;
|
|
1026
|
+
}, "strip", z.ZodTypeAny, {
|
|
1027
|
+
url: string;
|
|
1028
|
+
uploaded_at: string;
|
|
1029
|
+
photo_file_id: string;
|
|
1030
|
+
}, {
|
|
1031
|
+
url: string;
|
|
1032
|
+
uploaded_at: string;
|
|
1033
|
+
photo_file_id: string;
|
|
1034
|
+
}>;
|
|
1035
|
+
}, "strip", z.ZodTypeAny, {
|
|
1036
|
+
data: {
|
|
1037
|
+
url: string;
|
|
1038
|
+
uploaded_at: string;
|
|
1039
|
+
photo_file_id: string;
|
|
1040
|
+
};
|
|
1041
|
+
}, {
|
|
1042
|
+
data: {
|
|
1043
|
+
url: string;
|
|
1044
|
+
uploaded_at: string;
|
|
1045
|
+
photo_file_id: string;
|
|
1046
|
+
};
|
|
1047
|
+
}>>>;
|
|
780
1048
|
settings: z.ZodObject<{
|
|
781
1049
|
data: z.ZodObject<{
|
|
782
1050
|
about_en: z.ZodString;
|
|
@@ -813,45 +1081,46 @@ export declare const companySchema: z.ZodObject<{
|
|
|
813
1081
|
disabled_reason: z.ZodString;
|
|
814
1082
|
domain_agency_id: z.ZodString;
|
|
815
1083
|
email: z.ZodString;
|
|
816
|
-
enable_amepi: z.
|
|
817
|
-
'enable_belles-demeures': z.
|
|
818
|
-
enable_bienici: z.
|
|
819
|
-
'enable_bureau-locaux': z.
|
|
820
|
-
'enable_cession-pme': z.
|
|
821
|
-
enable_facebook: z.
|
|
822
|
-
enable_green_acres: z.
|
|
823
|
-
'enable_hotellerie-restauration': z.
|
|
824
|
-
enable_immovlan: z.
|
|
825
|
-
enable_immoweb: z.
|
|
826
|
-
'enable_immoweb-v2': z.
|
|
827
|
-
'enable_le_figaro-immo': z.
|
|
828
|
-
enable_leboncoin: z.
|
|
829
|
-
enable_logicimmo: z.
|
|
830
|
-
'enable_logicimmo-fr': z.
|
|
831
|
-
'enable_meilleurs-agents': z.
|
|
832
|
-
enable_onthemarket: z.
|
|
833
|
-
'enable_ouest-france': z.
|
|
834
|
-
'enable_paru-vendu': z.
|
|
835
|
-
'enable_propriete-le-figaro': z.
|
|
836
|
-
enable_publicapi: z.
|
|
837
|
-
enable_rightmove: z.
|
|
838
|
-
enable_seloger: z.
|
|
839
|
-
'enable_seloger-bureau-commerce': z.
|
|
840
|
-
enable_twitter: z.
|
|
841
|
-
enable_ubiflow: z.
|
|
842
|
-
'enable_vitrine-media': z.
|
|
843
|
-
enable_website: z.
|
|
844
|
-
enable_zillow: z.
|
|
845
|
-
enable_zoopla: z.
|
|
846
|
-
enable_zumper: z.
|
|
847
|
-
facebook_pixel_id: z.
|
|
848
|
-
google_analytics_id: z.
|
|
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
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1116
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
849
1117
|
homepage_cover: z.ZodString;
|
|
850
1118
|
homepage_cover_image: z.ZodString;
|
|
1119
|
+
homepage_cover_image_file_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
851
1120
|
homepage_cover_video: z.ZodString;
|
|
852
1121
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
853
1122
|
homepage_properties: z.ZodString;
|
|
854
|
-
immovlan_customer_id: z.
|
|
1123
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
855
1124
|
immoweb_ftp_password: z.ZodString;
|
|
856
1125
|
immoweb_ftp_username: z.ZodString;
|
|
857
1126
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -872,8 +1141,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
872
1141
|
links_instagram: z.ZodString;
|
|
873
1142
|
links_linkedin: z.ZodString;
|
|
874
1143
|
links_twitter: z.ZodString;
|
|
875
|
-
livechat_app_id: z.
|
|
876
|
-
logic_immo_agency_id: z.
|
|
1144
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1145
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
877
1146
|
new_properties_en: z.ZodString;
|
|
878
1147
|
'new_properties_en-GB': z.ZodString;
|
|
879
1148
|
new_properties_fr: z.ZodString;
|
|
@@ -898,7 +1167,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
898
1167
|
theme_typeface: z.ZodString;
|
|
899
1168
|
timezone: z.ZodString;
|
|
900
1169
|
transaction_types: z.ZodString;
|
|
901
|
-
unassigned_leads_admin_id: z.
|
|
1170
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
902
1171
|
zoopla_api_key: z.ZodString;
|
|
903
1172
|
description: z.ZodString;
|
|
904
1173
|
about: z.ZodString;
|
|
@@ -1022,6 +1291,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1022
1291
|
enable_zumper?: string | null | undefined;
|
|
1023
1292
|
facebook_pixel_id?: string | null | undefined;
|
|
1024
1293
|
google_analytics_id?: string | null | undefined;
|
|
1294
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1025
1295
|
immovlan_customer_id?: string | null | undefined;
|
|
1026
1296
|
livechat_app_id?: string | null | undefined;
|
|
1027
1297
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1146,6 +1416,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1146
1416
|
enable_zumper?: string | null | undefined;
|
|
1147
1417
|
facebook_pixel_id?: string | null | undefined;
|
|
1148
1418
|
google_analytics_id?: string | null | undefined;
|
|
1419
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1149
1420
|
immovlan_customer_id?: string | null | undefined;
|
|
1150
1421
|
livechat_app_id?: string | null | undefined;
|
|
1151
1422
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1272,6 +1543,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1272
1543
|
enable_zumper?: string | null | undefined;
|
|
1273
1544
|
facebook_pixel_id?: string | null | undefined;
|
|
1274
1545
|
google_analytics_id?: string | null | undefined;
|
|
1546
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1275
1547
|
immovlan_customer_id?: string | null | undefined;
|
|
1276
1548
|
livechat_app_id?: string | null | undefined;
|
|
1277
1549
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1398,6 +1670,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1398
1670
|
enable_zumper?: string | null | undefined;
|
|
1399
1671
|
facebook_pixel_id?: string | null | undefined;
|
|
1400
1672
|
google_analytics_id?: string | null | undefined;
|
|
1673
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1401
1674
|
immovlan_customer_id?: string | null | undefined;
|
|
1402
1675
|
livechat_app_id?: string | null | undefined;
|
|
1403
1676
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1526,6 +1799,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1526
1799
|
enable_zumper?: string | null | undefined;
|
|
1527
1800
|
facebook_pixel_id?: string | null | undefined;
|
|
1528
1801
|
google_analytics_id?: string | null | undefined;
|
|
1802
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1529
1803
|
immovlan_customer_id?: string | null | undefined;
|
|
1530
1804
|
livechat_app_id?: string | null | undefined;
|
|
1531
1805
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1534,8 +1808,9 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1534
1808
|
};
|
|
1535
1809
|
intercom_app_id: string;
|
|
1536
1810
|
id: string;
|
|
1537
|
-
|
|
1811
|
+
created_at: string;
|
|
1538
1812
|
locale: string;
|
|
1813
|
+
name: string;
|
|
1539
1814
|
member_count: number;
|
|
1540
1815
|
member_allowed: number;
|
|
1541
1816
|
contacts_count: number;
|
|
@@ -1550,8 +1825,14 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1550
1825
|
};
|
|
1551
1826
|
referrer?: {} | null | undefined;
|
|
1552
1827
|
disabled_at?: string | null | undefined;
|
|
1553
|
-
created_at?: string | null | undefined;
|
|
1554
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;
|
|
1555
1836
|
}, {
|
|
1556
1837
|
settings: {
|
|
1557
1838
|
data: {
|
|
@@ -1674,6 +1955,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1674
1955
|
enable_zumper?: string | null | undefined;
|
|
1675
1956
|
facebook_pixel_id?: string | null | undefined;
|
|
1676
1957
|
google_analytics_id?: string | null | undefined;
|
|
1958
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1677
1959
|
immovlan_customer_id?: string | null | undefined;
|
|
1678
1960
|
livechat_app_id?: string | null | undefined;
|
|
1679
1961
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -1682,8 +1964,9 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1682
1964
|
};
|
|
1683
1965
|
intercom_app_id: string;
|
|
1684
1966
|
id: string;
|
|
1685
|
-
|
|
1967
|
+
created_at: string;
|
|
1686
1968
|
locale: string;
|
|
1969
|
+
name: string;
|
|
1687
1970
|
member_count: number;
|
|
1688
1971
|
member_allowed: number;
|
|
1689
1972
|
contacts_count: number;
|
|
@@ -1698,23 +1981,29 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1698
1981
|
};
|
|
1699
1982
|
referrer?: {} | null | undefined;
|
|
1700
1983
|
disabled_at?: string | null | undefined;
|
|
1701
|
-
created_at?: string | null | undefined;
|
|
1702
1984
|
updated_at?: string | null | undefined;
|
|
1985
|
+
photo?: {
|
|
1986
|
+
data: {
|
|
1987
|
+
url: string;
|
|
1988
|
+
uploaded_at: string;
|
|
1989
|
+
photo_file_id: string;
|
|
1990
|
+
};
|
|
1991
|
+
} | null | undefined;
|
|
1703
1992
|
}>;
|
|
1704
1993
|
export declare const companyDataSchema: z.ZodObject<{
|
|
1705
1994
|
data: z.ZodObject<{
|
|
1706
1995
|
id: z.ZodString;
|
|
1707
1996
|
name: z.ZodString;
|
|
1708
1997
|
locale: z.ZodString;
|
|
1709
|
-
referrer: z.
|
|
1998
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
1710
1999
|
member_count: z.ZodNumber;
|
|
1711
2000
|
member_allowed: z.ZodNumber;
|
|
1712
2001
|
contacts_count: z.ZodNumber;
|
|
1713
2002
|
channels_count: z.ZodNumber;
|
|
1714
2003
|
intercom_app_id: z.ZodString;
|
|
1715
|
-
disabled_at: z.
|
|
1716
|
-
created_at: z.
|
|
1717
|
-
updated_at: z.
|
|
2004
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2005
|
+
created_at: z.ZodString;
|
|
2006
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1718
2007
|
plan: z.ZodObject<{
|
|
1719
2008
|
data: z.ZodObject<{
|
|
1720
2009
|
id: z.ZodString;
|
|
@@ -1747,6 +2036,33 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1747
2036
|
interval: string;
|
|
1748
2037
|
};
|
|
1749
2038
|
}>;
|
|
2039
|
+
photo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2040
|
+
data: z.ZodObject<{
|
|
2041
|
+
uploaded_at: z.ZodString;
|
|
2042
|
+
photo_file_id: z.ZodString;
|
|
2043
|
+
url: z.ZodString;
|
|
2044
|
+
}, "strip", z.ZodTypeAny, {
|
|
2045
|
+
url: string;
|
|
2046
|
+
uploaded_at: string;
|
|
2047
|
+
photo_file_id: string;
|
|
2048
|
+
}, {
|
|
2049
|
+
url: string;
|
|
2050
|
+
uploaded_at: string;
|
|
2051
|
+
photo_file_id: string;
|
|
2052
|
+
}>;
|
|
2053
|
+
}, "strip", z.ZodTypeAny, {
|
|
2054
|
+
data: {
|
|
2055
|
+
url: string;
|
|
2056
|
+
uploaded_at: string;
|
|
2057
|
+
photo_file_id: string;
|
|
2058
|
+
};
|
|
2059
|
+
}, {
|
|
2060
|
+
data: {
|
|
2061
|
+
url: string;
|
|
2062
|
+
uploaded_at: string;
|
|
2063
|
+
photo_file_id: string;
|
|
2064
|
+
};
|
|
2065
|
+
}>>>;
|
|
1750
2066
|
settings: z.ZodObject<{
|
|
1751
2067
|
data: z.ZodObject<{
|
|
1752
2068
|
about_en: z.ZodString;
|
|
@@ -1783,45 +2099,46 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1783
2099
|
disabled_reason: z.ZodString;
|
|
1784
2100
|
domain_agency_id: z.ZodString;
|
|
1785
2101
|
email: z.ZodString;
|
|
1786
|
-
enable_amepi: z.
|
|
1787
|
-
'enable_belles-demeures': z.
|
|
1788
|
-
enable_bienici: z.
|
|
1789
|
-
'enable_bureau-locaux': z.
|
|
1790
|
-
'enable_cession-pme': z.
|
|
1791
|
-
enable_facebook: z.
|
|
1792
|
-
enable_green_acres: z.
|
|
1793
|
-
'enable_hotellerie-restauration': z.
|
|
1794
|
-
enable_immovlan: z.
|
|
1795
|
-
enable_immoweb: z.
|
|
1796
|
-
'enable_immoweb-v2': z.
|
|
1797
|
-
'enable_le_figaro-immo': z.
|
|
1798
|
-
enable_leboncoin: z.
|
|
1799
|
-
enable_logicimmo: z.
|
|
1800
|
-
'enable_logicimmo-fr': z.
|
|
1801
|
-
'enable_meilleurs-agents': z.
|
|
1802
|
-
enable_onthemarket: z.
|
|
1803
|
-
'enable_ouest-france': z.
|
|
1804
|
-
'enable_paru-vendu': z.
|
|
1805
|
-
'enable_propriete-le-figaro': z.
|
|
1806
|
-
enable_publicapi: z.
|
|
1807
|
-
enable_rightmove: z.
|
|
1808
|
-
enable_seloger: z.
|
|
1809
|
-
'enable_seloger-bureau-commerce': z.
|
|
1810
|
-
enable_twitter: z.
|
|
1811
|
-
enable_ubiflow: z.
|
|
1812
|
-
'enable_vitrine-media': z.
|
|
1813
|
-
enable_website: z.
|
|
1814
|
-
enable_zillow: z.
|
|
1815
|
-
enable_zoopla: z.
|
|
1816
|
-
enable_zumper: z.
|
|
1817
|
-
facebook_pixel_id: z.
|
|
1818
|
-
google_analytics_id: z.
|
|
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
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2134
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1819
2135
|
homepage_cover: z.ZodString;
|
|
1820
2136
|
homepage_cover_image: z.ZodString;
|
|
2137
|
+
homepage_cover_image_file_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1821
2138
|
homepage_cover_video: z.ZodString;
|
|
1822
2139
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
1823
2140
|
homepage_properties: z.ZodString;
|
|
1824
|
-
immovlan_customer_id: z.
|
|
2141
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1825
2142
|
immoweb_ftp_password: z.ZodString;
|
|
1826
2143
|
immoweb_ftp_username: z.ZodString;
|
|
1827
2144
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -1842,8 +2159,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1842
2159
|
links_instagram: z.ZodString;
|
|
1843
2160
|
links_linkedin: z.ZodString;
|
|
1844
2161
|
links_twitter: z.ZodString;
|
|
1845
|
-
livechat_app_id: z.
|
|
1846
|
-
logic_immo_agency_id: z.
|
|
2162
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2163
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1847
2164
|
new_properties_en: z.ZodString;
|
|
1848
2165
|
'new_properties_en-GB': z.ZodString;
|
|
1849
2166
|
new_properties_fr: z.ZodString;
|
|
@@ -1868,7 +2185,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1868
2185
|
theme_typeface: z.ZodString;
|
|
1869
2186
|
timezone: z.ZodString;
|
|
1870
2187
|
transaction_types: z.ZodString;
|
|
1871
|
-
unassigned_leads_admin_id: z.
|
|
2188
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1872
2189
|
zoopla_api_key: z.ZodString;
|
|
1873
2190
|
description: z.ZodString;
|
|
1874
2191
|
about: z.ZodString;
|
|
@@ -1992,6 +2309,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1992
2309
|
enable_zumper?: string | null | undefined;
|
|
1993
2310
|
facebook_pixel_id?: string | null | undefined;
|
|
1994
2311
|
google_analytics_id?: string | null | undefined;
|
|
2312
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
1995
2313
|
immovlan_customer_id?: string | null | undefined;
|
|
1996
2314
|
livechat_app_id?: string | null | undefined;
|
|
1997
2315
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2116,6 +2434,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2116
2434
|
enable_zumper?: string | null | undefined;
|
|
2117
2435
|
facebook_pixel_id?: string | null | undefined;
|
|
2118
2436
|
google_analytics_id?: string | null | undefined;
|
|
2437
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2119
2438
|
immovlan_customer_id?: string | null | undefined;
|
|
2120
2439
|
livechat_app_id?: string | null | undefined;
|
|
2121
2440
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2242,6 +2561,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2242
2561
|
enable_zumper?: string | null | undefined;
|
|
2243
2562
|
facebook_pixel_id?: string | null | undefined;
|
|
2244
2563
|
google_analytics_id?: string | null | undefined;
|
|
2564
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2245
2565
|
immovlan_customer_id?: string | null | undefined;
|
|
2246
2566
|
livechat_app_id?: string | null | undefined;
|
|
2247
2567
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2368,6 +2688,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2368
2688
|
enable_zumper?: string | null | undefined;
|
|
2369
2689
|
facebook_pixel_id?: string | null | undefined;
|
|
2370
2690
|
google_analytics_id?: string | null | undefined;
|
|
2691
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2371
2692
|
immovlan_customer_id?: string | null | undefined;
|
|
2372
2693
|
livechat_app_id?: string | null | undefined;
|
|
2373
2694
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2496,6 +2817,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2496
2817
|
enable_zumper?: string | null | undefined;
|
|
2497
2818
|
facebook_pixel_id?: string | null | undefined;
|
|
2498
2819
|
google_analytics_id?: string | null | undefined;
|
|
2820
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2499
2821
|
immovlan_customer_id?: string | null | undefined;
|
|
2500
2822
|
livechat_app_id?: string | null | undefined;
|
|
2501
2823
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2504,8 +2826,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2504
2826
|
};
|
|
2505
2827
|
intercom_app_id: string;
|
|
2506
2828
|
id: string;
|
|
2507
|
-
|
|
2829
|
+
created_at: string;
|
|
2508
2830
|
locale: string;
|
|
2831
|
+
name: string;
|
|
2509
2832
|
member_count: number;
|
|
2510
2833
|
member_allowed: number;
|
|
2511
2834
|
contacts_count: number;
|
|
@@ -2520,8 +2843,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2520
2843
|
};
|
|
2521
2844
|
referrer?: {} | null | undefined;
|
|
2522
2845
|
disabled_at?: string | null | undefined;
|
|
2523
|
-
created_at?: string | null | undefined;
|
|
2524
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;
|
|
2525
2854
|
}, {
|
|
2526
2855
|
settings: {
|
|
2527
2856
|
data: {
|
|
@@ -2644,6 +2973,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2644
2973
|
enable_zumper?: string | null | undefined;
|
|
2645
2974
|
facebook_pixel_id?: string | null | undefined;
|
|
2646
2975
|
google_analytics_id?: string | null | undefined;
|
|
2976
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2647
2977
|
immovlan_customer_id?: string | null | undefined;
|
|
2648
2978
|
livechat_app_id?: string | null | undefined;
|
|
2649
2979
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2652,8 +2982,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2652
2982
|
};
|
|
2653
2983
|
intercom_app_id: string;
|
|
2654
2984
|
id: string;
|
|
2655
|
-
|
|
2985
|
+
created_at: string;
|
|
2656
2986
|
locale: string;
|
|
2987
|
+
name: string;
|
|
2657
2988
|
member_count: number;
|
|
2658
2989
|
member_allowed: number;
|
|
2659
2990
|
contacts_count: number;
|
|
@@ -2668,8 +2999,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2668
2999
|
};
|
|
2669
3000
|
referrer?: {} | null | undefined;
|
|
2670
3001
|
disabled_at?: string | null | undefined;
|
|
2671
|
-
created_at?: string | null | undefined;
|
|
2672
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;
|
|
2673
3010
|
}>;
|
|
2674
3011
|
}, "strip", z.ZodTypeAny, {
|
|
2675
3012
|
data: {
|
|
@@ -2794,6 +3131,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2794
3131
|
enable_zumper?: string | null | undefined;
|
|
2795
3132
|
facebook_pixel_id?: string | null | undefined;
|
|
2796
3133
|
google_analytics_id?: string | null | undefined;
|
|
3134
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2797
3135
|
immovlan_customer_id?: string | null | undefined;
|
|
2798
3136
|
livechat_app_id?: string | null | undefined;
|
|
2799
3137
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2802,8 +3140,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2802
3140
|
};
|
|
2803
3141
|
intercom_app_id: string;
|
|
2804
3142
|
id: string;
|
|
2805
|
-
|
|
3143
|
+
created_at: string;
|
|
2806
3144
|
locale: string;
|
|
3145
|
+
name: string;
|
|
2807
3146
|
member_count: number;
|
|
2808
3147
|
member_allowed: number;
|
|
2809
3148
|
contacts_count: number;
|
|
@@ -2818,8 +3157,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2818
3157
|
};
|
|
2819
3158
|
referrer?: {} | null | undefined;
|
|
2820
3159
|
disabled_at?: string | null | undefined;
|
|
2821
|
-
created_at?: string | null | undefined;
|
|
2822
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;
|
|
2823
3168
|
};
|
|
2824
3169
|
}, {
|
|
2825
3170
|
data: {
|
|
@@ -2944,6 +3289,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2944
3289
|
enable_zumper?: string | null | undefined;
|
|
2945
3290
|
facebook_pixel_id?: string | null | undefined;
|
|
2946
3291
|
google_analytics_id?: string | null | undefined;
|
|
3292
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
2947
3293
|
immovlan_customer_id?: string | null | undefined;
|
|
2948
3294
|
livechat_app_id?: string | null | undefined;
|
|
2949
3295
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -2952,8 +3298,9 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2952
3298
|
};
|
|
2953
3299
|
intercom_app_id: string;
|
|
2954
3300
|
id: string;
|
|
2955
|
-
|
|
3301
|
+
created_at: string;
|
|
2956
3302
|
locale: string;
|
|
3303
|
+
name: string;
|
|
2957
3304
|
member_count: number;
|
|
2958
3305
|
member_allowed: number;
|
|
2959
3306
|
contacts_count: number;
|
|
@@ -2968,8 +3315,14 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2968
3315
|
};
|
|
2969
3316
|
referrer?: {} | null | undefined;
|
|
2970
3317
|
disabled_at?: string | null | undefined;
|
|
2971
|
-
created_at?: string | null | undefined;
|
|
2972
3318
|
updated_at?: string | null | undefined;
|
|
3319
|
+
photo?: {
|
|
3320
|
+
data: {
|
|
3321
|
+
url: string;
|
|
3322
|
+
uploaded_at: string;
|
|
3323
|
+
photo_file_id: string;
|
|
3324
|
+
};
|
|
3325
|
+
} | null | undefined;
|
|
2973
3326
|
};
|
|
2974
3327
|
}>;
|
|
2975
3328
|
export declare const officeSchema: z.ZodObject<{
|
|
@@ -2977,10 +3330,206 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
2977
3330
|
name: z.ZodString;
|
|
2978
3331
|
properties_count: z.ZodNumber;
|
|
2979
3332
|
contacts_count: z.ZodNumber;
|
|
2980
|
-
company: z.
|
|
2981
|
-
data: {
|
|
2982
|
-
|
|
3333
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3334
|
+
data: z.ZodObject<{
|
|
3335
|
+
id: z.ZodString;
|
|
3336
|
+
name: z.ZodString;
|
|
3337
|
+
locale: z.ZodString;
|
|
3338
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
3339
|
+
member_count: z.ZodNumber;
|
|
3340
|
+
member_allowed: z.ZodNumber;
|
|
3341
|
+
contacts_count: z.ZodNumber;
|
|
3342
|
+
channels_count: z.ZodNumber;
|
|
3343
|
+
intercom_app_id: z.ZodString;
|
|
3344
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3345
|
+
created_at: z.ZodString;
|
|
3346
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3347
|
+
plan: z.ZodObject<{
|
|
3348
|
+
data: z.ZodObject<{
|
|
3349
|
+
id: z.ZodString;
|
|
3350
|
+
max_users: z.ZodNumber;
|
|
3351
|
+
price: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
3352
|
+
interval: z.ZodString;
|
|
3353
|
+
}, "strip", z.ZodTypeAny, {
|
|
3354
|
+
id: string;
|
|
3355
|
+
max_users: number;
|
|
3356
|
+
price: Record<string, any>;
|
|
3357
|
+
interval: string;
|
|
3358
|
+
}, {
|
|
3359
|
+
id: string;
|
|
3360
|
+
max_users: number;
|
|
3361
|
+
price: Record<string, any>;
|
|
3362
|
+
interval: string;
|
|
3363
|
+
}>;
|
|
3364
|
+
}, "strip", z.ZodTypeAny, {
|
|
3365
|
+
data: {
|
|
3366
|
+
id: string;
|
|
3367
|
+
max_users: number;
|
|
3368
|
+
price: Record<string, any>;
|
|
3369
|
+
interval: string;
|
|
3370
|
+
};
|
|
3371
|
+
}, {
|
|
3372
|
+
data: {
|
|
3373
|
+
id: string;
|
|
3374
|
+
max_users: number;
|
|
3375
|
+
price: Record<string, any>;
|
|
3376
|
+
interval: string;
|
|
3377
|
+
};
|
|
3378
|
+
}>;
|
|
3379
|
+
photo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3380
|
+
data: z.ZodObject<{
|
|
3381
|
+
uploaded_at: z.ZodString;
|
|
3382
|
+
photo_file_id: z.ZodString;
|
|
3383
|
+
url: z.ZodString;
|
|
3384
|
+
}, "strip", z.ZodTypeAny, {
|
|
3385
|
+
url: string;
|
|
3386
|
+
uploaded_at: string;
|
|
3387
|
+
photo_file_id: string;
|
|
3388
|
+
}, {
|
|
3389
|
+
url: string;
|
|
3390
|
+
uploaded_at: string;
|
|
3391
|
+
photo_file_id: string;
|
|
3392
|
+
}>;
|
|
3393
|
+
}, "strip", z.ZodTypeAny, {
|
|
3394
|
+
data: {
|
|
3395
|
+
url: string;
|
|
3396
|
+
uploaded_at: string;
|
|
3397
|
+
photo_file_id: string;
|
|
3398
|
+
};
|
|
3399
|
+
}, {
|
|
2983
3400
|
data: {
|
|
3401
|
+
url: string;
|
|
3402
|
+
uploaded_at: string;
|
|
3403
|
+
photo_file_id: string;
|
|
3404
|
+
};
|
|
3405
|
+
}>>>;
|
|
3406
|
+
settings: z.ZodObject<{
|
|
3407
|
+
data: z.ZodObject<{
|
|
3408
|
+
about_en: z.ZodString;
|
|
3409
|
+
'about_en-GB': z.ZodString;
|
|
3410
|
+
about_fr: z.ZodString;
|
|
3411
|
+
'about_fr-BE': z.ZodString;
|
|
3412
|
+
about_nl: z.ZodString;
|
|
3413
|
+
agency_website_hostname: z.ZodString;
|
|
3414
|
+
contact_additional: z.ZodString;
|
|
3415
|
+
contact_borough_or_district: z.ZodString;
|
|
3416
|
+
contact_box: z.ZodString;
|
|
3417
|
+
contact_city: z.ZodString;
|
|
3418
|
+
contact_country: z.ZodString;
|
|
3419
|
+
contact_county: z.ZodString;
|
|
3420
|
+
contact_email: z.ZodString;
|
|
3421
|
+
contact_number: z.ZodString;
|
|
3422
|
+
contact_phone: z.ZodString;
|
|
3423
|
+
contact_street: z.ZodString;
|
|
3424
|
+
contact_street_2: z.ZodString;
|
|
3425
|
+
contact_zip: z.ZodString;
|
|
3426
|
+
default_country: z.ZodString;
|
|
3427
|
+
default_email: z.ZodString;
|
|
3428
|
+
default_legal_company_name: z.ZodString;
|
|
3429
|
+
default_legal_VAT_number: z.ZodString;
|
|
3430
|
+
default_locale: z.ZodString;
|
|
3431
|
+
description_en: z.ZodString;
|
|
3432
|
+
'description_en-GB': z.ZodString;
|
|
3433
|
+
description_facebook: z.ZodString;
|
|
3434
|
+
description_fr: z.ZodString;
|
|
3435
|
+
'description_fr-BE': z.ZodString;
|
|
3436
|
+
description_instagram: z.ZodString;
|
|
3437
|
+
description_nl: z.ZodString;
|
|
3438
|
+
description_twitter: z.ZodString;
|
|
3439
|
+
disabled_reason: z.ZodString;
|
|
3440
|
+
domain_agency_id: z.ZodString;
|
|
3441
|
+
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
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3474
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3475
|
+
homepage_cover: z.ZodString;
|
|
3476
|
+
homepage_cover_image: z.ZodString;
|
|
3477
|
+
homepage_cover_image_file_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3478
|
+
homepage_cover_video: z.ZodString;
|
|
3479
|
+
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
3480
|
+
homepage_properties: z.ZodString;
|
|
3481
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3482
|
+
immoweb_ftp_password: z.ZodString;
|
|
3483
|
+
immoweb_ftp_username: z.ZodString;
|
|
3484
|
+
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
3485
|
+
intercom_app_id: z.ZodString;
|
|
3486
|
+
invoice_address: z.ZodString;
|
|
3487
|
+
invoice_address_2: z.ZodString;
|
|
3488
|
+
invoice_city: z.ZodString;
|
|
3489
|
+
invoice_company_name: z.ZodString;
|
|
3490
|
+
invoice_country: z.ZodString;
|
|
3491
|
+
invoice_county: z.ZodString;
|
|
3492
|
+
invoice_email: z.ZodString;
|
|
3493
|
+
invoice_first_name: z.ZodString;
|
|
3494
|
+
invoice_last_name: z.ZodString;
|
|
3495
|
+
invoice_vat_number: z.ZodString;
|
|
3496
|
+
invoice_zip: z.ZodString;
|
|
3497
|
+
languages: z.ZodArray<z.ZodString, "many">;
|
|
3498
|
+
links_facebook: z.ZodString;
|
|
3499
|
+
links_instagram: z.ZodString;
|
|
3500
|
+
links_linkedin: z.ZodString;
|
|
3501
|
+
links_twitter: z.ZodString;
|
|
3502
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3503
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3504
|
+
new_properties_en: z.ZodString;
|
|
3505
|
+
'new_properties_en-GB': z.ZodString;
|
|
3506
|
+
new_properties_fr: z.ZodString;
|
|
3507
|
+
'new_properties_fr-BE': z.ZodString;
|
|
3508
|
+
new_properties_nl: z.ZodString;
|
|
3509
|
+
onthemarket_api_key: z.ZodString;
|
|
3510
|
+
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
3511
|
+
registration_number: z.ZodString;
|
|
3512
|
+
rent_period: z.ZodString;
|
|
3513
|
+
rightmove_api_key: z.ZodString;
|
|
3514
|
+
signup_company_name: z.ZodString;
|
|
3515
|
+
signup_country: z.ZodString;
|
|
3516
|
+
signup_email: z.ZodString;
|
|
3517
|
+
tagline_en: z.ZodString;
|
|
3518
|
+
'tagline_en-GB': z.ZodString;
|
|
3519
|
+
tagline_fr: z.ZodString;
|
|
3520
|
+
'tagline_fr-BE': z.ZodString;
|
|
3521
|
+
tagline_nl: z.ZodString;
|
|
3522
|
+
theme: z.ZodString;
|
|
3523
|
+
theme_buttons: z.ZodString;
|
|
3524
|
+
theme_custom_color: z.ZodString;
|
|
3525
|
+
theme_typeface: z.ZodString;
|
|
3526
|
+
timezone: z.ZodString;
|
|
3527
|
+
transaction_types: z.ZodString;
|
|
3528
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3529
|
+
zoopla_api_key: z.ZodString;
|
|
3530
|
+
description: z.ZodString;
|
|
3531
|
+
about: z.ZodString;
|
|
3532
|
+
}, "strip", z.ZodTypeAny, {
|
|
2984
3533
|
email: string;
|
|
2985
3534
|
about_en: string;
|
|
2986
3535
|
'about_en-GB': string;
|
|
@@ -3100,37 +3649,12 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3100
3649
|
enable_zumper?: string | null | undefined;
|
|
3101
3650
|
facebook_pixel_id?: string | null | undefined;
|
|
3102
3651
|
google_analytics_id?: string | null | undefined;
|
|
3652
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3103
3653
|
immovlan_customer_id?: string | null | undefined;
|
|
3104
3654
|
livechat_app_id?: string | null | undefined;
|
|
3105
3655
|
logic_immo_agency_id?: string | null | undefined;
|
|
3106
3656
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3107
|
-
}
|
|
3108
|
-
};
|
|
3109
|
-
intercom_app_id: string;
|
|
3110
|
-
id: string;
|
|
3111
|
-
name: string;
|
|
3112
|
-
locale: string;
|
|
3113
|
-
member_count: number;
|
|
3114
|
-
member_allowed: number;
|
|
3115
|
-
contacts_count: number;
|
|
3116
|
-
channels_count: number;
|
|
3117
|
-
plan: {
|
|
3118
|
-
data: {
|
|
3119
|
-
id: string;
|
|
3120
|
-
max_users: number;
|
|
3121
|
-
price: Record<string, any>;
|
|
3122
|
-
interval: string;
|
|
3123
|
-
};
|
|
3124
|
-
};
|
|
3125
|
-
referrer?: {} | null | undefined;
|
|
3126
|
-
disabled_at?: string | null | undefined;
|
|
3127
|
-
created_at?: string | null | undefined;
|
|
3128
|
-
updated_at?: string | null | undefined;
|
|
3129
|
-
};
|
|
3130
|
-
}, z.ZodTypeDef, {
|
|
3131
|
-
data: {
|
|
3132
|
-
settings: {
|
|
3133
|
-
data: {
|
|
3657
|
+
}, {
|
|
3134
3658
|
email: string;
|
|
3135
3659
|
about_en: string;
|
|
3136
3660
|
'about_en-GB': string;
|
|
@@ -3250,59 +3774,13 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3250
3774
|
enable_zumper?: string | null | undefined;
|
|
3251
3775
|
facebook_pixel_id?: string | null | undefined;
|
|
3252
3776
|
google_analytics_id?: string | null | undefined;
|
|
3777
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3253
3778
|
immovlan_customer_id?: string | null | undefined;
|
|
3254
3779
|
livechat_app_id?: string | null | undefined;
|
|
3255
3780
|
logic_immo_agency_id?: string | null | undefined;
|
|
3256
3781
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3257
|
-
}
|
|
3258
|
-
}
|
|
3259
|
-
intercom_app_id: string;
|
|
3260
|
-
id: string;
|
|
3261
|
-
name: string;
|
|
3262
|
-
locale: string;
|
|
3263
|
-
member_count: number;
|
|
3264
|
-
member_allowed: number;
|
|
3265
|
-
contacts_count: number;
|
|
3266
|
-
channels_count: number;
|
|
3267
|
-
plan: {
|
|
3268
|
-
data: {
|
|
3269
|
-
id: string;
|
|
3270
|
-
max_users: number;
|
|
3271
|
-
price: Record<string, any>;
|
|
3272
|
-
interval: string;
|
|
3273
|
-
};
|
|
3274
|
-
};
|
|
3275
|
-
referrer?: {} | null | undefined;
|
|
3276
|
-
disabled_at?: string | null | undefined;
|
|
3277
|
-
created_at?: string | null | undefined;
|
|
3278
|
-
updated_at?: string | null | undefined;
|
|
3279
|
-
};
|
|
3280
|
-
}>>>;
|
|
3281
|
-
settings: z.ZodNullable<z.ZodOptional<z.ZodType<{
|
|
3282
|
-
data: {
|
|
3283
|
-
measurement_system: MeasurementSystem;
|
|
3284
|
-
numeral_system: string;
|
|
3285
|
-
currency: import("../common/currencies").Currency;
|
|
3286
|
-
country: string;
|
|
3287
|
-
visit_duration: number;
|
|
3288
|
-
};
|
|
3289
|
-
}, z.ZodTypeDef, {
|
|
3290
|
-
data: {
|
|
3291
|
-
measurement_system: MeasurementSystem;
|
|
3292
|
-
numeral_system: string;
|
|
3293
|
-
currency: import("../common/currencies").Currency;
|
|
3294
|
-
country: string;
|
|
3295
|
-
visit_duration: number;
|
|
3296
|
-
};
|
|
3297
|
-
}>>>;
|
|
3298
|
-
}, "strip", z.ZodTypeAny, {
|
|
3299
|
-
id: string;
|
|
3300
|
-
name: string;
|
|
3301
|
-
contacts_count: number;
|
|
3302
|
-
properties_count: number;
|
|
3303
|
-
company?: {
|
|
3304
|
-
data: {
|
|
3305
|
-
settings: {
|
|
3782
|
+
}>;
|
|
3783
|
+
}, "strip", z.ZodTypeAny, {
|
|
3306
3784
|
data: {
|
|
3307
3785
|
email: string;
|
|
3308
3786
|
about_en: string;
|
|
@@ -3423,51 +3901,13 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3423
3901
|
enable_zumper?: string | null | undefined;
|
|
3424
3902
|
facebook_pixel_id?: string | null | undefined;
|
|
3425
3903
|
google_analytics_id?: string | null | undefined;
|
|
3904
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3426
3905
|
immovlan_customer_id?: string | null | undefined;
|
|
3427
3906
|
livechat_app_id?: string | null | undefined;
|
|
3428
3907
|
logic_immo_agency_id?: string | null | undefined;
|
|
3429
3908
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3430
3909
|
};
|
|
3431
|
-
}
|
|
3432
|
-
intercom_app_id: string;
|
|
3433
|
-
id: string;
|
|
3434
|
-
name: string;
|
|
3435
|
-
locale: string;
|
|
3436
|
-
member_count: number;
|
|
3437
|
-
member_allowed: number;
|
|
3438
|
-
contacts_count: number;
|
|
3439
|
-
channels_count: number;
|
|
3440
|
-
plan: {
|
|
3441
|
-
data: {
|
|
3442
|
-
id: string;
|
|
3443
|
-
max_users: number;
|
|
3444
|
-
price: Record<string, any>;
|
|
3445
|
-
interval: string;
|
|
3446
|
-
};
|
|
3447
|
-
};
|
|
3448
|
-
referrer?: {} | null | undefined;
|
|
3449
|
-
disabled_at?: string | null | undefined;
|
|
3450
|
-
created_at?: string | null | undefined;
|
|
3451
|
-
updated_at?: string | null | undefined;
|
|
3452
|
-
};
|
|
3453
|
-
} | null | undefined;
|
|
3454
|
-
settings?: {
|
|
3455
|
-
data: {
|
|
3456
|
-
measurement_system: MeasurementSystem;
|
|
3457
|
-
numeral_system: string;
|
|
3458
|
-
currency: import("../common/currencies").Currency;
|
|
3459
|
-
country: string;
|
|
3460
|
-
visit_duration: number;
|
|
3461
|
-
};
|
|
3462
|
-
} | null | undefined;
|
|
3463
|
-
}, {
|
|
3464
|
-
id: string;
|
|
3465
|
-
name: string;
|
|
3466
|
-
contacts_count: number;
|
|
3467
|
-
properties_count: number;
|
|
3468
|
-
company?: {
|
|
3469
|
-
data: {
|
|
3470
|
-
settings: {
|
|
3910
|
+
}, {
|
|
3471
3911
|
data: {
|
|
3472
3912
|
email: string;
|
|
3473
3913
|
about_en: string;
|
|
@@ -3588,52 +4028,2044 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3588
4028
|
enable_zumper?: string | null | undefined;
|
|
3589
4029
|
facebook_pixel_id?: string | null | undefined;
|
|
3590
4030
|
google_analytics_id?: string | null | undefined;
|
|
4031
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3591
4032
|
immovlan_customer_id?: string | null | undefined;
|
|
3592
4033
|
livechat_app_id?: string | null | undefined;
|
|
3593
4034
|
logic_immo_agency_id?: string | null | undefined;
|
|
3594
4035
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3595
4036
|
};
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
4037
|
+
}>;
|
|
4038
|
+
}, "strip", z.ZodTypeAny, {
|
|
4039
|
+
settings: {
|
|
4040
|
+
data: {
|
|
4041
|
+
email: string;
|
|
4042
|
+
about_en: string;
|
|
4043
|
+
'about_en-GB': string;
|
|
4044
|
+
about_fr: string;
|
|
4045
|
+
'about_fr-BE': string;
|
|
4046
|
+
about_nl: string;
|
|
4047
|
+
agency_website_hostname: string;
|
|
4048
|
+
contact_additional: string;
|
|
4049
|
+
contact_borough_or_district: string;
|
|
4050
|
+
contact_box: string;
|
|
4051
|
+
contact_city: string;
|
|
4052
|
+
contact_country: string;
|
|
4053
|
+
contact_county: string;
|
|
4054
|
+
contact_email: string;
|
|
4055
|
+
contact_number: string;
|
|
4056
|
+
contact_phone: string;
|
|
4057
|
+
contact_street: string;
|
|
4058
|
+
contact_street_2: string;
|
|
4059
|
+
contact_zip: string;
|
|
4060
|
+
default_country: string;
|
|
4061
|
+
default_email: string;
|
|
4062
|
+
default_legal_company_name: string;
|
|
4063
|
+
default_legal_VAT_number: string;
|
|
4064
|
+
default_locale: string;
|
|
4065
|
+
description_en: string;
|
|
4066
|
+
'description_en-GB': string;
|
|
4067
|
+
description_facebook: string;
|
|
4068
|
+
description_fr: string;
|
|
4069
|
+
'description_fr-BE': string;
|
|
4070
|
+
description_instagram: string;
|
|
4071
|
+
description_nl: string;
|
|
4072
|
+
description_twitter: string;
|
|
4073
|
+
disabled_reason: string;
|
|
4074
|
+
domain_agency_id: string;
|
|
4075
|
+
homepage_cover: string;
|
|
4076
|
+
homepage_cover_image: string;
|
|
4077
|
+
homepage_cover_video: string;
|
|
4078
|
+
homepage_highlights: any[];
|
|
4079
|
+
homepage_properties: string;
|
|
4080
|
+
immoweb_ftp_password: string;
|
|
4081
|
+
immoweb_ftp_username: string;
|
|
4082
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4083
|
+
intercom_app_id: string;
|
|
4084
|
+
invoice_address: string;
|
|
4085
|
+
invoice_address_2: string;
|
|
4086
|
+
invoice_city: string;
|
|
4087
|
+
invoice_company_name: string;
|
|
4088
|
+
invoice_country: string;
|
|
4089
|
+
invoice_county: string;
|
|
4090
|
+
invoice_email: string;
|
|
4091
|
+
invoice_first_name: string;
|
|
4092
|
+
invoice_last_name: string;
|
|
4093
|
+
invoice_vat_number: string;
|
|
4094
|
+
invoice_zip: string;
|
|
4095
|
+
languages: string[];
|
|
4096
|
+
links_facebook: string;
|
|
4097
|
+
links_instagram: string;
|
|
4098
|
+
links_linkedin: string;
|
|
4099
|
+
links_twitter: string;
|
|
4100
|
+
new_properties_en: string;
|
|
4101
|
+
'new_properties_en-GB': string;
|
|
4102
|
+
new_properties_fr: string;
|
|
4103
|
+
'new_properties_fr-BE': string;
|
|
4104
|
+
new_properties_nl: string;
|
|
4105
|
+
onthemarket_api_key: string;
|
|
4106
|
+
published_url_resolvers: string[];
|
|
4107
|
+
registration_number: string;
|
|
4108
|
+
rent_period: string;
|
|
4109
|
+
rightmove_api_key: string;
|
|
4110
|
+
signup_company_name: string;
|
|
4111
|
+
signup_country: string;
|
|
4112
|
+
signup_email: string;
|
|
4113
|
+
tagline_en: string;
|
|
4114
|
+
'tagline_en-GB': string;
|
|
4115
|
+
tagline_fr: string;
|
|
4116
|
+
'tagline_fr-BE': string;
|
|
4117
|
+
tagline_nl: string;
|
|
4118
|
+
theme: string;
|
|
4119
|
+
theme_buttons: string;
|
|
4120
|
+
theme_custom_color: string;
|
|
4121
|
+
theme_typeface: string;
|
|
4122
|
+
timezone: string;
|
|
4123
|
+
transaction_types: string;
|
|
4124
|
+
zoopla_api_key: string;
|
|
4125
|
+
description: string;
|
|
4126
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4159
|
+
google_analytics_id?: string | null | undefined;
|
|
4160
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4161
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4162
|
+
livechat_app_id?: string | null | undefined;
|
|
4163
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4164
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4165
|
+
};
|
|
4166
|
+
};
|
|
4167
|
+
intercom_app_id: string;
|
|
4168
|
+
id: string;
|
|
4169
|
+
created_at: string;
|
|
4170
|
+
locale: string;
|
|
4171
|
+
name: string;
|
|
4172
|
+
member_count: number;
|
|
4173
|
+
member_allowed: number;
|
|
4174
|
+
contacts_count: number;
|
|
4175
|
+
channels_count: number;
|
|
4176
|
+
plan: {
|
|
3606
4177
|
data: {
|
|
3607
4178
|
id: string;
|
|
3608
4179
|
max_users: number;
|
|
3609
4180
|
price: Record<string, any>;
|
|
3610
4181
|
interval: string;
|
|
3611
4182
|
};
|
|
3612
|
-
};
|
|
3613
|
-
referrer?: {} | null | undefined;
|
|
3614
|
-
disabled_at?: string | null | undefined;
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
4183
|
+
};
|
|
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
|
+
settings: {
|
|
4196
|
+
data: {
|
|
4197
|
+
email: string;
|
|
4198
|
+
about_en: string;
|
|
4199
|
+
'about_en-GB': string;
|
|
4200
|
+
about_fr: string;
|
|
4201
|
+
'about_fr-BE': string;
|
|
4202
|
+
about_nl: string;
|
|
4203
|
+
agency_website_hostname: string;
|
|
4204
|
+
contact_additional: string;
|
|
4205
|
+
contact_borough_or_district: string;
|
|
4206
|
+
contact_box: string;
|
|
4207
|
+
contact_city: string;
|
|
4208
|
+
contact_country: string;
|
|
4209
|
+
contact_county: string;
|
|
4210
|
+
contact_email: string;
|
|
4211
|
+
contact_number: string;
|
|
4212
|
+
contact_phone: string;
|
|
4213
|
+
contact_street: string;
|
|
4214
|
+
contact_street_2: string;
|
|
4215
|
+
contact_zip: string;
|
|
4216
|
+
default_country: string;
|
|
4217
|
+
default_email: string;
|
|
4218
|
+
default_legal_company_name: string;
|
|
4219
|
+
default_legal_VAT_number: string;
|
|
4220
|
+
default_locale: string;
|
|
4221
|
+
description_en: string;
|
|
4222
|
+
'description_en-GB': string;
|
|
4223
|
+
description_facebook: string;
|
|
4224
|
+
description_fr: string;
|
|
4225
|
+
'description_fr-BE': string;
|
|
4226
|
+
description_instagram: string;
|
|
4227
|
+
description_nl: string;
|
|
4228
|
+
description_twitter: string;
|
|
4229
|
+
disabled_reason: string;
|
|
4230
|
+
domain_agency_id: string;
|
|
4231
|
+
homepage_cover: string;
|
|
4232
|
+
homepage_cover_image: string;
|
|
4233
|
+
homepage_cover_video: string;
|
|
4234
|
+
homepage_highlights: any[];
|
|
4235
|
+
homepage_properties: string;
|
|
4236
|
+
immoweb_ftp_password: string;
|
|
4237
|
+
immoweb_ftp_username: string;
|
|
4238
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4239
|
+
intercom_app_id: string;
|
|
4240
|
+
invoice_address: string;
|
|
4241
|
+
invoice_address_2: string;
|
|
4242
|
+
invoice_city: string;
|
|
4243
|
+
invoice_company_name: string;
|
|
4244
|
+
invoice_country: string;
|
|
4245
|
+
invoice_county: string;
|
|
4246
|
+
invoice_email: string;
|
|
4247
|
+
invoice_first_name: string;
|
|
4248
|
+
invoice_last_name: string;
|
|
4249
|
+
invoice_vat_number: string;
|
|
4250
|
+
invoice_zip: string;
|
|
4251
|
+
languages: string[];
|
|
4252
|
+
links_facebook: string;
|
|
4253
|
+
links_instagram: string;
|
|
4254
|
+
links_linkedin: string;
|
|
4255
|
+
links_twitter: string;
|
|
4256
|
+
new_properties_en: string;
|
|
4257
|
+
'new_properties_en-GB': string;
|
|
4258
|
+
new_properties_fr: string;
|
|
4259
|
+
'new_properties_fr-BE': string;
|
|
4260
|
+
new_properties_nl: string;
|
|
4261
|
+
onthemarket_api_key: string;
|
|
4262
|
+
published_url_resolvers: string[];
|
|
4263
|
+
registration_number: string;
|
|
4264
|
+
rent_period: string;
|
|
4265
|
+
rightmove_api_key: string;
|
|
4266
|
+
signup_company_name: string;
|
|
4267
|
+
signup_country: string;
|
|
4268
|
+
signup_email: string;
|
|
4269
|
+
tagline_en: string;
|
|
4270
|
+
'tagline_en-GB': string;
|
|
4271
|
+
tagline_fr: string;
|
|
4272
|
+
'tagline_fr-BE': string;
|
|
4273
|
+
tagline_nl: string;
|
|
4274
|
+
theme: string;
|
|
4275
|
+
theme_buttons: string;
|
|
4276
|
+
theme_custom_color: string;
|
|
4277
|
+
theme_typeface: string;
|
|
4278
|
+
timezone: string;
|
|
4279
|
+
transaction_types: string;
|
|
4280
|
+
zoopla_api_key: string;
|
|
4281
|
+
description: string;
|
|
4282
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4315
|
+
google_analytics_id?: string | null | undefined;
|
|
4316
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4317
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4318
|
+
livechat_app_id?: string | null | undefined;
|
|
4319
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4320
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4321
|
+
};
|
|
4322
|
+
};
|
|
4323
|
+
intercom_app_id: string;
|
|
4324
|
+
id: string;
|
|
4325
|
+
created_at: string;
|
|
4326
|
+
locale: string;
|
|
4327
|
+
name: string;
|
|
4328
|
+
member_count: number;
|
|
4329
|
+
member_allowed: number;
|
|
4330
|
+
contacts_count: number;
|
|
4331
|
+
channels_count: number;
|
|
4332
|
+
plan: {
|
|
4333
|
+
data: {
|
|
4334
|
+
id: string;
|
|
4335
|
+
max_users: number;
|
|
4336
|
+
price: Record<string, any>;
|
|
4337
|
+
interval: string;
|
|
4338
|
+
};
|
|
4339
|
+
};
|
|
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
|
+
settings: {
|
|
4354
|
+
data: {
|
|
4355
|
+
email: string;
|
|
4356
|
+
about_en: string;
|
|
4357
|
+
'about_en-GB': string;
|
|
4358
|
+
about_fr: string;
|
|
4359
|
+
'about_fr-BE': string;
|
|
4360
|
+
about_nl: string;
|
|
4361
|
+
agency_website_hostname: string;
|
|
4362
|
+
contact_additional: string;
|
|
4363
|
+
contact_borough_or_district: string;
|
|
4364
|
+
contact_box: string;
|
|
4365
|
+
contact_city: string;
|
|
4366
|
+
contact_country: string;
|
|
4367
|
+
contact_county: string;
|
|
4368
|
+
contact_email: string;
|
|
4369
|
+
contact_number: string;
|
|
4370
|
+
contact_phone: string;
|
|
4371
|
+
contact_street: string;
|
|
4372
|
+
contact_street_2: string;
|
|
4373
|
+
contact_zip: string;
|
|
4374
|
+
default_country: string;
|
|
4375
|
+
default_email: string;
|
|
4376
|
+
default_legal_company_name: string;
|
|
4377
|
+
default_legal_VAT_number: string;
|
|
4378
|
+
default_locale: string;
|
|
4379
|
+
description_en: string;
|
|
4380
|
+
'description_en-GB': string;
|
|
4381
|
+
description_facebook: string;
|
|
4382
|
+
description_fr: string;
|
|
4383
|
+
'description_fr-BE': string;
|
|
4384
|
+
description_instagram: string;
|
|
4385
|
+
description_nl: string;
|
|
4386
|
+
description_twitter: string;
|
|
4387
|
+
disabled_reason: string;
|
|
4388
|
+
domain_agency_id: string;
|
|
4389
|
+
homepage_cover: string;
|
|
4390
|
+
homepage_cover_image: string;
|
|
4391
|
+
homepage_cover_video: string;
|
|
4392
|
+
homepage_highlights: any[];
|
|
4393
|
+
homepage_properties: string;
|
|
4394
|
+
immoweb_ftp_password: string;
|
|
4395
|
+
immoweb_ftp_username: string;
|
|
4396
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4397
|
+
intercom_app_id: string;
|
|
4398
|
+
invoice_address: string;
|
|
4399
|
+
invoice_address_2: string;
|
|
4400
|
+
invoice_city: string;
|
|
4401
|
+
invoice_company_name: string;
|
|
4402
|
+
invoice_country: string;
|
|
4403
|
+
invoice_county: string;
|
|
4404
|
+
invoice_email: string;
|
|
4405
|
+
invoice_first_name: string;
|
|
4406
|
+
invoice_last_name: string;
|
|
4407
|
+
invoice_vat_number: string;
|
|
4408
|
+
invoice_zip: string;
|
|
4409
|
+
languages: string[];
|
|
4410
|
+
links_facebook: string;
|
|
4411
|
+
links_instagram: string;
|
|
4412
|
+
links_linkedin: string;
|
|
4413
|
+
links_twitter: string;
|
|
4414
|
+
new_properties_en: string;
|
|
4415
|
+
'new_properties_en-GB': string;
|
|
4416
|
+
new_properties_fr: string;
|
|
4417
|
+
'new_properties_fr-BE': string;
|
|
4418
|
+
new_properties_nl: string;
|
|
4419
|
+
onthemarket_api_key: string;
|
|
4420
|
+
published_url_resolvers: string[];
|
|
4421
|
+
registration_number: string;
|
|
4422
|
+
rent_period: string;
|
|
4423
|
+
rightmove_api_key: string;
|
|
4424
|
+
signup_company_name: string;
|
|
4425
|
+
signup_country: string;
|
|
4426
|
+
signup_email: string;
|
|
4427
|
+
tagline_en: string;
|
|
4428
|
+
'tagline_en-GB': string;
|
|
4429
|
+
tagline_fr: string;
|
|
4430
|
+
'tagline_fr-BE': string;
|
|
4431
|
+
tagline_nl: string;
|
|
4432
|
+
theme: string;
|
|
4433
|
+
theme_buttons: string;
|
|
4434
|
+
theme_custom_color: string;
|
|
4435
|
+
theme_typeface: string;
|
|
4436
|
+
timezone: string;
|
|
4437
|
+
transaction_types: string;
|
|
4438
|
+
zoopla_api_key: string;
|
|
4439
|
+
description: string;
|
|
4440
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4473
|
+
google_analytics_id?: string | null | undefined;
|
|
4474
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4475
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4476
|
+
livechat_app_id?: string | null | undefined;
|
|
4477
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4478
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4479
|
+
};
|
|
4480
|
+
};
|
|
4481
|
+
intercom_app_id: string;
|
|
4482
|
+
id: string;
|
|
4483
|
+
created_at: string;
|
|
4484
|
+
locale: string;
|
|
4485
|
+
name: string;
|
|
4486
|
+
member_count: number;
|
|
4487
|
+
member_allowed: number;
|
|
4488
|
+
contacts_count: number;
|
|
4489
|
+
channels_count: number;
|
|
4490
|
+
plan: {
|
|
4491
|
+
data: {
|
|
4492
|
+
id: string;
|
|
4493
|
+
max_users: number;
|
|
4494
|
+
price: Record<string, any>;
|
|
4495
|
+
interval: string;
|
|
4496
|
+
};
|
|
4497
|
+
};
|
|
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
|
+
settings: {
|
|
4512
|
+
data: {
|
|
4513
|
+
email: string;
|
|
4514
|
+
about_en: string;
|
|
4515
|
+
'about_en-GB': string;
|
|
4516
|
+
about_fr: string;
|
|
4517
|
+
'about_fr-BE': string;
|
|
4518
|
+
about_nl: string;
|
|
4519
|
+
agency_website_hostname: string;
|
|
4520
|
+
contact_additional: string;
|
|
4521
|
+
contact_borough_or_district: string;
|
|
4522
|
+
contact_box: string;
|
|
4523
|
+
contact_city: string;
|
|
4524
|
+
contact_country: string;
|
|
4525
|
+
contact_county: string;
|
|
4526
|
+
contact_email: string;
|
|
4527
|
+
contact_number: string;
|
|
4528
|
+
contact_phone: string;
|
|
4529
|
+
contact_street: string;
|
|
4530
|
+
contact_street_2: string;
|
|
4531
|
+
contact_zip: string;
|
|
4532
|
+
default_country: string;
|
|
4533
|
+
default_email: string;
|
|
4534
|
+
default_legal_company_name: string;
|
|
4535
|
+
default_legal_VAT_number: string;
|
|
4536
|
+
default_locale: string;
|
|
4537
|
+
description_en: string;
|
|
4538
|
+
'description_en-GB': string;
|
|
4539
|
+
description_facebook: string;
|
|
4540
|
+
description_fr: string;
|
|
4541
|
+
'description_fr-BE': string;
|
|
4542
|
+
description_instagram: string;
|
|
4543
|
+
description_nl: string;
|
|
4544
|
+
description_twitter: string;
|
|
4545
|
+
disabled_reason: string;
|
|
4546
|
+
domain_agency_id: string;
|
|
4547
|
+
homepage_cover: string;
|
|
4548
|
+
homepage_cover_image: string;
|
|
4549
|
+
homepage_cover_video: string;
|
|
4550
|
+
homepage_highlights: any[];
|
|
4551
|
+
homepage_properties: string;
|
|
4552
|
+
immoweb_ftp_password: string;
|
|
4553
|
+
immoweb_ftp_username: string;
|
|
4554
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4555
|
+
intercom_app_id: string;
|
|
4556
|
+
invoice_address: string;
|
|
4557
|
+
invoice_address_2: string;
|
|
4558
|
+
invoice_city: string;
|
|
4559
|
+
invoice_company_name: string;
|
|
4560
|
+
invoice_country: string;
|
|
4561
|
+
invoice_county: string;
|
|
4562
|
+
invoice_email: string;
|
|
4563
|
+
invoice_first_name: string;
|
|
4564
|
+
invoice_last_name: string;
|
|
4565
|
+
invoice_vat_number: string;
|
|
4566
|
+
invoice_zip: string;
|
|
4567
|
+
languages: string[];
|
|
4568
|
+
links_facebook: string;
|
|
4569
|
+
links_instagram: string;
|
|
4570
|
+
links_linkedin: string;
|
|
4571
|
+
links_twitter: string;
|
|
4572
|
+
new_properties_en: string;
|
|
4573
|
+
'new_properties_en-GB': string;
|
|
4574
|
+
new_properties_fr: string;
|
|
4575
|
+
'new_properties_fr-BE': string;
|
|
4576
|
+
new_properties_nl: string;
|
|
4577
|
+
onthemarket_api_key: string;
|
|
4578
|
+
published_url_resolvers: string[];
|
|
4579
|
+
registration_number: string;
|
|
4580
|
+
rent_period: string;
|
|
4581
|
+
rightmove_api_key: string;
|
|
4582
|
+
signup_company_name: string;
|
|
4583
|
+
signup_country: string;
|
|
4584
|
+
signup_email: string;
|
|
4585
|
+
tagline_en: string;
|
|
4586
|
+
'tagline_en-GB': string;
|
|
4587
|
+
tagline_fr: string;
|
|
4588
|
+
'tagline_fr-BE': string;
|
|
4589
|
+
tagline_nl: string;
|
|
4590
|
+
theme: string;
|
|
4591
|
+
theme_buttons: string;
|
|
4592
|
+
theme_custom_color: string;
|
|
4593
|
+
theme_typeface: string;
|
|
4594
|
+
timezone: string;
|
|
4595
|
+
transaction_types: string;
|
|
4596
|
+
zoopla_api_key: string;
|
|
4597
|
+
description: string;
|
|
4598
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4631
|
+
google_analytics_id?: string | null | undefined;
|
|
4632
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4633
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4634
|
+
livechat_app_id?: string | null | undefined;
|
|
4635
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4636
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4637
|
+
};
|
|
4638
|
+
};
|
|
4639
|
+
intercom_app_id: string;
|
|
4640
|
+
id: string;
|
|
4641
|
+
created_at: string;
|
|
4642
|
+
locale: string;
|
|
4643
|
+
name: 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
|
+
};
|
|
4656
|
+
referrer?: {} | null | undefined;
|
|
4657
|
+
disabled_at?: string | null | undefined;
|
|
4658
|
+
updated_at?: string | null | undefined;
|
|
4659
|
+
photo?: {
|
|
4660
|
+
data: {
|
|
4661
|
+
url: string;
|
|
4662
|
+
uploaded_at: string;
|
|
4663
|
+
photo_file_id: string;
|
|
4664
|
+
};
|
|
4665
|
+
} | null | undefined;
|
|
4666
|
+
};
|
|
4667
|
+
}>>>;
|
|
4668
|
+
settings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4669
|
+
data: z.ZodObject<{
|
|
4670
|
+
measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
|
|
4671
|
+
numeral_system: z.ZodString;
|
|
4672
|
+
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
4673
|
+
country: z.ZodString;
|
|
4674
|
+
visit_duration: z.ZodNumber;
|
|
4675
|
+
use_bright_matching: z.ZodBoolean;
|
|
4676
|
+
default_assignee: z.ZodObject<{
|
|
4677
|
+
id: z.ZodString;
|
|
4678
|
+
first_name: z.ZodString;
|
|
4679
|
+
last_name: z.ZodString;
|
|
4680
|
+
full_name: z.ZodString;
|
|
4681
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4682
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4683
|
+
role_id: z.ZodString;
|
|
4684
|
+
intercom_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4685
|
+
launchdarkly_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4686
|
+
created_at: z.ZodString;
|
|
4687
|
+
updated_at: z.ZodString;
|
|
4688
|
+
appointment_service_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4689
|
+
locale: z.ZodString;
|
|
4690
|
+
office_id: z.ZodString;
|
|
4691
|
+
}, "strip", z.ZodTypeAny, {
|
|
4692
|
+
id: string;
|
|
4693
|
+
first_name: string;
|
|
4694
|
+
last_name: string;
|
|
4695
|
+
full_name: string;
|
|
4696
|
+
role_id: string;
|
|
4697
|
+
created_at: string;
|
|
4698
|
+
updated_at: string;
|
|
4699
|
+
locale: string;
|
|
4700
|
+
office_id: string;
|
|
4701
|
+
email?: string | null | undefined;
|
|
4702
|
+
phone?: string | null | undefined;
|
|
4703
|
+
intercom_hash?: string | null | undefined;
|
|
4704
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4705
|
+
appointment_service_url?: string | null | undefined;
|
|
4706
|
+
}, {
|
|
4707
|
+
id: string;
|
|
4708
|
+
first_name: string;
|
|
4709
|
+
last_name: string;
|
|
4710
|
+
full_name: string;
|
|
4711
|
+
role_id: string;
|
|
4712
|
+
created_at: string;
|
|
4713
|
+
updated_at: string;
|
|
4714
|
+
locale: string;
|
|
4715
|
+
office_id: string;
|
|
4716
|
+
email?: string | null | undefined;
|
|
4717
|
+
phone?: string | null | undefined;
|
|
4718
|
+
intercom_hash?: string | null | undefined;
|
|
4719
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4720
|
+
appointment_service_url?: string | null | undefined;
|
|
4721
|
+
}>;
|
|
4722
|
+
}, "strip", z.ZodTypeAny, {
|
|
4723
|
+
measurement_system: MeasurementSystem;
|
|
4724
|
+
numeral_system: string;
|
|
4725
|
+
currency: import("../common/currencies").Currency;
|
|
4726
|
+
country: string;
|
|
4727
|
+
visit_duration: number;
|
|
4728
|
+
use_bright_matching: boolean;
|
|
4729
|
+
default_assignee: {
|
|
4730
|
+
id: string;
|
|
4731
|
+
first_name: string;
|
|
4732
|
+
last_name: string;
|
|
4733
|
+
full_name: string;
|
|
4734
|
+
role_id: string;
|
|
4735
|
+
created_at: string;
|
|
4736
|
+
updated_at: string;
|
|
4737
|
+
locale: string;
|
|
4738
|
+
office_id: string;
|
|
4739
|
+
email?: string | null | undefined;
|
|
4740
|
+
phone?: string | null | undefined;
|
|
4741
|
+
intercom_hash?: string | null | undefined;
|
|
4742
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4743
|
+
appointment_service_url?: string | null | undefined;
|
|
4744
|
+
};
|
|
4745
|
+
}, {
|
|
4746
|
+
measurement_system: MeasurementSystem;
|
|
4747
|
+
numeral_system: string;
|
|
4748
|
+
currency: import("../common/currencies").Currency;
|
|
4749
|
+
country: string;
|
|
4750
|
+
visit_duration: number;
|
|
4751
|
+
use_bright_matching: boolean;
|
|
4752
|
+
default_assignee: {
|
|
4753
|
+
id: string;
|
|
4754
|
+
first_name: string;
|
|
4755
|
+
last_name: string;
|
|
4756
|
+
full_name: string;
|
|
4757
|
+
role_id: string;
|
|
4758
|
+
created_at: string;
|
|
4759
|
+
updated_at: string;
|
|
4760
|
+
locale: string;
|
|
4761
|
+
office_id: string;
|
|
4762
|
+
email?: string | null | undefined;
|
|
4763
|
+
phone?: string | null | undefined;
|
|
4764
|
+
intercom_hash?: string | null | undefined;
|
|
4765
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4766
|
+
appointment_service_url?: string | null | undefined;
|
|
4767
|
+
};
|
|
4768
|
+
}>;
|
|
4769
|
+
}, "strip", z.ZodTypeAny, {
|
|
4770
|
+
data: {
|
|
4771
|
+
measurement_system: MeasurementSystem;
|
|
4772
|
+
numeral_system: string;
|
|
4773
|
+
currency: import("../common/currencies").Currency;
|
|
4774
|
+
country: string;
|
|
4775
|
+
visit_duration: number;
|
|
4776
|
+
use_bright_matching: boolean;
|
|
4777
|
+
default_assignee: {
|
|
4778
|
+
id: string;
|
|
4779
|
+
first_name: string;
|
|
4780
|
+
last_name: string;
|
|
4781
|
+
full_name: string;
|
|
4782
|
+
role_id: string;
|
|
4783
|
+
created_at: string;
|
|
4784
|
+
updated_at: string;
|
|
4785
|
+
locale: string;
|
|
4786
|
+
office_id: string;
|
|
4787
|
+
email?: string | null | undefined;
|
|
4788
|
+
phone?: string | null | undefined;
|
|
4789
|
+
intercom_hash?: string | null | undefined;
|
|
4790
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4791
|
+
appointment_service_url?: string | null | undefined;
|
|
4792
|
+
};
|
|
4793
|
+
};
|
|
4794
|
+
}, {
|
|
4795
|
+
data: {
|
|
4796
|
+
measurement_system: MeasurementSystem;
|
|
4797
|
+
numeral_system: string;
|
|
4798
|
+
currency: import("../common/currencies").Currency;
|
|
4799
|
+
country: string;
|
|
4800
|
+
visit_duration: number;
|
|
4801
|
+
use_bright_matching: boolean;
|
|
4802
|
+
default_assignee: {
|
|
4803
|
+
id: string;
|
|
4804
|
+
first_name: string;
|
|
4805
|
+
last_name: string;
|
|
4806
|
+
full_name: string;
|
|
4807
|
+
role_id: string;
|
|
4808
|
+
created_at: string;
|
|
4809
|
+
updated_at: string;
|
|
4810
|
+
locale: string;
|
|
4811
|
+
office_id: string;
|
|
4812
|
+
email?: string | null | undefined;
|
|
4813
|
+
phone?: string | null | undefined;
|
|
4814
|
+
intercom_hash?: string | null | undefined;
|
|
4815
|
+
launchdarkly_hash?: string | null | undefined;
|
|
4816
|
+
appointment_service_url?: string | null | undefined;
|
|
4817
|
+
};
|
|
4818
|
+
};
|
|
4819
|
+
}>>>;
|
|
4820
|
+
}, "strip", z.ZodTypeAny, {
|
|
4821
|
+
id: string;
|
|
4822
|
+
name: string;
|
|
4823
|
+
contacts_count: number;
|
|
4824
|
+
properties_count: number;
|
|
4825
|
+
company?: {
|
|
4826
|
+
data: {
|
|
4827
|
+
settings: {
|
|
4828
|
+
data: {
|
|
4829
|
+
email: string;
|
|
4830
|
+
about_en: string;
|
|
4831
|
+
'about_en-GB': string;
|
|
4832
|
+
about_fr: string;
|
|
4833
|
+
'about_fr-BE': string;
|
|
4834
|
+
about_nl: string;
|
|
4835
|
+
agency_website_hostname: string;
|
|
4836
|
+
contact_additional: string;
|
|
4837
|
+
contact_borough_or_district: string;
|
|
4838
|
+
contact_box: string;
|
|
4839
|
+
contact_city: string;
|
|
4840
|
+
contact_country: string;
|
|
4841
|
+
contact_county: string;
|
|
4842
|
+
contact_email: string;
|
|
4843
|
+
contact_number: string;
|
|
4844
|
+
contact_phone: string;
|
|
4845
|
+
contact_street: string;
|
|
4846
|
+
contact_street_2: string;
|
|
4847
|
+
contact_zip: string;
|
|
4848
|
+
default_country: string;
|
|
4849
|
+
default_email: string;
|
|
4850
|
+
default_legal_company_name: string;
|
|
4851
|
+
default_legal_VAT_number: string;
|
|
4852
|
+
default_locale: string;
|
|
4853
|
+
description_en: string;
|
|
4854
|
+
'description_en-GB': string;
|
|
4855
|
+
description_facebook: string;
|
|
4856
|
+
description_fr: string;
|
|
4857
|
+
'description_fr-BE': string;
|
|
4858
|
+
description_instagram: string;
|
|
4859
|
+
description_nl: string;
|
|
4860
|
+
description_twitter: string;
|
|
4861
|
+
disabled_reason: string;
|
|
4862
|
+
domain_agency_id: string;
|
|
4863
|
+
homepage_cover: string;
|
|
4864
|
+
homepage_cover_image: string;
|
|
4865
|
+
homepage_cover_video: string;
|
|
4866
|
+
homepage_highlights: any[];
|
|
4867
|
+
homepage_properties: string;
|
|
4868
|
+
immoweb_ftp_password: string;
|
|
4869
|
+
immoweb_ftp_username: string;
|
|
4870
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4871
|
+
intercom_app_id: string;
|
|
4872
|
+
invoice_address: string;
|
|
4873
|
+
invoice_address_2: string;
|
|
4874
|
+
invoice_city: string;
|
|
4875
|
+
invoice_company_name: string;
|
|
4876
|
+
invoice_country: string;
|
|
4877
|
+
invoice_county: string;
|
|
4878
|
+
invoice_email: string;
|
|
4879
|
+
invoice_first_name: string;
|
|
4880
|
+
invoice_last_name: string;
|
|
4881
|
+
invoice_vat_number: string;
|
|
4882
|
+
invoice_zip: string;
|
|
4883
|
+
languages: string[];
|
|
4884
|
+
links_facebook: string;
|
|
4885
|
+
links_instagram: string;
|
|
4886
|
+
links_linkedin: string;
|
|
4887
|
+
links_twitter: string;
|
|
4888
|
+
new_properties_en: string;
|
|
4889
|
+
'new_properties_en-GB': string;
|
|
4890
|
+
new_properties_fr: string;
|
|
4891
|
+
'new_properties_fr-BE': string;
|
|
4892
|
+
new_properties_nl: string;
|
|
4893
|
+
onthemarket_api_key: string;
|
|
4894
|
+
published_url_resolvers: string[];
|
|
4895
|
+
registration_number: string;
|
|
4896
|
+
rent_period: string;
|
|
4897
|
+
rightmove_api_key: string;
|
|
4898
|
+
signup_company_name: string;
|
|
4899
|
+
signup_country: string;
|
|
4900
|
+
signup_email: string;
|
|
4901
|
+
tagline_en: string;
|
|
4902
|
+
'tagline_en-GB': string;
|
|
4903
|
+
tagline_fr: string;
|
|
4904
|
+
'tagline_fr-BE': string;
|
|
4905
|
+
tagline_nl: string;
|
|
4906
|
+
theme: string;
|
|
4907
|
+
theme_buttons: string;
|
|
4908
|
+
theme_custom_color: string;
|
|
4909
|
+
theme_typeface: string;
|
|
4910
|
+
timezone: string;
|
|
4911
|
+
transaction_types: string;
|
|
4912
|
+
zoopla_api_key: string;
|
|
4913
|
+
description: string;
|
|
4914
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4947
|
+
google_analytics_id?: string | null | undefined;
|
|
4948
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4949
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4950
|
+
livechat_app_id?: string | null | undefined;
|
|
4951
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4952
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4953
|
+
};
|
|
4954
|
+
};
|
|
4955
|
+
intercom_app_id: string;
|
|
4956
|
+
id: string;
|
|
4957
|
+
created_at: string;
|
|
4958
|
+
locale: string;
|
|
4959
|
+
name: 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
|
+
};
|
|
4972
|
+
referrer?: {} | null | undefined;
|
|
4973
|
+
disabled_at?: string | null | undefined;
|
|
4974
|
+
updated_at?: string | null | undefined;
|
|
4975
|
+
photo?: {
|
|
4976
|
+
data: {
|
|
4977
|
+
url: string;
|
|
4978
|
+
uploaded_at: string;
|
|
4979
|
+
photo_file_id: string;
|
|
4980
|
+
};
|
|
4981
|
+
} | null | undefined;
|
|
4982
|
+
};
|
|
4983
|
+
} | null | undefined;
|
|
4984
|
+
settings?: {
|
|
4985
|
+
data: {
|
|
4986
|
+
measurement_system: MeasurementSystem;
|
|
4987
|
+
numeral_system: string;
|
|
4988
|
+
currency: import("../common/currencies").Currency;
|
|
4989
|
+
country: string;
|
|
4990
|
+
visit_duration: number;
|
|
4991
|
+
use_bright_matching: boolean;
|
|
4992
|
+
default_assignee: {
|
|
4993
|
+
id: string;
|
|
4994
|
+
first_name: string;
|
|
4995
|
+
last_name: string;
|
|
4996
|
+
full_name: string;
|
|
4997
|
+
role_id: string;
|
|
4998
|
+
created_at: string;
|
|
4999
|
+
updated_at: string;
|
|
5000
|
+
locale: string;
|
|
5001
|
+
office_id: string;
|
|
5002
|
+
email?: string | null | undefined;
|
|
5003
|
+
phone?: string | null | undefined;
|
|
5004
|
+
intercom_hash?: string | null | undefined;
|
|
5005
|
+
launchdarkly_hash?: string | null | undefined;
|
|
5006
|
+
appointment_service_url?: string | null | undefined;
|
|
5007
|
+
};
|
|
5008
|
+
};
|
|
5009
|
+
} | null | undefined;
|
|
5010
|
+
}, {
|
|
5011
|
+
id: string;
|
|
5012
|
+
name: string;
|
|
5013
|
+
contacts_count: number;
|
|
5014
|
+
properties_count: number;
|
|
5015
|
+
company?: {
|
|
5016
|
+
data: {
|
|
5017
|
+
settings: {
|
|
5018
|
+
data: {
|
|
5019
|
+
email: string;
|
|
5020
|
+
about_en: string;
|
|
5021
|
+
'about_en-GB': string;
|
|
5022
|
+
about_fr: string;
|
|
5023
|
+
'about_fr-BE': string;
|
|
5024
|
+
about_nl: string;
|
|
5025
|
+
agency_website_hostname: string;
|
|
5026
|
+
contact_additional: string;
|
|
5027
|
+
contact_borough_or_district: string;
|
|
5028
|
+
contact_box: string;
|
|
5029
|
+
contact_city: string;
|
|
5030
|
+
contact_country: string;
|
|
5031
|
+
contact_county: string;
|
|
5032
|
+
contact_email: string;
|
|
5033
|
+
contact_number: string;
|
|
5034
|
+
contact_phone: string;
|
|
5035
|
+
contact_street: string;
|
|
5036
|
+
contact_street_2: string;
|
|
5037
|
+
contact_zip: string;
|
|
5038
|
+
default_country: string;
|
|
5039
|
+
default_email: string;
|
|
5040
|
+
default_legal_company_name: string;
|
|
5041
|
+
default_legal_VAT_number: string;
|
|
5042
|
+
default_locale: string;
|
|
5043
|
+
description_en: string;
|
|
5044
|
+
'description_en-GB': string;
|
|
5045
|
+
description_facebook: string;
|
|
5046
|
+
description_fr: string;
|
|
5047
|
+
'description_fr-BE': string;
|
|
5048
|
+
description_instagram: string;
|
|
5049
|
+
description_nl: string;
|
|
5050
|
+
description_twitter: string;
|
|
5051
|
+
disabled_reason: string;
|
|
5052
|
+
domain_agency_id: string;
|
|
5053
|
+
homepage_cover: string;
|
|
5054
|
+
homepage_cover_image: string;
|
|
5055
|
+
homepage_cover_video: string;
|
|
5056
|
+
homepage_highlights: any[];
|
|
5057
|
+
homepage_properties: string;
|
|
5058
|
+
immoweb_ftp_password: string;
|
|
5059
|
+
immoweb_ftp_username: string;
|
|
5060
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5061
|
+
intercom_app_id: string;
|
|
5062
|
+
invoice_address: string;
|
|
5063
|
+
invoice_address_2: string;
|
|
5064
|
+
invoice_city: string;
|
|
5065
|
+
invoice_company_name: string;
|
|
5066
|
+
invoice_country: string;
|
|
5067
|
+
invoice_county: string;
|
|
5068
|
+
invoice_email: string;
|
|
5069
|
+
invoice_first_name: string;
|
|
5070
|
+
invoice_last_name: string;
|
|
5071
|
+
invoice_vat_number: string;
|
|
5072
|
+
invoice_zip: string;
|
|
5073
|
+
languages: string[];
|
|
5074
|
+
links_facebook: string;
|
|
5075
|
+
links_instagram: string;
|
|
5076
|
+
links_linkedin: string;
|
|
5077
|
+
links_twitter: string;
|
|
5078
|
+
new_properties_en: string;
|
|
5079
|
+
'new_properties_en-GB': string;
|
|
5080
|
+
new_properties_fr: string;
|
|
5081
|
+
'new_properties_fr-BE': string;
|
|
5082
|
+
new_properties_nl: string;
|
|
5083
|
+
onthemarket_api_key: string;
|
|
5084
|
+
published_url_resolvers: string[];
|
|
5085
|
+
registration_number: string;
|
|
5086
|
+
rent_period: string;
|
|
5087
|
+
rightmove_api_key: string;
|
|
5088
|
+
signup_company_name: string;
|
|
5089
|
+
signup_country: string;
|
|
5090
|
+
signup_email: string;
|
|
5091
|
+
tagline_en: string;
|
|
5092
|
+
'tagline_en-GB': string;
|
|
5093
|
+
tagline_fr: string;
|
|
5094
|
+
'tagline_fr-BE': string;
|
|
5095
|
+
tagline_nl: string;
|
|
5096
|
+
theme: string;
|
|
5097
|
+
theme_buttons: string;
|
|
5098
|
+
theme_custom_color: string;
|
|
5099
|
+
theme_typeface: string;
|
|
5100
|
+
timezone: string;
|
|
5101
|
+
transaction_types: string;
|
|
5102
|
+
zoopla_api_key: string;
|
|
5103
|
+
description: string;
|
|
5104
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5137
|
+
google_analytics_id?: string | null | undefined;
|
|
5138
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
5139
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5140
|
+
livechat_app_id?: string | null | undefined;
|
|
5141
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5142
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5143
|
+
};
|
|
5144
|
+
};
|
|
5145
|
+
intercom_app_id: string;
|
|
5146
|
+
id: string;
|
|
5147
|
+
created_at: string;
|
|
5148
|
+
locale: string;
|
|
5149
|
+
name: 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
|
+
};
|
|
5162
|
+
referrer?: {} | null | undefined;
|
|
5163
|
+
disabled_at?: string | null | undefined;
|
|
5164
|
+
updated_at?: string | null | undefined;
|
|
5165
|
+
photo?: {
|
|
5166
|
+
data: {
|
|
5167
|
+
url: string;
|
|
5168
|
+
uploaded_at: string;
|
|
5169
|
+
photo_file_id: string;
|
|
5170
|
+
};
|
|
5171
|
+
} | null | undefined;
|
|
5172
|
+
};
|
|
5173
|
+
} | null | undefined;
|
|
5174
|
+
settings?: {
|
|
5175
|
+
data: {
|
|
5176
|
+
measurement_system: MeasurementSystem;
|
|
5177
|
+
numeral_system: string;
|
|
5178
|
+
currency: import("../common/currencies").Currency;
|
|
5179
|
+
country: string;
|
|
5180
|
+
visit_duration: number;
|
|
5181
|
+
use_bright_matching: boolean;
|
|
5182
|
+
default_assignee: {
|
|
5183
|
+
id: string;
|
|
5184
|
+
first_name: string;
|
|
5185
|
+
last_name: string;
|
|
5186
|
+
full_name: string;
|
|
5187
|
+
role_id: string;
|
|
5188
|
+
created_at: string;
|
|
5189
|
+
updated_at: string;
|
|
5190
|
+
locale: string;
|
|
5191
|
+
office_id: string;
|
|
5192
|
+
email?: string | null | undefined;
|
|
5193
|
+
phone?: string | null | undefined;
|
|
5194
|
+
intercom_hash?: string | null | undefined;
|
|
5195
|
+
launchdarkly_hash?: string | null | undefined;
|
|
5196
|
+
appointment_service_url?: string | null | undefined;
|
|
5197
|
+
};
|
|
5198
|
+
};
|
|
5199
|
+
} | null | undefined;
|
|
5200
|
+
}>;
|
|
5201
|
+
export declare const officeDataSchema: z.ZodObject<{
|
|
5202
|
+
data: z.ZodObject<{
|
|
5203
|
+
id: z.ZodString;
|
|
5204
|
+
name: z.ZodString;
|
|
5205
|
+
properties_count: z.ZodNumber;
|
|
5206
|
+
contacts_count: z.ZodNumber;
|
|
5207
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5208
|
+
data: z.ZodObject<{
|
|
5209
|
+
id: z.ZodString;
|
|
5210
|
+
name: z.ZodString;
|
|
5211
|
+
locale: z.ZodString;
|
|
5212
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
5213
|
+
member_count: z.ZodNumber;
|
|
5214
|
+
member_allowed: z.ZodNumber;
|
|
5215
|
+
contacts_count: z.ZodNumber;
|
|
5216
|
+
channels_count: z.ZodNumber;
|
|
5217
|
+
intercom_app_id: z.ZodString;
|
|
5218
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5219
|
+
created_at: z.ZodString;
|
|
5220
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5221
|
+
plan: z.ZodObject<{
|
|
5222
|
+
data: z.ZodObject<{
|
|
5223
|
+
id: z.ZodString;
|
|
5224
|
+
max_users: z.ZodNumber;
|
|
5225
|
+
price: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
5226
|
+
interval: z.ZodString;
|
|
5227
|
+
}, "strip", z.ZodTypeAny, {
|
|
5228
|
+
id: string;
|
|
5229
|
+
max_users: number;
|
|
5230
|
+
price: Record<string, any>;
|
|
5231
|
+
interval: string;
|
|
5232
|
+
}, {
|
|
5233
|
+
id: string;
|
|
5234
|
+
max_users: number;
|
|
5235
|
+
price: Record<string, any>;
|
|
5236
|
+
interval: string;
|
|
5237
|
+
}>;
|
|
5238
|
+
}, "strip", z.ZodTypeAny, {
|
|
5239
|
+
data: {
|
|
5240
|
+
id: string;
|
|
5241
|
+
max_users: number;
|
|
5242
|
+
price: Record<string, any>;
|
|
5243
|
+
interval: string;
|
|
5244
|
+
};
|
|
5245
|
+
}, {
|
|
5246
|
+
data: {
|
|
5247
|
+
id: string;
|
|
5248
|
+
max_users: number;
|
|
5249
|
+
price: Record<string, any>;
|
|
5250
|
+
interval: string;
|
|
5251
|
+
};
|
|
5252
|
+
}>;
|
|
5253
|
+
photo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5254
|
+
data: z.ZodObject<{
|
|
5255
|
+
uploaded_at: z.ZodString;
|
|
5256
|
+
photo_file_id: z.ZodString;
|
|
5257
|
+
url: z.ZodString;
|
|
5258
|
+
}, "strip", z.ZodTypeAny, {
|
|
5259
|
+
url: string;
|
|
5260
|
+
uploaded_at: string;
|
|
5261
|
+
photo_file_id: string;
|
|
5262
|
+
}, {
|
|
5263
|
+
url: string;
|
|
5264
|
+
uploaded_at: string;
|
|
5265
|
+
photo_file_id: string;
|
|
5266
|
+
}>;
|
|
5267
|
+
}, "strip", z.ZodTypeAny, {
|
|
5268
|
+
data: {
|
|
5269
|
+
url: string;
|
|
5270
|
+
uploaded_at: string;
|
|
5271
|
+
photo_file_id: string;
|
|
5272
|
+
};
|
|
5273
|
+
}, {
|
|
5274
|
+
data: {
|
|
5275
|
+
url: string;
|
|
5276
|
+
uploaded_at: string;
|
|
5277
|
+
photo_file_id: string;
|
|
5278
|
+
};
|
|
5279
|
+
}>>>;
|
|
5280
|
+
settings: z.ZodObject<{
|
|
5281
|
+
data: z.ZodObject<{
|
|
5282
|
+
about_en: z.ZodString;
|
|
5283
|
+
'about_en-GB': z.ZodString;
|
|
5284
|
+
about_fr: z.ZodString;
|
|
5285
|
+
'about_fr-BE': z.ZodString;
|
|
5286
|
+
about_nl: z.ZodString;
|
|
5287
|
+
agency_website_hostname: z.ZodString;
|
|
5288
|
+
contact_additional: z.ZodString;
|
|
5289
|
+
contact_borough_or_district: z.ZodString;
|
|
5290
|
+
contact_box: z.ZodString;
|
|
5291
|
+
contact_city: z.ZodString;
|
|
5292
|
+
contact_country: z.ZodString;
|
|
5293
|
+
contact_county: z.ZodString;
|
|
5294
|
+
contact_email: z.ZodString;
|
|
5295
|
+
contact_number: z.ZodString;
|
|
5296
|
+
contact_phone: z.ZodString;
|
|
5297
|
+
contact_street: z.ZodString;
|
|
5298
|
+
contact_street_2: z.ZodString;
|
|
5299
|
+
contact_zip: z.ZodString;
|
|
5300
|
+
default_country: z.ZodString;
|
|
5301
|
+
default_email: z.ZodString;
|
|
5302
|
+
default_legal_company_name: z.ZodString;
|
|
5303
|
+
default_legal_VAT_number: z.ZodString;
|
|
5304
|
+
default_locale: z.ZodString;
|
|
5305
|
+
description_en: z.ZodString;
|
|
5306
|
+
'description_en-GB': z.ZodString;
|
|
5307
|
+
description_facebook: z.ZodString;
|
|
5308
|
+
description_fr: z.ZodString;
|
|
5309
|
+
'description_fr-BE': z.ZodString;
|
|
5310
|
+
description_instagram: z.ZodString;
|
|
5311
|
+
description_nl: z.ZodString;
|
|
5312
|
+
description_twitter: z.ZodString;
|
|
5313
|
+
disabled_reason: z.ZodString;
|
|
5314
|
+
domain_agency_id: z.ZodString;
|
|
5315
|
+
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
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5348
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5349
|
+
homepage_cover: z.ZodString;
|
|
5350
|
+
homepage_cover_image: z.ZodString;
|
|
5351
|
+
homepage_cover_image_file_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5352
|
+
homepage_cover_video: z.ZodString;
|
|
5353
|
+
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
5354
|
+
homepage_properties: z.ZodString;
|
|
5355
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5356
|
+
immoweb_ftp_password: z.ZodString;
|
|
5357
|
+
immoweb_ftp_username: z.ZodString;
|
|
5358
|
+
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
5359
|
+
intercom_app_id: z.ZodString;
|
|
5360
|
+
invoice_address: z.ZodString;
|
|
5361
|
+
invoice_address_2: z.ZodString;
|
|
5362
|
+
invoice_city: z.ZodString;
|
|
5363
|
+
invoice_company_name: z.ZodString;
|
|
5364
|
+
invoice_country: z.ZodString;
|
|
5365
|
+
invoice_county: z.ZodString;
|
|
5366
|
+
invoice_email: z.ZodString;
|
|
5367
|
+
invoice_first_name: z.ZodString;
|
|
5368
|
+
invoice_last_name: z.ZodString;
|
|
5369
|
+
invoice_vat_number: z.ZodString;
|
|
5370
|
+
invoice_zip: z.ZodString;
|
|
5371
|
+
languages: z.ZodArray<z.ZodString, "many">;
|
|
5372
|
+
links_facebook: z.ZodString;
|
|
5373
|
+
links_instagram: z.ZodString;
|
|
5374
|
+
links_linkedin: z.ZodString;
|
|
5375
|
+
links_twitter: z.ZodString;
|
|
5376
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5377
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5378
|
+
new_properties_en: z.ZodString;
|
|
5379
|
+
'new_properties_en-GB': z.ZodString;
|
|
5380
|
+
new_properties_fr: z.ZodString;
|
|
5381
|
+
'new_properties_fr-BE': z.ZodString;
|
|
5382
|
+
new_properties_nl: z.ZodString;
|
|
5383
|
+
onthemarket_api_key: z.ZodString;
|
|
5384
|
+
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
5385
|
+
registration_number: z.ZodString;
|
|
5386
|
+
rent_period: z.ZodString;
|
|
5387
|
+
rightmove_api_key: z.ZodString;
|
|
5388
|
+
signup_company_name: z.ZodString;
|
|
5389
|
+
signup_country: z.ZodString;
|
|
5390
|
+
signup_email: z.ZodString;
|
|
5391
|
+
tagline_en: z.ZodString;
|
|
5392
|
+
'tagline_en-GB': z.ZodString;
|
|
5393
|
+
tagline_fr: z.ZodString;
|
|
5394
|
+
'tagline_fr-BE': z.ZodString;
|
|
5395
|
+
tagline_nl: z.ZodString;
|
|
5396
|
+
theme: z.ZodString;
|
|
5397
|
+
theme_buttons: z.ZodString;
|
|
5398
|
+
theme_custom_color: z.ZodString;
|
|
5399
|
+
theme_typeface: z.ZodString;
|
|
5400
|
+
timezone: z.ZodString;
|
|
5401
|
+
transaction_types: z.ZodString;
|
|
5402
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5403
|
+
zoopla_api_key: z.ZodString;
|
|
5404
|
+
description: z.ZodString;
|
|
5405
|
+
about: z.ZodString;
|
|
5406
|
+
}, "strip", z.ZodTypeAny, {
|
|
5407
|
+
email: string;
|
|
5408
|
+
about_en: string;
|
|
5409
|
+
'about_en-GB': string;
|
|
5410
|
+
about_fr: string;
|
|
5411
|
+
'about_fr-BE': string;
|
|
5412
|
+
about_nl: string;
|
|
5413
|
+
agency_website_hostname: string;
|
|
5414
|
+
contact_additional: string;
|
|
5415
|
+
contact_borough_or_district: string;
|
|
5416
|
+
contact_box: string;
|
|
5417
|
+
contact_city: string;
|
|
5418
|
+
contact_country: string;
|
|
5419
|
+
contact_county: string;
|
|
5420
|
+
contact_email: string;
|
|
5421
|
+
contact_number: string;
|
|
5422
|
+
contact_phone: string;
|
|
5423
|
+
contact_street: string;
|
|
5424
|
+
contact_street_2: string;
|
|
5425
|
+
contact_zip: string;
|
|
5426
|
+
default_country: string;
|
|
5427
|
+
default_email: string;
|
|
5428
|
+
default_legal_company_name: string;
|
|
5429
|
+
default_legal_VAT_number: string;
|
|
5430
|
+
default_locale: string;
|
|
5431
|
+
description_en: string;
|
|
5432
|
+
'description_en-GB': string;
|
|
5433
|
+
description_facebook: string;
|
|
5434
|
+
description_fr: string;
|
|
5435
|
+
'description_fr-BE': string;
|
|
5436
|
+
description_instagram: string;
|
|
5437
|
+
description_nl: string;
|
|
5438
|
+
description_twitter: string;
|
|
5439
|
+
disabled_reason: string;
|
|
5440
|
+
domain_agency_id: string;
|
|
5441
|
+
homepage_cover: string;
|
|
5442
|
+
homepage_cover_image: string;
|
|
5443
|
+
homepage_cover_video: string;
|
|
5444
|
+
homepage_highlights: any[];
|
|
5445
|
+
homepage_properties: string;
|
|
5446
|
+
immoweb_ftp_password: string;
|
|
5447
|
+
immoweb_ftp_username: string;
|
|
5448
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5449
|
+
intercom_app_id: string;
|
|
5450
|
+
invoice_address: string;
|
|
5451
|
+
invoice_address_2: string;
|
|
5452
|
+
invoice_city: string;
|
|
5453
|
+
invoice_company_name: string;
|
|
5454
|
+
invoice_country: string;
|
|
5455
|
+
invoice_county: string;
|
|
5456
|
+
invoice_email: string;
|
|
5457
|
+
invoice_first_name: string;
|
|
5458
|
+
invoice_last_name: string;
|
|
5459
|
+
invoice_vat_number: string;
|
|
5460
|
+
invoice_zip: string;
|
|
5461
|
+
languages: string[];
|
|
5462
|
+
links_facebook: string;
|
|
5463
|
+
links_instagram: string;
|
|
5464
|
+
links_linkedin: string;
|
|
5465
|
+
links_twitter: string;
|
|
5466
|
+
new_properties_en: string;
|
|
5467
|
+
'new_properties_en-GB': string;
|
|
5468
|
+
new_properties_fr: string;
|
|
5469
|
+
'new_properties_fr-BE': string;
|
|
5470
|
+
new_properties_nl: string;
|
|
5471
|
+
onthemarket_api_key: string;
|
|
5472
|
+
published_url_resolvers: string[];
|
|
5473
|
+
registration_number: string;
|
|
5474
|
+
rent_period: string;
|
|
5475
|
+
rightmove_api_key: string;
|
|
5476
|
+
signup_company_name: string;
|
|
5477
|
+
signup_country: string;
|
|
5478
|
+
signup_email: string;
|
|
5479
|
+
tagline_en: string;
|
|
5480
|
+
'tagline_en-GB': string;
|
|
5481
|
+
tagline_fr: string;
|
|
5482
|
+
'tagline_fr-BE': string;
|
|
5483
|
+
tagline_nl: string;
|
|
5484
|
+
theme: string;
|
|
5485
|
+
theme_buttons: string;
|
|
5486
|
+
theme_custom_color: string;
|
|
5487
|
+
theme_typeface: string;
|
|
5488
|
+
timezone: string;
|
|
5489
|
+
transaction_types: string;
|
|
5490
|
+
zoopla_api_key: string;
|
|
5491
|
+
description: string;
|
|
5492
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5525
|
+
google_analytics_id?: string | null | undefined;
|
|
5526
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
5527
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5528
|
+
livechat_app_id?: string | null | undefined;
|
|
5529
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5530
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5531
|
+
}, {
|
|
5532
|
+
email: string;
|
|
5533
|
+
about_en: string;
|
|
5534
|
+
'about_en-GB': string;
|
|
5535
|
+
about_fr: string;
|
|
5536
|
+
'about_fr-BE': string;
|
|
5537
|
+
about_nl: string;
|
|
5538
|
+
agency_website_hostname: string;
|
|
5539
|
+
contact_additional: string;
|
|
5540
|
+
contact_borough_or_district: string;
|
|
5541
|
+
contact_box: string;
|
|
5542
|
+
contact_city: string;
|
|
5543
|
+
contact_country: string;
|
|
5544
|
+
contact_county: string;
|
|
5545
|
+
contact_email: string;
|
|
5546
|
+
contact_number: string;
|
|
5547
|
+
contact_phone: string;
|
|
5548
|
+
contact_street: string;
|
|
5549
|
+
contact_street_2: string;
|
|
5550
|
+
contact_zip: string;
|
|
5551
|
+
default_country: string;
|
|
5552
|
+
default_email: string;
|
|
5553
|
+
default_legal_company_name: string;
|
|
5554
|
+
default_legal_VAT_number: string;
|
|
5555
|
+
default_locale: string;
|
|
5556
|
+
description_en: string;
|
|
5557
|
+
'description_en-GB': string;
|
|
5558
|
+
description_facebook: string;
|
|
5559
|
+
description_fr: string;
|
|
5560
|
+
'description_fr-BE': string;
|
|
5561
|
+
description_instagram: string;
|
|
5562
|
+
description_nl: string;
|
|
5563
|
+
description_twitter: string;
|
|
5564
|
+
disabled_reason: string;
|
|
5565
|
+
domain_agency_id: string;
|
|
5566
|
+
homepage_cover: string;
|
|
5567
|
+
homepage_cover_image: string;
|
|
5568
|
+
homepage_cover_video: string;
|
|
5569
|
+
homepage_highlights: any[];
|
|
5570
|
+
homepage_properties: string;
|
|
5571
|
+
immoweb_ftp_password: string;
|
|
5572
|
+
immoweb_ftp_username: string;
|
|
5573
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5574
|
+
intercom_app_id: string;
|
|
5575
|
+
invoice_address: string;
|
|
5576
|
+
invoice_address_2: string;
|
|
5577
|
+
invoice_city: string;
|
|
5578
|
+
invoice_company_name: string;
|
|
5579
|
+
invoice_country: string;
|
|
5580
|
+
invoice_county: string;
|
|
5581
|
+
invoice_email: string;
|
|
5582
|
+
invoice_first_name: string;
|
|
5583
|
+
invoice_last_name: string;
|
|
5584
|
+
invoice_vat_number: string;
|
|
5585
|
+
invoice_zip: string;
|
|
5586
|
+
languages: string[];
|
|
5587
|
+
links_facebook: string;
|
|
5588
|
+
links_instagram: string;
|
|
5589
|
+
links_linkedin: string;
|
|
5590
|
+
links_twitter: string;
|
|
5591
|
+
new_properties_en: string;
|
|
5592
|
+
'new_properties_en-GB': string;
|
|
5593
|
+
new_properties_fr: string;
|
|
5594
|
+
'new_properties_fr-BE': string;
|
|
5595
|
+
new_properties_nl: string;
|
|
5596
|
+
onthemarket_api_key: string;
|
|
5597
|
+
published_url_resolvers: string[];
|
|
5598
|
+
registration_number: string;
|
|
5599
|
+
rent_period: string;
|
|
5600
|
+
rightmove_api_key: string;
|
|
5601
|
+
signup_company_name: string;
|
|
5602
|
+
signup_country: string;
|
|
5603
|
+
signup_email: string;
|
|
5604
|
+
tagline_en: string;
|
|
5605
|
+
'tagline_en-GB': string;
|
|
5606
|
+
tagline_fr: string;
|
|
5607
|
+
'tagline_fr-BE': string;
|
|
5608
|
+
tagline_nl: string;
|
|
5609
|
+
theme: string;
|
|
5610
|
+
theme_buttons: string;
|
|
5611
|
+
theme_custom_color: string;
|
|
5612
|
+
theme_typeface: string;
|
|
5613
|
+
timezone: string;
|
|
5614
|
+
transaction_types: string;
|
|
5615
|
+
zoopla_api_key: string;
|
|
5616
|
+
description: string;
|
|
5617
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5650
|
+
google_analytics_id?: string | null | undefined;
|
|
5651
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
5652
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5653
|
+
livechat_app_id?: string | null | undefined;
|
|
5654
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5655
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5656
|
+
}>;
|
|
5657
|
+
}, "strip", z.ZodTypeAny, {
|
|
5658
|
+
data: {
|
|
5659
|
+
email: string;
|
|
5660
|
+
about_en: string;
|
|
5661
|
+
'about_en-GB': string;
|
|
5662
|
+
about_fr: string;
|
|
5663
|
+
'about_fr-BE': string;
|
|
5664
|
+
about_nl: string;
|
|
5665
|
+
agency_website_hostname: string;
|
|
5666
|
+
contact_additional: string;
|
|
5667
|
+
contact_borough_or_district: string;
|
|
5668
|
+
contact_box: string;
|
|
5669
|
+
contact_city: string;
|
|
5670
|
+
contact_country: string;
|
|
5671
|
+
contact_county: string;
|
|
5672
|
+
contact_email: string;
|
|
5673
|
+
contact_number: string;
|
|
5674
|
+
contact_phone: string;
|
|
5675
|
+
contact_street: string;
|
|
5676
|
+
contact_street_2: string;
|
|
5677
|
+
contact_zip: string;
|
|
5678
|
+
default_country: string;
|
|
5679
|
+
default_email: string;
|
|
5680
|
+
default_legal_company_name: string;
|
|
5681
|
+
default_legal_VAT_number: string;
|
|
5682
|
+
default_locale: string;
|
|
5683
|
+
description_en: string;
|
|
5684
|
+
'description_en-GB': string;
|
|
5685
|
+
description_facebook: string;
|
|
5686
|
+
description_fr: string;
|
|
5687
|
+
'description_fr-BE': string;
|
|
5688
|
+
description_instagram: string;
|
|
5689
|
+
description_nl: string;
|
|
5690
|
+
description_twitter: string;
|
|
5691
|
+
disabled_reason: string;
|
|
5692
|
+
domain_agency_id: string;
|
|
5693
|
+
homepage_cover: string;
|
|
5694
|
+
homepage_cover_image: string;
|
|
5695
|
+
homepage_cover_video: string;
|
|
5696
|
+
homepage_highlights: any[];
|
|
5697
|
+
homepage_properties: string;
|
|
5698
|
+
immoweb_ftp_password: string;
|
|
5699
|
+
immoweb_ftp_username: string;
|
|
5700
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5701
|
+
intercom_app_id: string;
|
|
5702
|
+
invoice_address: string;
|
|
5703
|
+
invoice_address_2: string;
|
|
5704
|
+
invoice_city: string;
|
|
5705
|
+
invoice_company_name: string;
|
|
5706
|
+
invoice_country: string;
|
|
5707
|
+
invoice_county: string;
|
|
5708
|
+
invoice_email: string;
|
|
5709
|
+
invoice_first_name: string;
|
|
5710
|
+
invoice_last_name: string;
|
|
5711
|
+
invoice_vat_number: string;
|
|
5712
|
+
invoice_zip: string;
|
|
5713
|
+
languages: string[];
|
|
5714
|
+
links_facebook: string;
|
|
5715
|
+
links_instagram: string;
|
|
5716
|
+
links_linkedin: string;
|
|
5717
|
+
links_twitter: string;
|
|
5718
|
+
new_properties_en: string;
|
|
5719
|
+
'new_properties_en-GB': string;
|
|
5720
|
+
new_properties_fr: string;
|
|
5721
|
+
'new_properties_fr-BE': string;
|
|
5722
|
+
new_properties_nl: string;
|
|
5723
|
+
onthemarket_api_key: string;
|
|
5724
|
+
published_url_resolvers: string[];
|
|
5725
|
+
registration_number: string;
|
|
5726
|
+
rent_period: string;
|
|
5727
|
+
rightmove_api_key: string;
|
|
5728
|
+
signup_company_name: string;
|
|
5729
|
+
signup_country: string;
|
|
5730
|
+
signup_email: string;
|
|
5731
|
+
tagline_en: string;
|
|
5732
|
+
'tagline_en-GB': string;
|
|
5733
|
+
tagline_fr: string;
|
|
5734
|
+
'tagline_fr-BE': string;
|
|
5735
|
+
tagline_nl: string;
|
|
5736
|
+
theme: string;
|
|
5737
|
+
theme_buttons: string;
|
|
5738
|
+
theme_custom_color: string;
|
|
5739
|
+
theme_typeface: string;
|
|
5740
|
+
timezone: string;
|
|
5741
|
+
transaction_types: string;
|
|
5742
|
+
zoopla_api_key: string;
|
|
5743
|
+
description: string;
|
|
5744
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5777
|
+
google_analytics_id?: string | null | undefined;
|
|
5778
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
5779
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5780
|
+
livechat_app_id?: string | null | undefined;
|
|
5781
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5782
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5783
|
+
};
|
|
5784
|
+
}, {
|
|
5785
|
+
data: {
|
|
5786
|
+
email: string;
|
|
5787
|
+
about_en: string;
|
|
5788
|
+
'about_en-GB': string;
|
|
5789
|
+
about_fr: string;
|
|
5790
|
+
'about_fr-BE': string;
|
|
5791
|
+
about_nl: string;
|
|
5792
|
+
agency_website_hostname: string;
|
|
5793
|
+
contact_additional: string;
|
|
5794
|
+
contact_borough_or_district: string;
|
|
5795
|
+
contact_box: string;
|
|
5796
|
+
contact_city: string;
|
|
5797
|
+
contact_country: string;
|
|
5798
|
+
contact_county: string;
|
|
5799
|
+
contact_email: string;
|
|
5800
|
+
contact_number: string;
|
|
5801
|
+
contact_phone: string;
|
|
5802
|
+
contact_street: string;
|
|
5803
|
+
contact_street_2: string;
|
|
5804
|
+
contact_zip: string;
|
|
5805
|
+
default_country: string;
|
|
5806
|
+
default_email: string;
|
|
5807
|
+
default_legal_company_name: string;
|
|
5808
|
+
default_legal_VAT_number: string;
|
|
5809
|
+
default_locale: string;
|
|
5810
|
+
description_en: string;
|
|
5811
|
+
'description_en-GB': string;
|
|
5812
|
+
description_facebook: string;
|
|
5813
|
+
description_fr: string;
|
|
5814
|
+
'description_fr-BE': string;
|
|
5815
|
+
description_instagram: string;
|
|
5816
|
+
description_nl: string;
|
|
5817
|
+
description_twitter: string;
|
|
5818
|
+
disabled_reason: string;
|
|
5819
|
+
domain_agency_id: string;
|
|
5820
|
+
homepage_cover: string;
|
|
5821
|
+
homepage_cover_image: string;
|
|
5822
|
+
homepage_cover_video: string;
|
|
5823
|
+
homepage_highlights: any[];
|
|
5824
|
+
homepage_properties: string;
|
|
5825
|
+
immoweb_ftp_password: string;
|
|
5826
|
+
immoweb_ftp_username: string;
|
|
5827
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5828
|
+
intercom_app_id: string;
|
|
5829
|
+
invoice_address: string;
|
|
5830
|
+
invoice_address_2: string;
|
|
5831
|
+
invoice_city: string;
|
|
5832
|
+
invoice_company_name: string;
|
|
5833
|
+
invoice_country: string;
|
|
5834
|
+
invoice_county: string;
|
|
5835
|
+
invoice_email: string;
|
|
5836
|
+
invoice_first_name: string;
|
|
5837
|
+
invoice_last_name: string;
|
|
5838
|
+
invoice_vat_number: string;
|
|
5839
|
+
invoice_zip: string;
|
|
5840
|
+
languages: string[];
|
|
5841
|
+
links_facebook: string;
|
|
5842
|
+
links_instagram: string;
|
|
5843
|
+
links_linkedin: string;
|
|
5844
|
+
links_twitter: string;
|
|
5845
|
+
new_properties_en: string;
|
|
5846
|
+
'new_properties_en-GB': string;
|
|
5847
|
+
new_properties_fr: string;
|
|
5848
|
+
'new_properties_fr-BE': string;
|
|
5849
|
+
new_properties_nl: string;
|
|
5850
|
+
onthemarket_api_key: string;
|
|
5851
|
+
published_url_resolvers: string[];
|
|
5852
|
+
registration_number: string;
|
|
5853
|
+
rent_period: string;
|
|
5854
|
+
rightmove_api_key: string;
|
|
5855
|
+
signup_company_name: string;
|
|
5856
|
+
signup_country: string;
|
|
5857
|
+
signup_email: string;
|
|
5858
|
+
tagline_en: string;
|
|
5859
|
+
'tagline_en-GB': string;
|
|
5860
|
+
tagline_fr: string;
|
|
5861
|
+
'tagline_fr-BE': string;
|
|
5862
|
+
tagline_nl: string;
|
|
5863
|
+
theme: string;
|
|
5864
|
+
theme_buttons: string;
|
|
5865
|
+
theme_custom_color: string;
|
|
5866
|
+
theme_typeface: string;
|
|
5867
|
+
timezone: string;
|
|
5868
|
+
transaction_types: string;
|
|
5869
|
+
zoopla_api_key: string;
|
|
5870
|
+
description: string;
|
|
5871
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5904
|
+
google_analytics_id?: string | null | undefined;
|
|
5905
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
5906
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5907
|
+
livechat_app_id?: string | null | undefined;
|
|
5908
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5909
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5910
|
+
};
|
|
5911
|
+
}>;
|
|
5912
|
+
}, "strip", z.ZodTypeAny, {
|
|
5913
|
+
settings: {
|
|
5914
|
+
data: {
|
|
5915
|
+
email: string;
|
|
5916
|
+
about_en: string;
|
|
5917
|
+
'about_en-GB': string;
|
|
5918
|
+
about_fr: string;
|
|
5919
|
+
'about_fr-BE': string;
|
|
5920
|
+
about_nl: string;
|
|
5921
|
+
agency_website_hostname: string;
|
|
5922
|
+
contact_additional: string;
|
|
5923
|
+
contact_borough_or_district: string;
|
|
5924
|
+
contact_box: string;
|
|
5925
|
+
contact_city: string;
|
|
5926
|
+
contact_country: string;
|
|
5927
|
+
contact_county: string;
|
|
5928
|
+
contact_email: string;
|
|
5929
|
+
contact_number: string;
|
|
5930
|
+
contact_phone: string;
|
|
5931
|
+
contact_street: string;
|
|
5932
|
+
contact_street_2: string;
|
|
5933
|
+
contact_zip: string;
|
|
5934
|
+
default_country: string;
|
|
5935
|
+
default_email: string;
|
|
5936
|
+
default_legal_company_name: string;
|
|
5937
|
+
default_legal_VAT_number: string;
|
|
5938
|
+
default_locale: string;
|
|
5939
|
+
description_en: string;
|
|
5940
|
+
'description_en-GB': string;
|
|
5941
|
+
description_facebook: string;
|
|
5942
|
+
description_fr: string;
|
|
5943
|
+
'description_fr-BE': string;
|
|
5944
|
+
description_instagram: string;
|
|
5945
|
+
description_nl: string;
|
|
5946
|
+
description_twitter: string;
|
|
5947
|
+
disabled_reason: string;
|
|
5948
|
+
domain_agency_id: string;
|
|
5949
|
+
homepage_cover: string;
|
|
5950
|
+
homepage_cover_image: string;
|
|
5951
|
+
homepage_cover_video: string;
|
|
5952
|
+
homepage_highlights: any[];
|
|
5953
|
+
homepage_properties: string;
|
|
5954
|
+
immoweb_ftp_password: string;
|
|
5955
|
+
immoweb_ftp_username: string;
|
|
5956
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5957
|
+
intercom_app_id: string;
|
|
5958
|
+
invoice_address: string;
|
|
5959
|
+
invoice_address_2: string;
|
|
5960
|
+
invoice_city: string;
|
|
5961
|
+
invoice_company_name: string;
|
|
5962
|
+
invoice_country: string;
|
|
5963
|
+
invoice_county: string;
|
|
5964
|
+
invoice_email: string;
|
|
5965
|
+
invoice_first_name: string;
|
|
5966
|
+
invoice_last_name: string;
|
|
5967
|
+
invoice_vat_number: string;
|
|
5968
|
+
invoice_zip: string;
|
|
5969
|
+
languages: string[];
|
|
5970
|
+
links_facebook: string;
|
|
5971
|
+
links_instagram: string;
|
|
5972
|
+
links_linkedin: string;
|
|
5973
|
+
links_twitter: string;
|
|
5974
|
+
new_properties_en: string;
|
|
5975
|
+
'new_properties_en-GB': string;
|
|
5976
|
+
new_properties_fr: string;
|
|
5977
|
+
'new_properties_fr-BE': string;
|
|
5978
|
+
new_properties_nl: string;
|
|
5979
|
+
onthemarket_api_key: string;
|
|
5980
|
+
published_url_resolvers: string[];
|
|
5981
|
+
registration_number: string;
|
|
5982
|
+
rent_period: string;
|
|
5983
|
+
rightmove_api_key: string;
|
|
5984
|
+
signup_company_name: string;
|
|
5985
|
+
signup_country: string;
|
|
5986
|
+
signup_email: string;
|
|
5987
|
+
tagline_en: string;
|
|
5988
|
+
'tagline_en-GB': string;
|
|
5989
|
+
tagline_fr: string;
|
|
5990
|
+
'tagline_fr-BE': string;
|
|
5991
|
+
tagline_nl: string;
|
|
5992
|
+
theme: string;
|
|
5993
|
+
theme_buttons: string;
|
|
5994
|
+
theme_custom_color: string;
|
|
5995
|
+
theme_typeface: string;
|
|
5996
|
+
timezone: string;
|
|
5997
|
+
transaction_types: string;
|
|
5998
|
+
zoopla_api_key: string;
|
|
5999
|
+
description: string;
|
|
6000
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
6033
|
+
google_analytics_id?: string | null | undefined;
|
|
6034
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
6035
|
+
immovlan_customer_id?: string | null | undefined;
|
|
6036
|
+
livechat_app_id?: string | null | undefined;
|
|
6037
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
6038
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
6039
|
+
};
|
|
6040
|
+
};
|
|
6041
|
+
intercom_app_id: string;
|
|
6042
|
+
id: string;
|
|
6043
|
+
created_at: string;
|
|
6044
|
+
locale: string;
|
|
6045
|
+
name: string;
|
|
6046
|
+
member_count: number;
|
|
6047
|
+
member_allowed: number;
|
|
6048
|
+
contacts_count: number;
|
|
6049
|
+
channels_count: number;
|
|
6050
|
+
plan: {
|
|
6051
|
+
data: {
|
|
6052
|
+
id: string;
|
|
6053
|
+
max_users: number;
|
|
6054
|
+
price: Record<string, any>;
|
|
6055
|
+
interval: string;
|
|
6056
|
+
};
|
|
6057
|
+
};
|
|
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
|
+
}, {
|
|
3637
6069
|
settings: {
|
|
3638
6070
|
data: {
|
|
3639
6071
|
email: string;
|
|
@@ -3755,6 +6187,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3755
6187
|
enable_zumper?: string | null | undefined;
|
|
3756
6188
|
facebook_pixel_id?: string | null | undefined;
|
|
3757
6189
|
google_analytics_id?: string | null | undefined;
|
|
6190
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3758
6191
|
immovlan_customer_id?: string | null | undefined;
|
|
3759
6192
|
livechat_app_id?: string | null | undefined;
|
|
3760
6193
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -3763,8 +6196,167 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3763
6196
|
};
|
|
3764
6197
|
intercom_app_id: string;
|
|
3765
6198
|
id: string;
|
|
6199
|
+
created_at: string;
|
|
6200
|
+
locale: string;
|
|
3766
6201
|
name: string;
|
|
6202
|
+
member_count: number;
|
|
6203
|
+
member_allowed: number;
|
|
6204
|
+
contacts_count: number;
|
|
6205
|
+
channels_count: number;
|
|
6206
|
+
plan: {
|
|
6207
|
+
data: {
|
|
6208
|
+
id: string;
|
|
6209
|
+
max_users: number;
|
|
6210
|
+
price: Record<string, any>;
|
|
6211
|
+
interval: string;
|
|
6212
|
+
};
|
|
6213
|
+
};
|
|
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
|
+
settings: {
|
|
6228
|
+
data: {
|
|
6229
|
+
email: string;
|
|
6230
|
+
about_en: string;
|
|
6231
|
+
'about_en-GB': string;
|
|
6232
|
+
about_fr: string;
|
|
6233
|
+
'about_fr-BE': string;
|
|
6234
|
+
about_nl: string;
|
|
6235
|
+
agency_website_hostname: string;
|
|
6236
|
+
contact_additional: string;
|
|
6237
|
+
contact_borough_or_district: string;
|
|
6238
|
+
contact_box: string;
|
|
6239
|
+
contact_city: string;
|
|
6240
|
+
contact_country: string;
|
|
6241
|
+
contact_county: string;
|
|
6242
|
+
contact_email: string;
|
|
6243
|
+
contact_number: string;
|
|
6244
|
+
contact_phone: string;
|
|
6245
|
+
contact_street: string;
|
|
6246
|
+
contact_street_2: string;
|
|
6247
|
+
contact_zip: string;
|
|
6248
|
+
default_country: string;
|
|
6249
|
+
default_email: string;
|
|
6250
|
+
default_legal_company_name: string;
|
|
6251
|
+
default_legal_VAT_number: string;
|
|
6252
|
+
default_locale: string;
|
|
6253
|
+
description_en: string;
|
|
6254
|
+
'description_en-GB': string;
|
|
6255
|
+
description_facebook: string;
|
|
6256
|
+
description_fr: string;
|
|
6257
|
+
'description_fr-BE': string;
|
|
6258
|
+
description_instagram: string;
|
|
6259
|
+
description_nl: string;
|
|
6260
|
+
description_twitter: string;
|
|
6261
|
+
disabled_reason: string;
|
|
6262
|
+
domain_agency_id: string;
|
|
6263
|
+
homepage_cover: string;
|
|
6264
|
+
homepage_cover_image: string;
|
|
6265
|
+
homepage_cover_video: string;
|
|
6266
|
+
homepage_highlights: any[];
|
|
6267
|
+
homepage_properties: string;
|
|
6268
|
+
immoweb_ftp_password: string;
|
|
6269
|
+
immoweb_ftp_username: string;
|
|
6270
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
6271
|
+
intercom_app_id: string;
|
|
6272
|
+
invoice_address: string;
|
|
6273
|
+
invoice_address_2: string;
|
|
6274
|
+
invoice_city: string;
|
|
6275
|
+
invoice_company_name: string;
|
|
6276
|
+
invoice_country: string;
|
|
6277
|
+
invoice_county: string;
|
|
6278
|
+
invoice_email: string;
|
|
6279
|
+
invoice_first_name: string;
|
|
6280
|
+
invoice_last_name: string;
|
|
6281
|
+
invoice_vat_number: string;
|
|
6282
|
+
invoice_zip: string;
|
|
6283
|
+
languages: string[];
|
|
6284
|
+
links_facebook: string;
|
|
6285
|
+
links_instagram: string;
|
|
6286
|
+
links_linkedin: string;
|
|
6287
|
+
links_twitter: string;
|
|
6288
|
+
new_properties_en: string;
|
|
6289
|
+
'new_properties_en-GB': string;
|
|
6290
|
+
new_properties_fr: string;
|
|
6291
|
+
'new_properties_fr-BE': string;
|
|
6292
|
+
new_properties_nl: string;
|
|
6293
|
+
onthemarket_api_key: string;
|
|
6294
|
+
published_url_resolvers: string[];
|
|
6295
|
+
registration_number: string;
|
|
6296
|
+
rent_period: string;
|
|
6297
|
+
rightmove_api_key: string;
|
|
6298
|
+
signup_company_name: string;
|
|
6299
|
+
signup_country: string;
|
|
6300
|
+
signup_email: string;
|
|
6301
|
+
tagline_en: string;
|
|
6302
|
+
'tagline_en-GB': string;
|
|
6303
|
+
tagline_fr: string;
|
|
6304
|
+
'tagline_fr-BE': string;
|
|
6305
|
+
tagline_nl: string;
|
|
6306
|
+
theme: string;
|
|
6307
|
+
theme_buttons: string;
|
|
6308
|
+
theme_custom_color: string;
|
|
6309
|
+
theme_typeface: string;
|
|
6310
|
+
timezone: string;
|
|
6311
|
+
transaction_types: string;
|
|
6312
|
+
zoopla_api_key: string;
|
|
6313
|
+
description: string;
|
|
6314
|
+
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
|
+
facebook_pixel_id?: string | null | undefined;
|
|
6347
|
+
google_analytics_id?: string | null | undefined;
|
|
6348
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
6349
|
+
immovlan_customer_id?: string | null | undefined;
|
|
6350
|
+
livechat_app_id?: string | null | undefined;
|
|
6351
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
6352
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
6353
|
+
};
|
|
6354
|
+
};
|
|
6355
|
+
intercom_app_id: string;
|
|
6356
|
+
id: string;
|
|
6357
|
+
created_at: string;
|
|
3767
6358
|
locale: string;
|
|
6359
|
+
name: string;
|
|
3768
6360
|
member_count: number;
|
|
3769
6361
|
member_allowed: number;
|
|
3770
6362
|
contacts_count: number;
|
|
@@ -3779,10 +6371,16 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3779
6371
|
};
|
|
3780
6372
|
referrer?: {} | null | undefined;
|
|
3781
6373
|
disabled_at?: string | null | undefined;
|
|
3782
|
-
created_at?: string | null | undefined;
|
|
3783
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;
|
|
3784
6382
|
};
|
|
3785
|
-
},
|
|
6383
|
+
}, {
|
|
3786
6384
|
data: {
|
|
3787
6385
|
settings: {
|
|
3788
6386
|
data: {
|
|
@@ -3905,6 +6503,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3905
6503
|
enable_zumper?: string | null | undefined;
|
|
3906
6504
|
facebook_pixel_id?: string | null | undefined;
|
|
3907
6505
|
google_analytics_id?: string | null | undefined;
|
|
6506
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
3908
6507
|
immovlan_customer_id?: string | null | undefined;
|
|
3909
6508
|
livechat_app_id?: string | null | undefined;
|
|
3910
6509
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -3913,8 +6512,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3913
6512
|
};
|
|
3914
6513
|
intercom_app_id: string;
|
|
3915
6514
|
id: string;
|
|
3916
|
-
|
|
6515
|
+
created_at: string;
|
|
3917
6516
|
locale: string;
|
|
6517
|
+
name: string;
|
|
3918
6518
|
member_count: number;
|
|
3919
6519
|
member_allowed: number;
|
|
3920
6520
|
contacts_count: number;
|
|
@@ -3929,25 +6529,166 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3929
6529
|
};
|
|
3930
6530
|
referrer?: {} | null | undefined;
|
|
3931
6531
|
disabled_at?: string | null | undefined;
|
|
3932
|
-
created_at?: string | null | undefined;
|
|
3933
6532
|
updated_at?: string | null | undefined;
|
|
6533
|
+
photo?: {
|
|
6534
|
+
data: {
|
|
6535
|
+
url: string;
|
|
6536
|
+
uploaded_at: string;
|
|
6537
|
+
photo_file_id: string;
|
|
6538
|
+
};
|
|
6539
|
+
} | null | undefined;
|
|
3934
6540
|
};
|
|
3935
6541
|
}>>>;
|
|
3936
|
-
settings: z.
|
|
6542
|
+
settings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6543
|
+
data: z.ZodObject<{
|
|
6544
|
+
measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
|
|
6545
|
+
numeral_system: z.ZodString;
|
|
6546
|
+
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
6547
|
+
country: z.ZodString;
|
|
6548
|
+
visit_duration: z.ZodNumber;
|
|
6549
|
+
use_bright_matching: z.ZodBoolean;
|
|
6550
|
+
default_assignee: z.ZodObject<{
|
|
6551
|
+
id: z.ZodString;
|
|
6552
|
+
first_name: z.ZodString;
|
|
6553
|
+
last_name: z.ZodString;
|
|
6554
|
+
full_name: z.ZodString;
|
|
6555
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6556
|
+
phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6557
|
+
role_id: z.ZodString;
|
|
6558
|
+
intercom_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6559
|
+
launchdarkly_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6560
|
+
created_at: z.ZodString;
|
|
6561
|
+
updated_at: z.ZodString;
|
|
6562
|
+
appointment_service_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
6563
|
+
locale: z.ZodString;
|
|
6564
|
+
office_id: z.ZodString;
|
|
6565
|
+
}, "strip", z.ZodTypeAny, {
|
|
6566
|
+
id: string;
|
|
6567
|
+
first_name: string;
|
|
6568
|
+
last_name: string;
|
|
6569
|
+
full_name: string;
|
|
6570
|
+
role_id: string;
|
|
6571
|
+
created_at: string;
|
|
6572
|
+
updated_at: string;
|
|
6573
|
+
locale: string;
|
|
6574
|
+
office_id: string;
|
|
6575
|
+
email?: string | null | undefined;
|
|
6576
|
+
phone?: string | null | undefined;
|
|
6577
|
+
intercom_hash?: string | null | undefined;
|
|
6578
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6579
|
+
appointment_service_url?: string | null | undefined;
|
|
6580
|
+
}, {
|
|
6581
|
+
id: string;
|
|
6582
|
+
first_name: string;
|
|
6583
|
+
last_name: string;
|
|
6584
|
+
full_name: string;
|
|
6585
|
+
role_id: string;
|
|
6586
|
+
created_at: string;
|
|
6587
|
+
updated_at: string;
|
|
6588
|
+
locale: string;
|
|
6589
|
+
office_id: string;
|
|
6590
|
+
email?: string | null | undefined;
|
|
6591
|
+
phone?: string | null | undefined;
|
|
6592
|
+
intercom_hash?: string | null | undefined;
|
|
6593
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6594
|
+
appointment_service_url?: string | null | undefined;
|
|
6595
|
+
}>;
|
|
6596
|
+
}, "strip", z.ZodTypeAny, {
|
|
6597
|
+
measurement_system: MeasurementSystem;
|
|
6598
|
+
numeral_system: string;
|
|
6599
|
+
currency: import("../common/currencies").Currency;
|
|
6600
|
+
country: string;
|
|
6601
|
+
visit_duration: number;
|
|
6602
|
+
use_bright_matching: boolean;
|
|
6603
|
+
default_assignee: {
|
|
6604
|
+
id: string;
|
|
6605
|
+
first_name: string;
|
|
6606
|
+
last_name: string;
|
|
6607
|
+
full_name: string;
|
|
6608
|
+
role_id: string;
|
|
6609
|
+
created_at: string;
|
|
6610
|
+
updated_at: string;
|
|
6611
|
+
locale: string;
|
|
6612
|
+
office_id: string;
|
|
6613
|
+
email?: string | null | undefined;
|
|
6614
|
+
phone?: string | null | undefined;
|
|
6615
|
+
intercom_hash?: string | null | undefined;
|
|
6616
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6617
|
+
appointment_service_url?: string | null | undefined;
|
|
6618
|
+
};
|
|
6619
|
+
}, {
|
|
6620
|
+
measurement_system: MeasurementSystem;
|
|
6621
|
+
numeral_system: string;
|
|
6622
|
+
currency: import("../common/currencies").Currency;
|
|
6623
|
+
country: string;
|
|
6624
|
+
visit_duration: number;
|
|
6625
|
+
use_bright_matching: boolean;
|
|
6626
|
+
default_assignee: {
|
|
6627
|
+
id: string;
|
|
6628
|
+
first_name: string;
|
|
6629
|
+
last_name: string;
|
|
6630
|
+
full_name: string;
|
|
6631
|
+
role_id: string;
|
|
6632
|
+
created_at: string;
|
|
6633
|
+
updated_at: string;
|
|
6634
|
+
locale: string;
|
|
6635
|
+
office_id: string;
|
|
6636
|
+
email?: string | null | undefined;
|
|
6637
|
+
phone?: string | null | undefined;
|
|
6638
|
+
intercom_hash?: string | null | undefined;
|
|
6639
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6640
|
+
appointment_service_url?: string | null | undefined;
|
|
6641
|
+
};
|
|
6642
|
+
}>;
|
|
6643
|
+
}, "strip", z.ZodTypeAny, {
|
|
3937
6644
|
data: {
|
|
3938
6645
|
measurement_system: MeasurementSystem;
|
|
3939
6646
|
numeral_system: string;
|
|
3940
6647
|
currency: import("../common/currencies").Currency;
|
|
3941
6648
|
country: string;
|
|
3942
6649
|
visit_duration: number;
|
|
6650
|
+
use_bright_matching: boolean;
|
|
6651
|
+
default_assignee: {
|
|
6652
|
+
id: string;
|
|
6653
|
+
first_name: string;
|
|
6654
|
+
last_name: string;
|
|
6655
|
+
full_name: string;
|
|
6656
|
+
role_id: string;
|
|
6657
|
+
created_at: string;
|
|
6658
|
+
updated_at: string;
|
|
6659
|
+
locale: string;
|
|
6660
|
+
office_id: string;
|
|
6661
|
+
email?: string | null | undefined;
|
|
6662
|
+
phone?: string | null | undefined;
|
|
6663
|
+
intercom_hash?: string | null | undefined;
|
|
6664
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6665
|
+
appointment_service_url?: string | null | undefined;
|
|
6666
|
+
};
|
|
3943
6667
|
};
|
|
3944
|
-
},
|
|
6668
|
+
}, {
|
|
3945
6669
|
data: {
|
|
3946
6670
|
measurement_system: MeasurementSystem;
|
|
3947
6671
|
numeral_system: string;
|
|
3948
6672
|
currency: import("../common/currencies").Currency;
|
|
3949
6673
|
country: string;
|
|
3950
6674
|
visit_duration: number;
|
|
6675
|
+
use_bright_matching: boolean;
|
|
6676
|
+
default_assignee: {
|
|
6677
|
+
id: string;
|
|
6678
|
+
first_name: string;
|
|
6679
|
+
last_name: string;
|
|
6680
|
+
full_name: string;
|
|
6681
|
+
role_id: string;
|
|
6682
|
+
created_at: string;
|
|
6683
|
+
updated_at: string;
|
|
6684
|
+
locale: string;
|
|
6685
|
+
office_id: string;
|
|
6686
|
+
email?: string | null | undefined;
|
|
6687
|
+
phone?: string | null | undefined;
|
|
6688
|
+
intercom_hash?: string | null | undefined;
|
|
6689
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6690
|
+
appointment_service_url?: string | null | undefined;
|
|
6691
|
+
};
|
|
3951
6692
|
};
|
|
3952
6693
|
}>>>;
|
|
3953
6694
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4078,6 +6819,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4078
6819
|
enable_zumper?: string | null | undefined;
|
|
4079
6820
|
facebook_pixel_id?: string | null | undefined;
|
|
4080
6821
|
google_analytics_id?: string | null | undefined;
|
|
6822
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4081
6823
|
immovlan_customer_id?: string | null | undefined;
|
|
4082
6824
|
livechat_app_id?: string | null | undefined;
|
|
4083
6825
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -4086,8 +6828,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4086
6828
|
};
|
|
4087
6829
|
intercom_app_id: string;
|
|
4088
6830
|
id: string;
|
|
4089
|
-
|
|
6831
|
+
created_at: string;
|
|
4090
6832
|
locale: string;
|
|
6833
|
+
name: string;
|
|
4091
6834
|
member_count: number;
|
|
4092
6835
|
member_allowed: number;
|
|
4093
6836
|
contacts_count: number;
|
|
@@ -4102,8 +6845,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4102
6845
|
};
|
|
4103
6846
|
referrer?: {} | null | undefined;
|
|
4104
6847
|
disabled_at?: string | null | undefined;
|
|
4105
|
-
created_at?: string | null | undefined;
|
|
4106
6848
|
updated_at?: string | null | undefined;
|
|
6849
|
+
photo?: {
|
|
6850
|
+
data: {
|
|
6851
|
+
url: string;
|
|
6852
|
+
uploaded_at: string;
|
|
6853
|
+
photo_file_id: string;
|
|
6854
|
+
};
|
|
6855
|
+
} | null | undefined;
|
|
4107
6856
|
};
|
|
4108
6857
|
} | null | undefined;
|
|
4109
6858
|
settings?: {
|
|
@@ -4113,6 +6862,23 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4113
6862
|
currency: import("../common/currencies").Currency;
|
|
4114
6863
|
country: string;
|
|
4115
6864
|
visit_duration: number;
|
|
6865
|
+
use_bright_matching: boolean;
|
|
6866
|
+
default_assignee: {
|
|
6867
|
+
id: string;
|
|
6868
|
+
first_name: string;
|
|
6869
|
+
last_name: string;
|
|
6870
|
+
full_name: string;
|
|
6871
|
+
role_id: string;
|
|
6872
|
+
created_at: string;
|
|
6873
|
+
updated_at: string;
|
|
6874
|
+
locale: string;
|
|
6875
|
+
office_id: string;
|
|
6876
|
+
email?: string | null | undefined;
|
|
6877
|
+
phone?: string | null | undefined;
|
|
6878
|
+
intercom_hash?: string | null | undefined;
|
|
6879
|
+
launchdarkly_hash?: string | null | undefined;
|
|
6880
|
+
appointment_service_url?: string | null | undefined;
|
|
6881
|
+
};
|
|
4116
6882
|
};
|
|
4117
6883
|
} | null | undefined;
|
|
4118
6884
|
}, {
|
|
@@ -4243,6 +7009,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4243
7009
|
enable_zumper?: string | null | undefined;
|
|
4244
7010
|
facebook_pixel_id?: string | null | undefined;
|
|
4245
7011
|
google_analytics_id?: string | null | undefined;
|
|
7012
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4246
7013
|
immovlan_customer_id?: string | null | undefined;
|
|
4247
7014
|
livechat_app_id?: string | null | undefined;
|
|
4248
7015
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -4251,8 +7018,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4251
7018
|
};
|
|
4252
7019
|
intercom_app_id: string;
|
|
4253
7020
|
id: string;
|
|
4254
|
-
|
|
7021
|
+
created_at: string;
|
|
4255
7022
|
locale: string;
|
|
7023
|
+
name: string;
|
|
4256
7024
|
member_count: number;
|
|
4257
7025
|
member_allowed: number;
|
|
4258
7026
|
contacts_count: number;
|
|
@@ -4267,8 +7035,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4267
7035
|
};
|
|
4268
7036
|
referrer?: {} | null | undefined;
|
|
4269
7037
|
disabled_at?: string | null | undefined;
|
|
4270
|
-
created_at?: string | null | undefined;
|
|
4271
7038
|
updated_at?: string | null | undefined;
|
|
7039
|
+
photo?: {
|
|
7040
|
+
data: {
|
|
7041
|
+
url: string;
|
|
7042
|
+
uploaded_at: string;
|
|
7043
|
+
photo_file_id: string;
|
|
7044
|
+
};
|
|
7045
|
+
} | null | undefined;
|
|
4272
7046
|
};
|
|
4273
7047
|
} | null | undefined;
|
|
4274
7048
|
settings?: {
|
|
@@ -4278,6 +7052,23 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4278
7052
|
currency: import("../common/currencies").Currency;
|
|
4279
7053
|
country: string;
|
|
4280
7054
|
visit_duration: number;
|
|
7055
|
+
use_bright_matching: boolean;
|
|
7056
|
+
default_assignee: {
|
|
7057
|
+
id: string;
|
|
7058
|
+
first_name: string;
|
|
7059
|
+
last_name: string;
|
|
7060
|
+
full_name: string;
|
|
7061
|
+
role_id: string;
|
|
7062
|
+
created_at: string;
|
|
7063
|
+
updated_at: string;
|
|
7064
|
+
locale: string;
|
|
7065
|
+
office_id: string;
|
|
7066
|
+
email?: string | null | undefined;
|
|
7067
|
+
phone?: string | null | undefined;
|
|
7068
|
+
intercom_hash?: string | null | undefined;
|
|
7069
|
+
launchdarkly_hash?: string | null | undefined;
|
|
7070
|
+
appointment_service_url?: string | null | undefined;
|
|
7071
|
+
};
|
|
4281
7072
|
};
|
|
4282
7073
|
} | null | undefined;
|
|
4283
7074
|
}>;
|
|
@@ -4410,6 +7201,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4410
7201
|
enable_zumper?: string | null | undefined;
|
|
4411
7202
|
facebook_pixel_id?: string | null | undefined;
|
|
4412
7203
|
google_analytics_id?: string | null | undefined;
|
|
7204
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4413
7205
|
immovlan_customer_id?: string | null | undefined;
|
|
4414
7206
|
livechat_app_id?: string | null | undefined;
|
|
4415
7207
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -4418,8 +7210,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4418
7210
|
};
|
|
4419
7211
|
intercom_app_id: string;
|
|
4420
7212
|
id: string;
|
|
4421
|
-
|
|
7213
|
+
created_at: string;
|
|
4422
7214
|
locale: string;
|
|
7215
|
+
name: string;
|
|
4423
7216
|
member_count: number;
|
|
4424
7217
|
member_allowed: number;
|
|
4425
7218
|
contacts_count: number;
|
|
@@ -4434,8 +7227,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4434
7227
|
};
|
|
4435
7228
|
referrer?: {} | null | undefined;
|
|
4436
7229
|
disabled_at?: string | null | undefined;
|
|
4437
|
-
created_at?: string | null | undefined;
|
|
4438
7230
|
updated_at?: string | null | undefined;
|
|
7231
|
+
photo?: {
|
|
7232
|
+
data: {
|
|
7233
|
+
url: string;
|
|
7234
|
+
uploaded_at: string;
|
|
7235
|
+
photo_file_id: string;
|
|
7236
|
+
};
|
|
7237
|
+
} | null | undefined;
|
|
4439
7238
|
};
|
|
4440
7239
|
} | null | undefined;
|
|
4441
7240
|
settings?: {
|
|
@@ -4445,6 +7244,23 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4445
7244
|
currency: import("../common/currencies").Currency;
|
|
4446
7245
|
country: string;
|
|
4447
7246
|
visit_duration: number;
|
|
7247
|
+
use_bright_matching: boolean;
|
|
7248
|
+
default_assignee: {
|
|
7249
|
+
id: string;
|
|
7250
|
+
first_name: string;
|
|
7251
|
+
last_name: string;
|
|
7252
|
+
full_name: string;
|
|
7253
|
+
role_id: string;
|
|
7254
|
+
created_at: string;
|
|
7255
|
+
updated_at: string;
|
|
7256
|
+
locale: string;
|
|
7257
|
+
office_id: string;
|
|
7258
|
+
email?: string | null | undefined;
|
|
7259
|
+
phone?: string | null | undefined;
|
|
7260
|
+
intercom_hash?: string | null | undefined;
|
|
7261
|
+
launchdarkly_hash?: string | null | undefined;
|
|
7262
|
+
appointment_service_url?: string | null | undefined;
|
|
7263
|
+
};
|
|
4448
7264
|
};
|
|
4449
7265
|
} | null | undefined;
|
|
4450
7266
|
};
|
|
@@ -4577,6 +7393,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4577
7393
|
enable_zumper?: string | null | undefined;
|
|
4578
7394
|
facebook_pixel_id?: string | null | undefined;
|
|
4579
7395
|
google_analytics_id?: string | null | undefined;
|
|
7396
|
+
homepage_cover_image_file_id?: string | null | undefined;
|
|
4580
7397
|
immovlan_customer_id?: string | null | undefined;
|
|
4581
7398
|
livechat_app_id?: string | null | undefined;
|
|
4582
7399
|
logic_immo_agency_id?: string | null | undefined;
|
|
@@ -4585,8 +7402,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4585
7402
|
};
|
|
4586
7403
|
intercom_app_id: string;
|
|
4587
7404
|
id: string;
|
|
4588
|
-
|
|
7405
|
+
created_at: string;
|
|
4589
7406
|
locale: string;
|
|
7407
|
+
name: string;
|
|
4590
7408
|
member_count: number;
|
|
4591
7409
|
member_allowed: number;
|
|
4592
7410
|
contacts_count: number;
|
|
@@ -4601,8 +7419,14 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4601
7419
|
};
|
|
4602
7420
|
referrer?: {} | null | undefined;
|
|
4603
7421
|
disabled_at?: string | null | undefined;
|
|
4604
|
-
created_at?: string | null | undefined;
|
|
4605
7422
|
updated_at?: string | null | undefined;
|
|
7423
|
+
photo?: {
|
|
7424
|
+
data: {
|
|
7425
|
+
url: string;
|
|
7426
|
+
uploaded_at: string;
|
|
7427
|
+
photo_file_id: string;
|
|
7428
|
+
};
|
|
7429
|
+
} | null | undefined;
|
|
4606
7430
|
};
|
|
4607
7431
|
} | null | undefined;
|
|
4608
7432
|
settings?: {
|
|
@@ -4612,6 +7436,23 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4612
7436
|
currency: import("../common/currencies").Currency;
|
|
4613
7437
|
country: string;
|
|
4614
7438
|
visit_duration: number;
|
|
7439
|
+
use_bright_matching: boolean;
|
|
7440
|
+
default_assignee: {
|
|
7441
|
+
id: string;
|
|
7442
|
+
first_name: string;
|
|
7443
|
+
last_name: string;
|
|
7444
|
+
full_name: string;
|
|
7445
|
+
role_id: string;
|
|
7446
|
+
created_at: string;
|
|
7447
|
+
updated_at: string;
|
|
7448
|
+
locale: string;
|
|
7449
|
+
office_id: string;
|
|
7450
|
+
email?: string | null | undefined;
|
|
7451
|
+
phone?: string | null | undefined;
|
|
7452
|
+
intercom_hash?: string | null | undefined;
|
|
7453
|
+
launchdarkly_hash?: string | null | undefined;
|
|
7454
|
+
appointment_service_url?: string | null | undefined;
|
|
7455
|
+
};
|
|
4615
7456
|
};
|
|
4616
7457
|
} | null | undefined;
|
|
4617
7458
|
};
|