@abtnode/types 1.16.53-beta-20251011-095147-8bd212c5 → 1.16.53-beta-20251013-075536-64fcb94b

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
@@ -1076,6 +1076,7 @@ export type TAuditLog = {
1076
1076
  createdAt: number;
1077
1077
  ip: string;
1078
1078
  ua: string;
1079
+ componentDid: string;
1079
1080
  };
1080
1081
  export type TRequestLimit = {
1081
1082
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.53-beta-20251011-095147-8bd212c5",
3
+ "version": "1.16.53-beta-20251013-075536-64fcb94b",
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": "199183f4ff7fa493548237f4e91b76b59abc1855"
39
+ "gitHead": "0c9fd57c3ffd075ed9f0ed365f76167f91f11f5a"
40
40
  }