@daocloud-proto/skoala 0.18.0-31 → 0.18.0-33

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.
@@ -36,6 +36,7 @@ export type GatewayOverviewHealthReq = {
36
36
  endTime?: string
37
37
  interval?: string
38
38
  unit?: SkoalaApiGeneralV1alpha1Common.TimeUnit
39
+ completion?: boolean
39
40
  }
40
41
 
41
42
  export type GatewayOverviewHealthRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.18.0-31",
3
+ "version": "0.18.0-33",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {