@authing/guard-shim-react 4.5.0-alpha.4 → 4.5.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/guard.min.css +1 -1
- package/dist/guard.min.js +246 -245
- package/dist/typings/src/ChangePassword/businessRequest.d.ts +1 -0
- package/dist/typings/src/ChangePassword/core/SendPhoneCode.d.ts +5 -0
- package/dist/typings/src/Register/utils.d.ts +1 -1
- package/dist/typings/src/Type/application.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useIsChangeComplete: (currentMode: 'phone' | 'email') => boolean;
|
|
1
|
+
export declare const useIsChangeComplete: (currentMode: 'phone' | 'email' | string) => boolean;
|
package/package.json
CHANGED