@juhuu/sdk-ts 1.2.201 → 1.2.202
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/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3593,6 +3593,8 @@ declare namespace JUHUU {
|
|
3593
3593
|
startNode: FlowBlock;
|
3594
3594
|
nodeArray: FlowBlock[];
|
3595
3595
|
edgeArray: FlowEdge[];
|
3596
|
+
propertyId: string;
|
3597
|
+
exectionEnvironmentArray: ("dashboard" | "app" | "backend")[];
|
3596
3598
|
status: FlowStatus;
|
3597
3599
|
errorMessage: string | null;
|
3598
3600
|
};
|
package/dist/index.d.ts
CHANGED
@@ -3593,6 +3593,8 @@ declare namespace JUHUU {
|
|
3593
3593
|
startNode: FlowBlock;
|
3594
3594
|
nodeArray: FlowBlock[];
|
3595
3595
|
edgeArray: FlowEdge[];
|
3596
|
+
propertyId: string;
|
3597
|
+
exectionEnvironmentArray: ("dashboard" | "app" | "backend")[];
|
3596
3598
|
status: FlowStatus;
|
3597
3599
|
errorMessage: string | null;
|
3598
3600
|
};
|