Add rejected occurrences tab #2124
pipeline.yml
on: pull_request
Lint admin ui
56s
Build admin ui
2m 1s
Test admin ui
1m 9s
Lint ui
2m 16s
Build ui
1m 41s
Unit tests ui
1m 5s
Annotations
10 errors and 2 warnings
Lint admin ui
admin-ui#tsc:check: command (/home/runner/work/tilavarauspalvelu-ui/tilavarauspalvelu-ui/apps/admin-ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run tsc:check exited (2)
|
Lint admin ui
Object literal may only specify known properties, and 'textSearch' does not exist in type 'Exact<{ applicationRound?: InputMaybe<number> | undefined; unit?: InputMaybe<number> | undefined; reservationUnit?: InputMaybe<number> | undefined; orderBy?: InputMaybe<...> | undefined; }>'.
|
Lint admin ui
Property 'pageInfo' does not exist on type 'RejectedOccurrencesQuery'.
|
Lint admin ui
Property 'reservationUnitOption' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'reservationUnitOption' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'dayOfTheWeek' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'dayOfTheWeek' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'beginTime' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'endTime' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint admin ui
Property 'reservationUnitOption' does not exist on type '{ id: string; beginDatetime: string; endDatetime: string; rejectionReason: RejectionReadinessChoice; recurringReservation: { id: string; allocatedTimeSlot?: { ...; } | ... 1 more ... | undefined; reservations: { ...; }[]; }; }'.
|
Lint ui:
apps/ui/modules/queries/reservation.tsx#L103
This field is marked as deprecated in your GraphQL schema (reason: Please use to 'paymentOrder' instead.)
|
Lint ui:
apps/ui/modules/queries/reservation.tsx#L180
This field is marked as deprecated in your GraphQL schema (reason: Please use to 'paymentOrder' instead.)
|