|
|
|
@@ -157,6 +157,7 @@ export type BucketSetInputGql = {
|
|
|
|
|
|
|
|
|
|
|
|
export type CameraClaimSession = {
|
|
|
|
export type CameraClaimSession = {
|
|
|
|
__typename?: "CameraClaimSession";
|
|
|
|
__typename?: "CameraClaimSession";
|
|
|
|
|
|
|
|
agreedTermsVersion?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
challengeCode: Scalars["String"]["output"];
|
|
|
|
challengeCode: Scalars["String"]["output"];
|
|
|
|
@@ -284,6 +285,8 @@ export type CreateCustomerPortalSessionResultGql = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallCameraInput = {
|
|
|
|
export type CreatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
allowsPrivateVideos?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
claimTermsText?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
@@ -294,9 +297,11 @@ export type CreatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallInput = {
|
|
|
|
export type CreatePoolHallInput = {
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
city?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
|
|
|
state?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2426,13 +2431,6 @@ export type IntPoint2DInput = {
|
|
|
|
y: Scalars["Int"]["input"];
|
|
|
|
y: Scalars["Int"]["input"];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type LiveTableStateGql = {
|
|
|
|
|
|
|
|
__typename?: "LiveTableStateGQL";
|
|
|
|
|
|
|
|
frameIndex: Scalars["Int"]["output"];
|
|
|
|
|
|
|
|
tableState: TableStateGql;
|
|
|
|
|
|
|
|
videoId: Scalars["Int"]["output"];
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MakePercentageIntervalGql = {
|
|
|
|
export type MakePercentageIntervalGql = {
|
|
|
|
__typename?: "MakePercentageIntervalGQL";
|
|
|
|
__typename?: "MakePercentageIntervalGQL";
|
|
|
|
elapsedTime: Scalars["Float"]["output"];
|
|
|
|
elapsedTime: Scalars["Float"]["output"];
|
|
|
|
@@ -2568,6 +2566,7 @@ export type MutationCreateBucketSetArgs = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationCreateCameraClaimSessionArgs = {
|
|
|
|
export type MutationCreateCameraClaimSessionArgs = {
|
|
|
|
|
|
|
|
agreedTermsVersion?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
@@ -2954,11 +2953,13 @@ export type PocketingIntentionInfoGql = {
|
|
|
|
export type PoolHall = {
|
|
|
|
export type PoolHall = {
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
address?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
address?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
city?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
latitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
latitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
longitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
longitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
state?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
timezone?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
timezone?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
@@ -2966,6 +2967,9 @@ export type PoolHall = {
|
|
|
|
|
|
|
|
|
|
|
|
export type PoolHallCamera = {
|
|
|
|
export type PoolHallCamera = {
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
|
|
|
|
allowsPrivateVideos: Scalars["Boolean"]["output"];
|
|
|
|
|
|
|
|
claimTermsText?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
claimTermsVersion?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
inUse: Scalars["Boolean"]["output"];
|
|
|
|
inUse: Scalars["Boolean"]["output"];
|
|
|
|
@@ -3036,7 +3040,6 @@ export type Query = {
|
|
|
|
getDrillRunLeaderboard: DrillRunLeaderboardGql;
|
|
|
|
getDrillRunLeaderboard: DrillRunLeaderboardGql;
|
|
|
|
getFeedVideos: VideoHistoryGql;
|
|
|
|
getFeedVideos: VideoHistoryGql;
|
|
|
|
getGameTypeTagMetrics: Array<GameTypeTagMetric>;
|
|
|
|
getGameTypeTagMetrics: Array<GameTypeTagMetric>;
|
|
|
|
getLiveTableState: LiveTableStateGql;
|
|
|
|
|
|
|
|
getLoggedInUser?: Maybe<UserGql>;
|
|
|
|
getLoggedInUser?: Maybe<UserGql>;
|
|
|
|
getLongestRunsLeaderboard: RunLeaderboardGql;
|
|
|
|
getLongestRunsLeaderboard: RunLeaderboardGql;
|
|
|
|
getMakesLeaderboard: CountLeaderboardGql;
|
|
|
|
getMakesLeaderboard: CountLeaderboardGql;
|
|
|
|
@@ -3141,10 +3144,6 @@ export type QueryGetGameTypeTagMetricsArgs = {
|
|
|
|
input: GameTypeTagMetricsInput;
|
|
|
|
input: GameTypeTagMetricsInput;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type QueryGetLiveTableStateArgs = {
|
|
|
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type QueryGetLongestRunsLeaderboardArgs = {
|
|
|
|
export type QueryGetLongestRunsLeaderboardArgs = {
|
|
|
|
interval?: InputMaybe<TimeInterval>;
|
|
|
|
interval?: InputMaybe<TimeInterval>;
|
|
|
|
limit?: Scalars["Int"]["input"];
|
|
|
|
limit?: Scalars["Int"]["input"];
|
|
|
|
@@ -3833,6 +3832,8 @@ export type UpdateAnnotationInputGql = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallCameraInput = {
|
|
|
|
export type UpdatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
allowsPrivateVideos?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
claimTermsText?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
@@ -3843,10 +3844,12 @@ export type UpdatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallInput = {
|
|
|
|
export type UpdatePoolHallInput = {
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
city?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
state?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -5113,43 +5116,6 @@ export type GetMyDrillRunsQuery = {
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type GetLiveStreamsQueryVariables = Exact<{
|
|
|
|
|
|
|
|
limit?: Scalars["Int"]["input"];
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type GetLiveStreamsQuery = {
|
|
|
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
|
|
|
getFeedVideos: {
|
|
|
|
|
|
|
|
__typename?: "VideoHistoryGQL";
|
|
|
|
|
|
|
|
videos: Array<{
|
|
|
|
|
|
|
|
__typename?: "VideoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
|
|
|
|
name?: string | null;
|
|
|
|
|
|
|
|
startTime?: any | null;
|
|
|
|
|
|
|
|
createdAt?: any | null;
|
|
|
|
|
|
|
|
screenshotUri?: string | null;
|
|
|
|
|
|
|
|
elapsedTime?: number | null;
|
|
|
|
|
|
|
|
owner?: {
|
|
|
|
|
|
|
|
__typename?: "UserGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
|
|
|
|
username: string;
|
|
|
|
|
|
|
|
profileImageUri?: string | null;
|
|
|
|
|
|
|
|
} | null;
|
|
|
|
|
|
|
|
stream?: {
|
|
|
|
|
|
|
|
__typename?: "UploadStreamGQL";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
isCompleted: boolean;
|
|
|
|
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
|
|
|
} | null;
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
pageInfo: {
|
|
|
|
|
|
|
|
__typename?: "PageInfoGQL";
|
|
|
|
|
|
|
|
hasNextPage: boolean;
|
|
|
|
|
|
|
|
endCursor?: string | null;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type GetVideoMakePercentageIntervalsQueryVariables = Exact<{
|
|
|
|
export type GetVideoMakePercentageIntervalsQueryVariables = Exact<{
|
|
|
|
videoId: Scalars["ID"]["input"];
|
|
|
|
videoId: Scalars["ID"]["input"];
|
|
|
|
intervalDuration: Scalars["Int"]["input"];
|
|
|
|
intervalDuration: Scalars["Int"]["input"];
|
|
|
|
@@ -5583,6 +5549,8 @@ export type PoolHallFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5601,6 +5569,9 @@ export type PoolHallCameraFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5618,6 +5589,9 @@ export type PoolHallCameraWithHallFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5628,6 +5602,8 @@ export type PoolHallCameraWithHallFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5651,6 +5627,9 @@ export type PoolHallCameraStreamCredentialsFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5661,6 +5640,8 @@ export type PoolHallCameraStreamCredentialsFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5682,6 +5663,7 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -5694,6 +5676,9 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5704,6 +5689,8 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5738,6 +5725,9 @@ export type CameraLeaseFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5748,6 +5738,8 @@ export type CameraLeaseFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5767,6 +5759,8 @@ export type GetPoolHallsQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5787,6 +5781,8 @@ export type GetClaimablePoolHallsQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5812,6 +5808,9 @@ export type GetPoolHallCamerasQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5822,6 +5821,8 @@ export type GetPoolHallCamerasQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5848,6 +5849,9 @@ export type GetClaimableCamerasQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5858,6 +5862,8 @@ export type GetClaimableCamerasQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5885,6 +5891,7 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -5897,6 +5904,9 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5907,6 +5917,8 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5948,6 +5960,9 @@ export type GetActiveCameraLeaseQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5958,6 +5973,8 @@ export type GetActiveCameraLeaseQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5980,6 +5997,8 @@ export type CreatePoolHallMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6000,6 +6019,8 @@ export type UpdatePoolHallMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6029,6 +6050,9 @@ export type CreatePoolHallCameraMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6039,6 +6063,8 @@ export type CreatePoolHallCameraMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6066,6 +6092,9 @@ export type UpdatePoolHallCameraMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6076,6 +6105,8 @@ export type UpdatePoolHallCameraMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6106,6 +6137,9 @@ export type RotatePoolHallCameraStreamKeyMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6116,6 +6150,8 @@ export type RotatePoolHallCameraStreamKeyMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6132,6 +6168,7 @@ export type CreateCameraClaimSessionMutationVariables = Exact<{
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
agreedTermsVersion?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
@@ -6147,6 +6184,7 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -6159,6 +6197,9 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6169,6 +6210,8 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6197,6 +6240,7 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -6209,6 +6253,9 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6219,6 +6266,8 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6260,6 +6309,9 @@ export type EndCameraLeaseMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6270,6 +6322,8 @@ export type EndCameraLeaseMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6312,6 +6366,9 @@ export type ExtendCameraLeaseMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6322,6 +6379,8 @@ export type ExtendCameraLeaseMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6553,51 +6612,6 @@ export type GetTableStateQuery = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type GetLiveTableStateQueryVariables = Exact<{
|
|
|
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type GetLiveTableStateQuery = {
|
|
|
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
|
|
|
getLiveTableState: {
|
|
|
|
|
|
|
|
__typename?: "LiveTableStateGQL";
|
|
|
|
|
|
|
|
videoId: number;
|
|
|
|
|
|
|
|
frameIndex: number;
|
|
|
|
|
|
|
|
tableState: {
|
|
|
|
|
|
|
|
__typename?: "TableStateGQL";
|
|
|
|
|
|
|
|
identifierToPosition: Array<Array<number>>;
|
|
|
|
|
|
|
|
homography?: {
|
|
|
|
|
|
|
|
__typename?: "HomographyInfoGQL";
|
|
|
|
|
|
|
|
id: number;
|
|
|
|
|
|
|
|
frameIndex: number;
|
|
|
|
|
|
|
|
crop: {
|
|
|
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
|
|
|
left: number;
|
|
|
|
|
|
|
|
top: number;
|
|
|
|
|
|
|
|
width: number;
|
|
|
|
|
|
|
|
height: number;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
pockets: Array<{
|
|
|
|
|
|
|
|
__typename?: "BoundingBoxGQL";
|
|
|
|
|
|
|
|
left: number;
|
|
|
|
|
|
|
|
top: number;
|
|
|
|
|
|
|
|
width: number;
|
|
|
|
|
|
|
|
height: number;
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
sourcePoints: {
|
|
|
|
|
|
|
|
__typename?: "PocketPointsGQL";
|
|
|
|
|
|
|
|
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
} | null;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type SimulateShotQueryVariables = Exact<{
|
|
|
|
export type SimulateShotQueryVariables = Exact<{
|
|
|
|
simulationInput: SimulateShotInputGql;
|
|
|
|
simulationInput: SimulateShotInputGql;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
@@ -8697,6 +8711,9 @@ export const PoolHallCameraFieldsFragmentDoc = gql`
|
|
|
|
status
|
|
|
|
status
|
|
|
|
tableSize
|
|
|
|
tableSize
|
|
|
|
pocketSize
|
|
|
|
pocketSize
|
|
|
|
|
|
|
|
allowsPrivateVideos
|
|
|
|
|
|
|
|
claimTermsText
|
|
|
|
|
|
|
|
claimTermsVersion
|
|
|
|
inUse
|
|
|
|
inUse
|
|
|
|
lastPublishedAt
|
|
|
|
lastPublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
@@ -8709,6 +8726,8 @@ export const PoolHallFieldsFragmentDoc = gql`
|
|
|
|
id
|
|
|
|
id
|
|
|
|
name
|
|
|
|
name
|
|
|
|
address
|
|
|
|
address
|
|
|
|
|
|
|
|
city
|
|
|
|
|
|
|
|
state
|
|
|
|
latitude
|
|
|
|
latitude
|
|
|
|
longitude
|
|
|
|
longitude
|
|
|
|
timezone
|
|
|
|
timezone
|
|
|
|
@@ -8748,6 +8767,7 @@ export const CameraClaimSessionFieldsFragmentDoc = gql`
|
|
|
|
detectedAt
|
|
|
|
detectedAt
|
|
|
|
failedAt
|
|
|
|
failedAt
|
|
|
|
failureReason
|
|
|
|
failureReason
|
|
|
|
|
|
|
|
agreedTermsVersion
|
|
|
|
createdAt
|
|
|
|
createdAt
|
|
|
|
updatedAt
|
|
|
|
updatedAt
|
|
|
|
camera {
|
|
|
|
camera {
|
|
|
|
@@ -11480,105 +11500,6 @@ export type GetMyDrillRunsQueryResult = Apollo.QueryResult<
|
|
|
|
GetMyDrillRunsQuery,
|
|
|
|
GetMyDrillRunsQuery,
|
|
|
|
GetMyDrillRunsQueryVariables
|
|
|
|
GetMyDrillRunsQueryVariables
|
|
|
|
>;
|
|
|
|
>;
|
|
|
|
export const GetLiveStreamsDocument = gql`
|
|
|
|
|
|
|
|
query GetLiveStreams($limit: Int! = 25) {
|
|
|
|
|
|
|
|
getFeedVideos(
|
|
|
|
|
|
|
|
limit: $limit
|
|
|
|
|
|
|
|
filters: { isStreamCompleted: false, requireCursorCompletion: false }
|
|
|
|
|
|
|
|
includePrivate: MINE
|
|
|
|
|
|
|
|
feedInput: { allUsers: true }
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
videos {
|
|
|
|
|
|
|
|
id
|
|
|
|
|
|
|
|
name
|
|
|
|
|
|
|
|
startTime
|
|
|
|
|
|
|
|
createdAt
|
|
|
|
|
|
|
|
screenshotUri
|
|
|
|
|
|
|
|
elapsedTime
|
|
|
|
|
|
|
|
owner {
|
|
|
|
|
|
|
|
id
|
|
|
|
|
|
|
|
username
|
|
|
|
|
|
|
|
profileImageUri
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
stream {
|
|
|
|
|
|
|
|
id
|
|
|
|
|
|
|
|
isCompleted
|
|
|
|
|
|
|
|
lastSegmentUploadedAt
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
pageInfo {
|
|
|
|
|
|
|
|
hasNextPage
|
|
|
|
|
|
|
|
endCursor
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* __useGetLiveStreamsQuery__
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* To run a query within a React component, call `useGetLiveStreamsQuery` and pass it any options that fit your needs.
|
|
|
|
|
|
|
|
* When your component renders, `useGetLiveStreamsQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
|
|
|
|
|
|
* you can use to render your UI.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
|
|
|
|
* const { data, loading, error } = useGetLiveStreamsQuery({
|
|
|
|
|
|
|
|
* variables: {
|
|
|
|
|
|
|
|
* limit: // value for 'limit'
|
|
|
|
|
|
|
|
* },
|
|
|
|
|
|
|
|
* });
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
export function useGetLiveStreamsQuery(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveStreamsQuery,
|
|
|
|
|
|
|
|
GetLiveStreamsQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useQuery<GetLiveStreamsQuery, GetLiveStreamsQueryVariables>(
|
|
|
|
|
|
|
|
GetLiveStreamsDocument,
|
|
|
|
|
|
|
|
options,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export function useGetLiveStreamsLazyQuery(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveStreamsQuery,
|
|
|
|
|
|
|
|
GetLiveStreamsQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useLazyQuery<GetLiveStreamsQuery, GetLiveStreamsQueryVariables>(
|
|
|
|
|
|
|
|
GetLiveStreamsDocument,
|
|
|
|
|
|
|
|
options,
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export function useGetLiveStreamsSuspenseQuery(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveStreamsQuery,
|
|
|
|
|
|
|
|
GetLiveStreamsQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
|
|
|
GetLiveStreamsQuery,
|
|
|
|
|
|
|
|
GetLiveStreamsQueryVariables
|
|
|
|
|
|
|
|
>(GetLiveStreamsDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export type GetLiveStreamsQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveStreamsQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveStreamsLazyQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveStreamsLazyQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveStreamsSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveStreamsSuspenseQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveStreamsQueryResult = Apollo.QueryResult<
|
|
|
|
|
|
|
|
GetLiveStreamsQuery,
|
|
|
|
|
|
|
|
GetLiveStreamsQueryVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export const GetVideoMakePercentageIntervalsDocument = gql`
|
|
|
|
export const GetVideoMakePercentageIntervalsDocument = gql`
|
|
|
|
query GetVideoMakePercentageIntervals(
|
|
|
|
query GetVideoMakePercentageIntervals(
|
|
|
|
$videoId: ID!
|
|
|
|
$videoId: ID!
|
|
|
|
@@ -13428,12 +13349,14 @@ export const CreateCameraClaimSessionDocument = gql`
|
|
|
|
$durationMinutes: Int
|
|
|
|
$durationMinutes: Int
|
|
|
|
$videoName: String
|
|
|
|
$videoName: String
|
|
|
|
$videoPrivate: Boolean
|
|
|
|
$videoPrivate: Boolean
|
|
|
|
|
|
|
|
$agreedTermsVersion: Int
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
createCameraClaimSession(
|
|
|
|
createCameraClaimSession(
|
|
|
|
cameraId: $cameraId
|
|
|
|
cameraId: $cameraId
|
|
|
|
durationMinutes: $durationMinutes
|
|
|
|
durationMinutes: $durationMinutes
|
|
|
|
videoName: $videoName
|
|
|
|
videoName: $videoName
|
|
|
|
videoPrivate: $videoPrivate
|
|
|
|
videoPrivate: $videoPrivate
|
|
|
|
|
|
|
|
agreedTermsVersion: $agreedTermsVersion
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -13462,6 +13385,7 @@ export type CreateCameraClaimSessionMutationFn = Apollo.MutationFunction<
|
|
|
|
* durationMinutes: // value for 'durationMinutes'
|
|
|
|
* durationMinutes: // value for 'durationMinutes'
|
|
|
|
* videoName: // value for 'videoName'
|
|
|
|
* videoName: // value for 'videoName'
|
|
|
|
* videoPrivate: // value for 'videoPrivate'
|
|
|
|
* videoPrivate: // value for 'videoPrivate'
|
|
|
|
|
|
|
|
* agreedTermsVersion: // value for 'agreedTermsVersion'
|
|
|
|
* },
|
|
|
|
* },
|
|
|
|
* });
|
|
|
|
* });
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@@ -14102,87 +14026,6 @@ export type GetTableStateQueryResult = Apollo.QueryResult<
|
|
|
|
GetTableStateQuery,
|
|
|
|
GetTableStateQuery,
|
|
|
|
GetTableStateQueryVariables
|
|
|
|
GetTableStateQueryVariables
|
|
|
|
>;
|
|
|
|
>;
|
|
|
|
export const GetLiveTableStateDocument = gql`
|
|
|
|
|
|
|
|
query GetLiveTableState($videoId: Int!) {
|
|
|
|
|
|
|
|
getLiveTableState(videoId: $videoId) {
|
|
|
|
|
|
|
|
videoId
|
|
|
|
|
|
|
|
frameIndex
|
|
|
|
|
|
|
|
tableState {
|
|
|
|
|
|
|
|
identifierToPosition
|
|
|
|
|
|
|
|
homography {
|
|
|
|
|
|
|
|
...HomographyInfo
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
${HomographyInfoFragmentDoc}
|
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* __useGetLiveTableStateQuery__
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* To run a query within a React component, call `useGetLiveTableStateQuery` and pass it any options that fit your needs.
|
|
|
|
|
|
|
|
* When your component renders, `useGetLiveTableStateQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
|
|
|
|
|
|
* you can use to render your UI.
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
|
|
|
|
* const { data, loading, error } = useGetLiveTableStateQuery({
|
|
|
|
|
|
|
|
* variables: {
|
|
|
|
|
|
|
|
* videoId: // value for 'videoId'
|
|
|
|
|
|
|
|
* },
|
|
|
|
|
|
|
|
* });
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
export function useGetLiveTableStateQuery(
|
|
|
|
|
|
|
|
baseOptions: Apollo.QueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useQuery<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>(GetLiveTableStateDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export function useGetLiveTableStateLazyQuery(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>(GetLiveTableStateDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export function useGetLiveTableStateSuspenseQuery(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>(GetLiveTableStateDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export type GetLiveTableStateQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveTableStateQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveTableStateLazyQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveTableStateLazyQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveTableStateSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useGetLiveTableStateSuspenseQuery
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type GetLiveTableStateQueryResult = Apollo.QueryResult<
|
|
|
|
|
|
|
|
GetLiveTableStateQuery,
|
|
|
|
|
|
|
|
GetLiveTableStateQueryVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export const SimulateShotDocument = gql`
|
|
|
|
export const SimulateShotDocument = gql`
|
|
|
|
query SimulateShot($simulationInput: SimulateShotInputGQL!) {
|
|
|
|
query SimulateShot($simulationInput: SimulateShotInputGQL!) {
|
|
|
|
simulateShot(simulationInput: $simulationInput) {
|
|
|
|
simulateShot(simulationInput: $simulationInput) {
|
|
|
|
|