@tellescope/types-models 1.203.1 → 1.203.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.
@@ -278,6 +278,10 @@ export type AthenaSubscription = {
278
278
  frequencyInMinutes: number;
279
279
  lastSyncedAt: Date;
280
280
  };
281
+ export type StripeKeyDetail = {
282
+ key: string;
283
+ title: string;
284
+ };
281
285
  export interface Organization_readonly extends ClientRecord {
282
286
  subscriptionExpiresAt: Date;
283
287
  subscriptionPeriod: number;
@@ -418,6 +422,7 @@ export interface Organization extends Organization_readonly, Organization_requir
418
422
  iframeURL: string;
419
423
  }[];
420
424
  stripePublicKeys?: string[];
425
+ stripeKeyDetails?: StripeKeyDetail[];
421
426
  additionalIterableKeys?: string[];
422
427
  defaultDoseSpotPharmacies?: {
423
428
  id: string;
@@ -2226,6 +2231,7 @@ export interface CalendarEvent_required {
2226
2231
  export interface CalendarEvent_updatesDisabled {
2227
2232
  }
2228
2233
  export interface CalendarEvent extends CalendarEvent_readonly, CalendarEvent_required, CalendarEvent_updatesDisabled {
2234
+ createAndBookAthenaSlot?: boolean;
2229
2235
  athenaDepartmentId?: string;
2230
2236
  generateAthenaTelehealthLink?: boolean;
2231
2237
  athenaTypeId?: string;
@@ -2405,6 +2411,7 @@ export interface CalendarEventTemplate_required {
2405
2411
  export interface CalendarEventTemplate_updatesDisabled {
2406
2412
  }
2407
2413
  export interface CalendarEventTemplate extends CalendarEventTemplate_readonly, CalendarEventTemplate_required, CalendarEventTemplate_updatesDisabled {
2414
+ createAndBookAthenaSlot?: boolean;
2408
2415
  dontSyncToCanvas?: boolean;
2409
2416
  archivedAt?: Date | '';
2410
2417
  type?: string;