@tellescope/types-models 1.242.7 → 1.242.8

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.
@@ -1875,6 +1875,7 @@ export type FormType = 'note' | 'enduserFacing';
1875
1875
  export type FormCustomization = {
1876
1876
  publicFormHTMLDescription?: string;
1877
1877
  publicFormSubmitHTMLDescription?: string;
1878
+ logoURL?: string;
1878
1879
  logoHeight?: number;
1879
1880
  publicLabelPrefix?: string;
1880
1881
  publicFnameLabel?: string;
@@ -2354,6 +2355,8 @@ export interface FormResponse extends FormResponse_readonly, FormResponse_requir
2354
2355
  lockedAt?: Date | '';
2355
2356
  carePlanId?: string;
2356
2357
  context?: string;
2358
+ logoURL?: string;
2359
+ logoHeight?: number;
2357
2360
  calendarEventId?: string;
2358
2361
  copiedFrom?: string;
2359
2362
  copiedFromEnduserId?: string;
@@ -2642,6 +2645,7 @@ export interface Purchase extends Purchase_readonly, Purchase_required, Purchase
2642
2645
  cptCode?: BillingCode;
2643
2646
  notes?: string;
2644
2647
  references?: RelatedRecord[];
2648
+ stripeProductName?: string;
2645
2649
  }
2646
2650
  type BuildPurchaseCreditInfo<T, I> = {
2647
2651
  type: T;