Compare commits

..

No commits in common. "b60cbe38544b00f1b5f32696271310f25d4d9481" and "2bdfcb994e5633320ba40133f99b480eefc23bed" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -2054,7 +2054,7 @@ export type GetStreamMonitoringDetailsQuery = {
totalShots: number; totalShots: number;
makePercentage: number; makePercentage: number;
elapsedTime?: number | null; elapsedTime?: number | null;
currentHomography?: { homographyHistory: Array<{
__typename?: "HomographyInfoGQL"; __typename?: "HomographyInfoGQL";
crop: { crop: {
__typename?: "BoundingBoxGQL"; __typename?: "BoundingBoxGQL";
@ -2079,7 +2079,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;
@ -3686,7 +3686,7 @@ export const GetStreamMonitoringDetailsDocument = gql`
totalShots totalShots
makePercentage makePercentage
elapsedTime elapsedTime
currentHomography { homographyHistory {
crop { crop {
left left
top top

View File

@ -4,7 +4,7 @@ query GetStreamMonitoringDetails($videoId: Int!, $debuggingJson: JSON) {
totalShots totalShots
makePercentage makePercentage
elapsedTime elapsedTime
currentHomography { homographyHistory {
crop { crop {
left left
top top