@srimandir/kundli-matching-generator 1.0.20 → 1.0.22
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/analytics.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export declare const KUNDLI_MATCHING_ANALYTICS_EVENT_NAMES: {
|
|
|
48
48
|
readonly sneak_peek_section_viewed: "sneak_peek_section_viewed";
|
|
49
49
|
readonly testimonials_section_viewed: "testimonials_section_viewed";
|
|
50
50
|
readonly benefits_section_viewed: "benefits_section_viewed";
|
|
51
|
+
readonly form_section_viewed: "form_section_viewed";
|
|
51
52
|
readonly how_it_works_section_viewed: "how_it_works_section_viewed";
|
|
52
53
|
readonly why_us_section_viewed: "why_us_section_viewed";
|
|
53
54
|
readonly faq_section_viewed: "faq_section_viewed";
|
|
@@ -127,6 +128,7 @@ export interface KundliMatchingAnalytics {
|
|
|
127
128
|
trackSneakPeekSectionViewed?(): void;
|
|
128
129
|
trackTestimonialsSectionViewed?(): void;
|
|
129
130
|
trackBenefitsSectionViewed?(): void;
|
|
131
|
+
trackFormSectionViewed?(): void;
|
|
130
132
|
trackHowItWorksSectionViewed?(): void;
|
|
131
133
|
trackWhyUsSectionViewed?(): void;
|
|
132
134
|
trackFaqSectionViewed?(): void;
|