@elyx-code/project-logic-tree 0.0.6897 → 0.0.6899
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 +207 -207
- package/dist/index.d.ts +3 -1
- package/dist/index.js +24705 -24808
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -22263,6 +22263,8 @@ export declare enum BaseValueDescriptorIds {
|
|
|
22263
22263
|
EXTERNAL_INTEGRATIONS_LOGOS_URL: string;
|
|
22264
22264
|
HTTP_CLIENT_URL: string;
|
|
22265
22265
|
EDITOR_RUNTIME_IP_ADDRESS: string;
|
|
22266
|
+
GOOGLE_PICKER_APP_ID: string;
|
|
22267
|
+
GOOGLE_PICKER_API_KEY: string;
|
|
22266
22268
|
}
|
|
22267
22269
|
|
|
22268
22270
|
export declare interface IExecutionCallbackContext {
|
|
@@ -31550,7 +31552,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
31550
31552
|
|
|
31551
31553
|
export declare function readObjectNestedKey(obj: unknown, path: unknown, defaultValue?: unknown): unknown;
|
|
31552
31554
|
|
|
31553
|
-
export declare function
|
|
31555
|
+
export declare function readValueFromWritter(entity: ValueReadingEntityState, context: IValueResolutionContext, onlyDefault?: boolean): IDynamicValue | null;
|
|
31554
31556
|
|
|
31555
31557
|
export declare const REASONS_FOR_METHODS_NOT_AVAILABLE_AS_INTERNAL_CALLS_EXPLANATION = "Not all methods of a definition-entity are available as internal calls. For a method to be available as an internal call its parent definition-entity needs to be the 'entity' of a data-type of a variable. It needs to belong to an 'interactive' definition-entity. It needs to not be part of an abstract definition-entity.";
|
|
31556
31558
|
|