@signalapp/libsignal-client 0.72.0 → 0.72.1
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/Native.d.ts +1 -1
- package/dist/acknowledgments.md +2 -2
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/darwin-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/linux-x64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-arm64/@signalapp+libsignal-client.node +0 -0
- package/prebuilds/win32-x64/@signalapp+libsignal-client.node +0 -0
package/Native.d.ts
CHANGED
|
@@ -465,7 +465,7 @@ export function RegisterAccountResponse_GetReregistration(response: Wrapper<Regi
|
|
|
465
465
|
export function RegisterAccountResponse_GetStorageCapable(response: Wrapper<RegisterAccountResponse>): boolean;
|
|
466
466
|
export function RegisterAccountResponse_GetUsernameHash(response: Wrapper<RegisterAccountResponse>): Buffer | null;
|
|
467
467
|
export function RegisterAccountResponse_GetUsernameLinkHandle(response: Wrapper<RegisterAccountResponse>): Uuid | null;
|
|
468
|
-
export function RegistrationAccountAttributes_Create(recoveryPassword: Buffer, aciRegistrationId: number, pniRegistrationId: number, registrationLock: string | null, unidentifiedAccessKey: Buffer
|
|
468
|
+
export function RegistrationAccountAttributes_Create(recoveryPassword: Buffer, aciRegistrationId: number, pniRegistrationId: number, registrationLock: string | null, unidentifiedAccessKey: Buffer, unrestrictedUnidentifiedAccess: boolean, capabilities: string[], discoverableByPhoneNumber: boolean): RegistrationAccountAttributes;
|
|
469
469
|
export function RegistrationService_CheckSvr2Credentials(asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, svrTokens: string[]): CancellablePromise<CheckSvr2CredentialsResponse>;
|
|
470
470
|
export function RegistrationService_CreateSession(asyncRuntime: Wrapper<TokioAsyncContext>, createSession: RegistrationCreateSessionRequest, connectChat: ConnectChatBridge): CancellablePromise<RegistrationService>;
|
|
471
471
|
export function RegistrationService_RegisterAccount(asyncRuntime: Wrapper<TokioAsyncContext>, service: Wrapper<RegistrationService>, registerAccount: Wrapper<RegisterAccountRequest>, accountAttributes: Wrapper<RegistrationAccountAttributes>): CancellablePromise<RegisterAccountResponse>;
|
package/dist/acknowledgments.md
CHANGED
|
@@ -4503,7 +4503,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4503
4503
|
|
|
4504
4504
|
```
|
|
4505
4505
|
|
|
4506
|
-
## tungstenite 0.21.0, tungstenite 0.
|
|
4506
|
+
## tungstenite 0.21.0, tungstenite 0.26.2
|
|
4507
4507
|
|
|
4508
4508
|
```
|
|
4509
4509
|
Copyright (c) 2017 Alexey Galakhov
|
|
@@ -4622,7 +4622,7 @@ DEALINGS IN THE SOFTWARE.
|
|
|
4622
4622
|
|
|
4623
4623
|
```
|
|
4624
4624
|
|
|
4625
|
-
## tokio-tungstenite 0.21.0, tokio-tungstenite 0.
|
|
4625
|
+
## tokio-tungstenite 0.21.0, tokio-tungstenite 0.26.2
|
|
4626
4626
|
|
|
4627
4627
|
```
|
|
4628
4628
|
Copyright (c) 2017 Daniel Abramov
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|