@abtnode/types 1.16.43-beta-20250425-130658-8da18f4d → 1.16.43-beta-20250427-132304-6da95c55
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/type_pb.d.ts +3 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -1034,7 +1034,10 @@ export type TAuditLog = {
|
|
1034
1034
|
};
|
1035
1035
|
export type TRequestLimit = {
|
1036
1036
|
enabled: boolean;
|
1037
|
+
global: number;
|
1038
|
+
burstFactor: number;
|
1037
1039
|
rate: number;
|
1040
|
+
methods: string[];
|
1038
1041
|
};
|
1039
1042
|
export type TAutoBlockPolicy = {
|
1040
1043
|
enabled: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.43-beta-
|
3
|
+
"version": "1.16.43-beta-20250427-132304-6da95c55",
|
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": "9df10dcb3135a528912241e7fc1ed54171bfeb03"
|
40
40
|
}
|