@elyx-code/project-logic-tree 0.0.6615 → 0.0.6616
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 +6 -0
- package/dist/index.js +23195 -23146
- package/dist/index.umd.cjs +180 -180
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -19551,12 +19551,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19551
19551
|
|
|
19552
19552
|
export declare const splitListOperationInputListArgument: IValueDescriptorTransfer;
|
|
19553
19553
|
|
|
19554
|
+
export declare const splitListOperationInputListArgumentParentRef: IActionDescriptorReference;
|
|
19555
|
+
|
|
19554
19556
|
/** list: list<any> */
|
|
19555
19557
|
export declare const splitListOperationInputListDataType: IDataTypeTransfer;
|
|
19556
19558
|
|
|
19557
19559
|
/** action-level response dataType (entity = SplitListResponse) */
|
|
19558
19560
|
export declare const splitListOperationResponseDataType: IDataTypeTransfer;
|
|
19559
19561
|
|
|
19562
|
+
export declare const splitListOperationResponseDataTypeParentRef: IActionDescriptorReference;
|
|
19563
|
+
|
|
19560
19564
|
/** response entity */
|
|
19561
19565
|
export declare const splitListOperationResponseEntity: IDefinitionEntityTransfer;
|
|
19562
19566
|
|
|
@@ -19567,6 +19571,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19567
19571
|
|
|
19568
19572
|
export declare const splitListOperationSplitIndexArgument: IValueDescriptorTransfer;
|
|
19569
19573
|
|
|
19574
|
+
export declare const splitListOperationSplitIndexArgumentParentRef: IActionDescriptorReference;
|
|
19575
|
+
|
|
19570
19576
|
/** index: number */
|
|
19571
19577
|
export declare const splitListOperationSplitIndexDataType: IDataTypeTransfer;
|
|
19572
19578
|
|