@authing/react-ui-components 4.4.1-alpha.6 → 4.4.1-alpha.8

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.1-alpha.6",
3
+ "version": "4.4.1-alpha.8",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -336,4 +336,5 @@ export interface ApplicationConfig {
336
336
  userpoolRobotVerify: 'always_enable' | 'disable' | 'condition_set';
337
337
  enabledLoginAuthnWorkflow: boolean;
338
338
  enabledRegistryAuthnWorkflow: boolean;
339
+ enabledResetPwdAuthnWorkflow: boolean;
339
340
  }
@@ -27,6 +27,7 @@ export interface AuthingResponse<T = any> {
27
27
  message?: string;
28
28
  flowHandle?: string;
29
29
  workflowInstanceId?: string;
30
+ taskName?: string;
30
31
  }
31
32
  export interface AuthingGuardResponse<T = any> extends AuthingResponse<T> {
32
33
  onGuardHandling?: () => CodeAction;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.4.1-alpha.6";
1
+ declare const _default: "4.4.1-alpha.8";
2
2
  export default _default;