Skip to content

feat(schedule): accept RRULE expressions #348

feat(schedule): accept RRULE expressions

feat(schedule): accept RRULE expressions #348

Triggered via pull request September 8, 2026 10:31
Status Failure
Total duration 1m 8s
Artifacts

proxy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 2.
test
Type '{ error: "Keys missing from Zod schema"; keys: "kind"; }' does not satisfy the constraint 'true'.
test
Type 'ZodObject<{ ok: ZodLiteral<true>; result: ZodArray<ZodObject<{ name: ZodString; key: ZodString; cron: ZodString; timezone: ZodString; data: ZodOptional<ZodType<HttpJsonRecord, unknown, $ZodTypeInternals<...>>>; options: ZodOptional<...>; }, $strip>>; }, $strip>' is not assignable to type 'ZodType<HttpGetSchedulesResponse, unknown, $ZodTypeInternals<HttpGetSchedulesResponse, unknown>>'.
test
Type 'ZodObject<{ name: ZodString; key: ZodString; cron: ZodString; timezone: ZodString; data: ZodOptional<ZodType<HttpJsonRecord, unknown, $ZodTypeInternals<HttpJsonRecord, unknown>>>; options: ZodOptional<...>; }, $strip>' does not satisfy the expected type 'ZodType<HttpSchedule, unknown, $ZodTypeInternals<HttpSchedule, unknown>>'.