@abtnode/types 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/rpc_pb.d.ts CHANGED
@@ -784,6 +784,7 @@ export type TRequestLogoutUser = {
784
784
  appPid: string;
785
785
  userDid: string;
786
786
  visitorId: string;
787
+ remove: boolean;
787
788
  };
788
789
  export type TResponseGetUsersCount = {
789
790
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
package/lib/type_pb.d.ts CHANGED
@@ -466,6 +466,7 @@ export type TConfigNavigation = {
466
466
  color: string;
467
467
  activeColor: string;
468
468
  description: string;
469
+ pb_private: boolean;
469
470
  };
470
471
  export type TEnvironment = {
471
472
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.49-beta-20250815-032308-7bcf0b85",
3
+ "version": "1.16.49-beta-20250821-102221-1b7283d6",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "75dd236eb42d14a5093c1364e51625412aa91790"
39
+ "gitHead": "4fdd3b0cfb87b45ff8c0d539f83c3ddcbd71465b"
40
40
  }