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