@srimandir/daily-live-puja 1.44.0 → 1.45.0

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.
@@ -11,7 +11,7 @@ interface LandingPageProps {
11
11
  loggedOutVideoSrc: string;
12
12
  videoDlpStatus: "Live" | "Playback";
13
13
  onVideoAction?: (params: {
14
- sectionName: "Live Video/Playback" | "Sampler Video" | "Video Player";
14
+ sectionName: "Live Video/Playback" | "What you get" | "Video Player";
15
15
  action: "Autoplay" | "Play" | "Pause";
16
16
  dlpStatus?: "Live" | "Playback";
17
17
  }) => void;
@@ -87,7 +87,7 @@ interface VideoPageProps {
87
87
  }) => void;
88
88
  /** Called for video actions such as autoplay. */
89
89
  onVideoAction?: (params: {
90
- sectionName: "Live Video/Playback" | "Sampler Video" | "Video Player";
90
+ sectionName: "Live Video/Playback" | "What you get" | "Video Player";
91
91
  action: "Autoplay" | "Play" | "Pause";
92
92
  dlpStatus?: "Live" | "Playback";
93
93
  }) => void;