Skip to content

Add fare product types to types package #2433

Add fare product types to types package

Add fare product types to types package #2433

Triggered via pull request July 3, 2023 22:24
Status Failure
Total duration 4m 40s
Artifacts

node-ci.yml

on: pull_request
test-build-release
4m 30s
test-build-release
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test-build-release
Property 'currencyCode' does not exist on type '{ code: string; digits: number; }'.
test-build-release
Property 'cents' does not exist on type 'Money'.
test-build-release
Property 'fare' does not exist on type 'Itinerary'.
test-build-release
Property 'category' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'container' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'name' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'amount' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'name' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'amount' does not exist on type '{ id: string; product: FareProduct; }'.
test-build-release
Property 'amount' is missing in type '{ cents: any; currency: { code: string; digits: number; }; }' but required in type 'Money'.