You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(calendar): add hot premieres/finales/new endpoint contracts
Adds `/calendars/releases/hot/{premieres,finales,new}/:start_date/:days` -
curated global (hot) feeds per episode status. Shows-only responses
(`calendarShowResponseSchema`); no `target`, `type` or `group` (episode
statuses are single-type and one-per-show-per-day). Bumps the package to
0.4.26.
Copy file name to clipboardExpand all lines: projects/api/src/contracts/calendars/index.ts
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,42 @@ Returns the merged feed of upcoming movies and episodes during the requested UTC
155
155
200: hotReleaseResponseSchema.array(),
156
156
},
157
157
},
158
+
releasesHotPremieres: {
159
+
summary: 'Get hot premieres',
160
+
description: `#### ✨ Extended Info 🎚 Filters
161
+
Returns upcoming show premieres during the requested UTC date range that are trending or highly anticipated. Curated global feed - daily-cadence formats (soap, talk, news, game shows) and specials are excluded.`,
Returns upcoming show finales during the requested UTC date range that are trending or highly anticipated. Curated global feed - daily-cadence formats (soap, talk, news, game shows) and specials are excluded.`,
Returns upcoming series premieres during the requested UTC date range that are trending or highly anticipated. Curated global feed - daily-cadence formats (soap, talk, news, game shows) and specials are excluded.`,
0 commit comments