@abtnode/types 1.16.47-beta-20250724-080141-d80ab374 → 1.16.47-beta-20250729-045152-0bde0f98

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
@@ -1098,6 +1098,7 @@ export type TAigneConfig = {
1098
1098
  url: string;
1099
1099
  accessKeyId: string;
1100
1100
  secretAccessKey: string;
1101
+ validationResult: string;
1101
1102
  };
1102
1103
  export type TDelegationState = {
1103
1104
  delegated: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.47-beta-20250724-080141-d80ab374",
3
+ "version": "1.16.47-beta-20250729-045152-0bde0f98",
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": "6861bb413155f5ea585e193b96f3157ff69f49a9"
39
+ "gitHead": "554bd257e6e9aaa2c63d2b6558871f632f7f8ea4"
40
40
  }