@srimandir/kundli-matching-generator 4.5.4 → 4.5.5

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,6 +11,8 @@ export interface KundliMatchingFormValues {
11
11
  boy: PersonFormValues;
12
12
  girl: PersonFormValues;
13
13
  phone: string;
14
+ /** ISD/country code for `phone` (e.g. "+1", "+91"). Prefilled from a `country_code` query param for international users; defaults to "+91"/"+1" based on `isGlobal` when absent or invalid. */
15
+ phoneCountryCode?: string;
14
16
  email: string;
15
17
  reportLanguage: string;
16
18
  }