@srimandir/daily-live-puja 1.26.0 → 1.28.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.
@@ -123,6 +123,7 @@ interface VideoPageProps {
123
123
  successful_subscription_order?: number;
124
124
  "Trial End Date"?: string;
125
125
  count_of_offering_sku?: number;
126
+ dlp_status?: "Live" | "Playback";
126
127
  }) => void;
127
128
  }
128
129
  export declare const VideoPage: React.FC<VideoPageProps>;