Skip to content

chore: bump sdk

chore: bump sdk #349

Triggered via push March 21, 2025 01:52
Status Failure
Total duration 1m 4s
Artifacts

pages.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
deploy
Process completed with exit code 2.
deploy: src/routes/login.tsx#L125
Argument of type '{ sdkConfig: { password: string; twoFactorCode: string; email?: string | undefined; masterKeys?: string[] | undefined; apiKey?: string | undefined; publicKey?: string | undefined; privateKey?: string | undefined; ... 5 more ...; connectToSocket?: boolean | undefined; }; webdavConfig: { ...; }; s3Config: { ...; }; ne...' is not assignable to parameter of type 'FilenDesktopConfig'.
deploy: src/components/drive/list/item/contextMenu/actions.ts#L75
Type 'import("/home/runner/work/filen-web/filen-web/src/components/drive/index").DriveCloudItem[]' is not assignable to type 'import("/home/runner/work/filen-web/filen-web/node_modules/@filen/desktop/dist/types").DriveCloudItem[]'.
deploy: src/components/drive/list/item/contextMenu/actions.ts#L68
Type '{ type: "file"; uuid: string; name: string; timestamp: number; favorited: boolean; lastModified: number; parent: string; size: number; mime: string; rm: string; version: FileEncryptionVersion; ... 11 more ...; selected: boolean; }' is not assignable to type 'DriveCloudItem'.