@abtnode/types 1.17.4-beta-20251201-225048-b1682a09 → 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 +6 -0
- package/lib/type_pb.d.ts +2 -0
- package/package.json +2 -2
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.17.4-beta-
|
|
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": "
|
|
38
|
+
"gitHead": "58a5f7d49ccce973fdb214337aee262435704ec5"
|
|
39
39
|
}
|