@abtnode/types 1.16.39-beta-20250215-130252-43410928 → 1.16.39-beta-20250218-110004-a308c501

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
@@ -197,6 +197,9 @@ export type TRequestBackupBlocklet = {
197
197
  appDid: string;
198
198
  to: enum_pb.BackupToMap[keyof enum_pb.BackupToMap];
199
199
  };
200
+ export type TRequestAbortBlockletBackup = {
201
+ appPid: string;
202
+ };
200
203
  export type TRequestRestoreBlocklet = {
201
204
  endpoint: string;
202
205
  appDid: string;
package/lib/type_pb.d.ts CHANGED
@@ -558,6 +558,9 @@ export type TNotificationReceiver = {
558
558
  emailSendFailedReason: string;
559
559
  emailSendRecord: TNotificationSendRecord[];
560
560
  webhook?: Record<string, any>;
561
+ email: string;
562
+ webhookUrls: string;
563
+ deviceId: string;
561
564
  };
562
565
  export type TRoutingRuleResponse = {
563
566
  status: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.39-beta-20250215-130252-43410928",
3
+ "version": "1.16.39-beta-20250218-110004-a308c501",
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": "83b35e2f9759a3f1aa0343c112aedaddf79a8e55"
39
+ "gitHead": "f47632e1ce0cc8295dd3fa1131bcc6252d6adaf9"
40
40
  }