@daocloud-proto/mcamel-rabbitmq 0.3.0-65 → 0.3.0-68

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/cluster.pb.ts +11 -0
  2. package/package.json +1 -1
package/cluster.pb.ts CHANGED
@@ -6,7 +6,18 @@
6
6
 
7
7
  import * as CommonCommon from "./common.pb"
8
8
  import * as fm from "./fetch.pb"
9
+
10
+ export enum GetWorkspaceListReqSortDir {
11
+ ASC = "ASC",
12
+ DESC = "DESC",
13
+ }
14
+
9
15
  export type GetWorkspaceListReq = {
16
+ page?: number
17
+ pageSize?: number
18
+ sortDir?: GetWorkspaceListReqSortDir
19
+ sortBy?: string
20
+ searchKey?: string
10
21
  }
11
22
 
12
23
  export type GetWorkspaceListRespItem = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.3.0-65",
3
+ "version":"0.3.0-68",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {