Compare commits

..

5 Commits

Author SHA1 Message Date
Dean Wenstrand
8655cb75fc Regenerate schema + client from merged backend
All checks were successful
Tests / Tests (pull_request) Successful in 11s
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 17:05:11 -07:00
Dean Wenstrand
87d40eb990 Merge pool hall camera claim schema onto gql master
Generated files (schema.gql, index.tsx) resolved arbitrarily here; the next
commit regenerates them from the merged backend via just gql.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-03 17:02:20 -07:00
64bc5c723a Add pool hall camera GraphQL operations
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2026-07-02 21:52:48 -07:00
8111042936 Add pool hall camera claim schema
All checks were successful
Tests / Tests (pull_request) Successful in 9s
2026-06-16 15:41:16 -07:00
d6fd68c1f6 add quotaEnforcementEnabled to deployed config
All checks were successful
Tests / Tests (pull_request) Successful in 10s
2026-05-28 14:40:31 -07:00
3 changed files with 0 additions and 44 deletions

View File

@@ -285,11 +285,9 @@ export type CreateCustomerPortalSessionResultGql = {
export type CreatePoolHallCameraInput = { export type CreatePoolHallCameraInput = {
name: Scalars["String"]["input"]; name: Scalars["String"]["input"];
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
poolHallId: Scalars["ID"]["input"]; poolHallId: Scalars["ID"]["input"];
streamPath?: InputMaybe<Scalars["String"]["input"]>; streamPath?: InputMaybe<Scalars["String"]["input"]>;
tableLabel?: InputMaybe<Scalars["String"]["input"]>; tableLabel?: InputMaybe<Scalars["String"]["input"]>;
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
}; };
export type CreatePoolHallInput = { export type CreatePoolHallInput = {
@@ -2950,13 +2948,11 @@ export type PoolHallCamera = {
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"];
pocketSize?: Maybe<Scalars["Float"]["output"]>;
poolHall: PoolHall; poolHall: PoolHall;
poolHallId: Scalars["ID"]["output"]; poolHallId: Scalars["ID"]["output"];
status: Scalars["String"]["output"]; status: Scalars["String"]["output"];
streamPath: Scalars["String"]["output"]; streamPath: Scalars["String"]["output"];
tableLabel?: Maybe<Scalars["String"]["output"]>; tableLabel?: Maybe<Scalars["String"]["output"]>;
tableSize?: Maybe<Scalars["Float"]["output"]>;
updatedAt: Scalars["DateTime"]["output"]; updatedAt: Scalars["DateTime"]["output"];
}; };
@@ -3808,10 +3804,8 @@ export type UpdateAnnotationInputGql = {
export type UpdatePoolHallCameraInput = { export type UpdatePoolHallCameraInput = {
id: Scalars["ID"]["input"]; id: Scalars["ID"]["input"];
name?: InputMaybe<Scalars["String"]["input"]>; name?: InputMaybe<Scalars["String"]["input"]>;
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
status?: InputMaybe<Scalars["String"]["input"]>; status?: InputMaybe<Scalars["String"]["input"]>;
tableLabel?: InputMaybe<Scalars["String"]["input"]>; tableLabel?: InputMaybe<Scalars["String"]["input"]>;
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
}; };
export type UpdatePoolHallInput = { export type UpdatePoolHallInput = {
@@ -5535,8 +5529,6 @@ export type PoolHallCameraFieldsFragment = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5551,8 +5543,6 @@ export type PoolHallCameraWithHallFieldsFragment = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5583,8 +5573,6 @@ export type PoolHallCameraStreamCredentialsFieldsFragment = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5625,8 +5613,6 @@ export type CameraClaimSessionFieldsFragment = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5668,8 +5654,6 @@ export type CameraLeaseFieldsFragment = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5741,8 +5725,6 @@ export type GetPoolHallCamerasQuery = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5776,8 +5758,6 @@ export type GetClaimableCamerasQuery = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5824,8 +5804,6 @@ export type GetCameraClaimSessionQuery = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5874,8 +5852,6 @@ export type GetActiveCameraLeaseQuery = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5954,8 +5930,6 @@ export type CreatePoolHallCameraMutation = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -5990,8 +5964,6 @@ export type UpdatePoolHallCameraMutation = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -6029,8 +6001,6 @@ export type RotatePoolHallCameraStreamKeyMutation = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -6078,8 +6048,6 @@ export type CreateCameraClaimSessionMutation = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -6127,8 +6095,6 @@ export type CancelCameraClaimSessionMutation = {
tableLabel?: string | null; tableLabel?: string | null;
streamPath: string; streamPath: string;
status: string; status: string;
tableSize?: number | null;
pocketSize?: number | null;
lastPublishedAt?: any | null; lastPublishedAt?: any | null;
lastUnpublishedAt?: any | null; lastUnpublishedAt?: any | null;
createdAt: any; createdAt: any;
@@ -8466,8 +8432,6 @@ export const PoolHallCameraFieldsFragmentDoc = gql`
tableLabel tableLabel
streamPath streamPath
status status
tableSize
pocketSize
lastPublishedAt lastPublishedAt
lastUnpublishedAt lastUnpublishedAt
createdAt createdAt

View File

@@ -17,8 +17,6 @@ fragment PoolHallCameraFields on PoolHallCamera {
tableLabel tableLabel
streamPath streamPath
status status
tableSize
pocketSize
lastPublishedAt lastPublishedAt
lastUnpublishedAt lastUnpublishedAt
createdAt createdAt

View File

@@ -907,8 +907,6 @@ type PoolHallCamera {
tableLabel: String tableLabel: String
streamPath: String! streamPath: String!
status: String! status: String!
tableSize: Float
pocketSize: Float
lastPublishedAt: DateTime lastPublishedAt: DateTime
lastUnpublishedAt: DateTime lastUnpublishedAt: DateTime
createdAt: DateTime! createdAt: DateTime!
@@ -1513,8 +1511,6 @@ input CreatePoolHallCameraInput {
name: String! name: String!
tableLabel: String = null tableLabel: String = null
streamPath: String = null streamPath: String = null
tableSize: Float = null
pocketSize: Float = null
} }
input UpdatePoolHallCameraInput { input UpdatePoolHallCameraInput {
@@ -1522,8 +1518,6 @@ input UpdatePoolHallCameraInput {
name: String = null name: String = null
tableLabel: String = null tableLabel: String = null
status: String = null status: String = null
tableSize: Float = null
pocketSize: Float = null
} }
input FinalizePlayerAssignmentsInput { input FinalizePlayerAssignmentsInput {