@daocloud-proto/skoala 0.27.2-144 → 0.27.2-156

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 = {
@@ -103,6 +103,7 @@ export type ListLockReq = {
103
103
  transactionId?: string
104
104
  branchId?: string
105
105
  authorization?: string[]
106
+ accessToken?: string
106
107
  }
107
108
 
108
109
  export type ListLockRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.27.2-144",
3
+ "version": "0.27.2-156",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {