@daocloud-proto/skoala 0.20.0-4 → 0.20.0-6

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.
@@ -58,6 +58,8 @@ export type GetInsGovernReq = {
58
58
  sentinelName?: string
59
59
  serviceName?: string
60
60
  instanceIp?: string
61
+ nacosNamespace?: string
62
+ nacosGroup?: string
61
63
  }
62
64
 
63
65
  export type GetInsGovernRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.20.0-4",
3
+ "version": "0.20.0-6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {