@prezly/sdk 23.5.0 → 23.5.1

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.4.0";
7
+ const VERSION = "23.5.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.4.0";
1
+ const VERSION = "23.5.0";
2
2
  const URL = 'https://github.com/prezly/javascript-sdk';
3
3
  export const DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
@@ -104,12 +104,12 @@ export interface UpdateRequest {
104
104
  * Available only when license has
105
105
  * "custom_privacy_policy_link" feature flag
106
106
  */
107
- custom_privacy_cookie_link?: string | null;
107
+ custom_cookie_policy_link?: string | null;
108
108
  /**
109
109
  * Available only when license has
110
110
  * "custom_privacy_policy_link" feature flag
111
111
  */
112
- custom_privacy_cookie_content?: string | null;
112
+ custom_cookie_policy_content?: string | null;
113
113
  /**
114
114
  * Available only when license has
115
115
  * "custom_data_request_link" feature flag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prezly/sdk",
3
- "version": "23.5.0",
3
+ "version": "23.5.1",
4
4
  "description": "Prezly API SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",