@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.
- package/dist/interfaces.d.ts +2 -0
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -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 {
|