@elyx-code/project-logic-tree 0.0.7043 → 0.0.7045
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 +274 -274
- package/dist/index.d.ts +121 -217
- package/dist/index.js +39246 -39684
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -374,14 +374,12 @@ export declare const airtableAuthExternalConnectionBuiltInBaseEntityIntegrationP
|
|
|
374
374
|
|
|
375
375
|
export declare const airtableAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef: IPropertyReference;
|
|
376
376
|
|
|
377
|
-
export declare const
|
|
377
|
+
export declare const ALL_BUILT_EXTERNAL_AUTH_PROVIDERS: IBuiltInBaseEntityTransfer[];
|
|
378
378
|
|
|
379
|
-
export declare const
|
|
379
|
+
export declare const ALL_BUILT_IN_BASE_ENTITIES: IBuiltInBaseEntityTransfer[];
|
|
380
380
|
|
|
381
381
|
export declare const ALL_BUILT_IN_CONDITION_ENTITIES: IActionDescriptorTransfer[];
|
|
382
382
|
|
|
383
|
-
export declare const ALL_BUILT_IN_EXTERNAL_AUTH_PROVIDERS: IBuiltInBaseEntityTransfer[];
|
|
384
|
-
|
|
385
383
|
export declare const ALL_BUILT_IN_GLOBAL_EVENT_ENTITIES: IActionDescriptorTransfer[];
|
|
386
384
|
|
|
387
385
|
export declare const ALL_BUILT_IN_LOOP_BODY_ENTITIES: IActionDescriptorTransfer[];
|
|
@@ -771,10 +769,7 @@ export declare enum BaseEntityNames {
|
|
|
771
769
|
ATLASSIAN_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ATLASSIAN_AUTH",
|
|
772
770
|
JIRA_AUTH_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_JIRA_AUTH",
|
|
773
771
|
SQL_SSL_CONNECTION_CONFIG = "BUILT_IN_SQL_SSL_CONNECTION_CONFIG_ENTITY",
|
|
774
|
-
SQL_ROOT_CONNECTION_CONFIG = "BUILT_IN_SQL_ROOT_CONNECTION_CONFIG_ENTITY"
|
|
775
|
-
COMPUTE_ENTITY = "BUILT_IN_COMPUTE_ENTITY",
|
|
776
|
-
CONTAINER_COMPUTE_ENTITY = "BUILT_IN_CONTAINER_COMPUTE_ENTITY",
|
|
777
|
-
VOLUME_ENTITY = "BUILT_IN_VOLUME_ENTITY"
|
|
772
|
+
SQL_ROOT_CONNECTION_CONFIG = "BUILT_IN_SQL_ROOT_CONNECTION_CONFIG_ENTITY"
|
|
778
773
|
}
|
|
779
774
|
|
|
780
775
|
export declare class BaseExtensionState implements IExtensionState {
|
|
@@ -1132,12 +1127,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1132
1127
|
id: string;
|
|
1133
1128
|
};
|
|
1134
1129
|
};
|
|
1135
|
-
computeTarget: {
|
|
1136
|
-
id: string;
|
|
1137
|
-
dataType: {
|
|
1138
|
-
id: string;
|
|
1139
|
-
};
|
|
1140
|
-
};
|
|
1141
1130
|
};
|
|
1142
1131
|
methods: {
|
|
1143
1132
|
handler: {
|
|
@@ -1695,95 +1684,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1695
1684
|
};
|
|
1696
1685
|
methods: {};
|
|
1697
1686
|
};
|
|
1698
|
-
BUILT_IN_VOLUME_ENTITY: {
|
|
1699
|
-
id: BaseEntityNames;
|
|
1700
|
-
properties: {};
|
|
1701
|
-
methods: {};
|
|
1702
|
-
};
|
|
1703
|
-
BUILT_IN_COMPUTE_ENTITY: {
|
|
1704
|
-
id: BaseEntityNames;
|
|
1705
|
-
properties: {
|
|
1706
|
-
computeName: {
|
|
1707
|
-
id: string;
|
|
1708
|
-
dataType: {
|
|
1709
|
-
id: string;
|
|
1710
|
-
defaultValue: {
|
|
1711
|
-
id: string;
|
|
1712
|
-
};
|
|
1713
|
-
};
|
|
1714
|
-
};
|
|
1715
|
-
attachedVolumes: {
|
|
1716
|
-
id: string;
|
|
1717
|
-
dataType: {
|
|
1718
|
-
id: string;
|
|
1719
|
-
};
|
|
1720
|
-
};
|
|
1721
|
-
};
|
|
1722
|
-
methods: {};
|
|
1723
|
-
};
|
|
1724
|
-
BUILT_IN_CONTAINER_COMPUTE_ENTITY: {
|
|
1725
|
-
id: BaseEntityNames;
|
|
1726
|
-
properties: {
|
|
1727
|
-
computeSize: {
|
|
1728
|
-
id: string;
|
|
1729
|
-
dataType: {
|
|
1730
|
-
id: string;
|
|
1731
|
-
defaultValue: {
|
|
1732
|
-
id: string;
|
|
1733
|
-
};
|
|
1734
|
-
};
|
|
1735
|
-
};
|
|
1736
|
-
minTasks: {
|
|
1737
|
-
id: string;
|
|
1738
|
-
dataType: {
|
|
1739
|
-
id: string;
|
|
1740
|
-
defaultValue: {
|
|
1741
|
-
id: string;
|
|
1742
|
-
};
|
|
1743
|
-
};
|
|
1744
|
-
};
|
|
1745
|
-
maxTasks: {
|
|
1746
|
-
id: string;
|
|
1747
|
-
dataType: {
|
|
1748
|
-
id: string;
|
|
1749
|
-
defaultValue: {
|
|
1750
|
-
id: string;
|
|
1751
|
-
};
|
|
1752
|
-
};
|
|
1753
|
-
};
|
|
1754
|
-
imageSourceMode: {
|
|
1755
|
-
id: string;
|
|
1756
|
-
dataType: {
|
|
1757
|
-
id: string;
|
|
1758
|
-
defaultValue: {
|
|
1759
|
-
id: string;
|
|
1760
|
-
};
|
|
1761
|
-
};
|
|
1762
|
-
};
|
|
1763
|
-
containerRegistryAuth: {
|
|
1764
|
-
id: string;
|
|
1765
|
-
dataType: {
|
|
1766
|
-
id: string;
|
|
1767
|
-
};
|
|
1768
|
-
};
|
|
1769
|
-
advancedConfiguration: {
|
|
1770
|
-
id: string;
|
|
1771
|
-
dataType: {
|
|
1772
|
-
id: string;
|
|
1773
|
-
};
|
|
1774
|
-
};
|
|
1775
|
-
imageUri: {
|
|
1776
|
-
id: string;
|
|
1777
|
-
dataType: {
|
|
1778
|
-
id: string;
|
|
1779
|
-
defaultValue: {
|
|
1780
|
-
id: string;
|
|
1781
|
-
};
|
|
1782
|
-
};
|
|
1783
|
-
};
|
|
1784
|
-
};
|
|
1785
|
-
methods: {};
|
|
1786
|
-
};
|
|
1787
1687
|
};
|
|
1788
1688
|
operation: {
|
|
1789
1689
|
"op-string-join": {
|
|
@@ -9295,6 +9195,64 @@ export declare enum BaseValueDescriptorIds {
|
|
|
9295
9195
|
id: string;
|
|
9296
9196
|
};
|
|
9297
9197
|
};
|
|
9198
|
+
"op-values-merge-empty": {
|
|
9199
|
+
id: ValuesOperations;
|
|
9200
|
+
inputs: {
|
|
9201
|
+
first: {
|
|
9202
|
+
id: string;
|
|
9203
|
+
dataType: {
|
|
9204
|
+
id: string;
|
|
9205
|
+
};
|
|
9206
|
+
};
|
|
9207
|
+
second: {
|
|
9208
|
+
id: string;
|
|
9209
|
+
dataType: {
|
|
9210
|
+
id: string;
|
|
9211
|
+
};
|
|
9212
|
+
};
|
|
9213
|
+
dynamicValue: {
|
|
9214
|
+
id: string;
|
|
9215
|
+
dataType: {
|
|
9216
|
+
id: string;
|
|
9217
|
+
};
|
|
9218
|
+
};
|
|
9219
|
+
};
|
|
9220
|
+
dataType: {
|
|
9221
|
+
id: string;
|
|
9222
|
+
};
|
|
9223
|
+
error: {
|
|
9224
|
+
id: string;
|
|
9225
|
+
};
|
|
9226
|
+
};
|
|
9227
|
+
"op-values-merge-falsy": {
|
|
9228
|
+
id: ValuesOperations;
|
|
9229
|
+
inputs: {
|
|
9230
|
+
first: {
|
|
9231
|
+
id: string;
|
|
9232
|
+
dataType: {
|
|
9233
|
+
id: string;
|
|
9234
|
+
};
|
|
9235
|
+
};
|
|
9236
|
+
second: {
|
|
9237
|
+
id: string;
|
|
9238
|
+
dataType: {
|
|
9239
|
+
id: string;
|
|
9240
|
+
};
|
|
9241
|
+
};
|
|
9242
|
+
dynamicValue: {
|
|
9243
|
+
id: string;
|
|
9244
|
+
dataType: {
|
|
9245
|
+
id: string;
|
|
9246
|
+
};
|
|
9247
|
+
};
|
|
9248
|
+
};
|
|
9249
|
+
dataType: {
|
|
9250
|
+
id: string;
|
|
9251
|
+
};
|
|
9252
|
+
error: {
|
|
9253
|
+
id: string;
|
|
9254
|
+
};
|
|
9255
|
+
};
|
|
9298
9256
|
};
|
|
9299
9257
|
loop: {
|
|
9300
9258
|
"list-loop": {
|
|
@@ -10400,46 +10358,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10400
10358
|
resolveDeterministicResourceId(): string;
|
|
10401
10359
|
}
|
|
10402
10360
|
|
|
10403
|
-
export declare const computeBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
10404
|
-
|
|
10405
|
-
export declare const computeBuiltInBaseEntityAttachedVolumesProperty: IPropertyTransfer;
|
|
10406
|
-
|
|
10407
|
-
export declare const computeBuiltInBaseEntityAttachedVolumesPropertyDataTypeRef: IDataTypeReference;
|
|
10408
|
-
|
|
10409
|
-
export declare const computeBuiltInBaseEntityAttachedVolumesPropertyRef: IPropertyReference;
|
|
10410
|
-
|
|
10411
|
-
export declare const computeBuiltInBaseEntityNameProperty: IPropertyTransfer;
|
|
10412
|
-
|
|
10413
|
-
export declare const computeBuiltInBaseEntityNamePropertyDataTypeRef: IDataTypeReference;
|
|
10414
|
-
|
|
10415
|
-
export declare const computeBuiltInBaseEntityNamePropertyRef: IPropertyReference;
|
|
10416
|
-
|
|
10417
|
-
export declare const computeBuiltInBaseEntityRef: IBuiltInBaseEntityReference;
|
|
10418
|
-
|
|
10419
|
-
export declare class ComputeEntity extends BuiltInBaseEntityState {
|
|
10420
|
-
initialData: IBuiltInBaseEntity | IBuiltInBaseEntityTransfer;
|
|
10421
|
-
readonly id: BaseEntityNames;
|
|
10422
|
-
readonly version: EntityVersion;
|
|
10423
|
-
readonly name: BaseEntityNames;
|
|
10424
|
-
readonly description: string | null;
|
|
10425
|
-
readonly type: EntityType.BuiltInBaseEntity;
|
|
10426
|
-
readonly abstract: boolean;
|
|
10427
|
-
readonly static: boolean;
|
|
10428
|
-
readonly properties: PropertyState[];
|
|
10429
|
-
readonly methods: ActionDescriptorState[];
|
|
10430
|
-
readonly abstractMethods: ActionDescriptorState[];
|
|
10431
|
-
readonly extends: BuiltInBaseEntityState | PrimitiveEntityState | null;
|
|
10432
|
-
errors: EntityError[];
|
|
10433
|
-
project: ProjectState;
|
|
10434
|
-
constructor(parentProjectState: ProjectState);
|
|
10435
|
-
}
|
|
10436
|
-
|
|
10437
|
-
export declare enum ComputeNameValidationErrorCodes {
|
|
10438
|
-
InvalidCharacters = "compute-name-invalid-characters",
|
|
10439
|
-
TooLong = "compute-name-too-long",
|
|
10440
|
-
Empty = "compute-name-empty"
|
|
10441
|
-
}
|
|
10442
|
-
|
|
10443
10361
|
export declare function concatLists(base: unknown, ...others: unknown[]): any[];
|
|
10444
10362
|
|
|
10445
10363
|
export declare enum ConditionDependencyField {
|
|
@@ -10637,77 +10555,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10637
10555
|
/** Constant-time equality for two byte arrays (equal length required). */
|
|
10638
10556
|
export declare function constantTimeEqual(a: Bytes, b: Bytes): boolean;
|
|
10639
10557
|
|
|
10640
|
-
export declare const containerComputeBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
10641
|
-
|
|
10642
|
-
export declare const containerComputeBuiltInBaseEntityAdvancedConfigurationProperty: IPropertyTransfer;
|
|
10643
|
-
|
|
10644
|
-
export declare const containerComputeBuiltInBaseEntityAdvancedConfigurationPropertyDataTypeRef: IDataTypeReference;
|
|
10645
|
-
|
|
10646
|
-
export declare const containerComputeBuiltInBaseEntityAdvancedConfigurationPropertyRef: IPropertyReference;
|
|
10647
|
-
|
|
10648
|
-
export declare const containerComputeBuiltInBaseEntityComputeSizeProperty: IPropertyTransfer;
|
|
10649
|
-
|
|
10650
|
-
export declare const containerComputeBuiltInBaseEntityComputeSizePropertyDataTypeRef: IDataTypeReference;
|
|
10651
|
-
|
|
10652
|
-
export declare const containerComputeBuiltInBaseEntityComputeSizePropertyRef: IPropertyReference;
|
|
10653
|
-
|
|
10654
|
-
export declare const containerComputeBuiltInBaseEntityContainerRegistryAuthProperty: IPropertyTransfer;
|
|
10655
|
-
|
|
10656
|
-
export declare const containerComputeBuiltInBaseEntityContainerRegistryAuthPropertyDataTypeRef: IDataTypeReference;
|
|
10657
|
-
|
|
10658
|
-
export declare const containerComputeBuiltInBaseEntityContainerRegistryAuthPropertyRef: IPropertyReference;
|
|
10659
|
-
|
|
10660
|
-
export declare const containerComputeBuiltInBaseEntityImageSourceModeProperty: IPropertyTransfer;
|
|
10661
|
-
|
|
10662
|
-
export declare const containerComputeBuiltInBaseEntityImageSourceModePropertyDataTypeRef: IDataTypeReference;
|
|
10663
|
-
|
|
10664
|
-
export declare const containerComputeBuiltInBaseEntityImageSourceModePropertyRef: IPropertyReference;
|
|
10665
|
-
|
|
10666
|
-
export declare const containerComputeBuiltInBaseEntityImageUriProperty: IPropertyTransfer;
|
|
10667
|
-
|
|
10668
|
-
export declare const containerComputeBuiltInBaseEntityImageUriPropertyDataTypeRef: IDataTypeReference;
|
|
10669
|
-
|
|
10670
|
-
export declare const containerComputeBuiltInBaseEntityImageUriPropertyRef: IPropertyReference;
|
|
10671
|
-
|
|
10672
|
-
export declare const containerComputeBuiltInBaseEntityMaxTasksProperty: IPropertyTransfer;
|
|
10673
|
-
|
|
10674
|
-
export declare const containerComputeBuiltInBaseEntityMaxTasksPropertyDataTypeRef: IDataTypeReference;
|
|
10675
|
-
|
|
10676
|
-
export declare const containerComputeBuiltInBaseEntityMaxTasksPropertyRef: IPropertyReference;
|
|
10677
|
-
|
|
10678
|
-
export declare const containerComputeBuiltInBaseEntityMinTasksProperty: IPropertyTransfer;
|
|
10679
|
-
|
|
10680
|
-
export declare const containerComputeBuiltInBaseEntityMinTasksPropertyDataTypeRef: IDataTypeReference;
|
|
10681
|
-
|
|
10682
|
-
export declare const containerComputeBuiltInBaseEntityMinTasksPropertyRef: IPropertyReference;
|
|
10683
|
-
|
|
10684
|
-
export declare const containerComputeBuiltInBaseEntityRef: IBuiltInBaseEntityReference;
|
|
10685
|
-
|
|
10686
|
-
export declare class ContainerComputeEntity extends BuiltInBaseEntityState {
|
|
10687
|
-
initialData: IBuiltInBaseEntity | IBuiltInBaseEntityTransfer;
|
|
10688
|
-
readonly id: BaseEntityNames;
|
|
10689
|
-
readonly version: EntityVersion;
|
|
10690
|
-
readonly name: BaseEntityNames;
|
|
10691
|
-
readonly description: string | null;
|
|
10692
|
-
readonly type: EntityType.BuiltInBaseEntity;
|
|
10693
|
-
readonly abstract: boolean;
|
|
10694
|
-
readonly static: boolean;
|
|
10695
|
-
readonly properties: PropertyState[];
|
|
10696
|
-
readonly methods: ActionDescriptorState[];
|
|
10697
|
-
readonly abstractMethods: ActionDescriptorState[];
|
|
10698
|
-
readonly extends: BuiltInBaseEntityState | PrimitiveEntityState | null;
|
|
10699
|
-
errors: EntityError[];
|
|
10700
|
-
project: ProjectState;
|
|
10701
|
-
constructor(parentProjectState: ProjectState);
|
|
10702
|
-
}
|
|
10703
|
-
|
|
10704
|
-
export declare enum ContainerComputeValidationErrorCodes {
|
|
10705
|
-
InvalidImageUri = "container-compute-invalid-image-uri",
|
|
10706
|
-
InvalidMinTasks = "container-compute-invalid-min-tasks",
|
|
10707
|
-
InvalidMaxTasks = "container-compute-invalid-max-tasks",
|
|
10708
|
-
MaxTasksLessThanMinTasks = "container-compute-max-less-than-min"
|
|
10709
|
-
}
|
|
10710
|
-
|
|
10711
10558
|
export declare enum ContinueStatementDependencyField {
|
|
10712
10559
|
Parent = "continue-statement-parent-field",
|
|
10713
10560
|
DataTypeEntity = "continue-statement-data-type-entity-field",
|
|
@@ -11889,6 +11736,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11889
11736
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__CREATE_PERSISTED_ENTITY: string;
|
|
11890
11737
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__UPDATE_PERSISTED_ENTITY: string;
|
|
11891
11738
|
BUILT_IN_FUNCTION_IMPLEMENTATIONS__DELETE_PERSISTED_ENTITY: string;
|
|
11739
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__VALUES_MERGE_EMPTY: string;
|
|
11740
|
+
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__VALUES_MERGE_FALSY: string;
|
|
11892
11741
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_EMPTY: string;
|
|
11893
11742
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_NOT_EMPTY: string;
|
|
11894
11743
|
BUILT_INT_OPERATIONS_IMPLEMENTATIONS__COMPARISON_PRIMITIVE_EQUAL: string;
|
|
@@ -22749,8 +22598,40 @@ export declare enum BaseValueDescriptorIds {
|
|
|
22749
22598
|
exactDataType?: boolean;
|
|
22750
22599
|
}): DefinitionEntityState;
|
|
22751
22600
|
|
|
22601
|
+
export declare const mergeEmptyOperationDynamicArgument: IValueDescriptorTransfer;
|
|
22602
|
+
|
|
22603
|
+
export declare const mergeEmptyOperationDynamicDataType: IDataTypeTransfer;
|
|
22604
|
+
|
|
22605
|
+
export declare const mergeEmptyOperationError: IValueDescriptorTransfer;
|
|
22606
|
+
|
|
22607
|
+
export declare const mergeEmptyOperationFirstArgument: IValueDescriptorTransfer;
|
|
22608
|
+
|
|
22609
|
+
export declare const mergeEmptyOperationFirstDataType: IDataTypeTransfer;
|
|
22610
|
+
|
|
22611
|
+
export declare const mergeEmptyOperationResponseDataType: IDataTypeTransfer;
|
|
22612
|
+
|
|
22613
|
+
export declare const mergeEmptyOperationSecondArgument: IValueDescriptorTransfer;
|
|
22614
|
+
|
|
22615
|
+
export declare const mergeEmptyOperationSecondDataType: IDataTypeTransfer;
|
|
22616
|
+
|
|
22752
22617
|
export declare function mergeEntityErrorsList(oldErrors: EntityError[], newErrors: EntityError[]): EntityError[];
|
|
22753
22618
|
|
|
22619
|
+
export declare const mergeFalsyOperationDynamicArgument: IValueDescriptorTransfer;
|
|
22620
|
+
|
|
22621
|
+
export declare const mergeFalsyOperationDynamicDataType: IDataTypeTransfer;
|
|
22622
|
+
|
|
22623
|
+
export declare const mergeFalsyOperationError: IValueDescriptorTransfer;
|
|
22624
|
+
|
|
22625
|
+
export declare const mergeFalsyOperationFirstArgument: IValueDescriptorTransfer;
|
|
22626
|
+
|
|
22627
|
+
export declare const mergeFalsyOperationFirstDataType: IDataTypeTransfer;
|
|
22628
|
+
|
|
22629
|
+
export declare const mergeFalsyOperationResponseDataType: IDataTypeTransfer;
|
|
22630
|
+
|
|
22631
|
+
export declare const mergeFalsyOperationSecondArgument: IValueDescriptorTransfer;
|
|
22632
|
+
|
|
22633
|
+
export declare const mergeFalsyOperationSecondDataType: IDataTypeTransfer;
|
|
22634
|
+
|
|
22754
22635
|
export declare function mergeListOfEntities(oldErrors: EntityState[], newErrors: EntityState[]): EntityState[];
|
|
22755
22636
|
|
|
22756
22637
|
/**
|
|
@@ -26890,6 +26771,22 @@ export declare enum BaseValueDescriptorIds {
|
|
|
26890
26771
|
};
|
|
26891
26772
|
}
|
|
26892
26773
|
|
|
26774
|
+
export declare class OperationsImplementationsValuesMergeEmptyModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26775
|
+
manifest: ExtensionManifest;
|
|
26776
|
+
module: {
|
|
26777
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26778
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26779
|
+
};
|
|
26780
|
+
}
|
|
26781
|
+
|
|
26782
|
+
export declare class OperationsImplementationsValuesMergeFalsyModule extends BaseRegisteredExtension implements IRegisteredExtension<OperationsImplementation> {
|
|
26783
|
+
manifest: ExtensionManifest;
|
|
26784
|
+
module: {
|
|
26785
|
+
init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
|
|
26786
|
+
main: (_entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
|
|
26787
|
+
};
|
|
26788
|
+
}
|
|
26789
|
+
|
|
26893
26790
|
export declare class OperationState extends UserManagedVersionedState implements IOperation, UserManagedBaseState, UserManagedEntityStateTemplate, BaseCanvasDraggableState, ValueWritingEntityClass, CallableEntityClass, ChildEntityBaseClass, PassThroughCallableEntityClass {
|
|
26894
26791
|
initialData: IOperation | IOperationTransfer;
|
|
26895
26792
|
readonly id: EntityId;
|
|
@@ -27051,7 +26948,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
27051
26948
|
getDataType(changeSet?: ChangeSet | null): DataTypeState | null;
|
|
27052
26949
|
}
|
|
27053
26950
|
|
|
27054
|
-
export declare type OperationTypes = NumberOperations | StringOperations | ListOperations | DateOperations | DataTypeOperations | JsonOperations | CryptoOperations | PasswordOperations | JwtOperations | ExecutionOperations | ObjectOperations | HTTPOperations | RandomnessOperations | ExternalIntegrationOperations | ComparisonOperations;
|
|
26951
|
+
export declare type OperationTypes = NumberOperations | StringOperations | ListOperations | DateOperations | DataTypeOperations | JsonOperations | CryptoOperations | PasswordOperations | JwtOperations | ExecutionOperations | ObjectOperations | HTTPOperations | RandomnessOperations | ExternalIntegrationOperations | ComparisonOperations | ValuesOperations;
|
|
27055
26952
|
|
|
27056
26953
|
export declare type OperationTypesUnion = IOperation | IOperationTransfer | IOperationShallowTransfer | IOperationGenerationTarget;
|
|
27057
26954
|
|
|
@@ -32851,6 +32748,15 @@ export declare enum BaseValueDescriptorIds {
|
|
|
32851
32748
|
toQuery(): string;
|
|
32852
32749
|
}
|
|
32853
32750
|
|
|
32751
|
+
export declare const VALUES_OPERATIONS: {
|
|
32752
|
+
[valuesMergeEmptyOperation.id]: IActionDescriptorTransfer;
|
|
32753
|
+
[valuesMergeFalsyOperation.id]: IActionDescriptorTransfer;
|
|
32754
|
+
};
|
|
32755
|
+
|
|
32756
|
+
export declare const valuesMergeEmptyOperation: IActionDescriptorTransfer;
|
|
32757
|
+
|
|
32758
|
+
export declare const valuesMergeFalsyOperation: IActionDescriptorTransfer;
|
|
32759
|
+
|
|
32854
32760
|
export declare enum ValuesOperations {
|
|
32855
32761
|
MergeEmpty = "op-values-merge-empty",
|
|
32856
32762
|
MergeFalsy = "op-values-merge-falsy"
|
|
@@ -33363,8 +33269,6 @@ export declare enum BaseValueDescriptorIds {
|
|
|
33363
33269
|
|
|
33364
33270
|
export declare const voidPrototype: IPrimitiveEntity;
|
|
33365
33271
|
|
|
33366
|
-
export declare const volumeBuiltInBaseEntity: IBuiltInBaseEntityTransfer;
|
|
33367
|
-
|
|
33368
33272
|
export declare class WaitOperation extends ActionDescriptorState {
|
|
33369
33273
|
readonly id: string;
|
|
33370
33274
|
readonly name: string;
|