@tellescope/types-models 1.187.0 → 1.188.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.
@@ -1559,6 +1559,7 @@ export type FormFieldOptions = FormFieldValidation & {
1559
1559
  autoUploadFiles?: boolean;
1560
1560
  chargebeeEnvironment?: string;
1561
1561
  chargebeePlanId?: string;
1562
+ chargebeeItemId?: string;
1562
1563
  relatedContactTypes?: string[];
1563
1564
  };
1564
1565
  export type MultipleChoiceOptions = Pick<FormFieldOptions, 'choices' | 'radio' | 'other'>;
@@ -3433,6 +3434,7 @@ export type AnalyticsQueryFilterForType = {
3433
3434
  closeReasons?: string[];
3434
3435
  userTags?: ListOfStringsWithQualifier;
3435
3436
  enduserFields?: AnalyticsEnduserFilterField[];
3437
+ closedAtRange?: DateRange;
3436
3438
  };
3437
3439
  "Phone Calls": {};
3438
3440
  "Meetings": {};