@talkplay/shared-types 1.0.22 → 1.0.23
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -786,11 +786,9 @@ type VerifyEmailAvailabilityResponse = {
|
|
|
786
786
|
type CreateLeadPayload = Omit<LeadEntity, "status" | keyof BaseEntity>;
|
|
787
787
|
|
|
788
788
|
type ListLeadsParams = PaginationParams & {
|
|
789
|
-
cnpj?: string;
|
|
790
789
|
fantasyName?: string;
|
|
791
790
|
comercialEmail?: string;
|
|
792
791
|
financialEmail?: string;
|
|
793
|
-
wppNumber?: string;
|
|
794
792
|
status: LeadStatusEnum;
|
|
795
793
|
};
|
|
796
794
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|
package/dist/index.d.ts
CHANGED
|
@@ -786,11 +786,9 @@ type VerifyEmailAvailabilityResponse = {
|
|
|
786
786
|
type CreateLeadPayload = Omit<LeadEntity, "status" | keyof BaseEntity>;
|
|
787
787
|
|
|
788
788
|
type ListLeadsParams = PaginationParams & {
|
|
789
|
-
cnpj?: string;
|
|
790
789
|
fantasyName?: string;
|
|
791
790
|
comercialEmail?: string;
|
|
792
791
|
financialEmail?: string;
|
|
793
|
-
wppNumber?: string;
|
|
794
792
|
status: LeadStatusEnum;
|
|
795
793
|
};
|
|
796
794
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|