@tellescope/types-models 1.256.1 → 1.256.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.
@@ -1192,7 +1192,7 @@ export type APIKeyScope = typeof API_KEY_SCOPES[number];
1192
1192
  * semantics: `scopes: []` on an API key means unrestricted, whereas a session confined to no scopes
1193
1193
  * reaches nothing. The route table is intentionally backend-only; only the names are public.
1194
1194
  */
1195
- export declare const SESSION_SCOPES: readonly ["video-join-link", "video-start-link", "public-form", "appointment-booking", "ics-download"];
1195
+ export declare const SESSION_SCOPES: readonly ["video-join-link", "video-start-link", "public-form", "appointment-booking", "ics-download", "embeddables-token"];
1196
1196
  export type SessionScope = typeof SESSION_SCOPES[number];
1197
1197
  export interface APIKey_readonly extends ClientRecord {
1198
1198
  hashedKey: string;