@elyx-code/project-logic-tree 0.0.6636 → 0.0.6638
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 +156 -101
- package/dist/index.js +19822 -19509
- package/dist/index.umd.cjs +109 -109
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -209,8 +209,6 @@ export declare class ActionOutputMapState extends OutputMapState implements IAct
|
|
|
209
209
|
toJSON(seenEntities?: Set<EntityId>): IActionOutputMap | IOutputMapReference;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
export declare function addAtIndex(list: unknown, index: unknown, value: unknown): any[];
|
|
213
|
-
|
|
214
212
|
export declare const addBDBusinessDaysArgument: IValueDescriptorTransfer;
|
|
215
213
|
|
|
216
214
|
export declare const addBDBusinessDaysDataType: IDataTypeTransfer;
|
|
@@ -395,7 +393,7 @@ export declare const andConditionResultVoidDataTypeParentRef: IActionDescriptorR
|
|
|
395
393
|
|
|
396
394
|
export declare type AnyEncoding = UtfEncoding | BinEncoding;
|
|
397
395
|
|
|
398
|
-
export declare function appendToList(list: unknown, value: unknown): any[];
|
|
396
|
+
export declare function appendToList(list: unknown, value: unknown, ...values: unknown[]): any[];
|
|
399
397
|
|
|
400
398
|
export declare function applyNewScope(self: CallableEntityState, changeSet: ChangeSet | null): void;
|
|
401
399
|
|
|
@@ -606,6 +604,8 @@ declare namespace argumentDeclarationValidation {
|
|
|
606
604
|
}
|
|
607
605
|
export { argumentDeclarationValidation }
|
|
608
606
|
|
|
607
|
+
declare type ArrayBufferView_2 = TypedArray | DataView;
|
|
608
|
+
|
|
609
609
|
export declare function asGenerationActionExample(payload: Record<string, any> | string): string;
|
|
610
610
|
|
|
611
611
|
export declare function assembleAndAddLiteralValueFromDataType(dataType: DataTypeState | null, valueOwner: EntityWithDefaultValueState, project: ProjectState, changeSet: ChangeSet | null): LiteralValueState;
|
|
@@ -688,6 +688,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
688
688
|
SearchErrorOutputDescriptor = "search-error-output-descriptor-id"
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
+
export declare type BinaryLike = string | ArrayBufferView_2;
|
|
692
|
+
|
|
691
693
|
export declare type BinEncoding = 'hex' | 'base64' | 'base64url';
|
|
692
694
|
|
|
693
695
|
export declare type BooleanAutogenerationOptions = IAutogenerationRandomBoolean;
|
|
@@ -1709,7 +1711,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1709
1711
|
id: string;
|
|
1710
1712
|
};
|
|
1711
1713
|
};
|
|
1712
|
-
"op-string-replace-first": {
|
|
1714
|
+
"op-string-replace-n-chars-first": {
|
|
1713
1715
|
id: StringOperations;
|
|
1714
1716
|
inputs: {
|
|
1715
1717
|
stringValue: {
|
|
@@ -1741,7 +1743,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
1741
1743
|
id: string;
|
|
1742
1744
|
};
|
|
1743
1745
|
};
|
|
1744
|
-
"op-string-replace-last": {
|
|
1746
|
+
"op-string-replace-n-chars-last": {
|
|
1745
1747
|
id: StringOperations;
|
|
1746
1748
|
inputs: {
|
|
1747
1749
|
stringValue: {
|
|
@@ -2034,6 +2036,12 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
2034
2036
|
id: string;
|
|
2035
2037
|
};
|
|
2036
2038
|
};
|
|
2039
|
+
dynamicArgument: {
|
|
2040
|
+
id: string;
|
|
2041
|
+
dataType: {
|
|
2042
|
+
id: string;
|
|
2043
|
+
};
|
|
2044
|
+
};
|
|
2037
2045
|
};
|
|
2038
2046
|
dataType: {
|
|
2039
2047
|
id: string;
|
|
@@ -4611,6 +4619,12 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
4611
4619
|
id: string;
|
|
4612
4620
|
};
|
|
4613
4621
|
};
|
|
4622
|
+
dynamicArgument: {
|
|
4623
|
+
id: string;
|
|
4624
|
+
dataType: {
|
|
4625
|
+
id: string;
|
|
4626
|
+
};
|
|
4627
|
+
};
|
|
4614
4628
|
};
|
|
4615
4629
|
dataType: {
|
|
4616
4630
|
id: string;
|
|
@@ -5103,7 +5117,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
5103
5117
|
id: string;
|
|
5104
5118
|
};
|
|
5105
5119
|
};
|
|
5106
|
-
"op-list-replace-first": {
|
|
5120
|
+
"op-list-replace-n-items-first": {
|
|
5107
5121
|
id: ListOperations;
|
|
5108
5122
|
inputs: {
|
|
5109
5123
|
listValue: {
|
|
@@ -5141,7 +5155,7 @@ export declare const BUILT_IN_BASE_ENTITY_IDS: {
|
|
|
5141
5155
|
id: string;
|
|
5142
5156
|
};
|
|
5143
5157
|
};
|
|
5144
|
-
"op-list-replace-last": {
|
|
5158
|
+
"op-list-replace-n-items-last": {
|
|
5145
5159
|
id: ListOperations;
|
|
5146
5160
|
inputs: {
|
|
5147
5161
|
listValue: {
|
|
@@ -10959,6 +10973,8 @@ export declare const dateValueAutogenerationSchema: z_2.ZodUnion<[z_2.ZodObject<
|
|
|
10959
10973
|
rangeEnd: null;
|
|
10960
10974
|
}>]>;
|
|
10961
10975
|
|
|
10976
|
+
export declare const decodeBase64: (str: string) => Bytes;
|
|
10977
|
+
|
|
10962
10978
|
export declare const decodeBase64Url: (str: string) => Bytes;
|
|
10963
10979
|
|
|
10964
10980
|
export declare function decodeBuildJwtHmac(payload: JwtPayload, secret: string | Bytes, alg: 'HS256' | 'HS384' | 'HS512', includeIat: boolean, expiresInSec: number, notBeforeSec: number, issuer: string, subject: string, audience: string | string[], jwtid: string, header: Partial<JwtHeader>, secretEncoding: 'utf8' | 'hex' | 'base64' | 'base64url'): Promise<string>;
|
|
@@ -11008,8 +11024,8 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
11008
11024
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_DELETE_FIRST_N_ITEMS: string;
|
|
11009
11025
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_DELETE_AT_INDEX: string;
|
|
11010
11026
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_ADD_AT_INDEX: string;
|
|
11011
|
-
|
|
11012
|
-
|
|
11027
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_REPLACE_FIRST_N_ITEMS: string;
|
|
11028
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_REPLACE_LAST_N_ITEMS: string;
|
|
11013
11029
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_REPLACE_ALL: string;
|
|
11014
11030
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_REPLACE_AT_INDEX: string;
|
|
11015
11031
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_GET_INDEX_ITEM: string;
|
|
@@ -11033,6 +11049,7 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
11033
11049
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_PAD_START: string;
|
|
11034
11050
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_PAD_END: string;
|
|
11035
11051
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__LIST_REPEAT: string;
|
|
11052
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_GET_LENGTH: string;
|
|
11036
11053
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_TO_LOWER_CASE: string;
|
|
11037
11054
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_TO_UPPER_CASE: string;
|
|
11038
11055
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_JOIN: string;
|
|
@@ -11047,8 +11064,8 @@ export declare const DEFAULT_MODULE_IDS: {
|
|
|
11047
11064
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_DELETE_FIRST_N_CHARS: string;
|
|
11048
11065
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_DELETE_AT_INDEX: string;
|
|
11049
11066
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_ADD_AT_INDEX: string;
|
|
11050
|
-
|
|
11051
|
-
|
|
11067
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_REPLACE_FIRST_N_CHARS: string;
|
|
11068
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_REPLACE_LAST_N_CHARS: string;
|
|
11052
11069
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_REPLACE_AT_INDEX: string;
|
|
11053
11070
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_REPLACE_FIRST_MATCH: string;
|
|
11054
11071
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__STRING_REPLACE_LAST_MATCH: string;
|
|
@@ -11642,15 +11659,13 @@ declare namespace definitionEntityValidation {
|
|
|
11642
11659
|
}
|
|
11643
11660
|
export { definitionEntityValidation }
|
|
11644
11661
|
|
|
11645
|
-
export declare function deleteAtIndex(list: unknown, index: unknown): any[];
|
|
11646
|
-
|
|
11647
11662
|
export declare function deleteFirstNItems(list: unknown): any[];
|
|
11648
11663
|
|
|
11649
|
-
export declare function deleteKey(obj: unknown, key: unknown): Record<string, unknown>;
|
|
11650
|
-
|
|
11651
11664
|
export declare function deleteLastNItems(list: unknown): any[];
|
|
11652
11665
|
|
|
11653
|
-
export declare function
|
|
11666
|
+
export declare function deleteObjectKey(obj: unknown, key: unknown): Record<string, unknown>;
|
|
11667
|
+
|
|
11668
|
+
export declare function deleteObjectNestedKey(obj: unknown, path: unknown): Record<string, unknown>;
|
|
11654
11669
|
|
|
11655
11670
|
export declare const deletePersistedEntityMethod: IActionDescriptorTransfer;
|
|
11656
11671
|
|
|
@@ -11882,13 +11897,15 @@ export declare function emitAsyncProjectSideEffects(changeSet: ChangeSet): Promi
|
|
|
11882
11897
|
|
|
11883
11898
|
export declare function emitProjectSideEffects(changeSet: ChangeSet): ChangeSet;
|
|
11884
11899
|
|
|
11885
|
-
export declare const
|
|
11900
|
+
export declare const encodeBase64: (input: Bytes | string, inputEncoding?: AnyEncoding) => string;
|
|
11901
|
+
|
|
11902
|
+
export declare const encodeBase64Url: (input: Bytes | string, inputEncoding?: AnyEncoding) => string;
|
|
11886
11903
|
|
|
11887
11904
|
export declare function encodeConstantTimeEqual(a: string, b: string, aEncoding: AnyEncoding, bEncoding: AnyEncoding): boolean;
|
|
11888
11905
|
|
|
11889
11906
|
export declare function encodeDeriveKeyPBKDF2(password: string, salt: string, iterations: number, length: number, hashAlg: 'SHA-256' | 'SHA-512', passwordEncoding: 'utf8' | 'hex' | 'base64' | 'base64url', saltEncoding: 'utf8' | 'hex' | 'base64' | 'base64url', outputEncoding: 'utf8' | 'hex' | 'base64' | 'base64url'): Promise<string>;
|
|
11890
11907
|
|
|
11891
|
-
export declare const encodeHex: (
|
|
11908
|
+
export declare const encodeHex: (input: Bytes | string, inputEncoding?: AnyEncoding) => string;
|
|
11892
11909
|
|
|
11893
11910
|
export declare function encodeHmacDecode(key: string, data: string, alg?: string, keyEncoding?: string, dataEncoding?: string, outputEncoding?: string): Promise<string>;
|
|
11894
11911
|
|
|
@@ -17681,8 +17698,6 @@ export declare function getFirst(list: unknown): any;
|
|
|
17681
17698
|
|
|
17682
17699
|
export declare function getFirstBaseEntityWithOwnBase(entity: DefinitionEntityState | BuiltInBaseEntityState, baseEntityName: BaseEntityNames): BuiltInBaseEntityState | null;
|
|
17683
17700
|
|
|
17684
|
-
export declare function getFirstN(list: unknown, n: unknown): any[];
|
|
17685
|
-
|
|
17686
17701
|
export declare function getFirstNonLoopScopeOwner(entity: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer, project: ProjectState, _initialEntity?: EntityState | Element_2 | ElementTransfer | ElementGenerationTarget | ElementShallowTransfer | null): EntryPointEntityState | ProjectState | null;
|
|
17687
17702
|
|
|
17688
17703
|
export declare function getFirstParentExecutableEntity(entity: EntityState): ExecutableEntityState | null;
|
|
@@ -17753,14 +17768,16 @@ declare function getJoinTypeFromJoinClause(joinClause: JoinExpr): AggregationSta
|
|
|
17753
17768
|
|
|
17754
17769
|
export declare function getLast(list: unknown): any;
|
|
17755
17770
|
|
|
17756
|
-
export declare function getLastN(list: unknown, n: unknown): any[];
|
|
17757
|
-
|
|
17758
|
-
export declare function getLength(list: unknown): number;
|
|
17759
|
-
|
|
17760
17771
|
declare function getLimitClauseFromSelectStatement(selectStatement: SelectStmt): LimitClause | null;
|
|
17761
17772
|
|
|
17762
17773
|
export declare function getLinkedEntitiesFromArgumentDeclaration(argumentDeclaration: ArgumentDeclarationState): ValueReadingEntityState[];
|
|
17763
17774
|
|
|
17775
|
+
export declare function getListFirstN(list: unknown, n: unknown): any[];
|
|
17776
|
+
|
|
17777
|
+
export declare function getListLastN(list: unknown, n: unknown): any[];
|
|
17778
|
+
|
|
17779
|
+
export declare function getListLength(list: unknown): number;
|
|
17780
|
+
|
|
17764
17781
|
export declare function getLiteralValueNameFromDataType(dataType: DataTypeState | null): PrimitiveTypes;
|
|
17765
17782
|
|
|
17766
17783
|
/**
|
|
@@ -19472,10 +19489,6 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
19472
19489
|
saltBytes?: Bytes;
|
|
19473
19490
|
}
|
|
19474
19491
|
|
|
19475
|
-
export declare function hasKey(obj: unknown, key: unknown): boolean;
|
|
19476
|
-
|
|
19477
|
-
export declare function hasNestedKey(obj: unknown, path: unknown): boolean;
|
|
19478
|
-
|
|
19479
19492
|
export declare function hexToken(): string;
|
|
19480
19493
|
|
|
19481
19494
|
/** HMAC over data with SHA-256/384/512. */
|
|
@@ -21144,8 +21157,6 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
21144
21157
|
|
|
21145
21158
|
export declare type IncompatibleScope = IIncompatibleParallelInProjectScope | IIncompatibleParallelInCommonParentScope | IIncompatibleAIsGlobalBIsNotScope | IIncompatibleBIsGlobalAIsNotScope;
|
|
21146
21159
|
|
|
21147
|
-
export declare function indexOf(list: unknown, value: unknown): number;
|
|
21148
|
-
|
|
21149
21160
|
export declare function inferArgumentDeclarationDataType(entity: ArgumentDeclarationState, _changeSet?: ChangeSet | null): DataTypeState | null;
|
|
21150
21161
|
|
|
21151
21162
|
export declare function inferBreakStatementDataType(entity: BreakStatementState, _changeSet?: ChangeSet | null): DataTypeState | null;
|
|
@@ -23061,18 +23072,16 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23061
23072
|
|
|
23062
23073
|
export declare const jwtVerifyHmacTokenDT: IDataTypeTransfer;
|
|
23063
23074
|
|
|
23064
|
-
export declare function keyValueEquals(obj: unknown, key: unknown, expected: unknown): boolean;
|
|
23065
|
-
|
|
23066
23075
|
export declare const keyValuePrototype: IPrimitiveEntity;
|
|
23067
23076
|
|
|
23068
|
-
export declare function lastIndexOf(list: unknown, value: unknown): number;
|
|
23069
|
-
|
|
23070
23077
|
export declare const lengthDefault: ILiteralValueTransfer;
|
|
23071
23078
|
|
|
23072
23079
|
export declare const LIST_OPERATIONS: {
|
|
23073
23080
|
[key: string]: IActionDescriptorTransfer;
|
|
23074
23081
|
};
|
|
23075
23082
|
|
|
23083
|
+
export declare function listAddAtIndex(list: unknown, index: unknown, value: unknown): any[];
|
|
23084
|
+
|
|
23076
23085
|
export declare const listAddAtIndexOperation: IActionDescriptorTransfer;
|
|
23077
23086
|
|
|
23078
23087
|
export declare const listAddAtIndexOperationError: IValueDescriptorTransfer;
|
|
@@ -23093,6 +23102,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23093
23102
|
|
|
23094
23103
|
export declare const listAppendOperation: IActionDescriptorTransfer;
|
|
23095
23104
|
|
|
23105
|
+
export declare const listAppendOperationDynamicArgs: IValueDescriptorTransfer;
|
|
23106
|
+
|
|
23107
|
+
export declare const listAppendOperationDynamicArgsDT: IDataTypeTransfer;
|
|
23108
|
+
|
|
23096
23109
|
export declare const listAppendOperationElementToAppendArgument: IValueDescriptorTransfer;
|
|
23097
23110
|
|
|
23098
23111
|
/** elementToAppend: any */
|
|
@@ -23239,6 +23252,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23239
23252
|
|
|
23240
23253
|
export declare const listContainsOperationResultVoidDT: IDataTypeTransfer;
|
|
23241
23254
|
|
|
23255
|
+
export declare function listDeleteAtIndex(list: unknown, index: unknown): any[];
|
|
23256
|
+
|
|
23242
23257
|
export declare const listDeleteAtIndexOperation: IActionDescriptorTransfer;
|
|
23243
23258
|
|
|
23244
23259
|
export declare const listDeleteAtIndexOperationCountArg: IValueDescriptorTransfer;
|
|
@@ -23349,6 +23364,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23349
23364
|
|
|
23350
23365
|
export declare const listGetIndexItemOperationResponseDT: IDataTypeTransfer;
|
|
23351
23366
|
|
|
23367
|
+
export declare function listGetIndexOf(list: unknown, value: unknown): number;
|
|
23368
|
+
|
|
23352
23369
|
export declare const listGetIndexOfOperation: IActionDescriptorTransfer;
|
|
23353
23370
|
|
|
23354
23371
|
export declare const listGetIndexOfOperationError: IValueDescriptorTransfer;
|
|
@@ -23369,6 +23386,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23369
23386
|
|
|
23370
23387
|
export declare const listGetIndexOfOperationSearchDT: IDataTypeTransfer;
|
|
23371
23388
|
|
|
23389
|
+
export declare function listGetLastIndexOf(list: unknown, value: unknown): number;
|
|
23390
|
+
|
|
23372
23391
|
export declare const listGetLastIndexOfOperation: IActionDescriptorTransfer;
|
|
23373
23392
|
|
|
23374
23393
|
export declare const listGetLastIndexOfOperationError: IValueDescriptorTransfer;
|
|
@@ -23452,8 +23471,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23452
23471
|
DeleteFirstNItems = "op-list-delete-first-n-items",
|
|
23453
23472
|
DeleteAtIndex = "op-list-delete-at-index",
|
|
23454
23473
|
AddAtIndex = "op-list-add-at-index",
|
|
23455
|
-
|
|
23456
|
-
|
|
23474
|
+
ReplaceFirstNItems = "op-list-replace-n-items-first",
|
|
23475
|
+
ReplaceLastNItems = "op-list-replace-n-items-last",
|
|
23457
23476
|
ReplaceAll = "op-list-replace-all",
|
|
23458
23477
|
ReplaceAtIndex = "op-list-replace-at-index",
|
|
23459
23478
|
GetIndexItem = "op-list-get-index-item",
|
|
@@ -23545,6 +23564,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23545
23564
|
|
|
23546
23565
|
export declare const listRepeatOperationResponseDT: IDataTypeTransfer;
|
|
23547
23566
|
|
|
23567
|
+
export declare function listReplaceAll(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
23568
|
+
|
|
23548
23569
|
export declare const listReplaceAllOperation: IActionDescriptorTransfer;
|
|
23549
23570
|
|
|
23550
23571
|
export declare const listReplaceAllOperationError: IValueDescriptorTransfer;
|
|
@@ -23569,6 +23590,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23569
23590
|
|
|
23570
23591
|
export declare const listReplaceAllOperationSearchDT: IDataTypeTransfer;
|
|
23571
23592
|
|
|
23593
|
+
export declare function listReplaceAtIndex(list: unknown, index: unknown, value: unknown): any[];
|
|
23594
|
+
|
|
23572
23595
|
export declare const listReplaceAtIndexOperation: IActionDescriptorTransfer;
|
|
23573
23596
|
|
|
23574
23597
|
export declare const listReplaceAtIndexOperationError: IValueDescriptorTransfer;
|
|
@@ -23587,53 +23610,57 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
23587
23610
|
|
|
23588
23611
|
export declare const listReplaceAtIndexOperationValueDT: IDataTypeTransfer;
|
|
23589
23612
|
|
|
23590
|
-
export declare
|
|
23613
|
+
export declare function listReplaceFirstNItems(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
23614
|
+
|
|
23615
|
+
export declare const listReplaceFirstNItemsOperation: IActionDescriptorTransfer;
|
|
23616
|
+
|
|
23617
|
+
export declare const listReplaceFirstNItemsOperationError: IValueDescriptorTransfer;
|
|
23591
23618
|
|
|
23592
|
-
export declare const
|
|
23619
|
+
export declare const listReplaceFirstNItemsOperationListArg: IValueDescriptorTransfer;
|
|
23593
23620
|
|
|
23594
|
-
export declare const
|
|
23621
|
+
export declare const listReplaceFirstNItemsOperationListDT: IDataTypeTransfer;
|
|
23595
23622
|
|
|
23596
|
-
export declare const
|
|
23623
|
+
export declare const listReplaceFirstNItemsOperationListDTOrDate: IDataTypeTransfer;
|
|
23597
23624
|
|
|
23598
|
-
export declare const
|
|
23625
|
+
export declare const listReplaceFirstNItemsOperationListDTOrNumber: IDataTypeTransfer;
|
|
23599
23626
|
|
|
23600
|
-
export declare const
|
|
23627
|
+
export declare const listReplaceFirstNItemsOperationListDTOrString: IDataTypeTransfer;
|
|
23601
23628
|
|
|
23602
|
-
export declare const
|
|
23629
|
+
export declare const listReplaceFirstNItemsOperationReplaceArg: IValueDescriptorTransfer;
|
|
23603
23630
|
|
|
23604
|
-
export declare const
|
|
23631
|
+
export declare const listReplaceFirstNItemsOperationReplaceDT: IDataTypeTransfer;
|
|
23605
23632
|
|
|
23606
|
-
export declare const
|
|
23633
|
+
export declare const listReplaceFirstNItemsOperationResponseDT: IDataTypeTransfer;
|
|
23607
23634
|
|
|
23608
|
-
export declare const
|
|
23635
|
+
export declare const listReplaceFirstNItemsOperationSearchArg: IValueDescriptorTransfer;
|
|
23609
23636
|
|
|
23610
|
-
export declare const
|
|
23637
|
+
export declare const listReplaceFirstNItemsOperationSearchDT: IDataTypeTransfer;
|
|
23611
23638
|
|
|
23612
|
-
export declare
|
|
23639
|
+
export declare function listReplaceLastNItems(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
23613
23640
|
|
|
23614
|
-
export declare const
|
|
23641
|
+
export declare const listReplaceLastNItemsOperation: IActionDescriptorTransfer;
|
|
23615
23642
|
|
|
23616
|
-
export declare const
|
|
23643
|
+
export declare const listReplaceLastNItemsOperationError: IValueDescriptorTransfer;
|
|
23617
23644
|
|
|
23618
|
-
export declare const
|
|
23645
|
+
export declare const listReplaceLastNItemsOperationListArg: IValueDescriptorTransfer;
|
|
23619
23646
|
|
|
23620
|
-
export declare const
|
|
23647
|
+
export declare const listReplaceLastNItemsOperationListDT: IDataTypeTransfer;
|
|
23621
23648
|
|
|
23622
|
-
export declare const
|
|
23649
|
+
export declare const listReplaceLastNItemsOperationListDTOrDate: IDataTypeTransfer;
|
|
23623
23650
|
|
|
23624
|
-
export declare const
|
|
23651
|
+
export declare const listReplaceLastNItemsOperationListDTOrNumber: IDataTypeTransfer;
|
|
23625
23652
|
|
|
23626
|
-
export declare const
|
|
23653
|
+
export declare const listReplaceLastNItemsOperationListDTOrString: IDataTypeTransfer;
|
|
23627
23654
|
|
|
23628
|
-
export declare const
|
|
23655
|
+
export declare const listReplaceLastNItemsOperationReplaceArg: IValueDescriptorTransfer;
|
|
23629
23656
|
|
|
23630
|
-
export declare const
|
|
23657
|
+
export declare const listReplaceLastNItemsOperationReplaceDT: IDataTypeTransfer;
|
|
23631
23658
|
|
|
23632
|
-
export declare const
|
|
23659
|
+
export declare const listReplaceLastNItemsOperationResponseDT: IDataTypeTransfer;
|
|
23633
23660
|
|
|
23634
|
-
export declare const
|
|
23661
|
+
export declare const listReplaceLastNItemsOperationSearchArg: IValueDescriptorTransfer;
|
|
23635
23662
|
|
|
23636
|
-
export declare const
|
|
23663
|
+
export declare const listReplaceLastNItemsOperationSearchDT: IDataTypeTransfer;
|
|
23637
23664
|
|
|
23638
23665
|
export declare const listReverseOperation: IActionDescriptorTransfer;
|
|
23639
23666
|
|
|
@@ -24323,7 +24350,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
24323
24350
|
|
|
24324
24351
|
export declare const NESTED_PROPERTY_HEIGHT = 26;
|
|
24325
24352
|
|
|
24326
|
-
export declare function
|
|
24353
|
+
export declare function nestedObjectKeyValueEquals(obj: unknown, path: unknown, expected: unknown): boolean;
|
|
24327
24354
|
|
|
24328
24355
|
declare class NestedSearchStatement implements ISearchNode {
|
|
24329
24356
|
owner: SearchStatementState;
|
|
@@ -25112,6 +25139,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
25112
25139
|
|
|
25113
25140
|
export declare const objectEntriesOperationResultDT: IDataTypeTransfer;
|
|
25114
25141
|
|
|
25142
|
+
export declare function objectHasKey(obj: unknown, key: unknown): boolean;
|
|
25143
|
+
|
|
25115
25144
|
export declare const objectHasKeyOperation: IActionDescriptorTransfer;
|
|
25116
25145
|
|
|
25117
25146
|
export declare const objectHasKeyOperationError: IValueDescriptorTransfer;
|
|
@@ -25126,6 +25155,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
25126
25155
|
|
|
25127
25156
|
export declare const objectHasKeyOperationResultVoidDT: IDataTypeTransfer;
|
|
25128
25157
|
|
|
25158
|
+
export declare function objectHasNestedKey(obj: unknown, path: unknown): boolean;
|
|
25159
|
+
|
|
25129
25160
|
export declare const objectHasNestedKeyOperation: IActionDescriptorTransfer;
|
|
25130
25161
|
|
|
25131
25162
|
export declare const objectHasNestedKeyOperationError: IValueDescriptorTransfer;
|
|
@@ -25177,6 +25208,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
25177
25208
|
|
|
25178
25209
|
export declare const objectKeysOperationResultDT: IDataTypeTransfer;
|
|
25179
25210
|
|
|
25211
|
+
export declare function objectKeyValueEquals(obj: unknown, key: unknown, expected: unknown): boolean;
|
|
25212
|
+
|
|
25180
25213
|
export declare const objectKeyValueEqualsOperation: IActionDescriptorTransfer;
|
|
25181
25214
|
|
|
25182
25215
|
export declare const objectKeyValueEqualsOperationError: IValueDescriptorTransfer;
|
|
@@ -26515,7 +26548,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
26515
26548
|
};
|
|
26516
26549
|
}
|
|
26517
26550
|
|
|
26518
|
-
export declare class
|
|
26551
|
+
export declare class OperationsImplementationsListReplaceFirstNItemsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26519
26552
|
manifest: ExtensionManifest;
|
|
26520
26553
|
module: {
|
|
26521
26554
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -26523,7 +26556,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
26523
26556
|
};
|
|
26524
26557
|
}
|
|
26525
26558
|
|
|
26526
|
-
export declare class
|
|
26559
|
+
export declare class OperationsImplementationsListReplaceLastNItemsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26527
26560
|
manifest: ExtensionManifest;
|
|
26528
26561
|
module: {
|
|
26529
26562
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -27739,11 +27772,27 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
27739
27772
|
};
|
|
27740
27773
|
}
|
|
27741
27774
|
|
|
27775
|
+
export declare class OperationsImplementationsStringGetLengthModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27776
|
+
manifest: ExtensionManifest;
|
|
27777
|
+
module: {
|
|
27778
|
+
init: (ctxs: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
27779
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<{
|
|
27780
|
+
value: ExecutionTerminationType;
|
|
27781
|
+
error: null;
|
|
27782
|
+
result: number;
|
|
27783
|
+
} | {
|
|
27784
|
+
value: ExecutionTerminationType;
|
|
27785
|
+
error: unknown;
|
|
27786
|
+
result: null;
|
|
27787
|
+
}>;
|
|
27788
|
+
};
|
|
27789
|
+
}
|
|
27790
|
+
|
|
27742
27791
|
export declare class OperationsImplementationsStringJoinModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27743
27792
|
manifest: ExtensionManifest;
|
|
27744
27793
|
module: {
|
|
27745
27794
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
27746
|
-
main: (entity: OperationState,
|
|
27795
|
+
main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
27747
27796
|
};
|
|
27748
27797
|
}
|
|
27749
27798
|
|
|
@@ -27940,7 +27989,15 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
27940
27989
|
};
|
|
27941
27990
|
}
|
|
27942
27991
|
|
|
27943
|
-
export declare class
|
|
27992
|
+
export declare class OperationsImplementationsStringReplaceFirstNCharsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27993
|
+
manifest: ExtensionManifest;
|
|
27994
|
+
module: {
|
|
27995
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
27996
|
+
main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
27997
|
+
};
|
|
27998
|
+
}
|
|
27999
|
+
|
|
28000
|
+
export declare class OperationsImplementationsStringReplaceLastMatchModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27944
28001
|
manifest: ExtensionManifest;
|
|
27945
28002
|
module: {
|
|
27946
28003
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -27948,7 +28005,7 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
27948
28005
|
};
|
|
27949
28006
|
}
|
|
27950
28007
|
|
|
27951
|
-
export declare class
|
|
28008
|
+
export declare class OperationsImplementationsStringReplaceLastNCharsModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
27952
28009
|
manifest: ExtensionManifest;
|
|
27953
28010
|
module: {
|
|
27954
28011
|
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
@@ -29509,9 +29566,9 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
29509
29566
|
};
|
|
29510
29567
|
};
|
|
29511
29568
|
|
|
29512
|
-
export declare function
|
|
29569
|
+
export declare function readObjectKey(obj: unknown, key: unknown): unknown;
|
|
29513
29570
|
|
|
29514
|
-
export declare function
|
|
29571
|
+
export declare function readObjectNestedKey(obj: unknown, path: unknown, defaultValue?: unknown): unknown;
|
|
29515
29572
|
|
|
29516
29573
|
export declare function readValueFromWritter(entity: ValueReadingEntityState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
29517
29574
|
|
|
@@ -29596,14 +29653,6 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
29596
29653
|
|
|
29597
29654
|
export declare function repeatList(list: unknown, count: unknown): any[];
|
|
29598
29655
|
|
|
29599
|
-
export declare function replaceAll(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
29600
|
-
|
|
29601
|
-
export declare function replaceAtIndex(list: unknown, index: unknown, value: unknown): any[];
|
|
29602
|
-
|
|
29603
|
-
export declare function replaceFirst(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
29604
|
-
|
|
29605
|
-
export declare function replaceLast(list: unknown, valueToReplace: unknown, newValue: unknown): any[];
|
|
29606
|
-
|
|
29607
29656
|
export declare const repliesActionRef: IActionDescriptorReference;
|
|
29608
29657
|
|
|
29609
29658
|
export declare const repliesAutoPaginateInputDTParentRef: IValueDescriptorReference;
|
|
@@ -31243,6 +31292,10 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
31243
31292
|
|
|
31244
31293
|
export declare const stringAppendOperation: IActionDescriptorTransfer;
|
|
31245
31294
|
|
|
31295
|
+
export declare const stringAppendOperationDynamicArgs: IValueDescriptorTransfer;
|
|
31296
|
+
|
|
31297
|
+
export declare const stringAppendOperationDynamicArgsDT: IDataTypeTransfer;
|
|
31298
|
+
|
|
31246
31299
|
export declare const stringAppendOperationError: IValueDescriptorTransfer;
|
|
31247
31300
|
|
|
31248
31301
|
export declare const stringAppendOperationResponseDT: IDataTypeTransfer;
|
|
@@ -31549,8 +31602,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
31549
31602
|
DeleteFirstNChars = "op-string-delete-first-n-chars",
|
|
31550
31603
|
DeleteAtIndex = "op-string-delete-at-index",
|
|
31551
31604
|
AddAtIndex = "op-string-add-at-index",
|
|
31552
|
-
|
|
31553
|
-
|
|
31605
|
+
ReplaceFirstNChars = "op-string-replace-n-chars-first",
|
|
31606
|
+
ReplaceLastNChars = "op-string-replace-n-chars-last",
|
|
31554
31607
|
ReplaceAtIndex = "op-string-replace-at-index",
|
|
31555
31608
|
ReplaceFirstMatch = "op-string-replace-first-match",
|
|
31556
31609
|
ReplaceLastMatch = "op-string-replace-last-match",
|
|
@@ -31754,25 +31807,25 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
31754
31807
|
|
|
31755
31808
|
export declare const stringReplaceFirstMatchOperationStringDT: IDataTypeTransfer;
|
|
31756
31809
|
|
|
31757
|
-
export declare const
|
|
31810
|
+
export declare const stringReplaceFirstNCharsOperation: IActionDescriptorTransfer;
|
|
31758
31811
|
|
|
31759
|
-
export declare const
|
|
31812
|
+
export declare const stringReplaceFirstNCharsOperationCountArg: IValueDescriptorTransfer;
|
|
31760
31813
|
|
|
31761
|
-
export declare const
|
|
31814
|
+
export declare const stringReplaceFirstNCharsOperationCountDefaultValue: ILiteralValueTransfer;
|
|
31762
31815
|
|
|
31763
|
-
export declare const
|
|
31816
|
+
export declare const stringReplaceFirstNCharsOperationCountDT: IDataTypeTransfer;
|
|
31764
31817
|
|
|
31765
|
-
export declare const
|
|
31818
|
+
export declare const stringReplaceFirstNCharsOperationError: IValueDescriptorTransfer;
|
|
31766
31819
|
|
|
31767
|
-
export declare const
|
|
31820
|
+
export declare const stringReplaceFirstNCharsOperationReplaceArg: IValueDescriptorTransfer;
|
|
31768
31821
|
|
|
31769
|
-
export declare const
|
|
31822
|
+
export declare const stringReplaceFirstNCharsOperationReplaceDT: IDataTypeTransfer;
|
|
31770
31823
|
|
|
31771
|
-
export declare const
|
|
31824
|
+
export declare const stringReplaceFirstNCharsOperationResponseDT: IDataTypeTransfer;
|
|
31772
31825
|
|
|
31773
|
-
export declare const
|
|
31826
|
+
export declare const stringReplaceFirstNCharsOperationStringArg: IValueDescriptorTransfer;
|
|
31774
31827
|
|
|
31775
|
-
export declare const
|
|
31828
|
+
export declare const stringReplaceFirstNCharsOperationStringDT: IDataTypeTransfer;
|
|
31776
31829
|
|
|
31777
31830
|
export declare const stringReplaceLastMatchOperation: IActionDescriptorTransfer;
|
|
31778
31831
|
|
|
@@ -31792,25 +31845,25 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
31792
31845
|
|
|
31793
31846
|
export declare const stringReplaceLastMatchOperationStringDT: IDataTypeTransfer;
|
|
31794
31847
|
|
|
31795
|
-
export declare const
|
|
31848
|
+
export declare const stringReplaceLastNCharsOperation: IActionDescriptorTransfer;
|
|
31796
31849
|
|
|
31797
|
-
export declare const
|
|
31850
|
+
export declare const stringReplaceLastNCharsOperationCountArg: IValueDescriptorTransfer;
|
|
31798
31851
|
|
|
31799
|
-
export declare const
|
|
31852
|
+
export declare const stringReplaceLastNCharsOperationCountDefaultValue: ILiteralValueTransfer;
|
|
31800
31853
|
|
|
31801
|
-
export declare const
|
|
31854
|
+
export declare const stringReplaceLastNCharsOperationCountDT: IDataTypeTransfer;
|
|
31802
31855
|
|
|
31803
|
-
export declare const
|
|
31856
|
+
export declare const stringReplaceLastNCharsOperationError: IValueDescriptorTransfer;
|
|
31804
31857
|
|
|
31805
|
-
export declare const
|
|
31858
|
+
export declare const stringReplaceLastNCharsOperationReplaceArg: IValueDescriptorTransfer;
|
|
31806
31859
|
|
|
31807
|
-
export declare const
|
|
31860
|
+
export declare const stringReplaceLastNCharsOperationReplaceDT: IDataTypeTransfer;
|
|
31808
31861
|
|
|
31809
|
-
export declare const
|
|
31862
|
+
export declare const stringReplaceLastNCharsOperationResponseDT: IDataTypeTransfer;
|
|
31810
31863
|
|
|
31811
|
-
export declare const
|
|
31864
|
+
export declare const stringReplaceLastNCharsOperationStringArg: IValueDescriptorTransfer;
|
|
31812
31865
|
|
|
31813
|
-
export declare const
|
|
31866
|
+
export declare const stringReplaceLastNCharsOperationStringDT: IDataTypeTransfer;
|
|
31814
31867
|
|
|
31815
31868
|
export declare const stringReplaceRegexOperation: IActionDescriptorTransfer;
|
|
31816
31869
|
|
|
@@ -32236,6 +32289,8 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
32236
32289
|
}): Promise<Traverser>;
|
|
32237
32290
|
}
|
|
32238
32291
|
|
|
32292
|
+
declare type TypedArray = Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | Int8Array | Int16Array | Int32Array | BigUint64Array | BigInt64Array | Float32Array | Float64Array;
|
|
32293
|
+
|
|
32239
32294
|
export declare function unfreezeDownstreamEntitiesFromGiven(entity: UserManagedEntityState, changeSet: ChangeSet, seenEntities?: Set<string>, allBuiltInEntityIds?: string[]): void;
|
|
32240
32295
|
|
|
32241
32296
|
export declare function uniqueList(list: unknown): any[];
|
|
@@ -33825,17 +33880,17 @@ export declare function getReferencedEntityStateOrErrors(data: ElementGeneration
|
|
|
33825
33880
|
|
|
33826
33881
|
declare function whereStatementOperatorToSQL(operator: WhereStatementOperator): 'LIKE' | 'NOT LIKE' | 'IS NOT' | 'BETWEEN' | 'IN' | WhereStatementOperator.BiggerThan | WhereStatementOperator.SmallerThan | WhereStatementOperator.BiggerThanOrEqualTo | WhereStatementOperator.SmallerThanOrEqualTo;
|
|
33827
33882
|
|
|
33828
|
-
export declare function
|
|
33883
|
+
export declare function writeObjectKey(obj: unknown, key: unknown, value: unknown): Record<string, unknown>;
|
|
33829
33884
|
|
|
33830
33885
|
/**
|
|
33831
33886
|
* Strict nested write (no auto-create).
|
|
33832
33887
|
* Throws if parent chain is missing.
|
|
33833
33888
|
*/
|
|
33834
|
-
export declare function
|
|
33889
|
+
export declare function writeObjectNestedKey(obj: unknown, path: unknown, value: unknown): Record<string, unknown>;
|
|
33835
33890
|
|
|
33836
33891
|
/**
|
|
33837
33892
|
* Safe nested write (auto-create parents).
|
|
33838
33893
|
*/
|
|
33839
|
-
export declare function
|
|
33894
|
+
export declare function writeSafeObjectNestedKeyRecursively(obj: unknown, path: unknown, value: unknown): Record<string, unknown>;
|
|
33840
33895
|
|
|
33841
33896
|
export { }
|