fix: missing attribute

This commit is contained in:
Nicholas Tindle
2025-01-26 11:46:25 +00:00
parent ffaf77df4e
commit d4d9efc73e

View File

@@ -135,6 +135,7 @@ export type CredentialsProviderName =
(typeof PROVIDER_NAMES)[keyof typeof PROVIDER_NAMES];
export type BlockIOCredentialsSubSchema = BlockIOSubSchemaMeta & {
type: "object";
/* Mirror of backend/data/model.py:CredentialsFieldSchemaExtra */
credentials_provider: CredentialsProviderName[];
credentials_scopes?: string[];