Compare commits
1 Commits
dean/shot-
...
dean/usage
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81565b7676 |
568
src/index.tsx
568
src/index.tsx
@@ -265,6 +265,7 @@ export type CohortStatsGql = {
|
|||||||
activated7d: Scalars["Int"]["output"];
|
activated7d: Scalars["Int"]["output"];
|
||||||
activatedNotPaid7d: Scalars["Int"]["output"];
|
activatedNotPaid7d: Scalars["Int"]["output"];
|
||||||
paid7d: Scalars["Int"]["output"];
|
paid7d: Scalars["Int"]["output"];
|
||||||
|
paidTotal: Scalars["Int"]["output"];
|
||||||
signups: Scalars["Int"]["output"];
|
signups: Scalars["Int"]["output"];
|
||||||
weekStart: Scalars["Date"]["output"];
|
weekStart: Scalars["Date"]["output"];
|
||||||
};
|
};
|
||||||
@@ -2323,6 +2324,8 @@ export type FunnelStatsGql = {
|
|||||||
freemiumEpoch: Scalars["Date"]["output"];
|
freemiumEpoch: Scalars["Date"]["output"];
|
||||||
newPaid7d: Scalars["Int"]["output"];
|
newPaid7d: Scalars["Int"]["output"];
|
||||||
newPaid30d: Scalars["Int"]["output"];
|
newPaid30d: Scalars["Int"]["output"];
|
||||||
|
newPaidToday: Scalars["Int"]["output"];
|
||||||
|
pastDueUsers: Scalars["Int"]["output"];
|
||||||
payingUsers: Scalars["Int"]["output"];
|
payingUsers: Scalars["Int"]["output"];
|
||||||
retentionPrevActive: Scalars["Int"]["output"];
|
retentionPrevActive: Scalars["Int"]["output"];
|
||||||
retentionReturned: Scalars["Int"]["output"];
|
retentionReturned: Scalars["Int"]["output"];
|
||||||
@@ -4078,7 +4081,6 @@ export type SyncAppleSubscriptionResultGql = {
|
|||||||
export type TableStateGql = {
|
export type TableStateGql = {
|
||||||
__typename?: "TableStateGQL";
|
__typename?: "TableStateGQL";
|
||||||
homography?: Maybe<HomographyInfoGql>;
|
homography?: Maybe<HomographyInfoGql>;
|
||||||
identifierToBox: Array<BoundingBoxGql>;
|
|
||||||
identifierToColor: Array<Maybe<RgbColorGql>>;
|
identifierToColor: Array<Maybe<RgbColorGql>>;
|
||||||
identifierToPosition: Array<Array<Scalars["Float"]["output"]>>;
|
identifierToPosition: Array<Array<Scalars["Float"]["output"]>>;
|
||||||
};
|
};
|
||||||
@@ -4319,7 +4321,7 @@ export type VideoExportJobGql = {
|
|||||||
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
createdAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||||
downloadUrl?: Maybe<Scalars["String"]["output"]>;
|
downloadUrl?: Maybe<Scalars["String"]["output"]>;
|
||||||
expiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
expiresAt?: Maybe<Scalars["DateTime"]["output"]>;
|
||||||
fileSizeBytes?: Maybe<Scalars["BigInt"]["output"]>;
|
fileSizeBytes?: Maybe<Scalars["Int"]["output"]>;
|
||||||
id: Scalars["Int"]["output"];
|
id: Scalars["Int"]["output"];
|
||||||
mode: VideoExportModeEnum;
|
mode: VideoExportModeEnum;
|
||||||
runId?: Maybe<Scalars["Int"]["output"]>;
|
runId?: Maybe<Scalars["Int"]["output"]>;
|
||||||
@@ -6891,10 +6893,8 @@ export type ReactToVideoMutation = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type GetShotLabVideosQueryVariables = Exact<{
|
export type GetShotLabVideosQueryVariables = Exact<{
|
||||||
feedInput: VideoFeedInputGql;
|
userId: Scalars["Int"]["input"];
|
||||||
includePrivate: IncludePrivateEnum;
|
|
||||||
limit?: Scalars["Int"]["input"];
|
limit?: Scalars["Int"]["input"];
|
||||||
after?: InputMaybe<Scalars["String"]["input"]>;
|
|
||||||
}>;
|
}>;
|
||||||
|
|
||||||
export type GetShotLabVideosQuery = {
|
export type GetShotLabVideosQuery = {
|
||||||
@@ -6922,11 +6922,6 @@ export type GetShotLabVideosQuery = {
|
|||||||
lastSegmentUploadedAt?: any | null;
|
lastSegmentUploadedAt?: any | null;
|
||||||
} | null;
|
} | null;
|
||||||
}>;
|
}>;
|
||||||
pageInfo: {
|
|
||||||
__typename?: "PageInfoGQL";
|
|
||||||
hasNextPage: boolean;
|
|
||||||
endCursor?: string | null;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -7057,46 +7052,6 @@ export type GetSessionCoachQuery = {
|
|||||||
unknownOutcomeCount: number;
|
unknownOutcomeCount: number;
|
||||||
analyzedShotCount: number;
|
analyzedShotCount: number;
|
||||||
makePercentage?: number | null;
|
makePercentage?: number | null;
|
||||||
longestMakeStreak: number;
|
|
||||||
recentBaseline?: {
|
|
||||||
__typename?: "SessionCoachBaselineGQL";
|
|
||||||
sessionCount: number;
|
|
||||||
attemptCount: number;
|
|
||||||
madeCount: number;
|
|
||||||
makePercentage: number;
|
|
||||||
} | null;
|
|
||||||
positiveCandidates: Array<{
|
|
||||||
__typename?: "SessionCoachCandidateGQL";
|
|
||||||
id: string;
|
|
||||||
rank: number;
|
|
||||||
family: SessionCoachCandidateFamilyEnum;
|
|
||||||
kind: SessionCoachCandidateKindEnum;
|
|
||||||
title: string;
|
|
||||||
body: string;
|
|
||||||
action: string;
|
|
||||||
supportingShotIds: Array<number>;
|
|
||||||
drillId?: string | null;
|
|
||||||
limitations: Array<string>;
|
|
||||||
evidence: {
|
|
||||||
__typename?: "SessionCoachEvidenceGQL";
|
|
||||||
bucketKey: string;
|
|
||||||
bucketLabel: string;
|
|
||||||
attemptCount: number;
|
|
||||||
madeCount: number;
|
|
||||||
missedCount: number;
|
|
||||||
makePercentage: number;
|
|
||||||
comparisonAttemptCount: number;
|
|
||||||
comparisonMadeCount: number;
|
|
||||||
comparisonMakePercentage?: number | null;
|
|
||||||
patternShotCount: number;
|
|
||||||
score: number;
|
|
||||||
rankReason: string;
|
|
||||||
baselineSessionCount: number;
|
|
||||||
baselineAttemptCount: number;
|
|
||||||
baselineMadeCount: number;
|
|
||||||
baselineMakePercentage?: number | null;
|
|
||||||
};
|
|
||||||
}>;
|
|
||||||
primaryCandidate?: {
|
primaryCandidate?: {
|
||||||
__typename?: "SessionCoachCandidateGQL";
|
__typename?: "SessionCoachCandidateGQL";
|
||||||
id: string;
|
id: string;
|
||||||
@@ -7123,10 +7078,6 @@ export type GetSessionCoachQuery = {
|
|||||||
patternShotCount: number;
|
patternShotCount: number;
|
||||||
score: number;
|
score: number;
|
||||||
rankReason: string;
|
rankReason: string;
|
||||||
baselineSessionCount: number;
|
|
||||||
baselineAttemptCount: number;
|
|
||||||
baselineMadeCount: number;
|
|
||||||
baselineMakePercentage?: number | null;
|
|
||||||
};
|
};
|
||||||
} | null;
|
} | null;
|
||||||
candidates: Array<{
|
candidates: Array<{
|
||||||
@@ -7155,10 +7106,6 @@ export type GetSessionCoachQuery = {
|
|||||||
patternShotCount: number;
|
patternShotCount: number;
|
||||||
score: number;
|
score: number;
|
||||||
rankReason: string;
|
rankReason: string;
|
||||||
baselineSessionCount: number;
|
|
||||||
baselineAttemptCount: number;
|
|
||||||
baselineMadeCount: number;
|
|
||||||
baselineMakePercentage?: number | null;
|
|
||||||
};
|
};
|
||||||
}>;
|
}>;
|
||||||
agentGeneration?: {
|
agentGeneration?: {
|
||||||
@@ -7169,13 +7116,7 @@ export type GetSessionCoachQuery = {
|
|||||||
completedAt?: any | null;
|
completedAt?: any | null;
|
||||||
decision?: {
|
decision?: {
|
||||||
__typename?: "SessionCoachDecisionGQL";
|
__typename?: "SessionCoachDecisionGQL";
|
||||||
selectedPositiveCandidateId?: string | null;
|
|
||||||
positiveTitle?: string | null;
|
|
||||||
positiveBody?: string | null;
|
|
||||||
selectedCandidateId?: string | null;
|
selectedCandidateId?: string | null;
|
||||||
supportingCandidateIds: Array<string>;
|
|
||||||
supportingShotIds: Array<number>;
|
|
||||||
sessionSummary?: string | null;
|
|
||||||
title?: string | null;
|
title?: string | null;
|
||||||
body?: string | null;
|
body?: string | null;
|
||||||
suggestedAction?: string | null;
|
suggestedAction?: string | null;
|
||||||
@@ -7203,7 +7144,6 @@ export type GetSessionCoachQuery = {
|
|||||||
startedAt?: any | null;
|
startedAt?: any | null;
|
||||||
lastEnqueuedAt?: any | null;
|
lastEnqueuedAt?: any | null;
|
||||||
abstentionReason?: string | null;
|
abstentionReason?: string | null;
|
||||||
synthesisRationale?: string | null;
|
|
||||||
} | null;
|
} | null;
|
||||||
} | null;
|
} | null;
|
||||||
};
|
};
|
||||||
@@ -7226,13 +7166,7 @@ export type RequestSessionCoachGenerationMutation = {
|
|||||||
completedAt?: any | null;
|
completedAt?: any | null;
|
||||||
decision?: {
|
decision?: {
|
||||||
__typename?: "SessionCoachDecisionGQL";
|
__typename?: "SessionCoachDecisionGQL";
|
||||||
selectedPositiveCandidateId?: string | null;
|
|
||||||
positiveTitle?: string | null;
|
|
||||||
positiveBody?: string | null;
|
|
||||||
selectedCandidateId?: string | null;
|
selectedCandidateId?: string | null;
|
||||||
supportingCandidateIds: Array<string>;
|
|
||||||
supportingShotIds: Array<number>;
|
|
||||||
sessionSummary?: string | null;
|
|
||||||
title?: string | null;
|
title?: string | null;
|
||||||
body?: string | null;
|
body?: string | null;
|
||||||
suggestedAction?: string | null;
|
suggestedAction?: string | null;
|
||||||
@@ -7260,7 +7194,6 @@ export type RequestSessionCoachGenerationMutation = {
|
|||||||
startedAt?: any | null;
|
startedAt?: any | null;
|
||||||
lastEnqueuedAt?: any | null;
|
lastEnqueuedAt?: any | null;
|
||||||
abstentionReason?: string | null;
|
abstentionReason?: string | null;
|
||||||
synthesisRationale?: string | null;
|
|
||||||
} | null;
|
} | null;
|
||||||
} | null;
|
} | null;
|
||||||
};
|
};
|
||||||
@@ -7292,10 +7225,6 @@ export type SessionCoachCandidateFieldsFragment = {
|
|||||||
patternShotCount: number;
|
patternShotCount: number;
|
||||||
score: number;
|
score: number;
|
||||||
rankReason: string;
|
rankReason: string;
|
||||||
baselineSessionCount: number;
|
|
||||||
baselineAttemptCount: number;
|
|
||||||
baselineMadeCount: number;
|
|
||||||
baselineMakePercentage?: number | null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -7307,13 +7236,7 @@ export type SessionCoachGenerationFieldsFragment = {
|
|||||||
completedAt?: any | null;
|
completedAt?: any | null;
|
||||||
decision?: {
|
decision?: {
|
||||||
__typename?: "SessionCoachDecisionGQL";
|
__typename?: "SessionCoachDecisionGQL";
|
||||||
selectedPositiveCandidateId?: string | null;
|
|
||||||
positiveTitle?: string | null;
|
|
||||||
positiveBody?: string | null;
|
|
||||||
selectedCandidateId?: string | null;
|
selectedCandidateId?: string | null;
|
||||||
supportingCandidateIds: Array<string>;
|
|
||||||
supportingShotIds: Array<number>;
|
|
||||||
sessionSummary?: string | null;
|
|
||||||
title?: string | null;
|
title?: string | null;
|
||||||
body?: string | null;
|
body?: string | null;
|
||||||
suggestedAction?: string | null;
|
suggestedAction?: string | null;
|
||||||
@@ -7341,24 +7264,9 @@ export type SessionCoachGenerationFieldsFragment = {
|
|||||||
startedAt?: any | null;
|
startedAt?: any | null;
|
||||||
lastEnqueuedAt?: any | null;
|
lastEnqueuedAt?: any | null;
|
||||||
abstentionReason?: string | null;
|
abstentionReason?: string | null;
|
||||||
synthesisRationale?: string | null;
|
|
||||||
} | null;
|
} | null;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CreateShotShareLinkMutationVariables = Exact<{
|
|
||||||
shotIds: Array<Scalars["Int"]["input"]> | Scalars["Int"]["input"];
|
|
||||||
paddingSeconds?: InputMaybe<Scalars["Float"]["input"]>;
|
|
||||||
}>;
|
|
||||||
|
|
||||||
export type CreateShotShareLinkMutation = {
|
|
||||||
__typename?: "Mutation";
|
|
||||||
createShotShareLink: {
|
|
||||||
__typename?: "ShareLinkGQL";
|
|
||||||
slug: string;
|
|
||||||
url: string;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
export type PlayerSummaryFieldsFragment = {
|
export type PlayerSummaryFieldsFragment = {
|
||||||
__typename?: "PlayerSummaryGQL";
|
__typename?: "PlayerSummaryGQL";
|
||||||
clusterId: number;
|
clusterId: number;
|
||||||
@@ -7481,76 +7389,6 @@ export type FinalizePlayerAssignmentsMutation = {
|
|||||||
}>;
|
}>;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type TableStateLayoutFieldsFragment = {
|
|
||||||
__typename?: "TableStateGQL";
|
|
||||||
identifierToPosition: Array<Array<number>>;
|
|
||||||
identifierToColor: Array<{ __typename?: "RGBColorGQL"; hex: string } | null>;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type DetectionBoxFieldsFragment = {
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type DetectionPocketPointFieldsFragment = {
|
|
||||||
__typename?: "PocketPointsGQL";
|
|
||||||
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
};
|
|
||||||
|
|
||||||
export type TableStateDetectionFieldsFragment = {
|
|
||||||
__typename?: "TableStateGQL";
|
|
||||||
identifierToBox: Array<{
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
}>;
|
|
||||||
homography?: {
|
|
||||||
__typename?: "HomographyInfoGQL";
|
|
||||||
crop: {
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
};
|
|
||||||
pockets: Array<{
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
}>;
|
|
||||||
sourcePoints: {
|
|
||||||
__typename?: "PocketPointsGQL";
|
|
||||||
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
};
|
|
||||||
destPoints: {
|
|
||||||
__typename?: "PocketPointsGQL";
|
|
||||||
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
};
|
|
||||||
} | null;
|
|
||||||
};
|
|
||||||
|
|
||||||
export type GetTableStateQueryVariables = Exact<{
|
export type GetTableStateQueryVariables = Exact<{
|
||||||
b64Image: Scalars["String"]["input"];
|
b64Image: Scalars["String"]["input"];
|
||||||
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
|
tableSize?: InputMaybe<Scalars["Float"]["input"]>;
|
||||||
@@ -7566,48 +7404,6 @@ export type GetTableStateQuery = {
|
|||||||
__typename?: "RGBColorGQL";
|
__typename?: "RGBColorGQL";
|
||||||
hex: string;
|
hex: string;
|
||||||
} | null>;
|
} | null>;
|
||||||
identifierToBox: Array<{
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
}>;
|
|
||||||
homography?: {
|
|
||||||
__typename?: "HomographyInfoGQL";
|
|
||||||
crop: {
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
};
|
|
||||||
pockets: Array<{
|
|
||||||
__typename?: "BoundingBoxGQL";
|
|
||||||
left: number;
|
|
||||||
top: number;
|
|
||||||
width: number;
|
|
||||||
height: number;
|
|
||||||
}>;
|
|
||||||
sourcePoints: {
|
|
||||||
__typename?: "PocketPointsGQL";
|
|
||||||
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
};
|
|
||||||
destPoints: {
|
|
||||||
__typename?: "PocketPointsGQL";
|
|
||||||
topLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
topRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomLeft: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomSide: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
bottomRight: { __typename?: "IntPoint2D"; x: number; y: number };
|
|
||||||
};
|
|
||||||
} | null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -8268,6 +8064,8 @@ export type GetUsageStatsQuery = {
|
|||||||
activationCohort: number;
|
activationCohort: number;
|
||||||
activationActivated: number;
|
activationActivated: number;
|
||||||
payingUsers: number;
|
payingUsers: number;
|
||||||
|
pastDueUsers: number;
|
||||||
|
newPaidToday: number;
|
||||||
newPaid7d: number;
|
newPaid7d: number;
|
||||||
newPaid30d: number;
|
newPaid30d: number;
|
||||||
retentionPrevActive: number;
|
retentionPrevActive: number;
|
||||||
@@ -8280,6 +8078,7 @@ export type GetUsageStatsQuery = {
|
|||||||
activated7d: number;
|
activated7d: number;
|
||||||
paid7d: number;
|
paid7d: number;
|
||||||
activatedNotPaid7d: number;
|
activatedNotPaid7d: number;
|
||||||
|
paidTotal: number;
|
||||||
}>;
|
}>;
|
||||||
windows: Array<{
|
windows: Array<{
|
||||||
__typename?: "UsageStatsWindowGQL";
|
__typename?: "UsageStatsWindowGQL";
|
||||||
@@ -9394,7 +9193,7 @@ export type VideoExportJobFieldsFragment = {
|
|||||||
shotIds?: Array<number> | null;
|
shotIds?: Array<number> | null;
|
||||||
runId?: number | null;
|
runId?: number | null;
|
||||||
downloadUrl?: string | null;
|
downloadUrl?: string | null;
|
||||||
fileSizeBytes?: any | null;
|
fileSizeBytes?: number | null;
|
||||||
expiresAt?: any | null;
|
expiresAt?: any | null;
|
||||||
createdAt?: any | null;
|
createdAt?: any | null;
|
||||||
};
|
};
|
||||||
@@ -9416,7 +9215,7 @@ export type RequestVideoExportMutation = {
|
|||||||
shotIds?: Array<number> | null;
|
shotIds?: Array<number> | null;
|
||||||
runId?: number | null;
|
runId?: number | null;
|
||||||
downloadUrl?: string | null;
|
downloadUrl?: string | null;
|
||||||
fileSizeBytes?: any | null;
|
fileSizeBytes?: number | null;
|
||||||
expiresAt?: any | null;
|
expiresAt?: any | null;
|
||||||
createdAt?: any | null;
|
createdAt?: any | null;
|
||||||
};
|
};
|
||||||
@@ -9448,7 +9247,7 @@ export type VideoExportJobQuery = {
|
|||||||
shotIds?: Array<number> | null;
|
shotIds?: Array<number> | null;
|
||||||
runId?: number | null;
|
runId?: number | null;
|
||||||
downloadUrl?: string | null;
|
downloadUrl?: string | null;
|
||||||
fileSizeBytes?: any | null;
|
fileSizeBytes?: number | null;
|
||||||
expiresAt?: any | null;
|
expiresAt?: any | null;
|
||||||
createdAt?: any | null;
|
createdAt?: any | null;
|
||||||
} | null;
|
} | null;
|
||||||
@@ -9472,7 +9271,7 @@ export type MyVideoExportsQuery = {
|
|||||||
shotIds?: Array<number> | null;
|
shotIds?: Array<number> | null;
|
||||||
runId?: number | null;
|
runId?: number | null;
|
||||||
downloadUrl?: string | null;
|
downloadUrl?: string | null;
|
||||||
fileSizeBytes?: any | null;
|
fileSizeBytes?: number | null;
|
||||||
expiresAt?: any | null;
|
expiresAt?: any | null;
|
||||||
createdAt?: any | null;
|
createdAt?: any | null;
|
||||||
}>;
|
}>;
|
||||||
@@ -9551,71 +9350,6 @@ export type GetUploadLinkMutation = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export type GetUploadLinksMutationVariables = Exact<{
|
|
||||||
videoId: Scalars["Int"]["input"];
|
|
||||||
segmentIndexes: Array<Scalars["Int"]["input"]> | Scalars["Int"]["input"];
|
|
||||||
}>;
|
|
||||||
|
|
||||||
export type GetUploadLinksMutation = {
|
|
||||||
__typename?: "Mutation";
|
|
||||||
getUploadLinks: {
|
|
||||||
__typename?: "GetUploadLinksReturn";
|
|
||||||
value:
|
|
||||||
| {
|
|
||||||
__typename?: "GetUploadLinkErrors";
|
|
||||||
error:
|
|
||||||
| { __typename?: "InitUploadAlreadyCompletedErr" }
|
|
||||||
| {
|
|
||||||
__typename?: "MustHaveSetForUploadLinkErr";
|
|
||||||
resolution?: boolean | null;
|
|
||||||
framesPerSecond?: boolean | null;
|
|
||||||
}
|
|
||||||
| { __typename?: "NoInitForChunkedUploadErr" }
|
|
||||||
| {
|
|
||||||
__typename?: "ProcessingFailedErr";
|
|
||||||
processing: {
|
|
||||||
__typename?: "VideoProcessingGQL";
|
|
||||||
status: ProcessingStatusEnum;
|
|
||||||
errors: Array<{
|
|
||||||
__typename?: "VideoProcessingErrorGQL";
|
|
||||||
message: string;
|
|
||||||
}>;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
| { __typename?: "SegmentAlreadyUploadedErr" }
|
|
||||||
| {
|
|
||||||
__typename?: "StorageLimitExceededErr";
|
|
||||||
reason: string;
|
|
||||||
tierName: string;
|
|
||||||
retainedStorageUsedBytes: any;
|
|
||||||
retainedStorageLimitBytes?: any | null;
|
|
||||||
remainingStorageBytes?: any | null;
|
|
||||||
}
|
|
||||||
| { __typename?: "TooManyInitUploadsErr" }
|
|
||||||
| { __typename?: "TooManyProfileImageUploadsErr" };
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
__typename?: "UploadLinkBatch";
|
|
||||||
alreadyUploaded: Array<number>;
|
|
||||||
links: Array<{
|
|
||||||
__typename?: "SegmentUploadLink";
|
|
||||||
segmentIndex: number;
|
|
||||||
uploadUrl: string;
|
|
||||||
headers: Array<{
|
|
||||||
__typename?: "Header";
|
|
||||||
key: string;
|
|
||||||
value: string;
|
|
||||||
} | null>;
|
|
||||||
}>;
|
|
||||||
};
|
|
||||||
stream?: {
|
|
||||||
__typename?: "UploadStreamGQL";
|
|
||||||
id: string;
|
|
||||||
uploadCompletionCursor: number;
|
|
||||||
} | null;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
export type GetHlsInitUploadLinkMutationVariables = Exact<{
|
export type GetHlsInitUploadLinkMutationVariables = Exact<{
|
||||||
videoId: Scalars["Int"]["input"];
|
videoId: Scalars["Int"]["input"];
|
||||||
}>;
|
}>;
|
||||||
@@ -10013,10 +9747,6 @@ export const SessionCoachCandidateFieldsFragmentDoc = gql`
|
|||||||
patternShotCount
|
patternShotCount
|
||||||
score
|
score
|
||||||
rankReason
|
rankReason
|
||||||
baselineSessionCount
|
|
||||||
baselineAttemptCount
|
|
||||||
baselineMadeCount
|
|
||||||
baselineMakePercentage
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
@@ -10027,13 +9757,7 @@ export const SessionCoachGenerationFieldsFragmentDoc = gql`
|
|||||||
createdAt
|
createdAt
|
||||||
completedAt
|
completedAt
|
||||||
decision {
|
decision {
|
||||||
selectedPositiveCandidateId
|
|
||||||
positiveTitle
|
|
||||||
positiveBody
|
|
||||||
selectedCandidateId
|
selectedCandidateId
|
||||||
supportingCandidateIds
|
|
||||||
supportingShotIds
|
|
||||||
sessionSummary
|
|
||||||
title
|
title
|
||||||
body
|
body
|
||||||
suggestedAction
|
suggestedAction
|
||||||
@@ -10060,7 +9784,6 @@ export const SessionCoachGenerationFieldsFragmentDoc = gql`
|
|||||||
startedAt
|
startedAt
|
||||||
lastEnqueuedAt
|
lastEnqueuedAt
|
||||||
abstentionReason
|
abstentionReason
|
||||||
synthesisRationale
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
@@ -10093,73 +9816,6 @@ export const PlayerClusterFieldsFragmentDoc = gql`
|
|||||||
}
|
}
|
||||||
${PlayerClusterShotFieldsFragmentDoc}
|
${PlayerClusterShotFieldsFragmentDoc}
|
||||||
`;
|
`;
|
||||||
export const TableStateLayoutFieldsFragmentDoc = gql`
|
|
||||||
fragment TableStateLayoutFields on TableStateGQL {
|
|
||||||
identifierToPosition
|
|
||||||
identifierToColor {
|
|
||||||
hex
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
export const DetectionBoxFieldsFragmentDoc = gql`
|
|
||||||
fragment DetectionBoxFields on BoundingBoxGQL {
|
|
||||||
left
|
|
||||||
top
|
|
||||||
width
|
|
||||||
height
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
export const DetectionPocketPointFieldsFragmentDoc = gql`
|
|
||||||
fragment DetectionPocketPointFields on PocketPointsGQL {
|
|
||||||
topLeft {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
topSide {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
topRight {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomLeft {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomSide {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomRight {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
export const TableStateDetectionFieldsFragmentDoc = gql`
|
|
||||||
fragment TableStateDetectionFields on TableStateGQL {
|
|
||||||
identifierToBox {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
homography {
|
|
||||||
crop {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
pockets {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
sourcePoints {
|
|
||||||
...DetectionPocketPointFields
|
|
||||||
}
|
|
||||||
destPoints {
|
|
||||||
...DetectionPocketPointFields
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
${DetectionBoxFieldsFragmentDoc}
|
|
||||||
${DetectionPocketPointFieldsFragmentDoc}
|
|
||||||
`;
|
|
||||||
export const ShotClipRangeFragmentDoc = gql`
|
export const ShotClipRangeFragmentDoc = gql`
|
||||||
fragment ShotClipRange on ShotGQL {
|
fragment ShotClipRange on ShotGQL {
|
||||||
id
|
id
|
||||||
@@ -15357,18 +15013,12 @@ export type ReactToVideoMutationOptions = Apollo.BaseMutationOptions<
|
|||||||
ReactToVideoMutationVariables
|
ReactToVideoMutationVariables
|
||||||
>;
|
>;
|
||||||
export const GetShotLabVideosDocument = gql`
|
export const GetShotLabVideosDocument = gql`
|
||||||
query GetShotLabVideos(
|
query GetShotLabVideos($userId: Int!, $limit: Int! = 25) {
|
||||||
$feedInput: VideoFeedInputGQL!
|
|
||||||
$includePrivate: IncludePrivateEnum!
|
|
||||||
$limit: Int! = 25
|
|
||||||
$after: String = null
|
|
||||||
) {
|
|
||||||
getFeedVideos(
|
getFeedVideos(
|
||||||
limit: $limit
|
limit: $limit
|
||||||
after: $after
|
|
||||||
includeCallersVideos: false
|
includeCallersVideos: false
|
||||||
includePrivate: $includePrivate
|
includePrivate: MINE
|
||||||
feedInput: $feedInput
|
feedInput: { userId: $userId }
|
||||||
) {
|
) {
|
||||||
videos {
|
videos {
|
||||||
id
|
id
|
||||||
@@ -15388,10 +15038,6 @@ export const GetShotLabVideosDocument = gql`
|
|||||||
lastSegmentUploadedAt
|
lastSegmentUploadedAt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pageInfo {
|
|
||||||
hasNextPage
|
|
||||||
endCursor
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
@@ -15408,10 +15054,8 @@ export const GetShotLabVideosDocument = gql`
|
|||||||
* @example
|
* @example
|
||||||
* const { data, loading, error } = useGetShotLabVideosQuery({
|
* const { data, loading, error } = useGetShotLabVideosQuery({
|
||||||
* variables: {
|
* variables: {
|
||||||
* feedInput: // value for 'feedInput'
|
* userId: // value for 'userId'
|
||||||
* includePrivate: // value for 'includePrivate'
|
|
||||||
* limit: // value for 'limit'
|
* limit: // value for 'limit'
|
||||||
* after: // value for 'after'
|
|
||||||
* },
|
* },
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
@@ -15772,16 +15416,6 @@ export const GetSessionCoachDocument = gql`
|
|||||||
unknownOutcomeCount
|
unknownOutcomeCount
|
||||||
analyzedShotCount
|
analyzedShotCount
|
||||||
makePercentage
|
makePercentage
|
||||||
longestMakeStreak
|
|
||||||
recentBaseline {
|
|
||||||
sessionCount
|
|
||||||
attemptCount
|
|
||||||
madeCount
|
|
||||||
makePercentage
|
|
||||||
}
|
|
||||||
positiveCandidates {
|
|
||||||
...SessionCoachCandidateFields
|
|
||||||
}
|
|
||||||
primaryCandidate {
|
primaryCandidate {
|
||||||
...SessionCoachCandidateFields
|
...SessionCoachCandidateFields
|
||||||
}
|
}
|
||||||
@@ -15917,63 +15551,6 @@ export type RequestSessionCoachGenerationMutationOptions =
|
|||||||
RequestSessionCoachGenerationMutation,
|
RequestSessionCoachGenerationMutation,
|
||||||
RequestSessionCoachGenerationMutationVariables
|
RequestSessionCoachGenerationMutationVariables
|
||||||
>;
|
>;
|
||||||
export const CreateShotShareLinkDocument = gql`
|
|
||||||
mutation CreateShotShareLink(
|
|
||||||
$shotIds: [Int!]!
|
|
||||||
$paddingSeconds: Float = null
|
|
||||||
) {
|
|
||||||
createShotShareLink(
|
|
||||||
input: { shotIds: $shotIds, paddingSeconds: $paddingSeconds }
|
|
||||||
) {
|
|
||||||
slug
|
|
||||||
url
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
export type CreateShotShareLinkMutationFn = Apollo.MutationFunction<
|
|
||||||
CreateShotShareLinkMutation,
|
|
||||||
CreateShotShareLinkMutationVariables
|
|
||||||
>;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* __useCreateShotShareLinkMutation__
|
|
||||||
*
|
|
||||||
* To run a mutation, you first call `useCreateShotShareLinkMutation` within a React component and pass it any options that fit your needs.
|
|
||||||
* When your component renders, `useCreateShotShareLinkMutation` 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 [createShotShareLinkMutation, { data, loading, error }] = useCreateShotShareLinkMutation({
|
|
||||||
* variables: {
|
|
||||||
* shotIds: // value for 'shotIds'
|
|
||||||
* paddingSeconds: // value for 'paddingSeconds'
|
|
||||||
* },
|
|
||||||
* });
|
|
||||||
*/
|
|
||||||
export function useCreateShotShareLinkMutation(
|
|
||||||
baseOptions?: Apollo.MutationHookOptions<
|
|
||||||
CreateShotShareLinkMutation,
|
|
||||||
CreateShotShareLinkMutationVariables
|
|
||||||
>,
|
|
||||||
) {
|
|
||||||
const options = { ...defaultOptions, ...baseOptions };
|
|
||||||
return Apollo.useMutation<
|
|
||||||
CreateShotShareLinkMutation,
|
|
||||||
CreateShotShareLinkMutationVariables
|
|
||||||
>(CreateShotShareLinkDocument, options);
|
|
||||||
}
|
|
||||||
export type CreateShotShareLinkMutationHookResult = ReturnType<
|
|
||||||
typeof useCreateShotShareLinkMutation
|
|
||||||
>;
|
|
||||||
export type CreateShotShareLinkMutationResult =
|
|
||||||
Apollo.MutationResult<CreateShotShareLinkMutation>;
|
|
||||||
export type CreateShotShareLinkMutationOptions = Apollo.BaseMutationOptions<
|
|
||||||
CreateShotShareLinkMutation,
|
|
||||||
CreateShotShareLinkMutationVariables
|
|
||||||
>;
|
|
||||||
export const VideoPlayerClustersDocument = gql`
|
export const VideoPlayerClustersDocument = gql`
|
||||||
query VideoPlayerClusters($videoId: Int!) {
|
query VideoPlayerClusters($videoId: Int!) {
|
||||||
videoPlayerClusters(videoId: $videoId) {
|
videoPlayerClusters(videoId: $videoId) {
|
||||||
@@ -16111,12 +15688,12 @@ export const GetTableStateDocument = gql`
|
|||||||
tableSize: $tableSize
|
tableSize: $tableSize
|
||||||
useHomography: $useHomography
|
useHomography: $useHomography
|
||||||
) {
|
) {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
...TableStateDetectionFields
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
${TableStateLayoutFieldsFragmentDoc}
|
|
||||||
${TableStateDetectionFieldsFragmentDoc}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -16192,11 +15769,13 @@ export const GetLiveTableStateDocument = gql`
|
|||||||
videoId
|
videoId
|
||||||
frameIndex
|
frameIndex
|
||||||
tableState {
|
tableState {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
${TableStateLayoutFieldsFragmentDoc}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -16271,11 +15850,13 @@ export const GetShotTableStateDocument = gql`
|
|||||||
videoId
|
videoId
|
||||||
frameIndex
|
frameIndex
|
||||||
tableState {
|
tableState {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
${TableStateLayoutFieldsFragmentDoc}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -17430,6 +17011,8 @@ export const GetUsageStatsDocument = gql`
|
|||||||
activationCohort
|
activationCohort
|
||||||
activationActivated
|
activationActivated
|
||||||
payingUsers
|
payingUsers
|
||||||
|
pastDueUsers
|
||||||
|
newPaidToday
|
||||||
newPaid7d
|
newPaid7d
|
||||||
newPaid30d
|
newPaid30d
|
||||||
retentionPrevActive
|
retentionPrevActive
|
||||||
@@ -17441,6 +17024,7 @@ export const GetUsageStatsDocument = gql`
|
|||||||
activated7d
|
activated7d
|
||||||
paid7d
|
paid7d
|
||||||
activatedNotPaid7d
|
activatedNotPaid7d
|
||||||
|
paidTotal
|
||||||
}
|
}
|
||||||
totalUsers
|
totalUsers
|
||||||
totalVideos
|
totalVideos
|
||||||
@@ -20482,96 +20066,6 @@ export type GetUploadLinkMutationOptions = Apollo.BaseMutationOptions<
|
|||||||
GetUploadLinkMutation,
|
GetUploadLinkMutation,
|
||||||
GetUploadLinkMutationVariables
|
GetUploadLinkMutationVariables
|
||||||
>;
|
>;
|
||||||
export const GetUploadLinksDocument = gql`
|
|
||||||
mutation GetUploadLinks($videoId: Int!, $segmentIndexes: [Int!]!) {
|
|
||||||
getUploadLinks(videoId: $videoId, segmentIndexes: $segmentIndexes) {
|
|
||||||
value {
|
|
||||||
... on UploadLinkBatch {
|
|
||||||
links {
|
|
||||||
segmentIndex
|
|
||||||
uploadUrl
|
|
||||||
headers {
|
|
||||||
key
|
|
||||||
value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
alreadyUploaded
|
|
||||||
}
|
|
||||||
... on GetUploadLinkErrors {
|
|
||||||
error {
|
|
||||||
... on MustHaveSetForUploadLinkErr {
|
|
||||||
resolution
|
|
||||||
framesPerSecond
|
|
||||||
}
|
|
||||||
... on ProcessingFailedErr {
|
|
||||||
processing {
|
|
||||||
status
|
|
||||||
errors {
|
|
||||||
message
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
... on StorageLimitExceededErr {
|
|
||||||
reason
|
|
||||||
tierName
|
|
||||||
retainedStorageUsedBytes
|
|
||||||
retainedStorageLimitBytes
|
|
||||||
remainingStorageBytes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stream {
|
|
||||||
id
|
|
||||||
uploadCompletionCursor
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
export type GetUploadLinksMutationFn = Apollo.MutationFunction<
|
|
||||||
GetUploadLinksMutation,
|
|
||||||
GetUploadLinksMutationVariables
|
|
||||||
>;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* __useGetUploadLinksMutation__
|
|
||||||
*
|
|
||||||
* To run a mutation, you first call `useGetUploadLinksMutation` within a React component and pass it any options that fit your needs.
|
|
||||||
* When your component renders, `useGetUploadLinksMutation` 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 [getUploadLinksMutation, { data, loading, error }] = useGetUploadLinksMutation({
|
|
||||||
* variables: {
|
|
||||||
* videoId: // value for 'videoId'
|
|
||||||
* segmentIndexes: // value for 'segmentIndexes'
|
|
||||||
* },
|
|
||||||
* });
|
|
||||||
*/
|
|
||||||
export function useGetUploadLinksMutation(
|
|
||||||
baseOptions?: Apollo.MutationHookOptions<
|
|
||||||
GetUploadLinksMutation,
|
|
||||||
GetUploadLinksMutationVariables
|
|
||||||
>,
|
|
||||||
) {
|
|
||||||
const options = { ...defaultOptions, ...baseOptions };
|
|
||||||
return Apollo.useMutation<
|
|
||||||
GetUploadLinksMutation,
|
|
||||||
GetUploadLinksMutationVariables
|
|
||||||
>(GetUploadLinksDocument, options);
|
|
||||||
}
|
|
||||||
export type GetUploadLinksMutationHookResult = ReturnType<
|
|
||||||
typeof useGetUploadLinksMutation
|
|
||||||
>;
|
|
||||||
export type GetUploadLinksMutationResult =
|
|
||||||
Apollo.MutationResult<GetUploadLinksMutation>;
|
|
||||||
export type GetUploadLinksMutationOptions = Apollo.BaseMutationOptions<
|
|
||||||
GetUploadLinksMutation,
|
|
||||||
GetUploadLinksMutationVariables
|
|
||||||
>;
|
|
||||||
export const GetHlsInitUploadLinkDocument = gql`
|
export const GetHlsInitUploadLinkDocument = gql`
|
||||||
mutation GetHlsInitUploadLink($videoId: Int!) {
|
mutation GetHlsInitUploadLink($videoId: Int!) {
|
||||||
getHlsInitUploadLink(videoId: $videoId) {
|
getHlsInitUploadLink(videoId: $videoId) {
|
||||||
|
|||||||
@@ -1,19 +1,12 @@
|
|||||||
# Lightweight two-step picker data for Shot Lab's video-first source: recent
|
# Lightweight two-step picker data for Shot Lab's video-first source: the
|
||||||
# videos from the requested audience (mine, followed users, or public), then
|
# caller's recent videos (completed or still uploading), then that video's
|
||||||
# that video's shots. The stream fields hint at "actively updating" without
|
# shots. The stream fields hint at "actively updating" without gating.
|
||||||
# gating.
|
query GetShotLabVideos($userId: Int!, $limit: Int! = 25) {
|
||||||
query GetShotLabVideos(
|
|
||||||
$feedInput: VideoFeedInputGQL!
|
|
||||||
$includePrivate: IncludePrivateEnum!
|
|
||||||
$limit: Int! = 25
|
|
||||||
$after: String = null
|
|
||||||
) {
|
|
||||||
getFeedVideos(
|
getFeedVideos(
|
||||||
limit: $limit
|
limit: $limit
|
||||||
after: $after
|
|
||||||
includeCallersVideos: false
|
includeCallersVideos: false
|
||||||
includePrivate: $includePrivate
|
includePrivate: MINE
|
||||||
feedInput: $feedInput
|
feedInput: { userId: $userId }
|
||||||
) {
|
) {
|
||||||
videos {
|
videos {
|
||||||
id
|
id
|
||||||
@@ -33,10 +26,6 @@ query GetShotLabVideos(
|
|||||||
lastSegmentUploadedAt
|
lastSegmentUploadedAt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pageInfo {
|
|
||||||
hasNextPage
|
|
||||||
endCursor
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,16 +14,6 @@ query GetSessionCoach($videoId: Int!) {
|
|||||||
unknownOutcomeCount
|
unknownOutcomeCount
|
||||||
analyzedShotCount
|
analyzedShotCount
|
||||||
makePercentage
|
makePercentage
|
||||||
longestMakeStreak
|
|
||||||
recentBaseline {
|
|
||||||
sessionCount
|
|
||||||
attemptCount
|
|
||||||
madeCount
|
|
||||||
makePercentage
|
|
||||||
}
|
|
||||||
positiveCandidates {
|
|
||||||
...SessionCoachCandidateFields
|
|
||||||
}
|
|
||||||
primaryCandidate {
|
primaryCandidate {
|
||||||
...SessionCoachCandidateFields
|
...SessionCoachCandidateFields
|
||||||
}
|
}
|
||||||
@@ -69,10 +59,6 @@ fragment SessionCoachCandidateFields on SessionCoachCandidateGQL {
|
|||||||
patternShotCount
|
patternShotCount
|
||||||
score
|
score
|
||||||
rankReason
|
rankReason
|
||||||
baselineSessionCount
|
|
||||||
baselineAttemptCount
|
|
||||||
baselineMadeCount
|
|
||||||
baselineMakePercentage
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,13 +68,7 @@ fragment SessionCoachGenerationFields on SessionCoachGenerationGQL {
|
|||||||
createdAt
|
createdAt
|
||||||
completedAt
|
completedAt
|
||||||
decision {
|
decision {
|
||||||
selectedPositiveCandidateId
|
|
||||||
positiveTitle
|
|
||||||
positiveBody
|
|
||||||
selectedCandidateId
|
selectedCandidateId
|
||||||
supportingCandidateIds
|
|
||||||
supportingShotIds
|
|
||||||
sessionSummary
|
|
||||||
title
|
title
|
||||||
body
|
body
|
||||||
suggestedAction
|
suggestedAction
|
||||||
@@ -115,6 +95,5 @@ fragment SessionCoachGenerationFields on SessionCoachGenerationGQL {
|
|||||||
startedAt
|
startedAt
|
||||||
lastEnqueuedAt
|
lastEnqueuedAt
|
||||||
abstentionReason
|
abstentionReason
|
||||||
synthesisRationale
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
mutation CreateShotShareLink($shotIds: [Int!]!, $paddingSeconds: Float = null) {
|
|
||||||
createShotShareLink(
|
|
||||||
input: { shotIds: $shotIds, paddingSeconds: $paddingSeconds }
|
|
||||||
) {
|
|
||||||
slug
|
|
||||||
url
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,72 +1,3 @@
|
|||||||
fragment TableStateLayoutFields on TableStateGQL {
|
|
||||||
identifierToPosition
|
|
||||||
identifierToColor {
|
|
||||||
hex
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment DetectionBoxFields on BoundingBoxGQL {
|
|
||||||
left
|
|
||||||
top
|
|
||||||
width
|
|
||||||
height
|
|
||||||
}
|
|
||||||
|
|
||||||
fragment DetectionPocketPointFields on PocketPointsGQL {
|
|
||||||
topLeft {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
topSide {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
topRight {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomLeft {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomSide {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
bottomRight {
|
|
||||||
x
|
|
||||||
y
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
# Everything needed to redraw a detection over the image it came from:
|
|
||||||
# the detector's boxes plus the homography that turned them into plane
|
|
||||||
# positions. Boxes, pocket boxes, and source points share the crop's
|
|
||||||
# coordinate space; the crop locates that space in the full frame.
|
|
||||||
#
|
|
||||||
# Only the photo query selects this. The live and shot queries read a
|
|
||||||
# frame out of a video the app never holds, so there is no image to
|
|
||||||
# overlay, and getLiveTableState is polled every five seconds.
|
|
||||||
fragment TableStateDetectionFields on TableStateGQL {
|
|
||||||
identifierToBox {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
homography {
|
|
||||||
crop {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
pockets {
|
|
||||||
...DetectionBoxFields
|
|
||||||
}
|
|
||||||
sourcePoints {
|
|
||||||
...DetectionPocketPointFields
|
|
||||||
}
|
|
||||||
destPoints {
|
|
||||||
...DetectionPocketPointFields
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
query GetTableState(
|
query GetTableState(
|
||||||
$b64Image: String!
|
$b64Image: String!
|
||||||
$tableSize: Float
|
$tableSize: Float
|
||||||
@@ -77,8 +8,10 @@ query GetTableState(
|
|||||||
tableSize: $tableSize
|
tableSize: $tableSize
|
||||||
useHomography: $useHomography
|
useHomography: $useHomography
|
||||||
) {
|
) {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
...TableStateDetectionFields
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,7 +20,10 @@ query GetLiveTableState($videoId: Int!) {
|
|||||||
videoId
|
videoId
|
||||||
frameIndex
|
frameIndex
|
||||||
tableState {
|
tableState {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -98,7 +34,10 @@ query GetShotTableState($shotId: Int!) {
|
|||||||
videoId
|
videoId
|
||||||
frameIndex
|
frameIndex
|
||||||
tableState {
|
tableState {
|
||||||
...TableStateLayoutFields
|
identifierToPosition
|
||||||
|
identifierToColor {
|
||||||
|
hex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ query getUsageStats($days: Int! = 30) {
|
|||||||
activationCohort
|
activationCohort
|
||||||
activationActivated
|
activationActivated
|
||||||
payingUsers
|
payingUsers
|
||||||
|
pastDueUsers
|
||||||
|
newPaidToday
|
||||||
newPaid7d
|
newPaid7d
|
||||||
newPaid30d
|
newPaid30d
|
||||||
retentionPrevActive
|
retentionPrevActive
|
||||||
@@ -18,6 +20,7 @@ query getUsageStats($days: Int! = 30) {
|
|||||||
activated7d
|
activated7d
|
||||||
paid7d
|
paid7d
|
||||||
activatedNotPaid7d
|
activatedNotPaid7d
|
||||||
|
paidTotal
|
||||||
}
|
}
|
||||||
totalUsers
|
totalUsers
|
||||||
totalVideos
|
totalVideos
|
||||||
|
|||||||
@@ -54,51 +54,6 @@ mutation GetUploadLink($videoId: Int!, $segmentIndex: Int!) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mutation GetUploadLinks($videoId: Int!, $segmentIndexes: [Int!]!) {
|
|
||||||
getUploadLinks(videoId: $videoId, segmentIndexes: $segmentIndexes) {
|
|
||||||
value {
|
|
||||||
... on UploadLinkBatch {
|
|
||||||
links {
|
|
||||||
segmentIndex
|
|
||||||
uploadUrl
|
|
||||||
headers {
|
|
||||||
key
|
|
||||||
value
|
|
||||||
}
|
|
||||||
}
|
|
||||||
alreadyUploaded
|
|
||||||
}
|
|
||||||
... on GetUploadLinkErrors {
|
|
||||||
error {
|
|
||||||
... on MustHaveSetForUploadLinkErr {
|
|
||||||
resolution
|
|
||||||
framesPerSecond
|
|
||||||
}
|
|
||||||
... on ProcessingFailedErr {
|
|
||||||
processing {
|
|
||||||
status
|
|
||||||
errors {
|
|
||||||
message
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
... on StorageLimitExceededErr {
|
|
||||||
reason
|
|
||||||
tierName
|
|
||||||
retainedStorageUsedBytes
|
|
||||||
retainedStorageLimitBytes
|
|
||||||
remainingStorageBytes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stream {
|
|
||||||
id
|
|
||||||
uploadCompletionCursor
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mutation GetHlsInitUploadLink($videoId: Int!) {
|
mutation GetHlsInitUploadLink($videoId: Int!) {
|
||||||
getHlsInitUploadLink(videoId: $videoId) {
|
getHlsInitUploadLink(videoId: $videoId) {
|
||||||
value {
|
value {
|
||||||
|
|||||||
@@ -214,6 +214,7 @@ type CohortStatsGQL {
|
|||||||
activated7d: Int!
|
activated7d: Int!
|
||||||
paid7d: Int!
|
paid7d: Int!
|
||||||
activatedNotPaid7d: Int!
|
activatedNotPaid7d: Int!
|
||||||
|
paidTotal: Int!
|
||||||
}
|
}
|
||||||
|
|
||||||
type CommentGQL {
|
type CommentGQL {
|
||||||
@@ -249,11 +250,6 @@ input CreatePoolHallCameraInput {
|
|||||||
claimTermsText: String = null
|
claimTermsText: String = null
|
||||||
}
|
}
|
||||||
|
|
||||||
input CreateShotShareLinkInput {
|
|
||||||
shotIds: [Int!]!
|
|
||||||
paddingSeconds: Float = null
|
|
||||||
}
|
|
||||||
|
|
||||||
input CreatePoolHallInput {
|
input CreatePoolHallInput {
|
||||||
name: String!
|
name: String!
|
||||||
address: String = null
|
address: String = null
|
||||||
@@ -264,6 +260,11 @@ input CreatePoolHallInput {
|
|||||||
timezone: String = null
|
timezone: String = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input CreateShotShareLinkInput {
|
||||||
|
shotIds: [Int!]!
|
||||||
|
paddingSeconds: Float = null
|
||||||
|
}
|
||||||
|
|
||||||
type CreateSubscriptionResultGQL {
|
type CreateSubscriptionResultGQL {
|
||||||
checkoutUrl: String!
|
checkoutUrl: String!
|
||||||
sessionId: String!
|
sessionId: String!
|
||||||
@@ -464,6 +465,8 @@ type FunnelStatsGQL {
|
|||||||
activationCohort: Int!
|
activationCohort: Int!
|
||||||
activationActivated: Int!
|
activationActivated: Int!
|
||||||
payingUsers: Int!
|
payingUsers: Int!
|
||||||
|
pastDueUsers: Int!
|
||||||
|
newPaidToday: Int!
|
||||||
newPaid7d: Int!
|
newPaid7d: Int!
|
||||||
newPaid30d: Int!
|
newPaid30d: Int!
|
||||||
retentionPrevActive: Int!
|
retentionPrevActive: Int!
|
||||||
@@ -1459,6 +1462,11 @@ enum SessionCoachStateEnum {
|
|||||||
FAILED
|
FAILED
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type ShareLinkGQL {
|
||||||
|
slug: String!
|
||||||
|
url: String!
|
||||||
|
}
|
||||||
|
|
||||||
type ShotAnnotationGQL {
|
type ShotAnnotationGQL {
|
||||||
shotId: Int!
|
shotId: Int!
|
||||||
type: ShotAnnotationTypeGQL!
|
type: ShotAnnotationTypeGQL!
|
||||||
@@ -1708,7 +1716,6 @@ type TableStateGQL {
|
|||||||
identifierToPosition: [[Float!]!]!
|
identifierToPosition: [[Float!]!]!
|
||||||
homography: HomographyInfoGQL
|
homography: HomographyInfoGQL
|
||||||
identifierToColor: [RGBColorGQL]!
|
identifierToColor: [RGBColorGQL]!
|
||||||
identifierToBox: [BoundingBoxGQL!]!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type TagClassGQL {
|
type TagClassGQL {
|
||||||
@@ -1920,11 +1927,6 @@ type UserSubscriptionStatusGQL {
|
|||||||
stripeSubscriptionId: String
|
stripeSubscriptionId: String
|
||||||
}
|
}
|
||||||
|
|
||||||
type ShareLinkGQL {
|
|
||||||
slug: String!
|
|
||||||
url: String!
|
|
||||||
}
|
|
||||||
|
|
||||||
type VideoExportJobGQL {
|
type VideoExportJobGQL {
|
||||||
id: Int!
|
id: Int!
|
||||||
videoId: Int!
|
videoId: Int!
|
||||||
@@ -1935,7 +1937,7 @@ type VideoExportJobGQL {
|
|||||||
shotIds: [Int!]
|
shotIds: [Int!]
|
||||||
runId: Int
|
runId: Int
|
||||||
downloadUrl: String
|
downloadUrl: String
|
||||||
fileSizeBytes: BigInt
|
fileSizeBytes: Int
|
||||||
expiresAt: DateTime
|
expiresAt: DateTime
|
||||||
createdAt: DateTime
|
createdAt: DateTime
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user