@flashbacktech/flashbackclient 0.1.85 → 0.1.86

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.
@@ -216,6 +216,7 @@ export interface CreateRepoWithBucketsRequest {
216
216
  storageType: StorageType;
217
217
  mode: ModeType;
218
218
  repoBuckets: RepoBucketInfo[];
219
+ workspaceId: string;
219
220
  }
220
221
  export interface UpdateRepoWithBucketsRequest extends CreateRepoWithBucketsRequest {
221
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/flashbackclient",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"