@xmtp/proto
Advanced tools
Comparing version 3.45.0 to 3.46.0
{ | ||
"name": "@xmtp/proto", | ||
"version": "3.45.0", | ||
"version": "3.46.0", | ||
"description": "Protobuf client and generated classes for GRPC API", | ||
@@ -5,0 +5,0 @@ "main": "./ts/dist/cjs/node.js", |
@@ -42,5 +42,11 @@ import Long from "long"; | ||
ciphertext: Ciphertext | undefined; | ||
/** HMAC of the message ciphertext, with the HMAC key derived from the topic key */ | ||
/** | ||
* HMAC of the message ciphertext, with the HMAC key derived from the topic | ||
* key | ||
*/ | ||
senderHmac?: Uint8Array | undefined; | ||
/** Flag indicating whether the message should be pushed from a notification server */ | ||
/** | ||
* Flag indicating whether the message should be pushed from a notification | ||
* server | ||
*/ | ||
shouldPush?: boolean | undefined; | ||
@@ -47,0 +53,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1936928
30720