@elyx-code/project-logic-tree 0.0.7037 → 0.0.7039
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 +138 -138
- package/dist/index.d.ts +13 -2
- package/dist/index.js +24958 -24878
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -374,12 +374,14 @@ export declare const airtableAuthExternalConnectionBuiltInBaseEntityIntegrationP
|
|
|
374
374
|
|
|
375
375
|
export declare const airtableAuthExternalConnectionBuiltInBaseEntityIntegrationPropertyRef: IPropertyReference;
|
|
376
376
|
|
|
377
|
-
export declare const ALL_BUILT_EXTERNAL_AUTH_PROVIDERS: IBuiltInBaseEntityTransfer[];
|
|
378
|
-
|
|
379
377
|
export declare const ALL_BUILT_IN_BASE_ENTITIES: IBuiltInBaseEntityTransfer[];
|
|
380
378
|
|
|
379
|
+
export declare const ALL_BUILT_IN_COMPUTE_BASE_ENTITIES: IBuiltInBaseEntityTransfer[];
|
|
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
|
+
|
|
383
385
|
export declare const ALL_BUILT_IN_GLOBAL_EVENT_ENTITIES: IActionDescriptorTransfer[];
|
|
384
386
|
|
|
385
387
|
export declare const ALL_BUILT_IN_LOOP_BODY_ENTITIES: IActionDescriptorTransfer[];
|
|
@@ -1728,6 +1730,9 @@ export declare enum BaseValueDescriptorIds {
|
|
|
1728
1730
|
advancedConfiguration: {
|
|
1729
1731
|
id: string;
|
|
1730
1732
|
};
|
|
1733
|
+
imageUri: {
|
|
1734
|
+
id: string;
|
|
1735
|
+
};
|
|
1731
1736
|
};
|
|
1732
1737
|
methods: {};
|
|
1733
1738
|
};
|
|
@@ -10592,6 +10597,12 @@ export declare enum BaseValueDescriptorIds {
|
|
|
10592
10597
|
|
|
10593
10598
|
export declare const containerComputeBuiltInBaseEntityImageSourceModePropertyRef: IPropertyReference;
|
|
10594
10599
|
|
|
10600
|
+
export declare const containerComputeBuiltInBaseEntityImageUriProperty: IPropertyTransfer;
|
|
10601
|
+
|
|
10602
|
+
export declare const containerComputeBuiltInBaseEntityImageUriPropertyDataTypeRef: IDataTypeReference;
|
|
10603
|
+
|
|
10604
|
+
export declare const containerComputeBuiltInBaseEntityImageUriPropertyRef: IPropertyReference;
|
|
10605
|
+
|
|
10595
10606
|
export declare const containerComputeBuiltInBaseEntityRef: IBuiltInBaseEntityReference;
|
|
10596
10607
|
|
|
10597
10608
|
export declare enum ContinueStatementDependencyField {
|