mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import YAML from 'yaml';
|
||||
import type { GitService, KloFileStorePort } from '../../core/index.js';
|
||||
import type { GitService, KtxFileStorePort } from '../../core/index.js';
|
||||
import { SYSTEM_GIT_AUTHOR } from '../../tools/index.js';
|
||||
import type { SlConnectionCatalogPort, SlSourcesIndexPort } from '../ports.js';
|
||||
import { sourceOverlaySchema } from '../schemas.js';
|
||||
|
|
@ -9,7 +9,7 @@ import { sourceDefinitionSchema } from './base-semantic-layer.tool.js';
|
|||
export interface SlValidationDeps {
|
||||
semanticLayerService: SemanticLayerService;
|
||||
connections: SlConnectionCatalogPort;
|
||||
configService: KloFileStorePort;
|
||||
configService: KtxFileStorePort;
|
||||
gitService: GitService;
|
||||
slSourcesRepository: SlSourcesIndexPort;
|
||||
probeRowCount: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue