@srimandir/daily-live-puja 1.24.2 → 1.26.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.
@@ -110,6 +110,7 @@ interface VideoPageProps {
110
110
  subscription_status?: string;
111
111
  subscription_amount?: number;
112
112
  subscription_count?: number;
113
+ video_orientation?: "portrait" | "landscape";
113
114
  store_id?: string;
114
115
  screen_name?: string;
115
116
  source?: string;
@@ -120,8 +121,8 @@ interface VideoPageProps {
120
121
  total_days_attended?: number;
121
122
  service_name?: string;
122
123
  successful_subscription_order?: number;
124
+ "Trial End Date"?: string;
123
125
  count_of_offering_sku?: number;
124
- dlp_status?: "Live" | "Playback";
125
126
  }) => void;
126
127
  }
127
128
  export declare const VideoPage: React.FC<VideoPageProps>;