File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/davinci-client/src Expand file tree Collapse file tree 2 files changed +7
-3
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.
@@ -28,7 +27,7 @@ export type ContinueNode = nodes.ContinueNode;
2827export type ErrorNode = nodes . ErrorNode ;
2928export type SuccessNode = nodes . SuccessNode ;
3029export type FailureNode = nodes . FailureNode ;
31-
30+ export type NodeStates = ContinueNode | ErrorNode | StartNode | SuccessNode | FailureNode ;
3231export type Collectors = nodes . Collectors ;
3332export type DaVinciValidationError = nodes . DaVinciError ;
3433
You can’t perform that action at this time.
0 commit comments