Skip to content

Spec drift

Spec drift #88

Triggered via schedule July 12, 2026 08:31
Status Failure
Total duration 23s
Artifacts

spec-drift.yml

on: schedule
Regenerate schema and run smoke tests
18s
Regenerate schema and run smoke tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Regenerate schema and run smoke tests
Process completed with exit code 1.
Regenerate schema and run smoke tests: src/raw.ts#L8
Property 'EntityScheduleResponse' does not exist on type '{ BoardingGroupState: "AVAILABLE" | "PAUSED" | "CLOSED"; Destination: { id: string; name: string; slug?: string | null; externalId?: string | null; parks: { id: string; name: string; }[]; }; DiningAvailability: { ...; }; ... 15 more ...; TagData: { ...; }; }'.
Regenerate schema and run smoke tests: src/raw.ts#L7
Property 'EntityLiveDataResponse' does not exist on type '{ BoardingGroupState: "AVAILABLE" | "PAUSED" | "CLOSED"; Destination: { id: string; name: string; slug?: string | null; externalId?: string | null; parks: { id: string; name: string; }[]; }; DiningAvailability: { ...; }; ... 15 more ...; TagData: { ...; }; }'.
Regenerate schema and run smoke tests: src/raw.ts#L6
Property 'EntityChildrenResponse' does not exist on type '{ BoardingGroupState: "AVAILABLE" | "PAUSED" | "CLOSED"; Destination: { id: string; name: string; slug?: string | null; externalId?: string | null; parks: { id: string; name: string; }[]; }; DiningAvailability: { ...; }; ... 15 more ...; TagData: { ...; }; }'.
Regenerate schema and run smoke tests: src/raw.ts#L5
Property 'EntityData' does not exist on type '{ BoardingGroupState: "AVAILABLE" | "PAUSED" | "CLOSED"; Destination: { id: string; name: string; slug?: string | null; externalId?: string | null; parks: { id: string; name: string; }[]; }; DiningAvailability: { ...; }; ... 15 more ...; TagData: { ...; }; }'.
Regenerate schema and run smoke tests: src/raw.ts#L4
Property 'DestinationsResponse' does not exist on type '{ BoardingGroupState: "AVAILABLE" | "PAUSED" | "CLOSED"; Destination: { id: string; name: string; slug?: string | null; externalId?: string | null; parks: { id: string; name: string; }[]; }; DiningAvailability: { ...; }; ... 15 more ...; TagData: { ...; }; }'.
Regenerate schema and run smoke tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/