authhero 0.215.0 → 0.217.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 +48 -48
- package/dist/authhero.d.ts +2 -4
- package/dist/authhero.mjs +3485 -3536
- package/package.json +2 -2
package/dist/authhero.d.ts
CHANGED
|
@@ -22516,8 +22516,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
22516
22516
|
};
|
|
22517
22517
|
} & {
|
|
22518
22518
|
form: {
|
|
22519
|
-
action: "unlink_account"
|
|
22520
|
-
email?: string | undefined;
|
|
22519
|
+
action: "unlink_account";
|
|
22521
22520
|
user_id?: string | undefined;
|
|
22522
22521
|
provider?: string | undefined;
|
|
22523
22522
|
};
|
|
@@ -22532,8 +22531,7 @@ export declare function init(config: AuthHeroConfig): {
|
|
|
22532
22531
|
};
|
|
22533
22532
|
} & {
|
|
22534
22533
|
form: {
|
|
22535
|
-
action: "unlink_account"
|
|
22536
|
-
email?: string | undefined;
|
|
22534
|
+
action: "unlink_account";
|
|
22537
22535
|
user_id?: string | undefined;
|
|
22538
22536
|
provider?: string | undefined;
|
|
22539
22537
|
};
|