@elyx-code/project-logic-tree 0.0.6410 → 0.0.6412
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.ts +16 -8
- package/dist/index.js +11213 -11203
- package/dist/index.umd.cjs +93 -93
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1229,6 +1229,22 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1229
1229
|
};
|
|
1230
1230
|
};
|
|
1231
1231
|
};
|
|
1232
|
+
wait: {
|
|
1233
|
+
id: ExecutionOperations;
|
|
1234
|
+
inputs: {
|
|
1235
|
+
duration: {
|
|
1236
|
+
id: string;
|
|
1237
|
+
dataType: {
|
|
1238
|
+
id: string;
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
};
|
|
1242
|
+
outputs: {
|
|
1243
|
+
error: {
|
|
1244
|
+
id: string;
|
|
1245
|
+
};
|
|
1246
|
+
};
|
|
1247
|
+
};
|
|
1232
1248
|
};
|
|
1233
1249
|
loop: {
|
|
1234
1250
|
"list-loop": {
|
|
@@ -16671,10 +16687,6 @@ export declare class WaitOperation extends ActionDescriptorState {
|
|
|
16671
16687
|
|
|
16672
16688
|
export declare const waitOperation: IActionDescriptorTransfer;
|
|
16673
16689
|
|
|
16674
|
-
export declare enum WaitOperationInputIds {
|
|
16675
|
-
MillisecondsNumber = "wait-milliseconds-number-argument-declaration"
|
|
16676
|
-
}
|
|
16677
|
-
|
|
16678
16690
|
export declare const waitOperationMillisecondsNumberArgument: IValueDescriptorTransfer;
|
|
16679
16691
|
|
|
16680
16692
|
export declare const waitOperationMillisecondsNumberArgumentRef: IValueDescriptorReference;
|
|
@@ -16685,10 +16697,6 @@ export declare const waitOperationOperationError: IValueDescriptorTransfer;
|
|
|
16685
16697
|
|
|
16686
16698
|
export declare const waitOperationOperationErrorParentRef: IActionDescriptorReference;
|
|
16687
16699
|
|
|
16688
|
-
export declare enum WaitOperationOutputIds {
|
|
16689
|
-
Error = "wait-operation-error-return-delaration"
|
|
16690
|
-
}
|
|
16691
|
-
|
|
16692
16700
|
export declare const waitOperationRef: IActionDescriptorReference;
|
|
16693
16701
|
|
|
16694
16702
|
declare class WhereStatement implements ISearchNode {
|