Skip to content

Commit

Permalink
feat(prospectType): [MC-403] Add SLATE_SCHEDULER (#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiermans authored Jan 11, 2024
1 parent 763e675 commit 9a4a083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/generatedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ export enum ProspectType {
Recommended = 'RECOMMENDED',
RssLogistic = 'RSS_LOGISTIC',
RssLogisticRecent = 'RSS_LOGISTIC_RECENT',
SlateScheduler = 'SLATE_SCHEDULER',
SyndicatedNew = 'SYNDICATED_NEW',
SyndicatedRerun = 'SYNDICATED_RERUN',
Timespent = 'TIMESPENT',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const allScheduledSurfaces: ScheduledSurface[] = [
ProspectType.TitleUrlModeled,
ProspectType.RssLogistic,
ProspectType.RssLogisticRecent,
ProspectType.SlateScheduler,
],
},
{
Expand Down

0 comments on commit 9a4a083

Please sign in to comment.