@elyx-code/project-logic-tree 0.0.7116 → 0.0.7117
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.cjs +162 -162
- package/dist/index.d.ts +8 -0
- package/dist/index.js +28542 -28392
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -613,6 +613,14 @@ export declare const appendRowsValuesInput: IValueDescriptorTransfer;
|
|
|
613
613
|
|
|
614
614
|
export declare const appendRowsValuesInputDataType: IDataTypeTransfer;
|
|
615
615
|
|
|
616
|
+
export declare const appendRowsValuesInputDataTypeNestedBoolean: IDataTypeTransfer;
|
|
617
|
+
|
|
618
|
+
export declare const appendRowsValuesInputDataTypeNestedList: IDataTypeTransfer;
|
|
619
|
+
|
|
620
|
+
export declare const appendRowsValuesInputDataTypeNestedNumber: IDataTypeTransfer;
|
|
621
|
+
|
|
622
|
+
export declare const appendRowsValuesInputDataTypeNestedString: IDataTypeTransfer;
|
|
623
|
+
|
|
616
624
|
export declare const appendRowsValuesInputDTParentRef: IValueDescriptorReference;
|
|
617
625
|
|
|
618
626
|
export declare const appendRowsValuesInputParentRef: IActionDescriptorReference;
|