Compare commits
6 Commits
c3156bac05
...
processing
| Author | SHA1 | Date | |
|---|---|---|---|
| 9abb533be8 | |||
| c76220b65f | |||
| 1218ecdaaa | |||
| dfd03a225a | |||
| adbe1c0f2b | |||
| e1cc8b3ee1 |
@@ -21,7 +21,7 @@
|
||||
in
|
||||
with pkgs; {
|
||||
devShell = mkShell {
|
||||
buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf];
|
||||
buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf black];
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
@@ -102,7 +102,6 @@ class CollisionInfo(_message.Message):
|
||||
key: _Optional[int] = ...,
|
||||
value: _Optional[_Union[Point, _Mapping]] = ...,
|
||||
) -> None: ...
|
||||
|
||||
SOURCE_FIELD_NUMBER: _ClassVar[int]
|
||||
BALL_IDENTIFIERS_FIELD_NUMBER: _ClassVar[int]
|
||||
WALL_IDENTIFIER_FIELD_NUMBER: _ClassVar[int]
|
||||
|
||||
@@ -3492,6 +3492,8 @@ export type VideoProcessingGql = {
|
||||
errors: Array<VideoProcessingErrorGql>;
|
||||
framesProcessed?: Maybe<Scalars["Int"]["output"]>;
|
||||
id: Scalars["Int"]["output"];
|
||||
labels: Array<Scalars["String"]["output"]>;
|
||||
parentProcessingId?: Maybe<Scalars["Int"]["output"]>;
|
||||
progressPercentage?: Maybe<Scalars["Float"]["output"]>;
|
||||
status: ProcessingStatusEnum;
|
||||
statuses: Array<VideoProcessingStatusGql>;
|
||||
|
||||
@@ -605,6 +605,8 @@ type IntPoint2D {
|
||||
|
||||
type VideoProcessingGQL {
|
||||
id: Int!
|
||||
parentProcessingId: Int
|
||||
labels: [String!]!
|
||||
errors: [VideoProcessingErrorGQL!]!
|
||||
status: ProcessingStatusEnum!
|
||||
statuses: [VideoProcessingStatusGQL!]!
|
||||
|
||||
Reference in New Issue
Block a user