authhero 7.2.0 → 7.2.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/authhero.cjs +2 -2
- package/dist/authhero.d.ts +147 -147
- package/dist/authhero.mjs +5 -3
- package/dist/stats.html +1 -1
- package/dist/tsconfig.types.tsbuildinfo +1 -1
- package/dist/types/authentication-flows/passwordless.d.ts +2 -2
- package/dist/types/helpers/dcr/metadata-mapping.d.ts +1 -1
- package/dist/types/index.d.ts +147 -147
- package/dist/types/routes/auth-api/index.d.ts +8 -8
- package/dist/types/routes/auth-api/passwordless.d.ts +8 -8
- package/dist/types/routes/management-api/action-executions.d.ts +1 -1
- package/dist/types/routes/management-api/actions.d.ts +1 -1
- package/dist/types/routes/management-api/connections.d.ts +1 -1
- package/dist/types/routes/management-api/failed-events.d.ts +1 -1
- package/dist/types/routes/management-api/forms.d.ts +119 -119
- package/dist/types/routes/management-api/index.d.ts +133 -133
- package/dist/types/routes/management-api/logs.d.ts +3 -3
- package/dist/types/routes/management-api/organizations.d.ts +1 -1
- package/dist/types/routes/management-api/prompts.d.ts +4 -4
- package/dist/types/routes/management-api/users.d.ts +2 -2
- package/dist/types/routes/universal-login/flow-api.d.ts +12 -12
- package/dist/types/routes/universal-login/u2-index.d.ts +6 -6
- package/dist/types/routes/universal-login/u2-routes.d.ts +6 -6
- package/package.json +3 -3
package/dist/authhero.mjs
CHANGED
|
@@ -5122,7 +5122,7 @@ var Ste = (e, t) => {
|
|
|
5122
5122
|
}, co = (e, t, n, r) => {
|
|
5123
5123
|
let i = Dte(t, n, r);
|
|
5124
5124
|
e.header("Set-Cookie", i, { append: !0 });
|
|
5125
|
-
}, lo = "
|
|
5125
|
+
}, lo = "mq87hp6c", Ote = /* @__PURE__ */ p({
|
|
5126
5126
|
common: () => uo,
|
|
5127
5127
|
consent: () => fo,
|
|
5128
5128
|
default: () => bo,
|
|
@@ -53031,12 +53031,14 @@ xQ.superRefine(SQ), xQ.extend({
|
|
|
53031
53031
|
}), r.object({
|
|
53032
53032
|
binding: r.string(),
|
|
53033
53033
|
upstream_url: r.string().optional(),
|
|
53034
|
-
preserve_host: r.boolean().default(!0)
|
|
53034
|
+
preserve_host: r.boolean().default(!0),
|
|
53035
|
+
timeout_ms: r.number().int().positive().optional()
|
|
53035
53036
|
}), r.object({
|
|
53036
53037
|
binding: r.string(),
|
|
53037
53038
|
script_name: r.string(),
|
|
53038
53039
|
cpu_ms: r.number().int().positive().optional(),
|
|
53039
|
-
subrequests: r.number().int().positive().optional()
|
|
53040
|
+
subrequests: r.number().int().positive().optional(),
|
|
53041
|
+
timeout_ms: r.number().int().positive().optional()
|
|
53040
53042
|
}), r.object({
|
|
53041
53043
|
upstream_url: r.string().refine((e) => {
|
|
53042
53044
|
try {
|