|
|
|
@@ -157,6 +157,7 @@ export type BucketSetInputGql = {
|
|
|
|
|
|
|
|
|
|
|
|
export type CameraClaimSession = {
|
|
|
|
export type CameraClaimSession = {
|
|
|
|
__typename?: "CameraClaimSession";
|
|
|
|
__typename?: "CameraClaimSession";
|
|
|
|
|
|
|
|
agreedTermsVersion?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
camera: PoolHallCamera;
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
cameraId: Scalars["ID"]["output"];
|
|
|
|
challengeCode: Scalars["String"]["output"];
|
|
|
|
challengeCode: Scalars["String"]["output"];
|
|
|
|
@@ -284,6 +285,8 @@ export type CreateCustomerPortalSessionResultGql = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallCameraInput = {
|
|
|
|
export type CreatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
allowsPrivateVideos?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
claimTermsText?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
poolHallId: Scalars["ID"]["input"];
|
|
|
|
@@ -294,9 +297,11 @@ export type CreatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
|
|
|
|
export type CreatePoolHallInput = {
|
|
|
|
export type CreatePoolHallInput = {
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
city?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
name: Scalars["String"]["input"];
|
|
|
|
|
|
|
|
state?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -2568,8 +2573,10 @@ export type MutationCreateBucketSetArgs = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type MutationCreateCameraClaimSessionArgs = {
|
|
|
|
export type MutationCreateCameraClaimSessionArgs = {
|
|
|
|
|
|
|
|
agreedTermsVersion?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
cameraId: Scalars["ID"]["input"];
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
|
|
|
tags?: InputMaybe<Array<VideoTagInput>>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -2954,11 +2961,13 @@ export type PocketingIntentionInfoGql = {
|
|
|
|
export type PoolHall = {
|
|
|
|
export type PoolHall = {
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
__typename?: "PoolHall";
|
|
|
|
address?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
address?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
city?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
latitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
latitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
longitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
longitude?: Maybe<Scalars["Float"]["output"]>;
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
name: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
state?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
status: Scalars["String"]["output"];
|
|
|
|
timezone?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
timezone?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
updatedAt: Scalars["DateTime"]["output"];
|
|
|
|
@@ -2966,6 +2975,9 @@ export type PoolHall = {
|
|
|
|
|
|
|
|
|
|
|
|
export type PoolHallCamera = {
|
|
|
|
export type PoolHallCamera = {
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
__typename?: "PoolHallCamera";
|
|
|
|
|
|
|
|
allowsPrivateVideos: Scalars["Boolean"]["output"];
|
|
|
|
|
|
|
|
claimTermsText?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
claimTermsVersion?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
createdAt: Scalars["DateTime"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
id: Scalars["ID"]["output"];
|
|
|
|
inUse: Scalars["Boolean"]["output"];
|
|
|
|
inUse: Scalars["Boolean"]["output"];
|
|
|
|
@@ -3727,6 +3739,7 @@ export type StripeSubscriptionOptionsGql = {
|
|
|
|
__typename?: "StripeSubscriptionOptionsGQL";
|
|
|
|
__typename?: "StripeSubscriptionOptionsGQL";
|
|
|
|
appleIap: AppleIapSubscriptionOptionsGql;
|
|
|
|
appleIap: AppleIapSubscriptionOptionsGql;
|
|
|
|
products: Array<StripeProductGql>;
|
|
|
|
products: Array<StripeProductGql>;
|
|
|
|
|
|
|
|
tierOptions: Array<SubscriptionTierPurchaseOptionGql>;
|
|
|
|
trialPeriodDays?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
trialPeriodDays?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -3741,6 +3754,22 @@ export enum StripeSubscriptionStatusEnum {
|
|
|
|
Unpaid = "UNPAID",
|
|
|
|
Unpaid = "UNPAID",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export type SubscriptionTierPurchaseOptionGql = {
|
|
|
|
|
|
|
|
__typename?: "SubscriptionTierPurchaseOptionGQL";
|
|
|
|
|
|
|
|
appleProductId?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
billingInterval: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
currency?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
isAvailable: Scalars["Boolean"]["output"];
|
|
|
|
|
|
|
|
isConfigured: Scalars["Boolean"]["output"];
|
|
|
|
|
|
|
|
platform: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
recurringIntervalCount?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
|
|
|
stripePriceId?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
stripeProductId?: Maybe<Scalars["String"]["output"]>;
|
|
|
|
|
|
|
|
tierDisplayName: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
tierName: Scalars["String"]["output"];
|
|
|
|
|
|
|
|
unitAmount?: Maybe<Scalars["Int"]["output"]>;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type SuccessfulAdd = {
|
|
|
|
export type SuccessfulAdd = {
|
|
|
|
__typename?: "SuccessfulAdd";
|
|
|
|
__typename?: "SuccessfulAdd";
|
|
|
|
value: Scalars["Boolean"]["output"];
|
|
|
|
value: Scalars["Boolean"]["output"];
|
|
|
|
@@ -3833,6 +3862,8 @@ export type UpdateAnnotationInputGql = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallCameraInput = {
|
|
|
|
export type UpdatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
allowsPrivateVideos?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
claimTermsText?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
pocketSize?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
@@ -3843,10 +3874,12 @@ export type UpdatePoolHallCameraInput = {
|
|
|
|
|
|
|
|
|
|
|
|
export type UpdatePoolHallInput = {
|
|
|
|
export type UpdatePoolHallInput = {
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
address?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
city?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
id: Scalars["ID"]["input"];
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
latitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
longitude?: InputMaybe<Scalars["Float"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
|
|
|
|
state?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
status?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
timezone?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
@@ -4588,6 +4621,8 @@ export type GetDeployedConfigQuery = {
|
|
|
|
minimumAllowedAppVersion: string;
|
|
|
|
minimumAllowedAppVersion: string;
|
|
|
|
subscriptionGatingEnabled: boolean;
|
|
|
|
subscriptionGatingEnabled: boolean;
|
|
|
|
quotaEnforcementEnabled: boolean;
|
|
|
|
quotaEnforcementEnabled: boolean;
|
|
|
|
|
|
|
|
storageLimitEnforcementEnabled: boolean;
|
|
|
|
|
|
|
|
capabilityEnforcementEnabled: boolean;
|
|
|
|
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
|
|
|
defaultAndroidRecordingFormat: StreamSegmentTypeEnum;
|
|
|
|
bucketUrl: string;
|
|
|
|
bucketUrl: string;
|
|
|
|
bannerMessages: Array<{
|
|
|
|
bannerMessages: Array<{
|
|
|
|
@@ -4665,6 +4700,7 @@ export type GetFeedQuery = {
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
isCompleted: boolean;
|
|
|
|
isCompleted: boolean;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
|
|
|
clientUploadStatus?: ClientUploadStatusEnum | null;
|
|
|
|
} | null;
|
|
|
|
} | null;
|
|
|
|
tags: Array<{
|
|
|
|
tags: Array<{
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
@@ -4778,6 +4814,7 @@ export type VideoCardFieldsFragment = {
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
isCompleted: boolean;
|
|
|
|
isCompleted: boolean;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
|
|
|
clientUploadStatus?: ClientUploadStatusEnum | null;
|
|
|
|
} | null;
|
|
|
|
} | null;
|
|
|
|
tags: Array<{
|
|
|
|
tags: Array<{
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
@@ -4924,6 +4961,7 @@ export type GetVideoFeedQuery = {
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
isCompleted: boolean;
|
|
|
|
isCompleted: boolean;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
|
|
|
clientUploadStatus?: ClientUploadStatusEnum | null;
|
|
|
|
} | null;
|
|
|
|
} | null;
|
|
|
|
tags: Array<{
|
|
|
|
tags: Array<{
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
@@ -5490,6 +5528,21 @@ export type GetAvailableSubscriptionOptionsQuery = {
|
|
|
|
proMonthlyProductId?: string | null;
|
|
|
|
proMonthlyProductId?: string | null;
|
|
|
|
productIds: Array<string>;
|
|
|
|
productIds: Array<string>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
tierOptions: Array<{
|
|
|
|
|
|
|
|
__typename?: "SubscriptionTierPurchaseOptionGQL";
|
|
|
|
|
|
|
|
tierName: string;
|
|
|
|
|
|
|
|
tierDisplayName: string;
|
|
|
|
|
|
|
|
billingInterval: string;
|
|
|
|
|
|
|
|
platform: string;
|
|
|
|
|
|
|
|
isConfigured: boolean;
|
|
|
|
|
|
|
|
isAvailable: boolean;
|
|
|
|
|
|
|
|
stripeProductId?: string | null;
|
|
|
|
|
|
|
|
stripePriceId?: string | null;
|
|
|
|
|
|
|
|
appleProductId?: string | null;
|
|
|
|
|
|
|
|
currency?: string | null;
|
|
|
|
|
|
|
|
unitAmount?: number | null;
|
|
|
|
|
|
|
|
recurringIntervalCount?: number | null;
|
|
|
|
|
|
|
|
}>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
@@ -5514,6 +5567,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<{
|
|
|
|
export type GetAppleAppAccountTokenQueryVariables = Exact<{
|
|
|
|
[key: string]: never;
|
|
|
|
[key: string]: never;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
@@ -5583,6 +5675,8 @@ export type PoolHallFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5601,6 +5695,9 @@ export type PoolHallCameraFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5618,6 +5715,9 @@ export type PoolHallCameraWithHallFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5628,6 +5728,8 @@ export type PoolHallCameraWithHallFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5651,6 +5753,9 @@ export type PoolHallCameraStreamCredentialsFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5661,6 +5766,8 @@ export type PoolHallCameraStreamCredentialsFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5682,6 +5789,7 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -5694,6 +5802,9 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5704,6 +5815,8 @@ export type CameraClaimSessionFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5738,6 +5851,9 @@ export type CameraLeaseFieldsFragment = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5748,6 +5864,8 @@ export type CameraLeaseFieldsFragment = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5767,6 +5885,8 @@ export type GetPoolHallsQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5787,6 +5907,8 @@ export type GetClaimablePoolHallsQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5812,6 +5934,9 @@ export type GetPoolHallCamerasQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5822,6 +5947,8 @@ export type GetPoolHallCamerasQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5848,6 +5975,9 @@ export type GetClaimableCamerasQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5858,6 +5988,8 @@ export type GetClaimableCamerasQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5885,6 +6017,7 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -5897,6 +6030,9 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5907,6 +6043,8 @@ export type GetCameraClaimSessionQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5948,6 +6086,9 @@ export type GetActiveCameraLeaseQuery = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -5958,6 +6099,8 @@ export type GetActiveCameraLeaseQuery = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -5980,6 +6123,8 @@ export type CreatePoolHallMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6000,6 +6145,8 @@ export type UpdatePoolHallMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6029,6 +6176,9 @@ export type CreatePoolHallCameraMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6039,6 +6189,8 @@ export type CreatePoolHallCameraMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6066,6 +6218,9 @@ export type UpdatePoolHallCameraMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6076,6 +6231,8 @@ export type UpdatePoolHallCameraMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6106,6 +6263,9 @@ export type RotatePoolHallCameraStreamKeyMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6116,6 +6276,8 @@ export type RotatePoolHallCameraStreamKeyMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6132,6 +6294,8 @@ export type CreateCameraClaimSessionMutationVariables = Exact<{
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
durationMinutes?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoName?: InputMaybe<Scalars["String"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
videoPrivate?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
|
|
|
|
|
|
agreedTermsVersion?: InputMaybe<Scalars["Int"]["input"]>;
|
|
|
|
|
|
|
|
tags?: InputMaybe<Array<VideoTagInput> | VideoTagInput>;
|
|
|
|
}>;
|
|
|
|
}>;
|
|
|
|
|
|
|
|
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
export type CreateCameraClaimSessionMutation = {
|
|
|
|
@@ -6147,6 +6311,7 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -6159,6 +6324,9 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6169,6 +6337,8 @@ export type CreateCameraClaimSessionMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6197,6 +6367,7 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
detectedAt?: any | null;
|
|
|
|
detectedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failedAt?: any | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
failureReason?: string | null;
|
|
|
|
|
|
|
|
agreedTermsVersion?: number | null;
|
|
|
|
createdAt: any;
|
|
|
|
createdAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
updatedAt: any;
|
|
|
|
camera: {
|
|
|
|
camera: {
|
|
|
|
@@ -6209,6 +6380,9 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6219,6 +6393,8 @@ export type CancelCameraClaimSessionMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6260,6 +6436,9 @@ export type EndCameraLeaseMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6270,6 +6449,8 @@ export type EndCameraLeaseMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -6312,6 +6493,9 @@ export type ExtendCameraLeaseMutation = {
|
|
|
|
status: string;
|
|
|
|
status: string;
|
|
|
|
tableSize?: number | null;
|
|
|
|
tableSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
pocketSize?: number | null;
|
|
|
|
|
|
|
|
allowsPrivateVideos: boolean;
|
|
|
|
|
|
|
|
claimTermsText?: string | null;
|
|
|
|
|
|
|
|
claimTermsVersion?: number | null;
|
|
|
|
inUse: boolean;
|
|
|
|
inUse: boolean;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastPublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
lastUnpublishedAt?: any | null;
|
|
|
|
@@ -6322,6 +6506,8 @@ export type ExtendCameraLeaseMutation = {
|
|
|
|
id: string;
|
|
|
|
id: string;
|
|
|
|
name: string;
|
|
|
|
name: string;
|
|
|
|
address?: string | null;
|
|
|
|
address?: string | null;
|
|
|
|
|
|
|
|
city?: string | null;
|
|
|
|
|
|
|
|
state?: string | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
latitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
longitude?: number | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
timezone?: string | null;
|
|
|
|
@@ -7791,6 +7977,7 @@ export type GetVideoCardQuery = {
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
streamSegmentType: StreamSegmentTypeEnum;
|
|
|
|
isCompleted: boolean;
|
|
|
|
isCompleted: boolean;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
lastSegmentUploadedAt?: any | null;
|
|
|
|
|
|
|
|
clientUploadStatus?: ClientUploadStatusEnum | null;
|
|
|
|
} | null;
|
|
|
|
} | null;
|
|
|
|
tags: Array<{
|
|
|
|
tags: Array<{
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
__typename?: "VideoTag";
|
|
|
|
@@ -8406,7 +8593,14 @@ export type GetUploadLinkMutation = {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
| { __typename?: "SegmentAlreadyUploadedErr"; segmentId: number }
|
|
|
|
| { __typename?: "SegmentAlreadyUploadedErr"; segmentId: number }
|
|
|
|
| { __typename?: "StorageLimitExceededErr" }
|
|
|
|
| {
|
|
|
|
|
|
|
|
__typename?: "StorageLimitExceededErr";
|
|
|
|
|
|
|
|
reason: string;
|
|
|
|
|
|
|
|
tierName: string;
|
|
|
|
|
|
|
|
retainedStorageUsedBytes: any;
|
|
|
|
|
|
|
|
retainedStorageLimitBytes?: any | null;
|
|
|
|
|
|
|
|
remainingStorageBytes?: any | null;
|
|
|
|
|
|
|
|
}
|
|
|
|
| { __typename?: "TooManyInitUploadsErr" }
|
|
|
|
| { __typename?: "TooManyInitUploadsErr" }
|
|
|
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
|
|
|
| { __typename?: "TooManyProfileImageUploadsErr" };
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -8610,6 +8804,7 @@ export const VideoCardFieldsFragmentDoc = gql`
|
|
|
|
streamSegmentType
|
|
|
|
streamSegmentType
|
|
|
|
isCompleted
|
|
|
|
isCompleted
|
|
|
|
lastSegmentUploadedAt
|
|
|
|
lastSegmentUploadedAt
|
|
|
|
|
|
|
|
clientUploadStatus
|
|
|
|
}
|
|
|
|
}
|
|
|
|
tableSize
|
|
|
|
tableSize
|
|
|
|
pocketSize
|
|
|
|
pocketSize
|
|
|
|
@@ -8697,6 +8892,9 @@ export const PoolHallCameraFieldsFragmentDoc = gql`
|
|
|
|
status
|
|
|
|
status
|
|
|
|
tableSize
|
|
|
|
tableSize
|
|
|
|
pocketSize
|
|
|
|
pocketSize
|
|
|
|
|
|
|
|
allowsPrivateVideos
|
|
|
|
|
|
|
|
claimTermsText
|
|
|
|
|
|
|
|
claimTermsVersion
|
|
|
|
inUse
|
|
|
|
inUse
|
|
|
|
lastPublishedAt
|
|
|
|
lastPublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
lastUnpublishedAt
|
|
|
|
@@ -8709,6 +8907,8 @@ export const PoolHallFieldsFragmentDoc = gql`
|
|
|
|
id
|
|
|
|
id
|
|
|
|
name
|
|
|
|
name
|
|
|
|
address
|
|
|
|
address
|
|
|
|
|
|
|
|
city
|
|
|
|
|
|
|
|
state
|
|
|
|
latitude
|
|
|
|
latitude
|
|
|
|
longitude
|
|
|
|
longitude
|
|
|
|
timezone
|
|
|
|
timezone
|
|
|
|
@@ -8748,6 +8948,7 @@ export const CameraClaimSessionFieldsFragmentDoc = gql`
|
|
|
|
detectedAt
|
|
|
|
detectedAt
|
|
|
|
failedAt
|
|
|
|
failedAt
|
|
|
|
failureReason
|
|
|
|
failureReason
|
|
|
|
|
|
|
|
agreedTermsVersion
|
|
|
|
createdAt
|
|
|
|
createdAt
|
|
|
|
updatedAt
|
|
|
|
updatedAt
|
|
|
|
camera {
|
|
|
|
camera {
|
|
|
|
@@ -10529,6 +10730,8 @@ export const GetDeployedConfigDocument = gql`
|
|
|
|
minimumAllowedAppVersion
|
|
|
|
minimumAllowedAppVersion
|
|
|
|
subscriptionGatingEnabled
|
|
|
|
subscriptionGatingEnabled
|
|
|
|
quotaEnforcementEnabled
|
|
|
|
quotaEnforcementEnabled
|
|
|
|
|
|
|
|
storageLimitEnforcementEnabled
|
|
|
|
|
|
|
|
capabilityEnforcementEnabled
|
|
|
|
bannerMessages {
|
|
|
|
bannerMessages {
|
|
|
|
color
|
|
|
|
color
|
|
|
|
dismissible
|
|
|
|
dismissible
|
|
|
|
@@ -12326,6 +12529,20 @@ export const GetAvailableSubscriptionOptionsDocument = gql`
|
|
|
|
proMonthlyProductId
|
|
|
|
proMonthlyProductId
|
|
|
|
productIds
|
|
|
|
productIds
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tierOptions {
|
|
|
|
|
|
|
|
tierName
|
|
|
|
|
|
|
|
tierDisplayName
|
|
|
|
|
|
|
|
billingInterval
|
|
|
|
|
|
|
|
platform
|
|
|
|
|
|
|
|
isConfigured
|
|
|
|
|
|
|
|
isAvailable
|
|
|
|
|
|
|
|
stripeProductId
|
|
|
|
|
|
|
|
stripePriceId
|
|
|
|
|
|
|
|
appleProductId
|
|
|
|
|
|
|
|
currency
|
|
|
|
|
|
|
|
unitAmount
|
|
|
|
|
|
|
|
recurringIntervalCount
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`;
|
|
|
|
`;
|
|
|
|
@@ -12475,6 +12692,169 @@ export type GetSubscriptionStatusQueryResult = Apollo.QueryResult<
|
|
|
|
GetSubscriptionStatusQuery,
|
|
|
|
GetSubscriptionStatusQuery,
|
|
|
|
GetSubscriptionStatusQueryVariables
|
|
|
|
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`
|
|
|
|
export const GetAppleAppAccountTokenDocument = gql`
|
|
|
|
query GetAppleAppAccountToken {
|
|
|
|
query GetAppleAppAccountToken {
|
|
|
|
getAppleAppAccountToken
|
|
|
|
getAppleAppAccountToken
|
|
|
|
@@ -13428,12 +13808,16 @@ export const CreateCameraClaimSessionDocument = gql`
|
|
|
|
$durationMinutes: Int
|
|
|
|
$durationMinutes: Int
|
|
|
|
$videoName: String
|
|
|
|
$videoName: String
|
|
|
|
$videoPrivate: Boolean
|
|
|
|
$videoPrivate: Boolean
|
|
|
|
|
|
|
|
$agreedTermsVersion: Int
|
|
|
|
|
|
|
|
$tags: [VideoTagInput!]
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
createCameraClaimSession(
|
|
|
|
createCameraClaimSession(
|
|
|
|
cameraId: $cameraId
|
|
|
|
cameraId: $cameraId
|
|
|
|
durationMinutes: $durationMinutes
|
|
|
|
durationMinutes: $durationMinutes
|
|
|
|
videoName: $videoName
|
|
|
|
videoName: $videoName
|
|
|
|
videoPrivate: $videoPrivate
|
|
|
|
videoPrivate: $videoPrivate
|
|
|
|
|
|
|
|
agreedTermsVersion: $agreedTermsVersion
|
|
|
|
|
|
|
|
tags: $tags
|
|
|
|
) {
|
|
|
|
) {
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
...CameraClaimSessionFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -13462,6 +13846,8 @@ export type CreateCameraClaimSessionMutationFn = Apollo.MutationFunction<
|
|
|
|
* durationMinutes: // value for 'durationMinutes'
|
|
|
|
* durationMinutes: // value for 'durationMinutes'
|
|
|
|
* videoName: // value for 'videoName'
|
|
|
|
* videoName: // value for 'videoName'
|
|
|
|
* videoPrivate: // value for 'videoPrivate'
|
|
|
|
* videoPrivate: // value for 'videoPrivate'
|
|
|
|
|
|
|
|
* agreedTermsVersion: // value for 'agreedTermsVersion'
|
|
|
|
|
|
|
|
* tags: // value for 'tags'
|
|
|
|
* },
|
|
|
|
* },
|
|
|
|
* });
|
|
|
|
* });
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@@ -18147,6 +18533,13 @@ export const GetUploadLinkDocument = gql`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
... on StorageLimitExceededErr {
|
|
|
|
|
|
|
|
reason
|
|
|
|
|
|
|
|
tierName
|
|
|
|
|
|
|
|
retainedStorageUsedBytes
|
|
|
|
|
|
|
|
retainedStorageLimitBytes
|
|
|
|
|
|
|
|
remainingStorageBytes
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|