@abtnode/types
Advanced tools
Comparing version 1.16.38-beta-20250204-120121-1a6a1e63 to 1.16.38-beta-20250206-084543-4d7b4331
@@ -238,2 +238,3 @@ // package: abt_node | ||
entityId: string; | ||
source: string; | ||
}; | ||
@@ -254,2 +255,4 @@ export type TResponseGetNotifications = { | ||
paging?: type_pb.TPaging; | ||
source: string; | ||
componentDids: string[]; | ||
}; | ||
@@ -285,2 +288,3 @@ export type TResponseNotificationSendLog = { | ||
entityId: string; | ||
source: string; | ||
}; | ||
@@ -287,0 +291,0 @@ export type TreadUpdateAffected = { |
{ | ||
"name": "@abtnode/types", | ||
"version": "1.16.38-beta-20250204-120121-1a6a1e63", | ||
"version": "1.16.38-beta-20250206-084543-4d7b4331", | ||
"description": "Typescript definitions generated from protobuf", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "bd7ce8614076a35769233dd2278216a30c3075c3" | ||
"gitHead": "933b2c2856240f2d78b3a392f8a3b4e8584860f0" | ||
} |
59968
2436