@srimandir/hanuman-chalisa 1.7.4 → 1.7.6

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.
@@ -4,6 +4,7 @@ interface VideoPageProps {
4
4
  videoId: string;
5
5
  title?: string;
6
6
  chatHost?: string;
7
+ isGlobal?: boolean;
7
8
  onOfferingClick?: (item: BannerOfferingItem) => void | Promise<void>;
8
9
  }
9
10
  export declare const VideoPage: React.FC<VideoPageProps>;
@@ -1,10 +1,15 @@
1
- export declare const KUNDLI_GENERATOR_INVENTORY_ID: string;
1
+ export declare const OFFERING_RAZORPAY_LINKS: {
2
+ readonly sindoor: "https://rzp.io/rzp/Pb7xgDj";
3
+ readonly peda: "https://rzp.io/rzp/LfL86khp";
4
+ readonly sindoorPeda: "https://rzp.io/rzp/NM9b4lx";
5
+ };
2
6
  export interface BannerOfferingItem {
3
7
  inventory_id: string;
4
8
  name: string;
5
9
  price: number;
10
+ razorpay_link: string;
6
11
  image_url: string;
7
- original_price?: number;
12
+ original_price?: string;
8
13
  discount?: string;
9
14
  }
10
15
  export interface BannerItemGroup {
@@ -12,3 +17,9 @@ export interface BannerItemGroup {
12
17
  items: BannerOfferingItem[];
13
18
  }
14
19
  export declare const BANNER_ITEMS: BannerItemGroup[];
20
+ /**
21
+ * Puja banner image URL.
22
+ * TODO: Replace with actual puja banner image URL.
23
+ * The same image is used on the Hanuman Chalisa page and in offerings.
24
+ */
25
+ export declare const PUJA_BANNER_IMAGE_URL = "";