@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.
- package/dist/api/constants.cjs +1 -1
- package/dist/api/constants.js +1 -1
- package/dist/types/License.d.ts +1 -0
- package/dist/types/Plan.cjs +1 -0
- package/dist/types/Plan.d.ts +1 -0
- package/dist/types/Plan.js +1 -0
- package/package.json +1 -1
package/dist/api/constants.cjs
CHANGED
|
@@ -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
|
+
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})`;
|
package/dist/api/constants.js
CHANGED
package/dist/types/License.d.ts
CHANGED
|
@@ -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 {
|
package/dist/types/Plan.cjs
CHANGED
|
@@ -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";
|
package/dist/types/Plan.d.ts
CHANGED
|
@@ -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",
|
package/dist/types/Plan.js
CHANGED
|
@@ -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";
|