@elyx-code/project-logic-tree 0.0.6638 → 0.0.6640
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 +10 -5
- package/dist/index.js +13410 -13401
- package/dist/index.umd.cjs +76 -76
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -636,7 +636,7 @@ export declare const atlassianAuthExternalConnectionBuiltInBaseEntityIntegration
|
|
|
636
636
|
|
|
637
637
|
export declare const audienceStringListDT: IDataTypeTransfer;
|
|
638
638
|
|
|
639
|
-
export declare function average(numsRaw: unknown[]): number;
|
|
639
|
+
export declare function average(...numsRaw: unknown[]): number;
|
|
640
640
|
|
|
641
641
|
export declare type BaseActionImplementation = (...args: any[]) => any[] | Promise<any[]>;
|
|
642
642
|
|
|
@@ -2450,6 +2450,9 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2450
2450
|
dataType: {
|
|
2451
2451
|
id: string;
|
|
2452
2452
|
};
|
|
2453
|
+
defaultValue: {
|
|
2454
|
+
id: string;
|
|
2455
|
+
};
|
|
2453
2456
|
};
|
|
2454
2457
|
};
|
|
2455
2458
|
dataType: {
|
|
@@ -24168,7 +24171,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24168
24171
|
|
|
24169
24172
|
export declare const maxOfResponseDT: IDataTypeTransfer;
|
|
24170
24173
|
|
|
24171
|
-
export declare function median(numsRaw: unknown[]): number;
|
|
24174
|
+
export declare function median(...numsRaw: unknown[]): number;
|
|
24172
24175
|
|
|
24173
24176
|
export declare function mergeArraysOfStringsWithoutDuplicates(arr1: string[], arr2: string[]): string[];
|
|
24174
24177
|
|
|
@@ -27803,7 +27806,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
27803
27806
|
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<{
|
|
27804
27807
|
value: ExecutionTerminationType;
|
|
27805
27808
|
error: null;
|
|
27806
|
-
result:
|
|
27809
|
+
result: string[][];
|
|
27807
27810
|
} | {
|
|
27808
27811
|
value: ExecutionTerminationType;
|
|
27809
27812
|
error: unknown;
|
|
@@ -27835,7 +27838,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
27835
27838
|
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<{
|
|
27836
27839
|
value: ExecutionTerminationType;
|
|
27837
27840
|
error: null;
|
|
27838
|
-
result:
|
|
27841
|
+
result: RegExpMatchArray | null;
|
|
27839
27842
|
} | {
|
|
27840
27843
|
value: ExecutionTerminationType;
|
|
27841
27844
|
error: unknown;
|
|
@@ -29371,7 +29374,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
29371
29374
|
|
|
29372
29375
|
export declare const pwdEncDefault: ILiteralValueTransfer;
|
|
29373
29376
|
|
|
29374
|
-
export declare function
|
|
29377
|
+
export declare function randomAlphanumeric(length: number): string;
|
|
29375
29378
|
|
|
29376
29379
|
export declare function randomBase62(length: number): string;
|
|
29377
29380
|
|
|
@@ -31583,6 +31586,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
31583
31586
|
|
|
31584
31587
|
export declare const stringNormalizeUnicodeOperationFormArg: IValueDescriptorTransfer;
|
|
31585
31588
|
|
|
31589
|
+
export declare const stringNormalizeUnicodeOperationFormArgDefaultValue: ILiteralValueTransfer;
|
|
31590
|
+
|
|
31586
31591
|
export declare const stringNormalizeUnicodeOperationFormDT: IDataTypeTransfer;
|
|
31587
31592
|
|
|
31588
31593
|
export declare const stringNormalizeUnicodeOperationResponseDT: IDataTypeTransfer;
|