@tellescope/types-models 1.255.17 → 1.255.18

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.
@@ -1166,6 +1166,7 @@ export declare const API_KEY_SCOPES: readonly ["form-ingestion"];
1166
1166
  export type APIKeyScope = typeof API_KEY_SCOPES[number];
1167
1167
  export interface APIKey_readonly extends ClientRecord {
1168
1168
  hashedKey: string;
1169
+ key?: string;
1169
1170
  approvedBusinessIds?: string[];
1170
1171
  scopes?: APIKeyScope[];
1171
1172
  }