@abtnode/schema 1.6.18 → 1.6.22

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
@@ -545,6 +545,7 @@ type AccessKey {
545
545
 
546
546
  type BlockletCapabilities {
547
547
  clusterMode: Boolean
548
+ component: Boolean
548
549
  }
549
550
 
550
551
  type BlockletDiff {
@@ -812,8 +813,10 @@ type LatestBlockletVersion {
812
813
  type LauncherInfo {
813
814
  did: String
814
815
  type: String
815
- cloudService: String
816
+ provider: String
816
817
  url: String
818
+ tag: String
819
+ chainHost: String
817
820
  }
818
821
 
819
822
  type MatchedSites {
@@ -882,7 +885,7 @@ type NodeState {
882
885
  ownerNft: OwnerNft
883
886
  diskAlertThreshold: Uint32
884
887
  trustedPassports: [TrustedPassport!]
885
- launcherInfo: LauncherInfo
888
+ launcher: LauncherInfo
886
889
  enablePassportIssuance: Boolean
887
890
  didRegistry: String
888
891
  didDomain: String
@@ -545,6 +545,7 @@ type AccessKey {
545
545
 
546
546
  type BlockletCapabilities {
547
547
  clusterMode: Boolean
548
+ component: Boolean
548
549
  }
549
550
 
550
551
  type BlockletDiff {
@@ -812,8 +813,10 @@ type LatestBlockletVersion {
812
813
  type LauncherInfo {
813
814
  did: String
814
815
  type: String
815
- cloudService: String
816
+ provider: String
816
817
  url: String
818
+ tag: String
819
+ chainHost: String
817
820
  }
818
821
 
819
822
  type MatchedSites {
@@ -882,7 +885,7 @@ type NodeState {
882
885
  ownerNft: OwnerNft
883
886
  diskAlertThreshold: Uint32
884
887
  trustedPassports: [TrustedPassport!]
885
- launcherInfo: LauncherInfo
888
+ launcher: LauncherInfo
886
889
  enablePassportIssuance: Boolean
887
890
  didRegistry: String
888
891
  didDomain: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.18",
6
+ "version": "1.6.22",
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": "2f02f166869d8ebedc0466068f6ed90ab3e07b87"
16
+ "gitHead": "18ac52a439dbd04e4ace98d796b6de517503fb14"
17
17
  }