@elyx-code/project-logic-tree 0.0.6898 → 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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -0
  2. 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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6898",
3
+ "version": "0.0.6899",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",