@xmtp/xmtp-js
Advanced tools
Comparing version 11.3.0-beta.4 to 11.3.0-beta.5
@@ -692,6 +692,14 @@ import { signature, publicKey, ciphertext, privateKey, authn, keystore, invitation, messageApi, content, message } from '@xmtp/proto'; | ||
addresses: Set<string>; | ||
/** | ||
* XMTP client | ||
*/ | ||
client: Client; | ||
/** | ||
* The last time the consent list was synced | ||
*/ | ||
lastSyncedAt?: Date; | ||
private consentList; | ||
client: Client; | ||
constructor(client: Client); | ||
refreshConsentList(startTime?: Date): Promise<void>; | ||
loadConsentList(startTime?: Date): Promise<void>; | ||
refreshConsentList(): Promise<void>; | ||
isAllowed(address: string): boolean; | ||
@@ -698,0 +706,0 @@ isBlocked(address: string): boolean; |
{ | ||
"name": "@xmtp/xmtp-js", | ||
"version": "11.3.0-beta.4", | ||
"version": "11.3.0-beta.5", | ||
"description": "XMTP client SDK for interacting with XMTP networks.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1886283
14570