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

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
  }
@@ -159,6 +159,7 @@ export type UpdateSentinelPluginReq = {
159
159
  type?: SkoalaApiGeneralV1alpha1Service.ServiceType
160
160
  ports?: SkoalaApiGeneralV1alpha1Service.ServicePort[]
161
161
  pwd?: string
162
+ deleteConfigs?: boolean
162
163
  }
163
164
 
164
165
  export type UpdateSeataPluginReq = {
@@ -61,6 +61,7 @@ export type GetAPIRes = {
61
61
  apiStatus?: SkoalaApiHostedV1alpha1Http.APIStatus
62
62
  status?: SkoalaApiHostedV1alpha1Http.APIStatusEnum
63
63
  statusDescription?: string
64
+ apiCreateType?: SkoalaApiHostedV1alpha1Http.APICreateType
64
65
  }
65
66
 
66
67
  export type GetAPIDocReq = {
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-46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {