@talkplay/shared-types 1.0.30 → 1.0.31
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -834,10 +834,10 @@ type UpdateSignupLeadPayload = {
|
|
|
834
834
|
notes?: string;
|
|
835
835
|
};
|
|
836
836
|
type UpdateLandingPageLeadPayload = UpdateSignupLeadPayload & {
|
|
837
|
-
directorName
|
|
838
|
-
radioFantasyName
|
|
839
|
-
radioComercialEmail
|
|
840
|
-
radioFinancialEmail
|
|
837
|
+
directorName?: string;
|
|
838
|
+
radioFantasyName?: string;
|
|
839
|
+
radioComercialEmail?: string;
|
|
840
|
+
radioFinancialEmail?: string;
|
|
841
841
|
};
|
|
842
842
|
|
|
843
843
|
type EpisodeCreatedEvt = {};
|
package/dist/index.d.ts
CHANGED
|
@@ -834,10 +834,10 @@ type UpdateSignupLeadPayload = {
|
|
|
834
834
|
notes?: string;
|
|
835
835
|
};
|
|
836
836
|
type UpdateLandingPageLeadPayload = UpdateSignupLeadPayload & {
|
|
837
|
-
directorName
|
|
838
|
-
radioFantasyName
|
|
839
|
-
radioComercialEmail
|
|
840
|
-
radioFinancialEmail
|
|
837
|
+
directorName?: string;
|
|
838
|
+
radioFantasyName?: string;
|
|
839
|
+
radioComercialEmail?: string;
|
|
840
|
+
radioFinancialEmail?: string;
|
|
841
841
|
};
|
|
842
842
|
|
|
843
843
|
type EpisodeCreatedEvt = {};
|