@abtnode/types 1.16.41 → 1.16.42-beta-20250403-230303-c167c6a1
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 +5 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -50,6 +50,7 @@ export type TResponseBlockletDiff = {
|
|
50
50
|
export type TRequestGetBlocklets = {
|
51
51
|
useCache: boolean;
|
52
52
|
query?: type_pb.TBlockletQuery;
|
53
|
+
includeRuntimeInfo: boolean;
|
53
54
|
};
|
54
55
|
export type TResponseGetBlocklets = {
|
55
56
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
@@ -1268,3 +1269,7 @@ export type TRequestRelatedPassports = {
|
|
1268
1269
|
passportId: string;
|
1269
1270
|
paging?: type_pb.TPaging;
|
1270
1271
|
};
|
1272
|
+
export type TResponseBlockletInfo = {
|
1273
|
+
users: number;
|
1274
|
+
passports: number;
|
1275
|
+
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.
|
3
|
+
"version": "1.16.42-beta-20250403-230303-c167c6a1",
|
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": "34d6d981bb270af1d0ca59704715bfa82949a9fe"
|
40
40
|
}
|