Skip to content

Commit d92f801

Browse files
authored
Merge pull request #363 from prezly/feature/coverage-integration--netfeedr-addon
[DEV-19599] Feature - Coverage Integrations - Netfeedr addon
2 parents 1f2456f + e14a567 commit d92f801

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/types/License.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

110111
export namespace License {

src/types/Plan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)