@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.
- package/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +1 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -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
|
}
|