feat(minimum-cancellation-notice): add minimum cancellation/reschedule notice for bookings (#15647) #78239
Annotations
10 errors
|
Run yarn type-check:ci
Argument of type 'Promise<void>' is not assignable to parameter of type 'CalendarEvent'.
|
|
Run yarn type-check:ci
Property 'create' does not exist on type 'BookingWebhookFactory'.
|
|
Run yarn type-check:ci
Property 'buildEventPayloadFromBooking' does not exist on type 'BookingWebhookFactory'.
|
|
Run yarn type-check:ci
Expected 0 arguments, but got 1.
|
|
Run yarn type-check:ci
Type 'CalendarEventBuilder' has no properties in common with type '{ allowRescheduleForCancelledBooking?: boolean | undefined; }'.
|
|
Run yarn type-check:ci
Property 'setCalendarEvent' does not exist on type 'CalendarEventBuilder'. Did you mean 'calendarEvent'?
|
|
Run yarn type-check:ci
Property 'setResponses' does not exist on type 'CalendarEventBuilder'.
|
|
Run yarn type-check:ci
Property 'setRecurringEvent' does not exist on type 'CalendarEventBuilder'.
|
|
Run yarn type-check:ci
Argument of type '{ id: number; userId: number | null; eventTypeId: number | null; createdAt: Date | null; updatedAt: Date | null; integration: string; externalId: string; primaryEmail: string | null; credentialId: number | null; delegationCredentialId: string | null; domainWideDelegationCredentialId: string | null; } | null' is not assignable to parameter of type '{ id: number; integration: string; externalId: string; primaryEmail: string | null; userId: number | null; eventTypeId: number | null; credentialId: number | null; createdAt: Date | null; updatedAt: Date | null; delegationCredentialId: string | null; domainWideDelegationCredentialId: string | null; }[] | null | unde...'.
|
|
Run yarn type-check:ci
Property 'eventType' does not exist on type '{ payment: { id: number; data: JsonValue; uid: string; externalId: string; appId: string | null; currency: string; paymentOption: PaymentOption | null; refunded: boolean; success: boolean; bookingId: number; amount: number; fee: number; }[]; ... 4 more ...; workflowReminders: { ...; }[]; } & { ...; }'. Did you mean 'eventTypeId'?
|
Loading