@prezly/sdk 23.8.0 → 23.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,6 +4,6 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.DEFAULT_USER_AGENT = void 0;
7
- const VERSION = "23.7.4";
7
+ const VERSION = "23.8.0";
8
8
  const URL = 'https://github.com/prezly/javascript-sdk';
9
9
  const DEFAULT_USER_AGENT = exports.DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
@@ -1,3 +1,3 @@
1
- const VERSION = "23.7.4";
1
+ const VERSION = "23.8.0";
2
2
  const URL = 'https://github.com/prezly/javascript-sdk';
3
3
  export const DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
@@ -101,6 +101,7 @@ export interface License extends LicenseRef {
101
101
  coverage_integration_rss_limit: number | null;
102
102
  coverage_integration_auxipress_limit: number | null;
103
103
  coverage_integration_opoint_limit: number | null;
104
+ coverage_integration_netfeedr_limit: number | null;
104
105
  }
105
106
  export declare namespace License {
106
107
  enum Type {
@@ -10,6 +10,7 @@ let AddonId = exports.AddonId = /*#__PURE__*/function (AddonId) {
10
10
  AddonId["COVERAGE_INTEGRATION_BELGA"] = "coverage_integration_belga";
11
11
  AddonId["COVERAGE_INTEGRATION_GOOGLE_ALERTS"] = "coverage_integration_google_alerts";
12
12
  AddonId["COVERAGE_INTEGRATION_OPOINT"] = "coverage_integration_opoint";
13
+ AddonId["COVERAGE_INTEGRATION_NETFEEDR"] = "coverage_integration_netfeedr";
13
14
  AddonId["COVERAGE_INTEGRATION_RSS"] = "coverage_integration_rss";
14
15
  AddonId["PREMIUM_USER"] = "premium_user";
15
16
  AddonId["SITE"] = "site";
@@ -42,6 +42,7 @@ export declare enum AddonId {
42
42
  COVERAGE_INTEGRATION_BELGA = "coverage_integration_belga",
43
43
  COVERAGE_INTEGRATION_GOOGLE_ALERTS = "coverage_integration_google_alerts",
44
44
  COVERAGE_INTEGRATION_OPOINT = "coverage_integration_opoint",
45
+ COVERAGE_INTEGRATION_NETFEEDR = "coverage_integration_netfeedr",
45
46
  COVERAGE_INTEGRATION_RSS = "coverage_integration_rss",
46
47
  PREMIUM_USER = "premium_user",
47
48
  SITE = "site",
@@ -4,6 +4,7 @@ export let AddonId = /*#__PURE__*/function (AddonId) {
4
4
  AddonId["COVERAGE_INTEGRATION_BELGA"] = "coverage_integration_belga";
5
5
  AddonId["COVERAGE_INTEGRATION_GOOGLE_ALERTS"] = "coverage_integration_google_alerts";
6
6
  AddonId["COVERAGE_INTEGRATION_OPOINT"] = "coverage_integration_opoint";
7
+ AddonId["COVERAGE_INTEGRATION_NETFEEDR"] = "coverage_integration_netfeedr";
7
8
  AddonId["COVERAGE_INTEGRATION_RSS"] = "coverage_integration_rss";
8
9
  AddonId["PREMIUM_USER"] = "premium_user";
9
10
  AddonId["SITE"] = "site";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prezly/sdk",
3
- "version": "23.8.0",
3
+ "version": "23.9.0",
4
4
  "description": "Prezly API SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",