Skip to content

feat: enhance ObjectDataTable to handle API response structure and ad… #663

feat: enhance ObjectDataTable to handle API response structure and ad…

feat: enhance ObjectDataTable to handle API response structure and ad… #663

Triggered via push February 6, 2026 08:13
Status Failure
Total duration 1m 41s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Release
Process completed with exit code 2.
Release
@example/features#build: command (/home/runner/work/spec/spec/examples/features) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
Release
Property 'enableUi' is missing in type '{ version: string; basePath: string; enableCrud: true; enableMetadata: true; enableBatch: true; enableDiscovery: true; }' but required in type '{ version: string; basePath: string; enableCrud: boolean; enableMetadata: boolean; enableUi: boolean; enableBatch: boolean; enableDiscovery: boolean; documentation?: { enabled: boolean; title: string; ... 4 more ...; contact?: { ...; } | undefined; } | undefined; apiPath?: string | undefined; responseFormat?: { ...;...'.