Compare commits
1 Commits
e0b150aa2a
...
a9d4f2f88f
Author | SHA1 | Date | |
---|---|---|---|
a9d4f2f88f |
@ -1985,7 +1985,7 @@ export type GetStreamMonitoringDetailsQuery = {
|
|||||||
totalShots: number;
|
totalShots: number;
|
||||||
makePercentage: number;
|
makePercentage: number;
|
||||||
elapsedTime?: number | null;
|
elapsedTime?: number | null;
|
||||||
homographyHistory: Array<{
|
currentHomography?: {
|
||||||
__typename?: "HomographyInfoGQL";
|
__typename?: "HomographyInfoGQL";
|
||||||
crop: {
|
crop: {
|
||||||
__typename?: "BoundingBoxGQL";
|
__typename?: "BoundingBoxGQL";
|
||||||
@ -2010,7 +2010,7 @@ export type GetStreamMonitoringDetailsQuery = {
|
|||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
||||||
};
|
};
|
||||||
}>;
|
} | null;
|
||||||
stream?: {
|
stream?: {
|
||||||
__typename?: "UploadStreamGQL";
|
__typename?: "UploadStreamGQL";
|
||||||
linksRequested: number;
|
linksRequested: number;
|
||||||
@ -3406,7 +3406,7 @@ export const GetStreamMonitoringDetailsDocument = gql`
|
|||||||
totalShots
|
totalShots
|
||||||
makePercentage
|
makePercentage
|
||||||
elapsedTime
|
elapsedTime
|
||||||
homographyHistory {
|
currentHomography {
|
||||||
crop {
|
crop {
|
||||||
left
|
left
|
||||||
top
|
top
|
||||||
|
@ -4,7 +4,7 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
|
|||||||
totalShots
|
totalShots
|
||||||
makePercentage
|
makePercentage
|
||||||
elapsedTime
|
elapsedTime
|
||||||
homographyHistory {
|
currentHomography {
|
||||||
crop {
|
crop {
|
||||||
left
|
left
|
||||||
top
|
top
|
||||||
|
Loading…
Reference in New Issue
Block a user