mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
refactor(core): Make orchestration service smaller (#11275)
This commit is contained in:
@@ -478,15 +478,6 @@ export declare namespace ExternalSecretsRequest {
|
||||
type UpdateProvider = AuthenticatedRequest<{ provider: string }>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /orchestration
|
||||
// ----------------------------------
|
||||
//
|
||||
export declare namespace OrchestrationRequest {
|
||||
type GetAll = AuthenticatedRequest;
|
||||
type Get = AuthenticatedRequest<{ id: string }, {}, {}, {}>;
|
||||
}
|
||||
|
||||
// ----------------------------------
|
||||
// /workflow-history
|
||||
// ----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user