@abtnode/schema 1.16.49-beta-20250819-084933-3bcbd851 → 1.16.49-beta-20250822-070545-6d3344cc
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 +1 -1
- package/lib/schema.graphqls +1 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -1065,6 +1065,7 @@ input RequestLogoutUserInput {
|
|
|
1065
1065
|
appPid: String
|
|
1066
1066
|
userDid: String
|
|
1067
1067
|
visitorId: String
|
|
1068
|
+
remove: Boolean
|
|
1068
1069
|
}
|
|
1069
1070
|
|
|
1070
1071
|
input RequestMakeAllNotificationsAsReadInput {
|
|
@@ -2573,7 +2574,6 @@ type NodeRouting {
|
|
|
2573
2574
|
type NodeRuntimeConfig {
|
|
2574
2575
|
blockletMaxMemoryLimit: Uint32
|
|
2575
2576
|
daemonMaxMemoryLimit: Uint32
|
|
2576
|
-
proxyMaxMemoryLimit: Uint32
|
|
2577
2577
|
}
|
|
2578
2578
|
|
|
2579
2579
|
type NodeState {
|
package/lib/schema.graphqls
CHANGED
|
@@ -1065,6 +1065,7 @@ input RequestLogoutUserInput {
|
|
|
1065
1065
|
appPid: String
|
|
1066
1066
|
userDid: String
|
|
1067
1067
|
visitorId: String
|
|
1068
|
+
remove: Boolean
|
|
1068
1069
|
}
|
|
1069
1070
|
|
|
1070
1071
|
input RequestMakeAllNotificationsAsReadInput {
|
|
@@ -2573,7 +2574,6 @@ type NodeRouting {
|
|
|
2573
2574
|
type NodeRuntimeConfig {
|
|
2574
2575
|
blockletMaxMemoryLimit: Uint32
|
|
2575
2576
|
daemonMaxMemoryLimit: Uint32
|
|
2576
|
-
proxyMaxMemoryLimit: Uint32
|
|
2577
2577
|
}
|
|
2578
2578
|
|
|
2579
2579
|
type NodeState {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.49-beta-
|
|
6
|
+
"version": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
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": "c5560fe749fe495b03003ac7325da29c71f5e62b",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
|
19
19
|
}
|