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

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.
@@ -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-148",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {