@daocloud-proto/skoala 0.27.2-148 → 0.27.2-158

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.
@@ -144,8 +144,8 @@ export type AdvancedAPIReq = {
144
144
 
145
145
  export type TimeoutPolicy = {
146
146
  response?: string
147
- upstreamIdle?: string
148
- downstreamIdle?: string
147
+ idleConnection?: string
148
+ idle?: string
149
149
  }
150
150
 
151
151
  export type PathRewritePolicy = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.27.2-148",
3
+ "version": "0.27.2-158",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {