@authowl/core 0.23.0 → 0.24.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.
@@ -22,6 +22,7 @@ declare const en: {
22
22
  readonly 'common.working': "Working…";
23
23
  readonly 'common.loading': "Loading…";
24
24
  readonly 'common.continue': "Continue";
25
+ readonly 'common.cancel': "Cancel";
25
26
  readonly 'common.error.passwordTooShort': "Password must be at least {min} characters.";
26
27
  readonly 'publicConfig.error.title': "Authentication is temporarily unavailable";
27
28
  readonly 'publicConfig.error.description': "We couldn't load this app's sign-in settings. Check your connection and try again.";
@@ -68,6 +69,7 @@ declare const en: {
68
69
  readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
69
70
  readonly 'privacy.rights.title': "Your data rights";
70
71
  readonly 'privacy.rights.description': "Send a verified request directly to the organization responsible for this app.";
72
+ readonly 'privacy.rights.unavailable': "This app is not accepting data rights requests yet.";
71
73
  readonly 'privacy.right.access': "Get a copy of my data";
72
74
  readonly 'privacy.right.correction': "Correct my data";
73
75
  readonly 'privacy.right.portability': "Export my data";
@@ -133,6 +135,11 @@ declare const en: {
133
135
  readonly 'passkey.signInButton': "Sign in with a passkey";
134
136
  readonly 'passkey.waiting': "Waiting for passkey…";
135
137
  readonly 'passkey.error.signInFailed': "Passkey sign-in failed.";
138
+ readonly 'passkeyOffer.title': "Skip the password next time";
139
+ readonly 'passkeyOffer.description': "Add a passkey to this device and sign in with your fingerprint, face, or device lock.";
140
+ readonly 'passkeyOffer.submit': "Add a passkey";
141
+ readonly 'passkeyOffer.skip': "Not now";
142
+ readonly 'passkeyOffer.error': "Could not add the passkey. Try again, or continue without one.";
136
143
  readonly 'forgotPassword.sent': "If an account exists for {email}, we've sent a link to reset your password.";
137
144
  readonly 'forgotPassword.backToSignIn': "Back to sign in";
138
145
  readonly 'forgotPassword.submit': "Email me a reset link";
@@ -177,6 +184,7 @@ declare const en: {
177
184
  readonly 'mfaGate.title': "Two-factor setup required";
178
185
  readonly 'mfaGate.body': "This app requires two-factor authentication. Set it up to continue.";
179
186
  readonly 'mfa.challenge.title': "Two-factor verification";
187
+ readonly 'mfa.stepUp.title': "Confirm this change with your authenticator";
180
188
  readonly 'mfa.challenge.totpHint': "Enter the 6-digit code from your authenticator app.";
181
189
  readonly 'mfa.challenge.backupHint': "Enter one of your saved backup codes.";
182
190
  readonly 'mfa.challenge.totpLabel': "Authentication code";
@@ -439,6 +447,10 @@ declare const en: {
439
447
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
440
448
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
441
449
  readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
450
+ readonly 'serverError.RIGHTS_INTAKE_UNAVAILABLE': "This app is not accepting data rights requests yet.";
451
+ readonly 'serverError.RIGHT_NOT_CONFIGURED': "This request type is not available for this app yet.";
452
+ readonly 'serverError.RIGHTS_REQUEST_FAILED': "We could not submit that request. Please try again.";
453
+ readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
442
454
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
443
455
  readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
444
456
  readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";
@@ -22,6 +22,7 @@ declare const en: {
22
22
  readonly 'common.working': "Working…";
23
23
  readonly 'common.loading': "Loading…";
24
24
  readonly 'common.continue': "Continue";
25
+ readonly 'common.cancel': "Cancel";
25
26
  readonly 'common.error.passwordTooShort': "Password must be at least {min} characters.";
26
27
  readonly 'publicConfig.error.title': "Authentication is temporarily unavailable";
27
28
  readonly 'publicConfig.error.description': "We couldn't load this app's sign-in settings. Check your connection and try again.";
@@ -68,6 +69,7 @@ declare const en: {
68
69
  readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
69
70
  readonly 'privacy.rights.title': "Your data rights";
70
71
  readonly 'privacy.rights.description': "Send a verified request directly to the organization responsible for this app.";
72
+ readonly 'privacy.rights.unavailable': "This app is not accepting data rights requests yet.";
71
73
  readonly 'privacy.right.access': "Get a copy of my data";
72
74
  readonly 'privacy.right.correction': "Correct my data";
73
75
  readonly 'privacy.right.portability': "Export my data";
@@ -133,6 +135,11 @@ declare const en: {
133
135
  readonly 'passkey.signInButton': "Sign in with a passkey";
134
136
  readonly 'passkey.waiting': "Waiting for passkey…";
135
137
  readonly 'passkey.error.signInFailed': "Passkey sign-in failed.";
138
+ readonly 'passkeyOffer.title': "Skip the password next time";
139
+ readonly 'passkeyOffer.description': "Add a passkey to this device and sign in with your fingerprint, face, or device lock.";
140
+ readonly 'passkeyOffer.submit': "Add a passkey";
141
+ readonly 'passkeyOffer.skip': "Not now";
142
+ readonly 'passkeyOffer.error': "Could not add the passkey. Try again, or continue without one.";
136
143
  readonly 'forgotPassword.sent': "If an account exists for {email}, we've sent a link to reset your password.";
137
144
  readonly 'forgotPassword.backToSignIn': "Back to sign in";
138
145
  readonly 'forgotPassword.submit': "Email me a reset link";
@@ -177,6 +184,7 @@ declare const en: {
177
184
  readonly 'mfaGate.title': "Two-factor setup required";
178
185
  readonly 'mfaGate.body': "This app requires two-factor authentication. Set it up to continue.";
179
186
  readonly 'mfa.challenge.title': "Two-factor verification";
187
+ readonly 'mfa.stepUp.title': "Confirm this change with your authenticator";
180
188
  readonly 'mfa.challenge.totpHint': "Enter the 6-digit code from your authenticator app.";
181
189
  readonly 'mfa.challenge.backupHint': "Enter one of your saved backup codes.";
182
190
  readonly 'mfa.challenge.totpLabel': "Authentication code";
@@ -439,6 +447,10 @@ declare const en: {
439
447
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
440
448
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
441
449
  readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
450
+ readonly 'serverError.RIGHTS_INTAKE_UNAVAILABLE': "This app is not accepting data rights requests yet.";
451
+ readonly 'serverError.RIGHT_NOT_CONFIGURED': "This request type is not available for this app yet.";
452
+ readonly 'serverError.RIGHTS_REQUEST_FAILED': "We could not submit that request. Please try again.";
453
+ readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
442
454
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
443
455
  readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
444
456
  readonly 'serverError.RATE_LIMITED.retryIn': "Too many attempts. Try again in {duration}.";