@talkplay/shared-types 1.0.24 → 1.0.25
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -790,7 +790,7 @@ type ListLeadsParams = PaginationParams & {
|
|
|
790
790
|
fantasyName?: string;
|
|
791
791
|
comercialEmail?: string;
|
|
792
792
|
financialEmail?: string;
|
|
793
|
-
status
|
|
793
|
+
status?: LeadStatusEnum;
|
|
794
794
|
};
|
|
795
795
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|
|
796
796
|
|
package/dist/index.d.ts
CHANGED
|
@@ -790,7 +790,7 @@ type ListLeadsParams = PaginationParams & {
|
|
|
790
790
|
fantasyName?: string;
|
|
791
791
|
comercialEmail?: string;
|
|
792
792
|
financialEmail?: string;
|
|
793
|
-
status
|
|
793
|
+
status?: LeadStatusEnum;
|
|
794
794
|
};
|
|
795
795
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|
|
796
796
|
|