@prezly/sdk 11.1.0 → 11.1.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.
@@ -1,3 +1,3 @@
1
- const VERSION = "11.0.0";
1
+ const VERSION = "11.1.0";
2
2
  const URL = 'https://github.com/prezly/javascript-sdk';
3
3
  export const DEFAULT_USER_AGENT = `prezly-javascript-sdk/${VERSION} (+${URL})`;
@@ -142,7 +142,7 @@ export interface UnpublishRequest {
142
142
  visibility?: Story.Visibility.PUBLIC | Story.Visibility.PRIVATE | Story.Visibility.CONFIDENTIAL;
143
143
  }
144
144
  export interface ScheduleRequest {
145
- publish_at?: Iso8601DateTime;
145
+ publish_at: Iso8601DateTime;
146
146
  visibility?: Story.Visibility.PUBLIC | Story.Visibility.EMBARGO;
147
147
  }
148
148
  export declare type UnscheduleRequest = UnpublishRequest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prezly/sdk",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "Prezly API SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",