@flashbacktech/flashbackclient 0.2.43 → 0.2.44

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.
@@ -107,6 +107,7 @@ export interface StorageRepo {
107
107
  units: RepoUnitInfo[];
108
108
  aiLlms?: RepoAiLlmInfo[];
109
109
  apiKeys?: ApiKey[];
110
+ aiApiKeys?: RepoAiApiKeyDTO[];
110
111
  createdAt: string;
111
112
  disabled?: boolean;
112
113
  workspaceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.43",
3
+ "version": "0.2.44",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"