@abtnode/schema 1.6.29 → 1.7.0
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/README.md +1 -1
- package/lib/index.js +3 -0
- package/lib/schema.graphqls +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
package/lib/index.js
CHANGED
|
@@ -540,6 +540,8 @@ type AccessKey {
|
|
|
540
540
|
passport: String
|
|
541
541
|
createdAt: String
|
|
542
542
|
lastUsedAt: String
|
|
543
|
+
createdBy: String
|
|
544
|
+
updatedBy: String
|
|
543
545
|
}
|
|
544
546
|
|
|
545
547
|
type BlockletCapabilities {
|
|
@@ -976,6 +978,7 @@ type ResponseBlockletMetaFromUrl {
|
|
|
976
978
|
meta: BlockletMeta
|
|
977
979
|
isFree: Boolean
|
|
978
980
|
isInstalled: Boolean
|
|
981
|
+
isRunning: Boolean
|
|
979
982
|
}
|
|
980
983
|
|
|
981
984
|
type ResponseCheckChildBlockletsForUpdates {
|
package/lib/schema.graphqls
CHANGED
|
@@ -540,6 +540,8 @@ type AccessKey {
|
|
|
540
540
|
passport: String
|
|
541
541
|
createdAt: String
|
|
542
542
|
lastUsedAt: String
|
|
543
|
+
createdBy: String
|
|
544
|
+
updatedBy: String
|
|
543
545
|
}
|
|
544
546
|
|
|
545
547
|
type BlockletCapabilities {
|
|
@@ -976,6 +978,7 @@ type ResponseBlockletMetaFromUrl {
|
|
|
976
978
|
meta: BlockletMeta
|
|
977
979
|
isFree: Boolean
|
|
978
980
|
isInstalled: Boolean
|
|
981
|
+
isRunning: Boolean
|
|
979
982
|
}
|
|
980
983
|
|
|
981
984
|
type ResponseCheckChildBlockletsForUpdates {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.7.0",
|
|
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": "fc949a5e8a1017fbe17533d3bd78b166c7dad132"
|
|
17
17
|
}
|