Skip to content

feat(appointments): add public API for appointments, calendars, external calendars, and reminders #558

feat(appointments): add public API for appointments, calendars, external calendars, and reminders

feat(appointments): add public API for appointments, calendars, external calendars, and reminders #558

Triggered via pull request September 9, 2026 22:06
Status Failure
Total duration 6m 1s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Types
Process completed with exit code 2.
Types
command (/home/runner/work/ChatbotX/ChatbotX/apps/builder) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run check-types exited (2)
Types
Argument of type '{ workspaceId: string; calendarId: string; contactId: string; conversationId: string | null | undefined; startAt: Date; inviteeTimezone: string | undefined; }' is not assignable to parameter of type '{ workspaceId: string; calendarId: string; contactId: string; conversationId?: string | null | undefined; contactInboxId: string; startAt: Date; inviteeTimezone?: string | undefined; metadata?: { ...; } | ... 6 more ... | undefined; }'.