@abtnode/schema 1.6.15 → 1.6.16
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 +2 -1
- package/lib/schema.graphqls +2 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -579,7 +579,6 @@ type BlockletMeta {
|
|
|
579
579
|
nftFactory: String
|
|
580
580
|
lastPublishedAt: String
|
|
581
581
|
capabilities: BlockletCapabilities
|
|
582
|
-
isFree: Boolean
|
|
583
582
|
}
|
|
584
583
|
|
|
585
584
|
type BlockletMetaInterface {
|
|
@@ -947,6 +946,8 @@ type ResponseBlockletMeta {
|
|
|
947
946
|
type ResponseBlockletMetaFromUrl {
|
|
948
947
|
code: StatusCode
|
|
949
948
|
meta: BlockletMeta
|
|
949
|
+
isFree: Boolean
|
|
950
|
+
isInstalled: Boolean
|
|
950
951
|
}
|
|
951
952
|
|
|
952
953
|
type ResponseCheckChildBlockletsForUpdates {
|
package/lib/schema.graphqls
CHANGED
|
@@ -579,7 +579,6 @@ type BlockletMeta {
|
|
|
579
579
|
nftFactory: String
|
|
580
580
|
lastPublishedAt: String
|
|
581
581
|
capabilities: BlockletCapabilities
|
|
582
|
-
isFree: Boolean
|
|
583
582
|
}
|
|
584
583
|
|
|
585
584
|
type BlockletMetaInterface {
|
|
@@ -947,6 +946,8 @@ type ResponseBlockletMeta {
|
|
|
947
946
|
type ResponseBlockletMetaFromUrl {
|
|
948
947
|
code: StatusCode
|
|
949
948
|
meta: BlockletMeta
|
|
949
|
+
isFree: Boolean
|
|
950
|
+
isInstalled: Boolean
|
|
950
951
|
}
|
|
951
952
|
|
|
952
953
|
type ResponseCheckChildBlockletsForUpdates {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.16",
|
|
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": "
|
|
16
|
+
"gitHead": "69b08db16aeb75ce23b0e6bb5b9fa396adba2d4b"
|
|
17
17
|
}
|