@homespot-sdk/core 0.0.319 → 0.0.320
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/rem/index.d.ts +1 -1
- package/dist/rem/index.d.ts.map +1 -1
- package/dist/rem/index.js +1 -1
- package/dist/rem/index.js.map +1 -1
- package/dist/rem/schemas.gen.d.ts +26 -0
- package/dist/rem/schemas.gen.d.ts.map +1 -1
- package/dist/rem/schemas.gen.js +70 -0
- package/dist/rem/schemas.gen.js.map +1 -1
- package/dist/rem/sdk.gen.d.ts +5 -5
- package/dist/rem/sdk.gen.d.ts.map +1 -1
- package/dist/rem/sdk.gen.js +5 -5
- package/dist/rem/sdk.gen.js.map +1 -1
- package/dist/rem/transformers.gen.d.ts.map +1 -1
- package/dist/rem/transformers.gen.js +13 -39
- package/dist/rem/transformers.gen.js.map +1 -1
- package/dist/rem/types.gen.d.ts +59 -56
- package/dist/rem/types.gen.d.ts.map +1 -1
- package/dist/rem/zod.gen.d.ts +316 -258
- package/dist/rem/zod.gen.d.ts.map +1 -1
- package/dist/rem/zod.gen.js +89 -72
- package/dist/rem/zod.gen.js.map +1 -1
- package/package.json +1 -1
package/dist/rem/zod.gen.d.ts
CHANGED
|
@@ -701,220 +701,263 @@ export declare const zExpiringAgreement: z.ZodObject<{
|
|
|
701
701
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
702
702
|
}, z.core.$strip>;
|
|
703
703
|
export declare const zExpiringPlatformListing: z.ZodObject<{
|
|
704
|
-
platform: z.ZodOptional<z.
|
|
704
|
+
platform: z.ZodOptional<z.ZodEnum<{
|
|
705
|
+
SS: "SS";
|
|
706
|
+
MY_HOME: "MY_HOME";
|
|
707
|
+
}>>;
|
|
705
708
|
platformId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
706
709
|
propertyTitle: z.ZodOptional<z.ZodString>;
|
|
707
710
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
708
711
|
}, z.core.$strip>;
|
|
709
712
|
export declare const zListingTypeAgg: z.ZodObject<{
|
|
710
|
-
listingType: z.ZodOptional<z.
|
|
713
|
+
listingType: z.ZodOptional<z.ZodEnum<{
|
|
714
|
+
SALE: "SALE";
|
|
715
|
+
RENT: "RENT";
|
|
716
|
+
DAILY_RENT: "DAILY_RENT";
|
|
717
|
+
PLEDGE: "PLEDGE";
|
|
718
|
+
}>>;
|
|
711
719
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
712
720
|
pipelineValue: z.ZodOptional<z.ZodNumber>;
|
|
713
721
|
estimatedCommission: z.ZodOptional<z.ZodNumber>;
|
|
714
722
|
}, z.core.$strip>;
|
|
715
723
|
export declare const zSlice: z.ZodObject<{
|
|
716
|
-
key: z.
|
|
717
|
-
count: z.
|
|
724
|
+
key: z.ZodString;
|
|
725
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
718
726
|
}, z.core.$strip>;
|
|
719
727
|
export declare const zPortfolioStats: z.ZodObject<{
|
|
720
|
-
propertiesByState: z.
|
|
721
|
-
key: z.
|
|
722
|
-
count: z.
|
|
723
|
-
}, z.core.$strip
|
|
724
|
-
listings: z.
|
|
725
|
-
listingType: z.ZodOptional<z.
|
|
728
|
+
propertiesByState: z.ZodArray<z.ZodObject<{
|
|
729
|
+
key: z.ZodString;
|
|
730
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
731
|
+
}, z.core.$strip>>;
|
|
732
|
+
listings: z.ZodArray<z.ZodObject<{
|
|
733
|
+
listingType: z.ZodOptional<z.ZodEnum<{
|
|
734
|
+
SALE: "SALE";
|
|
735
|
+
RENT: "RENT";
|
|
736
|
+
DAILY_RENT: "DAILY_RENT";
|
|
737
|
+
PLEDGE: "PLEDGE";
|
|
738
|
+
}>>;
|
|
726
739
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
727
740
|
pipelineValue: z.ZodOptional<z.ZodNumber>;
|
|
728
741
|
estimatedCommission: z.ZodOptional<z.ZodNumber>;
|
|
729
|
-
}, z.core.$strip
|
|
730
|
-
expiringAgreementsCount: z.
|
|
731
|
-
expiringAgreements: z.
|
|
742
|
+
}, z.core.$strip>>;
|
|
743
|
+
expiringAgreementsCount: z.ZodCoercedBigInt<unknown>;
|
|
744
|
+
expiringAgreements: z.ZodArray<z.ZodObject<{
|
|
732
745
|
propertyId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
733
746
|
externalId: z.ZodOptional<z.ZodUUID>;
|
|
734
747
|
title: z.ZodOptional<z.ZodString>;
|
|
735
748
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
736
|
-
}, z.core.$strip
|
|
737
|
-
expiringPlatformCount: z.
|
|
738
|
-
expiringPlatformListings: z.
|
|
739
|
-
platform: z.ZodOptional<z.
|
|
749
|
+
}, z.core.$strip>>;
|
|
750
|
+
expiringPlatformCount: z.ZodCoercedBigInt<unknown>;
|
|
751
|
+
expiringPlatformListings: z.ZodArray<z.ZodObject<{
|
|
752
|
+
platform: z.ZodOptional<z.ZodEnum<{
|
|
753
|
+
SS: "SS";
|
|
754
|
+
MY_HOME: "MY_HOME";
|
|
755
|
+
}>>;
|
|
740
756
|
platformId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
741
757
|
propertyTitle: z.ZodOptional<z.ZodString>;
|
|
742
758
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
743
|
-
}, z.core.$strip
|
|
759
|
+
}, z.core.$strip>>;
|
|
744
760
|
}, z.core.$strip>;
|
|
745
761
|
export declare const zStatsEnvelopePortfolioStats: z.ZodObject<{
|
|
746
|
-
period: z.
|
|
747
|
-
computedAt: z.
|
|
748
|
-
data: z.
|
|
749
|
-
propertiesByState: z.
|
|
750
|
-
key: z.
|
|
751
|
-
count: z.
|
|
752
|
-
}, z.core.$strip
|
|
753
|
-
listings: z.
|
|
754
|
-
listingType: z.ZodOptional<z.
|
|
762
|
+
period: z.ZodString;
|
|
763
|
+
computedAt: z.ZodISODateTime;
|
|
764
|
+
data: z.ZodObject<{
|
|
765
|
+
propertiesByState: z.ZodArray<z.ZodObject<{
|
|
766
|
+
key: z.ZodString;
|
|
767
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
768
|
+
}, z.core.$strip>>;
|
|
769
|
+
listings: z.ZodArray<z.ZodObject<{
|
|
770
|
+
listingType: z.ZodOptional<z.ZodEnum<{
|
|
771
|
+
SALE: "SALE";
|
|
772
|
+
RENT: "RENT";
|
|
773
|
+
DAILY_RENT: "DAILY_RENT";
|
|
774
|
+
PLEDGE: "PLEDGE";
|
|
775
|
+
}>>;
|
|
755
776
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
756
777
|
pipelineValue: z.ZodOptional<z.ZodNumber>;
|
|
757
778
|
estimatedCommission: z.ZodOptional<z.ZodNumber>;
|
|
758
|
-
}, z.core.$strip
|
|
759
|
-
expiringAgreementsCount: z.
|
|
760
|
-
expiringAgreements: z.
|
|
779
|
+
}, z.core.$strip>>;
|
|
780
|
+
expiringAgreementsCount: z.ZodCoercedBigInt<unknown>;
|
|
781
|
+
expiringAgreements: z.ZodArray<z.ZodObject<{
|
|
761
782
|
propertyId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
762
783
|
externalId: z.ZodOptional<z.ZodUUID>;
|
|
763
784
|
title: z.ZodOptional<z.ZodString>;
|
|
764
785
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
765
|
-
}, z.core.$strip
|
|
766
|
-
expiringPlatformCount: z.
|
|
767
|
-
expiringPlatformListings: z.
|
|
768
|
-
platform: z.ZodOptional<z.
|
|
786
|
+
}, z.core.$strip>>;
|
|
787
|
+
expiringPlatformCount: z.ZodCoercedBigInt<unknown>;
|
|
788
|
+
expiringPlatformListings: z.ZodArray<z.ZodObject<{
|
|
789
|
+
platform: z.ZodOptional<z.ZodEnum<{
|
|
790
|
+
SS: "SS";
|
|
791
|
+
MY_HOME: "MY_HOME";
|
|
792
|
+
}>>;
|
|
769
793
|
platformId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
770
794
|
propertyTitle: z.ZodOptional<z.ZodString>;
|
|
771
795
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
772
|
-
}, z.core.$strip
|
|
773
|
-
}, z.core.$strip
|
|
796
|
+
}, z.core.$strip>>;
|
|
797
|
+
}, z.core.$strip>;
|
|
774
798
|
}, z.core.$strip>;
|
|
775
799
|
export declare const zTrendPoint: z.ZodObject<{
|
|
776
800
|
date: z.ZodOptional<z.ZodISODate>;
|
|
777
801
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
778
802
|
}, z.core.$strip>;
|
|
779
803
|
export declare const zPipelineStats: z.ZodObject<{
|
|
780
|
-
total: z.
|
|
781
|
-
won: z.
|
|
782
|
-
conversionRatePercent: z.
|
|
783
|
-
unassigned: z.
|
|
784
|
-
newContactsTrend: z.
|
|
804
|
+
total: z.ZodCoercedBigInt<unknown>;
|
|
805
|
+
won: z.ZodCoercedBigInt<unknown>;
|
|
806
|
+
conversionRatePercent: z.ZodNumber;
|
|
807
|
+
unassigned: z.ZodCoercedBigInt<unknown>;
|
|
808
|
+
newContactsTrend: z.ZodArray<z.ZodObject<{
|
|
785
809
|
date: z.ZodOptional<z.ZodISODate>;
|
|
786
810
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
787
|
-
}, z.core.$strip
|
|
788
|
-
status: z.
|
|
789
|
-
key: z.
|
|
790
|
-
count: z.
|
|
791
|
-
}, z.core.$strip
|
|
792
|
-
sourceAttribution: z.
|
|
793
|
-
key: z.
|
|
794
|
-
count: z.
|
|
795
|
-
}, z.core.$strip
|
|
796
|
-
lostReasons: z.
|
|
797
|
-
key: z.
|
|
798
|
-
count: z.
|
|
799
|
-
}, z.core.$strip
|
|
811
|
+
}, z.core.$strip>>;
|
|
812
|
+
status: z.ZodArray<z.ZodObject<{
|
|
813
|
+
key: z.ZodString;
|
|
814
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
815
|
+
}, z.core.$strip>>;
|
|
816
|
+
sourceAttribution: z.ZodArray<z.ZodObject<{
|
|
817
|
+
key: z.ZodString;
|
|
818
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
819
|
+
}, z.core.$strip>>;
|
|
820
|
+
lostReasons: z.ZodArray<z.ZodObject<{
|
|
821
|
+
key: z.ZodString;
|
|
822
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
823
|
+
}, z.core.$strip>>;
|
|
800
824
|
}, z.core.$strip>;
|
|
801
825
|
export declare const zStatsEnvelopePipelineStats: z.ZodObject<{
|
|
802
|
-
period: z.
|
|
803
|
-
computedAt: z.
|
|
804
|
-
data: z.
|
|
805
|
-
total: z.
|
|
806
|
-
won: z.
|
|
807
|
-
conversionRatePercent: z.
|
|
808
|
-
unassigned: z.
|
|
809
|
-
newContactsTrend: z.
|
|
826
|
+
period: z.ZodString;
|
|
827
|
+
computedAt: z.ZodISODateTime;
|
|
828
|
+
data: z.ZodObject<{
|
|
829
|
+
total: z.ZodCoercedBigInt<unknown>;
|
|
830
|
+
won: z.ZodCoercedBigInt<unknown>;
|
|
831
|
+
conversionRatePercent: z.ZodNumber;
|
|
832
|
+
unassigned: z.ZodCoercedBigInt<unknown>;
|
|
833
|
+
newContactsTrend: z.ZodArray<z.ZodObject<{
|
|
810
834
|
date: z.ZodOptional<z.ZodISODate>;
|
|
811
835
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
812
|
-
}, z.core.$strip
|
|
813
|
-
status: z.
|
|
814
|
-
key: z.
|
|
815
|
-
count: z.
|
|
816
|
-
}, z.core.$strip
|
|
817
|
-
sourceAttribution: z.
|
|
818
|
-
key: z.
|
|
819
|
-
count: z.
|
|
820
|
-
}, z.core.$strip
|
|
821
|
-
lostReasons: z.
|
|
822
|
-
key: z.
|
|
823
|
-
count: z.
|
|
824
|
-
}, z.core.$strip
|
|
825
|
-
}, z.core.$strip
|
|
836
|
+
}, z.core.$strip>>;
|
|
837
|
+
status: z.ZodArray<z.ZodObject<{
|
|
838
|
+
key: z.ZodString;
|
|
839
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
840
|
+
}, z.core.$strip>>;
|
|
841
|
+
sourceAttribution: z.ZodArray<z.ZodObject<{
|
|
842
|
+
key: z.ZodString;
|
|
843
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
844
|
+
}, z.core.$strip>>;
|
|
845
|
+
lostReasons: z.ZodArray<z.ZodObject<{
|
|
846
|
+
key: z.ZodString;
|
|
847
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
848
|
+
}, z.core.$strip>>;
|
|
849
|
+
}, z.core.$strip>;
|
|
826
850
|
}, z.core.$strip>;
|
|
827
851
|
export declare const zRow: z.ZodObject<{
|
|
828
|
-
memberId: z.
|
|
829
|
-
firstName: z.
|
|
830
|
-
lastName: z.
|
|
831
|
-
photo: z.
|
|
832
|
-
contactsAssigned: z.
|
|
833
|
-
converted: z.
|
|
834
|
-
conversionRatePct: z.
|
|
835
|
-
recommendationsSent: z.
|
|
836
|
-
recommendationsRated: z.
|
|
837
|
-
likeRatePct: z.
|
|
852
|
+
memberId: z.ZodUUID;
|
|
853
|
+
firstName: z.ZodString;
|
|
854
|
+
lastName: z.ZodString;
|
|
855
|
+
photo: z.ZodString;
|
|
856
|
+
contactsAssigned: z.ZodCoercedBigInt<unknown>;
|
|
857
|
+
converted: z.ZodCoercedBigInt<unknown>;
|
|
858
|
+
conversionRatePct: z.ZodNumber;
|
|
859
|
+
recommendationsSent: z.ZodCoercedBigInt<unknown>;
|
|
860
|
+
recommendationsRated: z.ZodCoercedBigInt<unknown>;
|
|
861
|
+
likeRatePct: z.ZodNumber;
|
|
838
862
|
}, z.core.$strip>;
|
|
839
863
|
export declare const zLeaderboardStats: z.ZodObject<{
|
|
840
|
-
rows: z.
|
|
841
|
-
memberId: z.
|
|
842
|
-
firstName: z.
|
|
843
|
-
lastName: z.
|
|
844
|
-
photo: z.
|
|
845
|
-
contactsAssigned: z.
|
|
846
|
-
converted: z.
|
|
847
|
-
conversionRatePct: z.
|
|
848
|
-
recommendationsSent: z.
|
|
849
|
-
recommendationsRated: z.
|
|
850
|
-
likeRatePct: z.
|
|
851
|
-
}, z.core.$strip
|
|
864
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
865
|
+
memberId: z.ZodUUID;
|
|
866
|
+
firstName: z.ZodString;
|
|
867
|
+
lastName: z.ZodString;
|
|
868
|
+
photo: z.ZodString;
|
|
869
|
+
contactsAssigned: z.ZodCoercedBigInt<unknown>;
|
|
870
|
+
converted: z.ZodCoercedBigInt<unknown>;
|
|
871
|
+
conversionRatePct: z.ZodNumber;
|
|
872
|
+
recommendationsSent: z.ZodCoercedBigInt<unknown>;
|
|
873
|
+
recommendationsRated: z.ZodCoercedBigInt<unknown>;
|
|
874
|
+
likeRatePct: z.ZodNumber;
|
|
875
|
+
}, z.core.$strip>>;
|
|
852
876
|
}, z.core.$strip>;
|
|
853
877
|
export declare const zStatsEnvelopeLeaderboardStats: z.ZodObject<{
|
|
854
|
-
period: z.
|
|
855
|
-
computedAt: z.
|
|
856
|
-
data: z.
|
|
857
|
-
rows: z.
|
|
858
|
-
memberId: z.
|
|
859
|
-
firstName: z.
|
|
860
|
-
lastName: z.
|
|
861
|
-
photo: z.
|
|
862
|
-
contactsAssigned: z.
|
|
863
|
-
converted: z.
|
|
864
|
-
conversionRatePct: z.
|
|
865
|
-
recommendationsSent: z.
|
|
866
|
-
recommendationsRated: z.
|
|
867
|
-
likeRatePct: z.
|
|
868
|
-
}, z.core.$strip
|
|
869
|
-
}, z.core.$strip
|
|
878
|
+
period: z.ZodString;
|
|
879
|
+
computedAt: z.ZodISODateTime;
|
|
880
|
+
data: z.ZodObject<{
|
|
881
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
882
|
+
memberId: z.ZodUUID;
|
|
883
|
+
firstName: z.ZodString;
|
|
884
|
+
lastName: z.ZodString;
|
|
885
|
+
photo: z.ZodString;
|
|
886
|
+
contactsAssigned: z.ZodCoercedBigInt<unknown>;
|
|
887
|
+
converted: z.ZodCoercedBigInt<unknown>;
|
|
888
|
+
conversionRatePct: z.ZodNumber;
|
|
889
|
+
recommendationsSent: z.ZodCoercedBigInt<unknown>;
|
|
890
|
+
recommendationsRated: z.ZodCoercedBigInt<unknown>;
|
|
891
|
+
likeRatePct: z.ZodNumber;
|
|
892
|
+
}, z.core.$strip>>;
|
|
893
|
+
}, z.core.$strip>;
|
|
870
894
|
}, z.core.$strip>;
|
|
871
895
|
export declare const zAwaitingConversation: z.ZodObject<{
|
|
872
|
-
conversationId: z.
|
|
873
|
-
contactId: z.
|
|
874
|
-
channelType: z.
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
896
|
+
conversationId: z.ZodUUID;
|
|
897
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
898
|
+
channelType: z.ZodEnum<{
|
|
899
|
+
FACEBOOK: "FACEBOOK";
|
|
900
|
+
INSTAGRAM: "INSTAGRAM";
|
|
901
|
+
WHATSAPP: "WHATSAPP";
|
|
902
|
+
}>;
|
|
903
|
+
lastMessagePreview: z.ZodString;
|
|
904
|
+
lastInboundAt: z.ZodISODateTime;
|
|
905
|
+
unreadCount: z.ZodInt;
|
|
906
|
+
reachable: z.ZodBoolean;
|
|
878
907
|
}, z.core.$strip>;
|
|
879
908
|
export declare const zInboxStats: z.ZodObject<{
|
|
880
|
-
openConversations: z.
|
|
881
|
-
unreadMessages: z.
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
909
|
+
openConversations: z.ZodCoercedBigInt<unknown>;
|
|
910
|
+
unreadMessages: z.ZodCoercedBigInt<unknown>;
|
|
911
|
+
newConversations: z.ZodCoercedBigInt<unknown>;
|
|
912
|
+
awaitingReplyCount: z.ZodCoercedBigInt<unknown>;
|
|
913
|
+
awaitingUnreachableCount: z.ZodCoercedBigInt<unknown>;
|
|
914
|
+
awaitingReply: z.ZodArray<z.ZodObject<{
|
|
915
|
+
conversationId: z.ZodUUID;
|
|
916
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
917
|
+
channelType: z.ZodEnum<{
|
|
918
|
+
FACEBOOK: "FACEBOOK";
|
|
919
|
+
INSTAGRAM: "INSTAGRAM";
|
|
920
|
+
WHATSAPP: "WHATSAPP";
|
|
921
|
+
}>;
|
|
922
|
+
lastMessagePreview: z.ZodString;
|
|
923
|
+
lastInboundAt: z.ZodISODateTime;
|
|
924
|
+
unreadCount: z.ZodInt;
|
|
925
|
+
reachable: z.ZodBoolean;
|
|
926
|
+
}, z.core.$strip>>;
|
|
927
|
+
medianResponseSeconds: z.ZodCoercedBigInt<unknown>;
|
|
928
|
+
inboundByChannel: z.ZodArray<z.ZodObject<{
|
|
929
|
+
key: z.ZodString;
|
|
930
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
931
|
+
}, z.core.$strip>>;
|
|
896
932
|
}, z.core.$strip>;
|
|
897
933
|
export declare const zStatsEnvelopeInboxStats: z.ZodObject<{
|
|
898
|
-
period: z.
|
|
899
|
-
computedAt: z.
|
|
900
|
-
data: z.
|
|
901
|
-
openConversations: z.
|
|
902
|
-
unreadMessages: z.
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
934
|
+
period: z.ZodString;
|
|
935
|
+
computedAt: z.ZodISODateTime;
|
|
936
|
+
data: z.ZodObject<{
|
|
937
|
+
openConversations: z.ZodCoercedBigInt<unknown>;
|
|
938
|
+
unreadMessages: z.ZodCoercedBigInt<unknown>;
|
|
939
|
+
newConversations: z.ZodCoercedBigInt<unknown>;
|
|
940
|
+
awaitingReplyCount: z.ZodCoercedBigInt<unknown>;
|
|
941
|
+
awaitingUnreachableCount: z.ZodCoercedBigInt<unknown>;
|
|
942
|
+
awaitingReply: z.ZodArray<z.ZodObject<{
|
|
943
|
+
conversationId: z.ZodUUID;
|
|
944
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
945
|
+
channelType: z.ZodEnum<{
|
|
946
|
+
FACEBOOK: "FACEBOOK";
|
|
947
|
+
INSTAGRAM: "INSTAGRAM";
|
|
948
|
+
WHATSAPP: "WHATSAPP";
|
|
949
|
+
}>;
|
|
950
|
+
lastMessagePreview: z.ZodString;
|
|
951
|
+
lastInboundAt: z.ZodISODateTime;
|
|
952
|
+
unreadCount: z.ZodInt;
|
|
953
|
+
reachable: z.ZodBoolean;
|
|
954
|
+
}, z.core.$strip>>;
|
|
955
|
+
medianResponseSeconds: z.ZodCoercedBigInt<unknown>;
|
|
956
|
+
inboundByChannel: z.ZodArray<z.ZodObject<{
|
|
957
|
+
key: z.ZodString;
|
|
958
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
959
|
+
}, z.core.$strip>>;
|
|
960
|
+
}, z.core.$strip>;
|
|
918
961
|
}, z.core.$strip>;
|
|
919
962
|
export declare const zDistrictDemand: z.ZodObject<{
|
|
920
963
|
districtId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
@@ -924,16 +967,16 @@ export declare const zDistrictDemand: z.ZodObject<{
|
|
|
924
967
|
export declare const zDemandStats: z.ZodObject<{
|
|
925
968
|
activeInterests: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
926
969
|
byListingType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
927
|
-
key: z.
|
|
928
|
-
count: z.
|
|
970
|
+
key: z.ZodString;
|
|
971
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
929
972
|
}, z.core.$strip>>>;
|
|
930
973
|
byPropertyType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
931
|
-
key: z.
|
|
932
|
-
count: z.
|
|
974
|
+
key: z.ZodString;
|
|
975
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
933
976
|
}, z.core.$strip>>>;
|
|
934
977
|
budgetBuckets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
935
|
-
key: z.
|
|
936
|
-
count: z.
|
|
978
|
+
key: z.ZodString;
|
|
979
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
937
980
|
}, z.core.$strip>>>;
|
|
938
981
|
topDistricts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
939
982
|
districtId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
@@ -942,28 +985,28 @@ export declare const zDemandStats: z.ZodObject<{
|
|
|
942
985
|
}, z.core.$strip>>>;
|
|
943
986
|
}, z.core.$strip>;
|
|
944
987
|
export declare const zStatsEnvelopeDemandStats: z.ZodObject<{
|
|
945
|
-
period: z.
|
|
946
|
-
computedAt: z.
|
|
947
|
-
data: z.
|
|
988
|
+
period: z.ZodString;
|
|
989
|
+
computedAt: z.ZodISODateTime;
|
|
990
|
+
data: z.ZodObject<{
|
|
948
991
|
activeInterests: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
949
992
|
byListingType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
950
|
-
key: z.
|
|
951
|
-
count: z.
|
|
993
|
+
key: z.ZodString;
|
|
994
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
952
995
|
}, z.core.$strip>>>;
|
|
953
996
|
byPropertyType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
954
|
-
key: z.
|
|
955
|
-
count: z.
|
|
997
|
+
key: z.ZodString;
|
|
998
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
956
999
|
}, z.core.$strip>>>;
|
|
957
1000
|
budgetBuckets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
958
|
-
key: z.
|
|
959
|
-
count: z.
|
|
1001
|
+
key: z.ZodString;
|
|
1002
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
960
1003
|
}, z.core.$strip>>>;
|
|
961
1004
|
topDistricts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
962
1005
|
districtId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
963
1006
|
name: z.ZodOptional<z.ZodString>;
|
|
964
1007
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
965
1008
|
}, z.core.$strip>>>;
|
|
966
|
-
}, z.core.$strip
|
|
1009
|
+
}, z.core.$strip>;
|
|
967
1010
|
}, z.core.$strip>;
|
|
968
1011
|
export declare const zPageMetadata: z.ZodObject<{
|
|
969
1012
|
size: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
@@ -5635,34 +5678,42 @@ export declare const zGetStatisticsPortfolioData: z.ZodObject<{
|
|
|
5635
5678
|
* OK
|
|
5636
5679
|
*/
|
|
5637
5680
|
export declare const zGetStatisticsPortfolioResponse: z.ZodObject<{
|
|
5638
|
-
period: z.
|
|
5639
|
-
computedAt: z.
|
|
5640
|
-
data: z.
|
|
5641
|
-
propertiesByState: z.
|
|
5642
|
-
key: z.
|
|
5643
|
-
count: z.
|
|
5644
|
-
}, z.core.$strip
|
|
5645
|
-
listings: z.
|
|
5646
|
-
listingType: z.ZodOptional<z.
|
|
5681
|
+
period: z.ZodString;
|
|
5682
|
+
computedAt: z.ZodISODateTime;
|
|
5683
|
+
data: z.ZodObject<{
|
|
5684
|
+
propertiesByState: z.ZodArray<z.ZodObject<{
|
|
5685
|
+
key: z.ZodString;
|
|
5686
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5687
|
+
}, z.core.$strip>>;
|
|
5688
|
+
listings: z.ZodArray<z.ZodObject<{
|
|
5689
|
+
listingType: z.ZodOptional<z.ZodEnum<{
|
|
5690
|
+
SALE: "SALE";
|
|
5691
|
+
RENT: "RENT";
|
|
5692
|
+
DAILY_RENT: "DAILY_RENT";
|
|
5693
|
+
PLEDGE: "PLEDGE";
|
|
5694
|
+
}>>;
|
|
5647
5695
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5648
5696
|
pipelineValue: z.ZodOptional<z.ZodNumber>;
|
|
5649
5697
|
estimatedCommission: z.ZodOptional<z.ZodNumber>;
|
|
5650
|
-
}, z.core.$strip
|
|
5651
|
-
expiringAgreementsCount: z.
|
|
5652
|
-
expiringAgreements: z.
|
|
5698
|
+
}, z.core.$strip>>;
|
|
5699
|
+
expiringAgreementsCount: z.ZodCoercedBigInt<unknown>;
|
|
5700
|
+
expiringAgreements: z.ZodArray<z.ZodObject<{
|
|
5653
5701
|
propertyId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5654
5702
|
externalId: z.ZodOptional<z.ZodUUID>;
|
|
5655
5703
|
title: z.ZodOptional<z.ZodString>;
|
|
5656
5704
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
5657
|
-
}, z.core.$strip
|
|
5658
|
-
expiringPlatformCount: z.
|
|
5659
|
-
expiringPlatformListings: z.
|
|
5660
|
-
platform: z.ZodOptional<z.
|
|
5705
|
+
}, z.core.$strip>>;
|
|
5706
|
+
expiringPlatformCount: z.ZodCoercedBigInt<unknown>;
|
|
5707
|
+
expiringPlatformListings: z.ZodArray<z.ZodObject<{
|
|
5708
|
+
platform: z.ZodOptional<z.ZodEnum<{
|
|
5709
|
+
SS: "SS";
|
|
5710
|
+
MY_HOME: "MY_HOME";
|
|
5711
|
+
}>>;
|
|
5661
5712
|
platformId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5662
5713
|
propertyTitle: z.ZodOptional<z.ZodString>;
|
|
5663
5714
|
expiresAt: z.ZodOptional<z.ZodISODate>;
|
|
5664
|
-
}, z.core.$strip
|
|
5665
|
-
}, z.core.$strip
|
|
5715
|
+
}, z.core.$strip>>;
|
|
5716
|
+
}, z.core.$strip>;
|
|
5666
5717
|
}, z.core.$strip>;
|
|
5667
5718
|
export declare const zGetStatisticsPipelineData: z.ZodObject<{
|
|
5668
5719
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -5675,30 +5726,30 @@ export declare const zGetStatisticsPipelineData: z.ZodObject<{
|
|
|
5675
5726
|
* OK
|
|
5676
5727
|
*/
|
|
5677
5728
|
export declare const zGetStatisticsPipelineResponse: z.ZodObject<{
|
|
5678
|
-
period: z.
|
|
5679
|
-
computedAt: z.
|
|
5680
|
-
data: z.
|
|
5681
|
-
total: z.
|
|
5682
|
-
won: z.
|
|
5683
|
-
conversionRatePercent: z.
|
|
5684
|
-
unassigned: z.
|
|
5685
|
-
newContactsTrend: z.
|
|
5729
|
+
period: z.ZodString;
|
|
5730
|
+
computedAt: z.ZodISODateTime;
|
|
5731
|
+
data: z.ZodObject<{
|
|
5732
|
+
total: z.ZodCoercedBigInt<unknown>;
|
|
5733
|
+
won: z.ZodCoercedBigInt<unknown>;
|
|
5734
|
+
conversionRatePercent: z.ZodNumber;
|
|
5735
|
+
unassigned: z.ZodCoercedBigInt<unknown>;
|
|
5736
|
+
newContactsTrend: z.ZodArray<z.ZodObject<{
|
|
5686
5737
|
date: z.ZodOptional<z.ZodISODate>;
|
|
5687
5738
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5688
|
-
}, z.core.$strip
|
|
5689
|
-
status: z.
|
|
5690
|
-
key: z.
|
|
5691
|
-
count: z.
|
|
5692
|
-
}, z.core.$strip
|
|
5693
|
-
sourceAttribution: z.
|
|
5694
|
-
key: z.
|
|
5695
|
-
count: z.
|
|
5696
|
-
}, z.core.$strip
|
|
5697
|
-
lostReasons: z.
|
|
5698
|
-
key: z.
|
|
5699
|
-
count: z.
|
|
5700
|
-
}, z.core.$strip
|
|
5701
|
-
}, z.core.$strip
|
|
5739
|
+
}, z.core.$strip>>;
|
|
5740
|
+
status: z.ZodArray<z.ZodObject<{
|
|
5741
|
+
key: z.ZodString;
|
|
5742
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5743
|
+
}, z.core.$strip>>;
|
|
5744
|
+
sourceAttribution: z.ZodArray<z.ZodObject<{
|
|
5745
|
+
key: z.ZodString;
|
|
5746
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5747
|
+
}, z.core.$strip>>;
|
|
5748
|
+
lostReasons: z.ZodArray<z.ZodObject<{
|
|
5749
|
+
key: z.ZodString;
|
|
5750
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5751
|
+
}, z.core.$strip>>;
|
|
5752
|
+
}, z.core.$strip>;
|
|
5702
5753
|
}, z.core.$strip>;
|
|
5703
5754
|
export declare const zGetStatisticsLeaderboardData: z.ZodObject<{
|
|
5704
5755
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -5711,22 +5762,22 @@ export declare const zGetStatisticsLeaderboardData: z.ZodObject<{
|
|
|
5711
5762
|
* OK
|
|
5712
5763
|
*/
|
|
5713
5764
|
export declare const zGetStatisticsLeaderboardResponse: z.ZodObject<{
|
|
5714
|
-
period: z.
|
|
5715
|
-
computedAt: z.
|
|
5716
|
-
data: z.
|
|
5717
|
-
rows: z.
|
|
5718
|
-
memberId: z.
|
|
5719
|
-
firstName: z.
|
|
5720
|
-
lastName: z.
|
|
5721
|
-
photo: z.
|
|
5722
|
-
contactsAssigned: z.
|
|
5723
|
-
converted: z.
|
|
5724
|
-
conversionRatePct: z.
|
|
5725
|
-
recommendationsSent: z.
|
|
5726
|
-
recommendationsRated: z.
|
|
5727
|
-
likeRatePct: z.
|
|
5728
|
-
}, z.core.$strip
|
|
5729
|
-
}, z.core.$strip
|
|
5765
|
+
period: z.ZodString;
|
|
5766
|
+
computedAt: z.ZodISODateTime;
|
|
5767
|
+
data: z.ZodObject<{
|
|
5768
|
+
rows: z.ZodArray<z.ZodObject<{
|
|
5769
|
+
memberId: z.ZodUUID;
|
|
5770
|
+
firstName: z.ZodString;
|
|
5771
|
+
lastName: z.ZodString;
|
|
5772
|
+
photo: z.ZodString;
|
|
5773
|
+
contactsAssigned: z.ZodCoercedBigInt<unknown>;
|
|
5774
|
+
converted: z.ZodCoercedBigInt<unknown>;
|
|
5775
|
+
conversionRatePct: z.ZodNumber;
|
|
5776
|
+
recommendationsSent: z.ZodCoercedBigInt<unknown>;
|
|
5777
|
+
recommendationsRated: z.ZodCoercedBigInt<unknown>;
|
|
5778
|
+
likeRatePct: z.ZodNumber;
|
|
5779
|
+
}, z.core.$strip>>;
|
|
5780
|
+
}, z.core.$strip>;
|
|
5730
5781
|
}, z.core.$strip>;
|
|
5731
5782
|
export declare const zGetStatisticsInboxData: z.ZodObject<{
|
|
5732
5783
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -5739,26 +5790,33 @@ export declare const zGetStatisticsInboxData: z.ZodObject<{
|
|
|
5739
5790
|
* OK
|
|
5740
5791
|
*/
|
|
5741
5792
|
export declare const zGetStatisticsInboxResponse: z.ZodObject<{
|
|
5742
|
-
period: z.
|
|
5743
|
-
computedAt: z.
|
|
5744
|
-
data: z.
|
|
5745
|
-
openConversations: z.
|
|
5746
|
-
unreadMessages: z.
|
|
5747
|
-
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
|
|
5793
|
+
period: z.ZodString;
|
|
5794
|
+
computedAt: z.ZodISODateTime;
|
|
5795
|
+
data: z.ZodObject<{
|
|
5796
|
+
openConversations: z.ZodCoercedBigInt<unknown>;
|
|
5797
|
+
unreadMessages: z.ZodCoercedBigInt<unknown>;
|
|
5798
|
+
newConversations: z.ZodCoercedBigInt<unknown>;
|
|
5799
|
+
awaitingReplyCount: z.ZodCoercedBigInt<unknown>;
|
|
5800
|
+
awaitingUnreachableCount: z.ZodCoercedBigInt<unknown>;
|
|
5801
|
+
awaitingReply: z.ZodArray<z.ZodObject<{
|
|
5802
|
+
conversationId: z.ZodUUID;
|
|
5803
|
+
contactId: z.ZodCoercedBigInt<unknown>;
|
|
5804
|
+
channelType: z.ZodEnum<{
|
|
5805
|
+
FACEBOOK: "FACEBOOK";
|
|
5806
|
+
INSTAGRAM: "INSTAGRAM";
|
|
5807
|
+
WHATSAPP: "WHATSAPP";
|
|
5808
|
+
}>;
|
|
5809
|
+
lastMessagePreview: z.ZodString;
|
|
5810
|
+
lastInboundAt: z.ZodISODateTime;
|
|
5811
|
+
unreadCount: z.ZodInt;
|
|
5812
|
+
reachable: z.ZodBoolean;
|
|
5813
|
+
}, z.core.$strip>>;
|
|
5814
|
+
medianResponseSeconds: z.ZodCoercedBigInt<unknown>;
|
|
5815
|
+
inboundByChannel: z.ZodArray<z.ZodObject<{
|
|
5816
|
+
key: z.ZodString;
|
|
5817
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5818
|
+
}, z.core.$strip>>;
|
|
5819
|
+
}, z.core.$strip>;
|
|
5762
5820
|
}, z.core.$strip>;
|
|
5763
5821
|
export declare const zGetStatisticsDemandData: z.ZodObject<{
|
|
5764
5822
|
body: z.ZodOptional<z.ZodNever>;
|
|
@@ -5769,28 +5827,28 @@ export declare const zGetStatisticsDemandData: z.ZodObject<{
|
|
|
5769
5827
|
* OK
|
|
5770
5828
|
*/
|
|
5771
5829
|
export declare const zGetStatisticsDemandResponse: z.ZodObject<{
|
|
5772
|
-
period: z.
|
|
5773
|
-
computedAt: z.
|
|
5774
|
-
data: z.
|
|
5830
|
+
period: z.ZodString;
|
|
5831
|
+
computedAt: z.ZodISODateTime;
|
|
5832
|
+
data: z.ZodObject<{
|
|
5775
5833
|
activeInterests: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5776
5834
|
byListingType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5777
|
-
key: z.
|
|
5778
|
-
count: z.
|
|
5835
|
+
key: z.ZodString;
|
|
5836
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5779
5837
|
}, z.core.$strip>>>;
|
|
5780
5838
|
byPropertyType: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5781
|
-
key: z.
|
|
5782
|
-
count: z.
|
|
5839
|
+
key: z.ZodString;
|
|
5840
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5783
5841
|
}, z.core.$strip>>>;
|
|
5784
5842
|
budgetBuckets: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5785
|
-
key: z.
|
|
5786
|
-
count: z.
|
|
5843
|
+
key: z.ZodString;
|
|
5844
|
+
count: z.ZodCoercedBigInt<unknown>;
|
|
5787
5845
|
}, z.core.$strip>>>;
|
|
5788
5846
|
topDistricts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
5789
5847
|
districtId: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5790
5848
|
name: z.ZodOptional<z.ZodString>;
|
|
5791
5849
|
count: z.ZodOptional<z.ZodCoercedBigInt<unknown>>;
|
|
5792
5850
|
}, z.core.$strip>>>;
|
|
5793
|
-
}, z.core.$strip
|
|
5851
|
+
}, z.core.$strip>;
|
|
5794
5852
|
}, z.core.$strip>;
|
|
5795
5853
|
export declare const zGetPublicRecomendationsByTokenItemsData: z.ZodObject<{
|
|
5796
5854
|
body: z.ZodOptional<z.ZodNever>;
|