@abtnode/schema 1.5.21 → 1.6.3

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.
package/lib/index.js CHANGED
@@ -654,6 +654,7 @@ type BlockletState {
654
654
  installedAt: String
655
655
  startedAt: String
656
656
  pausedAt: String
657
+ stoppedAt: String
657
658
  environments: [ConfigEntry!]
658
659
  configs: [ConfigEntry!]
659
660
  diskInfo: DiskInfo
@@ -1410,4 +1411,4 @@ type Query {
1410
1411
  getUser(input: RequestTeamUserInput): ResponseUser
1411
1412
  getPermissionsByRole(input: RequestTeamRoleInput): ResponsePermissions
1412
1413
  getPassportIssuances(input: RequestGetPassportIssuancesInput): ResponseGetPassportIssuances
1413
- }`;
1414
+ }`;
@@ -654,6 +654,7 @@ type BlockletState {
654
654
  installedAt: String
655
655
  startedAt: String
656
656
  pausedAt: String
657
+ stoppedAt: String
657
658
  environments: [ConfigEntry!]
658
659
  configs: [ConfigEntry!]
659
660
  diskInfo: DiskInfo
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.5.21",
6
+ "version": "1.6.3",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,5 +13,5 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "MIT",
16
- "gitHead": "db219f519704e8c7ebe60f8448ec6c447ac4e059"
16
+ "gitHead": "3642ccce1e0ab0e1937e32a7dc119a9763bc21c2"
17
17
  }