File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1555,6 +1555,11 @@ export enum ProspectType {
1555
1555
Dismissed = 'DISMISSED' ,
1556
1556
DomainAllowlist = 'DOMAIN_ALLOWLIST' ,
1557
1557
PublisherSubmitted = 'PUBLISHER_SUBMITTED' ,
1558
+ QaEntertainment = 'QA_ENTERTAINMENT' ,
1559
+ QaGaming = 'QA_GAMING' ,
1560
+ QaHistory = 'QA_HISTORY' ,
1561
+ QaRelationships = 'QA_RELATIONSHIPS' ,
1562
+ QaSports = 'QA_SPORTS' ,
1558
1563
Recommended = 'RECOMMENDED' ,
1559
1564
RssLogistic = 'RSS_LOGISTIC' ,
1560
1565
RssLogisticRecent = 'RSS_LOGISTIC_RECENT' ,
@@ -2326,6 +2331,8 @@ export type Video = {
2326
2331
export enum VideoType {
2327
2332
/** Brightcove (v3 value is 8) */
2328
2333
Brightcove = 'BRIGHTCOVE' ,
2334
+ /** Dailymotion (v3 value is 9) */
2335
+ Dailymotion = 'DAILYMOTION' ,
2329
2336
/** Flash (v3 value is 6) */
2330
2337
Flash = 'FLASH' ,
2331
2338
/** html5 (v3 value is 5) */
You can’t perform that action at this time.
0 commit comments