@abtnode/types
Advanced tools
Comparing version 1.16.37-beta-20241227-230028-f4f77779 to 1.16.37-beta-20250102-115729-ae7f327e
@@ -234,2 +234,3 @@ // package: abt_node | ||
paging?: type_pb.TPaging; | ||
teamDid: string; | ||
severity: string; | ||
@@ -244,42 +245,34 @@ componentDid: string; | ||
}; | ||
export type TRequestReadNotifications = { | ||
notificationIds: string[]; | ||
receiver: string; | ||
export type TRequestNotificationSendLog = { | ||
teamDid: string; | ||
userName: string; | ||
userDid: string; | ||
walletSendStatus: number; | ||
pushKitSendStatus: number; | ||
emailSendStatus: number; | ||
senderAt: string; | ||
paging?: type_pb.TPaging; | ||
}; | ||
export type TResponseReadNotifications = { | ||
export type TResponseNotificationSendLog = { | ||
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap]; | ||
numAffected: number; | ||
list: type_pb.TNotificationReceiver[]; | ||
paging?: type_pb.TPaging; | ||
}; | ||
export type TRequestMakeAllAsRead = { | ||
id: string; | ||
export type TRequestNotificationComponents = { | ||
teamDid: string; | ||
receiver: string; | ||
}; | ||
export type TResponseMakeAllAsRead = { | ||
export type TResponseNotificationComponents = { | ||
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap]; | ||
numAffected: number; | ||
componentDids: string[]; | ||
}; | ||
export type TRequestGetBlockletNotifications = { | ||
export type TRequestMakeAllNotificationsAsRead = { | ||
receiver: string; | ||
sender: string; | ||
read: boolean; | ||
paging?: type_pb.TPaging; | ||
teamDid: string; | ||
severity: string; | ||
componentDid: string; | ||
entityId: string; | ||
}; | ||
export type TResponseGetBlockletNotifications = { | ||
export type TResponseMakeAllNotificationsAsRead = { | ||
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap]; | ||
list: type_pb.TNotification[]; | ||
paging?: type_pb.TPaging; | ||
}; | ||
export type TRequestMakeAllBlockletNotificationsAsRead = { | ||
receiver: string; | ||
teamDid: string; | ||
}; | ||
export type TResponseMakeAllBlockletNotificationsAsRead = { | ||
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap]; | ||
numAffected: number; | ||
}; | ||
export type TRequestReadBlockletNotifications = { | ||
export type TRequestReadNotifications = { | ||
notificationIds: string[]; | ||
@@ -289,3 +282,3 @@ teamDid: string; | ||
}; | ||
export type TResponseReadBlockletNotifications = { | ||
export type TResponseReadNotifications = { | ||
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap]; | ||
@@ -292,0 +285,0 @@ numAffected: number; |
@@ -540,2 +540,3 @@ // package: abt_node | ||
createdAt: number; | ||
notification?: TNotification; | ||
}; | ||
@@ -542,0 +543,0 @@ export type TRoutingRuleResponse = { |
{ | ||
"name": "@abtnode/types", | ||
"version": "1.16.37-beta-20241227-230028-f4f77779", | ||
"version": "1.16.37-beta-20250102-115729-ae7f327e", | ||
"description": "Typescript definitions generated from protobuf", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e56e0d8c525e18e6fc84fa6915a9d8cb710bb28f" | ||
"gitHead": "3f2d744095b2056010fdd1635841857a65f12232" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57738
2343