@daocloud-proto/mcamel-rabbitmq 0.4.0-62 → 0.4.0-66
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.
- package/package.json +1 -1
- package/rabbitmq.pb.ts +1 -10
package/package.json
CHANGED
package/rabbitmq.pb.ts
CHANGED
|
@@ -208,7 +208,7 @@ export type GetRabbitMqResp = {
|
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
export type GetRabbitMqListResp = {
|
|
211
|
-
items?:
|
|
211
|
+
items?: RabbitmqClusterItem[]
|
|
212
212
|
pagination?: CommonCommon.Pagination
|
|
213
213
|
}
|
|
214
214
|
|
|
@@ -219,15 +219,6 @@ export type RabbitmqClusterItemExtend = {
|
|
|
219
219
|
clusterIPs?: string[]
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
export type RabbitmqClusterListMetadata = {
|
|
223
|
-
remainingItemCount?: number
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
export type RabbitmqClusterList = {
|
|
227
|
-
metadata?: RabbitmqClusterListMetadata
|
|
228
|
-
items?: RabbitmqClusterItem[]
|
|
229
|
-
}
|
|
230
|
-
|
|
231
222
|
export type RabbitmqClusterItemMetadata = {
|
|
232
223
|
annotations?: {[key: string]: string}
|
|
233
224
|
creationTimestamp?: string
|