@abtnode/types 1.16.38-beta-20250204-120121-1a6a1e63 → 1.16.38-beta-20250206-084543-4d7b4331
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 +4 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -235,6 +235,7 @@ export type TRequestGetNotifications = {
|
|
235
235
|
severity: string;
|
236
236
|
componentDid: string;
|
237
237
|
entityId: string;
|
238
|
+
source: string;
|
238
239
|
};
|
239
240
|
export type TResponseGetNotifications = {
|
240
241
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
@@ -250,6 +251,8 @@ export type TRequestNotificationSendLog = {
|
|
250
251
|
emailSendStatus: number[];
|
251
252
|
dateRange: string[];
|
252
253
|
paging?: type_pb.TPaging;
|
254
|
+
source: string;
|
255
|
+
componentDids: string[];
|
253
256
|
};
|
254
257
|
export type TResponseNotificationSendLog = {
|
255
258
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
@@ -280,6 +283,7 @@ export type TRequestMakeAllNotificationsAsRead = {
|
|
280
283
|
severity: string;
|
281
284
|
componentDid: string;
|
282
285
|
entityId: string;
|
286
|
+
source: string;
|
283
287
|
};
|
284
288
|
export type TreadUpdateAffected = {
|
285
289
|
numAffected: number;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.38-beta-
|
3
|
+
"version": "1.16.38-beta-20250206-084543-4d7b4331",
|
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": "933b2c2856240f2d78b3a392f8a3b4e8584860f0"
|
40
40
|
}
|