|
|
|
@ -100,6 +100,7 @@ export interface Ivariables {
|
|
|
|
ffmpegCommand: IffmpegCommand,
|
|
|
|
ffmpegCommand: IffmpegCommand,
|
|
|
|
flowFailed: boolean,
|
|
|
|
flowFailed: boolean,
|
|
|
|
user: Record<string, string>,
|
|
|
|
user: Record<string, string>,
|
|
|
|
|
|
|
|
healthCheck?: 'Success',
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface IpluginOutputArgs {
|
|
|
|
export interface IpluginOutputArgs {
|
|
|
|
@ -137,7 +138,8 @@ export interface IpluginInputArgs {
|
|
|
|
updateWorker: IupdateWorker,
|
|
|
|
updateWorker: IupdateWorker,
|
|
|
|
logFullCliOutput: boolean,
|
|
|
|
logFullCliOutput: boolean,
|
|
|
|
logOutcome: (outcome: string) => void,
|
|
|
|
logOutcome: (outcome: string) => void,
|
|
|
|
scanIndividualFile?: (filee: IFileObjectMin, scanTypes: IscanTypes) => IFileObject,
|
|
|
|
scanIndividualFile?: (filee: IFileObjectMin, scanTypes: IscanTypes) => Promise<IFileObject>,
|
|
|
|
|
|
|
|
updateStat: (db: string, key: string, inc: number) => Promise<void>,
|
|
|
|
deps: {
|
|
|
|
deps: {
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
|
|
fsextra: any,
|
|
|
|
fsextra: any,
|
|
|
|
|