@daocloud-proto/skoala 0.30.0-40 → 0.30.0-42

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.
@@ -365,6 +365,7 @@ export type APIListReq = {
365
365
  namespaceName?: string
366
366
  apiName?: string
367
367
  apiGroup?: string
368
+ fqdn?: string
368
369
  page?: number
369
370
  pageSize?: number
370
371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.30.0-40",
3
+ "version": "0.30.0-42",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {