|
|
|
|
@@ -88,6 +88,12 @@ export type AppleIapSubscriptionOptionsGql = {
|
|
|
|
|
productIds: Array<Scalars["String"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type BallTrajectoryGql = {
|
|
|
|
|
__typename?: "BallTrajectoryGQL";
|
|
|
|
|
ballId: Scalars["Int"]["output"];
|
|
|
|
|
points: Array<TrajectoryPointGql>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type BankFeaturesGql = {
|
|
|
|
|
__typename?: "BankFeaturesGQL";
|
|
|
|
|
bankAngle: Scalars["Float"]["output"];
|
|
|
|
|
@@ -268,6 +274,14 @@ export type CueObjectFeaturesGql = {
|
|
|
|
|
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 = {
|
|
|
|
|
greaterThan?: InputMaybe<Scalars["Date"]["input"]>;
|
|
|
|
|
greaterThanEqualTo?: InputMaybe<Scalars["Date"]["input"]>;
|
|
|
|
|
@@ -300,6 +314,7 @@ export type DeployedConfigGql = {
|
|
|
|
|
firebase: Scalars["Boolean"]["output"];
|
|
|
|
|
minimumAllowedAppVersion: Scalars["String"]["output"];
|
|
|
|
|
quotaEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
storageLimitEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2287,7 +2302,7 @@ export type GetShotsResult = {
|
|
|
|
|
|
|
|
|
|
export type GetUploadLinkErrors = {
|
|
|
|
|
__typename?: "GetUploadLinkErrors";
|
|
|
|
|
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr;
|
|
|
|
|
error: MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetUploadLinkReturn = {
|
|
|
|
|
@@ -2391,13 +2406,14 @@ export type MustHaveSetForUploadLinkErr = {
|
|
|
|
|
resolution?: Maybe<Scalars["Boolean"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErr =
|
|
|
|
|
export type MustHaveSetForUploadLinkErrSegmentAlreadyUploadedErrProcessingFailedErrNoInitForChunkedUploadErrTooManyProfileImageUploadsErrInitUploadAlreadyCompletedErrTooManyInitUploadsErrStorageLimitExceededErr =
|
|
|
|
|
|
|
|
|
|
| InitUploadAlreadyCompletedErr
|
|
|
|
|
| MustHaveSetForUploadLinkErr
|
|
|
|
|
| NoInitForChunkedUploadErr
|
|
|
|
|
| ProcessingFailedErr
|
|
|
|
|
| SegmentAlreadyUploadedErr
|
|
|
|
|
| StorageLimitExceededErr
|
|
|
|
|
| TooManyInitUploadsErr
|
|
|
|
|
| TooManyProfileImageUploadsErr;
|
|
|
|
|
|
|
|
|
|
@@ -2420,6 +2436,7 @@ export type Mutation = {
|
|
|
|
|
deleteUser: Scalars["Boolean"]["output"];
|
|
|
|
|
deleteVideo: Scalars["Boolean"]["output"];
|
|
|
|
|
dismissChallenge: Scalars["Boolean"]["output"];
|
|
|
|
|
dismissVideoExport: Scalars["Boolean"]["output"];
|
|
|
|
|
editComment: Scalars["Boolean"]["output"];
|
|
|
|
|
editProfileImageUri: UserGql;
|
|
|
|
|
editShot: EditShotReturn;
|
|
|
|
|
@@ -2528,6 +2545,10 @@ export type MutationDismissChallengeArgs = {
|
|
|
|
|
challengeId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationDismissVideoExportArgs = {
|
|
|
|
|
jobId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationEditCommentArgs = {
|
|
|
|
|
commentId: Scalars["Int"]["input"];
|
|
|
|
|
newMessage: Scalars["String"]["input"];
|
|
|
|
|
@@ -2886,6 +2907,7 @@ export type Query = {
|
|
|
|
|
myVideoExports: Array<VideoExportJobGql>;
|
|
|
|
|
notifications: NotificationConnection;
|
|
|
|
|
ruleSets: Array<RuleSet>;
|
|
|
|
|
simulateShot: ShotProjectionGql;
|
|
|
|
|
unreadNotificationCount: Scalars["Int"]["output"];
|
|
|
|
|
videoExportJob?: Maybe<VideoExportJobGql>;
|
|
|
|
|
videoPlayerClusters: Array<PlayerClusterGql>;
|
|
|
|
|
@@ -3075,6 +3097,10 @@ export type QueryNotificationsArgs = {
|
|
|
|
|
offset?: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QuerySimulateShotArgs = {
|
|
|
|
|
simulationInput: SimulateShotInputGql;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryVideoExportJobArgs = {
|
|
|
|
|
jobId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -3338,6 +3364,14 @@ export type ShotMoveInput = {
|
|
|
|
|
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 =
|
|
|
|
|
| {
|
|
|
|
|
difficulty: FloatOrdering;
|
|
|
|
|
@@ -3388,6 +3422,42 @@ export type ShotsOrderingComponent =
|
|
|
|
|
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 = {
|
|
|
|
|
__typename?: "SpinTypeBreakdownGQL";
|
|
|
|
|
center: Scalars["Int"]["output"];
|
|
|
|
|
@@ -3410,6 +3480,15 @@ export enum SpinTypeEnum {
|
|
|
|
|
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 = {
|
|
|
|
|
__typename?: "StorageStatusGQL";
|
|
|
|
|
isNearLimit: Scalars["Boolean"]["output"];
|
|
|
|
|
@@ -3555,6 +3634,12 @@ export type TooManyProfileImageUploadsErr = {
|
|
|
|
|
linksRequested: Scalars["Int"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type TrajectoryPointGql = {
|
|
|
|
|
__typename?: "TrajectoryPointGQL";
|
|
|
|
|
position: Array<Scalars["Float"]["output"]>;
|
|
|
|
|
time: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type UpdateAnnotationInputGql = {
|
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
notes?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
@@ -3684,6 +3769,8 @@ export type VideoExportJobGql = {
|
|
|
|
|
shotIds?: Maybe<Array<Scalars["Int"]["output"]>>;
|
|
|
|
|
status: VideoExportStatusEnum;
|
|
|
|
|
videoId: Scalars["Int"]["output"];
|
|
|
|
|
videoName?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
videoThumbnailUri?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export enum VideoExportModeEnum {
|
|
|
|
|
@@ -4295,6 +4382,7 @@ export type GetDeployedConfigQuery = {
|
|
|
|
|
minimumAllowedAppVersion: string;
|
|
|
|
|
subscriptionGatingEnabled: boolean;
|
|
|
|
|
quotaEnforcementEnabled: boolean;
|
|
|
|
|
storageLimitEnforcementEnabled: boolean;
|
|
|
|
|
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
|
|
|
|
bucketUrl: string;
|
|
|
|
|
bannerMessages: Array<{
|
|
|
|
|
@@ -5184,6 +5272,45 @@ export type GetSubscriptionStatusQuery = {
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetResolvedTierQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
|
|
|
|
|
|
|
export type GetResolvedTierQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getResolvedTier: {
|
|
|
|
|
__typename?: "ResolvedTierGQL";
|
|
|
|
|
tierName: string;
|
|
|
|
|
tierDisplayName: string;
|
|
|
|
|
hasActiveSubscription: boolean;
|
|
|
|
|
entitlementSource?: EntitlementSourceTypeEnum | null;
|
|
|
|
|
entitlementStatus?: string | null;
|
|
|
|
|
entitlementStartsAt?: any | null;
|
|
|
|
|
entitlementEndsAt?: any | null;
|
|
|
|
|
capabilities: Array<string>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetStorageStatusQueryVariables = Exact<{ [key: string]: never }>;
|
|
|
|
|
|
|
|
|
|
export type GetStorageStatusQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getStorageStatus?: {
|
|
|
|
|
__typename?: "StorageStatusGQL";
|
|
|
|
|
userId: number;
|
|
|
|
|
tierName: string;
|
|
|
|
|
retainedStorageUsedBytes: any;
|
|
|
|
|
retainedStorageLimitBytes?: any | null;
|
|
|
|
|
isUnlimited: boolean;
|
|
|
|
|
policyConfigured: boolean;
|
|
|
|
|
remainingStorageBytes?: any | null;
|
|
|
|
|
storageUsageRatio?: number | null;
|
|
|
|
|
isNearLimit: boolean;
|
|
|
|
|
isOverLimit: boolean;
|
|
|
|
|
usageCalculated: boolean;
|
|
|
|
|
usageSource?: string | null;
|
|
|
|
|
lastCalculatedAt?: any | null;
|
|
|
|
|
} | null;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetAppleAppAccountTokenQueryVariables = Exact<{
|
|
|
|
|
[key: string]: never;
|
|
|
|
|
}>;
|
|
|
|
|
@@ -7074,6 +7201,8 @@ export type VideoExportJobFieldsFragment = {
|
|
|
|
|
videoId: number;
|
|
|
|
|
mode: VideoExportModeEnum;
|
|
|
|
|
status: VideoExportStatusEnum;
|
|
|
|
|
videoName?: string | null;
|
|
|
|
|
videoThumbnailUri?: string | null;
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
@@ -7094,6 +7223,8 @@ export type RequestVideoExportMutation = {
|
|
|
|
|
videoId: number;
|
|
|
|
|
mode: VideoExportModeEnum;
|
|
|
|
|
status: VideoExportStatusEnum;
|
|
|
|
|
videoName?: string | null;
|
|
|
|
|
videoThumbnailUri?: string | null;
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
@@ -7103,6 +7234,15 @@ export type RequestVideoExportMutation = {
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type DismissVideoExportMutationVariables = Exact<{
|
|
|
|
|
jobId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type DismissVideoExportMutation = {
|
|
|
|
|
__typename?: "Mutation";
|
|
|
|
|
dismissVideoExport: boolean;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type VideoExportJobQueryVariables = Exact<{
|
|
|
|
|
jobId: Scalars["Int"]["input"];
|
|
|
|
|
}>;
|
|
|
|
|
@@ -7115,6 +7255,8 @@ export type VideoExportJobQuery = {
|
|
|
|
|
videoId: number;
|
|
|
|
|
mode: VideoExportModeEnum;
|
|
|
|
|
status: VideoExportStatusEnum;
|
|
|
|
|
videoName?: string | null;
|
|
|
|
|
videoThumbnailUri?: string | null;
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
@@ -7137,6 +7279,8 @@ export type MyVideoExportsQuery = {
|
|
|
|
|
videoId: number;
|
|
|
|
|
mode: VideoExportModeEnum;
|
|
|
|
|
status: VideoExportStatusEnum;
|
|
|
|
|
videoName?: string | null;
|
|
|
|
|
videoThumbnailUri?: string | null;
|
|
|
|
|
shotIds?: Array<number> | null;
|
|
|
|
|
runId?: number | null;
|
|
|
|
|
downloadUrl?: string | null;
|
|
|
|
|
@@ -7191,6 +7335,14 @@ export type GetUploadLinkMutation = {
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
| { __typename?: "SegmentAlreadyUploadedErr"; segmentId: number }
|
|
|
|
|
| {
|
|
|
|
|
__typename?: "StorageLimitExceededErr";
|
|
|
|
|
reason: string;
|
|
|
|
|
tierName: string;
|
|
|
|
|
retainedStorageUsedBytes: any;
|
|
|
|
|
retainedStorageLimitBytes?: any | null;
|
|
|
|
|
remainingStorageBytes?: any | null;
|
|
|
|
|
}
|
|
|
|
|
| { __typename?: "TooManyInitUploadsErr" }
|
|
|
|
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
|
|
|
|
}
|
|
|
|
|
@@ -7233,6 +7385,14 @@ export type GetHlsInitUploadLinkMutation = {
|
|
|
|
|
}
|
|
|
|
|
| { __typename?: "ProcessingFailedErr" }
|
|
|
|
|
| { __typename?: "SegmentAlreadyUploadedErr" }
|
|
|
|
|
| {
|
|
|
|
|
__typename?: "StorageLimitExceededErr";
|
|
|
|
|
reason: string;
|
|
|
|
|
tierName: string;
|
|
|
|
|
retainedStorageUsedBytes: any;
|
|
|
|
|
retainedStorageLimitBytes?: any | null;
|
|
|
|
|
remainingStorageBytes?: any | null;
|
|
|
|
|
}
|
|
|
|
|
| { __typename?: "TooManyInitUploadsErr"; linksRequested: number }
|
|
|
|
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
|
|
|
|
}
|
|
|
|
|
@@ -7717,6 +7877,8 @@ export const VideoExportJobFieldsFragmentDoc = gql`
|
|
|
|
|
videoId
|
|
|
|
|
mode
|
|
|
|
|
status
|
|
|
|
|
videoName
|
|
|
|
|
videoThumbnailUri
|
|
|
|
|
shotIds
|
|
|
|
|
runId
|
|
|
|
|
downloadUrl
|
|
|
|
|
@@ -9214,6 +9376,7 @@ export const GetDeployedConfigDocument = gql`
|
|
|
|
|
minimumAllowedAppVersion
|
|
|
|
|
subscriptionGatingEnabled
|
|
|
|
|
quotaEnforcementEnabled
|
|
|
|
|
storageLimitEnforcementEnabled
|
|
|
|
|
bannerMessages {
|
|
|
|
|
color
|
|
|
|
|
dismissible
|
|
|
|
|
@@ -11061,6 +11224,169 @@ export type GetSubscriptionStatusQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetSubscriptionStatusQuery,
|
|
|
|
|
GetSubscriptionStatusQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetResolvedTierDocument = gql`
|
|
|
|
|
query GetResolvedTier {
|
|
|
|
|
getResolvedTier {
|
|
|
|
|
tierName
|
|
|
|
|
tierDisplayName
|
|
|
|
|
hasActiveSubscription
|
|
|
|
|
entitlementSource
|
|
|
|
|
entitlementStatus
|
|
|
|
|
entitlementStartsAt
|
|
|
|
|
entitlementEndsAt
|
|
|
|
|
capabilities
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetResolvedTierQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetResolvedTierQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetResolvedTierQuery` 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 } = useGetResolvedTierQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetResolvedTierQuery(
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<GetResolvedTierQuery, GetResolvedTierQueryVariables>(
|
|
|
|
|
GetResolvedTierDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetResolvedTierLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>(GetResolvedTierDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetResolvedTierSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>(GetResolvedTierDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetResolvedTierQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetResolvedTierQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetResolvedTierLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetResolvedTierLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetResolvedTierSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetResolvedTierSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetResolvedTierQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetResolvedTierQuery,
|
|
|
|
|
GetResolvedTierQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetStorageStatusDocument = gql`
|
|
|
|
|
query GetStorageStatus {
|
|
|
|
|
getStorageStatus {
|
|
|
|
|
userId
|
|
|
|
|
tierName
|
|
|
|
|
retainedStorageUsedBytes
|
|
|
|
|
retainedStorageLimitBytes
|
|
|
|
|
isUnlimited
|
|
|
|
|
policyConfigured
|
|
|
|
|
remainingStorageBytes
|
|
|
|
|
storageUsageRatio
|
|
|
|
|
isNearLimit
|
|
|
|
|
isOverLimit
|
|
|
|
|
usageCalculated
|
|
|
|
|
usageSource
|
|
|
|
|
lastCalculatedAt
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetStorageStatusQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetStorageStatusQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetStorageStatusQuery` 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 } = useGetStorageStatusQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetStorageStatusQuery(
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<GetStorageStatusQuery, GetStorageStatusQueryVariables>(
|
|
|
|
|
GetStorageStatusDocument,
|
|
|
|
|
options,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
export function useGetStorageStatusLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>(GetStorageStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetStorageStatusSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>(GetStorageStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetStorageStatusQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetStorageStatusQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetStorageStatusLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetStorageStatusLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetStorageStatusSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetStorageStatusSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetStorageStatusQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetStorageStatusQuery,
|
|
|
|
|
GetStorageStatusQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetAppleAppAccountTokenDocument = gql`
|
|
|
|
|
query GetAppleAppAccountToken {
|
|
|
|
|
getAppleAppAccountToken
|
|
|
|
|
@@ -15187,6 +15513,54 @@ export type RequestVideoExportMutationOptions = Apollo.BaseMutationOptions<
|
|
|
|
|
RequestVideoExportMutation,
|
|
|
|
|
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`
|
|
|
|
|
query VideoExportJob($jobId: Int!) {
|
|
|
|
|
videoExportJob(jobId: $jobId) {
|
|
|
|
|
@@ -15421,6 +15795,13 @@ export const GetUploadLinkDocument = gql`
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
... on StorageLimitExceededErr {
|
|
|
|
|
reason
|
|
|
|
|
tierName
|
|
|
|
|
retainedStorageUsedBytes
|
|
|
|
|
retainedStorageLimitBytes
|
|
|
|
|
remainingStorageBytes
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@@ -15496,6 +15877,13 @@ export const GetHlsInitUploadLinkDocument = gql`
|
|
|
|
|
... on TooManyInitUploadsErr {
|
|
|
|
|
linksRequested
|
|
|
|
|
}
|
|
|
|
|
... on StorageLimitExceededErr {
|
|
|
|
|
reason
|
|
|
|
|
tierName
|
|
|
|
|
retainedStorageUsedBytes
|
|
|
|
|
retainedStorageLimitBytes
|
|
|
|
|
remainingStorageBytes
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|