mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add method (getMany) to folder repository to filter, sort, and paginate folders (no-changelog) (#13290)
This commit is contained in:
@@ -11,6 +11,7 @@ import { ExecutionData } from './execution-data';
|
||||
import { ExecutionEntity } from './execution-entity';
|
||||
import { ExecutionMetadata } from './execution-metadata';
|
||||
import { Folder } from './folder';
|
||||
import { FolderTagMapping } from './folder-tag-mapping';
|
||||
import { InstalledNodes } from './installed-nodes';
|
||||
import { InstalledPackages } from './installed-packages';
|
||||
import { InvalidAuthToken } from './invalid-auth-token';
|
||||
@@ -68,4 +69,5 @@ export const entities = {
|
||||
TestRun,
|
||||
TestCaseExecution,
|
||||
Folder,
|
||||
FolderTagMapping,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user