|
|
|
|
@@ -140,6 +140,39 @@ export type BucketSetInputGql = {
|
|
|
|
|
feature: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CameraClaimSession = {
|
|
|
|
|
__typename?: "CameraClaimSession";
|
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
|
challengeCode: Scalars["String"]["output"];
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
detectedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
expiresAt: Scalars["DateTime"]["output"];
|
|
|
|
|
failedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
failureReason?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
userId: Scalars["ID"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CameraLease = {
|
|
|
|
|
__typename?: "CameraLease";
|
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
|
claimSessionId?: Maybe<Scalars["ID"]["output"]>;
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
endReason?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
endedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
expiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
startedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
userId: Scalars["ID"]["output"];
|
|
|
|
|
videoId?: Maybe<Scalars["ID"]["output"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CancellationFeedbackMetadataInput = {
|
|
|
|
|
appVersion?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
gitRevision?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
@@ -235,6 +268,21 @@ export type CreateCustomerPortalSessionResultGql = {
|
|
|
|
|
portalUrl: Scalars["String"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallCameraInput = {
|
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
|
streamPath?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
tableLabel?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallInput = {
|
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type CreateSubscriptionResultGql = {
|
|
|
|
|
__typename?: "CreateSubscriptionResultGQL";
|
|
|
|
|
checkoutUrl: Scalars["String"]["output"];
|
|
|
|
|
@@ -290,6 +338,7 @@ export type DeployedConfigGql = {
|
|
|
|
|
environment: Scalars["String"]["output"];
|
|
|
|
|
firebase: Scalars["Boolean"]["output"];
|
|
|
|
|
minimumAllowedAppVersion: Scalars["String"]["output"];
|
|
|
|
|
quotaEnforcementEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
subscriptionGatingEnabled: Scalars["Boolean"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2386,11 +2435,15 @@ export type Mutation = {
|
|
|
|
|
addAnnotationToShot: AddShotAnnotationReturn;
|
|
|
|
|
blockContent: Scalars["Boolean"]["output"];
|
|
|
|
|
blockUser: Scalars["Boolean"]["output"];
|
|
|
|
|
cancelCameraClaimSession: CameraClaimSession;
|
|
|
|
|
cancelSubscription: UserSubscriptionStatusGql;
|
|
|
|
|
commentOnVideo: Scalars["Boolean"]["output"];
|
|
|
|
|
createBucketSet: BucketSetGql;
|
|
|
|
|
createCameraClaimSession: CameraClaimSession;
|
|
|
|
|
createChallenge: Challenge;
|
|
|
|
|
createCustomerPortalSession: CreateCustomerPortalSessionResultGql;
|
|
|
|
|
createPoolHall: PoolHall;
|
|
|
|
|
createPoolHallCamera: PoolHallCameraStreamCredentials;
|
|
|
|
|
createRuleSet: RuleSet;
|
|
|
|
|
createSubscription: CreateSubscriptionResultGql;
|
|
|
|
|
createUploadStream: CreateUploadStreamReturn;
|
|
|
|
|
@@ -2423,6 +2476,7 @@ export type Mutation = {
|
|
|
|
|
respondToChallengeInvitation: ChallengeInvitation;
|
|
|
|
|
retireTags: Scalars["Boolean"]["output"];
|
|
|
|
|
revokeManualEntitlement: UserSubscriptionStatusGql;
|
|
|
|
|
rotatePoolHallCameraStreamKey: PoolHallCameraStreamCredentials;
|
|
|
|
|
setLoggerLevel: Scalars["Boolean"]["output"];
|
|
|
|
|
setSegmentDuration: Scalars["Boolean"]["output"];
|
|
|
|
|
startChallenge: ChallengeEntry;
|
|
|
|
|
@@ -2430,6 +2484,8 @@ export type Mutation = {
|
|
|
|
|
submitChallengeEntry: ChallengeEntry;
|
|
|
|
|
undismissChallenge: Scalars["Boolean"]["output"];
|
|
|
|
|
unfollowUser: UserGql;
|
|
|
|
|
updatePoolHall: PoolHall;
|
|
|
|
|
updatePoolHallCamera: PoolHallCamera;
|
|
|
|
|
updateShotAnnotations: UpdateShotAnnotationReturn;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
@@ -2447,6 +2503,10 @@ export type MutationBlockUserArgs = {
|
|
|
|
|
userId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCancelCameraClaimSessionArgs = {
|
|
|
|
|
claimSessionId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCommentOnVideoArgs = {
|
|
|
|
|
message: Scalars["String"]["input"];
|
|
|
|
|
parentCommentId?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
@@ -2457,6 +2517,10 @@ export type MutationCreateBucketSetArgs = {
|
|
|
|
|
params: CreateBucketSetInput;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreateCameraClaimSessionArgs = {
|
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreateChallengeArgs = {
|
|
|
|
|
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
endDate: Scalars["DateTime"]["input"];
|
|
|
|
|
@@ -2470,6 +2534,14 @@ export type MutationCreateChallengeArgs = {
|
|
|
|
|
startDate: Scalars["DateTime"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreatePoolHallArgs = {
|
|
|
|
|
input: CreatePoolHallInput;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreatePoolHallCameraArgs = {
|
|
|
|
|
input: CreatePoolHallCameraInput;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationCreateRuleSetArgs = {
|
|
|
|
|
description?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
@@ -2605,6 +2677,10 @@ export type MutationRevokeManualEntitlementArgs = {
|
|
|
|
|
userId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationRotatePoolHallCameraStreamKeyArgs = {
|
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationSetLoggerLevelArgs = {
|
|
|
|
|
level: Scalars["String"]["input"];
|
|
|
|
|
path: Scalars["String"]["input"];
|
|
|
|
|
@@ -2639,6 +2715,14 @@ export type MutationUnfollowUserArgs = {
|
|
|
|
|
followedUserId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationUpdatePoolHallArgs = {
|
|
|
|
|
input: UpdatePoolHallInput;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationUpdatePoolHallCameraArgs = {
|
|
|
|
|
input: UpdatePoolHallCameraInput;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type MutationUpdateShotAnnotationsArgs = {
|
|
|
|
|
annotations: Array<UpdateAnnotationInputGql>;
|
|
|
|
|
shotId: Scalars["Int"]["input"];
|
|
|
|
|
@@ -2790,6 +2874,41 @@ export type PocketingIntentionInfoGql = {
|
|
|
|
|
pocketId: PocketIdentifier;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PoolHall = {
|
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
|
address?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
latitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
longitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
|
timezone?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PoolHallCamera = {
|
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
|
lastPublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
lastUnpublishedAt?: Maybe<Scalars["DateTime"]["output"]>;
|
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
|
poolHall: PoolHall;
|
|
|
|
|
poolHallId: Scalars["ID"]["output"];
|
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
|
streamPath: Scalars["String"]["output"];
|
|
|
|
|
tableLabel?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type PoolHallCameraStreamCredentials = {
|
|
|
|
|
__typename?: "PoolHallCameraStreamCredentials";
|
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
|
rtmpPath: Scalars["String"]["output"];
|
|
|
|
|
streamKey: Scalars["String"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type ProcessingFailedErr = {
|
|
|
|
|
__typename?: "ProcessingFailedErr";
|
|
|
|
|
processing: VideoProcessingGql;
|
|
|
|
|
@@ -2808,9 +2927,13 @@ export enum ProcessingStatusEnum {
|
|
|
|
|
|
|
|
|
|
export type Query = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
activeCameraLease?: Maybe<CameraLease>;
|
|
|
|
|
cameraClaimSession?: Maybe<CameraClaimSession>;
|
|
|
|
|
challenge?: Maybe<Challenge>;
|
|
|
|
|
challengeLeaderboard: Array<ChallengeEntry>;
|
|
|
|
|
challenges: Array<Challenge>;
|
|
|
|
|
claimableCameras: Array<PoolHallCamera>;
|
|
|
|
|
claimablePoolHalls: Array<PoolHall>;
|
|
|
|
|
doesUsernameExist: Scalars["Boolean"]["output"];
|
|
|
|
|
getAggregatedShotMetrics: Array<AggregateResultGql>;
|
|
|
|
|
getAvailableSubscriptionOptions: StripeSubscriptionOptionsGql;
|
|
|
|
|
@@ -2846,12 +2969,18 @@ export type Query = {
|
|
|
|
|
myChallengeInvitations: Array<ChallengeInvitation>;
|
|
|
|
|
myDismissedChallenges: Array<Challenge>;
|
|
|
|
|
notifications: NotificationConnection;
|
|
|
|
|
poolHallCameras: Array<PoolHallCamera>;
|
|
|
|
|
poolHalls: Array<PoolHall>;
|
|
|
|
|
ruleSets: Array<RuleSet>;
|
|
|
|
|
unreadNotificationCount: Scalars["Int"]["output"];
|
|
|
|
|
videoPlayerClusters: Array<PlayerClusterGql>;
|
|
|
|
|
waitFor: Scalars["Float"]["output"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryCameraClaimSessionArgs = {
|
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryChallengeArgs = {
|
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -2865,6 +2994,10 @@ export type QueryChallengesArgs = {
|
|
|
|
|
includeDismissed?: Scalars["Boolean"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryClaimableCamerasArgs = {
|
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryDoesUsernameExistArgs = {
|
|
|
|
|
candidateUsername: Scalars["String"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -3015,6 +3148,10 @@ export type QueryNotificationsArgs = {
|
|
|
|
|
offset?: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryPoolHallCamerasArgs = {
|
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type QueryVideoPlayerClustersArgs = {
|
|
|
|
|
videoId: Scalars["Int"]["input"];
|
|
|
|
|
};
|
|
|
|
|
@@ -3431,6 +3568,23 @@ export type UpdateAnnotationInputGql = {
|
|
|
|
|
notes?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallCameraInput = {
|
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
tableLabel?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallInput = {
|
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type UpdateShotAnnotationReturn = {
|
|
|
|
|
__typename?: "UpdateShotAnnotationReturn";
|
|
|
|
|
error?: Maybe<DoesNotOwnShotErr>;
|
|
|
|
|
@@ -4133,6 +4287,7 @@ export type GetDeployedConfigQuery = {
|
|
|
|
|
firebase: boolean;
|
|
|
|
|
minimumAllowedAppVersion: string;
|
|
|
|
|
subscriptionGatingEnabled: boolean;
|
|
|
|
|
quotaEnforcementEnabled: boolean;
|
|
|
|
|
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
|
|
|
|
bucketUrl: string;
|
|
|
|
|
bannerMessages: Array<{
|
|
|
|
|
@@ -5747,47 +5902,6 @@ export type GetUserPlayTimeQuery = {
|
|
|
|
|
getPlayTime: { __typename?: "UserPlayTimeGQL"; totalSeconds: number };
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetUploadQuotaStatusQueryVariables = Exact<{
|
|
|
|
|
[key: string]: never;
|
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
export type GetUploadQuotaStatusQuery = {
|
|
|
|
|
__typename?: "Query";
|
|
|
|
|
getQuotaStatus: {
|
|
|
|
|
__typename?: "QuotaStatusGQL";
|
|
|
|
|
tierName: string;
|
|
|
|
|
periodStart: any;
|
|
|
|
|
periodEnd: any;
|
|
|
|
|
durationUsedSeconds: number;
|
|
|
|
|
durationLimitSeconds?: number | null;
|
|
|
|
|
maxVideoDurationSeconds?: number | null;
|
|
|
|
|
durationRemainingSeconds?: number | null;
|
|
|
|
|
canUpload: boolean;
|
|
|
|
|
importQuotaBuckets: Array<{
|
|
|
|
|
__typename?: "QuotaBucketStatusGQL";
|
|
|
|
|
quotaKey: string;
|
|
|
|
|
appliesToUploadKind: string;
|
|
|
|
|
periodStart: any;
|
|
|
|
|
periodEnd: any;
|
|
|
|
|
durationUsedSeconds: number;
|
|
|
|
|
durationLimitSeconds?: number | null;
|
|
|
|
|
durationRemainingSeconds?: number | null;
|
|
|
|
|
canUpload: boolean;
|
|
|
|
|
}>;
|
|
|
|
|
recordingQuotaBuckets: Array<{
|
|
|
|
|
__typename?: "QuotaBucketStatusGQL";
|
|
|
|
|
quotaKey: string;
|
|
|
|
|
appliesToUploadKind: string;
|
|
|
|
|
periodStart: any;
|
|
|
|
|
periodEnd: any;
|
|
|
|
|
durationUsedSeconds: number;
|
|
|
|
|
durationLimitSeconds?: number | null;
|
|
|
|
|
durationRemainingSeconds?: number | null;
|
|
|
|
|
canUpload: boolean;
|
|
|
|
|
}>;
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export type GetUsernamesQueryVariables = Exact<{
|
|
|
|
|
matchString: Scalars["String"]["input"];
|
|
|
|
|
limit?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
@@ -8632,6 +8746,7 @@ export const GetDeployedConfigDocument = gql`
|
|
|
|
|
firebase
|
|
|
|
|
minimumAllowedAppVersion
|
|
|
|
|
subscriptionGatingEnabled
|
|
|
|
|
quotaEnforcementEnabled
|
|
|
|
|
bannerMessages {
|
|
|
|
|
color
|
|
|
|
|
dismissible
|
|
|
|
|
@@ -11823,105 +11938,6 @@ export type GetUserPlayTimeQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetUserPlayTimeQuery,
|
|
|
|
|
GetUserPlayTimeQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetUploadQuotaStatusDocument = gql`
|
|
|
|
|
query GetUploadQuotaStatus {
|
|
|
|
|
getQuotaStatus {
|
|
|
|
|
tierName
|
|
|
|
|
periodStart
|
|
|
|
|
periodEnd
|
|
|
|
|
durationUsedSeconds
|
|
|
|
|
durationLimitSeconds
|
|
|
|
|
maxVideoDurationSeconds
|
|
|
|
|
durationRemainingSeconds
|
|
|
|
|
canUpload
|
|
|
|
|
importQuotaBuckets {
|
|
|
|
|
quotaKey
|
|
|
|
|
appliesToUploadKind
|
|
|
|
|
periodStart
|
|
|
|
|
periodEnd
|
|
|
|
|
durationUsedSeconds
|
|
|
|
|
durationLimitSeconds
|
|
|
|
|
durationRemainingSeconds
|
|
|
|
|
canUpload
|
|
|
|
|
}
|
|
|
|
|
recordingQuotaBuckets {
|
|
|
|
|
quotaKey
|
|
|
|
|
appliesToUploadKind
|
|
|
|
|
periodStart
|
|
|
|
|
periodEnd
|
|
|
|
|
durationUsedSeconds
|
|
|
|
|
durationLimitSeconds
|
|
|
|
|
durationRemainingSeconds
|
|
|
|
|
canUpload
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* __useGetUploadQuotaStatusQuery__
|
|
|
|
|
*
|
|
|
|
|
* To run a query within a React component, call `useGetUploadQuotaStatusQuery` and pass it any options that fit your needs.
|
|
|
|
|
* When your component renders, `useGetUploadQuotaStatusQuery` 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 } = useGetUploadQuotaStatusQuery({
|
|
|
|
|
* variables: {
|
|
|
|
|
* },
|
|
|
|
|
* });
|
|
|
|
|
*/
|
|
|
|
|
export function useGetUploadQuotaStatusQuery(
|
|
|
|
|
baseOptions?: Apollo.QueryHookOptions<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useQuery<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>(GetUploadQuotaStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetUploadQuotaStatusLazyQuery(
|
|
|
|
|
baseOptions?: Apollo.LazyQueryHookOptions<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useLazyQuery<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>(GetUploadQuotaStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export function useGetUploadQuotaStatusSuspenseQuery(
|
|
|
|
|
baseOptions?: Apollo.SuspenseQueryHookOptions<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>,
|
|
|
|
|
) {
|
|
|
|
|
const options = { ...defaultOptions, ...baseOptions };
|
|
|
|
|
return Apollo.useSuspenseQuery<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>(GetUploadQuotaStatusDocument, options);
|
|
|
|
|
}
|
|
|
|
|
export type GetUploadQuotaStatusQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUploadQuotaStatusQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUploadQuotaStatusLazyQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUploadQuotaStatusLazyQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUploadQuotaStatusSuspenseQueryHookResult = ReturnType<
|
|
|
|
|
typeof useGetUploadQuotaStatusSuspenseQuery
|
|
|
|
|
>;
|
|
|
|
|
export type GetUploadQuotaStatusQueryResult = Apollo.QueryResult<
|
|
|
|
|
GetUploadQuotaStatusQuery,
|
|
|
|
|
GetUploadQuotaStatusQueryVariables
|
|
|
|
|
>;
|
|
|
|
|
export const GetUsernamesDocument = gql`
|
|
|
|
|
query getUsernames(
|
|
|
|
|
$matchString: String!
|
|
|
|
|
|