@abtnode/types 1.16.39-beta-20250213-123635-cabff5af → 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 +3 -0
- package/lib/type_pb.d.ts +4 -0
- package/package.json +2 -2
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;
|
@@ -893,6 +896,7 @@ export type TAuditLogActor = {
|
|
893
896
|
role: string;
|
894
897
|
fullName: string;
|
895
898
|
avatar: string;
|
899
|
+
source: string;
|
896
900
|
};
|
897
901
|
export type TAuditLogEnvItem = {
|
898
902
|
name: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.39-beta-
|
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": "
|
39
|
+
"gitHead": "f47632e1ce0cc8295dd3fa1131bcc6252d6adaf9"
|
40
40
|
}
|