Skip to content

Fix 17 TS errors in test files - Geometry & validation types #17

Fix 17 TS errors in test files - Geometry & validation types

Fix 17 TS errors in test files - Geometry & validation types #17

Triggered via push January 29, 2026 18:20
Status Failure
Total duration 23s
Artifacts

publish.yml

on: push
Publish NPM package
18s
Publish NPM package
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Publish NPM package
Process completed with exit code 2.
Publish NPM package: src/stac/endpoint.ts#L148
Type '{ start: Date; } | { end: Date; } | { start: Date; end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/stac/endpoint.ts#L147
Type '{ start: Date; } | { end: Date; } | { start: Date; end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/endpoint.ts#L633
Type '{ start: Date; } | { end: Date; } | { start: Date; end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/endpoint.ts#L632
Type '{ start: Date; } | { end: Date; } | { start: Date; end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/edr/helpers.ts#L18
Type '{ end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/edr/helpers.ts#L14
Type '{ start: Date; } | { end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/edr/helpers.ts#L10
Type '{ start: Date; } | { end: Date; } | { start: Date; end: Date; } | "now" | "latest"' is not assignable to type 'object'.
Publish NPM package: src/ogc-api/csapi/sensorml/schema-alignment.spec.ts#L8
Module '"./base-types"' declares 'Event' locally, but it is not exported.
Publish NPM package: src/ogc-api/csapi/request-builders.spec.ts#L404
Expected 1-2 arguments, but got 3.