@daocloud-proto/kangaroo 0.5.0-461 → 0.5.0-463
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.
|
@@ -225,6 +225,7 @@ export type CreatePolicyRequest = {
|
|
|
225
225
|
enabled?: boolean
|
|
226
226
|
override?: boolean
|
|
227
227
|
destNamespace?: string
|
|
228
|
+
speed?: number
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
export type UpdatePolicyRequest = {
|
|
@@ -239,6 +240,7 @@ export type UpdatePolicyRequest = {
|
|
|
239
240
|
enabled?: boolean
|
|
240
241
|
override?: boolean
|
|
241
242
|
destNamespace?: string
|
|
243
|
+
speed?: number
|
|
242
244
|
}
|
|
243
245
|
|
|
244
246
|
export type GetExecutionRequest = {
|