@abtnode/types 1.17.4-beta-20251202-034514-637cd8e2 → 1.17.4-beta-20251202-122551-267b614d

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
@@ -1373,6 +1373,12 @@ export type TRequestAttempt = {
1373
1373
  attemptId: string;
1374
1374
  teamDid: string;
1375
1375
  };
1376
+ export type TRequestUpdateWebHookState = {
1377
+ id: string;
1378
+ url: string;
1379
+ enabled: boolean;
1380
+ consecutiveFailures: number;
1381
+ };
1376
1382
  export type TResponseGetWebhookAttempts = {
1377
1383
  list: type_pb.TWebhookAttemptWithEndpointEventState[];
1378
1384
  paging?: type_pb.TPaging;
package/lib/type_pb.d.ts CHANGED
@@ -784,6 +784,8 @@ export type TWebHookParam = {
784
784
  defaultValue: string;
785
785
  value: string;
786
786
  type: string;
787
+ enabled: boolean;
788
+ consecutiveFailures: number;
787
789
  };
788
790
  export type TTag = {
789
791
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.17.4-beta-20251202-034514-637cd8e2",
3
+ "version": "1.17.4-beta-20251202-122551-267b614d",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/ArcBlock/abt-node/issues"
37
37
  },
38
- "gitHead": "d0e748c5cae1a08c63cfc5bb59a6d471c3120e7a"
38
+ "gitHead": "58a5f7d49ccce973fdb214337aee262435704ec5"
39
39
  }