@abtnode/types 1.16.43-beta-20250427-232837-e671de06 → 1.16.43-beta-20250429-130236-269254ff

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +2 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -556,6 +556,7 @@ export interface ActivityTypeEnumMap {
556
556
  TIPS: 3;
557
557
  MENTION: 4;
558
558
  ASSIGN: 5;
559
+ UN_ASSIGN: 6;
559
560
  }
560
561
  export type TNotification = {
561
562
  sender: string;
@@ -1036,6 +1037,7 @@ export type TRequestLimit = {
1036
1037
  enabled: boolean;
1037
1038
  global: number;
1038
1039
  burstFactor: number;
1040
+ burstDelay: number;
1039
1041
  rate: number;
1040
1042
  methods: string[];
1041
1043
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.43-beta-20250427-232837-e671de06",
3
+ "version": "1.16.43-beta-20250429-130236-269254ff",
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": "3644f271b67d5ebaa7a8b852173860a005f1d057"
39
+ "gitHead": "0826633a53695ac92965f8993e46985259adb65f"
40
40
  }