@daocloud-proto/baize 0.116.1 → 0.116.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.
|
@@ -109,8 +109,6 @@ export type Dataset = {
|
|
|
109
109
|
creationTimestamp?: GoogleProtobufTimestamp.Timestamp
|
|
110
110
|
labels?: {[key: string]: string}
|
|
111
111
|
annotations?: {[key: string]: string}
|
|
112
|
-
share?: boolean
|
|
113
|
-
sharedToWorkspaces?: BaizeManagement_apiWorkspaceV1alpha1Workspace.Workspace[]
|
|
114
112
|
boundPVC?: DatasetBoundPVC
|
|
115
113
|
lastSync?: GoogleProtobufTimestamp.Timestamp
|
|
116
114
|
resources?: BaizeCommonK8s.Resources
|
|
@@ -159,7 +157,7 @@ export type DataSourceOptionsHttp = {
|
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
export type DataSourceOptionsReference = {
|
|
162
|
-
sourceWorkspace?:
|
|
160
|
+
sourceWorkspace?: BaizeManagement_apiWorkspaceV1alpha1Workspace.Workspace
|
|
163
161
|
}
|
|
164
162
|
|
|
165
163
|
|