@abtnode/types 1.16.38 → 1.16.39-beta-20250209-032436-5ceca2cb

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
@@ -753,6 +753,7 @@ export type TRequestGetAuditLogs = {
753
753
  paging?: type_pb.TPaging;
754
754
  scope: string;
755
755
  category: string;
756
+ actionorcontent: string;
756
757
  };
757
758
  export type TResponseGetAuditLogs = {
758
759
  code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
package/lib/type_pb.d.ts CHANGED
@@ -892,6 +892,7 @@ export type TAuditLogActor = {
892
892
  did: string;
893
893
  role: string;
894
894
  fullName: string;
895
+ avatar: string;
895
896
  };
896
897
  export type TAuditLogEnvItem = {
897
898
  name: string;
@@ -917,9 +918,17 @@ export type TRequestLimit = {
917
918
  enabled: boolean;
918
919
  rate: number;
919
920
  };
921
+ export type TAutoBlockPolicy = {
922
+ enabled: boolean;
923
+ windowSize: number;
924
+ windowQuota: number;
925
+ blockDuration: number;
926
+ statusCodes: number[];
927
+ };
920
928
  export type TBlockPolicy = {
921
929
  enabled: boolean;
922
930
  blacklist: string[];
931
+ autoBlocking?: TAutoBlockPolicy;
923
932
  };
924
933
  export type TProxyPolicy = {
925
934
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.38",
3
+ "version": "1.16.39-beta-20250209-032436-5ceca2cb",
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": "c75b3026d0e3fa45ccc2af00e2a85962bf5d17af"
39
+ "gitHead": "949581a46cec2ebfb656a42632ca550ed3b0ba70"
40
40
  }