@abtnode/schema 1.16.39-beta-20250221-133434-22e84449 → 1.16.39-beta-20250224-112738-14340cd6
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 +6 -0
- package/lib/schema.graphqls +6 -0
- package/package.json +2 -2
package/lib/index.js
CHANGED
@@ -1519,6 +1519,11 @@ type BlockletEngine {
|
|
1519
1519
|
logo: String
|
1520
1520
|
}
|
1521
1521
|
|
1522
|
+
type BlockletEvent {
|
1523
|
+
type: String
|
1524
|
+
description: String
|
1525
|
+
}
|
1526
|
+
|
1522
1527
|
type BlockletHistoryItem {
|
1523
1528
|
date: Uint64
|
1524
1529
|
cpu: Uint64
|
@@ -1563,6 +1568,7 @@ type BlockletMeta {
|
|
1563
1568
|
engine: Any
|
1564
1569
|
owner: BlockletMetaOwner
|
1565
1570
|
docker: BlockletDockerMeta
|
1571
|
+
events: [BlockletEvent!]
|
1566
1572
|
}
|
1567
1573
|
|
1568
1574
|
type BlockletMetaInterface {
|
package/lib/schema.graphqls
CHANGED
@@ -1519,6 +1519,11 @@ type BlockletEngine {
|
|
1519
1519
|
logo: String
|
1520
1520
|
}
|
1521
1521
|
|
1522
|
+
type BlockletEvent {
|
1523
|
+
type: String
|
1524
|
+
description: String
|
1525
|
+
}
|
1526
|
+
|
1522
1527
|
type BlockletHistoryItem {
|
1523
1528
|
date: Uint64
|
1524
1529
|
cpu: Uint64
|
@@ -1563,6 +1568,7 @@ type BlockletMeta {
|
|
1563
1568
|
engine: Any
|
1564
1569
|
owner: BlockletMetaOwner
|
1565
1570
|
docker: BlockletDockerMeta
|
1571
|
+
events: [BlockletEvent!]
|
1566
1572
|
}
|
1567
1573
|
|
1568
1574
|
type BlockletMetaInterface {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.39-beta-
|
6
|
+
"version": "1.16.39-beta-20250224-112738-14340cd6",
|
7
7
|
"description": "",
|
8
8
|
"main": "lib/index.js",
|
9
9
|
"files": [
|
@@ -13,7 +13,7 @@
|
|
13
13
|
"keywords": [],
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
15
15
|
"license": "Apache-2.0",
|
16
|
-
"gitHead": "
|
16
|
+
"gitHead": "55a730d010edb12eb78ac7120702636134a44dc9",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|