Skip to content

Commit

Permalink
sdk: update
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 25, 2023
1 parent 6772419 commit a29d009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/types/scrypted_python/scrypted_sdk/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ class ObjectDetectionGeneratorResult(TypedDict):

class ObjectDetectionGeneratorSession(TypedDict):
settings: Any
sourceId: str
pass

class ObjectDetectionModel(TypedDict):
Expand All @@ -500,6 +501,7 @@ class ObjectDetectionSession(TypedDict):
detectionId: str
duration: float
settings: Any
sourceId: str
pass

class ObjectDetectionTypes(TypedDict):
Expand Down
1 change: 1 addition & 0 deletions sdk/types/src/types.input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,7 @@ export interface ObjectDetector {
}
export interface ObjectDetectionGeneratorSession {
settings?: { [key: string]: any };
sourceId?: string;
}
export interface ObjectDetectionSession extends ObjectDetectionGeneratorSession {
detectionId?: string;
Expand Down

0 comments on commit a29d009

Please sign in to comment.