@abtnode/types 1.16.49-beta-20250814-102553-9278d1f7 → 1.16.49-beta-20250819-084933-3bcbd851

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
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-20250814-102553-9278d1f7",
3
+ "version": "1.16.49-beta-20250819-084933-3bcbd851",
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": "2fe206518acdc88d9739140f808a0b03f83fe5ad"
39
+ "gitHead": "b8bbf2279e9a29bd58eac7b66e1db16e851a183c"
40
40
  }