@tellescope/types-models 1.255.14 → 1.255.17

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.
@@ -1161,9 +1161,13 @@ export interface EnduserMedication extends EnduserMedication_readonly, EnduserMe
1161
1161
  controlledSubstance?: ControlledSubstanceCode;
1162
1162
  };
1163
1163
  }
1164
+ export declare const FORM_INGESTION_API_KEY_SCOPE: "form-ingestion";
1165
+ export declare const API_KEY_SCOPES: readonly ["form-ingestion"];
1166
+ export type APIKeyScope = typeof API_KEY_SCOPES[number];
1164
1167
  export interface APIKey_readonly extends ClientRecord {
1165
1168
  hashedKey: string;
1166
1169
  approvedBusinessIds?: string[];
1170
+ scopes?: APIKeyScope[];
1167
1171
  }
1168
1172
  export interface APIKey_required {
1169
1173
  }