@authowl/core 0.24.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.
@@ -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";
@@ -446,6 +447,9 @@ declare const en: {
446
447
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
447
448
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
448
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.";
449
453
  readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
450
454
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
451
455
  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";
@@ -446,6 +447,9 @@ declare const en: {
446
447
  readonly 'serverError.SSO_EMAIL_DOMAIN_MISMATCH': "This identity provider is not authorized for that email domain.";
447
448
  readonly 'serverError.MFA_ENROLLMENT_REQUIRED': "Finish setting up two-factor authentication to continue.";
448
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.";
449
453
  readonly 'serverError.SECOND_FACTOR_REQUIRED': "Confirm with a code from your authenticator app, or a backup code.";
450
454
  readonly 'serverError.TOO_MANY_ATTEMPTS': "Too many attempts. Try again shortly.";
451
455
  readonly 'serverError.ACCOUNT_TEMPORARILY_LOCKED': "Your account is temporarily locked. Try again shortly.";