@elyx-code/project-logic-tree 0.0.6708 → 0.0.6710
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 +84 -84
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4622 -4648
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18652,9 +18652,9 @@ export declare const getQuarterResponseDT: IDataTypeTransfer;
|
|
|
18652
18652
|
|
|
18653
18653
|
export declare function getRandomBytes(size: number): Uint8Array;
|
|
18654
18654
|
|
|
18655
|
-
declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): number | null;
|
|
18655
|
+
declare function getRawLimitFromLimitClause(limitClause: LimitClause | null): number | string | null;
|
|
18656
18656
|
|
|
18657
|
-
declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number;
|
|
18657
|
+
declare function getRawOffetFromLimitClause(limitClause: LimitClause | null): number | string;
|
|
18658
18658
|
|
|
18659
18659
|
export declare function getRecordOrderForTraversal(entities: Record<EntityId, Element_2 | ElementTransfer | EntityState | ElementShallowTransfer>, options: {
|
|
18660
18660
|
allBuiltInEntityIds?: Set<EntityId>;
|