@daocloud-proto/baize 0.110.1 → 0.110.2

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.
@@ -100,6 +100,7 @@ export type Dataset = {
100
100
  annotations?: {[key: string]: string}
101
101
  share?: boolean
102
102
  sharedStoWorkspaces?: BaizeManagement_apiWorkspaceV1alpha1Workspace.Workspace[]
103
+ boundPVC?: DatasetBoundPVC
103
104
  }
104
105
 
105
106
  export type DataSourceOptionsConda = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.110.1",
3
+ "version": "v0.110.2",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"