authhero 0.113.0 → 0.115.0
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 +27 -27
- package/dist/authhero.d.ts +2 -2
- package/dist/authhero.mjs +1796 -1814
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -5139,7 +5139,7 @@ type Props$4 = {
|
|
|
5139
5139
|
client: Client;
|
|
5140
5140
|
impersonation?: boolean;
|
|
5141
5141
|
};
|
|
5142
|
-
export declare const
|
|
5142
|
+
export declare const IdentifierPage: FC<Props$4>;
|
|
5143
5143
|
type Props$5 = {
|
|
5144
5144
|
error?: string;
|
|
5145
5145
|
vendorSettings: VendorSettings;
|
|
@@ -8066,7 +8066,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
8066
8066
|
status: 200;
|
|
8067
8067
|
};
|
|
8068
8068
|
};
|
|
8069
|
-
}, "/
|
|
8069
|
+
}, "/login/identifier"> & import("hono/types").MergeSchemaPath<{
|
|
8070
8070
|
"/": {
|
|
8071
8071
|
$get: {
|
|
8072
8072
|
input: {
|