@abtnode/types 1.16.34-beta-20241207-134904-3c3d9a35 → 1.16.34-beta-20241212-152152-0b8d4bb3

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 +3 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -417,6 +417,9 @@ export type TConfigNavigation = {
417
417
  role: string;
418
418
  visible: boolean;
419
419
  from: string;
420
+ activeIcon: string;
421
+ color: string;
422
+ activeColor: string;
420
423
  };
421
424
  export type TEnvironment = {
422
425
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.34-beta-20241207-134904-3c3d9a35",
3
+ "version": "1.16.34-beta-20241212-152152-0b8d4bb3",
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": "75e87cd61f4978a8fc0e6f335492abc891aed082"
39
+ "gitHead": "999b6d7c9e4458844d001671bb9d538255307fc5"
40
40
  }