Updates to typescript library to be functionally-equivalent to python #2
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
|