Skip to content

Merge pull request #364 from objectstack-ai/copilot/add-connection-st… #397

Merge pull request #364 from objectstack-ai/copilot/add-connection-st…

Merge pull request #364 from objectstack-ai/copilot/add-connection-st… #397

Triggered via push February 3, 2026 01:17
Status Failure
Total duration 3m 37s
Artifacts
Changeset Release
3m 33s
Changeset Release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Changeset Release
@object-ui/console#build: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
Changeset Release
'rerender' is declared but its value is never read.
Changeset Release
Object literal may only specify known properties, and 'title' does not exist in type '{ name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { type: string; label: string; reference_to: string; }; is_active: { ...; }; }'.
Changeset Release
Type '{ id: string; title: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
Changeset Release
'updateSpy' is declared but its value is never read.
Changeset Release
Object literal may only specify known properties, and 'title' does not exist in type '{ name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { type: string; label: string; reference_to: string; }; is_active: { ...; }; }'.
Changeset Release
Type '{ id: string; title: string; description: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
Changeset Release
Type '{ id: string; title: string; description: string; status: string; priority: string; }[]' is not assignable to type '{ id: string; name: string; amount: number; }[]'.
Changeset Release
Argument of type '{ name: string; label: string; fields: { id: { type: string; label: string; }; title: { type: string; label: string; }; description: { type: string; label: string; }; status: { type: string; label: string; options: { ...; }[]; }; priority: { ...; }; }; }' is not assignable to parameter of type '{ name: string; fields: { name: { type: string; label: string; }; description: { type: string; label: string; }; due_date: { type: string; label: string; }; amount: { type: string; label: string; scale: number; }; account: { ...; }; is_active: { ...; }; }; }'.
Changeset Release
'React' is declared but its value is never read.