@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 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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",