authhero 0.32.0 → 0.32.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 +7 -7
- package/dist/authhero.d.ts +7 -13
- package/dist/authhero.mjs +361 -361
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -2501,10 +2501,7 @@ declare const LogType: z.ZodEnum<[
|
|
|
2501
2501
|
"ss",
|
|
2502
2502
|
"ssa",
|
|
2503
2503
|
"sv",
|
|
2504
|
-
"svr"
|
|
2505
|
-
"limit_wc",
|
|
2506
|
-
"limit_sul",
|
|
2507
|
-
"limit_mu"
|
|
2504
|
+
"svr"
|
|
2508
2505
|
]>;
|
|
2509
2506
|
type LogType$1 = z.infer<typeof LogType>;
|
|
2510
2507
|
export declare const Auth0Client: z.ZodObject<{
|
|
@@ -2555,10 +2552,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
2555
2552
|
"ss",
|
|
2556
2553
|
"ssa",
|
|
2557
2554
|
"sv",
|
|
2558
|
-
"svr"
|
|
2559
|
-
"limit_wc",
|
|
2560
|
-
"limit_sul",
|
|
2561
|
-
"limit_mu"
|
|
2555
|
+
"svr"
|
|
2562
2556
|
]>;
|
|
2563
2557
|
date: z.ZodString;
|
|
2564
2558
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -2603,7 +2597,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
2603
2597
|
} | undefined;
|
|
2604
2598
|
}>>;
|
|
2605
2599
|
}, "strip", z.ZodTypeAny, {
|
|
2606
|
-
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls"
|
|
2600
|
+
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
|
|
2607
2601
|
date: string;
|
|
2608
2602
|
ip: string;
|
|
2609
2603
|
user_agent: string;
|
|
@@ -2631,7 +2625,7 @@ export declare const logSchema: z.ZodObject<{
|
|
|
2631
2625
|
} | undefined;
|
|
2632
2626
|
} | undefined;
|
|
2633
2627
|
}, {
|
|
2634
|
-
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls"
|
|
2628
|
+
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
|
|
2635
2629
|
date: string;
|
|
2636
2630
|
ip: string;
|
|
2637
2631
|
user_agent: string;
|
|
@@ -4948,7 +4942,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4948
4942
|
};
|
|
4949
4943
|
};
|
|
4950
4944
|
output: {
|
|
4951
|
-
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls"
|
|
4945
|
+
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
|
|
4952
4946
|
date: string;
|
|
4953
4947
|
ip: string;
|
|
4954
4948
|
user_agent: string;
|
|
@@ -4980,7 +4974,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
4980
4974
|
limit: number;
|
|
4981
4975
|
length: number;
|
|
4982
4976
|
logs: {
|
|
4983
|
-
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls"
|
|
4977
|
+
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
|
|
4984
4978
|
date: string;
|
|
4985
4979
|
ip: string;
|
|
4986
4980
|
user_agent: string;
|
|
@@ -5026,7 +5020,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
5026
5020
|
};
|
|
5027
5021
|
};
|
|
5028
5022
|
output: {
|
|
5029
|
-
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls"
|
|
5023
|
+
type: "fsa" | "fs" | "f" | "fp" | "fcp" | "fc" | "fu" | "fh" | "fcoa" | "sapi" | "scp" | "scpr" | "scu" | "scoa" | "seacft" | "serft" | "s" | "slo" | "ss" | "ssa" | "sv" | "svr" | "cls";
|
|
5030
5024
|
date: string;
|
|
5031
5025
|
ip: string;
|
|
5032
5026
|
user_agent: string;
|