@unicitylabs/sphere-sdk 0.6.3 → 0.6.5

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.
@@ -1780,6 +1780,14 @@ declare class MultiAddressTransportMux {
1780
1780
  * Create and publish a NIP-17 gift wrap message for a specific address.
1781
1781
  */
1782
1782
  sendGiftWrap(addressIndex: number, recipientPubkey: string, content: string): Promise<string>;
1783
+ /**
1784
+ * Send a NIP-17 read receipt (kind 15) for a specific address.
1785
+ */
1786
+ sendReadReceipt(addressIndex: number, recipientPubkey: string, messageEventId: string): Promise<void>;
1787
+ /**
1788
+ * Send a composing indicator (kind 25050) gift wrap for a specific address.
1789
+ */
1790
+ sendComposingIndicator(addressIndex: number, recipientPubkey: string, content: string): Promise<void>;
1783
1791
  /**
1784
1792
  * Publish a raw event (e.g., identity binding, broadcast).
1785
1793
  */
@@ -1780,6 +1780,14 @@ declare class MultiAddressTransportMux {
1780
1780
  * Create and publish a NIP-17 gift wrap message for a specific address.
1781
1781
  */
1782
1782
  sendGiftWrap(addressIndex: number, recipientPubkey: string, content: string): Promise<string>;
1783
+ /**
1784
+ * Send a NIP-17 read receipt (kind 15) for a specific address.
1785
+ */
1786
+ sendReadReceipt(addressIndex: number, recipientPubkey: string, messageEventId: string): Promise<void>;
1787
+ /**
1788
+ * Send a composing indicator (kind 25050) gift wrap for a specific address.
1789
+ */
1790
+ sendComposingIndicator(addressIndex: number, recipientPubkey: string, content: string): Promise<void>;
1783
1791
  /**
1784
1792
  * Publish a raw event (e.g., identity binding, broadcast).
1785
1793
  */