@elyx-code/project-logic-tree 0.0.6353 → 0.0.6354

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 CHANGED
@@ -1169,6 +1169,14 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
1169
1169
  };
1170
1170
  };
1171
1171
  };
1172
+ empty: {
1173
+ id: StandaloneOperatorTypes;
1174
+ inputs: {
1175
+ leftHand: {
1176
+ id: string;
1177
+ };
1178
+ };
1179
+ };
1172
1180
  };
1173
1181
  "global-event": {
1174
1182
  GLOBAL_EVENT_PROJECT_PUBLICATION_COMPLETED: {
@@ -2652,6 +2660,12 @@ export declare type ElementTypesUnion = ProjectTypesUnion | InstalledProjectType
2652
2660
 
2653
2661
  export declare function emitSideEffects(changeSet: ChangeSet): ChangeSet;
2654
2662
 
2663
+ export declare const emptyCondition: IActionDescriptorTransfer;
2664
+
2665
+ export declare const emptyConditionArgument: IValueDescriptorTransfer;
2666
+
2667
+ export declare const emptyConditionRef: IActionDescriptorReference;
2668
+
2655
2669
  export declare const endpointBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
2656
2670
 
2657
2671
  export declare const endpointBuiltInBaseEntityRef: IBuiltInBaseEntityReference;