mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
feat(core): improve byok ux (#15303)
fix #15265 #### PR Dependency Tree * **PR #15303** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal)
This commit is contained in:
@@ -3569,6 +3569,7 @@ export interface WorkspaceByokSettingsType {
|
||||
keys: Array<WorkspaceByokKeyConfigType>;
|
||||
localEntitled: Scalars['Boolean']['output'];
|
||||
localStorageSupported: Scalars['Boolean']['output'];
|
||||
privateEndpointSupported: Scalars['Boolean']['output'];
|
||||
serverEntitled: Scalars['Boolean']['output'];
|
||||
warnings: Array<WorkspaceByokCapabilityWarningType>;
|
||||
workspaceId: Scalars['String']['output'];
|
||||
@@ -7784,6 +7785,7 @@ export type WorkspaceByokSettingsQuery = {
|
||||
allowedProviders: Array<ByokProvider>;
|
||||
localStorageSupported: boolean;
|
||||
customEndpointSupported: boolean;
|
||||
privateEndpointSupported: boolean;
|
||||
hasAiPlan: boolean;
|
||||
keys: Array<{
|
||||
__typename?: 'WorkspaceByokKeyConfigType';
|
||||
|
||||
Reference in New Issue
Block a user