Skip to content

feat(@23blocks/react): rebuild with delegations CRUD and conversation… #103

feat(@23blocks/react): rebuild with delegations CRUD and conversation…

feat(@23blocks/react): rebuild with delegations CRUD and conversation… #103

Triggered via push April 28, 2026 17:48
Status Failure
Total duration 1m 31s
Artifacts

merge-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Tests
Module '"@23blocks/block-files"' has no exported member 'createFilesBlock'.
Tests
Property 'name' is missing in type '{ id: string; uniqueId: string; userUniqueId: string; fileName: string; fileType: string; fileSize: number; mimeType: string | undefined; url: string | undefined; thumbnailUrl: string | undefined; ... 5 more ...; updatedAt: Date; }' but required in type 'UserFile'.
Tests
Property 'name' is missing in type '{ id: string; uniqueId: string; createdAt: Date; updatedAt: Date; ownerUniqueId: string; ownerType: string; fileName: string; fileType: string; fileSize: number | undefined; mimeType: string; ... 11 more ...; updatedBy: string; }' but required in type 'StorageFile'.
Tests
Property 'tag' is missing in type '{ id: string; uniqueId: string; createdAt: Date; updatedAt: Date; code: string; name: string; description: string; color: string; icon: string; status: "active" | "inactive" | "pending" | "archived" | "deleted"; enabled: boolean; payload: Record<string, unknown> | undefined; }' but required in type 'FileTag'.
Tests
Type '{ id: string; uniqueId: string; createdAt: Date; updatedAt: Date; fileUniqueId: string; granteeUniqueId: string; granteeType: string; accessLevel: "read" | "write" | "admin"; ... 6 more ...; payload: Record<...> | undefined; }' is missing the following properties from type 'FileAccess': userUniqueId, accessType
Tests
Property 'accessType' is missing in type '{ id: string; uniqueId: string; createdAt: Date; updatedAt: Date; fileUniqueId: string; fileName: string; requesterUniqueId: string; requesterName: string; requesterEmail: string; ... 10 more ...; payload: Record<string, unknown> | undefined; }' but required in type 'FileAccessRequest'.
Tests
Type '{ id: string; uniqueId: string; createdAt: Date; updatedAt: Date; delegatorUniqueId: string; delegateeUniqueId: string; fileUniqueId: string; folderUniqueId: string; permissions: string[]; expiresAt: Date; status: "active" | ... 3 more ... | "deleted"; enabled: boolean; payload: Record<...> | undefined; }' is missing the following properties from type 'FileDelegation': granteeUserUniqueId, accessType
Tests
Argument of type 'unknown' is not assignable to parameter of type 'JsonApiMeta | undefined'.
Tests
Argument of type 'unknown' is not assignable to parameter of type 'JsonApiMeta | undefined'.
Tests
Argument of type 'unknown' is not assignable to parameter of type 'JsonApiMeta | undefined'.
Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/