@authowl/core 0.24.0 → 0.24.2

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.
@@ -69,6 +69,7 @@ declare const en: {
69
69
  readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
70
70
  readonly 'privacy.rights.title': "Your data rights";
71
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.";
72
73
  readonly 'privacy.right.access': "Get a copy of my data";
73
74
  readonly 'privacy.right.correction': "Correct my data";
74
75
  readonly 'privacy.right.portability': "Export my data";
@@ -213,6 +214,7 @@ declare const en: {
213
214
  readonly 'passkeys.remove': "Remove";
214
215
  readonly 'passkeys.removeConfirm': "Remove {name} from this account?";
215
216
  readonly 'passkeys.add': "Add a passkey";
217
+ readonly 'passkeys.addElsewhere': "Passkeys for this account are added on {domain}.";
216
218
  readonly 'passkeys.renamePrompt': "Passkey name";
217
219
  readonly 'passkeys.error.loadFailed': "Could not load passkeys.";
218
220
  readonly 'passkeys.error.renameFailed': "Could not rename the passkey.";
@@ -446,6 +448,9 @@ declare const en: {
446
448
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
447
449
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
448
450
  readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
451
+ readonly 'serverError.RIGHTS_INTAKE_UNAVAILABLE': "This app is not accepting data rights requests yet.";
452
+ readonly 'serverError.RIGHT_NOT_CONFIGURED': "This request type is not available for this app yet.";
453
+ readonly 'serverError.RIGHTS_REQUEST_FAILED': "We could not submit that request. Please try again.";
449
454
  readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
450
455
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
451
456
  readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";
@@ -69,6 +69,7 @@ declare const en: {
69
69
  readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
70
70
  readonly 'privacy.rights.title': "Your data rights";
71
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.";
72
73
  readonly 'privacy.right.access': "Get a copy of my data";
73
74
  readonly 'privacy.right.correction': "Correct my data";
74
75
  readonly 'privacy.right.portability': "Export my data";
@@ -213,6 +214,7 @@ declare const en: {
213
214
  readonly 'passkeys.remove': "Remove";
214
215
  readonly 'passkeys.removeConfirm': "Remove {name} from this account?";
215
216
  readonly 'passkeys.add': "Add a passkey";
217
+ readonly 'passkeys.addElsewhere': "Passkeys for this account are added on {domain}.";
216
218
  readonly 'passkeys.renamePrompt': "Passkey name";
217
219
  readonly 'passkeys.error.loadFailed': "Could not load passkeys.";
218
220
  readonly 'passkeys.error.renameFailed': "Could not rename the passkey.";
@@ -446,6 +448,9 @@ declare const en: {
446
448
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
447
449
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
448
450
  readonly 'serverError.EMAIL_OTP_RECOVERY_DISABLED': "Use TOTP or a backup code.";
451
+ readonly 'serverError.RIGHTS_INTAKE_UNAVAILABLE': "This app is not accepting data rights requests yet.";
452
+ readonly 'serverError.RIGHT_NOT_CONFIGURED': "This request type is not available for this app yet.";
453
+ readonly 'serverError.RIGHTS_REQUEST_FAILED': "We could not submit that request. Please try again.";
449
454
  readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
450
455
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
451
456
  readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";