Skip to content

Commit 45e199e

Browse files
committed
packages
1 parent 910106c commit 45e199e

40 files changed

Lines changed: 563 additions & 550 deletions

packages/server/api/src/app/ai/chat/context-enrichment.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {
1010
VariableContext,
1111
} from '@openops/shared';
1212
import { engineRunner } from 'server-worker';
13-
import { accessTokenManager } from '../../../app/authentication/lib/access-token-manager';
1413
import { flowService } from '../../../app/flows/flow/flow.service';
1514
import { flowStepTestOutputService } from '../../../app/flows/step-test-output/flow-step-test-output.service';
15+
import { accessTokenManager } from '../../authentication/context/access-token-manager';
1616

1717
type FlowData = {
1818
flow: PopulatedFlow;

packages/server/api/src/app/app-connection/app-connection-service/validate-auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
ProjectId,
99
} from '@openops/shared';
1010
import { engineRunner } from 'server-worker';
11-
import { accessTokenManager } from '../../authentication/lib/access-token-manager';
11+
import { accessTokenManager } from '../../authentication/context/access-token-manager';
1212
import { findBlockByAuthProviderKey } from '../connection-providers-resolver';
1313

1414
export const engineValidateAuth = async (

packages/server/api/src/app/authentication/authentication-service/hooks/authentication-service-hooks.ts

Lines changed: 0 additions & 42 deletions
This file was deleted.

packages/server/api/src/app/authentication/authentication-service/hooks/community-authentication-hooks.ts

Lines changed: 0 additions & 132 deletions
This file was deleted.

packages/server/api/src/app/authentication/authentication-service/hooks/index.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)