@daocloud-proto/skoala 0.22.0 → 0.22.1-6
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.
|
@@ -149,6 +149,7 @@ export type ListClusterFlowReq = {
|
|
|
149
149
|
namespaceName?: string
|
|
150
150
|
sentinelName?: string
|
|
151
151
|
appName?: string
|
|
152
|
+
serverId?: string
|
|
152
153
|
}
|
|
153
154
|
|
|
154
155
|
export type GetClusterFlowReq = {
|
|
@@ -273,6 +274,7 @@ export type ListFlowRuleReq = {
|
|
|
273
274
|
appName?: string
|
|
274
275
|
page?: number
|
|
275
276
|
pageSize?: number
|
|
277
|
+
resource?: string
|
|
276
278
|
}
|
|
277
279
|
|
|
278
280
|
export type ListFlowRuleRes = {
|
|
@@ -344,6 +346,7 @@ export type ListDegradeRuleReq = {
|
|
|
344
346
|
appName?: string
|
|
345
347
|
page?: number
|
|
346
348
|
pageSize?: number
|
|
349
|
+
resource?: string
|
|
347
350
|
}
|
|
348
351
|
|
|
349
352
|
export type ListDegradeRuleRes = {
|
|
@@ -419,6 +422,7 @@ export type ListParamFlowRuleReq = {
|
|
|
419
422
|
appName?: string
|
|
420
423
|
page?: number
|
|
421
424
|
pageSize?: number
|
|
425
|
+
resource?: string
|
|
422
426
|
}
|
|
423
427
|
|
|
424
428
|
export type ListParamFlowRuleRes = {
|
|
@@ -553,6 +557,7 @@ export type ListAuthorityRuleReq = {
|
|
|
553
557
|
appName?: string
|
|
554
558
|
page?: number
|
|
555
559
|
pageSize?: number
|
|
560
|
+
resource?: string
|
|
556
561
|
}
|
|
557
562
|
|
|
558
563
|
export type ListAuthorityRuleRes = {
|