@abtnode/schema 1.16.49-beta-20250815-032308-7bcf0b85 → 1.16.49-beta-20250821-102221-1b7283d6

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 CHANGED
@@ -164,6 +164,7 @@ input ConfigNavigationInput {
164
164
  color: String
165
165
  activeColor: String
166
166
  description: String
167
+ private: Boolean
167
168
  }
168
169
 
169
170
  input ConnectedAccountInput {
@@ -1064,6 +1065,7 @@ input RequestLogoutUserInput {
1064
1065
  appPid: String
1065
1066
  userDid: String
1066
1067
  visitorId: String
1068
+ remove: Boolean
1067
1069
  }
1068
1070
 
1069
1071
  input RequestMakeAllNotificationsAsReadInput {
@@ -2291,6 +2293,7 @@ type ConfigNavigation {
2291
2293
  color: String
2292
2294
  activeColor: String
2293
2295
  description: String
2296
+ private: Boolean
2294
2297
  }
2295
2298
 
2296
2299
  type ConnectEndpoint {
@@ -164,6 +164,7 @@ input ConfigNavigationInput {
164
164
  color: String
165
165
  activeColor: String
166
166
  description: String
167
+ private: Boolean
167
168
  }
168
169
 
169
170
  input ConnectedAccountInput {
@@ -1064,6 +1065,7 @@ input RequestLogoutUserInput {
1064
1065
  appPid: String
1065
1066
  userDid: String
1066
1067
  visitorId: String
1068
+ remove: Boolean
1067
1069
  }
1068
1070
 
1069
1071
  input RequestMakeAllNotificationsAsReadInput {
@@ -2291,6 +2293,7 @@ type ConfigNavigation {
2291
2293
  color: String
2292
2294
  activeColor: String
2293
2295
  description: String
2296
+ private: Boolean
2294
2297
  }
2295
2298
 
2296
2299
  type ConnectEndpoint {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250815-032308-7bcf0b85",
6
+ "version": "1.16.49-beta-20250821-102221-1b7283d6",
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": "75dd236eb42d14a5093c1364e51625412aa91790",
16
+ "gitHead": "4fdd3b0cfb87b45ff8c0d539f83c3ddcbd71465b",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }