@elyx-code/project-logic-tree 0.0.6492 → 0.0.6494

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 CHANGED
@@ -528,7 +528,7 @@ export declare enum BaseEntityNames {
528
528
  PERSISTED_ENTITY = "BUILT_IN_PERSISTED_ENTITY_ENTITY",
529
529
  CRON_JOB = "BUILT_IN_CRON_JOB_ENTITY",
530
530
  EXECUTION = "BUILT_IN_EXECUTION_ENTITY",
531
- EXTERNAL_INTERGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY"
531
+ EXTERNAL_INTEGRATION_CONNECTION = "BUILT_IN_EXTERNAL_INTEGRATION_CONNECTION_ENTITY"
532
532
  }
533
533
 
534
534
  export declare class BaseRegisteredExtension {