@abtnode/schema 1.6.12 → 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 +3 -1
- package/lib/schema.graphqls +3 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -116,6 +116,7 @@ input PermissionInput {
|
|
|
116
116
|
input RequestAddDomainAliasInput {
|
|
117
117
|
id: String
|
|
118
118
|
domainAlias: String
|
|
119
|
+
force: Boolean
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
input RequestAddLetsEcryptCertInput {
|
|
@@ -578,7 +579,6 @@ type BlockletMeta {
|
|
|
578
579
|
nftFactory: String
|
|
579
580
|
lastPublishedAt: String
|
|
580
581
|
capabilities: BlockletCapabilities
|
|
581
|
-
isFree: Boolean
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
type BlockletMetaInterface {
|
|
@@ -946,6 +946,8 @@ type ResponseBlockletMeta {
|
|
|
946
946
|
type ResponseBlockletMetaFromUrl {
|
|
947
947
|
code: StatusCode
|
|
948
948
|
meta: BlockletMeta
|
|
949
|
+
isFree: Boolean
|
|
950
|
+
isInstalled: Boolean
|
|
949
951
|
}
|
|
950
952
|
|
|
951
953
|
type ResponseCheckChildBlockletsForUpdates {
|
package/lib/schema.graphqls
CHANGED
|
@@ -116,6 +116,7 @@ input PermissionInput {
|
|
|
116
116
|
input RequestAddDomainAliasInput {
|
|
117
117
|
id: String
|
|
118
118
|
domainAlias: String
|
|
119
|
+
force: Boolean
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
input RequestAddLetsEcryptCertInput {
|
|
@@ -578,7 +579,6 @@ type BlockletMeta {
|
|
|
578
579
|
nftFactory: String
|
|
579
580
|
lastPublishedAt: String
|
|
580
581
|
capabilities: BlockletCapabilities
|
|
581
|
-
isFree: Boolean
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
type BlockletMetaInterface {
|
|
@@ -946,6 +946,8 @@ type ResponseBlockletMeta {
|
|
|
946
946
|
type ResponseBlockletMetaFromUrl {
|
|
947
947
|
code: StatusCode
|
|
948
948
|
meta: BlockletMeta
|
|
949
|
+
isFree: Boolean
|
|
950
|
+
isInstalled: Boolean
|
|
949
951
|
}
|
|
950
952
|
|
|
951
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
|
}
|