Skip to content

Updates to typescript library to be functionally-equivalent to python #2

Updates to typescript library to be functionally-equivalent to python

Updates to typescript library to be functionally-equivalent to python #2

Triggered via push August 29, 2025 12:53
Status Failure
Total duration 20s
Artifacts

ci.yml

on: push
Matrix: test
coverage
coverage
Fit to window
Zoom out
Zoom in

Annotations

7 errors
test (18.x)
Process completed with exit code 2.
test (18.x): src/api/bookings.ts#L155
Object literal may only specify known properties, and 'status' does not exist in type '{ booking_id: string; member_uuid: string; service_name: string | null; cross_regional: boolean | null; intro: boolean | null; checked_in: boolean; canceled: boolean; late_canceled: boolean | null; ... 12 more ...; updated_at: string | null; }'.
test (18.x): src/api/bookings.ts#L69
Property 'status' does not exist on type '{ booking_id: string; member_uuid: string; service_name: string | null; cross_regional: boolean | null; intro: boolean | null; checked_in: boolean; canceled: boolean; late_canceled: boolean | null; ... 12 more ...; updated_at: string | null; }'.
test (20.x)
Process completed with exit code 2.
test (20.x): src/api/bookings.ts#L155
Object literal may only specify known properties, and 'status' does not exist in type '{ booking_id: string; member_uuid: string; service_name: string | null; cross_regional: boolean | null; intro: boolean | null; checked_in: boolean; canceled: boolean; late_canceled: boolean | null; ... 12 more ...; updated_at: string | null; }'.
test (20.x): src/api/bookings.ts#L69
Property 'status' does not exist on type '{ booking_id: string; member_uuid: string; service_name: string | null; cross_regional: boolean | null; intro: boolean | null; checked_in: boolean; canceled: boolean; late_canceled: boolean | null; ... 12 more ...; updated_at: string | null; }'.
test (20.x)
The strategy configuration was canceled because "test._18_x" failed