Proposal for new API #30
Annotations
32 errors
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L57
Type '(name: string) => Promise<string>' is not assignable to type '(name: string, options?: object) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L59
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L60
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L61
Type '() => Promise<string[]>' is not assignable to type '() => Promise<ResultObjectBuckets>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L63
Type '(origPath: string, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FilePathParams) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L64
Type '(buffer: Buffer, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileBufferParams) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L65
Type '(stream: Readable, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileStreamParams) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L66
Type '(name: string, options?: { start?: number; end?: number;}) => Promise<ReadStream>' is not assignable to type '(bucketName: string, fileName: string, options?: { start?: number; end?: number; }) => Promise<ResultObjectStream>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L67
Type '(name: string) => Promise<string>' is not assignable to type '(bucketName: string, fileName: string, allVersions?: boolean) => Promise<ResultObject>'.
|
Test Node.JS 20.x:
src/AdapterBackblazeB2F.ts#L68
Type '(numFiles?: number) => Promise<[string, number][]>' is not assignable to type '(bucketName: string, numFiles?: number) => Promise<ResultObjectFiles>'.
|
Test Node.JS 18.x
The job was canceled because "_20_x" failed.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L57
Type '(name: string) => Promise<string>' is not assignable to type '(name: string, options?: object) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L59
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L60
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L61
Type '() => Promise<string[]>' is not assignable to type '() => Promise<ResultObjectBuckets>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L63
Type '(origPath: string, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FilePathParams) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L64
Type '(buffer: Buffer, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileBufferParams) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L65
Type '(stream: Readable, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileStreamParams) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L66
Type '(name: string, options?: { start?: number; end?: number;}) => Promise<ReadStream>' is not assignable to type '(bucketName: string, fileName: string, options?: { start?: number; end?: number; }) => Promise<ResultObjectStream>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L67
Type '(name: string) => Promise<string>' is not assignable to type '(bucketName: string, fileName: string, allVersions?: boolean) => Promise<ResultObject>'.
|
Test Node.JS 18.x:
src/AdapterBackblazeB2F.ts#L68
Type '(numFiles?: number) => Promise<[string, number][]>' is not assignable to type '(bucketName: string, numFiles?: number) => Promise<ResultObjectFiles>'.
|
Test Node.JS 21.x
The job was canceled because "_20_x" failed.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L57
Type '(name: string) => Promise<string>' is not assignable to type '(name: string, options?: object) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L59
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L60
Type '(name?: string) => Promise<string>' is not assignable to type '(name: string) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L61
Type '() => Promise<string[]>' is not assignable to type '() => Promise<ResultObjectBuckets>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L63
Type '(origPath: string, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FilePathParams) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L64
Type '(buffer: Buffer, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileBufferParams) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L65
Type '(stream: Readable, targetPath: string, options?: object) => Promise<string>' is not assignable to type '(params: FileStreamParams) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L66
Type '(name: string, options?: { start?: number; end?: number;}) => Promise<ReadStream>' is not assignable to type '(bucketName: string, fileName: string, options?: { start?: number; end?: number; }) => Promise<ResultObjectStream>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L67
Type '(name: string) => Promise<string>' is not assignable to type '(bucketName: string, fileName: string, allVersions?: boolean) => Promise<ResultObject>'.
|
Test Node.JS 21.x:
src/AdapterBackblazeB2F.ts#L68
Type '(numFiles?: number) => Promise<[string, number][]>' is not assignable to type '(bucketName: string, numFiles?: number) => Promise<ResultObjectFiles>'.
|