sowhat-types 2.0.231 → 2.0.232
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/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -779,6 +779,7 @@ interface ProCommercialOfferResponse {
|
|
|
779
779
|
|
|
780
780
|
interface FullLeadResponse {
|
|
781
781
|
userId: string;
|
|
782
|
+
updatedAt: Date;
|
|
782
783
|
initialAmount: number | null;
|
|
783
784
|
monthlyAmount: number | null;
|
|
784
785
|
need: ProjectNeedEnum | null;
|
|
@@ -812,6 +813,8 @@ interface FullLeadResponse {
|
|
|
812
813
|
lastFinancialSummaryUpdatedAt: Date;
|
|
813
814
|
aiSummary: LeadAiSummaryResponse | null;
|
|
814
815
|
offer: ProCommercialOfferResponse | null;
|
|
816
|
+
totalOffersReceived: number;
|
|
817
|
+
totalOffersAccepted: number;
|
|
815
818
|
likedAt: Date | null;
|
|
816
819
|
}
|
|
817
820
|
|
package/dist/index.d.ts
CHANGED
|
@@ -779,6 +779,7 @@ interface ProCommercialOfferResponse {
|
|
|
779
779
|
|
|
780
780
|
interface FullLeadResponse {
|
|
781
781
|
userId: string;
|
|
782
|
+
updatedAt: Date;
|
|
782
783
|
initialAmount: number | null;
|
|
783
784
|
monthlyAmount: number | null;
|
|
784
785
|
need: ProjectNeedEnum | null;
|
|
@@ -812,6 +813,8 @@ interface FullLeadResponse {
|
|
|
812
813
|
lastFinancialSummaryUpdatedAt: Date;
|
|
813
814
|
aiSummary: LeadAiSummaryResponse | null;
|
|
814
815
|
offer: ProCommercialOfferResponse | null;
|
|
816
|
+
totalOffersReceived: number;
|
|
817
|
+
totalOffersAccepted: number;
|
|
815
818
|
likedAt: Date | null;
|
|
816
819
|
}
|
|
817
820
|
|