@daocloud-proto/skoala 0.22.2-34 → 0.22.2-44

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.
@@ -192,6 +192,7 @@ export type GetClusterFlowRes = {
192
192
  maxQps?: number
193
193
  clients?: string[]
194
194
  remainingClients?: string[]
195
+ tokenServerName?: string
195
196
  }
196
197
 
197
198
  export type ListTokenServerReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.22.2-34",
3
+ "version": "0.22.2-44",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {