@daocloud-proto/baize 0.105.3 → 0.105.4

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.
package/common/k8s.pb.ts CHANGED
@@ -8,6 +8,7 @@ export enum KubeVolumeVolumeType {
8
8
  VOLUME_TYPE_UNSPECIFIED = "VOLUME_TYPE_UNSPECIFIED",
9
9
  PERSISTENT_VOLUME_CLAIM = "PERSISTENT_VOLUME_CLAIM",
10
10
  DATASET = "DATASET",
11
+ DATASET_RUNTIME_ENV = "DATASET_RUNTIME_ENV",
11
12
  }
12
13
 
13
14
  export type Resources = {
@@ -104,6 +104,7 @@ export type GPUSettingsResponse = {
104
104
 
105
105
  export type ClusterSettingsRequest = {
106
106
  cluster?: string
107
+ workspace?: number
107
108
  }
108
109
 
109
110
  export class ClusterService {
@@ -107,6 +107,7 @@ export type DataSourceOptionsConda = {
107
107
  condaEnvironmentYml?: string
108
108
  pipRequirementsTxt?: string
109
109
  pipIndexUrl?: string
110
+ pipExtraIndexUrl?: string
110
111
  gpuType?: string
111
112
  }
112
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.105.3",
3
+ "version": "v0.105.4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"