File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/davinci-client/src Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @forgerock/davinci-client ' : patch
3+ ---
4+
5+ add-back-node-states-api
Original file line number Diff line number Diff line change 1- /*
2- * Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
1+ /* Copyright (c) 2025 Ping Identity Corporation. All rights reserved.
32 *
43 * This software may be modified and distributed under the terms
54 * of the MIT license. See the LICENSE file for details.
@@ -25,6 +24,7 @@ export type Validator = client.Validator;
2524export type GetClient = ReturnType < typeof nodeSlice . selectors . selectClient > ;
2625export type StartNode = nodes . StartNode ;
2726export type ContinueNode = nodes . ContinueNode ;
27+ export type NodeStates = client . FlowNode ;
2828export type ErrorNode = nodes . ErrorNode ;
2929export type SuccessNode = nodes . SuccessNode ;
3030export type FailureNode = nodes . FailureNode ;
You can’t perform that action at this time.
0 commit comments