@daocloud-proto/mcamel-redis 0.1.8-4 → 0.1.8-9

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/package.json +1 -1
  2. package/redis.pb.ts +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-redis",
3
- "version":"0.1.8-4",
3
+ "version":"0.1.8-9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/redis.pb.ts CHANGED
@@ -57,6 +57,11 @@ export enum GetRedisParamRespSelectSelectType {
57
57
  Multiple = "Multiple",
58
58
  }
59
59
 
60
+ export enum GetRedisNodeListReqSortDir {
61
+ ASC = "ASC",
62
+ DESC = "DESC",
63
+ }
64
+
60
65
  export enum GetRedisNodeListRespPodStatus {
61
66
  PHASE_UNSPECIFIED = "PHASE_UNSPECIFIED",
62
67
  Unknown = "Unknown",
@@ -242,6 +247,11 @@ export type GetRedisNodeListReq = {
242
247
  namespace?: string
243
248
  name?: string
244
249
  instanceType?: InstanceType
250
+ page?: number
251
+ pageSize?: number
252
+ sortDir?: GetRedisNodeListReqSortDir
253
+ sortBy?: string
254
+ searchKey?: string
245
255
  }
246
256
 
247
257
  export type GetRedisNodeListRespData = {