@prezly/sdk 21.14.2 → 21.15.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
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 = "21.14.
|
|
7
|
+
const VERSION = "21.14.2";
|
|
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
|
@@ -239,6 +239,7 @@ export interface ScheduleRequest {
|
|
|
239
239
|
export type UnscheduleRequest = UnpublishRequest;
|
|
240
240
|
export interface TranslateRequest {
|
|
241
241
|
culture?: CultureRef['code'];
|
|
242
|
+
auto?: boolean;
|
|
242
243
|
}
|
|
243
244
|
export interface MoveRequest {
|
|
244
245
|
newsroom: Newsroom['uuid'] | Newsroom['id'];
|