Skip to content

Variable: CLIDetectionNamespace

Makaio Framework


Makaio Framework / services-core/cli-detection/namespace / CLIDetectionNamespace

const CLIDetectionNamespace: BusNamespace<"cliDetection", SubjectRecordFromSchemaRecord<{ scan: { request: ZodObject<{ binaries: ZodArray<ZodString>; }, $strip>; response: ZodObject<{ results: ZodArray<ZodObject<{ binary: ZodString; found: ZodBoolean; path: ZodOptional<ZodString>; version: ZodOptional<ZodString>; }, $strip>>; }, $strip>; }; }>, { binaries: string[]; }, { scan: { request: ZodObject<{ binaries: ZodArray<ZodString>; }, $strip>; response: ZodObject<{ results: ZodArray<ZodObject<{ binary: ZodString; found: ZodBoolean; path: ZodOptional<ZodString>; version: ZodOptional<ZodString>; }, $strip>>; }, $strip>; }; }>

Defined in: ../../../packages/services/core/src/cli-detection/namespace.ts:42

CLI Detection namespace registration.