js-bao-wss-client 2.1.2 → 2.2.0-alpha.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.
@@ -4816,6 +4816,10 @@
4816
4816
  PASSKEY_NOT_ENABLED: "PASSKEY_NOT_ENABLED",
4817
4817
  // A passkey start call named an `rpId` the app does not configure (#3024).
4818
4818
  PASSKEY_RP_NOT_CONFIGURED: "PASSKEY_RP_NOT_CONFIGURED",
4819
+ // The passkey provider returned a credential it had not verified the user
4820
+ // for, while the ceremony required verification (#3027). Actionable: ask the
4821
+ // user to try again and complete Face ID / their PIN.
4822
+ PASSKEY_USER_VERIFICATION_FAILED: "PASSKEY_USER_VERIFICATION_FAILED",
4819
4823
  MAGIC_LINK_NOT_ENABLED: "MAGIC_LINK_NOT_ENABLED",
4820
4824
  WAITLIST_ENTRY_UPDATED: "WAITLIST_ENTRY_UPDATED",
4821
4825
  // Invite-token flow (#466)
@@ -45,6 +45,7 @@ export declare const AUTH_CODES: {
45
45
  readonly TOKEN_EXPIRED: "TOKEN_EXPIRED";
46
46
  readonly PASSKEY_NOT_ENABLED: "PASSKEY_NOT_ENABLED";
47
47
  readonly PASSKEY_RP_NOT_CONFIGURED: "PASSKEY_RP_NOT_CONFIGURED";
48
+ readonly PASSKEY_USER_VERIFICATION_FAILED: "PASSKEY_USER_VERIFICATION_FAILED";
48
49
  readonly MAGIC_LINK_NOT_ENABLED: "MAGIC_LINK_NOT_ENABLED";
49
50
  readonly WAITLIST_ENTRY_UPDATED: "WAITLIST_ENTRY_UPDATED";
50
51
  readonly INVITE_TOKEN_INVALID: "INVITE_TOKEN_INVALID";
@@ -34,6 +34,10 @@ export const AUTH_CODES = {
34
34
  PASSKEY_NOT_ENABLED: "PASSKEY_NOT_ENABLED",
35
35
  // A passkey start call named an `rpId` the app does not configure (#3024).
36
36
  PASSKEY_RP_NOT_CONFIGURED: "PASSKEY_RP_NOT_CONFIGURED",
37
+ // The passkey provider returned a credential it had not verified the user
38
+ // for, while the ceremony required verification (#3027). Actionable: ask the
39
+ // user to try again and complete Face ID / their PIN.
40
+ PASSKEY_USER_VERIFICATION_FAILED: "PASSKEY_USER_VERIFICATION_FAILED",
37
41
  MAGIC_LINK_NOT_ENABLED: "MAGIC_LINK_NOT_ENABLED",
38
42
  WAITLIST_ENTRY_UPDATED: "WAITLIST_ENTRY_UPDATED",
39
43
  // Invite-token flow (#466)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "js-bao-wss-client",
3
- "version": "2.1.2",
3
+ "version": "2.2.0-alpha.1",
4
4
  "description": "Client library for js-bao-wss Yjs WebSocket service",
5
5
  "author": "Primitive LLC",
6
6
  "license": "UNLICENSED",