Fix 17 TS errors in test files - Geometry & validation types #17
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.
|