@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.
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.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})`;
|
package/dist/api/constants.js
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
112
|
+
custom_cookie_policy_content?: string | null;
|
|
113
113
|
/**
|
|
114
114
|
* Available only when license has
|
|
115
115
|
* "custom_data_request_link" feature flag
|