@talkplay/shared-types 1.0.31 → 1.0.33
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -207,7 +207,7 @@ declare const LeadStatusTranslationsEnum: {
|
|
|
207
207
|
type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
|
|
208
208
|
|
|
209
209
|
declare const LeadTypesEnum: {
|
|
210
|
-
readonly SIGNUP: "
|
|
210
|
+
readonly SIGNUP: "SIGNUP";
|
|
211
211
|
readonly LANDING_PAGE: "LANDING_PAGE";
|
|
212
212
|
};
|
|
213
213
|
type LeadTypesEnum = Enum<typeof LeadTypesEnum>;
|
|
@@ -825,6 +825,7 @@ type ListLeadsParams = PaginationParams & {
|
|
|
825
825
|
radioWppNumber?: string;
|
|
826
826
|
directorName?: string;
|
|
827
827
|
radioFantasyName?: string;
|
|
828
|
+
tyoe?: LeadTypesEnum;
|
|
828
829
|
status?: LeadStatusEnum[];
|
|
829
830
|
};
|
|
830
831
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|
package/dist/index.d.ts
CHANGED
|
@@ -207,7 +207,7 @@ declare const LeadStatusTranslationsEnum: {
|
|
|
207
207
|
type LeadStatusTranslationsEnum = Enum<typeof LeadStatusTranslationsEnum>;
|
|
208
208
|
|
|
209
209
|
declare const LeadTypesEnum: {
|
|
210
|
-
readonly SIGNUP: "
|
|
210
|
+
readonly SIGNUP: "SIGNUP";
|
|
211
211
|
readonly LANDING_PAGE: "LANDING_PAGE";
|
|
212
212
|
};
|
|
213
213
|
type LeadTypesEnum = Enum<typeof LeadTypesEnum>;
|
|
@@ -825,6 +825,7 @@ type ListLeadsParams = PaginationParams & {
|
|
|
825
825
|
radioWppNumber?: string;
|
|
826
826
|
directorName?: string;
|
|
827
827
|
radioFantasyName?: string;
|
|
828
|
+
tyoe?: LeadTypesEnum;
|
|
828
829
|
status?: LeadStatusEnum[];
|
|
829
830
|
};
|
|
830
831
|
type ListLeadsResponse = PaginatedResponseDTO<LeadEntity>;
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED