@daocloud-proto/skoala 0.19.2 → 0.19.4-2

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.
@@ -107,6 +107,7 @@ export type UpdateGatewayServiceReq = {
107
107
  namespaceName?: string
108
108
  sesameId?: string
109
109
  externalServiceConf?: ExternalServiceConf
110
+ updateApi?: boolean
110
111
  }
111
112
 
112
113
  export type DeleteGatewayServiceReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.19.2",
3
+ "version": "0.19.4-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {