feat: Open source Inferable app and control plane #394
build.yml
on: pull_request
check_changes
8s
build-app
1m 23s
test-cli
0s
test-control-plane
0s
test-dotnet
0s
test-go
0s
test-node
0s
test-react
0s
Annotations
7 errors
build-control-plane
Property 'routes' does not exist on type 'RouterImplementation<{ createMachine: { readonly method: "POST"; readonly body: ZodObject<{ service: ZodOptional<ZodString>; functions: ZodOptional<ZodArray<ZodObject<{ name: ZodString; description: ZodOptional<ZodString>; schema: ZodOptional<...>; config: ZodOptional<...>; }, "strip", ZodTypeAny, { ...; }, { ...; }...'.
|
build-control-plane
Property 'routes' does not exist on type 'RouterImplementation<{ getRun: { readonly method: "GET"; path: "/clusters/:clusterId/runs/:runId"; headers: ZodObject<{ authorization: ZodString; }, "strip", ZodTypeAny, { authorization: string; }, { ...; }>; responses: { ...; }; }; ... 7 more ...; createRunRetry: { ...; }; }>'.
|
build-control-plane
Property 'routes' does not exist on type 'RouterImplementation<{ createApiKey: { readonly pathParams: ZodObject<{ clusterId: ZodString; }, "strip", ZodTypeAny, { clusterId: string; }, { clusterId: string; }>; ... 4 more ...; responses: { ...; }; }; listApiKeys: { ...; }; revokeApiKey: { ...; }; }>'.
|
build-control-plane
Property 'routes' does not exist on type 'RouterImplementation<{ createCall: { readonly query: ZodObject<{ waitTime: ZodDefault<ZodNumber>; }, "strip", ZodTypeAny, { waitTime: number; }, { waitTime?: number | undefined; }>; ... 4 more ...; responses: { ...; }; }; ... 4 more ...; createCallApproval: { ...; }; }>'.
|
build-control-plane
Property 'routes' does not exist on type 'RouterImplementation<{ upsertIntegrations: { readonly pathParams: ZodObject<{ clusterId: ZodString; }, "strip", ZodTypeAny, { clusterId: string; }, { clusterId: string; }>; ... 4 more ...; responses: { ...; }; }; getIntegrations: { ...; }; }>'.
|
build-control-plane
Process completed with exit code 2.
|
build-app
Process completed with exit code 1.
|