Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
added fields (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolf-moz authored Oct 19, 2023
1 parent ae0ec2b commit c2baee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema-admin.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ enum ProspectType {
TIMESPENT_MODELED
TITLE_URL_MODELED
DISMISSED
RSS_LOGISTIC
}

"""
Expand Down
3 changes: 3 additions & 0 deletions src/shared/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export enum ProspectType {
TIMESPENT_MODELED = 'TIMESPENT_MODELED',
TITLE_URL_MODELED = 'TITLE_URL_MODELED',
DISMISSED = 'DISMISSED',
RSS_LOGISTIC = 'RSS_LOGISTIC',
}

export enum MozillaAccessGroup {
Expand Down Expand Up @@ -55,6 +56,7 @@ export const ScheduledSurfaces: ScheduledSurface[] = [
ProspectType.COUNTS_MODELED,
ProspectType.TIMESPENT_MODELED,
ProspectType.TITLE_URL_MODELED,
ProspectType.RSS_LOGISTIC,
],
accessGroup: MozillaAccessGroup.NEW_TAB_CURATOR_ENUS,
},
Expand Down Expand Up @@ -127,6 +129,7 @@ export const ScheduledSurfaces: ScheduledSurface[] = [
ProspectType.DISMISSED,
ProspectType.COUNTS_MODELED,
ProspectType.TITLE_URL_MODELED,
ProspectType.RSS_LOGISTIC,
],
accessGroup: MozillaAccessGroup.POCKET_HITS_CURATOR_ENUS,
},
Expand Down

0 comments on commit c2baee2

Please sign in to comment.