@abtnode/types 1.16.50 → 1.16.51-beta-20250905-023351-70af144b

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 CHANGED
@@ -23,6 +23,7 @@ export type TRequestBlockletDetail = {
23
23
  attachRuntimeInfo: boolean;
24
24
  getOptionalComponents: boolean;
25
25
  domain: string;
26
+ useCache: boolean;
26
27
  };
27
28
  export type TResponseBlocklet = {
28
29
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
@@ -1,12 +1,12 @@
1
1
  // package: abt_node
2
2
  // file: service.proto
3
- import * as rpc_pb from "./rpc_pb";
4
- import * as type_pb from "./type_pb";
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.50",
3
+ "version": "1.16.51-beta-20250905-023351-70af144b",
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": "142ced081f92724f0abe11b093b6313b0a1cef2b"
39
+ "gitHead": "d19892df7ce4f08a4a7a3ce96dff3bc6b01925ad"
40
40
  }