Skip to content

feat(api): api update #1261

feat(api): api update

feat(api): api update #1261

Triggered via push January 17, 2026 00:23
Status Failure
Total duration 3m 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build
Process completed with exit code 1.
lint
Process completed with exit code 2.
lint: tests/api-resources/invoices.test.ts#L251
Type 'string[]' is not assignable to type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined'.
lint: tests/api-resources/invoices.test.ts#L251
An object literal cannot have multiple properties with the same name.
lint: tests/api-resources/invoices.test.ts#L250
Type 'string' is not assignable to type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined'.
lint: src/resources/invoices.ts#L1468
Subsequent property declarations must have the same type. Property 'status' must be of type '"issued" | "paid" | "synced" | "void" | "draft" | null | undefined', but here has type '("issued" | "paid" | "synced" | "void" | "draft")[] | null | undefined'.
lint: src/resources/invoices.ts#L1468
Duplicate identifier 'status'.
lint: src/resources/invoices.ts#L1466
Duplicate identifier 'status'.