Skip to content

Commit 08c5c7b

Browse files
committed
chore: add-back-node-states
1 parent 37f73bf commit 08c5c7b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@forgerock/davinci-client': patch
3+
---
4+
5+
add-back-node-states-api

packages/davinci-client/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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;
2524
export type GetClient = ReturnType<typeof nodeSlice.selectors.selectClient>;
2625
export type StartNode = nodes.StartNode;
2726
export type ContinueNode = nodes.ContinueNode;
27+
export type NodeStates = client.FlowNode;
2828
export type ErrorNode = nodes.ErrorNode;
2929
export type SuccessNode = nodes.SuccessNode;
3030
export type FailureNode = nodes.FailureNode;

0 commit comments

Comments
 (0)