Skip to content

Commit f134026

Browse files
authored
chore: update generated types to add QA prospect types (#1225)
1 parent f6798c9 commit f134026

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/api/generatedTypes.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1555,6 +1555,11 @@ export enum ProspectType {
15551555
Dismissed = 'DISMISSED',
15561556
DomainAllowlist = 'DOMAIN_ALLOWLIST',
15571557
PublisherSubmitted = 'PUBLISHER_SUBMITTED',
1558+
QaEntertainment = 'QA_ENTERTAINMENT',
1559+
QaGaming = 'QA_GAMING',
1560+
QaHistory = 'QA_HISTORY',
1561+
QaRelationships = 'QA_RELATIONSHIPS',
1562+
QaSports = 'QA_SPORTS',
15581563
Recommended = 'RECOMMENDED',
15591564
RssLogistic = 'RSS_LOGISTIC',
15601565
RssLogisticRecent = 'RSS_LOGISTIC_RECENT',
@@ -2326,6 +2331,8 @@ export type Video = {
23262331
export enum VideoType {
23272332
/** Brightcove (v3 value is 8) */
23282333
Brightcove = 'BRIGHTCOVE',
2334+
/** Dailymotion (v3 value is 9) */
2335+
Dailymotion = 'DAILYMOTION',
23292336
/** Flash (v3 value is 6) */
23302337
Flash = 'FLASH',
23312338
/** html5 (v3 value is 5) */

0 commit comments

Comments
 (0)