File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ export interface License extends LicenseRef {
105105 coverage_integration_rss_limit : number | null ;
106106 coverage_integration_auxipress_limit : number | null ;
107107 coverage_integration_opoint_limit : number | null ;
108+ coverage_integration_netfeedr_limit : number | null ;
108109}
109110
110111export namespace License {
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export enum AddonId {
4747 COVERAGE_INTEGRATION_BELGA = 'coverage_integration_belga' ,
4848 COVERAGE_INTEGRATION_GOOGLE_ALERTS = 'coverage_integration_google_alerts' ,
4949 COVERAGE_INTEGRATION_OPOINT = 'coverage_integration_opoint' ,
50+ COVERAGE_INTEGRATION_NETFEEDR = 'coverage_integration_netfeedr' ,
5051 COVERAGE_INTEGRATION_RSS = 'coverage_integration_rss' ,
5152 PREMIUM_USER = 'premium_user' ,
5253 SITE = 'site' ,
You can’t perform that action at this time.
0 commit comments