Skip to content

Commit

Permalink
sdk: remove reverseOrder to simplify implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 18, 2023
1 parent 98017a5 commit 0b794aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,6 @@ class RecordedEventOptions(TypedDict):

count: float
endTime: float
reverseOrder: bool
startId: str
startTime: float

Expand Down Expand Up @@ -816,7 +815,6 @@ class VideoClipOptions(TypedDict):
aspectRatio: float
count: float
endTime: float
reverseOrder: bool
startId: str
startTime: float

Expand Down
2 changes: 0 additions & 2 deletions sdk/types/src/types.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ export interface RecordedEventOptions {
endTime?: number;
startId?: string;
count?: number;
reverseOrder?: boolean;
}

export interface EventRecorder {
Expand Down Expand Up @@ -781,7 +780,6 @@ export interface VideoClipOptions extends VideoClipThumbnailOptions {
endTime?: number;
startId?: string;
count?: number;
reverseOrder?: boolean;
}

export interface VideoClipThumbnailOptions {
Expand Down

0 comments on commit 0b794aa

Please sign in to comment.