@daocloud-proto/mcamel-rabbitmq 0.7.0-42 → 0.7.0-45

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.
Files changed (2) hide show
  1. package/cloudshell.pb.ts +5 -0
  2. package/package.json +1 -1
package/cloudshell.pb.ts CHANGED
@@ -13,6 +13,8 @@ export enum CreateCloudShellRequestType {
13
13
  bash = "bash",
14
14
  exec = "exec",
15
15
  logs = "logs",
16
+ upload = "upload",
17
+ download = "download",
16
18
  }
17
19
 
18
20
  export type ObjectMeta = {
@@ -53,6 +55,9 @@ export type CreateCloudShellRequest = {
53
55
  cluster?: string
54
56
  namespace?: string
55
57
  podName?: string
58
+ filePath?: string
59
+ container?: string
60
+ logCount?: number
56
61
  data?: CloudShell
57
62
  }
58
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.7.0-42",
3
+ "version":"0.7.0-45",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {