Compare commits
1 Commits
shot-simul
...
dean/video
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8207b47fcc |
162
src/index.tsx
162
src/index.tsx
@@ -88,12 +88,6 @@ export type AppleIapSubscriptionOptionsGql = {
|
|||||||
productIds: Array<Scalars["String"]["output"]>;
|
productIds: Array<Scalars["String"]["output"]>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type BallTrajectoryGql = {
|
|
||||||
__typename?: "BallTrajectoryGQL";
|
|
||||||
ballId: Scalars["Int"]["output"];
|
|
||||||
points: Array<TrajectoryPointGql>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type BankFeaturesGql = {
|
export type BankFeaturesGql = {
|
||||||
__typename?: "BankFeaturesGQL";
|
__typename?: "BankFeaturesGQL";
|
||||||
bankAngle: Scalars["Float"]["output"];
|
bankAngle: Scalars["Float"]["output"];
|
||||||
@@ -274,14 +268,6 @@ export type CueObjectFeaturesGql = {
|
|||||||
spinType?: Maybe<SpinTypeEnum>;
|
spinType?: Maybe<SpinTypeEnum>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CueStrikeInputGql = {
|
|
||||||
a?: Scalars["Float"]["input"];
|
|
||||||
b?: Scalars["Float"]["input"];
|
|
||||||
phi: Scalars["Float"]["input"];
|
|
||||||
theta?: Scalars["Float"]["input"];
|
|
||||||
v0: Scalars["Float"]["input"];
|
|
||||||
};
|
|
||||||
|
|
||||||
export type DateRangeFilter = {
|
export type DateRangeFilter = {
|
||||||
greaterThan?: InputMaybe<Scalars["Date"]["input"]>;
|
greaterThan?: InputMaybe<Scalars["Date"]["input"]>;
|
||||||
greaterThanEqualTo?: InputMaybe<Scalars["Date"]["input"]>;
|
greaterThanEqualTo?: InputMaybe<Scalars["Date"]["input"]>;
|
||||||
@@ -314,7 +300,6 @@ export type DeployedConfigGql = {
|
|||||||
firebase: Scalars["Boolean"]["output"];
|
firebase: Scalars["Boolean"]["output"];
|
||||||
minimumAllowedAppVersion: Scalars["String"]["output"];
|
minimumAllowedAppVersion: Scalars["String"]["output"];
|
||||||
quotaEnforcementEnabled: Scalars["Boolean"]["output"];
|
quotaEnforcementEnabled: Scalars["Boolean"]["output"];
|
||||||
storageLimitEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
||||||
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -2302,7 +2287,7 @@ export type GetShotsResult = {
|
|||||||
|
|
||||||
export type GetUploadLinkErrors = {
|
export type GetUploadLinkErrors = {
|
||||||
__typename?: "GetUploadLinkErrors";
|
__typename?: "GetUploadLinkErrors";
|
||||||
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr;
|
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type GetUploadLinkReturn = {
|
export type GetUploadLinkReturn = {
|
||||||
@@ -2406,14 +2391,13 @@ export type MustHaveSetForUploadLinkErr = {
|
|||||||
resolution?: Maybe<Scalars["Boolean"]["output"]>;
|
resolution?: Maybe<Scalars["Boolean"]["output"]>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr =
|
export type MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr =
|
||||||
|
|
||||||
| InitUploadAlreadyCompletedErr
|
| InitUploadAlreadyCompletedErr
|
||||||
| MustHaveSetForUploadLinkErr
|
| MustHaveSetForUploadLinkErr
|
||||||
| NoInitForChunkedUploadErr
|
| NoInitForChunkedUploadErr
|
||||||
| ProcessingFailedErr
|
| ProcessingFailedErr
|
||||||
| SegmentAlreadyUploadedErr
|
| SegmentAlreadyUploadedErr
|
||||||
| StorageLimitExceededErr
|
|
||||||
| TooManyInitUploadsErr
|
| TooManyInitUploadsErr
|
||||||
| TooManyProfileImageUploadsErr;
|
| TooManyProfileImageUploadsErr;
|
||||||
|
|
||||||
@@ -2436,6 +2420,7 @@ export type Mutation = {
|
|||||||
deleteUser: Scalars["Boolean"]["output"];
|
deleteUser: Scalars["Boolean"]["output"];
|
||||||
deleteVideo: Scalars["Boolean"]["output"];
|
deleteVideo: Scalars["Boolean"]["output"];
|
||||||
dismissChallenge: Scalars["Boolean"]["output"];
|
dismissChallenge: Scalars["Boolean"]["output"];
|
||||||
|
dismissVideoExport: Scalars["Boolean"]["output"];
|
||||||
editComment: Scalars["Boolean"]["output"];
|
editComment: Scalars["Boolean"]["output"];
|
||||||
editProfileImageUri: UserGql;
|
editProfileImageUri: UserGql;
|
||||||
editShot: EditShotReturn;
|
editShot: EditShotReturn;
|
||||||
@@ -2544,6 +2529,10 @@ export type MutationDismissChallengeArgs = {
|
|||||||
challengeId: Scalars["ID"]["input"];
|
challengeId: Scalars["ID"]["input"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type MutationDismissVideoExportArgs = {
|
||||||
|
jobId: Scalars["Int"]["input"];
|
||||||
|
};
|
||||||
|
|
||||||
export type MutationEditCommentArgs = {
|
export type MutationEditCommentArgs = {
|
||||||
commentId: Scalars["Int"]["input"];
|
commentId: Scalars["Int"]["input"];
|
||||||
newMessage: Scalars["String"]["input"];
|
newMessage: Scalars["String"]["input"];
|
||||||
@@ -2902,7 +2891,6 @@ export type Query = {
|
|||||||
myVideoExports: Array<VideoExportJobGql>;
|
myVideoExports: Array<VideoExportJobGql>;
|
||||||
notifications: NotificationConnection;
|
notifications: NotificationConnection;
|
||||||
ruleSets: Array<RuleSet>;
|
ruleSets: Array<RuleSet>;
|
||||||
simulateShot: ShotProjectionGql;
|
|
||||||
unreadNotificationCount: Scalars["Int"]["output"];
|
unreadNotificationCount: Scalars["Int"]["output"];
|
||||||
videoExportJob?: Maybe<VideoExportJobGql>;
|
videoExportJob?: Maybe<VideoExportJobGql>;
|
||||||
videoPlayerClusters: Array<PlayerClusterGql>;
|
videoPlayerClusters: Array<PlayerClusterGql>;
|
||||||
@@ -3092,10 +3080,6 @@ export type QueryNotificationsArgs = {
|
|||||||
offset?: Scalars["Int"]["input"];
|
offset?: Scalars["Int"]["input"];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type QuerySimulateShotArgs = {
|
|
||||||
simulationInput: SimulateShotInputGql;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type QueryVideoExportJobArgs = {
|
export type QueryVideoExportJobArgs = {
|
||||||
jobId: Scalars["Int"]["input"];
|
jobId: Scalars["Int"]["input"];
|
||||||
};
|
};
|
||||||
@@ -3359,14 +3343,6 @@ export type ShotMoveInput = {
|
|||||||
shotId: Scalars["Int"]["input"];
|
shotId: Scalars["Int"]["input"];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ShotProjectionGql = {
|
|
||||||
__typename?: "ShotProjectionGQL";
|
|
||||||
events: Array<SimulationEventGql>;
|
|
||||||
finalState: Array<SimulationBallStateGql>;
|
|
||||||
pottedBallIds: Array<Scalars["Int"]["output"]>;
|
|
||||||
trajectories: Array<BallTrajectoryGql>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type ShotsOrderingComponent =
|
export type ShotsOrderingComponent =
|
||||||
| {
|
| {
|
||||||
difficulty: FloatOrdering;
|
difficulty: FloatOrdering;
|
||||||
@@ -3417,42 +3393,6 @@ export type ShotsOrderingComponent =
|
|||||||
videoId: IntOrdering;
|
videoId: IntOrdering;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SimulateShotInputGql = {
|
|
||||||
b64Image?: InputMaybe<Scalars["String"]["input"]>;
|
|
||||||
balls?: InputMaybe<Array<SimulationBallStateInputGql>>;
|
|
||||||
cueBallId: Scalars["Int"]["input"];
|
|
||||||
strike: CueStrikeInputGql;
|
|
||||||
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
||||||
useHomography?: InputMaybe<HomographyInputGql>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type SimulationBallStateGql = {
|
|
||||||
__typename?: "SimulationBallStateGQL";
|
|
||||||
ballId: Scalars["Int"]["output"];
|
|
||||||
position: Array<Scalars["Float"]["output"]>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type SimulationBallStateInputGql = {
|
|
||||||
ballId: Scalars["Int"]["input"];
|
|
||||||
position: Array<Scalars["Float"]["input"]>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type SimulationEventGql = {
|
|
||||||
__typename?: "SimulationEventGQL";
|
|
||||||
ballIds: Array<Scalars["Int"]["output"]>;
|
|
||||||
eventType: SimulationEventType;
|
|
||||||
position?: Maybe<Array<Scalars["Float"]["output"]>>;
|
|
||||||
time: Scalars["Float"]["output"];
|
|
||||||
};
|
|
||||||
|
|
||||||
export enum SimulationEventType {
|
|
||||||
BallBall = "BALL_BALL",
|
|
||||||
BallCushion = "BALL_CUSHION",
|
|
||||||
BallPocket = "BALL_POCKET",
|
|
||||||
BallStop = "BALL_STOP",
|
|
||||||
StickBall = "STICK_BALL",
|
|
||||||
}
|
|
||||||
|
|
||||||
export type SpinTypeBreakdownGql = {
|
export type SpinTypeBreakdownGql = {
|
||||||
__typename?: "SpinTypeBreakdownGQL";
|
__typename?: "SpinTypeBreakdownGQL";
|
||||||
center: Scalars["Int"]["output"];
|
center: Scalars["Int"]["output"];
|
||||||
@@ -3475,15 +3415,6 @@ export enum SpinTypeEnum {
|
|||||||
Unknown = "UNKNOWN",
|
Unknown = "UNKNOWN",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type StorageLimitExceededErr = {
|
|
||||||
__typename?: "StorageLimitExceededErr";
|
|
||||||
reason: Scalars["String"]["output"];
|
|
||||||
remainingStorageBytes?: Maybe<Scalars["BigInt"]["output"]>;
|
|
||||||
retainedStorageLimitBytes?: Maybe<Scalars["BigInt"]["output"]>;
|
|
||||||
retainedStorageUsedBytes: Scalars["BigInt"]["output"];
|
|
||||||
tierName: Scalars["String"]["output"];
|
|
||||||
};
|
|
||||||
|
|
||||||
export type StorageStatusGql = {
|
export type StorageStatusGql = {
|
||||||
__typename?: "StorageStatusGQL";
|
__typename?: "StorageStatusGQL";
|
||||||
isNearLimit: Scalars["Boolean"]["output"];
|
isNearLimit: Scalars["Boolean"]["output"];
|
||||||
@@ -3629,12 +3560,6 @@ export type TooManyProfileImageUploadsErr = {
|
|||||||
linksRequested: Scalars["Int"]["output"];
|
linksRequested: Scalars["Int"]["output"];
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TrajectoryPointGql = {
|
|
||||||
__typename?: "TrajectoryPointGQL";
|
|
||||||
position: Array<Scalars["Float"]["output"]>;
|
|
||||||
time: Scalars["Float"]["output"];
|
|
||||||
};
|
|
||||||
|
|
||||||
export type UpdateAnnotationInputGql = {
|
export type UpdateAnnotationInputGql = {
|
||||||
name: Scalars["String"]["input"];
|
name: Scalars["String"]["input"];
|
||||||
notes?: InputMaybe<Scalars["String"]["input"]>;
|
notes?: InputMaybe<Scalars["String"]["input"]>;
|
||||||
@@ -7183,6 +7108,15 @@ export type RequestVideoExportMutation = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type DismissVideoExportMutationVariables = Exact<{
|
||||||
|
jobId: Scalars["Int"]["input"];
|
||||||
|
}>;
|
||||||
|
|
||||||
|
export type DismissVideoExportMutation = {
|
||||||
|
__typename?: "Mutation";
|
||||||
|
dismissVideoExport: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
export type VideoExportJobQueryVariables = Exact<{
|
export type VideoExportJobQueryVariables = Exact<{
|
||||||
jobId: Scalars["Int"]["input"];
|
jobId: Scalars["Int"]["input"];
|
||||||
}>;
|
}>;
|
||||||
@@ -7271,7 +7205,6 @@ export type GetUploadLinkMutation = {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
| { __typename?: "SegmentAlreadyUploadedErr"; segmentId: number }
|
| { __typename?: "SegmentAlreadyUploadedErr"; segmentId: number }
|
||||||
| { __typename?: "StorageLimitExceededErr" }
|
|
||||||
| { __typename?: "TooManyInitUploadsErr" }
|
| { __typename?: "TooManyInitUploadsErr" }
|
||||||
| { __typename?: "TooManyProfileImageUploadsErr" };
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
||||||
}
|
}
|
||||||
@@ -7314,14 +7247,6 @@ export type GetHlsInitUploadLinkMutation = {
|
|||||||
}
|
}
|
||||||
| { __typename?: "ProcessingFailedErr" }
|
| { __typename?: "ProcessingFailedErr" }
|
||||||
| { __typename?: "SegmentAlreadyUploadedErr" }
|
| { __typename?: "SegmentAlreadyUploadedErr" }
|
||||||
| {
|
|
||||||
__typename?: "StorageLimitExceededErr";
|
|
||||||
reason: string;
|
|
||||||
tierName: string;
|
|
||||||
retainedStorageUsedBytes: any;
|
|
||||||
retainedStorageLimitBytes?: any | null;
|
|
||||||
remainingStorageBytes?: any | null;
|
|
||||||
}
|
|
||||||
| { __typename?: "TooManyInitUploadsErr"; linksRequested: number }
|
| { __typename?: "TooManyInitUploadsErr"; linksRequested: number }
|
||||||
| { __typename?: "TooManyProfileImageUploadsErr" };
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
||||||
}
|
}
|
||||||
@@ -15276,6 +15201,54 @@ export type RequestVideoExportMutationOptions = Apollo.BaseMutationOptions<
|
|||||||
RequestVideoExportMutation,
|
RequestVideoExportMutation,
|
||||||
RequestVideoExportMutationVariables
|
RequestVideoExportMutationVariables
|
||||||
>;
|
>;
|
||||||
|
export const DismissVideoExportDocument = gql`
|
||||||
|
mutation DismissVideoExport($jobId: Int!) {
|
||||||
|
dismissVideoExport(jobId: $jobId)
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
export type DismissVideoExportMutationFn = Apollo.MutationFunction<
|
||||||
|
DismissVideoExportMutation,
|
||||||
|
DismissVideoExportMutationVariables
|
||||||
|
>;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* __useDismissVideoExportMutation__
|
||||||
|
*
|
||||||
|
* To run a mutation, you first call `useDismissVideoExportMutation` within a React component and pass it any options that fit your needs.
|
||||||
|
* When your component renders, `useDismissVideoExportMutation` 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 [dismissVideoExportMutation, { data, loading, error }] = useDismissVideoExportMutation({
|
||||||
|
* variables: {
|
||||||
|
* jobId: // value for 'jobId'
|
||||||
|
* },
|
||||||
|
* });
|
||||||
|
*/
|
||||||
|
export function useDismissVideoExportMutation(
|
||||||
|
baseOptions?: Apollo.MutationHookOptions<
|
||||||
|
DismissVideoExportMutation,
|
||||||
|
DismissVideoExportMutationVariables
|
||||||
|
>,
|
||||||
|
) {
|
||||||
|
const options = { ...defaultOptions, ...baseOptions };
|
||||||
|
return Apollo.useMutation<
|
||||||
|
DismissVideoExportMutation,
|
||||||
|
DismissVideoExportMutationVariables
|
||||||
|
>(DismissVideoExportDocument, options);
|
||||||
|
}
|
||||||
|
export type DismissVideoExportMutationHookResult = ReturnType<
|
||||||
|
typeof useDismissVideoExportMutation
|
||||||
|
>;
|
||||||
|
export type DismissVideoExportMutationResult =
|
||||||
|
Apollo.MutationResult<DismissVideoExportMutation>;
|
||||||
|
export type DismissVideoExportMutationOptions = Apollo.BaseMutationOptions<
|
||||||
|
DismissVideoExportMutation,
|
||||||
|
DismissVideoExportMutationVariables
|
||||||
|
>;
|
||||||
export const VideoExportJobDocument = gql`
|
export const VideoExportJobDocument = gql`
|
||||||
query VideoExportJob($jobId: Int!) {
|
query VideoExportJob($jobId: Int!) {
|
||||||
videoExportJob(jobId: $jobId) {
|
videoExportJob(jobId: $jobId) {
|
||||||
@@ -15585,13 +15558,6 @@ export const GetHlsInitUploadLinkDocument = gql`
|
|||||||
... on TooManyInitUploadsErr {
|
... on TooManyInitUploadsErr {
|
||||||
linksRequested
|
linksRequested
|
||||||
}
|
}
|
||||||
... on StorageLimitExceededErr {
|
|
||||||
reason
|
|
||||||
tierName
|
|
||||||
retainedStorageUsedBytes
|
|
||||||
retainedStorageLimitBytes
|
|
||||||
remainingStorageBytes
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,10 @@ mutation RequestVideoExport($input: RequestVideoExportInput!) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mutation DismissVideoExport($jobId: Int!) {
|
||||||
|
dismissVideoExport(jobId: $jobId)
|
||||||
|
}
|
||||||
|
|
||||||
query VideoExportJob($jobId: Int!) {
|
query VideoExportJob($jobId: Int!) {
|
||||||
videoExportJob(jobId: $jobId) {
|
videoExportJob(jobId: $jobId) {
|
||||||
...VideoExportJobFields
|
...VideoExportJobFields
|
||||||
|
|||||||
@@ -67,13 +67,6 @@ mutation GetHlsInitUploadLink($videoId: Int!) {
|
|||||||
... on TooManyInitUploadsErr {
|
... on TooManyInitUploadsErr {
|
||||||
linksRequested
|
linksRequested
|
||||||
}
|
}
|
||||||
... on StorageLimitExceededErr {
|
|
||||||
reason
|
|
||||||
tierName
|
|
||||||
retainedStorageUsedBytes
|
|
||||||
retainedStorageLimitBytes
|
|
||||||
remainingStorageBytes
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ type Query {
|
|||||||
tableSize: Float = 100
|
tableSize: Float = 100
|
||||||
useHomography: HomographyInputGQL = null
|
useHomography: HomographyInputGQL = null
|
||||||
): TableStateGQL!
|
): TableStateGQL!
|
||||||
simulateShot(simulationInput: SimulateShotInputGQL!): ShotProjectionGQL!
|
|
||||||
getOrderedShots(
|
getOrderedShots(
|
||||||
filterInput: FilterInput!
|
filterInput: FilterInput!
|
||||||
ids: [Int!] = null
|
ids: [Int!] = null
|
||||||
@@ -715,7 +714,6 @@ type DeployedConfigGQL {
|
|||||||
minimumAllowedAppVersion: String!
|
minimumAllowedAppVersion: String!
|
||||||
subscriptionGatingEnabled: Boolean!
|
subscriptionGatingEnabled: Boolean!
|
||||||
quotaEnforcementEnabled: Boolean!
|
quotaEnforcementEnabled: Boolean!
|
||||||
storageLimitEnforcementEnabled: Boolean!
|
|
||||||
bannerMessages: [BannerGQL!]!
|
bannerMessages: [BannerGQL!]!
|
||||||
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
|
defaultAndroidRecordingFormat: StreamSegmentTypeEnum!
|
||||||
bucketUrl: String!
|
bucketUrl: String!
|
||||||
@@ -971,65 +969,6 @@ input IntPoint2DInput {
|
|||||||
y: Int!
|
y: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
type ShotProjectionGQL {
|
|
||||||
trajectories: [BallTrajectoryGQL!]!
|
|
||||||
events: [SimulationEventGQL!]!
|
|
||||||
finalState: [SimulationBallStateGQL!]!
|
|
||||||
pottedBallIds: [Int!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type BallTrajectoryGQL {
|
|
||||||
ballId: Int!
|
|
||||||
points: [TrajectoryPointGQL!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type TrajectoryPointGQL {
|
|
||||||
time: Float!
|
|
||||||
position: [Float!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type SimulationEventGQL {
|
|
||||||
eventType: SimulationEventType!
|
|
||||||
time: Float!
|
|
||||||
ballIds: [Int!]!
|
|
||||||
position: [Float!]
|
|
||||||
}
|
|
||||||
|
|
||||||
enum SimulationEventType {
|
|
||||||
STICK_BALL
|
|
||||||
BALL_BALL
|
|
||||||
BALL_CUSHION
|
|
||||||
BALL_POCKET
|
|
||||||
BALL_STOP
|
|
||||||
}
|
|
||||||
|
|
||||||
type SimulationBallStateGQL {
|
|
||||||
ballId: Int!
|
|
||||||
position: [Float!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
input SimulateShotInputGQL {
|
|
||||||
cueBallId: Int!
|
|
||||||
strike: CueStrikeInputGQL!
|
|
||||||
balls: [SimulationBallStateInputGQL!] = null
|
|
||||||
b64Image: String = null
|
|
||||||
useHomography: HomographyInputGQL = null
|
|
||||||
tableSize: Float = null
|
|
||||||
}
|
|
||||||
|
|
||||||
input CueStrikeInputGQL {
|
|
||||||
v0: Float!
|
|
||||||
phi: Float!
|
|
||||||
theta: Float! = 0
|
|
||||||
a: Float! = 0
|
|
||||||
b: Float! = 0
|
|
||||||
}
|
|
||||||
|
|
||||||
input SimulationBallStateInputGQL {
|
|
||||||
ballId: Int!
|
|
||||||
position: [Float!]!
|
|
||||||
}
|
|
||||||
|
|
||||||
type GetShotsResult {
|
type GetShotsResult {
|
||||||
shots: [ShotGQL!]!
|
shots: [ShotGQL!]!
|
||||||
count: Int
|
count: Int
|
||||||
@@ -1358,6 +1297,7 @@ type Mutation {
|
|||||||
metadata: CancellationFeedbackMetadataInput = null
|
metadata: CancellationFeedbackMetadataInput = null
|
||||||
): Boolean!
|
): Boolean!
|
||||||
requestVideoExport(input: RequestVideoExportInput!): VideoExportJobGQL!
|
requestVideoExport(input: RequestVideoExportInput!): VideoExportJobGQL!
|
||||||
|
dismissVideoExport(jobId: Int!): Boolean!
|
||||||
findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL
|
findPrerecordTableLayout(b64Image: String!, videoId: Int!): HomographyInfoGQL
|
||||||
createUploadStream(
|
createUploadStream(
|
||||||
videoMetadata: VideoMetadataInput!
|
videoMetadata: VideoMetadataInput!
|
||||||
@@ -1586,10 +1526,10 @@ type GetUploadLinkReturn {
|
|||||||
union UploadLinkGetUploadLinkErrors = UploadLink | GetUploadLinkErrors
|
union UploadLinkGetUploadLinkErrors = UploadLink | GetUploadLinkErrors
|
||||||
|
|
||||||
type GetUploadLinkErrors {
|
type GetUploadLinkErrors {
|
||||||
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr!
|
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr!
|
||||||
}
|
}
|
||||||
|
|
||||||
union MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr =
|
union MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr =
|
||||||
MustHaveSetForUploadLinkErr
|
MustHaveSetForUploadLinkErr
|
||||||
| SegmentAlreadyUploadedErr
|
| SegmentAlreadyUploadedErr
|
||||||
| ProcessingFailedErr
|
| ProcessingFailedErr
|
||||||
@@ -1597,7 +1537,6 @@ union MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoI
|
|||||||
| TooManyProfileImageUploadsErr
|
| TooManyProfileImageUploadsErr
|
||||||
| InitUploadAlreadyCompletedErr
|
| InitUploadAlreadyCompletedErr
|
||||||
| TooManyInitUploadsErr
|
| TooManyInitUploadsErr
|
||||||
| StorageLimitExceededErr
|
|
||||||
|
|
||||||
type MustHaveSetForUploadLinkErr {
|
type MustHaveSetForUploadLinkErr {
|
||||||
resolution: Boolean
|
resolution: Boolean
|
||||||
@@ -1623,11 +1562,3 @@ type InitUploadAlreadyCompletedErr {
|
|||||||
type TooManyInitUploadsErr {
|
type TooManyInitUploadsErr {
|
||||||
linksRequested: Int!
|
linksRequested: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
type StorageLimitExceededErr {
|
|
||||||
reason: String!
|
|
||||||
tierName: String!
|
|
||||||
retainedStorageUsedBytes: BigInt!
|
|
||||||
retainedStorageLimitBytes: BigInt
|
|
||||||
remainingStorageBytes: BigInt
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user