@authing/react-ui-components 4.4.5 → 4.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.4.5",
3
+ "version": "4.4.6",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -237,4 +237,4 @@
237
237
  "webpack-manifest-plugin": "2.2.0",
238
238
  "workbox-webpack-plugin": "5.1.4"
239
239
  }
240
- }
240
+ }
@@ -6,4 +6,5 @@ export declare enum ChangePasswordBusinessAction {
6
6
  export declare const authFlow: (action: ChangePasswordBusinessAction, content: {
7
7
  password: string;
8
8
  oldPassword?: string;
9
+ code?: string;
9
10
  }) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ interface SendPhoneCodeProps {
3
+ publicConfig: any;
4
+ }
5
+ export declare const SendPhoneCode: (props: SendPhoneCodeProps) => JSX.Element;
6
+ export {};
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.5";
1
+ declare const _default: "4.4.6";
2
2
  export default _default;