@prezly/sdk 22.3.0 → 22.4.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 = "22.2.0";
7
+ const VERSION = "22.3.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 = "22.2.0";
1
+ const VERSION = "22.3.0";
2
2
  const URL = 'https://github.com/prezly/javascript-sdk';
3
3
  export const DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
@@ -95,6 +95,10 @@ export interface License extends LicenseRef {
95
95
  */
96
96
  send_emails_limit: string;
97
97
  sent_emails_in_period: number;
98
+ coverage_integration_belga_limit: number | null;
99
+ coverage_integration_google_alerts_limit: number | null;
100
+ coverage_integration_rss_limit: number | null;
101
+ coverage_integration_auxipress_limit: number | null;
98
102
  }
99
103
  export declare namespace License {
100
104
  enum Type {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prezly/sdk",
3
- "version": "22.3.0",
3
+ "version": "22.4.0",
4
4
  "description": "Prezly API SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",