@sweepbright/api-client 0.31.1 → 0.31.3
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 +2349 -369
- package/dist/schemas/officeSchema.js +43 -44
- 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,45 @@ 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
75
|
homepage_cover_video: z.ZodString;
|
|
76
76
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
77
77
|
homepage_properties: z.ZodString;
|
|
78
|
-
immovlan_customer_id: z.
|
|
78
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
79
79
|
immoweb_ftp_password: z.ZodString;
|
|
80
80
|
immoweb_ftp_username: z.ZodString;
|
|
81
81
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -96,8 +96,8 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
96
96
|
links_instagram: z.ZodString;
|
|
97
97
|
links_linkedin: z.ZodString;
|
|
98
98
|
links_twitter: z.ZodString;
|
|
99
|
-
livechat_app_id: z.
|
|
100
|
-
logic_immo_agency_id: z.
|
|
99
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
101
101
|
new_properties_en: z.ZodString;
|
|
102
102
|
'new_properties_en-GB': z.ZodString;
|
|
103
103
|
new_properties_fr: z.ZodString;
|
|
@@ -122,7 +122,7 @@ export declare const settingsDataSchema: z.ZodObject<{
|
|
|
122
122
|
theme_typeface: z.ZodString;
|
|
123
123
|
timezone: z.ZodString;
|
|
124
124
|
transaction_types: z.ZodString;
|
|
125
|
-
unassigned_leads_admin_id: z.
|
|
125
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
126
126
|
zoopla_api_key: z.ZodString;
|
|
127
127
|
description: z.ZodString;
|
|
128
128
|
about: z.ZodString;
|
|
@@ -736,15 +736,15 @@ export declare const companySchema: z.ZodObject<{
|
|
|
736
736
|
id: z.ZodString;
|
|
737
737
|
name: z.ZodString;
|
|
738
738
|
locale: z.ZodString;
|
|
739
|
-
referrer: z.
|
|
739
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
740
740
|
member_count: z.ZodNumber;
|
|
741
741
|
member_allowed: z.ZodNumber;
|
|
742
742
|
contacts_count: z.ZodNumber;
|
|
743
743
|
channels_count: z.ZodNumber;
|
|
744
744
|
intercom_app_id: z.ZodString;
|
|
745
|
-
disabled_at: z.
|
|
746
|
-
created_at: z.
|
|
747
|
-
updated_at: z.
|
|
745
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
746
|
+
created_at: z.ZodString;
|
|
747
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
748
748
|
plan: z.ZodObject<{
|
|
749
749
|
data: z.ZodObject<{
|
|
750
750
|
id: z.ZodString;
|
|
@@ -813,45 +813,45 @@ export declare const companySchema: z.ZodObject<{
|
|
|
813
813
|
disabled_reason: z.ZodString;
|
|
814
814
|
domain_agency_id: z.ZodString;
|
|
815
815
|
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.
|
|
816
|
+
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
817
|
+
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
818
|
+
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
819
|
+
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
820
|
+
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
821
|
+
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
822
|
+
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
823
|
+
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
824
|
+
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
825
|
+
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
826
|
+
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
827
|
+
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
828
|
+
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
829
|
+
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
830
|
+
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
831
|
+
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
832
|
+
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
833
|
+
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
834
|
+
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
835
|
+
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
836
|
+
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
837
|
+
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
838
|
+
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
839
|
+
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
840
|
+
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
841
|
+
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
842
|
+
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
843
|
+
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
844
|
+
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
845
|
+
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
846
|
+
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
847
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
848
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
849
849
|
homepage_cover: z.ZodString;
|
|
850
850
|
homepage_cover_image: z.ZodString;
|
|
851
851
|
homepage_cover_video: z.ZodString;
|
|
852
852
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
853
853
|
homepage_properties: z.ZodString;
|
|
854
|
-
immovlan_customer_id: z.
|
|
854
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
855
855
|
immoweb_ftp_password: z.ZodString;
|
|
856
856
|
immoweb_ftp_username: z.ZodString;
|
|
857
857
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -872,8 +872,8 @@ export declare const companySchema: z.ZodObject<{
|
|
|
872
872
|
links_instagram: z.ZodString;
|
|
873
873
|
links_linkedin: z.ZodString;
|
|
874
874
|
links_twitter: z.ZodString;
|
|
875
|
-
livechat_app_id: z.
|
|
876
|
-
logic_immo_agency_id: z.
|
|
875
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
876
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
877
877
|
new_properties_en: z.ZodString;
|
|
878
878
|
'new_properties_en-GB': z.ZodString;
|
|
879
879
|
new_properties_fr: z.ZodString;
|
|
@@ -898,7 +898,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
898
898
|
theme_typeface: z.ZodString;
|
|
899
899
|
timezone: z.ZodString;
|
|
900
900
|
transaction_types: z.ZodString;
|
|
901
|
-
unassigned_leads_admin_id: z.
|
|
901
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
902
902
|
zoopla_api_key: z.ZodString;
|
|
903
903
|
description: z.ZodString;
|
|
904
904
|
about: z.ZodString;
|
|
@@ -1540,6 +1540,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1540
1540
|
member_allowed: number;
|
|
1541
1541
|
contacts_count: number;
|
|
1542
1542
|
channels_count: number;
|
|
1543
|
+
created_at: string;
|
|
1543
1544
|
plan: {
|
|
1544
1545
|
data: {
|
|
1545
1546
|
id: string;
|
|
@@ -1550,7 +1551,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1550
1551
|
};
|
|
1551
1552
|
referrer?: {} | null | undefined;
|
|
1552
1553
|
disabled_at?: string | null | undefined;
|
|
1553
|
-
created_at?: string | null | undefined;
|
|
1554
1554
|
updated_at?: string | null | undefined;
|
|
1555
1555
|
}, {
|
|
1556
1556
|
settings: {
|
|
@@ -1688,6 +1688,7 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1688
1688
|
member_allowed: number;
|
|
1689
1689
|
contacts_count: number;
|
|
1690
1690
|
channels_count: number;
|
|
1691
|
+
created_at: string;
|
|
1691
1692
|
plan: {
|
|
1692
1693
|
data: {
|
|
1693
1694
|
id: string;
|
|
@@ -1698,7 +1699,6 @@ export declare const companySchema: z.ZodObject<{
|
|
|
1698
1699
|
};
|
|
1699
1700
|
referrer?: {} | null | undefined;
|
|
1700
1701
|
disabled_at?: string | null | undefined;
|
|
1701
|
-
created_at?: string | null | undefined;
|
|
1702
1702
|
updated_at?: string | null | undefined;
|
|
1703
1703
|
}>;
|
|
1704
1704
|
export declare const companyDataSchema: z.ZodObject<{
|
|
@@ -1706,15 +1706,15 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1706
1706
|
id: z.ZodString;
|
|
1707
1707
|
name: z.ZodString;
|
|
1708
1708
|
locale: z.ZodString;
|
|
1709
|
-
referrer: z.
|
|
1709
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
1710
1710
|
member_count: z.ZodNumber;
|
|
1711
1711
|
member_allowed: z.ZodNumber;
|
|
1712
1712
|
contacts_count: z.ZodNumber;
|
|
1713
1713
|
channels_count: z.ZodNumber;
|
|
1714
1714
|
intercom_app_id: z.ZodString;
|
|
1715
|
-
disabled_at: z.
|
|
1716
|
-
created_at: z.
|
|
1717
|
-
updated_at: z.
|
|
1715
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1716
|
+
created_at: z.ZodString;
|
|
1717
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1718
1718
|
plan: z.ZodObject<{
|
|
1719
1719
|
data: z.ZodObject<{
|
|
1720
1720
|
id: z.ZodString;
|
|
@@ -1783,45 +1783,45 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1783
1783
|
disabled_reason: z.ZodString;
|
|
1784
1784
|
domain_agency_id: z.ZodString;
|
|
1785
1785
|
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.
|
|
1786
|
+
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1787
|
+
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1788
|
+
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1789
|
+
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1790
|
+
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1791
|
+
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1792
|
+
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1793
|
+
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1794
|
+
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1795
|
+
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1796
|
+
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1797
|
+
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1798
|
+
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1799
|
+
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1800
|
+
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1801
|
+
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1802
|
+
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1803
|
+
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1804
|
+
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1805
|
+
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1806
|
+
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1807
|
+
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1808
|
+
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1809
|
+
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1810
|
+
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1811
|
+
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1812
|
+
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1813
|
+
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1814
|
+
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1815
|
+
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1816
|
+
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1817
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1818
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1819
1819
|
homepage_cover: z.ZodString;
|
|
1820
1820
|
homepage_cover_image: z.ZodString;
|
|
1821
1821
|
homepage_cover_video: z.ZodString;
|
|
1822
1822
|
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
1823
1823
|
homepage_properties: z.ZodString;
|
|
1824
|
-
immovlan_customer_id: z.
|
|
1824
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1825
1825
|
immoweb_ftp_password: z.ZodString;
|
|
1826
1826
|
immoweb_ftp_username: z.ZodString;
|
|
1827
1827
|
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
@@ -1842,8 +1842,8 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1842
1842
|
links_instagram: z.ZodString;
|
|
1843
1843
|
links_linkedin: z.ZodString;
|
|
1844
1844
|
links_twitter: z.ZodString;
|
|
1845
|
-
livechat_app_id: z.
|
|
1846
|
-
logic_immo_agency_id: z.
|
|
1845
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1846
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1847
1847
|
new_properties_en: z.ZodString;
|
|
1848
1848
|
'new_properties_en-GB': z.ZodString;
|
|
1849
1849
|
new_properties_fr: z.ZodString;
|
|
@@ -1868,7 +1868,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
1868
1868
|
theme_typeface: z.ZodString;
|
|
1869
1869
|
timezone: z.ZodString;
|
|
1870
1870
|
transaction_types: z.ZodString;
|
|
1871
|
-
unassigned_leads_admin_id: z.
|
|
1871
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1872
1872
|
zoopla_api_key: z.ZodString;
|
|
1873
1873
|
description: z.ZodString;
|
|
1874
1874
|
about: z.ZodString;
|
|
@@ -2510,6 +2510,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2510
2510
|
member_allowed: number;
|
|
2511
2511
|
contacts_count: number;
|
|
2512
2512
|
channels_count: number;
|
|
2513
|
+
created_at: string;
|
|
2513
2514
|
plan: {
|
|
2514
2515
|
data: {
|
|
2515
2516
|
id: string;
|
|
@@ -2520,7 +2521,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2520
2521
|
};
|
|
2521
2522
|
referrer?: {} | null | undefined;
|
|
2522
2523
|
disabled_at?: string | null | undefined;
|
|
2523
|
-
created_at?: string | null | undefined;
|
|
2524
2524
|
updated_at?: string | null | undefined;
|
|
2525
2525
|
}, {
|
|
2526
2526
|
settings: {
|
|
@@ -2658,6 +2658,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2658
2658
|
member_allowed: number;
|
|
2659
2659
|
contacts_count: number;
|
|
2660
2660
|
channels_count: number;
|
|
2661
|
+
created_at: string;
|
|
2661
2662
|
plan: {
|
|
2662
2663
|
data: {
|
|
2663
2664
|
id: string;
|
|
@@ -2668,7 +2669,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2668
2669
|
};
|
|
2669
2670
|
referrer?: {} | null | undefined;
|
|
2670
2671
|
disabled_at?: string | null | undefined;
|
|
2671
|
-
created_at?: string | null | undefined;
|
|
2672
2672
|
updated_at?: string | null | undefined;
|
|
2673
2673
|
}>;
|
|
2674
2674
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2808,6 +2808,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2808
2808
|
member_allowed: number;
|
|
2809
2809
|
contacts_count: number;
|
|
2810
2810
|
channels_count: number;
|
|
2811
|
+
created_at: string;
|
|
2811
2812
|
plan: {
|
|
2812
2813
|
data: {
|
|
2813
2814
|
id: string;
|
|
@@ -2818,7 +2819,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2818
2819
|
};
|
|
2819
2820
|
referrer?: {} | null | undefined;
|
|
2820
2821
|
disabled_at?: string | null | undefined;
|
|
2821
|
-
created_at?: string | null | undefined;
|
|
2822
2822
|
updated_at?: string | null | undefined;
|
|
2823
2823
|
};
|
|
2824
2824
|
}, {
|
|
@@ -2958,6 +2958,7 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2958
2958
|
member_allowed: number;
|
|
2959
2959
|
contacts_count: number;
|
|
2960
2960
|
channels_count: number;
|
|
2961
|
+
created_at: string;
|
|
2961
2962
|
plan: {
|
|
2962
2963
|
data: {
|
|
2963
2964
|
id: string;
|
|
@@ -2968,7 +2969,6 @@ export declare const companyDataSchema: z.ZodObject<{
|
|
|
2968
2969
|
};
|
|
2969
2970
|
referrer?: {} | null | undefined;
|
|
2970
2971
|
disabled_at?: string | null | undefined;
|
|
2971
|
-
created_at?: string | null | undefined;
|
|
2972
2972
|
updated_at?: string | null | undefined;
|
|
2973
2973
|
};
|
|
2974
2974
|
}>;
|
|
@@ -2977,10 +2977,178 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
2977
2977
|
name: z.ZodString;
|
|
2978
2978
|
properties_count: z.ZodNumber;
|
|
2979
2979
|
contacts_count: z.ZodNumber;
|
|
2980
|
-
company: z.
|
|
2981
|
-
data: {
|
|
2982
|
-
|
|
2980
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
2981
|
+
data: z.ZodObject<{
|
|
2982
|
+
id: z.ZodString;
|
|
2983
|
+
name: z.ZodString;
|
|
2984
|
+
locale: z.ZodString;
|
|
2985
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
2986
|
+
member_count: z.ZodNumber;
|
|
2987
|
+
member_allowed: z.ZodNumber;
|
|
2988
|
+
contacts_count: z.ZodNumber;
|
|
2989
|
+
channels_count: z.ZodNumber;
|
|
2990
|
+
intercom_app_id: z.ZodString;
|
|
2991
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2992
|
+
created_at: z.ZodString;
|
|
2993
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2994
|
+
plan: z.ZodObject<{
|
|
2995
|
+
data: z.ZodObject<{
|
|
2996
|
+
id: z.ZodString;
|
|
2997
|
+
max_users: z.ZodNumber;
|
|
2998
|
+
price: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
2999
|
+
interval: z.ZodString;
|
|
3000
|
+
}, "strip", z.ZodTypeAny, {
|
|
3001
|
+
id: string;
|
|
3002
|
+
max_users: number;
|
|
3003
|
+
price: Record<string, any>;
|
|
3004
|
+
interval: string;
|
|
3005
|
+
}, {
|
|
3006
|
+
id: string;
|
|
3007
|
+
max_users: number;
|
|
3008
|
+
price: Record<string, any>;
|
|
3009
|
+
interval: string;
|
|
3010
|
+
}>;
|
|
3011
|
+
}, "strip", z.ZodTypeAny, {
|
|
3012
|
+
data: {
|
|
3013
|
+
id: string;
|
|
3014
|
+
max_users: number;
|
|
3015
|
+
price: Record<string, any>;
|
|
3016
|
+
interval: string;
|
|
3017
|
+
};
|
|
3018
|
+
}, {
|
|
2983
3019
|
data: {
|
|
3020
|
+
id: string;
|
|
3021
|
+
max_users: number;
|
|
3022
|
+
price: Record<string, any>;
|
|
3023
|
+
interval: string;
|
|
3024
|
+
};
|
|
3025
|
+
}>;
|
|
3026
|
+
settings: z.ZodObject<{
|
|
3027
|
+
data: z.ZodObject<{
|
|
3028
|
+
about_en: z.ZodString;
|
|
3029
|
+
'about_en-GB': z.ZodString;
|
|
3030
|
+
about_fr: z.ZodString;
|
|
3031
|
+
'about_fr-BE': z.ZodString;
|
|
3032
|
+
about_nl: z.ZodString;
|
|
3033
|
+
agency_website_hostname: z.ZodString;
|
|
3034
|
+
contact_additional: z.ZodString;
|
|
3035
|
+
contact_borough_or_district: z.ZodString;
|
|
3036
|
+
contact_box: z.ZodString;
|
|
3037
|
+
contact_city: z.ZodString;
|
|
3038
|
+
contact_country: z.ZodString;
|
|
3039
|
+
contact_county: z.ZodString;
|
|
3040
|
+
contact_email: z.ZodString;
|
|
3041
|
+
contact_number: z.ZodString;
|
|
3042
|
+
contact_phone: z.ZodString;
|
|
3043
|
+
contact_street: z.ZodString;
|
|
3044
|
+
contact_street_2: z.ZodString;
|
|
3045
|
+
contact_zip: z.ZodString;
|
|
3046
|
+
default_country: z.ZodString;
|
|
3047
|
+
default_email: z.ZodString;
|
|
3048
|
+
default_legal_company_name: z.ZodString;
|
|
3049
|
+
default_legal_VAT_number: z.ZodString;
|
|
3050
|
+
default_locale: z.ZodString;
|
|
3051
|
+
description_en: z.ZodString;
|
|
3052
|
+
'description_en-GB': z.ZodString;
|
|
3053
|
+
description_facebook: z.ZodString;
|
|
3054
|
+
description_fr: z.ZodString;
|
|
3055
|
+
'description_fr-BE': z.ZodString;
|
|
3056
|
+
description_instagram: z.ZodString;
|
|
3057
|
+
description_nl: z.ZodString;
|
|
3058
|
+
description_twitter: z.ZodString;
|
|
3059
|
+
disabled_reason: z.ZodString;
|
|
3060
|
+
domain_agency_id: z.ZodString;
|
|
3061
|
+
email: z.ZodString;
|
|
3062
|
+
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3063
|
+
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3064
|
+
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3065
|
+
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3066
|
+
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3067
|
+
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3068
|
+
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3069
|
+
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3070
|
+
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3071
|
+
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3072
|
+
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3073
|
+
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3074
|
+
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3075
|
+
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3076
|
+
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3077
|
+
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3078
|
+
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3079
|
+
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3080
|
+
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3081
|
+
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3082
|
+
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3083
|
+
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3084
|
+
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3085
|
+
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3086
|
+
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3087
|
+
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3088
|
+
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3089
|
+
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3090
|
+
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3091
|
+
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3092
|
+
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3093
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3094
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3095
|
+
homepage_cover: z.ZodString;
|
|
3096
|
+
homepage_cover_image: z.ZodString;
|
|
3097
|
+
homepage_cover_video: z.ZodString;
|
|
3098
|
+
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
3099
|
+
homepage_properties: z.ZodString;
|
|
3100
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3101
|
+
immoweb_ftp_password: z.ZodString;
|
|
3102
|
+
immoweb_ftp_username: z.ZodString;
|
|
3103
|
+
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
3104
|
+
intercom_app_id: z.ZodString;
|
|
3105
|
+
invoice_address: z.ZodString;
|
|
3106
|
+
invoice_address_2: z.ZodString;
|
|
3107
|
+
invoice_city: z.ZodString;
|
|
3108
|
+
invoice_company_name: z.ZodString;
|
|
3109
|
+
invoice_country: z.ZodString;
|
|
3110
|
+
invoice_county: z.ZodString;
|
|
3111
|
+
invoice_email: z.ZodString;
|
|
3112
|
+
invoice_first_name: z.ZodString;
|
|
3113
|
+
invoice_last_name: z.ZodString;
|
|
3114
|
+
invoice_vat_number: z.ZodString;
|
|
3115
|
+
invoice_zip: z.ZodString;
|
|
3116
|
+
languages: z.ZodArray<z.ZodString, "many">;
|
|
3117
|
+
links_facebook: z.ZodString;
|
|
3118
|
+
links_instagram: z.ZodString;
|
|
3119
|
+
links_linkedin: z.ZodString;
|
|
3120
|
+
links_twitter: z.ZodString;
|
|
3121
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3122
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3123
|
+
new_properties_en: z.ZodString;
|
|
3124
|
+
'new_properties_en-GB': z.ZodString;
|
|
3125
|
+
new_properties_fr: z.ZodString;
|
|
3126
|
+
'new_properties_fr-BE': z.ZodString;
|
|
3127
|
+
new_properties_nl: z.ZodString;
|
|
3128
|
+
onthemarket_api_key: z.ZodString;
|
|
3129
|
+
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
3130
|
+
registration_number: z.ZodString;
|
|
3131
|
+
rent_period: z.ZodString;
|
|
3132
|
+
rightmove_api_key: z.ZodString;
|
|
3133
|
+
signup_company_name: z.ZodString;
|
|
3134
|
+
signup_country: z.ZodString;
|
|
3135
|
+
signup_email: z.ZodString;
|
|
3136
|
+
tagline_en: z.ZodString;
|
|
3137
|
+
'tagline_en-GB': z.ZodString;
|
|
3138
|
+
tagline_fr: z.ZodString;
|
|
3139
|
+
'tagline_fr-BE': z.ZodString;
|
|
3140
|
+
tagline_nl: z.ZodString;
|
|
3141
|
+
theme: z.ZodString;
|
|
3142
|
+
theme_buttons: z.ZodString;
|
|
3143
|
+
theme_custom_color: z.ZodString;
|
|
3144
|
+
theme_typeface: z.ZodString;
|
|
3145
|
+
timezone: z.ZodString;
|
|
3146
|
+
transaction_types: z.ZodString;
|
|
3147
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3148
|
+
zoopla_api_key: z.ZodString;
|
|
3149
|
+
description: z.ZodString;
|
|
3150
|
+
about: z.ZodString;
|
|
3151
|
+
}, "strip", z.ZodTypeAny, {
|
|
2984
3152
|
email: string;
|
|
2985
3153
|
about_en: string;
|
|
2986
3154
|
'about_en-GB': string;
|
|
@@ -3104,33 +3272,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3104
3272
|
livechat_app_id?: string | null | undefined;
|
|
3105
3273
|
logic_immo_agency_id?: string | null | undefined;
|
|
3106
3274
|
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: {
|
|
3275
|
+
}, {
|
|
3134
3276
|
email: string;
|
|
3135
3277
|
about_en: string;
|
|
3136
3278
|
'about_en-GB': string;
|
|
@@ -3254,55 +3396,8 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3254
3396
|
livechat_app_id?: string | null | undefined;
|
|
3255
3397
|
logic_immo_agency_id?: string | null | undefined;
|
|
3256
3398
|
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: {
|
|
3399
|
+
}>;
|
|
3400
|
+
}, "strip", z.ZodTypeAny, {
|
|
3306
3401
|
data: {
|
|
3307
3402
|
email: string;
|
|
3308
3403
|
about_en: string;
|
|
@@ -3428,46 +3523,7 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3428
3523
|
logic_immo_agency_id?: string | null | undefined;
|
|
3429
3524
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3430
3525
|
};
|
|
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: {
|
|
3526
|
+
}, {
|
|
3471
3527
|
data: {
|
|
3472
3528
|
email: string;
|
|
3473
3529
|
about_en: string;
|
|
@@ -3593,123 +3649,2027 @@ export declare const officeSchema: z.ZodObject<{
|
|
|
3593
3649
|
logic_immo_agency_id?: string | null | undefined;
|
|
3594
3650
|
unassigned_leads_admin_id?: number | null | undefined;
|
|
3595
3651
|
};
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
name: string;
|
|
3600
|
-
locale: string;
|
|
3601
|
-
member_count: number;
|
|
3602
|
-
member_allowed: number;
|
|
3603
|
-
contacts_count: number;
|
|
3604
|
-
channels_count: number;
|
|
3605
|
-
plan: {
|
|
3652
|
+
}>;
|
|
3653
|
+
}, "strip", z.ZodTypeAny, {
|
|
3654
|
+
settings: {
|
|
3606
3655
|
data: {
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3656
|
+
email: string;
|
|
3657
|
+
about_en: string;
|
|
3658
|
+
'about_en-GB': string;
|
|
3659
|
+
about_fr: string;
|
|
3660
|
+
'about_fr-BE': string;
|
|
3661
|
+
about_nl: string;
|
|
3662
|
+
agency_website_hostname: string;
|
|
3663
|
+
contact_additional: string;
|
|
3664
|
+
contact_borough_or_district: string;
|
|
3665
|
+
contact_box: string;
|
|
3666
|
+
contact_city: string;
|
|
3667
|
+
contact_country: string;
|
|
3668
|
+
contact_county: string;
|
|
3669
|
+
contact_email: string;
|
|
3670
|
+
contact_number: string;
|
|
3671
|
+
contact_phone: string;
|
|
3672
|
+
contact_street: string;
|
|
3673
|
+
contact_street_2: string;
|
|
3674
|
+
contact_zip: string;
|
|
3675
|
+
default_country: string;
|
|
3676
|
+
default_email: string;
|
|
3677
|
+
default_legal_company_name: string;
|
|
3678
|
+
default_legal_VAT_number: string;
|
|
3679
|
+
default_locale: string;
|
|
3680
|
+
description_en: string;
|
|
3681
|
+
'description_en-GB': string;
|
|
3682
|
+
description_facebook: string;
|
|
3683
|
+
description_fr: string;
|
|
3684
|
+
'description_fr-BE': string;
|
|
3685
|
+
description_instagram: string;
|
|
3686
|
+
description_nl: string;
|
|
3687
|
+
description_twitter: string;
|
|
3688
|
+
disabled_reason: string;
|
|
3689
|
+
domain_agency_id: string;
|
|
3690
|
+
homepage_cover: string;
|
|
3691
|
+
homepage_cover_image: string;
|
|
3692
|
+
homepage_cover_video: string;
|
|
3693
|
+
homepage_highlights: any[];
|
|
3694
|
+
homepage_properties: string;
|
|
3695
|
+
immoweb_ftp_password: string;
|
|
3696
|
+
immoweb_ftp_username: string;
|
|
3697
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
3698
|
+
intercom_app_id: string;
|
|
3699
|
+
invoice_address: string;
|
|
3700
|
+
invoice_address_2: string;
|
|
3701
|
+
invoice_city: string;
|
|
3702
|
+
invoice_company_name: string;
|
|
3703
|
+
invoice_country: string;
|
|
3704
|
+
invoice_county: string;
|
|
3705
|
+
invoice_email: string;
|
|
3706
|
+
invoice_first_name: string;
|
|
3707
|
+
invoice_last_name: string;
|
|
3708
|
+
invoice_vat_number: string;
|
|
3709
|
+
invoice_zip: string;
|
|
3710
|
+
languages: string[];
|
|
3711
|
+
links_facebook: string;
|
|
3712
|
+
links_instagram: string;
|
|
3713
|
+
links_linkedin: string;
|
|
3714
|
+
links_twitter: string;
|
|
3715
|
+
new_properties_en: string;
|
|
3716
|
+
'new_properties_en-GB': string;
|
|
3717
|
+
new_properties_fr: string;
|
|
3718
|
+
'new_properties_fr-BE': string;
|
|
3719
|
+
new_properties_nl: string;
|
|
3720
|
+
onthemarket_api_key: string;
|
|
3721
|
+
published_url_resolvers: string[];
|
|
3722
|
+
registration_number: string;
|
|
3723
|
+
rent_period: string;
|
|
3724
|
+
rightmove_api_key: string;
|
|
3725
|
+
signup_company_name: string;
|
|
3726
|
+
signup_country: string;
|
|
3727
|
+
signup_email: string;
|
|
3728
|
+
tagline_en: string;
|
|
3729
|
+
'tagline_en-GB': string;
|
|
3730
|
+
tagline_fr: string;
|
|
3731
|
+
'tagline_fr-BE': string;
|
|
3732
|
+
tagline_nl: string;
|
|
3733
|
+
theme: string;
|
|
3734
|
+
theme_buttons: string;
|
|
3735
|
+
theme_custom_color: string;
|
|
3736
|
+
theme_typeface: string;
|
|
3737
|
+
timezone: string;
|
|
3738
|
+
transaction_types: string;
|
|
3739
|
+
zoopla_api_key: string;
|
|
3740
|
+
description: string;
|
|
3741
|
+
about: string;
|
|
3742
|
+
enable_amepi?: string | null | undefined;
|
|
3743
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
3744
|
+
enable_bienici?: string | null | undefined;
|
|
3745
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
3746
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
3747
|
+
enable_facebook?: string | null | undefined;
|
|
3748
|
+
enable_green_acres?: string | null | undefined;
|
|
3749
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3750
|
+
enable_immovlan?: string | null | undefined;
|
|
3751
|
+
enable_immoweb?: string | null | undefined;
|
|
3752
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
3753
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3754
|
+
enable_leboncoin?: string | null | undefined;
|
|
3755
|
+
enable_logicimmo?: string | null | undefined;
|
|
3756
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3757
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3758
|
+
enable_onthemarket?: string | null | undefined;
|
|
3759
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
3760
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
3761
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3762
|
+
enable_publicapi?: string | null | undefined;
|
|
3763
|
+
enable_rightmove?: string | null | undefined;
|
|
3764
|
+
enable_seloger?: string | null | undefined;
|
|
3765
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3766
|
+
enable_twitter?: string | null | undefined;
|
|
3767
|
+
enable_ubiflow?: string | null | undefined;
|
|
3768
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
3769
|
+
enable_website?: string | null | undefined;
|
|
3770
|
+
enable_zillow?: string | null | undefined;
|
|
3771
|
+
enable_zoopla?: string | null | undefined;
|
|
3772
|
+
enable_zumper?: string | null | undefined;
|
|
3773
|
+
facebook_pixel_id?: string | null | undefined;
|
|
3774
|
+
google_analytics_id?: string | null | undefined;
|
|
3775
|
+
immovlan_customer_id?: string | null | undefined;
|
|
3776
|
+
livechat_app_id?: string | null | undefined;
|
|
3777
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
3778
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
3779
|
+
};
|
|
3780
|
+
};
|
|
3781
|
+
intercom_app_id: string;
|
|
3782
|
+
id: string;
|
|
3783
|
+
name: string;
|
|
3784
|
+
locale: string;
|
|
3785
|
+
member_count: number;
|
|
3786
|
+
member_allowed: number;
|
|
3787
|
+
contacts_count: number;
|
|
3788
|
+
channels_count: number;
|
|
3789
|
+
created_at: string;
|
|
3790
|
+
plan: {
|
|
3791
|
+
data: {
|
|
3792
|
+
id: string;
|
|
3793
|
+
max_users: number;
|
|
3794
|
+
price: Record<string, any>;
|
|
3795
|
+
interval: string;
|
|
3796
|
+
};
|
|
3797
|
+
};
|
|
3798
|
+
referrer?: {} | null | undefined;
|
|
3799
|
+
disabled_at?: string | null | undefined;
|
|
3800
|
+
updated_at?: string | null | undefined;
|
|
3801
|
+
}, {
|
|
3802
|
+
settings: {
|
|
3803
|
+
data: {
|
|
3804
|
+
email: string;
|
|
3805
|
+
about_en: string;
|
|
3806
|
+
'about_en-GB': string;
|
|
3807
|
+
about_fr: string;
|
|
3808
|
+
'about_fr-BE': string;
|
|
3809
|
+
about_nl: string;
|
|
3810
|
+
agency_website_hostname: string;
|
|
3811
|
+
contact_additional: string;
|
|
3812
|
+
contact_borough_or_district: string;
|
|
3813
|
+
contact_box: string;
|
|
3814
|
+
contact_city: string;
|
|
3815
|
+
contact_country: string;
|
|
3816
|
+
contact_county: string;
|
|
3817
|
+
contact_email: string;
|
|
3818
|
+
contact_number: string;
|
|
3819
|
+
contact_phone: string;
|
|
3820
|
+
contact_street: string;
|
|
3821
|
+
contact_street_2: string;
|
|
3822
|
+
contact_zip: string;
|
|
3823
|
+
default_country: string;
|
|
3824
|
+
default_email: string;
|
|
3825
|
+
default_legal_company_name: string;
|
|
3826
|
+
default_legal_VAT_number: string;
|
|
3827
|
+
default_locale: string;
|
|
3828
|
+
description_en: string;
|
|
3829
|
+
'description_en-GB': string;
|
|
3830
|
+
description_facebook: string;
|
|
3831
|
+
description_fr: string;
|
|
3832
|
+
'description_fr-BE': string;
|
|
3833
|
+
description_instagram: string;
|
|
3834
|
+
description_nl: string;
|
|
3835
|
+
description_twitter: string;
|
|
3836
|
+
disabled_reason: string;
|
|
3837
|
+
domain_agency_id: string;
|
|
3838
|
+
homepage_cover: string;
|
|
3839
|
+
homepage_cover_image: string;
|
|
3840
|
+
homepage_cover_video: string;
|
|
3841
|
+
homepage_highlights: any[];
|
|
3842
|
+
homepage_properties: string;
|
|
3843
|
+
immoweb_ftp_password: string;
|
|
3844
|
+
immoweb_ftp_username: string;
|
|
3845
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
3846
|
+
intercom_app_id: string;
|
|
3847
|
+
invoice_address: string;
|
|
3848
|
+
invoice_address_2: string;
|
|
3849
|
+
invoice_city: string;
|
|
3850
|
+
invoice_company_name: string;
|
|
3851
|
+
invoice_country: string;
|
|
3852
|
+
invoice_county: string;
|
|
3853
|
+
invoice_email: string;
|
|
3854
|
+
invoice_first_name: string;
|
|
3855
|
+
invoice_last_name: string;
|
|
3856
|
+
invoice_vat_number: string;
|
|
3857
|
+
invoice_zip: string;
|
|
3858
|
+
languages: string[];
|
|
3859
|
+
links_facebook: string;
|
|
3860
|
+
links_instagram: string;
|
|
3861
|
+
links_linkedin: string;
|
|
3862
|
+
links_twitter: string;
|
|
3863
|
+
new_properties_en: string;
|
|
3864
|
+
'new_properties_en-GB': string;
|
|
3865
|
+
new_properties_fr: string;
|
|
3866
|
+
'new_properties_fr-BE': string;
|
|
3867
|
+
new_properties_nl: string;
|
|
3868
|
+
onthemarket_api_key: string;
|
|
3869
|
+
published_url_resolvers: string[];
|
|
3870
|
+
registration_number: string;
|
|
3871
|
+
rent_period: string;
|
|
3872
|
+
rightmove_api_key: string;
|
|
3873
|
+
signup_company_name: string;
|
|
3874
|
+
signup_country: string;
|
|
3875
|
+
signup_email: string;
|
|
3876
|
+
tagline_en: string;
|
|
3877
|
+
'tagline_en-GB': string;
|
|
3878
|
+
tagline_fr: string;
|
|
3879
|
+
'tagline_fr-BE': string;
|
|
3880
|
+
tagline_nl: string;
|
|
3881
|
+
theme: string;
|
|
3882
|
+
theme_buttons: string;
|
|
3883
|
+
theme_custom_color: string;
|
|
3884
|
+
theme_typeface: string;
|
|
3885
|
+
timezone: string;
|
|
3886
|
+
transaction_types: string;
|
|
3887
|
+
zoopla_api_key: string;
|
|
3888
|
+
description: string;
|
|
3889
|
+
about: string;
|
|
3890
|
+
enable_amepi?: string | null | undefined;
|
|
3891
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
3892
|
+
enable_bienici?: string | null | undefined;
|
|
3893
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
3894
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
3895
|
+
enable_facebook?: string | null | undefined;
|
|
3896
|
+
enable_green_acres?: string | null | undefined;
|
|
3897
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
3898
|
+
enable_immovlan?: string | null | undefined;
|
|
3899
|
+
enable_immoweb?: string | null | undefined;
|
|
3900
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
3901
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
3902
|
+
enable_leboncoin?: string | null | undefined;
|
|
3903
|
+
enable_logicimmo?: string | null | undefined;
|
|
3904
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
3905
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
3906
|
+
enable_onthemarket?: string | null | undefined;
|
|
3907
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
3908
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
3909
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
3910
|
+
enable_publicapi?: string | null | undefined;
|
|
3911
|
+
enable_rightmove?: string | null | undefined;
|
|
3912
|
+
enable_seloger?: string | null | undefined;
|
|
3913
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
3914
|
+
enable_twitter?: string | null | undefined;
|
|
3915
|
+
enable_ubiflow?: string | null | undefined;
|
|
3916
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
3917
|
+
enable_website?: string | null | undefined;
|
|
3918
|
+
enable_zillow?: string | null | undefined;
|
|
3919
|
+
enable_zoopla?: string | null | undefined;
|
|
3920
|
+
enable_zumper?: string | null | undefined;
|
|
3921
|
+
facebook_pixel_id?: string | null | undefined;
|
|
3922
|
+
google_analytics_id?: string | null | undefined;
|
|
3923
|
+
immovlan_customer_id?: string | null | undefined;
|
|
3924
|
+
livechat_app_id?: string | null | undefined;
|
|
3925
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
3926
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
3927
|
+
};
|
|
3928
|
+
};
|
|
3929
|
+
intercom_app_id: string;
|
|
3930
|
+
id: string;
|
|
3931
|
+
name: string;
|
|
3932
|
+
locale: string;
|
|
3933
|
+
member_count: number;
|
|
3934
|
+
member_allowed: number;
|
|
3935
|
+
contacts_count: number;
|
|
3936
|
+
channels_count: number;
|
|
3937
|
+
created_at: string;
|
|
3938
|
+
plan: {
|
|
3939
|
+
data: {
|
|
3940
|
+
id: string;
|
|
3941
|
+
max_users: number;
|
|
3942
|
+
price: Record<string, any>;
|
|
3943
|
+
interval: string;
|
|
3944
|
+
};
|
|
3945
|
+
};
|
|
3946
|
+
referrer?: {} | null | undefined;
|
|
3947
|
+
disabled_at?: string | null | undefined;
|
|
3948
|
+
updated_at?: string | null | undefined;
|
|
3949
|
+
}>;
|
|
3950
|
+
}, "strip", z.ZodTypeAny, {
|
|
3951
|
+
data: {
|
|
3952
|
+
settings: {
|
|
3953
|
+
data: {
|
|
3954
|
+
email: string;
|
|
3955
|
+
about_en: string;
|
|
3956
|
+
'about_en-GB': string;
|
|
3957
|
+
about_fr: string;
|
|
3958
|
+
'about_fr-BE': string;
|
|
3959
|
+
about_nl: string;
|
|
3960
|
+
agency_website_hostname: string;
|
|
3961
|
+
contact_additional: string;
|
|
3962
|
+
contact_borough_or_district: string;
|
|
3963
|
+
contact_box: string;
|
|
3964
|
+
contact_city: string;
|
|
3965
|
+
contact_country: string;
|
|
3966
|
+
contact_county: string;
|
|
3967
|
+
contact_email: string;
|
|
3968
|
+
contact_number: string;
|
|
3969
|
+
contact_phone: string;
|
|
3970
|
+
contact_street: string;
|
|
3971
|
+
contact_street_2: string;
|
|
3972
|
+
contact_zip: string;
|
|
3973
|
+
default_country: string;
|
|
3974
|
+
default_email: string;
|
|
3975
|
+
default_legal_company_name: string;
|
|
3976
|
+
default_legal_VAT_number: string;
|
|
3977
|
+
default_locale: string;
|
|
3978
|
+
description_en: string;
|
|
3979
|
+
'description_en-GB': string;
|
|
3980
|
+
description_facebook: string;
|
|
3981
|
+
description_fr: string;
|
|
3982
|
+
'description_fr-BE': string;
|
|
3983
|
+
description_instagram: string;
|
|
3984
|
+
description_nl: string;
|
|
3985
|
+
description_twitter: string;
|
|
3986
|
+
disabled_reason: string;
|
|
3987
|
+
domain_agency_id: string;
|
|
3988
|
+
homepage_cover: string;
|
|
3989
|
+
homepage_cover_image: string;
|
|
3990
|
+
homepage_cover_video: string;
|
|
3991
|
+
homepage_highlights: any[];
|
|
3992
|
+
homepage_properties: string;
|
|
3993
|
+
immoweb_ftp_password: string;
|
|
3994
|
+
immoweb_ftp_username: string;
|
|
3995
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
3996
|
+
intercom_app_id: string;
|
|
3997
|
+
invoice_address: string;
|
|
3998
|
+
invoice_address_2: string;
|
|
3999
|
+
invoice_city: string;
|
|
4000
|
+
invoice_company_name: string;
|
|
4001
|
+
invoice_country: string;
|
|
4002
|
+
invoice_county: string;
|
|
4003
|
+
invoice_email: string;
|
|
4004
|
+
invoice_first_name: string;
|
|
4005
|
+
invoice_last_name: string;
|
|
4006
|
+
invoice_vat_number: string;
|
|
4007
|
+
invoice_zip: string;
|
|
4008
|
+
languages: string[];
|
|
4009
|
+
links_facebook: string;
|
|
4010
|
+
links_instagram: string;
|
|
4011
|
+
links_linkedin: string;
|
|
4012
|
+
links_twitter: string;
|
|
4013
|
+
new_properties_en: string;
|
|
4014
|
+
'new_properties_en-GB': string;
|
|
4015
|
+
new_properties_fr: string;
|
|
4016
|
+
'new_properties_fr-BE': string;
|
|
4017
|
+
new_properties_nl: string;
|
|
4018
|
+
onthemarket_api_key: string;
|
|
4019
|
+
published_url_resolvers: string[];
|
|
4020
|
+
registration_number: string;
|
|
4021
|
+
rent_period: string;
|
|
4022
|
+
rightmove_api_key: string;
|
|
4023
|
+
signup_company_name: string;
|
|
4024
|
+
signup_country: string;
|
|
4025
|
+
signup_email: string;
|
|
4026
|
+
tagline_en: string;
|
|
4027
|
+
'tagline_en-GB': string;
|
|
4028
|
+
tagline_fr: string;
|
|
4029
|
+
'tagline_fr-BE': string;
|
|
4030
|
+
tagline_nl: string;
|
|
4031
|
+
theme: string;
|
|
4032
|
+
theme_buttons: string;
|
|
4033
|
+
theme_custom_color: string;
|
|
4034
|
+
theme_typeface: string;
|
|
4035
|
+
timezone: string;
|
|
4036
|
+
transaction_types: string;
|
|
4037
|
+
zoopla_api_key: string;
|
|
4038
|
+
description: string;
|
|
4039
|
+
about: string;
|
|
4040
|
+
enable_amepi?: string | null | undefined;
|
|
4041
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
4042
|
+
enable_bienici?: string | null | undefined;
|
|
4043
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
4044
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
4045
|
+
enable_facebook?: string | null | undefined;
|
|
4046
|
+
enable_green_acres?: string | null | undefined;
|
|
4047
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4048
|
+
enable_immovlan?: string | null | undefined;
|
|
4049
|
+
enable_immoweb?: string | null | undefined;
|
|
4050
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
4051
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4052
|
+
enable_leboncoin?: string | null | undefined;
|
|
4053
|
+
enable_logicimmo?: string | null | undefined;
|
|
4054
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4055
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4056
|
+
enable_onthemarket?: string | null | undefined;
|
|
4057
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
4058
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
4059
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4060
|
+
enable_publicapi?: string | null | undefined;
|
|
4061
|
+
enable_rightmove?: string | null | undefined;
|
|
4062
|
+
enable_seloger?: string | null | undefined;
|
|
4063
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4064
|
+
enable_twitter?: string | null | undefined;
|
|
4065
|
+
enable_ubiflow?: string | null | undefined;
|
|
4066
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
4067
|
+
enable_website?: string | null | undefined;
|
|
4068
|
+
enable_zillow?: string | null | undefined;
|
|
4069
|
+
enable_zoopla?: string | null | undefined;
|
|
4070
|
+
enable_zumper?: string | null | undefined;
|
|
4071
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4072
|
+
google_analytics_id?: string | null | undefined;
|
|
4073
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4074
|
+
livechat_app_id?: string | null | undefined;
|
|
4075
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4076
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4077
|
+
};
|
|
4078
|
+
};
|
|
4079
|
+
intercom_app_id: string;
|
|
4080
|
+
id: string;
|
|
4081
|
+
name: string;
|
|
4082
|
+
locale: string;
|
|
4083
|
+
member_count: number;
|
|
4084
|
+
member_allowed: number;
|
|
4085
|
+
contacts_count: number;
|
|
4086
|
+
channels_count: number;
|
|
4087
|
+
created_at: string;
|
|
4088
|
+
plan: {
|
|
4089
|
+
data: {
|
|
4090
|
+
id: string;
|
|
4091
|
+
max_users: number;
|
|
4092
|
+
price: Record<string, any>;
|
|
4093
|
+
interval: string;
|
|
4094
|
+
};
|
|
4095
|
+
};
|
|
4096
|
+
referrer?: {} | null | undefined;
|
|
4097
|
+
disabled_at?: string | null | undefined;
|
|
4098
|
+
updated_at?: string | null | undefined;
|
|
4099
|
+
};
|
|
4100
|
+
}, {
|
|
4101
|
+
data: {
|
|
4102
|
+
settings: {
|
|
4103
|
+
data: {
|
|
4104
|
+
email: string;
|
|
4105
|
+
about_en: string;
|
|
4106
|
+
'about_en-GB': string;
|
|
4107
|
+
about_fr: string;
|
|
4108
|
+
'about_fr-BE': string;
|
|
4109
|
+
about_nl: string;
|
|
4110
|
+
agency_website_hostname: string;
|
|
4111
|
+
contact_additional: string;
|
|
4112
|
+
contact_borough_or_district: string;
|
|
4113
|
+
contact_box: string;
|
|
4114
|
+
contact_city: string;
|
|
4115
|
+
contact_country: string;
|
|
4116
|
+
contact_county: string;
|
|
4117
|
+
contact_email: string;
|
|
4118
|
+
contact_number: string;
|
|
4119
|
+
contact_phone: string;
|
|
4120
|
+
contact_street: string;
|
|
4121
|
+
contact_street_2: string;
|
|
4122
|
+
contact_zip: string;
|
|
4123
|
+
default_country: string;
|
|
4124
|
+
default_email: string;
|
|
4125
|
+
default_legal_company_name: string;
|
|
4126
|
+
default_legal_VAT_number: string;
|
|
4127
|
+
default_locale: string;
|
|
4128
|
+
description_en: string;
|
|
4129
|
+
'description_en-GB': string;
|
|
4130
|
+
description_facebook: string;
|
|
4131
|
+
description_fr: string;
|
|
4132
|
+
'description_fr-BE': string;
|
|
4133
|
+
description_instagram: string;
|
|
4134
|
+
description_nl: string;
|
|
4135
|
+
description_twitter: string;
|
|
4136
|
+
disabled_reason: string;
|
|
4137
|
+
domain_agency_id: string;
|
|
4138
|
+
homepage_cover: string;
|
|
4139
|
+
homepage_cover_image: string;
|
|
4140
|
+
homepage_cover_video: string;
|
|
4141
|
+
homepage_highlights: any[];
|
|
4142
|
+
homepage_properties: string;
|
|
4143
|
+
immoweb_ftp_password: string;
|
|
4144
|
+
immoweb_ftp_username: string;
|
|
4145
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4146
|
+
intercom_app_id: string;
|
|
4147
|
+
invoice_address: string;
|
|
4148
|
+
invoice_address_2: string;
|
|
4149
|
+
invoice_city: string;
|
|
4150
|
+
invoice_company_name: string;
|
|
4151
|
+
invoice_country: string;
|
|
4152
|
+
invoice_county: string;
|
|
4153
|
+
invoice_email: string;
|
|
4154
|
+
invoice_first_name: string;
|
|
4155
|
+
invoice_last_name: string;
|
|
4156
|
+
invoice_vat_number: string;
|
|
4157
|
+
invoice_zip: string;
|
|
4158
|
+
languages: string[];
|
|
4159
|
+
links_facebook: string;
|
|
4160
|
+
links_instagram: string;
|
|
4161
|
+
links_linkedin: string;
|
|
4162
|
+
links_twitter: string;
|
|
4163
|
+
new_properties_en: string;
|
|
4164
|
+
'new_properties_en-GB': string;
|
|
4165
|
+
new_properties_fr: string;
|
|
4166
|
+
'new_properties_fr-BE': string;
|
|
4167
|
+
new_properties_nl: string;
|
|
4168
|
+
onthemarket_api_key: string;
|
|
4169
|
+
published_url_resolvers: string[];
|
|
4170
|
+
registration_number: string;
|
|
4171
|
+
rent_period: string;
|
|
4172
|
+
rightmove_api_key: string;
|
|
4173
|
+
signup_company_name: string;
|
|
4174
|
+
signup_country: string;
|
|
4175
|
+
signup_email: string;
|
|
4176
|
+
tagline_en: string;
|
|
4177
|
+
'tagline_en-GB': string;
|
|
4178
|
+
tagline_fr: string;
|
|
4179
|
+
'tagline_fr-BE': string;
|
|
4180
|
+
tagline_nl: string;
|
|
4181
|
+
theme: string;
|
|
4182
|
+
theme_buttons: string;
|
|
4183
|
+
theme_custom_color: string;
|
|
4184
|
+
theme_typeface: string;
|
|
4185
|
+
timezone: string;
|
|
4186
|
+
transaction_types: string;
|
|
4187
|
+
zoopla_api_key: string;
|
|
4188
|
+
description: string;
|
|
4189
|
+
about: string;
|
|
4190
|
+
enable_amepi?: string | null | undefined;
|
|
4191
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
4192
|
+
enable_bienici?: string | null | undefined;
|
|
4193
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
4194
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
4195
|
+
enable_facebook?: string | null | undefined;
|
|
4196
|
+
enable_green_acres?: string | null | undefined;
|
|
4197
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4198
|
+
enable_immovlan?: string | null | undefined;
|
|
4199
|
+
enable_immoweb?: string | null | undefined;
|
|
4200
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
4201
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4202
|
+
enable_leboncoin?: string | null | undefined;
|
|
4203
|
+
enable_logicimmo?: string | null | undefined;
|
|
4204
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4205
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4206
|
+
enable_onthemarket?: string | null | undefined;
|
|
4207
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
4208
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
4209
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4210
|
+
enable_publicapi?: string | null | undefined;
|
|
4211
|
+
enable_rightmove?: string | null | undefined;
|
|
4212
|
+
enable_seloger?: string | null | undefined;
|
|
4213
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4214
|
+
enable_twitter?: string | null | undefined;
|
|
4215
|
+
enable_ubiflow?: string | null | undefined;
|
|
4216
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
4217
|
+
enable_website?: string | null | undefined;
|
|
4218
|
+
enable_zillow?: string | null | undefined;
|
|
4219
|
+
enable_zoopla?: string | null | undefined;
|
|
4220
|
+
enable_zumper?: string | null | undefined;
|
|
4221
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4222
|
+
google_analytics_id?: string | null | undefined;
|
|
4223
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4224
|
+
livechat_app_id?: string | null | undefined;
|
|
4225
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4226
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4227
|
+
};
|
|
4228
|
+
};
|
|
4229
|
+
intercom_app_id: string;
|
|
4230
|
+
id: string;
|
|
4231
|
+
name: string;
|
|
4232
|
+
locale: string;
|
|
4233
|
+
member_count: number;
|
|
4234
|
+
member_allowed: number;
|
|
4235
|
+
contacts_count: number;
|
|
4236
|
+
channels_count: number;
|
|
4237
|
+
created_at: string;
|
|
4238
|
+
plan: {
|
|
4239
|
+
data: {
|
|
4240
|
+
id: string;
|
|
4241
|
+
max_users: number;
|
|
4242
|
+
price: Record<string, any>;
|
|
4243
|
+
interval: string;
|
|
4244
|
+
};
|
|
4245
|
+
};
|
|
4246
|
+
referrer?: {} | null | undefined;
|
|
4247
|
+
disabled_at?: string | null | undefined;
|
|
4248
|
+
updated_at?: string | null | undefined;
|
|
4249
|
+
};
|
|
4250
|
+
}>>>;
|
|
4251
|
+
settings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4252
|
+
data: z.ZodObject<{
|
|
4253
|
+
measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
|
|
4254
|
+
numeral_system: z.ZodString;
|
|
4255
|
+
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
4256
|
+
country: z.ZodString;
|
|
4257
|
+
visit_duration: z.ZodNumber;
|
|
4258
|
+
}, "strip", z.ZodTypeAny, {
|
|
4259
|
+
measurement_system: MeasurementSystem;
|
|
4260
|
+
numeral_system: string;
|
|
4261
|
+
currency: import("../common/currencies").Currency;
|
|
4262
|
+
country: string;
|
|
4263
|
+
visit_duration: number;
|
|
4264
|
+
}, {
|
|
4265
|
+
measurement_system: MeasurementSystem;
|
|
4266
|
+
numeral_system: string;
|
|
4267
|
+
currency: import("../common/currencies").Currency;
|
|
4268
|
+
country: string;
|
|
4269
|
+
visit_duration: number;
|
|
4270
|
+
}>;
|
|
4271
|
+
}, "strip", z.ZodTypeAny, {
|
|
4272
|
+
data: {
|
|
4273
|
+
measurement_system: MeasurementSystem;
|
|
4274
|
+
numeral_system: string;
|
|
4275
|
+
currency: import("../common/currencies").Currency;
|
|
4276
|
+
country: string;
|
|
4277
|
+
visit_duration: number;
|
|
4278
|
+
};
|
|
4279
|
+
}, {
|
|
4280
|
+
data: {
|
|
4281
|
+
measurement_system: MeasurementSystem;
|
|
4282
|
+
numeral_system: string;
|
|
4283
|
+
currency: import("../common/currencies").Currency;
|
|
4284
|
+
country: string;
|
|
4285
|
+
visit_duration: number;
|
|
4286
|
+
};
|
|
4287
|
+
}>>>;
|
|
4288
|
+
}, "strip", z.ZodTypeAny, {
|
|
4289
|
+
id: string;
|
|
4290
|
+
name: string;
|
|
4291
|
+
contacts_count: number;
|
|
4292
|
+
properties_count: number;
|
|
4293
|
+
company?: {
|
|
4294
|
+
data: {
|
|
4295
|
+
settings: {
|
|
4296
|
+
data: {
|
|
4297
|
+
email: string;
|
|
4298
|
+
about_en: string;
|
|
4299
|
+
'about_en-GB': string;
|
|
4300
|
+
about_fr: string;
|
|
4301
|
+
'about_fr-BE': string;
|
|
4302
|
+
about_nl: string;
|
|
4303
|
+
agency_website_hostname: string;
|
|
4304
|
+
contact_additional: string;
|
|
4305
|
+
contact_borough_or_district: string;
|
|
4306
|
+
contact_box: string;
|
|
4307
|
+
contact_city: string;
|
|
4308
|
+
contact_country: string;
|
|
4309
|
+
contact_county: string;
|
|
4310
|
+
contact_email: string;
|
|
4311
|
+
contact_number: string;
|
|
4312
|
+
contact_phone: string;
|
|
4313
|
+
contact_street: string;
|
|
4314
|
+
contact_street_2: string;
|
|
4315
|
+
contact_zip: string;
|
|
4316
|
+
default_country: string;
|
|
4317
|
+
default_email: string;
|
|
4318
|
+
default_legal_company_name: string;
|
|
4319
|
+
default_legal_VAT_number: string;
|
|
4320
|
+
default_locale: string;
|
|
4321
|
+
description_en: string;
|
|
4322
|
+
'description_en-GB': string;
|
|
4323
|
+
description_facebook: string;
|
|
4324
|
+
description_fr: string;
|
|
4325
|
+
'description_fr-BE': string;
|
|
4326
|
+
description_instagram: string;
|
|
4327
|
+
description_nl: string;
|
|
4328
|
+
description_twitter: string;
|
|
4329
|
+
disabled_reason: string;
|
|
4330
|
+
domain_agency_id: string;
|
|
4331
|
+
homepage_cover: string;
|
|
4332
|
+
homepage_cover_image: string;
|
|
4333
|
+
homepage_cover_video: string;
|
|
4334
|
+
homepage_highlights: any[];
|
|
4335
|
+
homepage_properties: string;
|
|
4336
|
+
immoweb_ftp_password: string;
|
|
4337
|
+
immoweb_ftp_username: string;
|
|
4338
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4339
|
+
intercom_app_id: string;
|
|
4340
|
+
invoice_address: string;
|
|
4341
|
+
invoice_address_2: string;
|
|
4342
|
+
invoice_city: string;
|
|
4343
|
+
invoice_company_name: string;
|
|
4344
|
+
invoice_country: string;
|
|
4345
|
+
invoice_county: string;
|
|
4346
|
+
invoice_email: string;
|
|
4347
|
+
invoice_first_name: string;
|
|
4348
|
+
invoice_last_name: string;
|
|
4349
|
+
invoice_vat_number: string;
|
|
4350
|
+
invoice_zip: string;
|
|
4351
|
+
languages: string[];
|
|
4352
|
+
links_facebook: string;
|
|
4353
|
+
links_instagram: string;
|
|
4354
|
+
links_linkedin: string;
|
|
4355
|
+
links_twitter: string;
|
|
4356
|
+
new_properties_en: string;
|
|
4357
|
+
'new_properties_en-GB': string;
|
|
4358
|
+
new_properties_fr: string;
|
|
4359
|
+
'new_properties_fr-BE': string;
|
|
4360
|
+
new_properties_nl: string;
|
|
4361
|
+
onthemarket_api_key: string;
|
|
4362
|
+
published_url_resolvers: string[];
|
|
4363
|
+
registration_number: string;
|
|
4364
|
+
rent_period: string;
|
|
4365
|
+
rightmove_api_key: string;
|
|
4366
|
+
signup_company_name: string;
|
|
4367
|
+
signup_country: string;
|
|
4368
|
+
signup_email: string;
|
|
4369
|
+
tagline_en: string;
|
|
4370
|
+
'tagline_en-GB': string;
|
|
4371
|
+
tagline_fr: string;
|
|
4372
|
+
'tagline_fr-BE': string;
|
|
4373
|
+
tagline_nl: string;
|
|
4374
|
+
theme: string;
|
|
4375
|
+
theme_buttons: string;
|
|
4376
|
+
theme_custom_color: string;
|
|
4377
|
+
theme_typeface: string;
|
|
4378
|
+
timezone: string;
|
|
4379
|
+
transaction_types: string;
|
|
4380
|
+
zoopla_api_key: string;
|
|
4381
|
+
description: string;
|
|
4382
|
+
about: string;
|
|
4383
|
+
enable_amepi?: string | null | undefined;
|
|
4384
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
4385
|
+
enable_bienici?: string | null | undefined;
|
|
4386
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
4387
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
4388
|
+
enable_facebook?: string | null | undefined;
|
|
4389
|
+
enable_green_acres?: string | null | undefined;
|
|
4390
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4391
|
+
enable_immovlan?: string | null | undefined;
|
|
4392
|
+
enable_immoweb?: string | null | undefined;
|
|
4393
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
4394
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4395
|
+
enable_leboncoin?: string | null | undefined;
|
|
4396
|
+
enable_logicimmo?: string | null | undefined;
|
|
4397
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4398
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4399
|
+
enable_onthemarket?: string | null | undefined;
|
|
4400
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
4401
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
4402
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4403
|
+
enable_publicapi?: string | null | undefined;
|
|
4404
|
+
enable_rightmove?: string | null | undefined;
|
|
4405
|
+
enable_seloger?: string | null | undefined;
|
|
4406
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4407
|
+
enable_twitter?: string | null | undefined;
|
|
4408
|
+
enable_ubiflow?: string | null | undefined;
|
|
4409
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
4410
|
+
enable_website?: string | null | undefined;
|
|
4411
|
+
enable_zillow?: string | null | undefined;
|
|
4412
|
+
enable_zoopla?: string | null | undefined;
|
|
4413
|
+
enable_zumper?: string | null | undefined;
|
|
4414
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4415
|
+
google_analytics_id?: string | null | undefined;
|
|
4416
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4417
|
+
livechat_app_id?: string | null | undefined;
|
|
4418
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4419
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4420
|
+
};
|
|
4421
|
+
};
|
|
4422
|
+
intercom_app_id: string;
|
|
4423
|
+
id: string;
|
|
4424
|
+
name: string;
|
|
4425
|
+
locale: string;
|
|
4426
|
+
member_count: number;
|
|
4427
|
+
member_allowed: number;
|
|
4428
|
+
contacts_count: number;
|
|
4429
|
+
channels_count: number;
|
|
4430
|
+
created_at: string;
|
|
4431
|
+
plan: {
|
|
4432
|
+
data: {
|
|
4433
|
+
id: string;
|
|
4434
|
+
max_users: number;
|
|
4435
|
+
price: Record<string, any>;
|
|
4436
|
+
interval: string;
|
|
4437
|
+
};
|
|
4438
|
+
};
|
|
4439
|
+
referrer?: {} | null | undefined;
|
|
4440
|
+
disabled_at?: string | null | undefined;
|
|
4441
|
+
updated_at?: string | null | undefined;
|
|
4442
|
+
};
|
|
4443
|
+
} | null | undefined;
|
|
4444
|
+
settings?: {
|
|
4445
|
+
data: {
|
|
4446
|
+
measurement_system: MeasurementSystem;
|
|
4447
|
+
numeral_system: string;
|
|
4448
|
+
currency: import("../common/currencies").Currency;
|
|
4449
|
+
country: string;
|
|
4450
|
+
visit_duration: number;
|
|
4451
|
+
};
|
|
4452
|
+
} | null | undefined;
|
|
4453
|
+
}, {
|
|
4454
|
+
id: string;
|
|
4455
|
+
name: string;
|
|
4456
|
+
contacts_count: number;
|
|
4457
|
+
properties_count: number;
|
|
4458
|
+
company?: {
|
|
4459
|
+
data: {
|
|
4460
|
+
settings: {
|
|
4461
|
+
data: {
|
|
4462
|
+
email: string;
|
|
4463
|
+
about_en: string;
|
|
4464
|
+
'about_en-GB': string;
|
|
4465
|
+
about_fr: string;
|
|
4466
|
+
'about_fr-BE': string;
|
|
4467
|
+
about_nl: string;
|
|
4468
|
+
agency_website_hostname: string;
|
|
4469
|
+
contact_additional: string;
|
|
4470
|
+
contact_borough_or_district: string;
|
|
4471
|
+
contact_box: string;
|
|
4472
|
+
contact_city: string;
|
|
4473
|
+
contact_country: string;
|
|
4474
|
+
contact_county: string;
|
|
4475
|
+
contact_email: string;
|
|
4476
|
+
contact_number: string;
|
|
4477
|
+
contact_phone: string;
|
|
4478
|
+
contact_street: string;
|
|
4479
|
+
contact_street_2: string;
|
|
4480
|
+
contact_zip: string;
|
|
4481
|
+
default_country: string;
|
|
4482
|
+
default_email: string;
|
|
4483
|
+
default_legal_company_name: string;
|
|
4484
|
+
default_legal_VAT_number: string;
|
|
4485
|
+
default_locale: string;
|
|
4486
|
+
description_en: string;
|
|
4487
|
+
'description_en-GB': string;
|
|
4488
|
+
description_facebook: string;
|
|
4489
|
+
description_fr: string;
|
|
4490
|
+
'description_fr-BE': string;
|
|
4491
|
+
description_instagram: string;
|
|
4492
|
+
description_nl: string;
|
|
4493
|
+
description_twitter: string;
|
|
4494
|
+
disabled_reason: string;
|
|
4495
|
+
domain_agency_id: string;
|
|
4496
|
+
homepage_cover: string;
|
|
4497
|
+
homepage_cover_image: string;
|
|
4498
|
+
homepage_cover_video: string;
|
|
4499
|
+
homepage_highlights: any[];
|
|
4500
|
+
homepage_properties: string;
|
|
4501
|
+
immoweb_ftp_password: string;
|
|
4502
|
+
immoweb_ftp_username: string;
|
|
4503
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4504
|
+
intercom_app_id: string;
|
|
4505
|
+
invoice_address: string;
|
|
4506
|
+
invoice_address_2: string;
|
|
4507
|
+
invoice_city: string;
|
|
4508
|
+
invoice_company_name: string;
|
|
4509
|
+
invoice_country: string;
|
|
4510
|
+
invoice_county: string;
|
|
4511
|
+
invoice_email: string;
|
|
4512
|
+
invoice_first_name: string;
|
|
4513
|
+
invoice_last_name: string;
|
|
4514
|
+
invoice_vat_number: string;
|
|
4515
|
+
invoice_zip: string;
|
|
4516
|
+
languages: string[];
|
|
4517
|
+
links_facebook: string;
|
|
4518
|
+
links_instagram: string;
|
|
4519
|
+
links_linkedin: string;
|
|
4520
|
+
links_twitter: string;
|
|
4521
|
+
new_properties_en: string;
|
|
4522
|
+
'new_properties_en-GB': string;
|
|
4523
|
+
new_properties_fr: string;
|
|
4524
|
+
'new_properties_fr-BE': string;
|
|
4525
|
+
new_properties_nl: string;
|
|
4526
|
+
onthemarket_api_key: string;
|
|
4527
|
+
published_url_resolvers: string[];
|
|
4528
|
+
registration_number: string;
|
|
4529
|
+
rent_period: string;
|
|
4530
|
+
rightmove_api_key: string;
|
|
4531
|
+
signup_company_name: string;
|
|
4532
|
+
signup_country: string;
|
|
4533
|
+
signup_email: string;
|
|
4534
|
+
tagline_en: string;
|
|
4535
|
+
'tagline_en-GB': string;
|
|
4536
|
+
tagline_fr: string;
|
|
4537
|
+
'tagline_fr-BE': string;
|
|
4538
|
+
tagline_nl: string;
|
|
4539
|
+
theme: string;
|
|
4540
|
+
theme_buttons: string;
|
|
4541
|
+
theme_custom_color: string;
|
|
4542
|
+
theme_typeface: string;
|
|
4543
|
+
timezone: string;
|
|
4544
|
+
transaction_types: string;
|
|
4545
|
+
zoopla_api_key: string;
|
|
4546
|
+
description: string;
|
|
4547
|
+
about: string;
|
|
4548
|
+
enable_amepi?: string | null | undefined;
|
|
4549
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
4550
|
+
enable_bienici?: string | null | undefined;
|
|
4551
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
4552
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
4553
|
+
enable_facebook?: string | null | undefined;
|
|
4554
|
+
enable_green_acres?: string | null | undefined;
|
|
4555
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4556
|
+
enable_immovlan?: string | null | undefined;
|
|
4557
|
+
enable_immoweb?: string | null | undefined;
|
|
4558
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
4559
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4560
|
+
enable_leboncoin?: string | null | undefined;
|
|
4561
|
+
enable_logicimmo?: string | null | undefined;
|
|
4562
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4563
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4564
|
+
enable_onthemarket?: string | null | undefined;
|
|
4565
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
4566
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
4567
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4568
|
+
enable_publicapi?: string | null | undefined;
|
|
4569
|
+
enable_rightmove?: string | null | undefined;
|
|
4570
|
+
enable_seloger?: string | null | undefined;
|
|
4571
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4572
|
+
enable_twitter?: string | null | undefined;
|
|
4573
|
+
enable_ubiflow?: string | null | undefined;
|
|
4574
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
4575
|
+
enable_website?: string | null | undefined;
|
|
4576
|
+
enable_zillow?: string | null | undefined;
|
|
4577
|
+
enable_zoopla?: string | null | undefined;
|
|
4578
|
+
enable_zumper?: string | null | undefined;
|
|
4579
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4580
|
+
google_analytics_id?: string | null | undefined;
|
|
4581
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4582
|
+
livechat_app_id?: string | null | undefined;
|
|
4583
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4584
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4585
|
+
};
|
|
4586
|
+
};
|
|
4587
|
+
intercom_app_id: string;
|
|
4588
|
+
id: string;
|
|
4589
|
+
name: string;
|
|
4590
|
+
locale: string;
|
|
4591
|
+
member_count: number;
|
|
4592
|
+
member_allowed: number;
|
|
4593
|
+
contacts_count: number;
|
|
4594
|
+
channels_count: number;
|
|
4595
|
+
created_at: string;
|
|
4596
|
+
plan: {
|
|
4597
|
+
data: {
|
|
4598
|
+
id: string;
|
|
4599
|
+
max_users: number;
|
|
4600
|
+
price: Record<string, any>;
|
|
4601
|
+
interval: string;
|
|
4602
|
+
};
|
|
4603
|
+
};
|
|
4604
|
+
referrer?: {} | null | undefined;
|
|
4605
|
+
disabled_at?: string | null | undefined;
|
|
4606
|
+
updated_at?: string | null | undefined;
|
|
4607
|
+
};
|
|
4608
|
+
} | null | undefined;
|
|
4609
|
+
settings?: {
|
|
4610
|
+
data: {
|
|
4611
|
+
measurement_system: MeasurementSystem;
|
|
4612
|
+
numeral_system: string;
|
|
4613
|
+
currency: import("../common/currencies").Currency;
|
|
4614
|
+
country: string;
|
|
4615
|
+
visit_duration: number;
|
|
4616
|
+
};
|
|
4617
|
+
} | null | undefined;
|
|
4618
|
+
}>;
|
|
4619
|
+
export declare const officeDataSchema: z.ZodObject<{
|
|
4620
|
+
data: z.ZodObject<{
|
|
4621
|
+
id: z.ZodString;
|
|
4622
|
+
name: z.ZodString;
|
|
4623
|
+
properties_count: z.ZodNumber;
|
|
4624
|
+
contacts_count: z.ZodNumber;
|
|
4625
|
+
company: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4626
|
+
data: z.ZodObject<{
|
|
4627
|
+
id: z.ZodString;
|
|
4628
|
+
name: z.ZodString;
|
|
4629
|
+
locale: z.ZodString;
|
|
4630
|
+
referrer: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
4631
|
+
member_count: z.ZodNumber;
|
|
4632
|
+
member_allowed: z.ZodNumber;
|
|
4633
|
+
contacts_count: z.ZodNumber;
|
|
4634
|
+
channels_count: z.ZodNumber;
|
|
4635
|
+
intercom_app_id: z.ZodString;
|
|
4636
|
+
disabled_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4637
|
+
created_at: z.ZodString;
|
|
4638
|
+
updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4639
|
+
plan: z.ZodObject<{
|
|
4640
|
+
data: z.ZodObject<{
|
|
4641
|
+
id: z.ZodString;
|
|
4642
|
+
max_users: z.ZodNumber;
|
|
4643
|
+
price: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
4644
|
+
interval: z.ZodString;
|
|
4645
|
+
}, "strip", z.ZodTypeAny, {
|
|
4646
|
+
id: string;
|
|
4647
|
+
max_users: number;
|
|
4648
|
+
price: Record<string, any>;
|
|
4649
|
+
interval: string;
|
|
4650
|
+
}, {
|
|
4651
|
+
id: string;
|
|
4652
|
+
max_users: number;
|
|
4653
|
+
price: Record<string, any>;
|
|
4654
|
+
interval: string;
|
|
4655
|
+
}>;
|
|
4656
|
+
}, "strip", z.ZodTypeAny, {
|
|
4657
|
+
data: {
|
|
4658
|
+
id: string;
|
|
4659
|
+
max_users: number;
|
|
4660
|
+
price: Record<string, any>;
|
|
4661
|
+
interval: string;
|
|
4662
|
+
};
|
|
4663
|
+
}, {
|
|
4664
|
+
data: {
|
|
4665
|
+
id: string;
|
|
4666
|
+
max_users: number;
|
|
4667
|
+
price: Record<string, any>;
|
|
4668
|
+
interval: string;
|
|
4669
|
+
};
|
|
4670
|
+
}>;
|
|
4671
|
+
settings: z.ZodObject<{
|
|
4672
|
+
data: z.ZodObject<{
|
|
4673
|
+
about_en: z.ZodString;
|
|
4674
|
+
'about_en-GB': z.ZodString;
|
|
4675
|
+
about_fr: z.ZodString;
|
|
4676
|
+
'about_fr-BE': z.ZodString;
|
|
4677
|
+
about_nl: z.ZodString;
|
|
4678
|
+
agency_website_hostname: z.ZodString;
|
|
4679
|
+
contact_additional: z.ZodString;
|
|
4680
|
+
contact_borough_or_district: z.ZodString;
|
|
4681
|
+
contact_box: z.ZodString;
|
|
4682
|
+
contact_city: z.ZodString;
|
|
4683
|
+
contact_country: z.ZodString;
|
|
4684
|
+
contact_county: z.ZodString;
|
|
4685
|
+
contact_email: z.ZodString;
|
|
4686
|
+
contact_number: z.ZodString;
|
|
4687
|
+
contact_phone: z.ZodString;
|
|
4688
|
+
contact_street: z.ZodString;
|
|
4689
|
+
contact_street_2: z.ZodString;
|
|
4690
|
+
contact_zip: z.ZodString;
|
|
4691
|
+
default_country: z.ZodString;
|
|
4692
|
+
default_email: z.ZodString;
|
|
4693
|
+
default_legal_company_name: z.ZodString;
|
|
4694
|
+
default_legal_VAT_number: z.ZodString;
|
|
4695
|
+
default_locale: z.ZodString;
|
|
4696
|
+
description_en: z.ZodString;
|
|
4697
|
+
'description_en-GB': z.ZodString;
|
|
4698
|
+
description_facebook: z.ZodString;
|
|
4699
|
+
description_fr: z.ZodString;
|
|
4700
|
+
'description_fr-BE': z.ZodString;
|
|
4701
|
+
description_instagram: z.ZodString;
|
|
4702
|
+
description_nl: z.ZodString;
|
|
4703
|
+
description_twitter: z.ZodString;
|
|
4704
|
+
disabled_reason: z.ZodString;
|
|
4705
|
+
domain_agency_id: z.ZodString;
|
|
4706
|
+
email: z.ZodString;
|
|
4707
|
+
enable_amepi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4708
|
+
'enable_belles-demeures': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4709
|
+
enable_bienici: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4710
|
+
'enable_bureau-locaux': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4711
|
+
'enable_cession-pme': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4712
|
+
enable_facebook: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4713
|
+
enable_green_acres: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4714
|
+
'enable_hotellerie-restauration': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4715
|
+
enable_immovlan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4716
|
+
enable_immoweb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4717
|
+
'enable_immoweb-v2': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4718
|
+
'enable_le_figaro-immo': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4719
|
+
enable_leboncoin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4720
|
+
enable_logicimmo: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4721
|
+
'enable_logicimmo-fr': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4722
|
+
'enable_meilleurs-agents': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4723
|
+
enable_onthemarket: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4724
|
+
'enable_ouest-france': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4725
|
+
'enable_paru-vendu': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4726
|
+
'enable_propriete-le-figaro': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4727
|
+
enable_publicapi: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4728
|
+
enable_rightmove: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4729
|
+
enable_seloger: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4730
|
+
'enable_seloger-bureau-commerce': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4731
|
+
enable_twitter: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4732
|
+
enable_ubiflow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4733
|
+
'enable_vitrine-media': z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4734
|
+
enable_website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4735
|
+
enable_zillow: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4736
|
+
enable_zoopla: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4737
|
+
enable_zumper: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4738
|
+
facebook_pixel_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4739
|
+
google_analytics_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4740
|
+
homepage_cover: z.ZodString;
|
|
4741
|
+
homepage_cover_image: z.ZodString;
|
|
4742
|
+
homepage_cover_video: z.ZodString;
|
|
4743
|
+
homepage_highlights: z.ZodArray<z.ZodAny, "many">;
|
|
4744
|
+
homepage_properties: z.ZodString;
|
|
4745
|
+
immovlan_customer_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4746
|
+
immoweb_ftp_password: z.ZodString;
|
|
4747
|
+
immoweb_ftp_username: z.ZodString;
|
|
4748
|
+
integration_document_management_sweepbright_documents: z.ZodBoolean;
|
|
4749
|
+
intercom_app_id: z.ZodString;
|
|
4750
|
+
invoice_address: z.ZodString;
|
|
4751
|
+
invoice_address_2: z.ZodString;
|
|
4752
|
+
invoice_city: z.ZodString;
|
|
4753
|
+
invoice_company_name: z.ZodString;
|
|
4754
|
+
invoice_country: z.ZodString;
|
|
4755
|
+
invoice_county: z.ZodString;
|
|
4756
|
+
invoice_email: z.ZodString;
|
|
4757
|
+
invoice_first_name: z.ZodString;
|
|
4758
|
+
invoice_last_name: z.ZodString;
|
|
4759
|
+
invoice_vat_number: z.ZodString;
|
|
4760
|
+
invoice_zip: z.ZodString;
|
|
4761
|
+
languages: z.ZodArray<z.ZodString, "many">;
|
|
4762
|
+
links_facebook: z.ZodString;
|
|
4763
|
+
links_instagram: z.ZodString;
|
|
4764
|
+
links_linkedin: z.ZodString;
|
|
4765
|
+
links_twitter: z.ZodString;
|
|
4766
|
+
livechat_app_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4767
|
+
logic_immo_agency_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4768
|
+
new_properties_en: z.ZodString;
|
|
4769
|
+
'new_properties_en-GB': z.ZodString;
|
|
4770
|
+
new_properties_fr: z.ZodString;
|
|
4771
|
+
'new_properties_fr-BE': z.ZodString;
|
|
4772
|
+
new_properties_nl: z.ZodString;
|
|
4773
|
+
onthemarket_api_key: z.ZodString;
|
|
4774
|
+
published_url_resolvers: z.ZodArray<z.ZodString, "many">;
|
|
4775
|
+
registration_number: z.ZodString;
|
|
4776
|
+
rent_period: z.ZodString;
|
|
4777
|
+
rightmove_api_key: z.ZodString;
|
|
4778
|
+
signup_company_name: z.ZodString;
|
|
4779
|
+
signup_country: z.ZodString;
|
|
4780
|
+
signup_email: z.ZodString;
|
|
4781
|
+
tagline_en: z.ZodString;
|
|
4782
|
+
'tagline_en-GB': z.ZodString;
|
|
4783
|
+
tagline_fr: z.ZodString;
|
|
4784
|
+
'tagline_fr-BE': z.ZodString;
|
|
4785
|
+
tagline_nl: z.ZodString;
|
|
4786
|
+
theme: z.ZodString;
|
|
4787
|
+
theme_buttons: z.ZodString;
|
|
4788
|
+
theme_custom_color: z.ZodString;
|
|
4789
|
+
theme_typeface: z.ZodString;
|
|
4790
|
+
timezone: z.ZodString;
|
|
4791
|
+
transaction_types: z.ZodString;
|
|
4792
|
+
unassigned_leads_admin_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4793
|
+
zoopla_api_key: z.ZodString;
|
|
4794
|
+
description: z.ZodString;
|
|
4795
|
+
about: z.ZodString;
|
|
4796
|
+
}, "strip", z.ZodTypeAny, {
|
|
4797
|
+
email: string;
|
|
4798
|
+
about_en: string;
|
|
4799
|
+
'about_en-GB': string;
|
|
4800
|
+
about_fr: string;
|
|
4801
|
+
'about_fr-BE': string;
|
|
4802
|
+
about_nl: string;
|
|
4803
|
+
agency_website_hostname: string;
|
|
4804
|
+
contact_additional: string;
|
|
4805
|
+
contact_borough_or_district: string;
|
|
4806
|
+
contact_box: string;
|
|
4807
|
+
contact_city: string;
|
|
4808
|
+
contact_country: string;
|
|
4809
|
+
contact_county: string;
|
|
4810
|
+
contact_email: string;
|
|
4811
|
+
contact_number: string;
|
|
4812
|
+
contact_phone: string;
|
|
4813
|
+
contact_street: string;
|
|
4814
|
+
contact_street_2: string;
|
|
4815
|
+
contact_zip: string;
|
|
4816
|
+
default_country: string;
|
|
4817
|
+
default_email: string;
|
|
4818
|
+
default_legal_company_name: string;
|
|
4819
|
+
default_legal_VAT_number: string;
|
|
4820
|
+
default_locale: string;
|
|
4821
|
+
description_en: string;
|
|
4822
|
+
'description_en-GB': string;
|
|
4823
|
+
description_facebook: string;
|
|
4824
|
+
description_fr: string;
|
|
4825
|
+
'description_fr-BE': string;
|
|
4826
|
+
description_instagram: string;
|
|
4827
|
+
description_nl: string;
|
|
4828
|
+
description_twitter: string;
|
|
4829
|
+
disabled_reason: string;
|
|
4830
|
+
domain_agency_id: string;
|
|
4831
|
+
homepage_cover: string;
|
|
4832
|
+
homepage_cover_image: string;
|
|
4833
|
+
homepage_cover_video: string;
|
|
4834
|
+
homepage_highlights: any[];
|
|
4835
|
+
homepage_properties: string;
|
|
4836
|
+
immoweb_ftp_password: string;
|
|
4837
|
+
immoweb_ftp_username: string;
|
|
4838
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4839
|
+
intercom_app_id: string;
|
|
4840
|
+
invoice_address: string;
|
|
4841
|
+
invoice_address_2: string;
|
|
4842
|
+
invoice_city: string;
|
|
4843
|
+
invoice_company_name: string;
|
|
4844
|
+
invoice_country: string;
|
|
4845
|
+
invoice_county: string;
|
|
4846
|
+
invoice_email: string;
|
|
4847
|
+
invoice_first_name: string;
|
|
4848
|
+
invoice_last_name: string;
|
|
4849
|
+
invoice_vat_number: string;
|
|
4850
|
+
invoice_zip: string;
|
|
4851
|
+
languages: string[];
|
|
4852
|
+
links_facebook: string;
|
|
4853
|
+
links_instagram: string;
|
|
4854
|
+
links_linkedin: string;
|
|
4855
|
+
links_twitter: string;
|
|
4856
|
+
new_properties_en: string;
|
|
4857
|
+
'new_properties_en-GB': string;
|
|
4858
|
+
new_properties_fr: string;
|
|
4859
|
+
'new_properties_fr-BE': string;
|
|
4860
|
+
new_properties_nl: string;
|
|
4861
|
+
onthemarket_api_key: string;
|
|
4862
|
+
published_url_resolvers: string[];
|
|
4863
|
+
registration_number: string;
|
|
4864
|
+
rent_period: string;
|
|
4865
|
+
rightmove_api_key: string;
|
|
4866
|
+
signup_company_name: string;
|
|
4867
|
+
signup_country: string;
|
|
4868
|
+
signup_email: string;
|
|
4869
|
+
tagline_en: string;
|
|
4870
|
+
'tagline_en-GB': string;
|
|
4871
|
+
tagline_fr: string;
|
|
4872
|
+
'tagline_fr-BE': string;
|
|
4873
|
+
tagline_nl: string;
|
|
4874
|
+
theme: string;
|
|
4875
|
+
theme_buttons: string;
|
|
4876
|
+
theme_custom_color: string;
|
|
4877
|
+
theme_typeface: string;
|
|
4878
|
+
timezone: string;
|
|
4879
|
+
transaction_types: string;
|
|
4880
|
+
zoopla_api_key: string;
|
|
4881
|
+
description: string;
|
|
4882
|
+
about: string;
|
|
4883
|
+
enable_amepi?: string | null | undefined;
|
|
4884
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
4885
|
+
enable_bienici?: string | null | undefined;
|
|
4886
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
4887
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
4888
|
+
enable_facebook?: string | null | undefined;
|
|
4889
|
+
enable_green_acres?: string | null | undefined;
|
|
4890
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
4891
|
+
enable_immovlan?: string | null | undefined;
|
|
4892
|
+
enable_immoweb?: string | null | undefined;
|
|
4893
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
4894
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
4895
|
+
enable_leboncoin?: string | null | undefined;
|
|
4896
|
+
enable_logicimmo?: string | null | undefined;
|
|
4897
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
4898
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
4899
|
+
enable_onthemarket?: string | null | undefined;
|
|
4900
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
4901
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
4902
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
4903
|
+
enable_publicapi?: string | null | undefined;
|
|
4904
|
+
enable_rightmove?: string | null | undefined;
|
|
4905
|
+
enable_seloger?: string | null | undefined;
|
|
4906
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
4907
|
+
enable_twitter?: string | null | undefined;
|
|
4908
|
+
enable_ubiflow?: string | null | undefined;
|
|
4909
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
4910
|
+
enable_website?: string | null | undefined;
|
|
4911
|
+
enable_zillow?: string | null | undefined;
|
|
4912
|
+
enable_zoopla?: string | null | undefined;
|
|
4913
|
+
enable_zumper?: string | null | undefined;
|
|
4914
|
+
facebook_pixel_id?: string | null | undefined;
|
|
4915
|
+
google_analytics_id?: string | null | undefined;
|
|
4916
|
+
immovlan_customer_id?: string | null | undefined;
|
|
4917
|
+
livechat_app_id?: string | null | undefined;
|
|
4918
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
4919
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
4920
|
+
}, {
|
|
4921
|
+
email: string;
|
|
4922
|
+
about_en: string;
|
|
4923
|
+
'about_en-GB': string;
|
|
4924
|
+
about_fr: string;
|
|
4925
|
+
'about_fr-BE': string;
|
|
4926
|
+
about_nl: string;
|
|
4927
|
+
agency_website_hostname: string;
|
|
4928
|
+
contact_additional: string;
|
|
4929
|
+
contact_borough_or_district: string;
|
|
4930
|
+
contact_box: string;
|
|
4931
|
+
contact_city: string;
|
|
4932
|
+
contact_country: string;
|
|
4933
|
+
contact_county: string;
|
|
4934
|
+
contact_email: string;
|
|
4935
|
+
contact_number: string;
|
|
4936
|
+
contact_phone: string;
|
|
4937
|
+
contact_street: string;
|
|
4938
|
+
contact_street_2: string;
|
|
4939
|
+
contact_zip: string;
|
|
4940
|
+
default_country: string;
|
|
4941
|
+
default_email: string;
|
|
4942
|
+
default_legal_company_name: string;
|
|
4943
|
+
default_legal_VAT_number: string;
|
|
4944
|
+
default_locale: string;
|
|
4945
|
+
description_en: string;
|
|
4946
|
+
'description_en-GB': string;
|
|
4947
|
+
description_facebook: string;
|
|
4948
|
+
description_fr: string;
|
|
4949
|
+
'description_fr-BE': string;
|
|
4950
|
+
description_instagram: string;
|
|
4951
|
+
description_nl: string;
|
|
4952
|
+
description_twitter: string;
|
|
4953
|
+
disabled_reason: string;
|
|
4954
|
+
domain_agency_id: string;
|
|
4955
|
+
homepage_cover: string;
|
|
4956
|
+
homepage_cover_image: string;
|
|
4957
|
+
homepage_cover_video: string;
|
|
4958
|
+
homepage_highlights: any[];
|
|
4959
|
+
homepage_properties: string;
|
|
4960
|
+
immoweb_ftp_password: string;
|
|
4961
|
+
immoweb_ftp_username: string;
|
|
4962
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
4963
|
+
intercom_app_id: string;
|
|
4964
|
+
invoice_address: string;
|
|
4965
|
+
invoice_address_2: string;
|
|
4966
|
+
invoice_city: string;
|
|
4967
|
+
invoice_company_name: string;
|
|
4968
|
+
invoice_country: string;
|
|
4969
|
+
invoice_county: string;
|
|
4970
|
+
invoice_email: string;
|
|
4971
|
+
invoice_first_name: string;
|
|
4972
|
+
invoice_last_name: string;
|
|
4973
|
+
invoice_vat_number: string;
|
|
4974
|
+
invoice_zip: string;
|
|
4975
|
+
languages: string[];
|
|
4976
|
+
links_facebook: string;
|
|
4977
|
+
links_instagram: string;
|
|
4978
|
+
links_linkedin: string;
|
|
4979
|
+
links_twitter: string;
|
|
4980
|
+
new_properties_en: string;
|
|
4981
|
+
'new_properties_en-GB': string;
|
|
4982
|
+
new_properties_fr: string;
|
|
4983
|
+
'new_properties_fr-BE': string;
|
|
4984
|
+
new_properties_nl: string;
|
|
4985
|
+
onthemarket_api_key: string;
|
|
4986
|
+
published_url_resolvers: string[];
|
|
4987
|
+
registration_number: string;
|
|
4988
|
+
rent_period: string;
|
|
4989
|
+
rightmove_api_key: string;
|
|
4990
|
+
signup_company_name: string;
|
|
4991
|
+
signup_country: string;
|
|
4992
|
+
signup_email: string;
|
|
4993
|
+
tagline_en: string;
|
|
4994
|
+
'tagline_en-GB': string;
|
|
4995
|
+
tagline_fr: string;
|
|
4996
|
+
'tagline_fr-BE': string;
|
|
4997
|
+
tagline_nl: string;
|
|
4998
|
+
theme: string;
|
|
4999
|
+
theme_buttons: string;
|
|
5000
|
+
theme_custom_color: string;
|
|
5001
|
+
theme_typeface: string;
|
|
5002
|
+
timezone: string;
|
|
5003
|
+
transaction_types: string;
|
|
5004
|
+
zoopla_api_key: string;
|
|
5005
|
+
description: string;
|
|
5006
|
+
about: string;
|
|
5007
|
+
enable_amepi?: string | null | undefined;
|
|
5008
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
5009
|
+
enable_bienici?: string | null | undefined;
|
|
5010
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
5011
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
5012
|
+
enable_facebook?: string | null | undefined;
|
|
5013
|
+
enable_green_acres?: string | null | undefined;
|
|
5014
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5015
|
+
enable_immovlan?: string | null | undefined;
|
|
5016
|
+
enable_immoweb?: string | null | undefined;
|
|
5017
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
5018
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5019
|
+
enable_leboncoin?: string | null | undefined;
|
|
5020
|
+
enable_logicimmo?: string | null | undefined;
|
|
5021
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5022
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5023
|
+
enable_onthemarket?: string | null | undefined;
|
|
5024
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
5025
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
5026
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5027
|
+
enable_publicapi?: string | null | undefined;
|
|
5028
|
+
enable_rightmove?: string | null | undefined;
|
|
5029
|
+
enable_seloger?: string | null | undefined;
|
|
5030
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5031
|
+
enable_twitter?: string | null | undefined;
|
|
5032
|
+
enable_ubiflow?: string | null | undefined;
|
|
5033
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
5034
|
+
enable_website?: string | null | undefined;
|
|
5035
|
+
enable_zillow?: string | null | undefined;
|
|
5036
|
+
enable_zoopla?: string | null | undefined;
|
|
5037
|
+
enable_zumper?: string | null | undefined;
|
|
5038
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5039
|
+
google_analytics_id?: string | null | undefined;
|
|
5040
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5041
|
+
livechat_app_id?: string | null | undefined;
|
|
5042
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5043
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5044
|
+
}>;
|
|
5045
|
+
}, "strip", z.ZodTypeAny, {
|
|
5046
|
+
data: {
|
|
5047
|
+
email: string;
|
|
5048
|
+
about_en: string;
|
|
5049
|
+
'about_en-GB': string;
|
|
5050
|
+
about_fr: string;
|
|
5051
|
+
'about_fr-BE': string;
|
|
5052
|
+
about_nl: string;
|
|
5053
|
+
agency_website_hostname: string;
|
|
5054
|
+
contact_additional: string;
|
|
5055
|
+
contact_borough_or_district: string;
|
|
5056
|
+
contact_box: string;
|
|
5057
|
+
contact_city: string;
|
|
5058
|
+
contact_country: string;
|
|
5059
|
+
contact_county: string;
|
|
5060
|
+
contact_email: string;
|
|
5061
|
+
contact_number: string;
|
|
5062
|
+
contact_phone: string;
|
|
5063
|
+
contact_street: string;
|
|
5064
|
+
contact_street_2: string;
|
|
5065
|
+
contact_zip: string;
|
|
5066
|
+
default_country: string;
|
|
5067
|
+
default_email: string;
|
|
5068
|
+
default_legal_company_name: string;
|
|
5069
|
+
default_legal_VAT_number: string;
|
|
5070
|
+
default_locale: string;
|
|
5071
|
+
description_en: string;
|
|
5072
|
+
'description_en-GB': string;
|
|
5073
|
+
description_facebook: string;
|
|
5074
|
+
description_fr: string;
|
|
5075
|
+
'description_fr-BE': string;
|
|
5076
|
+
description_instagram: string;
|
|
5077
|
+
description_nl: string;
|
|
5078
|
+
description_twitter: string;
|
|
5079
|
+
disabled_reason: string;
|
|
5080
|
+
domain_agency_id: string;
|
|
5081
|
+
homepage_cover: string;
|
|
5082
|
+
homepage_cover_image: string;
|
|
5083
|
+
homepage_cover_video: string;
|
|
5084
|
+
homepage_highlights: any[];
|
|
5085
|
+
homepage_properties: string;
|
|
5086
|
+
immoweb_ftp_password: string;
|
|
5087
|
+
immoweb_ftp_username: string;
|
|
5088
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5089
|
+
intercom_app_id: string;
|
|
5090
|
+
invoice_address: string;
|
|
5091
|
+
invoice_address_2: string;
|
|
5092
|
+
invoice_city: string;
|
|
5093
|
+
invoice_company_name: string;
|
|
5094
|
+
invoice_country: string;
|
|
5095
|
+
invoice_county: string;
|
|
5096
|
+
invoice_email: string;
|
|
5097
|
+
invoice_first_name: string;
|
|
5098
|
+
invoice_last_name: string;
|
|
5099
|
+
invoice_vat_number: string;
|
|
5100
|
+
invoice_zip: string;
|
|
5101
|
+
languages: string[];
|
|
5102
|
+
links_facebook: string;
|
|
5103
|
+
links_instagram: string;
|
|
5104
|
+
links_linkedin: string;
|
|
5105
|
+
links_twitter: string;
|
|
5106
|
+
new_properties_en: string;
|
|
5107
|
+
'new_properties_en-GB': string;
|
|
5108
|
+
new_properties_fr: string;
|
|
5109
|
+
'new_properties_fr-BE': string;
|
|
5110
|
+
new_properties_nl: string;
|
|
5111
|
+
onthemarket_api_key: string;
|
|
5112
|
+
published_url_resolvers: string[];
|
|
5113
|
+
registration_number: string;
|
|
5114
|
+
rent_period: string;
|
|
5115
|
+
rightmove_api_key: string;
|
|
5116
|
+
signup_company_name: string;
|
|
5117
|
+
signup_country: string;
|
|
5118
|
+
signup_email: string;
|
|
5119
|
+
tagline_en: string;
|
|
5120
|
+
'tagline_en-GB': string;
|
|
5121
|
+
tagline_fr: string;
|
|
5122
|
+
'tagline_fr-BE': string;
|
|
5123
|
+
tagline_nl: string;
|
|
5124
|
+
theme: string;
|
|
5125
|
+
theme_buttons: string;
|
|
5126
|
+
theme_custom_color: string;
|
|
5127
|
+
theme_typeface: string;
|
|
5128
|
+
timezone: string;
|
|
5129
|
+
transaction_types: string;
|
|
5130
|
+
zoopla_api_key: string;
|
|
5131
|
+
description: string;
|
|
5132
|
+
about: string;
|
|
5133
|
+
enable_amepi?: string | null | undefined;
|
|
5134
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
5135
|
+
enable_bienici?: string | null | undefined;
|
|
5136
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
5137
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
5138
|
+
enable_facebook?: string | null | undefined;
|
|
5139
|
+
enable_green_acres?: string | null | undefined;
|
|
5140
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5141
|
+
enable_immovlan?: string | null | undefined;
|
|
5142
|
+
enable_immoweb?: string | null | undefined;
|
|
5143
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
5144
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5145
|
+
enable_leboncoin?: string | null | undefined;
|
|
5146
|
+
enable_logicimmo?: string | null | undefined;
|
|
5147
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5148
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5149
|
+
enable_onthemarket?: string | null | undefined;
|
|
5150
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
5151
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
5152
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5153
|
+
enable_publicapi?: string | null | undefined;
|
|
5154
|
+
enable_rightmove?: string | null | undefined;
|
|
5155
|
+
enable_seloger?: string | null | undefined;
|
|
5156
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5157
|
+
enable_twitter?: string | null | undefined;
|
|
5158
|
+
enable_ubiflow?: string | null | undefined;
|
|
5159
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
5160
|
+
enable_website?: string | null | undefined;
|
|
5161
|
+
enable_zillow?: string | null | undefined;
|
|
5162
|
+
enable_zoopla?: string | null | undefined;
|
|
5163
|
+
enable_zumper?: string | null | undefined;
|
|
5164
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5165
|
+
google_analytics_id?: string | null | undefined;
|
|
5166
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5167
|
+
livechat_app_id?: string | null | undefined;
|
|
5168
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5169
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5170
|
+
};
|
|
5171
|
+
}, {
|
|
5172
|
+
data: {
|
|
5173
|
+
email: string;
|
|
5174
|
+
about_en: string;
|
|
5175
|
+
'about_en-GB': string;
|
|
5176
|
+
about_fr: string;
|
|
5177
|
+
'about_fr-BE': string;
|
|
5178
|
+
about_nl: string;
|
|
5179
|
+
agency_website_hostname: string;
|
|
5180
|
+
contact_additional: string;
|
|
5181
|
+
contact_borough_or_district: string;
|
|
5182
|
+
contact_box: string;
|
|
5183
|
+
contact_city: string;
|
|
5184
|
+
contact_country: string;
|
|
5185
|
+
contact_county: string;
|
|
5186
|
+
contact_email: string;
|
|
5187
|
+
contact_number: string;
|
|
5188
|
+
contact_phone: string;
|
|
5189
|
+
contact_street: string;
|
|
5190
|
+
contact_street_2: string;
|
|
5191
|
+
contact_zip: string;
|
|
5192
|
+
default_country: string;
|
|
5193
|
+
default_email: string;
|
|
5194
|
+
default_legal_company_name: string;
|
|
5195
|
+
default_legal_VAT_number: string;
|
|
5196
|
+
default_locale: string;
|
|
5197
|
+
description_en: string;
|
|
5198
|
+
'description_en-GB': string;
|
|
5199
|
+
description_facebook: string;
|
|
5200
|
+
description_fr: string;
|
|
5201
|
+
'description_fr-BE': string;
|
|
5202
|
+
description_instagram: string;
|
|
5203
|
+
description_nl: string;
|
|
5204
|
+
description_twitter: string;
|
|
5205
|
+
disabled_reason: string;
|
|
5206
|
+
domain_agency_id: string;
|
|
5207
|
+
homepage_cover: string;
|
|
5208
|
+
homepage_cover_image: string;
|
|
5209
|
+
homepage_cover_video: string;
|
|
5210
|
+
homepage_highlights: any[];
|
|
5211
|
+
homepage_properties: string;
|
|
5212
|
+
immoweb_ftp_password: string;
|
|
5213
|
+
immoweb_ftp_username: string;
|
|
5214
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5215
|
+
intercom_app_id: string;
|
|
5216
|
+
invoice_address: string;
|
|
5217
|
+
invoice_address_2: string;
|
|
5218
|
+
invoice_city: string;
|
|
5219
|
+
invoice_company_name: string;
|
|
5220
|
+
invoice_country: string;
|
|
5221
|
+
invoice_county: string;
|
|
5222
|
+
invoice_email: string;
|
|
5223
|
+
invoice_first_name: string;
|
|
5224
|
+
invoice_last_name: string;
|
|
5225
|
+
invoice_vat_number: string;
|
|
5226
|
+
invoice_zip: string;
|
|
5227
|
+
languages: string[];
|
|
5228
|
+
links_facebook: string;
|
|
5229
|
+
links_instagram: string;
|
|
5230
|
+
links_linkedin: string;
|
|
5231
|
+
links_twitter: string;
|
|
5232
|
+
new_properties_en: string;
|
|
5233
|
+
'new_properties_en-GB': string;
|
|
5234
|
+
new_properties_fr: string;
|
|
5235
|
+
'new_properties_fr-BE': string;
|
|
5236
|
+
new_properties_nl: string;
|
|
5237
|
+
onthemarket_api_key: string;
|
|
5238
|
+
published_url_resolvers: string[];
|
|
5239
|
+
registration_number: string;
|
|
5240
|
+
rent_period: string;
|
|
5241
|
+
rightmove_api_key: string;
|
|
5242
|
+
signup_company_name: string;
|
|
5243
|
+
signup_country: string;
|
|
5244
|
+
signup_email: string;
|
|
5245
|
+
tagline_en: string;
|
|
5246
|
+
'tagline_en-GB': string;
|
|
5247
|
+
tagline_fr: string;
|
|
5248
|
+
'tagline_fr-BE': string;
|
|
5249
|
+
tagline_nl: string;
|
|
5250
|
+
theme: string;
|
|
5251
|
+
theme_buttons: string;
|
|
5252
|
+
theme_custom_color: string;
|
|
5253
|
+
theme_typeface: string;
|
|
5254
|
+
timezone: string;
|
|
5255
|
+
transaction_types: string;
|
|
5256
|
+
zoopla_api_key: string;
|
|
5257
|
+
description: string;
|
|
5258
|
+
about: string;
|
|
5259
|
+
enable_amepi?: string | null | undefined;
|
|
5260
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
5261
|
+
enable_bienici?: string | null | undefined;
|
|
5262
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
5263
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
5264
|
+
enable_facebook?: string | null | undefined;
|
|
5265
|
+
enable_green_acres?: string | null | undefined;
|
|
5266
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5267
|
+
enable_immovlan?: string | null | undefined;
|
|
5268
|
+
enable_immoweb?: string | null | undefined;
|
|
5269
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
5270
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5271
|
+
enable_leboncoin?: string | null | undefined;
|
|
5272
|
+
enable_logicimmo?: string | null | undefined;
|
|
5273
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5274
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5275
|
+
enable_onthemarket?: string | null | undefined;
|
|
5276
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
5277
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
5278
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5279
|
+
enable_publicapi?: string | null | undefined;
|
|
5280
|
+
enable_rightmove?: string | null | undefined;
|
|
5281
|
+
enable_seloger?: string | null | undefined;
|
|
5282
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5283
|
+
enable_twitter?: string | null | undefined;
|
|
5284
|
+
enable_ubiflow?: string | null | undefined;
|
|
5285
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
5286
|
+
enable_website?: string | null | undefined;
|
|
5287
|
+
enable_zillow?: string | null | undefined;
|
|
5288
|
+
enable_zoopla?: string | null | undefined;
|
|
5289
|
+
enable_zumper?: string | null | undefined;
|
|
5290
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5291
|
+
google_analytics_id?: string | null | undefined;
|
|
5292
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5293
|
+
livechat_app_id?: string | null | undefined;
|
|
5294
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5295
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5296
|
+
};
|
|
5297
|
+
}>;
|
|
5298
|
+
}, "strip", z.ZodTypeAny, {
|
|
5299
|
+
settings: {
|
|
5300
|
+
data: {
|
|
5301
|
+
email: string;
|
|
5302
|
+
about_en: string;
|
|
5303
|
+
'about_en-GB': string;
|
|
5304
|
+
about_fr: string;
|
|
5305
|
+
'about_fr-BE': string;
|
|
5306
|
+
about_nl: string;
|
|
5307
|
+
agency_website_hostname: string;
|
|
5308
|
+
contact_additional: string;
|
|
5309
|
+
contact_borough_or_district: string;
|
|
5310
|
+
contact_box: string;
|
|
5311
|
+
contact_city: string;
|
|
5312
|
+
contact_country: string;
|
|
5313
|
+
contact_county: string;
|
|
5314
|
+
contact_email: string;
|
|
5315
|
+
contact_number: string;
|
|
5316
|
+
contact_phone: string;
|
|
5317
|
+
contact_street: string;
|
|
5318
|
+
contact_street_2: string;
|
|
5319
|
+
contact_zip: string;
|
|
5320
|
+
default_country: string;
|
|
5321
|
+
default_email: string;
|
|
5322
|
+
default_legal_company_name: string;
|
|
5323
|
+
default_legal_VAT_number: string;
|
|
5324
|
+
default_locale: string;
|
|
5325
|
+
description_en: string;
|
|
5326
|
+
'description_en-GB': string;
|
|
5327
|
+
description_facebook: string;
|
|
5328
|
+
description_fr: string;
|
|
5329
|
+
'description_fr-BE': string;
|
|
5330
|
+
description_instagram: string;
|
|
5331
|
+
description_nl: string;
|
|
5332
|
+
description_twitter: string;
|
|
5333
|
+
disabled_reason: string;
|
|
5334
|
+
domain_agency_id: string;
|
|
5335
|
+
homepage_cover: string;
|
|
5336
|
+
homepage_cover_image: string;
|
|
5337
|
+
homepage_cover_video: string;
|
|
5338
|
+
homepage_highlights: any[];
|
|
5339
|
+
homepage_properties: string;
|
|
5340
|
+
immoweb_ftp_password: string;
|
|
5341
|
+
immoweb_ftp_username: string;
|
|
5342
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5343
|
+
intercom_app_id: string;
|
|
5344
|
+
invoice_address: string;
|
|
5345
|
+
invoice_address_2: string;
|
|
5346
|
+
invoice_city: string;
|
|
5347
|
+
invoice_company_name: string;
|
|
5348
|
+
invoice_country: string;
|
|
5349
|
+
invoice_county: string;
|
|
5350
|
+
invoice_email: string;
|
|
5351
|
+
invoice_first_name: string;
|
|
5352
|
+
invoice_last_name: string;
|
|
5353
|
+
invoice_vat_number: string;
|
|
5354
|
+
invoice_zip: string;
|
|
5355
|
+
languages: string[];
|
|
5356
|
+
links_facebook: string;
|
|
5357
|
+
links_instagram: string;
|
|
5358
|
+
links_linkedin: string;
|
|
5359
|
+
links_twitter: string;
|
|
5360
|
+
new_properties_en: string;
|
|
5361
|
+
'new_properties_en-GB': string;
|
|
5362
|
+
new_properties_fr: string;
|
|
5363
|
+
'new_properties_fr-BE': string;
|
|
5364
|
+
new_properties_nl: string;
|
|
5365
|
+
onthemarket_api_key: string;
|
|
5366
|
+
published_url_resolvers: string[];
|
|
5367
|
+
registration_number: string;
|
|
5368
|
+
rent_period: string;
|
|
5369
|
+
rightmove_api_key: string;
|
|
5370
|
+
signup_company_name: string;
|
|
5371
|
+
signup_country: string;
|
|
5372
|
+
signup_email: string;
|
|
5373
|
+
tagline_en: string;
|
|
5374
|
+
'tagline_en-GB': string;
|
|
5375
|
+
tagline_fr: string;
|
|
5376
|
+
'tagline_fr-BE': string;
|
|
5377
|
+
tagline_nl: string;
|
|
5378
|
+
theme: string;
|
|
5379
|
+
theme_buttons: string;
|
|
5380
|
+
theme_custom_color: string;
|
|
5381
|
+
theme_typeface: string;
|
|
5382
|
+
timezone: string;
|
|
5383
|
+
transaction_types: string;
|
|
5384
|
+
zoopla_api_key: string;
|
|
5385
|
+
description: string;
|
|
5386
|
+
about: string;
|
|
5387
|
+
enable_amepi?: string | null | undefined;
|
|
5388
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
5389
|
+
enable_bienici?: string | null | undefined;
|
|
5390
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
5391
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
5392
|
+
enable_facebook?: string | null | undefined;
|
|
5393
|
+
enable_green_acres?: string | null | undefined;
|
|
5394
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5395
|
+
enable_immovlan?: string | null | undefined;
|
|
5396
|
+
enable_immoweb?: string | null | undefined;
|
|
5397
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
5398
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5399
|
+
enable_leboncoin?: string | null | undefined;
|
|
5400
|
+
enable_logicimmo?: string | null | undefined;
|
|
5401
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5402
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5403
|
+
enable_onthemarket?: string | null | undefined;
|
|
5404
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
5405
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
5406
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5407
|
+
enable_publicapi?: string | null | undefined;
|
|
5408
|
+
enable_rightmove?: string | null | undefined;
|
|
5409
|
+
enable_seloger?: string | null | undefined;
|
|
5410
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5411
|
+
enable_twitter?: string | null | undefined;
|
|
5412
|
+
enable_ubiflow?: string | null | undefined;
|
|
5413
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
5414
|
+
enable_website?: string | null | undefined;
|
|
5415
|
+
enable_zillow?: string | null | undefined;
|
|
5416
|
+
enable_zoopla?: string | null | undefined;
|
|
5417
|
+
enable_zumper?: string | null | undefined;
|
|
5418
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5419
|
+
google_analytics_id?: string | null | undefined;
|
|
5420
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5421
|
+
livechat_app_id?: string | null | undefined;
|
|
5422
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5423
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5424
|
+
};
|
|
5425
|
+
};
|
|
5426
|
+
intercom_app_id: string;
|
|
5427
|
+
id: string;
|
|
5428
|
+
name: string;
|
|
5429
|
+
locale: string;
|
|
5430
|
+
member_count: number;
|
|
5431
|
+
member_allowed: number;
|
|
5432
|
+
contacts_count: number;
|
|
5433
|
+
channels_count: number;
|
|
5434
|
+
created_at: string;
|
|
5435
|
+
plan: {
|
|
5436
|
+
data: {
|
|
5437
|
+
id: string;
|
|
5438
|
+
max_users: number;
|
|
5439
|
+
price: Record<string, any>;
|
|
5440
|
+
interval: string;
|
|
5441
|
+
};
|
|
5442
|
+
};
|
|
5443
|
+
referrer?: {} | null | undefined;
|
|
5444
|
+
disabled_at?: string | null | undefined;
|
|
5445
|
+
updated_at?: string | null | undefined;
|
|
5446
|
+
}, {
|
|
5447
|
+
settings: {
|
|
5448
|
+
data: {
|
|
5449
|
+
email: string;
|
|
5450
|
+
about_en: string;
|
|
5451
|
+
'about_en-GB': string;
|
|
5452
|
+
about_fr: string;
|
|
5453
|
+
'about_fr-BE': string;
|
|
5454
|
+
about_nl: string;
|
|
5455
|
+
agency_website_hostname: string;
|
|
5456
|
+
contact_additional: string;
|
|
5457
|
+
contact_borough_or_district: string;
|
|
5458
|
+
contact_box: string;
|
|
5459
|
+
contact_city: string;
|
|
5460
|
+
contact_country: string;
|
|
5461
|
+
contact_county: string;
|
|
5462
|
+
contact_email: string;
|
|
5463
|
+
contact_number: string;
|
|
5464
|
+
contact_phone: string;
|
|
5465
|
+
contact_street: string;
|
|
5466
|
+
contact_street_2: string;
|
|
5467
|
+
contact_zip: string;
|
|
5468
|
+
default_country: string;
|
|
5469
|
+
default_email: string;
|
|
5470
|
+
default_legal_company_name: string;
|
|
5471
|
+
default_legal_VAT_number: string;
|
|
5472
|
+
default_locale: string;
|
|
5473
|
+
description_en: string;
|
|
5474
|
+
'description_en-GB': string;
|
|
5475
|
+
description_facebook: string;
|
|
5476
|
+
description_fr: string;
|
|
5477
|
+
'description_fr-BE': string;
|
|
5478
|
+
description_instagram: string;
|
|
5479
|
+
description_nl: string;
|
|
5480
|
+
description_twitter: string;
|
|
5481
|
+
disabled_reason: string;
|
|
5482
|
+
domain_agency_id: string;
|
|
5483
|
+
homepage_cover: string;
|
|
5484
|
+
homepage_cover_image: string;
|
|
5485
|
+
homepage_cover_video: string;
|
|
5486
|
+
homepage_highlights: any[];
|
|
5487
|
+
homepage_properties: string;
|
|
5488
|
+
immoweb_ftp_password: string;
|
|
5489
|
+
immoweb_ftp_username: string;
|
|
5490
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5491
|
+
intercom_app_id: string;
|
|
5492
|
+
invoice_address: string;
|
|
5493
|
+
invoice_address_2: string;
|
|
5494
|
+
invoice_city: string;
|
|
5495
|
+
invoice_company_name: string;
|
|
5496
|
+
invoice_country: string;
|
|
5497
|
+
invoice_county: string;
|
|
5498
|
+
invoice_email: string;
|
|
5499
|
+
invoice_first_name: string;
|
|
5500
|
+
invoice_last_name: string;
|
|
5501
|
+
invoice_vat_number: string;
|
|
5502
|
+
invoice_zip: string;
|
|
5503
|
+
languages: string[];
|
|
5504
|
+
links_facebook: string;
|
|
5505
|
+
links_instagram: string;
|
|
5506
|
+
links_linkedin: string;
|
|
5507
|
+
links_twitter: string;
|
|
5508
|
+
new_properties_en: string;
|
|
5509
|
+
'new_properties_en-GB': string;
|
|
5510
|
+
new_properties_fr: string;
|
|
5511
|
+
'new_properties_fr-BE': string;
|
|
5512
|
+
new_properties_nl: string;
|
|
5513
|
+
onthemarket_api_key: string;
|
|
5514
|
+
published_url_resolvers: string[];
|
|
5515
|
+
registration_number: string;
|
|
5516
|
+
rent_period: string;
|
|
5517
|
+
rightmove_api_key: string;
|
|
5518
|
+
signup_company_name: string;
|
|
5519
|
+
signup_country: string;
|
|
5520
|
+
signup_email: string;
|
|
5521
|
+
tagline_en: string;
|
|
5522
|
+
'tagline_en-GB': string;
|
|
5523
|
+
tagline_fr: string;
|
|
5524
|
+
'tagline_fr-BE': string;
|
|
5525
|
+
tagline_nl: string;
|
|
5526
|
+
theme: string;
|
|
5527
|
+
theme_buttons: string;
|
|
5528
|
+
theme_custom_color: string;
|
|
5529
|
+
theme_typeface: string;
|
|
5530
|
+
timezone: string;
|
|
5531
|
+
transaction_types: string;
|
|
5532
|
+
zoopla_api_key: string;
|
|
5533
|
+
description: string;
|
|
5534
|
+
about: string;
|
|
5535
|
+
enable_amepi?: string | null | undefined;
|
|
5536
|
+
'enable_belles-demeures'?: string | null | undefined;
|
|
5537
|
+
enable_bienici?: string | null | undefined;
|
|
5538
|
+
'enable_bureau-locaux'?: string | null | undefined;
|
|
5539
|
+
'enable_cession-pme'?: string | null | undefined;
|
|
5540
|
+
enable_facebook?: string | null | undefined;
|
|
5541
|
+
enable_green_acres?: string | null | undefined;
|
|
5542
|
+
'enable_hotellerie-restauration'?: string | null | undefined;
|
|
5543
|
+
enable_immovlan?: string | null | undefined;
|
|
5544
|
+
enable_immoweb?: string | null | undefined;
|
|
5545
|
+
'enable_immoweb-v2'?: string | null | undefined;
|
|
5546
|
+
'enable_le_figaro-immo'?: string | null | undefined;
|
|
5547
|
+
enable_leboncoin?: string | null | undefined;
|
|
5548
|
+
enable_logicimmo?: string | null | undefined;
|
|
5549
|
+
'enable_logicimmo-fr'?: string | null | undefined;
|
|
5550
|
+
'enable_meilleurs-agents'?: string | null | undefined;
|
|
5551
|
+
enable_onthemarket?: string | null | undefined;
|
|
5552
|
+
'enable_ouest-france'?: string | null | undefined;
|
|
5553
|
+
'enable_paru-vendu'?: string | null | undefined;
|
|
5554
|
+
'enable_propriete-le-figaro'?: string | null | undefined;
|
|
5555
|
+
enable_publicapi?: string | null | undefined;
|
|
5556
|
+
enable_rightmove?: string | null | undefined;
|
|
5557
|
+
enable_seloger?: string | null | undefined;
|
|
5558
|
+
'enable_seloger-bureau-commerce'?: string | null | undefined;
|
|
5559
|
+
enable_twitter?: string | null | undefined;
|
|
5560
|
+
enable_ubiflow?: string | null | undefined;
|
|
5561
|
+
'enable_vitrine-media'?: string | null | undefined;
|
|
5562
|
+
enable_website?: string | null | undefined;
|
|
5563
|
+
enable_zillow?: string | null | undefined;
|
|
5564
|
+
enable_zoopla?: string | null | undefined;
|
|
5565
|
+
enable_zumper?: string | null | undefined;
|
|
5566
|
+
facebook_pixel_id?: string | null | undefined;
|
|
5567
|
+
google_analytics_id?: string | null | undefined;
|
|
5568
|
+
immovlan_customer_id?: string | null | undefined;
|
|
5569
|
+
livechat_app_id?: string | null | undefined;
|
|
5570
|
+
logic_immo_agency_id?: string | null | undefined;
|
|
5571
|
+
unassigned_leads_admin_id?: number | null | undefined;
|
|
5572
|
+
};
|
|
5573
|
+
};
|
|
5574
|
+
intercom_app_id: string;
|
|
5575
|
+
id: string;
|
|
5576
|
+
name: string;
|
|
5577
|
+
locale: string;
|
|
5578
|
+
member_count: number;
|
|
5579
|
+
member_allowed: number;
|
|
5580
|
+
contacts_count: number;
|
|
5581
|
+
channels_count: number;
|
|
5582
|
+
created_at: string;
|
|
5583
|
+
plan: {
|
|
5584
|
+
data: {
|
|
5585
|
+
id: string;
|
|
5586
|
+
max_users: number;
|
|
5587
|
+
price: Record<string, any>;
|
|
5588
|
+
interval: string;
|
|
5589
|
+
};
|
|
5590
|
+
};
|
|
5591
|
+
referrer?: {} | null | undefined;
|
|
5592
|
+
disabled_at?: string | null | undefined;
|
|
5593
|
+
updated_at?: string | null | undefined;
|
|
5594
|
+
}>;
|
|
5595
|
+
}, "strip", z.ZodTypeAny, {
|
|
5596
|
+
data: {
|
|
5597
|
+
settings: {
|
|
5598
|
+
data: {
|
|
5599
|
+
email: string;
|
|
5600
|
+
about_en: string;
|
|
5601
|
+
'about_en-GB': string;
|
|
5602
|
+
about_fr: string;
|
|
5603
|
+
'about_fr-BE': string;
|
|
5604
|
+
about_nl: string;
|
|
5605
|
+
agency_website_hostname: string;
|
|
5606
|
+
contact_additional: string;
|
|
5607
|
+
contact_borough_or_district: string;
|
|
5608
|
+
contact_box: string;
|
|
5609
|
+
contact_city: string;
|
|
5610
|
+
contact_country: string;
|
|
5611
|
+
contact_county: string;
|
|
5612
|
+
contact_email: string;
|
|
5613
|
+
contact_number: string;
|
|
5614
|
+
contact_phone: string;
|
|
5615
|
+
contact_street: string;
|
|
5616
|
+
contact_street_2: string;
|
|
5617
|
+
contact_zip: string;
|
|
5618
|
+
default_country: string;
|
|
5619
|
+
default_email: string;
|
|
5620
|
+
default_legal_company_name: string;
|
|
5621
|
+
default_legal_VAT_number: string;
|
|
5622
|
+
default_locale: string;
|
|
5623
|
+
description_en: string;
|
|
5624
|
+
'description_en-GB': string;
|
|
5625
|
+
description_facebook: string;
|
|
5626
|
+
description_fr: string;
|
|
5627
|
+
'description_fr-BE': string;
|
|
5628
|
+
description_instagram: string;
|
|
5629
|
+
description_nl: string;
|
|
5630
|
+
description_twitter: string;
|
|
5631
|
+
disabled_reason: string;
|
|
5632
|
+
domain_agency_id: string;
|
|
5633
|
+
homepage_cover: string;
|
|
5634
|
+
homepage_cover_image: string;
|
|
5635
|
+
homepage_cover_video: string;
|
|
5636
|
+
homepage_highlights: any[];
|
|
5637
|
+
homepage_properties: string;
|
|
5638
|
+
immoweb_ftp_password: string;
|
|
5639
|
+
immoweb_ftp_username: string;
|
|
5640
|
+
integration_document_management_sweepbright_documents: boolean;
|
|
5641
|
+
intercom_app_id: string;
|
|
5642
|
+
invoice_address: string;
|
|
5643
|
+
invoice_address_2: string;
|
|
5644
|
+
invoice_city: string;
|
|
5645
|
+
invoice_company_name: string;
|
|
5646
|
+
invoice_country: string;
|
|
5647
|
+
invoice_county: string;
|
|
5648
|
+
invoice_email: string;
|
|
5649
|
+
invoice_first_name: string;
|
|
5650
|
+
invoice_last_name: string;
|
|
5651
|
+
invoice_vat_number: string;
|
|
5652
|
+
invoice_zip: string;
|
|
5653
|
+
languages: string[];
|
|
5654
|
+
links_facebook: string;
|
|
5655
|
+
links_instagram: string;
|
|
5656
|
+
links_linkedin: string;
|
|
5657
|
+
links_twitter: string;
|
|
5658
|
+
new_properties_en: string;
|
|
5659
|
+
'new_properties_en-GB': string;
|
|
5660
|
+
new_properties_fr: string;
|
|
5661
|
+
'new_properties_fr-BE': string;
|
|
5662
|
+
new_properties_nl: string;
|
|
5663
|
+
onthemarket_api_key: string;
|
|
5664
|
+
published_url_resolvers: string[];
|
|
5665
|
+
registration_number: string;
|
|
5666
|
+
rent_period: string;
|
|
5667
|
+
rightmove_api_key: string;
|
|
5668
|
+
signup_company_name: string;
|
|
5669
|
+
signup_country: string;
|
|
5670
|
+
signup_email: string;
|
|
5671
|
+
tagline_en: string;
|
|
5672
|
+
'tagline_en-GB': string;
|
|
3713
5673
|
tagline_fr: string;
|
|
3714
5674
|
'tagline_fr-BE': string;
|
|
3715
5675
|
tagline_nl: string;
|
|
@@ -3769,6 +5729,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3769
5729
|
member_allowed: number;
|
|
3770
5730
|
contacts_count: number;
|
|
3771
5731
|
channels_count: number;
|
|
5732
|
+
created_at: string;
|
|
3772
5733
|
plan: {
|
|
3773
5734
|
data: {
|
|
3774
5735
|
id: string;
|
|
@@ -3779,10 +5740,9 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3779
5740
|
};
|
|
3780
5741
|
referrer?: {} | null | undefined;
|
|
3781
5742
|
disabled_at?: string | null | undefined;
|
|
3782
|
-
created_at?: string | null | undefined;
|
|
3783
5743
|
updated_at?: string | null | undefined;
|
|
3784
5744
|
};
|
|
3785
|
-
},
|
|
5745
|
+
}, {
|
|
3786
5746
|
data: {
|
|
3787
5747
|
settings: {
|
|
3788
5748
|
data: {
|
|
@@ -3919,6 +5879,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3919
5879
|
member_allowed: number;
|
|
3920
5880
|
contacts_count: number;
|
|
3921
5881
|
channels_count: number;
|
|
5882
|
+
created_at: string;
|
|
3922
5883
|
plan: {
|
|
3923
5884
|
data: {
|
|
3924
5885
|
id: string;
|
|
@@ -3929,11 +5890,30 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3929
5890
|
};
|
|
3930
5891
|
referrer?: {} | null | undefined;
|
|
3931
5892
|
disabled_at?: string | null | undefined;
|
|
3932
|
-
created_at?: string | null | undefined;
|
|
3933
5893
|
updated_at?: string | null | undefined;
|
|
3934
5894
|
};
|
|
3935
5895
|
}>>>;
|
|
3936
|
-
settings: z.
|
|
5896
|
+
settings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5897
|
+
data: z.ZodObject<{
|
|
5898
|
+
measurement_system: z.ZodNativeEnum<typeof MeasurementSystem>;
|
|
5899
|
+
numeral_system: z.ZodString;
|
|
5900
|
+
currency: z.ZodNativeEnum<typeof import("../common/currencies").Currency>;
|
|
5901
|
+
country: z.ZodString;
|
|
5902
|
+
visit_duration: z.ZodNumber;
|
|
5903
|
+
}, "strip", z.ZodTypeAny, {
|
|
5904
|
+
measurement_system: MeasurementSystem;
|
|
5905
|
+
numeral_system: string;
|
|
5906
|
+
currency: import("../common/currencies").Currency;
|
|
5907
|
+
country: string;
|
|
5908
|
+
visit_duration: number;
|
|
5909
|
+
}, {
|
|
5910
|
+
measurement_system: MeasurementSystem;
|
|
5911
|
+
numeral_system: string;
|
|
5912
|
+
currency: import("../common/currencies").Currency;
|
|
5913
|
+
country: string;
|
|
5914
|
+
visit_duration: number;
|
|
5915
|
+
}>;
|
|
5916
|
+
}, "strip", z.ZodTypeAny, {
|
|
3937
5917
|
data: {
|
|
3938
5918
|
measurement_system: MeasurementSystem;
|
|
3939
5919
|
numeral_system: string;
|
|
@@ -3941,7 +5921,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
3941
5921
|
country: string;
|
|
3942
5922
|
visit_duration: number;
|
|
3943
5923
|
};
|
|
3944
|
-
},
|
|
5924
|
+
}, {
|
|
3945
5925
|
data: {
|
|
3946
5926
|
measurement_system: MeasurementSystem;
|
|
3947
5927
|
numeral_system: string;
|
|
@@ -4092,6 +6072,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4092
6072
|
member_allowed: number;
|
|
4093
6073
|
contacts_count: number;
|
|
4094
6074
|
channels_count: number;
|
|
6075
|
+
created_at: string;
|
|
4095
6076
|
plan: {
|
|
4096
6077
|
data: {
|
|
4097
6078
|
id: string;
|
|
@@ -4102,7 +6083,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4102
6083
|
};
|
|
4103
6084
|
referrer?: {} | null | undefined;
|
|
4104
6085
|
disabled_at?: string | null | undefined;
|
|
4105
|
-
created_at?: string | null | undefined;
|
|
4106
6086
|
updated_at?: string | null | undefined;
|
|
4107
6087
|
};
|
|
4108
6088
|
} | null | undefined;
|
|
@@ -4257,6 +6237,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4257
6237
|
member_allowed: number;
|
|
4258
6238
|
contacts_count: number;
|
|
4259
6239
|
channels_count: number;
|
|
6240
|
+
created_at: string;
|
|
4260
6241
|
plan: {
|
|
4261
6242
|
data: {
|
|
4262
6243
|
id: string;
|
|
@@ -4267,7 +6248,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4267
6248
|
};
|
|
4268
6249
|
referrer?: {} | null | undefined;
|
|
4269
6250
|
disabled_at?: string | null | undefined;
|
|
4270
|
-
created_at?: string | null | undefined;
|
|
4271
6251
|
updated_at?: string | null | undefined;
|
|
4272
6252
|
};
|
|
4273
6253
|
} | null | undefined;
|
|
@@ -4424,6 +6404,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4424
6404
|
member_allowed: number;
|
|
4425
6405
|
contacts_count: number;
|
|
4426
6406
|
channels_count: number;
|
|
6407
|
+
created_at: string;
|
|
4427
6408
|
plan: {
|
|
4428
6409
|
data: {
|
|
4429
6410
|
id: string;
|
|
@@ -4434,7 +6415,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4434
6415
|
};
|
|
4435
6416
|
referrer?: {} | null | undefined;
|
|
4436
6417
|
disabled_at?: string | null | undefined;
|
|
4437
|
-
created_at?: string | null | undefined;
|
|
4438
6418
|
updated_at?: string | null | undefined;
|
|
4439
6419
|
};
|
|
4440
6420
|
} | null | undefined;
|
|
@@ -4591,6 +6571,7 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4591
6571
|
member_allowed: number;
|
|
4592
6572
|
contacts_count: number;
|
|
4593
6573
|
channels_count: number;
|
|
6574
|
+
created_at: string;
|
|
4594
6575
|
plan: {
|
|
4595
6576
|
data: {
|
|
4596
6577
|
id: string;
|
|
@@ -4601,7 +6582,6 @@ export declare const officeDataSchema: z.ZodObject<{
|
|
|
4601
6582
|
};
|
|
4602
6583
|
referrer?: {} | null | undefined;
|
|
4603
6584
|
disabled_at?: string | null | undefined;
|
|
4604
|
-
created_at?: string | null | undefined;
|
|
4605
6585
|
updated_at?: string | null | undefined;
|
|
4606
6586
|
};
|
|
4607
6587
|
} | null | undefined;
|