@redseat/api 0.6.0 → 0.6.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.
@@ -856,6 +856,8 @@ export interface HistoryQuery {
856
856
  id?: string;
857
857
  /** Pagination key for next page */
858
858
  pageKey?: number;
859
+ /** Include soft-deleted entries (date=0) for sync purposes */
860
+ include_deleted?: boolean;
859
861
  }
860
862
  export type MovieSort = 'modified' | 'added' | 'created' | 'name' | 'digitalairdate';
861
863
  export interface DeletedQuery {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseat/api",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "TypeScript API client library for interacting with Redseat servers",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",