@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.
- package/dist/chunk-QC2AVTUB.js +1 -0
- package/dist/{config-ZhNp65dI.d.cts → config-Chtx47rL.d.cts} +19 -2
- package/dist/{config-ZhNp65dI.d.ts → config-Chtx47rL.d.ts} +19 -2
- package/dist/{idempotency-BbNZaxT8.d.ts → idempotency-Benjy1FL.d.ts} +2 -2
- package/dist/{idempotency-CG0ZpMnW.d.cts → idempotency-rqL0wN3c.d.cts} +2 -2
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/messages.cjs +1 -1
- package/dist/messages.d.cts +5 -0
- package/dist/messages.d.ts +5 -0
- package/dist/messages.js +1 -1
- package/dist/native.cjs +2 -2
- package/dist/native.d.cts +5 -5
- package/dist/native.d.ts +5 -5
- package/dist/native.js +1 -1
- package/dist/privacy.d.cts +2 -2
- package/dist/privacy.d.ts +2 -2
- package/dist/{public-config-BfuiC8Ph.d.ts → public-config-B7Tth7Cs.d.ts} +12 -1
- package/dist/{public-config-DdTDwDF7.d.cts → public-config-DwlH-HqZ.d.cts} +12 -1
- package/dist/server.d.cts +2 -2
- package/dist/server.d.ts +2 -2
- package/package.json +1 -1
- package/dist/chunk-LBCOMERN.js +0 -1
package/dist/messages.d.cts
CHANGED
|
@@ -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.";
|
package/dist/messages.d.ts
CHANGED
|
@@ -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.";
|