@daocloud-proto/mcamel-rabbitmq 0.4.1-30 → 0.4.1-35

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/rabbitmq.pb.ts +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/mcamel-rabbitmq",
3
- "version":"0.4.1-30",
3
+ "version":"0.4.1-35",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/rabbitmq.pb.ts CHANGED
@@ -136,10 +136,10 @@ export type GetRabbitMqParamRespSelectDataStringValue = {
136
136
  }
137
137
 
138
138
  export type GetRabbitMqParamRespSelectDataResourceValue = {
139
- cpuRequest?: number
140
- cpuLimit?: number
141
- memoryRequest?: number
142
- memoryLimit?: number
139
+ cpuRequest?: string
140
+ cpuLimit?: string
141
+ memoryRequest?: string
142
+ memoryLimit?: string
143
143
  }
144
144
 
145
145