@authowl/core 0.20.0 → 0.21.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.
- package/dist/chunk-5NL5GJW6.js +1 -0
- package/dist/chunk-GFSJFTD7.js +1 -0
- package/dist/chunk-MW6RNUTR.js +1 -0
- package/dist/{client-N1yD-Tvm.d.cts → client-BRDFS1ln.d.cts} +125 -59
- package/dist/{client-C76hiQOA.d.ts → client-DhUE4JL1.d.ts} +125 -59
- package/dist/cookie-BqcfagTw.d.cts +30 -0
- package/dist/cookie-BqcfagTw.d.ts +30 -0
- package/dist/idempotency-DmDFUS3e.d.ts +61 -0
- package/dist/idempotency-kuv3HQVN.d.cts +61 -0
- package/dist/{index-hIdXOzRp.d.ts → index-DgVPDEYx.d.cts} +1 -1
- package/dist/{index-hIdXOzRp.d.cts → index-DgVPDEYx.d.ts} +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.d.cts +7 -8
- package/dist/index.d.ts +7 -8
- package/dist/index.js +3 -3
- package/dist/messages.cjs +1 -1
- package/dist/messages.d.cts +41 -2
- package/dist/messages.d.ts +41 -2
- package/dist/messages.js +1 -1
- package/dist/native.cjs +2 -2
- package/dist/native.d.cts +9 -4
- package/dist/native.d.ts +9 -4
- package/dist/native.js +1 -1
- package/dist/{organization-membership-B05mzhtA.d.cts → organization-membership-DSqmZLkN.d.cts} +1 -30
- package/dist/{organization-membership-B05mzhtA.d.ts → organization-membership-DSqmZLkN.d.ts} +1 -30
- package/dist/privacy.cjs +1 -0
- package/dist/privacy.d.cts +24 -0
- package/dist/privacy.d.ts +24 -0
- package/dist/privacy.js +1 -0
- package/dist/server.d.cts +3 -2
- package/dist/server.d.ts +3 -2
- package/package.json +12 -2
- package/dist/chunk-KZCWYFAX.js +0 -1
package/dist/messages.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { L as Locale } from './index-DgVPDEYx.cjs';
|
|
2
|
+
export { a as LOCALES, d as directionFor, i as isLocale } from './index-DgVPDEYx.cjs';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The English message catalog - the SOURCE OF TRUTH for message keys. Every
|
|
@@ -53,6 +53,45 @@ declare const en: {
|
|
|
53
53
|
readonly 'signUp.error.passkeyFailed': "Could not create the passkey. Try again or skip for now.";
|
|
54
54
|
readonly 'signUp.empty.unsupported': "This app uses a sign-up method that needs a newer version of the SDK.";
|
|
55
55
|
readonly 'signUp.empty.none': "No sign-up methods are enabled for this app.";
|
|
56
|
+
readonly 'privacy.dataUse': "Data use";
|
|
57
|
+
readonly 'privacy.signup.title': "Your privacy at a glance";
|
|
58
|
+
readonly 'privacy.signup.description': "Review how this app handles your information before you create an account.";
|
|
59
|
+
readonly 'privacy.signup.optional': "Optional uses";
|
|
60
|
+
readonly 'privacy.signup.choiceNote': "These choices are optional. You can change them later in your privacy center.";
|
|
61
|
+
readonly 'privacy.title': "Privacy center";
|
|
62
|
+
readonly 'privacy.description': "Control optional data use and exercise your data protection rights.";
|
|
63
|
+
readonly 'privacy.signedOut': "Sign in to manage your privacy.";
|
|
64
|
+
readonly 'privacy.on': "On";
|
|
65
|
+
readonly 'privacy.off': "Off";
|
|
66
|
+
readonly 'privacy.choices.title': "Your choices";
|
|
67
|
+
readonly 'privacy.choices.description': "Optional uses stay off unless you choose to allow them. Turning one off records your withdrawal immediately.";
|
|
68
|
+
readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
|
|
69
|
+
readonly 'privacy.rights.title': "Your data rights";
|
|
70
|
+
readonly 'privacy.rights.description': "Send a verified request directly to the organization responsible for this app.";
|
|
71
|
+
readonly 'privacy.right.access': "Get a copy of my data";
|
|
72
|
+
readonly 'privacy.right.correction': "Correct my data";
|
|
73
|
+
readonly 'privacy.right.portability': "Export my data";
|
|
74
|
+
readonly 'privacy.right.erasure': "Delete my data";
|
|
75
|
+
readonly 'privacy.right.restriction': "Restrict processing";
|
|
76
|
+
readonly 'privacy.right.objection': "Object to processing";
|
|
77
|
+
readonly 'privacy.right.consentWithdrawal': "Withdraw all consent";
|
|
78
|
+
readonly 'privacy.requests.title': "Request history";
|
|
79
|
+
readonly 'privacy.requests.description': "Track every privacy request from receipt through completion.";
|
|
80
|
+
readonly 'privacy.requests.empty': "You have not submitted a privacy request yet.";
|
|
81
|
+
readonly 'privacy.notices.title': "Privacy notices";
|
|
82
|
+
readonly 'privacy.notices.description': "Read the current information about how this app handles personal data.";
|
|
83
|
+
readonly 'privacy.state.identityPending': "Identity check";
|
|
84
|
+
readonly 'privacy.state.received': "Received";
|
|
85
|
+
readonly 'privacy.state.inProgress': "In progress";
|
|
86
|
+
readonly 'privacy.state.restricted': "Restricted";
|
|
87
|
+
readonly 'privacy.state.completed': "Completed";
|
|
88
|
+
readonly 'privacy.state.denied': "Denied";
|
|
89
|
+
readonly 'privacy.state.withdrawn': "Withdrawn";
|
|
90
|
+
readonly 'privacy.error.load': "Could not load your privacy center.";
|
|
91
|
+
readonly 'privacy.error.save': "Could not save your privacy choice.";
|
|
92
|
+
readonly 'privacy.error.request': "Could not submit your privacy request.";
|
|
93
|
+
readonly 'privacy.error.unavailable': "This privacy choice is missing its current notice. Contact the app owner.";
|
|
94
|
+
readonly 'userProfile.nav.privacy': "Privacy";
|
|
56
95
|
readonly 'waitlist.title': "Join the waitlist";
|
|
57
96
|
readonly 'waitlist.description': "Enter your email and we will let you know when access is available.";
|
|
58
97
|
readonly 'waitlist.submit': "Join waitlist";
|
package/dist/messages.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { L as Locale } from './index-DgVPDEYx.js';
|
|
2
|
+
export { a as LOCALES, d as directionFor, i as isLocale } from './index-DgVPDEYx.js';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* The English message catalog - the SOURCE OF TRUTH for message keys. Every
|
|
@@ -53,6 +53,45 @@ declare const en: {
|
|
|
53
53
|
readonly 'signUp.error.passkeyFailed': "Could not create the passkey. Try again or skip for now.";
|
|
54
54
|
readonly 'signUp.empty.unsupported': "This app uses a sign-up method that needs a newer version of the SDK.";
|
|
55
55
|
readonly 'signUp.empty.none': "No sign-up methods are enabled for this app.";
|
|
56
|
+
readonly 'privacy.dataUse': "Data use";
|
|
57
|
+
readonly 'privacy.signup.title': "Your privacy at a glance";
|
|
58
|
+
readonly 'privacy.signup.description': "Review how this app handles your information before you create an account.";
|
|
59
|
+
readonly 'privacy.signup.optional': "Optional uses";
|
|
60
|
+
readonly 'privacy.signup.choiceNote': "These choices are optional. You can change them later in your privacy center.";
|
|
61
|
+
readonly 'privacy.title': "Privacy center";
|
|
62
|
+
readonly 'privacy.description': "Control optional data use and exercise your data protection rights.";
|
|
63
|
+
readonly 'privacy.signedOut': "Sign in to manage your privacy.";
|
|
64
|
+
readonly 'privacy.on': "On";
|
|
65
|
+
readonly 'privacy.off': "Off";
|
|
66
|
+
readonly 'privacy.choices.title': "Your choices";
|
|
67
|
+
readonly 'privacy.choices.description': "Optional uses stay off unless you choose to allow them. Turning one off records your withdrawal immediately.";
|
|
68
|
+
readonly 'privacy.choices.empty': "This app has no optional consent-based uses.";
|
|
69
|
+
readonly 'privacy.rights.title': "Your data rights";
|
|
70
|
+
readonly 'privacy.rights.description': "Send a verified request directly to the organization responsible for this app.";
|
|
71
|
+
readonly 'privacy.right.access': "Get a copy of my data";
|
|
72
|
+
readonly 'privacy.right.correction': "Correct my data";
|
|
73
|
+
readonly 'privacy.right.portability': "Export my data";
|
|
74
|
+
readonly 'privacy.right.erasure': "Delete my data";
|
|
75
|
+
readonly 'privacy.right.restriction': "Restrict processing";
|
|
76
|
+
readonly 'privacy.right.objection': "Object to processing";
|
|
77
|
+
readonly 'privacy.right.consentWithdrawal': "Withdraw all consent";
|
|
78
|
+
readonly 'privacy.requests.title': "Request history";
|
|
79
|
+
readonly 'privacy.requests.description': "Track every privacy request from receipt through completion.";
|
|
80
|
+
readonly 'privacy.requests.empty': "You have not submitted a privacy request yet.";
|
|
81
|
+
readonly 'privacy.notices.title': "Privacy notices";
|
|
82
|
+
readonly 'privacy.notices.description': "Read the current information about how this app handles personal data.";
|
|
83
|
+
readonly 'privacy.state.identityPending': "Identity check";
|
|
84
|
+
readonly 'privacy.state.received': "Received";
|
|
85
|
+
readonly 'privacy.state.inProgress': "In progress";
|
|
86
|
+
readonly 'privacy.state.restricted': "Restricted";
|
|
87
|
+
readonly 'privacy.state.completed': "Completed";
|
|
88
|
+
readonly 'privacy.state.denied': "Denied";
|
|
89
|
+
readonly 'privacy.state.withdrawn': "Withdrawn";
|
|
90
|
+
readonly 'privacy.error.load': "Could not load your privacy center.";
|
|
91
|
+
readonly 'privacy.error.save': "Could not save your privacy choice.";
|
|
92
|
+
readonly 'privacy.error.request': "Could not submit your privacy request.";
|
|
93
|
+
readonly 'privacy.error.unavailable': "This privacy choice is missing its current notice. Contact the app owner.";
|
|
94
|
+
readonly 'userProfile.nav.privacy': "Privacy";
|
|
56
95
|
readonly 'waitlist.title': "Join the waitlist";
|
|
57
96
|
readonly 'waitlist.description': "Enter your email and we will let you know when access is available.";
|
|
58
97
|
readonly 'waitlist.submit': "Join waitlist";
|