@daocloud-proto/baize 0.105.4 → 0.106.0

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.
@@ -54,6 +54,7 @@ export type JobCreationBaseConfig = {
54
54
  annotations?: {[key: string]: string}
55
55
  workingDir?: string
56
56
  shmSize?: number
57
+ noOverrideEnvPath?: boolean
57
58
  }
58
59
 
59
60
  export type JobRoleDifferenceConfig = {
@@ -89,6 +89,7 @@ export type Notebook = {
89
89
  status?: NotebookStatus
90
90
  priorityClass?: string
91
91
  analysis?: BaizeManagement_apiAnalysisV1alpha1Analysis.AnalysisConfig
92
+ description?: string
92
93
  }
93
94
 
94
95
  export type ListNotebooksResponse = {
@@ -117,6 +118,7 @@ export type CreateNotebookRequest = {
117
118
  config?: NotebookConfig
118
119
  priorityClass?: string
119
120
  analysis?: BaizeManagement_apiAnalysisV1alpha1Analysis.AnalysisConfig
121
+ description?: string
120
122
  }
121
123
 
122
124
  export type UpdateNotebookRequest = {
@@ -124,9 +126,11 @@ export type UpdateNotebookRequest = {
124
126
  cluster?: string
125
127
  namespace?: string
126
128
  name?: string
129
+ queueName?: string
127
130
  config?: NotebookConfig
128
131
  priorityClass?: string
129
132
  analysis?: BaizeManagement_apiAnalysisV1alpha1Analysis.AnalysisConfig
133
+ description?: string
130
134
  }
131
135
 
132
136
  export type NotebookActionRequest = {
@@ -8,6 +8,7 @@ import * as BaizeCommonCommon from "../../../common/common.pb"
8
8
  import * as fm from "../../../fetch.pb"
9
9
  export type ListWorkspaceRequest = {
10
10
  page?: BaizeCommonCommon.Pagination
11
+ cluster?: string
11
12
  }
12
13
 
13
14
  export type Workspace = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/baize",
3
- "version": "v0.105.4",
3
+ "version": "v0.106.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"