Skip to content

Commit

Permalink
chore: update generated types to add QA prospect types (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetto authored Dec 11, 2024
1 parent f6798c9 commit f134026
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/api/generatedTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,11 @@ export enum ProspectType {
Dismissed = 'DISMISSED',
DomainAllowlist = 'DOMAIN_ALLOWLIST',
PublisherSubmitted = 'PUBLISHER_SUBMITTED',
QaEntertainment = 'QA_ENTERTAINMENT',
QaGaming = 'QA_GAMING',
QaHistory = 'QA_HISTORY',
QaRelationships = 'QA_RELATIONSHIPS',
QaSports = 'QA_SPORTS',
Recommended = 'RECOMMENDED',
RssLogistic = 'RSS_LOGISTIC',
RssLogisticRecent = 'RSS_LOGISTIC_RECENT',
Expand Down Expand Up @@ -2326,6 +2331,8 @@ export type Video = {
export enum VideoType {
/** Brightcove (v3 value is 8) */
Brightcove = 'BRIGHTCOVE',
/** Dailymotion (v3 value is 9) */
Dailymotion = 'DAILYMOTION',
/** Flash (v3 value is 6) */
Flash = 'FLASH',
/** html5 (v3 value is 5) */
Expand Down

0 comments on commit f134026

Please sign in to comment.