diff --git a/lib/types/identity-service-types.js b/lib/types/identity-service-types.js --- a/lib/types/identity-service-types.js +++ b/lib/types/identity-service-types.js @@ -125,6 +125,8 @@ siweMessage: string, siweSignature: string, ) => Promise<IdentityAuthResult>; + // on native, publishing prekeys to Identity is called directly from C++, + // there is no need to expose it to JS +publishWebPrekeys?: (prekeys: SignedPrekeys) => Promise<void>; }