@talkplay/shared-types 1.0.33 → 1.0.34

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
@@ -825,7 +825,7 @@ type ListLeadsParams = PaginationParams & {
825
825
  radioWppNumber?: string;
826
826
  directorName?: string;
827
827
  radioFantasyName?: string;
828
- tyoe?: LeadTypesEnum;
828
+ type?: LeadTypesEnum;
829
829
  status?: LeadStatusEnum[];
830
830
  };
831
831
  type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
package/dist/index.d.ts CHANGED
@@ -825,7 +825,7 @@ type ListLeadsParams = PaginationParams & {
825
825
  radioWppNumber?: string;
826
826
  directorName?: string;
827
827
  radioFantasyName?: string;
828
- tyoe?: LeadTypesEnum;
828
+ type?: LeadTypesEnum;
829
829
  status?: LeadStatusEnum[];
830
830
  };
831
831
  type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",