|
|
|
@@ -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"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2497,7 +2502,9 @@ export type Mutation = {
|
|
|
|
editShot: EditShotReturn;
|
|
|
|
editShot: EditShotReturn;
|
|
|
|
editUploadStream: Scalars["Boolean"]["output"];
|
|
|
|
editUploadStream: Scalars["Boolean"]["output"];
|
|
|
|
editUser: UserGql;
|
|
|
|
editUser: UserGql;
|
|
|
|
|
|
|
|
endCameraLease: CameraLease;
|
|
|
|
ensureStripeCustomerExists: UserGql;
|
|
|
|
ensureStripeCustomerExists: UserGql;
|
|
|
|
|
|
|
|
extendCameraLease: CameraLease;
|
|
|
|
finalizePlayerAssignments: Array<PlayerClusterGql>;
|
|
|
|
finalizePlayerAssignments: Array<PlayerClusterGql>;
|
|
|
|
findPrerecordTableLayout?: Maybe<HomographyInfoGql>;
|
|
|
|
findPrerecordTableLayout?: Maybe<HomographyInfoGql>;
|
|
|
|
followUser: UserGql;
|
|
|
|
followUser: UserGql;
|
|
|
|
@@ -2559,7 +2566,11 @@ 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"]>;
|
|
|
|
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationCreateChallengeArgs = {
|
|
|
|
export type MutationCreateChallengeArgs = {
|
|
|
|
@@ -2647,6 +2658,15 @@ export type MutationEditUserArgs = {
|
|
|
|
input: EditUserInputGql;
|
|
|
|
input: EditUserInputGql;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationEndCameraLeaseArgs = {
|
|
|
|
|
|
|
|
leaseId: Scalars["ID"]["input"];
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationExtendCameraLeaseArgs = {
|
|
|
|
|
|
|
|
additionalMinutes?: Scalars["Int"]["input"];
|
|
|
|
|
|
|
|
leaseId: Scalars["ID"]["input"];
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationFinalizePlayerAssignmentsArgs = {
|
|
|
|
export type MutationFinalizePlayerAssignmentsArgs = {
|
|
|
|
input: FinalizePlayerAssignmentsInput;
|
|
|
|
input: FinalizePlayerAssignmentsInput;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -2933,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"];
|
|
|
|
@@ -2945,8 +2967,12 @@ 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"];
|
|
|
|
lastPublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
lastPublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
lastUnpublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
lastUnpublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
@@ -3806,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"]>;
|
|
|
|
@@ -3816,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"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -5519,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;
|
|
|
|
@@ -5537,6 +5569,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5553,6 +5589,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5562,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;
|
|
|
|
@@ -5585,6 +5627,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5594,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;
|
|
|
|
@@ -5615,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: {
|
|
|
|
@@ -5627,6 +5676,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5636,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;
|
|
|
|
@@ -5670,6 +5725,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5679,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;
|
|
|
|
@@ -5698,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;
|
|
|
|
@@ -5718,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;
|
|
|
|
@@ -5743,6 +5808,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5752,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;
|
|
|
|
@@ -5778,6 +5849,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5787,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;
|
|
|
|
@@ -5814,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: {
|
|
|
|
@@ -5826,6 +5904,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5835,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;
|
|
|
|
@@ -5876,6 +5960,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5885,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;
|
|
|
|
@@ -5907,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;
|
|
|
|
@@ -5927,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;
|
|
|
|
@@ -5956,6 +6050,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -5965,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;
|
|
|
|
@@ -5992,6 +6092,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -6001,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;
|
|
|
|
@@ -6031,6 +6137,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -6040,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;
|
|
|
|
@@ -6053,6 +6165,10 @@ export type RotatePoolHallCameraStreamKeyMutation = {
|
|
|
|
|
|
|
|
|
|
|
|
export type CreateCameraClaimSessionMutationVariables = Exact<{
|
|
|
|
export type CreateCameraClaimSessionMutationVariables = Exact<{
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
agreedTermsVersion?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
@@ -6068,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: {
|
|
|
|
@@ -6080,6 +6197,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -6089,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;
|
|
|
|
@@ -6117,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: {
|
|
|
|
@@ -6129,6 +6253,10 @@ 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;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
@@ -6138,6 +6266,121 @@ 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;
|
|
|
|
|
|
|
|
longitude?: number | null;
|
|
|
|
|
|
|
|
timezone?: string | null;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutationVariables = Exact<{
|
|
|
|
|
|
|
|
leaseId: Scalars["ID"]["input"];
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutation = {
|
|
|
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
|
|
|
endCameraLease: {
|
|
|
|
|
|
|
|
__typename?: "CameraLease";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
cameraId: string;
|
|
|
|
|
|
|
|
claimSessionId?: string | null;
|
|
|
|
|
|
|
|
userId: string;
|
|
|
|
|
|
|
|
videoId?: string | null;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
startedAt: any;
|
|
|
|
|
|
|
|
endedAt?: any | null;
|
|
|
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
|
|
|
endReason?: string | null;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
camera: {
|
|
|
|
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
poolHallId: string;
|
|
|
|
|
|
|
|
name: string;
|
|
|
|
|
|
|
|
tableLabel?: string | null;
|
|
|
|
|
|
|
|
streamPath: string;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
tableSize?: number | null;
|
|
|
|
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
|
|
|
|
inUse: boolean;
|
|
|
|
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
poolHall: {
|
|
|
|
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
name: string;
|
|
|
|
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
|
|
|
|
latitude?: number | null;
|
|
|
|
|
|
|
|
longitude?: number | null;
|
|
|
|
|
|
|
|
timezone?: string | null;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutationVariables = Exact<{
|
|
|
|
|
|
|
|
leaseId: Scalars["ID"]["input"];
|
|
|
|
|
|
|
|
additionalMinutes?: Scalars["Int"]["input"];
|
|
|
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutation = {
|
|
|
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
|
|
|
extendCameraLease: {
|
|
|
|
|
|
|
|
__typename?: "CameraLease";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
cameraId: string;
|
|
|
|
|
|
|
|
claimSessionId?: string | null;
|
|
|
|
|
|
|
|
userId: string;
|
|
|
|
|
|
|
|
videoId?: string | null;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
startedAt: any;
|
|
|
|
|
|
|
|
endedAt?: any | null;
|
|
|
|
|
|
|
|
expiresAt?: any | null;
|
|
|
|
|
|
|
|
endReason?: string | null;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
camera: {
|
|
|
|
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
poolHallId: string;
|
|
|
|
|
|
|
|
name: string;
|
|
|
|
|
|
|
|
tableLabel?: string | null;
|
|
|
|
|
|
|
|
streamPath: string;
|
|
|
|
|
|
|
|
status: string;
|
|
|
|
|
|
|
|
tableSize?: number | null;
|
|
|
|
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
|
|
|
|
inUse: boolean;
|
|
|
|
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
|
|
|
|
createdAt: any;
|
|
|
|
|
|
|
|
updatedAt: any;
|
|
|
|
|
|
|
|
poolHall: {
|
|
|
|
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
|
|
|
|
id: string;
|
|
|
|
|
|
|
|
name: string;
|
|
|
|
|
|
|
|
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;
|
|
|
|
@@ -8468,6 +8711,10 @@ export const PoolHallCameraFieldsFragmentDoc = gql`
|
|
|
|
status
|
|
|
|
status
|
|
|
|
tableSize
|
|
|
|
tableSize
|
|
|
|
pocketSize
|
|
|
|
pocketSize
|
|
|
|
|
|
|
|
allowsPrivateVideos
|
|
|
|
|
|
|
|
claimTermsText
|
|
|
|
|
|
|
|
claimTermsVersion
|
|
|
|
|
|
|
|
inUse
|
|
|
|
lastPublishedAt
|
|
|
|
lastPublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
createdAt
|
|
|
|
createdAt
|
|
|
|
@@ -8479,6 +8726,8 @@ export const PoolHallFieldsFragmentDoc = gql`
|
|
|
|
id
|
|
|
|
id
|
|
|
|
name
|
|
|
|
name
|
|
|
|
address
|
|
|
|
address
|
|
|
|
|
|
|
|
city
|
|
|
|
|
|
|
|
state
|
|
|
|
latitude
|
|
|
|
latitude
|
|
|
|
longitude
|
|
|
|
longitude
|
|
|
|
timezone
|
|
|
|
timezone
|
|
|
|
@@ -8518,6 +8767,7 @@ export const CameraClaimSessionFieldsFragmentDoc = gql`
|
|
|
|
detectedAt
|
|
|
|
detectedAt
|
|
|
|
failedAt
|
|
|
|
failedAt
|
|
|
|
failureReason
|
|
|
|
failureReason
|
|
|
|
|
|
|
|
agreedTermsVersion
|
|
|
|
createdAt
|
|
|
|
createdAt
|
|
|
|
updatedAt
|
|
|
|
updatedAt
|
|
|
|
camera {
|
|
|
|
camera {
|
|
|
|
@@ -13094,8 +13344,20 @@ export type RotatePoolHallCameraStreamKeyMutationOptions =
|
|
|
|
RotatePoolHallCameraStreamKeyMutationVariables
|
|
|
|
RotatePoolHallCameraStreamKeyMutationVariables
|
|
|
|
>;
|
|
|
|
>;
|
|
|
|
export const CreateCameraClaimSessionDocument = gql`
|
|
|
|
export const CreateCameraClaimSessionDocument = gql`
|
|
|
|
mutation CreateCameraClaimSession($cameraId: ID!) {
|
|
|
|
mutation CreateCameraClaimSession(
|
|
|
|
createCameraClaimSession(cameraId: $cameraId) {
|
|
|
|
$cameraId: ID!
|
|
|
|
|
|
|
|
$durationMinutes: Int
|
|
|
|
|
|
|
|
$videoName: String
|
|
|
|
|
|
|
|
$videoPrivate: Boolean
|
|
|
|
|
|
|
|
$agreedTermsVersion: Int
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
createCameraClaimSession(
|
|
|
|
|
|
|
|
cameraId: $cameraId
|
|
|
|
|
|
|
|
durationMinutes: $durationMinutes
|
|
|
|
|
|
|
|
videoName: $videoName
|
|
|
|
|
|
|
|
videoPrivate: $videoPrivate
|
|
|
|
|
|
|
|
agreedTermsVersion: $agreedTermsVersion
|
|
|
|
|
|
|
|
) {
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -13120,6 +13382,10 @@ export type CreateCameraClaimSessionMutationFn = Apollo.MutationFunction<
|
|
|
|
* const [createCameraClaimSessionMutation, { data, loading, error }] = useCreateCameraClaimSessionMutation({
|
|
|
|
* const [createCameraClaimSessionMutation, { data, loading, error }] = useCreateCameraClaimSessionMutation({
|
|
|
|
* variables: {
|
|
|
|
* variables: {
|
|
|
|
* cameraId: // value for 'cameraId'
|
|
|
|
* cameraId: // value for 'cameraId'
|
|
|
|
|
|
|
|
* durationMinutes: // value for 'durationMinutes'
|
|
|
|
|
|
|
|
* videoName: // value for 'videoName'
|
|
|
|
|
|
|
|
* videoPrivate: // value for 'videoPrivate'
|
|
|
|
|
|
|
|
* agreedTermsVersion: // value for 'agreedTermsVersion'
|
|
|
|
* },
|
|
|
|
* },
|
|
|
|
* });
|
|
|
|
* });
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@@ -13197,6 +13463,112 @@ export type CancelCameraClaimSessionMutationOptions =
|
|
|
|
CancelCameraClaimSessionMutation,
|
|
|
|
CancelCameraClaimSessionMutation,
|
|
|
|
CancelCameraClaimSessionMutationVariables
|
|
|
|
CancelCameraClaimSessionMutationVariables
|
|
|
|
>;
|
|
|
|
>;
|
|
|
|
|
|
|
|
export const EndCameraLeaseDocument = gql`
|
|
|
|
|
|
|
|
mutation EndCameraLease($leaseId: ID!) {
|
|
|
|
|
|
|
|
endCameraLease(leaseId: $leaseId) {
|
|
|
|
|
|
|
|
...CameraLeaseFields
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
${CameraLeaseFieldsFragmentDoc}
|
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutationFn = Apollo.MutationFunction<
|
|
|
|
|
|
|
|
EndCameraLeaseMutation,
|
|
|
|
|
|
|
|
EndCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* __useEndCameraLeaseMutation__
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* To run a mutation, you first call `useEndCameraLeaseMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
|
|
|
* When your component renders, `useEndCameraLeaseMutation` returns a tuple that includes:
|
|
|
|
|
|
|
|
* - A mutate function that you can call at any time to execute the mutation
|
|
|
|
|
|
|
|
* - An object with fields that represent the current status of the mutation's execution
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
|
|
|
|
* const [endCameraLeaseMutation, { data, loading, error }] = useEndCameraLeaseMutation({
|
|
|
|
|
|
|
|
* variables: {
|
|
|
|
|
|
|
|
* leaseId: // value for 'leaseId'
|
|
|
|
|
|
|
|
* },
|
|
|
|
|
|
|
|
* });
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
export function useEndCameraLeaseMutation(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
|
|
|
EndCameraLeaseMutation,
|
|
|
|
|
|
|
|
EndCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
|
|
|
EndCameraLeaseMutation,
|
|
|
|
|
|
|
|
EndCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>(EndCameraLeaseDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutationHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useEndCameraLeaseMutation
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutationResult =
|
|
|
|
|
|
|
|
Apollo.MutationResult<EndCameraLeaseMutation>;
|
|
|
|
|
|
|
|
export type EndCameraLeaseMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
|
|
|
EndCameraLeaseMutation,
|
|
|
|
|
|
|
|
EndCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export const ExtendCameraLeaseDocument = gql`
|
|
|
|
|
|
|
|
mutation ExtendCameraLease($leaseId: ID!, $additionalMinutes: Int! = 60) {
|
|
|
|
|
|
|
|
extendCameraLease(
|
|
|
|
|
|
|
|
leaseId: $leaseId
|
|
|
|
|
|
|
|
additionalMinutes: $additionalMinutes
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
...CameraLeaseFields
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
${CameraLeaseFieldsFragmentDoc}
|
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutationFn = Apollo.MutationFunction<
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutation,
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* __useExtendCameraLeaseMutation__
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* To run a mutation, you first call `useExtendCameraLeaseMutation` within a React component and pass it any options that fit your needs.
|
|
|
|
|
|
|
|
* When your component renders, `useExtendCameraLeaseMutation` returns a tuple that includes:
|
|
|
|
|
|
|
|
* - A mutate function that you can call at any time to execute the mutation
|
|
|
|
|
|
|
|
* - An object with fields that represent the current status of the mutation's execution
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @example
|
|
|
|
|
|
|
|
* const [extendCameraLeaseMutation, { data, loading, error }] = useExtendCameraLeaseMutation({
|
|
|
|
|
|
|
|
* variables: {
|
|
|
|
|
|
|
|
* leaseId: // value for 'leaseId'
|
|
|
|
|
|
|
|
* additionalMinutes: // value for 'additionalMinutes'
|
|
|
|
|
|
|
|
* },
|
|
|
|
|
|
|
|
* });
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
export function useExtendCameraLeaseMutation(
|
|
|
|
|
|
|
|
baseOptions?: Apollo.MutationHookOptions<
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutation,
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>,
|
|
|
|
|
|
|
|
) {
|
|
|
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
|
|
|
return Apollo.useMutation<
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutation,
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>(ExtendCameraLeaseDocument, options);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutationHookResult = ReturnType<
|
|
|
|
|
|
|
|
typeof useExtendCameraLeaseMutation
|
|
|
|
|
|
|
|
>;
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutationResult =
|
|
|
|
|
|
|
|
Apollo.MutationResult<ExtendCameraLeaseMutation>;
|
|
|
|
|
|
|
|
export type ExtendCameraLeaseMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutation,
|
|
|
|
|
|
|
|
ExtendCameraLeaseMutationVariables
|
|
|
|
|
|
|
|
>;
|
|
|
|
export const ReactToVideoDocument = gql`
|
|
|
|
export const ReactToVideoDocument = gql`
|
|
|
|
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
|
|
|
|
mutation ReactToVideo($videoId: Int!, $reaction: ReactionEnum) {
|
|
|
|
reactToVideo(videoId: $videoId, reaction: $reaction)
|
|
|
|
reactToVideo(videoId: $videoId, reaction: $reaction)
|
|
|
|
|