@abraca/dabra 2.0.9 → 2.0.10
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.
package/dist/index.d.ts
CHANGED
|
@@ -315,7 +315,8 @@ declare class AbracadabraClient {
|
|
|
315
315
|
deviceName?: string;
|
|
316
316
|
displayName?: string;
|
|
317
317
|
email?: string;
|
|
318
|
-
inviteCode?: string;
|
|
318
|
+
inviteCode?: string; /** X25519 encryption public key paired with the Ed25519 identity key. Required for E2E channels. */
|
|
319
|
+
x25519Key?: string;
|
|
319
320
|
}): Promise<UserProfile>;
|
|
320
321
|
/** Login with username + password. Auto-persists returned token. */
|
|
321
322
|
login(opts: {
|