@flashbacktech/flashbackclient 0.2.17 → 0.2.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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { NodeStatusInfo, NodeStatusType } from './bridge';
|
|
2
2
|
import { RepoAiLlmInfo } from '../ai/aillm';
|
|
3
|
+
import { RepoAiApiKeyDTO } from '../ai/aiapikey';
|
|
3
4
|
export declare enum StorageType {
|
|
4
5
|
S3 = "S3",
|
|
5
6
|
GCS = "GCS",
|
|
@@ -240,6 +241,7 @@ export interface StorageRepoWithBuckets {
|
|
|
240
241
|
buckets: RepoBucketInfo[];
|
|
241
242
|
aiLlms?: RepoAiLlmInfo[];
|
|
242
243
|
apiKeys?: ApiKey[];
|
|
244
|
+
aiApiKeys?: RepoAiApiKeyDTO[];
|
|
243
245
|
createdAt: string;
|
|
244
246
|
disabled?: boolean;
|
|
245
247
|
}
|