move automation out of core

This commit is contained in:
2025-12-16 14:31:43 +01:00
parent 29dc11deb9
commit 29410708c8
145 changed files with 378 additions and 1532 deletions

View File

@@ -1,6 +1,6 @@
import { contextBridge, ipcRenderer } from 'electron';
import type { HostedSessionConfig } from '../../../core/automation/domain/types/HostedSessionConfig';
import type { AuthenticationState } from '../../../core/automation/domain/value-objects/AuthenticationState';
import type { HostedSessionConfig } from './automation/domain/types/HostedSessionConfig';
import type { AuthenticationState } from './automation/domain/value-objects/AuthenticationState';
export interface AuthStatusEvent {
state: AuthenticationState;