@tellescope/types-models 1.244.1 → 1.244.2

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.
@@ -1825,6 +1825,7 @@ export type FormFieldOptions = FormFieldValidation & {
1825
1825
  autoAdvance?: boolean;
1826
1826
  autoSubmit?: boolean;
1827
1827
  prefillSignature?: boolean;
1828
+ prefillCurrentDate?: boolean;
1828
1829
  includeGroupNumber?: boolean;
1829
1830
  holdAppointmentMinutes?: number;
1830
1831
  rangeStepSize?: number;
@@ -1852,6 +1853,7 @@ export type FormFieldOptions = FormFieldValidation & {
1852
1853
  chargebeeEnvironment?: string;
1853
1854
  chargebeePlanId?: string;
1854
1855
  chargebeeItemId?: string;
1856
+ chargebeeCollectPaymentMethodOnly?: boolean;
1855
1857
  relatedContactTypes?: string[];
1856
1858
  radioChoices?: string[];
1857
1859
  elationHistoryType?: string;