@flashbacktech/flashbackclient 0.2.37 → 0.2.38

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.
@@ -67,7 +67,7 @@ export interface CreateRepoRequest {
67
67
  name: string;
68
68
  storageType: StorageType;
69
69
  mode: ModeType;
70
- repoUnits: RepoUnitInfo[];
70
+ repoUnits?: RepoUnitInfo[];
71
71
  repoAiLlms?: RepoAiLlmInfo[];
72
72
  workspaceId: string;
73
73
  walletAddress?: string;
@@ -230,7 +230,7 @@ export interface CreateRepoWithBucketsRequest {
230
230
  name: string;
231
231
  storageType: StorageType;
232
232
  mode: ModeType;
233
- repoBuckets: RepoBucketInfo[];
233
+ repoBuckets?: RepoBucketInfo[];
234
234
  repoAiLlms?: RepoAiLlmInfo[];
235
235
  workspaceId: string;
236
236
  walletAddress?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"