@abtnode/types 1.16.51-beta-20250904-031834-c611f059 → 1.16.51-beta-20250905-051437-fe05adb2
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 +1 -0
- package/lib/service_pb.d.ts +6 -6
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
package/lib/service_pb.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// package: abt_node
|
|
2
2
|
// file: service.proto
|
|
3
|
-
import * as rpc_pb from
|
|
4
|
-
import * as type_pb from
|
|
3
|
+
import * as rpc_pb from './rpc_pb';
|
|
4
|
+
import * as type_pb from './type_pb';
|
|
5
5
|
export type TField = {
|
|
6
|
-
required: boolean
|
|
7
|
-
params: string
|
|
8
|
-
dirs: string
|
|
9
|
-
}
|
|
6
|
+
required: boolean;
|
|
7
|
+
params: string;
|
|
8
|
+
dirs: string;
|
|
9
|
+
};
|
|
10
10
|
export interface TypeMap {
|
|
11
11
|
DEFAULT: 0;
|
|
12
12
|
MUTATION: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.16.51-beta-
|
|
3
|
+
"version": "1.16.51-beta-20250905-051437-fe05adb2",
|
|
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": "
|
|
39
|
+
"gitHead": "cadff492e3858895a3e0565b0b1778f166fb34f7"
|
|
40
40
|
}
|