@metatrongg/sdk 0.8.0-dev.d6c40ea → 0.8.0-dev.e72be48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- import*as e from"zod";import{ZodError as ee,z as te}from"zod";const t=e.string().min(3).max(18).regex(/^[a-z][a-z0-9_]*$/),ne=e.string().nullable(),re=e.string().max(256).nullable(),ie=e.url().max(2048).nullable(),n=e.enum([`yellow`,`green`,`blue`,`white`,`black`]),r=e.enum([`super-admin`,`admin`,`read-only`]).nullable(),ae=e.enum([`auto`,`online`,`offline`]),oe=e.enum([`development`,`production`]),i=e.object({id:e.string().min(1),email:e.email().nullable(),emailVerified:e.boolean(),name:t,displayName:ne,bio:re,websiteUrl:ie,image:e.string().nullish(),banner:n,role:r,presenceStatusMode:ae,environmentViewMode:oe,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),se=e.string().min(1),ce=e.object({user:i,token:se.optional()}),le=e.object({error:e.string().min(1),traceId:e.string().min(1).optional()}),ue=e.object({name:t,email:e.email(),password:e.string().min(8),image:e.url().optional(),callbackURL:e.url().optional()}),de=e.object({redirect:e.boolean(),token:se.optional(),url:e.url().optional(),user:i.optional()}),fe=e.object({email:e.email(),password:e.string().min(1),callbackURL:e.url().optional(),rememberMe:e.boolean().optional()}),pe=e.object({success:e.boolean()}),me=e.object({id:e.string().min(1),token:e.string().min(1),userId:e.string().min(1),expiresAt:e.iso.datetime(),ipAddress:e.string().nullish(),userAgent:e.string().nullish(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),he=e.union([e.object({session:me,user:i}),e.unknown()]),ge=e.object({status:e.boolean()}),_e=e.object({status:e.boolean()}),ve=e.object({email:e.email(),callbackURL:e.url().optional()}),ye=e.object({status:e.boolean()}),be=e.object({email:e.email(),redirectTo:e.url().optional()}),xe=e.object({status:e.boolean()}),Se=e.object({newPassword:e.string().min(8),token:e.string().min(1)}),Ce=e.object({issuer:e.url(),authorization_endpoint:e.url(),token_endpoint:e.url(),userinfo_endpoint:e.url(),revocation_endpoint:e.url(),registration_endpoint:e.url(),response_types_supported:e.array(e.enum([`code`])),grant_types_supported:e.array(e.enum([`authorization_code`,`refresh_token`,`client_credentials`])),code_challenge_methods_supported:e.array(e.enum([`S256`])),token_endpoint_auth_methods_supported:e.array(e.enum([`client_secret_basic`,`client_secret_post`,`none`])),scopes_supported:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`]))}),a=e.url().max(2048),o=e.string().min(1).regex(/^[A-Za-z0-9_:.-]+(?: [A-Za-z0-9_:.-]+)*$/),we=e.object({client_id:e.string().regex(/^tg_dc_[a-f0-9]{32}$/),client_id_issued_at:e.int().gte(0),client_name:e.string().min(1),redirect_uris:e.array(a),token_endpoint_auth_method:e.enum([`none`]),grant_types:e.array(e.enum([`authorization_code`,`refresh_token`])),response_types:e.array(e.enum([`code`])),scope:o}),Te=e.object({error:e.enum([`invalid_redirect_uri`,`invalid_client_metadata`]),error_description:e.string().optional()}),Ee=e.object({redirect_uris:e.array(a).min(1).max(10),client_name:e.string().min(1).max(128).optional(),token_endpoint_auth_method:e.enum([`none`]).optional(),grant_types:e.array(e.enum([`authorization_code`,`refresh_token`])).optional(),response_types:e.array(e.enum([`code`])).optional(),scope:o.optional()}),s=e.string().regex(/^tg_(?:dev|prod|dc)_[A-Za-z0-9]{16,64}$/),De=e.string().min(1).max(2048),Oe=e.string().regex(/^[A-Za-z0-9_~.-]{43,128}$/),c=e.string().regex(/^[a-f0-9]{32}$/),ke=e.object({request:c,app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),clientKind:e.enum([`app`,`connector`]),scopes:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`])).min(1),developerRole:e.object({approved:e.boolean(),policyVersion:e.string().min(1)}).nullable(),alreadyGranted:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`])),redirectUriHost:e.string().min(1),payment:e.object({tiersCents:e.array(e.int().gt(0)).min(1),currentLimitCents:e.int().gte(0).nullable(),currentMonthSpentCents:e.int().gte(0).nullable(),payoutChains:e.array(e.string().min(1))}).nullable()}),Ae=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),tiersCents:e.array(e.int().gt(0)).min(1)}),je=e.object({app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),developer:e.object({studioName:e.string().nullable(),logoUrl:e.url().nullable(),studioUrl:e.url().nullable(),studioXHandle:e.string().nullable()})}),Me=e.object({redirect:e.url()}),Ne=e.int().gte(100).lte(5e6).nullable(),Pe=e.object({request:c,decision:e.enum([`allow`,`deny`]),acceptDeveloperPolicy:e.boolean().optional(),payment:e.object({monthlyLimitCents:Ne}).optional()}),Fe=e.object({access_token:e.string().min(1),token_type:e.enum([`Bearer`]),expires_in:e.int().gt(0),refresh_token:e.string().min(1).optional(),scope:o.optional()}),Ie=e.object({error:e.enum([`invalid_request`,`invalid_client`,`invalid_grant`,`unauthorized_client`,`unsupported_grant_type`,`unsupported_response_type`,`invalid_scope`,`access_denied`,`server_error`,`temporarily_unavailable`,`invalid_token`,`insufficient_scope`]),error_description:e.string().optional(),error_uri:e.url().optional(),state:De.optional()}),Le=e.string().regex(/^[A-Za-z0-9_~.-]{43,128}$/),l=e.string().regex(/^[a-f0-9]{64}$/),Re=e.object({grant_type:e.enum([`authorization_code`]),code:e.string().min(1),redirect_uri:a,code_verifier:Le,client_id:s.optional(),client_secret:l.optional()}),ze=e.object({grant_type:e.enum([`refresh_token`]),refresh_token:e.string().min(1),scope:o.optional(),client_id:s.optional(),client_secret:l.optional()}),Be=e.object({grant_type:e.enum([`client_credentials`]),scope:o.optional(),client_id:s.optional(),client_secret:l.optional()}),Ve=e.discriminatedUnion(`grant_type`,[Re.extend({grant_type:e.literal(`authorization_code`)}),ze.extend({grant_type:e.literal(`refresh_token`)}),Be.extend({grant_type:e.literal(`client_credentials`)})]),He=e.object({sub:e.string().min(1),name:e.string().min(1).nullable(),picture:e.url().nullable()}),Ue=e.object({token:e.string().min(1),token_type_hint:e.enum([`access_token`,`refresh_token`]).optional(),client_id:s.optional(),client_secret:l.optional()}),We=e.object({status:e.enum([`completed`]),intentId:e.string().min(1),paymentId:e.string().min(1),usdCents:e.int().gte(0),txHash:e.string().nullable()}),Ge=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),usdCents:e.int().gte(0)}),Ke=e.discriminatedUnion(`status`,[We.extend({status:e.literal(`completed`)}),Ge.extend({status:e.literal(`redirect`)})]),qe=e.object({error:e.enum([`monthly_limit_exceeded`]),currentLimitCents:e.int().gte(0),monthSpentCents:e.int().gte(0),attemptedUsdCents:e.int().gte(0),redirectUrl:e.url()}),Je=e.object({error:e.enum([`idempotency_key_reused`]),intentId:e.string().min(1)}),u=e.object({purpose:e.string().min(1).max(64).optional(),title:e.string().min(1).max(120).optional(),note:e.string().min(1).max(280).optional(),quantity:e.int().gte(1).lte(1e6).optional(),category:e.string().min(1).max(64).optional(),sessionId:e.string().min(1).max(128).optional(),groupId:e.string().min(1).max(128).optional(),image:e.url().max(2048).optional(),extra:e.record(e.string(),e.union([e.string().max(512),e.number(),e.boolean()])).optional()}),Ye=e.object({chain:e.string().min(1),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),returnUri:e.url().max(2048),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/).optional(),rakeBps:e.int().gte(0).lte(3e3).optional(),metadata:u.optional()}),Xe=e.object({monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),periodStart:e.iso.datetime(),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable(),walletDelegated:e.boolean()}),Ze=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),tokenDecimals:e.int().gte(0),usdRate:e.string().min(1),feed:e.object({aggregatorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),decimals:e.int().gte(0),answer:e.string().regex(/^\d+$/),updatedAt:e.iso.datetime()}),usdCents:e.int().gte(0).optional(),amount:e.string().regex(/^\d+$/).optional()}),Qe=e.object({intentId:e.string().min(1),appId:e.string().min(1),status:e.enum([`pending`,`awaiting_funding`,`completed`,`denied`,`expired`]),paymentId:e.string().nullable(),txHash:e.string().nullable(),usdCents:e.int().gte(0),chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/).nullable(),creditedAmount:e.string().regex(/^\d+$/).nullable(),settlement:e.enum([`instant`,`locked`]).nullable(),resolvedAt:e.iso.datetime().nullable(),expiresAt:e.iso.datetime()}),$e=e.object({intentId:e.string().min(1),consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),chain:e.string().min(1),token:e.string(),amount:e.string(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appealable:e.boolean(),usdCents:e.int().gte(0),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable(),walletDelegated:e.boolean(),canonicalWalletAddress:e.string().nullable(),offlineDenialReason:e.enum([`no_active_play_session`,`driver_unavailable`,`wallet_not_delegated`,`deposit_cap_exceeded`,`insufficient_balance`,`fire_failed`]).nullable(),returnUriHost:e.string().min(1),status:e.enum([`pending`,`awaiting_funding`]),expiresAt:e.iso.datetime(),accessDenied:e.object({reason:e.enum([`not_invited`]),developer:e.object({studioName:e.string().nullable(),logoUrl:e.url().nullable(),studioUrl:e.url().nullable(),studioXHandle:e.string().nullable()})}).nullish()}),et=e.object({chain:e.string().min(1),chainId:e.int().gte(0),id:e.string().regex(/^0x[0-9a-fA-F]{32}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),data:e.string().regex(/^0x[0-9a-fA-F]*$/),appealable:e.boolean(),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),deadline:e.int().gte(0),routerAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}),tt=e.object({redirect:e.url()}),nt=e.object({method:e.enum([`signed`]),paymentId:e.string().min(1)}),rt=e.object({method:e.enum([`offline`])}),it=e.discriminatedUnion(`method`,[nt.extend({method:e.literal(`signed`)}),rt.extend({method:e.literal(`offline`)})]),at=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),periodStart:e.iso.datetime(),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable()}),ot=e.object({authorizations:e.array(at)}),st=e.int().gte(100).lte(1e5).nullable(),ct=e.object({offlineAutoChargeEnabled:e.boolean().optional(),perTxOfflineCapCents:st.optional(),monthlyLimitCents:Ne.optional()}),lt=e.object({clientName:e.string().min(1),connectedAt:e.iso.datetime()}),ut=e.object({connections:e.array(lt)}),dt=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitTronCents:e.int().gte(0).nullable(),monthSpentTronCents:e.int().gte(0),autoApproveTronCapCents:e.int().gte(0).nullable()}),ft=e.object({authorizations:e.array(dt).max(200)}),pt=e.object({monthlyTronLimitCents:e.int().gt(0).lte(1e8).nullish(),autoApproveTronCapCents:e.int().gt(0).lte(1e8).nullish()}),d=e.string().min(3).max(40).regex(/^[a-z0-9-]+$/),mt=e.object({appId:e.uuid(),name:e.string().min(1).max(80),slug:d,bannerUrl:e.url().nullable(),thumbnailUrl:e.url().nullable(),thumbnailVideoUrl:e.url().nullable(),categories:e.array(e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`))),studio:e.object({name:e.string().min(1).max(80).nullable(),logoUrl:e.url().nullable()}).nullable(),firstPublishedAt:e.iso.datetime()}),ht=e.object({items:e.array(mt),nextBefore:e.iso.datetime().nullable()}),f=e.array(e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`))).max(4),p=e.string().min(1).max(80),gt=e.object({url:e.url().max(2048),caption:e.string().max(200).optional(),order:e.int().gte(0)}),m=e.array(gt).max(6),_t=e.object({heading:e.string().min(1).max(80),body:e.string().min(1).max(2e3),order:e.int().gte(0)}),vt=e.array(_t).max(8),yt=e.object({label:e.string().min(1).max(40),url:e.url().max(2048),order:e.int().gte(0)}),h=e.array(yt).max(10),bt=e.object({ownerUserId:e.uuid().nullable(),name:e.string().nullable(),logoUrl:e.url().nullable(),websiteUrl:e.url().nullable(),xHandle:e.string().nullable(),githubUrl:e.url().nullable()}),g=e.array(e.enum([`web`,`ios`,`android`,`pc`,`playstation`,`xbox`,`switch`])).max(7),_=e.enum([`single_player`,`multiplayer`,`both`]).nullable(),xt=e.enum([`everyone`,`13_plus`,`16_plus`,`18_plus`]).nullable(),v=e.array(e.enum([`en`,`es`,`fr`,`de`,`pt`,`it`,`ru`,`ja`,`ko`,`zh`,`hi`,`ar`,`tr`,`vi`,`id`,`th`,`pl`,`nl`])).max(18),y=e.enum([`live`,`open_beta`,`coming_soon`]),St=e.enum([`tron`,`onchain`,`both`]).nullable(),Ct=e.object({appId:e.uuid(),slug:d,appName:e.string(),appLogoUrl:e.url().nullable(),categories:f,tagline:p,bannerUrl:e.url().nullable(),playUrl:e.url().nullable(),discordUrl:e.url().nullable(),twitterUrl:e.url().nullable(),redditUrl:e.url().nullable(),telegramUrl:e.url().nullable(),gallery:m,chapters:vt,links:h,studio:bt,platforms:g,gameType:_,ageRating:xt,languages:v,releaseStatus:y,paymentsMode:St,oauthScopes:e.array(e.string()),chains:e.array(e.string()),publishedAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),wt=e.enum([`overwhelmingly_positive`,`very_positive`,`positive`,`mostly_positive`,`mixed`,`mostly_negative`,`negative`,`overwhelmingly_negative`]).nullable(),Tt=e.object({count:e.int().gte(0),recommendedCount:e.int().gte(0),recommendedPct:e.number().gte(0).lte(100).nullable(),summaryLabel:wt}),b=e.boolean(),x=e.string().min(1).max(2e3),Et=e.object({helpful:e.int().gte(0),unhelpful:e.int().gte(0),funny:e.int().gte(0)}),Dt=e.object({userId:e.uuid(),handle:e.string().nullable(),name:e.string().min(1).max(80).nullable(),avatarUrl:e.url().nullable()}),Ot=e.object({playtimeSecondsThisGame:e.int().gte(0),gamesPlayed:e.int().gte(0),reviewsWritten:e.int().gte(0)}),kt=e.string().min(1).max(2e3),At=e.object({body:kt,repliedAt:e.iso.datetime()}).nullable(),jt=e.object({id:e.uuid(),recommended:b,body:x,reactions:Et,tippedCents:e.int().gte(0),commentCount:e.int().gte(0),author:Dt,authorStats:Ot,developerReply:At,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Mt=e.object({aggregate:Tt,reviews:e.array(jt),total:e.int().gte(0),hasMore:e.boolean()}),Nt=e.enum([`newest`,`oldest`,`helpful`]).default(`newest`),Pt=e.enum([`payment`,`reward`]).nullable(),Ft=e.object({id:e.uuid(),recommended:b,body:x,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),S=e.object({eligible:e.boolean(),eligibleVia:Pt,review:Ft,isAppOwner:e.boolean()}),It=e.object({recommended:b,body:x}),C=e.enum([`helpful`,`unhelpful`]).nullable(),Lt=e.object({reviewId:e.uuid(),vote:C,funny:e.boolean()}),Rt=e.object({reactions:e.array(Lt)}),zt=e.object({reactions:Et,vote:C,funny:e.boolean()}),Bt=e.object({vote:C,funny:e.boolean()}),Vt=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),tippedCents:e.int().gte(0)}),Ht=e.object({amountCents:e.int().gt(0).lte(1e6),note:e.string().min(1).max(280).optional(),challengeId:e.uuid().optional(),signature:e.string().max(2e3).regex(/^0x[0-9a-fA-F]+$/).optional()}),Ut=e.string().min(1).max(1e3),Wt=e.object({id:e.uuid(),body:Ut,author:Dt,createdAt:e.iso.datetime()}),Gt=e.object({comments:e.array(Wt),total:e.int().gte(0),hasMore:e.boolean()}),Kt=e.object({comment:Wt,commentCount:e.int().gte(0)}),qt=e.object({body:Ut}),Jt=e.object({commentCount:e.int().gte(0)}),Yt=e.object({developerReply:At}),Xt=e.object({body:kt}),Zt=e.object({created:e.boolean()}),Qt=e.enum([`abuse`,`inappropriate_content`,`cheating`,`spam`,`other`]),$t=e.object({category:Qt,details:e.string().max(2e3).optional()}),en=e.enum([`open`,`acknowledged`,`dismissed`]),tn=e.object({id:e.uuid(),category:Qt,details:e.string().nullable(),status:en,acknowledgedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),nn=e.object({reports:e.array(tn),total:e.int().gte(0),hasMore:e.boolean()}),rn=e.object({status:e.enum([`acknowledged`,`dismissed`])}),an=e.object({id:e.string().min(1),family:e.enum([`evm`,`solana`]),displayName:e.string().min(1),chainId:e.int().optional(),paymentRouter:e.string().optional(),paymentProgram:e.string().optional()}),on=e.object({chains:e.array(an)}),sn=e.object({id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vaultKind:e.enum([`credit`,`platform`]),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).nullable(),appealable:e.boolean(),vaultReleaseAt:e.iso.datetime().nullable(),consolidatedAt:e.iso.datetime().nullable(),status:e.enum([`pending`,`completed`,`expired`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),deadline:e.iso.datetime(),signedAt:e.iso.datetime(),completedAt:e.iso.datetime().nullable(),recipientApp:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}).nullable()}),cn=e.object({payments:e.array(sn),nextBefore:e.iso.datetime().nullable()}),ln=e.object({kind:e.enum([`payment`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`,`incoming`]),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),beneficiaryApp:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vaultKind:e.enum([`credit`,`platform`]),targetKind:e.enum([`credit`,`pot`]),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).nullable(),appealable:e.boolean(),disputableLegId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vaultReleaseAt:e.iso.datetime().nullable(),consolidatedAt:e.iso.datetime().nullable(),status:e.enum([`pending`,`completed`,`expired`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),un=e.object({kind:e.enum([`payment_withdrawal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),dn=e.object({kind:e.enum([`matured_withdrawal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),fn=e.object({kind:e.enum([`payout_sent`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),pn=e.object({kind:e.enum([`credit_transferred`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),mn=e.object({kind:e.enum([`pot_leg`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),distributionId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),settlement:e.enum([`instant`,`locked`]),releaseAt:e.iso.datetime().nullable(),claimedAt:e.iso.datetime().nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),hn=e.object({kind:e.enum([`payment_autoclaim`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),autoclaimKind:e.enum([`withdraw_matured`,`withdraw_escrow`,`claim_refund`]),status:e.enum([`pending`,`in_flight`,`succeeded`,`skipped`,`failed`]),attempts:e.int().gte(0),lastError:e.string().nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),settledAt:e.iso.datetime().nullable()}),gn=e.object({kind:e.enum([`appeal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),resolvedAt:e.iso.datetime().nullable(),refundClaimedAt:e.iso.datetime().nullable(),hasRoom:e.boolean(),resolution:e.object({resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]{130}$/)}).nullable(),usdCents:e.int().gte(0).nullable()}),_n=e.object({kind:e.enum([`moonpay_buy`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),externalId:e.string().min(1),fiatAmountCents:e.int().gte(0),fiatCurrency:e.string().min(1),cryptoAmount:e.string().regex(/^\d+$/),cryptoToken:e.string().regex(/^0x[0-9a-fA-F]{40}$/),cryptoTxHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`completed`,`failed`])}),vn=e.object({kind:e.enum([`moonpay_sell`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),externalId:e.string().min(1),fiatAmountCents:e.int().gte(0),fiatCurrency:e.string().min(1),cryptoAmount:e.string().regex(/^\d+$/),cryptoToken:e.string().regex(/^0x[0-9a-fA-F]{40}$/),cryptoTxHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`completed`,`failed`])}),yn=e.object({kind:e.enum([`tron_deposit`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),amountCents:e.int().gt(0),status:e.enum([`completed`,`disputed`,`clawed_back`]),receiptUrl:e.url().nullable(),paymentIntentId:e.string().min(1).nullable()}),bn=e.object({userId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),handle:e.string().nullable(),displayName:e.string().nullable(),role:e.enum([`stake`,`payout`,`dev_cut`,`purchase`,`referral`]),amountCents:e.int()}),xn=e.object({kind:e.enum([`tron_pot`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`,`outgoing`]),leg:e.enum([`stake`,`payout`,`dev_cut`,`purchase`,`referral`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),involvedUsers:e.array(bn).nullish(),metadata:u.nullish()}),Sn=e.object({kind:e.enum([`tron_cashout`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),stripeTransferId:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),settledAt:e.iso.datetime().nullable()}),Cn=e.object({kind:e.enum([`tron_transfer`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`,`outgoing`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),counterpartyUserId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/).nullable(),counterpartyHandle:e.string().nullable(),counterpartyDisplayName:e.string().nullable(),note:e.string().nullable()}),wn=e.object({kind:e.enum([`referral_earning`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),referralAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),reversed:e.boolean(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),Tn=e.discriminatedUnion(`kind`,[ln.extend({kind:e.literal(`payment`)}),un.extend({kind:e.literal(`payment_withdrawal`)}),dn.extend({kind:e.literal(`matured_withdrawal`)}),fn.extend({kind:e.literal(`payout_sent`)}),pn.extend({kind:e.literal(`credit_transferred`)}),mn.extend({kind:e.literal(`pot_leg`)}),hn.extend({kind:e.literal(`payment_autoclaim`)}),gn.extend({kind:e.literal(`appeal`)}),_n.extend({kind:e.literal(`moonpay_buy`)}),vn.extend({kind:e.literal(`moonpay_sell`)}),yn.extend({kind:e.literal(`tron_deposit`)}),xn.extend({kind:e.literal(`tron_pot`)}),Sn.extend({kind:e.literal(`tron_cashout`)}),Cn.extend({kind:e.literal(`tron_transfer`)}),wn.extend({kind:e.literal(`referral_earning`)})]),w=e.object({rows:e.array(Tn),nextBefore:e.iso.datetime().nullable(),nextCursor:e.string().nullable(),hasHidden:e.boolean()}),En=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),creditedWei:e.string().regex(/^\d+$/),drainedWei:e.string().regex(/^\d+$/),outstandingWei:e.string().regex(/^\d+$/)}),Dn=e.object({rows:e.array(En)}),On=e.object({enabled:e.boolean(),direction:e.enum([`buy`,`sell`,`both`]).nullable(),countryCode:e.string().regex(/^[A-Z]{2}$/).nullable(),regionSupported:e.boolean()}),kn=e.object({url:e.url(),intentId:e.string().min(1),expiresAt:e.iso.datetime(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),An=e.object({intentId:e.string().min(1)}),jn=e.object({url:e.url(),transactionId:e.uuid(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Mn=e.object({usdcAmount:e.string().regex(/^\d+$/),chain:e.string().min(1).optional()}),Nn=e.object({enabled:e.boolean(),balanceCents:e.int().gte(0),frozenCents:e.int().gte(0),currency:e.enum([`tron`]),flagged:e.boolean(),minDepositCents:e.int().gt(0),maxDepositCents:e.int().gt(0)}),Pn=e.object({id:e.uuid(),kind:e.enum([`deposit`,`pot_stake`,`pot_payout`,`dev_earning`,`cashout_hold`,`cashout_release`,`dispute_freeze`,`dispute_unfreeze`,`hosted_billing`,`store_purchase`,`referral_earning`,`peer_transfer`]),amountCents:e.int(),currency:e.string().min(1),createdAt:e.iso.datetime()}),Fn=e.object({entries:e.array(Pn).max(100),nextBefore:e.iso.datetime().nullable()}),In=e.object({clientSecret:e.string().min(1),publishableKey:e.string().min(1),amountCents:e.int().gt(0),currency:e.string().min(1),depositId:e.uuid()}),Ln=e.object({amountCents:e.int().gt(0).lte(1e6)}),Rn=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),recipient:e.object({userId:e.uuid(),handle:e.string().nullable(),displayName:e.string().nullable()})}),zn=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6),note:e.string().min(1).max(280).optional(),challengeId:e.uuid().optional(),signature:e.string().max(2e3).regex(/^0x[0-9a-fA-F]+$/).optional()}),T=e.object({requireSignature:e.boolean()}),Bn=e.object({required:e.literal(!1)}),Vn=e.object({required:e.literal(!0),challengeId:e.uuid(),message:e.string(),expiresAt:e.iso.datetime()}),Hn=e.discriminatedUnion(`required`,[Bn.extend({required:e.literal(!1)}),Vn.extend({required:e.literal(!0)})]),Un=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6)}),Wn=e.object({balanceCents:e.int().gte(0),rakeBps:e.int().gte(0).lte(3e3)}),Gn=e.object({status:e.enum([`completed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Kn=e.object({status:e.enum([`insufficient_balance`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),qn=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0),potId:e.string().regex(/^0x[0-9a-f]{32}$/)}),Jn=e.discriminatedUnion(`status`,[Gn.extend({status:e.literal(`completed`)}),Kn.extend({status:e.literal(`insufficient_balance`)}),qn.extend({status:e.literal(`redirect`)})]),Yn=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),Xn=e.object({status:e.enum([`completed`]),balanceCents:e.int().gte(0)}),Zn=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),Qn=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0)}),$n=e.discriminatedUnion(`status`,[Xn.extend({status:e.literal(`completed`)}),Zn.extend({status:e.literal(`insufficient_balance`)}),Qn.extend({status:e.literal(`redirect`)})]),er=e.object({amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),tr=e.object({intentId:e.string().min(1),consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),amountCents:e.int().gt(0),kind:e.enum([`pot_stake`,`store_purchase`]),potId:e.string().nullable(),monthlyLimitTronCents:e.int().gte(0).nullable(),monthSpentTronCents:e.int().gte(0),autoApproveTronCapCents:e.int().gte(0).nullable(),balanceCents:e.int().gte(0),returnUriHost:e.string().min(1),status:e.enum([`pending`]),expiresAt:e.iso.datetime()}),nr=e.object({status:e.enum([`redirect`]),redirect:e.url()}),rr=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),ir=e.discriminatedUnion(`status`,[nr.extend({status:e.literal(`redirect`)}),rr.extend({status:e.literal(`insufficient_balance`)})]),ar=e.object({status:e.enum([`distributed`,`replayed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),potBalanceCents:e.int().gte(0)}),or=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),legs:e.array(e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0)})).max(64),rakeBps:e.int().gte(0).lte(1e4).optional(),devCutCents:e.int().gte(0).optional().default(0),closePot:e.boolean().optional().default(!0),metadata:u.optional()}),sr=e.object({url:e.url()}),cr=e.object({id:e.uuid(),method:e.enum([`stripe`,`usdc`]),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),currency:e.string().min(1),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),createdAt:e.iso.datetime(),settledAt:e.iso.datetime().nullable()}),lr=e.object({method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),chain:e.string().min(1).optional()}),ur=e.object({requests:e.array(cr).max(100)}),E=e.object({id:e.uuid(),method:e.enum([`stripe`,`usdc`]),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),currency:e.string().min(1),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),createdAt:e.iso.datetime(),settledAt:e.iso.datetime().nullable(),userId:e.uuid(),requestIdHex:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),usdcAmount:e.string().regex(/^\d+$/).nullable(),backendSignature:e.string().regex(/^0x[0-9a-f]+$/).nullable(),signatureDeadline:e.iso.datetime().nullable(),poolAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable()}),dr=e.object({requests:e.array(E).max(100)}),fr=e.object({reason:e.string().min(1).max(500)}),pr=e.array(e.object({id:e.enum([`ethereum-mainnet`,`base-mainnet`,`ethereum-sepolia`]),displayName:e.string().min(1),chainId:e.int().gt(0)})),D=e.string().min(1).max(24).regex(/^[a-z0-9]+$/).nullable(),mr=e.object({id:e.string().min(1),name:e.string().min(1),deletedAt:e.iso.datetime().nullable()}).nullable(),O=e.object({native:e.string().regex(/^\d+(?:\.\d+)?$/),usdc:e.string().regex(/^\d+(?:\.\d+)?$/).optional()}),hr=e.object({"ethereum-mainnet":O.optional(),"base-mainnet":O.optional(),"ethereum-sepolia":O.optional()}),gr=e.enum([`infinite`,`custom`,`scoped`]).nullable(),_r=e.object({native:e.string().regex(/^\d+$/),usdc:e.string().regex(/^\d+$/)}).nullable(),vr=e.object({mode:gr,caps:_r,policyId:e.string().min(1).nullable()}),yr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:D,kind:e.enum([`personal`,`app`]),app:mr,balances:hr,delegation:vr}),br=e.object({chains:pr,wallets:e.array(yr)}),xr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:D}),Sr=e.object({label:D}),Cr=e.object({policyId:e.string().min(1).nullable()}),wr=e.union([e.object({mode:e.enum([`infinite`])}),e.object({mode:e.enum([`custom`]),caps:_r}),e.object({mode:e.enum([`scoped`])})]),Tr=e.object({ok:e.literal(!0)}),Er=e.object({name:t.optional(),displayName:ne.optional(),bio:e.string().min(1).max(256).nullish(),websiteUrl:ie.optional(),banner:n.optional(),presenceStatusMode:ae.optional(),environmentViewMode:oe.optional()}),Dr=e.object({id:e.string().min(1),title:e.string().max(500),gifUrl:e.url(),previewUrl:e.url(),width:e.int().gt(0),height:e.int().gt(0)}),Or=e.object({results:e.array(Dr)}),kr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable()}),k=e.object({v:e.literal(1),alg:e.enum([`x25519-ecdh-hkdf-sha256-aes256gcm`]),senderPubKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),senderKeyId:e.string().min(1).max(128),recipientKeyId:e.string().min(1).max(128),iv:e.string().max(64).regex(/^[A-Za-z0-9_-]+$/),ct:e.string().max(16384).regex(/^[A-Za-z0-9_-]+$/)}).nullable(),Ar=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3),envelope:k.optional(),attachment:e.object({url:e.url(),count:e.int().gt(0)}).nullable(),sentAt:e.iso.datetime()}).nullable(),jr=e.object({kind:e.enum([`direct`]),id:e.string().min(1),otherParticipant:kr,lastMessage:Ar,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),A=e.string().min(1).max(80).regex(/^\S(?:.*\S)?$/),j=e.string().max(500).nullable(),Mr=e.url().max(2048).nullable(),M=e.enum([`admin`,`member`]),Nr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),role:M}),Pr=e.object({kind:e.enum([`group`]),id:e.string().min(1),title:A,description:j,logoUrl:Mr,participants:e.array(Nr),myRole:M,lastMessage:Ar,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),Fr=e.discriminatedUnion(`kind`,[jr.extend({kind:e.literal(`direct`)}),Pr.extend({kind:e.literal(`group`)})]),Ir=e.object({threads:e.array(Fr)}),Lr=e.object({thread:Fr,created:e.boolean()}),Rr=e.object({kind:e.enum([`direct`]).optional().default(`direct`),recipientUserId:e.string().min(1)}),zr=e.object({kind:e.enum([`group`]),title:A,description:j.optional(),invitedUserIds:e.array(e.string().min(1)).min(1).max(100)}),N=e.object({ok:e.literal(!0)}),P=e.object({thread:Pr}),Br=e.object({title:A.optional(),description:j.optional()}),Vr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3).nullable(),envelope:k.optional()}).nullable(),F=e.enum([`👍`,`👎`,`❤️`,`😂`,`😮`,`😢`,`🔥`,`🎉`,`🙏`,`👀`,`✅`,`🎮`]),Hr=e.object({emoji:F,count:e.int().gt(0),userIds:e.array(e.string().min(1))}),Ur=e.enum([`image`]),I=e.object({id:e.string().min(1),kind:Ur,url:e.url(),contentType:e.string().min(1),fileName:e.string().min(1),byteSize:e.int().gte(0),width:e.int().gt(0).nullable(),height:e.int().gt(0).nullable()}),Wr=e.object({url:e.url(),title:e.string().max(500).nullable(),description:e.string().max(1e3).nullable(),imageUrl:e.url().nullable(),siteName:e.string().max(200).nullable()}),L=e.object({id:e.string().min(1),threadId:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3),envelope:k.optional(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable(),replyTo:Vr,reactions:e.array(Hr),attachments:e.array(I),linkPreviews:e.array(Wr)}),Gr=e.object({messages:e.array(L),nextBefore:e.iso.datetime().nullable()}),Kr=e.string().max(2e3),qr=e.object({body:Kr.optional(),envelope:k.optional(),replyToMessageId:e.string().min(1).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Jr=e.string().min(1).max(2e3),Yr=e.object({body:Jr.optional(),envelope:k.optional()}),Xr=e.object({aggregate:Hr.nullable()}),R=e.object({attachment:I}),Zr=e.object({userIds:e.array(e.string().min(1)).min(1).max(100)}),Qr=e.object({pinnedAt:e.iso.datetime()}),$r=e.enum([`x25519`]),ei=e.object({userId:e.string().min(1),keyId:e.string().min(1).max(128),publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),algorithm:$r}),z=e.object({key:ei}),ti=e.object({publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),keyId:e.string().min(1).max(128),algorithm:$r}),ni=e.object({threadId:e.string().min(1),key:ei.nullable()}),ri=e.object({keys:e.array(ni)}),ii=e.object({threadIds:e.array(e.string().min(1)).min(1).max(200)}),ai=e.object({exists:e.boolean(),attemptsRemaining:e.int().gte(0),kdfSalt:e.string().length(22).regex(/^[A-Za-z0-9_-]+$/).nullable(),kdfIterations:e.int().gte(1e5).lte(5e6).nullable()}),oi=e.object({ok:e.literal(!0)}),si=e.object({scalar:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),secret:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),kdfSalt:e.string().length(22).regex(/^[A-Za-z0-9_-]+$/),kdfIterations:e.int().gte(1e5).lte(5e6)}),ci=e.union([e.object({result:e.enum([`ok`]),scalar:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),e.object({result:e.enum([`wrong-pin`]),attemptsRemaining:e.int().gte(0)})]),li=e.object({pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),ui=e.object({role:M}),B=e.object({name:e.string().nullable(),handle:e.string().nullable()}).nullable(),di=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),usdCents:e.int().nullable()}),fi=e.object({code:e.string().nullable(),xLinked:e.boolean(),referrer:B,refereeCount:e.int().gte(0),lifetimeEarnings:e.array(di),lifetimeUsdCents:e.int().nullable(),last30dEarnings:e.array(di),last30dUsdCents:e.int().nullable()}),pi=e.object({code:e.string().min(1),generatedAt:e.iso.datetime()}),mi=e.object({status:e.enum([`eligible`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:B}),hi=e.object({status:e.enum([`bound`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:B}),gi=e.object({code:e.string().min(1).max(64),source:e.enum([`signup-url`,`manual-claim`,`cookie-restore`]).optional().default(`manual-claim`)}),V=e.string().regex(/^[a-f0-9]{64}$/),_i=e.object({playSessionId:V,expiresAt:e.iso.datetime()}),H=e.uuid(),vi=e.object({appId:H}),yi=e.object({ok:e.literal(!0),ttlSeconds:e.int().gt(0)}),bi=e.object({playSessionId:V,status:e.enum([`pending`,`active`,`ended`])}),xi=e.uuid(),Si=e.object({playSessionId:V,userId:xi}),Ci=e.object({status:e.enum([`pending`,`active`,`ended`])}),wi=e.object({playSessionId:V}),Ti=e.object({status:e.enum([`ended`])}),Ei=e.object({playSessionId:V}),Di=e.object({appId:H,name:e.string(),logoUrl:e.string().nullable(),sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Oi=e.object({apps:e.array(Di),totalSessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),ki=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),appId:H,sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ai=e.object({from:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),to:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),buckets:e.array(ki)}),ji=e.object({appId:H,sessionCount:e.int().gte(0),uniquePlayerCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Mi=e.object({followers:e.int().gte(0),following:e.int().gte(0),gamesPlayed:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0),reviewsLeft:e.int().gte(0),rewardsWon:e.int().gte(0),rewardsValueUsdCents:e.int().gte(0)}),Ni=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),rewardsWon:e.int().gte(0),valueUsdCents:e.int().gte(0)}),Pi=e.object({from:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),to:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),totalRewardsWon:e.int().gte(0),totalValueUsdCents:e.int().gte(0),buckets:e.array(Ni)}),Fi=e.object({collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),amount:e.string(),name:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown())}),Ii=e.object({items:e.array(Fi)}),Li=e.object({mintRequestId:e.string(),txHash:e.string(),status:e.enum([`submitted`,`completed`]),mintedTokenId:e.string().nullable()}),Ri=e.object({collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),chain:e.string().min(1),toWallet:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),toUserId:e.string().optional(),tokenId:e.string().regex(/^\d+$/).optional(),amount:e.string().regex(/^\d+$/).optional()}),zi=e.object({requesterId:e.string().min(1),requesterName:e.string().min(1),requesterDisplayName:e.string().nullable(),requesterImage:e.url().nullable(),friendshipId:e.string().min(1)}),Bi=e.object({accepterId:e.string().min(1),accepterName:e.string().min(1),accepterDisplayName:e.string().nullable(),accepterImage:e.url().nullable(),friendshipId:e.string().min(1)}),Vi=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`])}),Hi=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`]),notes:e.string().min(1).max(1e3)}),Ui=e.object({appId:e.uuid(),appName:e.string().min(1),appLogoUrl:e.url().nullable(),inviterId:e.string().min(1),inviterName:e.string().min(1),inviterDisplayName:e.string().nullable()}),Wi=e.object({appId:e.uuid(),appName:e.string().min(1),accepterId:e.string().min(1),accepterName:e.string().min(1),accepterDisplayName:e.string().nullable(),accepterImage:e.url().nullable()}),Gi=e.union([e.object({id:e.string().min(1),kind:e.enum([`friend_request`]),payload:zi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`friend_accepted`]),payload:Bi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_approved`]),payload:Vi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_rejected`]),payload:Hi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_invite`]),payload:Ui,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_accepted`]),payload:Wi,read:e.boolean(),createdAt:e.iso.datetime()})]),Ki=e.object({notifications:e.array(Gi),unreadCount:e.int().gte(0)}),U=e.object({ok:e.literal(!0)}),qi=e.object({read:e.boolean()}),Ji=e.enum([`online`,`offline`]),Yi=e.object({user:kr,friendshipId:e.string().min(1),acceptedAt:e.iso.datetime(),onlineStatus:Ji}),Xi=e.object({friends:e.array(Yi)}),Zi=e.object({decision:e.enum([`accept`,`reject`])}),W=e.object({provider:e.enum([`twitter`,`discord`,`github`]),subject:e.string().min(1),username:e.string().nullable(),name:e.string().nullable(),profilePictureUrl:e.url().nullable(),verifiedAt:e.iso.datetime().nullable()}),Qi=e.object({accounts:e.array(W)}),G=e.string().nullable(),$i=e.url().max(2048).nullable(),K=e.object({studioName:e.string().min(1).max(80).nullable(),studioUrl:e.url().max(2048).nullable(),studioXHandle:G,githubUrl:$i,logoUrl:e.url().max(2048).nullable()}),ea=e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`])}),ta=e.object({profile:K,apps:e.array(ea)}).nullable(),na=e.object({followers:e.int().gte(0),following:e.int().gte(0)}),ra=e.object({gamesPlayed:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0),reviewsLeft:e.int().gte(0),rewardsWon:e.int().gte(0),rewardsValueUsdCents:e.int().gte(0)}),ia=e.object({appId:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),sessionCount:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0)}),aa=e.object({appId:e.string().min(1),appName:e.string().min(1),appLogoUrl:e.url().max(2048).nullable(),recommended:e.boolean(),body:e.string(),createdAt:e.iso.datetime()}),oa=e.object({isFollowing:e.boolean(),isFollowedBy:e.boolean(),friendship:e.enum([`none`,`pending_out`,`pending_in`,`accepted`]),friendshipId:e.string().min(1).nullable()}).nullable(),sa=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),bio:e.string().nullable(),websiteUrl:e.url().max(2048).nullable(),image:e.url().nullable(),banner:n,createdAt:e.iso.datetime(),socials:e.array(W),developer:ta,counts:na,stats:ra,topGames:e.array(ia),recentReviews:e.array(aa),relationship:oa}),ca=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),socials:e.array(W)}),la=e.object({results:e.array(ca)}),ua=e.object({ok:e.literal(!0),friendshipId:e.string().min(1)}),da=e.object({id:e.string().min(1),keyPrefix:e.string().min(1),scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])),createdAt:e.iso.datetime(),expiresAt:e.iso.datetime().nullable(),lastUsedAt:e.iso.datetime().nullable(),revokedAt:e.iso.datetime().nullable()}),fa=e.object({key:da,secret:e.string().min(1)}),pa=e.object({scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])).min(1),expiresAt:e.iso.datetime().nullish()}),ma=e.object({keys:e.array(da)}),q=e.object({ok:e.literal(!0)}),J=e.object({id:e.string().min(1)}),Y=e.string().regex(/^[A-Za-z0-9 ._-]{1,40}$/),ha=e.object({chain:e.string().min(1),custody:e.enum([`server`])}),ga=e.object({name:Y,chains:e.array(ha).optional()}),_a=e.string().min(1).max(2048),va=e.enum([`eth`,`tron`]),ya=e.array(va).min(1).max(2),ba=e.object({name:Y.optional(),logoUrl:e.url().max(2048).nullish(),testAccess:e.enum([`private`,`public`]).optional(),redirectUris:e.array(e.url().max(2048)).max(20).optional(),embedOrigins:e.array(_a).max(20).optional(),acceptedCurrencies:ya.optional(),paymentStatusWebhookUrl:e.url().max(2048).nullish(),paymentStatusWebhookUrlTest:e.url().max(2048).nullish()}),X=e.object({logoUrl:e.url().nullable()}),xa=e.object({chain:e.string().min(1),token:e.string().min(1),tokenDecimals:e.int(),lockedWei:e.string(),unlockedWei:e.string(),walletBalanceWei:e.string().nullable()}),Sa=e.object({appId:e.string().min(1),balances:e.array(xa)}),Ca=e.object({appId:e.string().min(1),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),wa=e.object({ts:e.iso.datetime(),sumCents:e.number(),paymentCount:e.int()}),Ta=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),chain:e.string().nullable(),buckets:e.array(wa)}),Ea=e.object({ts:e.iso.datetime(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalDurationSeconds:e.int()}),Da=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),buckets:e.array(Ea)}),Oa=e.object({appId:e.string().min(1),earnedCents:e.int(),earningEventCount:e.int(),distinctPayers:e.int(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalPlaytimeSeconds:e.int()}),ka=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),custody:e.enum([`server`]).nullable(),walletId:e.string().nullable(),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),Aa=e.object({appId:e.string().min(1),wallets:e.array(ka)}),ja=e.object({appId:e.string().min(1),chain:e.string().min(1),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),Ma=e.object({enabled:e.boolean(),thresholdCents:e.int().gt(0).nullish()}),Na=e.object({appId:e.string().min(1),chain:e.string().min(1),custody:e.enum([`server`]),walletId:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Pa=e.object({appId:e.string().min(1),chain:e.string().min(1),token:e.string().min(1),txHash:e.string().min(1),amountWei:e.string().min(1),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Fa=e.object({appId:e.string().min(1),chain:e.string().min(1),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),transfers:e.array(e.object({token:e.string().min(1),txHash:e.string().min(1),amountWei:e.string().min(1)}))}),Ia=e.object({id:e.string().min(1),clientId:e.string().min(1),environment:e.enum([`development`,`production`]),secretLast4:e.string().min(1),createdAt:e.iso.datetime(),lastUsedAt:e.iso.datetime().nullable()}),La=e.object({key:Ia,clientSecret:e.string().min(1)}),Ra=e.object({ok:e.literal(!0),status:e.enum([`pending`,`approved`])}),za=e.object({reason:e.string().min(1).max(500).optional()}),Ba=e.object({secret:e.string().regex(/^[a-f0-9]{64}$/),secretLast4:e.string().length(4)}),Va=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable()}),Ha=e.object({appeals:e.array(Va)}),Ua=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),vaultReleaseAt:e.iso.datetime(),signedAt:e.iso.datetime(),matured:e.boolean(),hasActiveAppeal:e.boolean()}),Wa=e.object({deposits:e.array(Ua)}),Ga=e.object({appCount:e.int().gte(0),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),Ka=e.object({userId:e.string().min(1),status:e.enum([`invited`,`accepted`,`revoked`]),name:e.string().nullable(),email:e.string().nullable(),image:e.url().nullable(),invitedAt:e.iso.datetime(),respondedAt:e.iso.datetime().nullable()}),qa=e.object({participants:e.array(Ka)}),Ja=e.object({identifier:e.string().min(1).max(80)}),Ya=e.object({appId:e.string().min(1),appName:e.string().min(1),appLogoUrl:e.url().nullable(),status:e.enum([`invited`,`accepted`,`revoked`]),invitedAt:e.iso.datetime()}),Xa=e.object({invites:e.array(Ya)}),Za=e.object({id:e.string().min(1),displayName:e.string().nullable(),email:e.string().nullable()}).nullable(),Qa=e.string().min(1).max(80).nullable(),$a=e.string().min(10).max(1e3).nullable(),eo=e.object({policyVersion:e.string().min(1),policyAcceptedAt:e.iso.datetime(),logoUrl:e.url().max(2048).nullable(),email:e.email().nullable(),xHandle:G,teamName:Qa,projectDescription:$a}),to=e.object({reason:e.string().min(1).max(500).optional()}),no=e.object({id:e.string().min(1),userId:e.string().min(1),user:Za,kind:e.enum([`role`,`production`]),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]),appId:e.string().min(1).nullable(),payload:e.union([e.object({kind:e.enum([`role`]),data:eo}),e.object({kind:e.enum([`production`]),data:to})]),reviewedBy:e.string().min(1).nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),ro=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),io=e.object({id:e.string().min(1),name:Y,logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`]),productionApprovedAt:e.iso.datetime().nullable(),testAccess:e.enum([`private`,`public`]),createdAt:e.iso.datetime(),redirectUris:e.array(e.url().max(2048)),embedOrigins:e.array(_a),acceptedCurrencies:ya,payoutAddresses:e.array(ro),keys:e.array(Ia),pendingProductionRequestId:e.string().min(1).nullable(),paymentStatusWebhookUrl:e.url().max(2048).nullable(),paymentStatusWebhookSecretLast4:e.string().length(4).nullable(),paymentStatusWebhookUrlTest:e.url().max(2048).nullable(),paymentStatusWebhookSecretLast4Test:e.string().length(4).nullable()}),ao=e.object({roleStatus:e.enum([`none`,`pending`,`approved`,`rejected`,`cancelled`]),latestRequest:no,profile:K.nullable(),apps:e.array(io)}),oo=e.object({studioName:e.string().min(1).max(80).nullish(),studioUrl:e.url().max(2048).nullish(),studioXHandle:G.optional(),githubUrl:$i.optional(),logoUrl:e.url().max(2048).nullish()}),so=e.object({acceptPolicy:e.literal(!0),logoUrl:e.url().max(2048).optional(),email:e.email().optional(),teamName:Qa.optional(),projectDescription:$a.optional()}),Z=e.object({appId:e.uuid(),slug:d.nullable(),status:e.enum([`draft`,`pending_review`,`published`,`hidden`]),categories:f,tagline:p.nullable(),bannerUrl:e.url().max(2048).nullable(),thumbnailUrl:e.url().max(2048).nullable(),thumbnailVideoUrl:e.url().max(2048).nullable(),playUrl:e.url().max(2048).nullable(),discordUrl:e.url().max(2048).nullable(),twitterUrl:e.url().max(2048).nullable(),redditUrl:e.url().max(2048).nullable(),telegramUrl:e.url().max(2048).nullable(),gallery:m,chapters:vt,links:h,platforms:g,gameType:_,ageRating:xt,languages:v,releaseStatus:y,firstPublishedAt:e.iso.datetime().nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),hiddenAt:e.iso.datetime().nullable(),hiddenReasonPublic:e.string().nullable(),pendingReview:e.boolean()}),co=e.object({slug:d.nullish(),categories:f.optional(),tagline:p.nullish(),bannerUrl:e.url().max(2048).nullish(),thumbnailUrl:e.url().max(2048).nullish(),thumbnailVideoUrl:e.url().max(2048).nullish(),playUrl:e.url().max(2048).nullish(),discordUrl:e.url().max(2048).nullish(),twitterUrl:e.url().max(2048).nullish(),redditUrl:e.url().max(2048).nullish(),telegramUrl:e.url().max(2048).nullish(),gallery:m.optional(),chapters:vt.optional(),links:h.optional(),platforms:g.optional(),gameType:_.optional(),ageRating:xt.optional(),languages:v.optional(),releaseStatus:y.optional()}),lo=e.object({url:e.url().max(2048)}),uo=e.object({playSessionId:e.string().min(1),userId:e.uuid(),appId:e.uuid(),status:e.enum([`pending`,`active`]),userHalfFresh:e.boolean(),gameHalfFresh:e.boolean(),active:e.boolean(),startedAt:e.iso.datetime(),activatedAt:e.iso.datetime().nullable(),lastSeenAt:e.iso.datetime().nullable()}),fo=e.object({players:e.array(uo),total:e.int().gte(0),liveCount:e.int().gte(0),generatedAt:e.iso.datetime()}),po=e.object({id:e.string().min(1),email:e.email().nullable(),role:r,addedBy:e.string().min(1).nullable(),addedAt:e.iso.datetime(),lastAccessedAt:e.iso.datetime().nullable()}),mo=e.object({admins:e.array(po)}),ho=e.object({id:e.string()}),go=e.object({email:e.email(),role:r.optional()}),_o=e.object({id:e.string(),role:r}),vo=e.object({role:r}),yo=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),email:e.email().nullable(),createdAt:e.iso.datetime(),bannedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable()}),bo=e.object({users:e.array(yo),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),xo=e.object({id:e.string(),banned:e.boolean()}),So=e.object({banned:e.boolean(),reason:e.string().min(1).max(280).optional()}),Co=e.object({id:e.string().min(1),actorId:e.string().min(1).nullable(),actorKind:e.enum([`user`,`system`,`service`]),action:e.string().min(1),targetType:e.string().min(1),targetId:e.string().min(1),purpose:e.string().min(1),legalBasis:e.enum([`consent`,`contract`,`legitimate-interest`,`legal-obligation`,`vital-interest`,`public-task`]),occurredAt:e.iso.datetime(),attributes:e.record(e.string(),e.unknown()),traceId:e.string().min(1).nullable()}),wo=e.object({rows:e.array(Co),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),To=e.object({requests:e.array(no)}),Eo=e.object({id:e.string().min(1),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`])}),Do=e.object({decision:e.enum([`approve`,`reject`]),notes:e.string().min(1).max(1e3).optional()}),Oo=e.object({id:e.string().min(1),name:e.string(),environment:e.enum([`development`,`production`]),logoUrl:e.url().nullable(),productionApprovedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),ko=e.object({userId:e.string().min(1),email:e.email(),displayName:e.string().nullable(),image:e.url().nullable(),studio:K.nullable(),apps:e.array(Oo),grantedAt:e.iso.datetime().nullable()}),Ao=e.object({developers:e.array(ko)}),jo=e.object({appId:e.uuid(),appName:e.string(),ownerDisplayName:e.string().nullable(),ownerImage:e.string().nullable(),ownerUserId:e.uuid(),ownerEmail:e.string().nullable(),appLogoUrl:e.string().nullable(),slug:e.string().nullable(),status:e.enum([`draft`,`pending_review`,`published`,`hidden`]),categories:f,tagline:e.string().nullable(),submittedAt:e.iso.datetime().nullable(),firstPublishedAt:e.iso.datetime().nullable(),hiddenAt:e.iso.datetime().nullable(),hiddenReasonInternal:e.string().nullable(),pendingChangesSubmittedAt:e.iso.datetime().nullable()}),Mo=e.object({items:e.array(jo)}),Q=e.object({status:e.enum([`draft`,`pending_review`,`published`,`hidden`])}),No=e.object({reasonPublic:e.string().min(1).max(500),reasonInternal:e.string().max(2e3).optional()}),Po=e.union([e.object({decision:e.enum([`approve`])}),e.object({decision:e.enum([`reject`]),notes:e.string().min(1).max(1e3)})]),Fo=e.object({field:e.string(),label:e.string(),from:e.string(),to:e.string()}),Io=e.object({appId:e.uuid(),submittedAt:e.iso.datetime().nullable(),changes:e.array(Fo)}),Lo=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4),stakeFeeBps:e.int().gte(0).lte(1e4),updatedAt:e.iso.datetime(),updatedBy:e.string().min(1).nullable()}),$=e.object({chain:e.string().min(1),chainId:e.int().gte(0),to:e.string().regex(/^0x[0-9a-fA-F]{40}$/),calldataHex:e.string().regex(/^0x[0-9a-fA-F]*$/)}),Ro=e.object({target:e.enum([`purchase`]),envelope:$}),zo=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4),stakeFeeBps:e.int().gte(0).lte(1e4),updatedAt:e.iso.datetime(),updatedBy:e.string().min(1).nullable(),envelopes:e.array(Ro)}),Bo=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4).optional(),stakeFeeBps:e.int().gte(0).lte(1e4).optional()}),Vo=e.object({appId:e.string().min(1),platformFeeBps:e.int().gte(0).lte(1e4).nullable(),rakeCapBps:e.int().gte(0).lte(3e3).nullable(),effectivePlatformFeeBps:e.int().gte(0).lte(1e4),effectiveRakeCapBps:e.int().gte(0).lte(3e3),updatedAt:e.iso.datetime().nullable(),updatedBy:e.string().min(1).nullable()}),Ho=e.object({platformFeeBps:e.int().gte(0).lte(1e4).nullish(),rakeCapBps:e.int().gte(0).lte(3e3).nullish()}),Uo=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),action:e.enum([`add`,`remove`])}),Wo=e.object({chain:e.string().min(1),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),newTreasury:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Go=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1),flaggedBy:e.string().min(1),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Ko=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1).max(2e3)}),qo=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),removed:e.literal(!0)}),Jo=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Yo=e.object({entries:e.array(Go)}),Xo=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),newOperator:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Zo=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),action:e.enum([`pause`,`unpause`])}),Qo=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),$o=e.object({chain:e.string().min(1),account:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),es=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable(),resolvedBy:e.string().nullable(),resolutionNotes:e.string().nullable()}),ts=e.object({appeals:e.array(es),nextCursorFiledAt:e.iso.datetime().nullable()}),ns=e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),rs=e.enum([`purchase`,`pot`,`matured`]),is=e.object({source:rs,chain:e.string(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),depositId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellantUserId:e.string().nullable(),respondent:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),respondentUserId:e.string().nullable(),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable(),resolution:e.object({resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}).nullable(),refundClaimedAt:e.iso.datetime().nullable()}),as=e.enum([`party`,`admin`,`system`]),os=e.object({id:e.string().min(1),senderUserId:e.string().nullable(),senderRole:as,body:e.string().nullable(),attachments:e.array(I),sentAt:e.iso.datetime()}),ss=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),threadId:e.string().nullable(),status:ns,readOnly:e.boolean(),canResolve:e.boolean(),detail:is,messages:e.array(os)}),cs=e.object({message:os}),ls=e.object({body:e.string().min(1).max(4e3).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),us=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/),status:e.enum([`resolved_refund`,`resolved_dismiss`])}),ds=e.object({decision:e.enum([`refund`,`dismiss`]),notes:e.string().min(1).max(2e3).optional()}),fs=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}),ps=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),amount:e.string().regex(/^\d+$/),reason:e.string().min(1).max(2e3)}),ms=e.object({legId:e.string().regex(/^0x[0-9a-f]{32}$/),reason:e.string().min(1).max(2e3)}),hs=e.object({kind:e.enum([`direct`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/)}),gs=e.object({kind:e.enum([`pull`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/)}),_s=e.discriminatedUnion(`kind`,[hs.extend({kind:e.literal(`direct`)}),gs.extend({kind:e.literal(`pull`)})]),vs=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),recipientUserId:e.string().min(1).optional(),metadata:u.optional()}),ys=e.object({distributionId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),closePot:e.boolean(),legs:e.array(e.object({recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`])}))}),bs=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),closePot:e.boolean().optional().default(!0),legs:e.array(e.object({recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),recipientUserId:e.string().min(1).optional(),amount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).optional().default(`locked`)})).min(1).max(50),metadata:u.optional()}),xs=e.object({potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/)}),Ss=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/)}),Cs=e.object({status:e.enum([`ok`])}),ws=e.object({id:e.string(),purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),Ts=e.object({accountId:e.string(),providerId:e.string(),hasPassword:e.boolean(),scope:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Es=e.object({id:e.string(),action:e.string(),targetType:e.string(),targetId:e.string(),purpose:e.string(),legalBasis:e.string(),occurredAt:e.iso.datetime(),traceId:e.string().nullable(),attributes:e.record(e.string(),e.unknown())}),Ds=e.object({id:e.string(),threadId:e.string(),contentMode:e.enum([`plaintext`,`e2e-encrypted`]),body:e.string().nullable(),envelope:e.unknown().optional(),note:e.string().nullable(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable()}),Os=e.object({user:i,sessions:e.array(me),consents:e.array(ws),accounts:e.array(Ts),auditEvents:e.array(Es),messages:e.array(Ds),exportedAt:e.iso.datetime()}),ks=e.object({name:t.optional(),image:e.string().min(1).max(2048).nullish()}),As=e.object({purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),js=e.object({consents:e.array(As)}),Ms=e.string().regex(/^[a-z][a-z0-9-]{2,63}$/),Ns=e.object({purpose:Ms,version:e.string().min(1).max(64),granted:e.boolean()}),Ps=ue,Fs=ce,Is=fe,Ls=de,Rs=pe,zs=he,Bs=e.object({token:e.string().min(1),callbackURL:e.url().optional()}),Vs=ge,Hs=ve,Us=_e,Ws=be,Gs=ye,Ks=Se,qs=xe,Js=Ce,Ys=Ee,Xs=we,Zs=e.object({response_type:e.enum([`code`]),client_id:s,redirect_uri:a,scope:o,state:De,code_challenge:Oe,code_challenge_method:e.enum([`S256`]),prompt:e.enum([`consent`]).optional()}),Qs=e.object({request:c}),$s=ke,ec=e.object({client_id:e.string().min(1),return_uri:e.url()}),tc=Ae,nc=e.object({clientId:e.string().min(1)}),rc=je,ic=Pe,ac=Me,oc=Ve,sc=Fe,cc=He,lc=Ue,uc=Ye,dc=Ke,fc=Xe,pc=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/).optional(),usdCents:e.int().gte(0).nullish()}),mc=Ze,hc=Qe,gc=$e,_c=et,vc=it,yc=tt,bc=tt,xc=ot,Sc=e.void(),Cc=ct,wc=e.void(),Tc=ut,Ec=ft,Dc=pt,Oc=e.void(),kc=e.object({genre:e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`)).optional(),q:e.string().min(1).max(200).optional(),before:e.iso.datetime().optional(),limit:e.int().gte(1).lte(48).optional().default(24)}),Ac=ht,jc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Mc=Ct,Nc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Pc=e.object({sort:Nt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),Fc=Mt,Ic=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Lc=S,Rc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),zc=S,Bc=It,Vc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Hc=S,Uc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Wc=Rt,Gc=Bt,Kc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),qc=zt,Jc=Ht,Yc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Xc=Vt,Zc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Qc=e.object({limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),$c=Gt,el=qt,tl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),nl=Kt,rl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),commentId:e.uuid()}),il=Jt,al=e.object({appId:e.uuid()}),ol=e.object({sort:Nt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),sl=Mt,cl=e.object({appId:e.uuid(),reviewId:e.uuid()}),ll=Yt,ul=Xt,dl=e.object({appId:e.uuid(),reviewId:e.uuid()}),fl=Yt,pl=$t,ml=e.object({appId:e.uuid()}),hl=Zt,gl=e.object({id:e.uuid()}),_l=e.object({status:en.optional(),limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),vl=nn,yl=rn,bl=e.object({id:e.uuid(),reportId:e.uuid()}),xl=tn,Sl=on,Cl=e.object({status:e.enum([`pending`,`completed`,`expired`,`all`]).optional().default(`completed`),limit:e.int().gte(1).lte(100).optional().default(20),before:e.iso.datetime().optional()}),wl=cn,Tl=e.object({kind:e.string().optional(),direction:e.enum([`outgoing`,`incoming`]).optional(),sort:e.enum([`newest`,`oldest`,`value_desc`,`value_asc`]).optional().default(`newest`),chain:e.string().min(1).optional(),limit:e.int().gte(1).lte(100).optional().default(20),cursor:e.string().min(1).optional(),before:e.iso.datetime().optional(),includeInactive:e.enum([`true`,`false`]).optional().default(`false`)}),El=w,Dl=e.object({groupId:e.string().min(1).max(128)}),Ol=w,kl=e.object({chain:e.string().min(1).optional()}),Al=Dn,jl=On,Ml=An,Nl=kn,Pl=Mn,Fl=jn,Il=Nn,Ll=e.object({before:e.iso.datetime().optional()}),Rl=Fn,zl=Ln,Bl=In,Vl=zn,Hl=Rn,Ul=T,Wl=T,Gl=T,Kl=Un,ql=Hn,Jl=Wn,Yl=Yn,Xl=Jn,Zl=er,Ql=$n,$l=tr,eu=ir,tu=ir,nu=or,ru=ar,iu=sr,au=ur,ou=lr,su=cr,cu=dr,lu=E,uu=fr,du=E,fu=br,pu=Sr,mu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),hu=xr,gu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),_u=Tr,vu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),yu=vr,bu=wr,xu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Su=Cr,Cu=Er,wu=i,Tu=i,Eu=e.object({file:e.string()}),Du=i,Ou=e.object({q:e.string().max(200).optional()}),ku=Or,Au=Ir,ju=e.union([Rr,zr]),Mu=Lr,Nu=e.object({id:e.string().min(1)}),Pu=N,Fu=Br,Iu=e.object({id:e.string().min(1)}),Lu=P,Ru=e.object({id:e.string().min(1)}),zu=e.object({limit:e.int().gt(0).lte(100).optional(),before:e.iso.datetime().optional()}),Bu=Gr,Vu=qr,Hu=e.object({id:e.string().min(1)}),Uu=L,Wu=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Gu=N,Ku=Yr,qu=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Ju=L,Yu=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:F}),Xu=Xr,Zu=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:F}),Qu=Xr,$u=e.object({id:e.string().min(1)}),ed=N,td=e.object({file:e.string()}),nd=e.object({id:e.string().min(1)}),rd=R,id=e.object({id:e.string().min(1)}),ad=N,od=Zr,sd=e.object({id:e.string().min(1)}),cd=P,ld=e.object({id:e.string().min(1)}),ud=N,dd=e.object({id:e.string().min(1)}),fd=N,pd=e.object({id:e.string().min(1)}),md=Qr,hd=e.object({id:e.string().min(1)}),gd=P,_d=e.object({file:e.string()}),vd=e.object({id:e.string().min(1)}),yd=P,bd=e.object({id:e.string().min(1),userId:e.string().min(1)}),xd=P,Sd=z,Cd=ti,wd=z,Td=e.object({id:e.string().min(1)}),Ed=z,Dd=ii,Od=ri,kd=ai,Ad=si,jd=oi,Md=li,Nd=ci,Pd=ui,Fd=e.object({id:e.string().min(1),userId:e.string().min(1)}),Id=P,Ld=fi,Rd=e.object({regenerate:e.boolean().optional()}),zd=pi,Bd=e.object({code:e.string().min(1).max(64)}),Vd=mi,Hd=gi,Ud=hi,Wd=vi,Gd=_i,Kd=yi,qd=Si,Jd=bi,Yd=wi,Xd=Ci,Zd=Ei,Qd=Ti,$d=Oi,ef=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),tf=Ai,nf=e.object({appId:e.uuid()}),rf=ji,af=Mi,of=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),sf=Pi,cf=Ii,lf=Ii,uf=Ri,df=Li,ff=Ki,pf=qi,mf=e.object({id:e.string().min(1)}),hf=U,gf=U,_f=Xi,vf=e.object({id:e.string().min(1)}),yf=U,bf=Zi,xf=e.object({id:e.string().min(1)}),Sf=U,Cf=Qi,wf=e.object({handle:e.string().min(1)}),Tf=sa,Ef=e.object({q:e.string().min(1).max(64),limit:e.int().gte(1).lte(50).optional().default(20)}),Df=la,Of=e.object({id:e.string().min(1)}),kf=U,Af=e.object({id:e.string().min(1)}),jf=U,Mf=e.object({id:e.string().min(1)}),Nf=ua,Pf=ma,Ff=pa,If=fa,Lf=e.object({id:e.string().min(1)}),Rf=q,zf=ga,Bf=J,Vf=e.object({id:e.string().min(1)}),Hf=J,Uf=ba,Wf=e.object({id:e.string().min(1)}),Gf=J,Kf=e.object({id:e.string().min(1)}),qf=X,Jf=e.object({file:e.string()}),Yf=e.object({id:e.string().min(1)}),Xf=X,Zf=e.object({id:e.string().min(1)}),Qf=Sa,$f=e.object({id:e.string().min(1)}),ep=Ca,tp=e.object({id:e.string().min(1)}),np=e.object({range:e.string().optional(),chain:e.string().optional()}),rp=Ta,ip=e.object({id:e.string().min(1)}),ap=e.object({range:e.string().optional()}),op=Da,sp=e.object({id:e.string().min(1)}),cp=Oa,lp=e.object({id:e.string().min(1)}),up=e.object({kind:e.string().optional(),direction:e.enum([`outgoing`,`incoming`]).optional(),sort:e.enum([`newest`,`oldest`,`value_desc`,`value_asc`]).optional().default(`newest`),chain:e.string().min(1).optional(),limit:e.int().gte(1).lte(100).optional().default(20),cursor:e.string().min(1).optional(),before:e.iso.datetime().optional(),includeInactive:e.enum([`true`,`false`]).optional().default(`false`)}),dp=w,fp=e.object({id:e.string().min(1)}),pp=Aa,mp=Ma,hp=e.object({id:e.string().min(1),chain:e.string().min(1)}),gp=ja,_p=e.object({id:e.string().min(1),chain:e.string().min(1)}),vp=Na,yp=e.object({id:e.string().min(1),chain:e.string().min(1)}),bp=e.object({token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional()}),xp=Pa,Sp=e.object({id:e.string().min(1),chain:e.string().min(1)}),Cp=Fa,wp=e.object({id:e.string().min(1),env:e.enum([`development`,`production`])}),Tp=La,Ep=za,Dp=e.object({id:e.string().min(1)}),Op=Ra,kp=e.object({id:e.string().min(1)}),Ap=Ba,jp=e.object({chain:e.string().optional()}),Mp=Ha,Np=e.object({chain:e.string().optional()}),Pp=Wa,Fp=Ga,Ip=e.object({id:e.string().min(1)}),Lp=qa,Rp=Ja,zp=e.object({id:e.string().min(1)}),Bp=qa,Vp=e.object({id:e.string().min(1),userId:e.string().min(1)}),Hp=q,Up=Xa,Wp=e.object({appId:e.string().min(1)}),Gp=q,Kp=e.object({appId:e.string().min(1)}),qp=q,Jp=ao,Yp=oo,Xp=q,Zp=X,Qp=e.object({file:e.string()}),$p=X,em=so,tm=q,nm=X,rm=e.object({file:e.string()}),im=X,am=e.object({appId:e.string().min(1)}),om=Z,sm=co,cm=e.object({appId:e.string().min(1)}),lm=Z,um=e.object({appId:e.string().min(1)}),dm=e.void(),fm=e.object({file:e.string()}),pm=e.object({appId:e.string().min(1)}),mm=e.object({bannerUrl:e.url()}),hm=e.object({appId:e.string().min(1)}),gm=e.void(),_m=e.object({file:e.string()}),vm=e.object({appId:e.string().min(1)}),ym=e.object({thumbnailUrl:e.url()}),bm=e.object({appId:e.string().min(1)}),xm=e.void(),Sm=e.object({file:e.string()}),Cm=e.object({appId:e.string().min(1)}),wm=e.object({thumbnailVideoUrl:e.url()}),Tm=e.object({file:e.string()}),Em=e.object({appId:e.string().min(1)}),Dm=lo,Om=e.object({appId:e.string().min(1)}),km=Z,Am=e.object({appId:e.string().min(1)}),jm=Z,Mm=fo,Nm=mo,Pm=go,Fm=ho,Im=e.object({id:e.string().min(1)}),Lm=ho,Rm=vo,zm=e.object({id:e.string().min(1)}),Bm=_o,Vm=e.object({search:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),Hm=bo,Um=So,Wm=e.object({id:e.string().min(1)}),Gm=xo,Km=e.object({action:e.string().optional(),actorId:e.string().optional(),targetType:e.string().optional(),targetId:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),qm=wo,Jm=e.object({status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]).optional(),kind:e.enum([`role`,`production`]).optional()}),Ym=To,Xm=Do,Zm=e.object({id:e.string().min(1)}),Qm=Eo,$m=Ao,eh=e.object({status:e.union([e.enum([`draft`,`pending_review`,`published`,`hidden`]),e.enum([`all`]),e.enum([`pending_changes`])]).optional()}),th=Mo,nh=No,rh=e.object({appId:e.string().min(1)}),ih=Q,ah=e.object({appId:e.string().min(1)}),oh=Q,sh=Po,ch=e.object({appId:e.string().min(1)}),lh=Q,uh=e.object({appId:e.string().min(1)}),dh=Io,fh=Po,ph=e.object({appId:e.string().min(1)}),mh=Q,hh=Lo,gh=Bo,_h=zo,vh=e.object({appId:e.string().min(1)}),yh=Vo,bh=Ho,xh=e.object({appId:e.string().min(1)}),Sh=Vo,Ch=Uo,wh=$,Th=Wo,Eh=e.object({processorId:e.string().min(1)}),Dh=$,Oh=Jo,kh=qo,Ah=e.object({chain:e.string().min(1).optional()}),jh=Yo,Mh=Ko,Nh=Go,Ph=Xo,Fh=e.object({vaultAddress:e.string().min(1)}),Ih=$,Lh=Zo,Rh=e.object({vaultAddress:e.string().min(1)}),zh=$,Bh=Qo,Vh=e.object({vaultAddress:e.string().min(1)}),Hh=$,Uh=$o,Wh=e.object({vaultAddress:e.string().min(1)}),Gh=$,Kh=e.object({status:e.array(e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`])).optional(),chain:e.string().min(1).optional(),cursorFiledAt:e.iso.datetime().optional(),limit:e.int().gte(1).lte(100).optional()}),qh=ts,Jh=e.object({appealId:e.string().min(1)}),Yh=ss,Xh=ls,Zh=e.object({appealId:e.string().min(1)}),Qh=cs,$h=e.object({file:e.string()}),eg=e.object({appealId:e.string().min(1)}),tg=R,ng=ds,rg=e.object({appealId:e.string().min(1)}),ig=us,ag=ps,og=fs,sg=ms,cg=fs,lg=e.object({appealId:e.string().min(1)}),ug=ss,dg=ls,fg=e.object({appealId:e.string().min(1)}),pg=cs,mg=e.object({file:e.string()}),hg=e.object({appealId:e.string().min(1)}),gg=R,_g=vs,vg=_s,yg=bs,bg=ys,xg=Ss,Sg=xs,Cg=Cs,wg=Os,Tg=e.void(),Eg=ks,Dg=i,Og=js,kg=Ns,Ag=e.void();export{ee as ZodError,te as z,ya as zAcceptedCurrencies,w as zActivityResponse,Tn as zActivityRow,gn as zActivityRowAppeal,pn as zActivityRowCreditTransferred,dn as zActivityRowMaturedWithdrawal,_n as zActivityRowMoonpayBuy,vn as zActivityRowMoonpaySell,ln as zActivityRowPayment,hn as zActivityRowPaymentAutoclaim,un as zActivityRowPaymentWithdrawal,fn as zActivityRowPayoutSent,mn as zActivityRowPotLeg,wn as zActivityRowReferralEarning,Sn as zActivityRowTronCashout,yn as zActivityRowTronDeposit,xn as zActivityRowTronPot,Cn as zActivityRowTronTransfer,bn as zActivityTronInvolvedUser,go as zAddAdminRequest,uo as zAdminActivePlayer,fo as zAdminActivePlayersResponse,Fo as zAdminAppPageDiffField,Io as zAdminAppPageDiffResponse,jo as zAdminAppPageItem,Mo as zAdminAppPageListResponse,Q as zAdminAppPageStatusResponse,Co as zAdminAuditListItem,wo as zAdminAuditListResponse,Oo as zAdminDeveloperAppItem,ko as zAdminDeveloperListItem,Ao as zAdminDeveloperListResponse,ho as zAdminMutationResponse,r as zAdminRole,_o as zAdminRoleChangeResponse,E as zAdminTronCashoutItem,dr as zAdminTronCashoutListResponse,fr as zAdminTronCashoutRejectRequest,po as zAdminUser,So as zAdminUserBanRequest,xo as zAdminUserBanResponse,yo as zAdminUserListItem,bo as zAdminUserListResponse,tn as zAppContentReport,Qt as zAppContentReportCategory,nn as zAppContentReportListResponse,en as zAppContentReportStatus,Vo as zAppFeeConfigResponse,xt as zAppPageAgeRating,Vi as zAppPageApprovedNotificationPayload,f as zAppPageCategories,_t as zAppPageChapter,vt as zAppPageChapters,Z as zAppPageDraft,m as zAppPageGallery,gt as zAppPageGalleryItem,lo as zAppPageGalleryUploadResponse,_ as zAppPageGameType,v as zAppPageLanguages,yt as zAppPageLink,h as zAppPageLinks,St as zAppPagePaymentsMode,g as zAppPagePlatforms,Hi as zAppPageRejectedNotificationPayload,y as zAppPageReleaseStatus,d as zAppPageSlug,p as zAppPageTagline,Wi as zAppParticipantAcceptedNotificationPayload,Ui as zAppParticipantInviteNotificationPayload,at as zAppPaymentAuthorizationItem,ji as zAppPlaytime,Ko as zAppealBlacklistAddRequest,Go as zAppealBlacklistEntry,Yo as zAppealBlacklistListResponse,Jo as zAppealBlacklistRemoveRequest,qo as zAppealBlacklistRemoveResponse,ps as zAppealFileRequest,fs as zAppealFileResponse,ms as zAppealPotLegFileRequest,ds as zAppealResolveRequest,us as zAppealResolveSignedResponse,is as zAppealRoomDetail,os as zAppealRoomMessage,ls as zAppealRoomPostRequest,cs as zAppealRoomPostResponse,as as zAppealRoomSenderRole,rs as zAppealRoomSource,ns as zAppealRoomStatus,ss as zAppealRoomView,es as zAppealStatusRow,me as zAuthSession,i as zAuthUser,n as zBannerVariant,ii as zBatchThreadDmKeysBody,ri as zBatchThreadDmKeysResponse,se as zBearerToken,re as zBio,$ as zCalldataEnvelope,js as zConsentListResponse,Ns as zConsentRecordRequest,As as zConsentRow,pa as zCreateDeveloperApiKey,fa as zCreateDeveloperApiKeyResponse,ga as zCreateDeveloperApp,ha as zCreateDeveloperAppChain,za as zCreateDeveloperProductionRequest,Ra as zCreateDeveloperProductionRequestResponse,so as zCreateDeveloperRoleRequest,Rr as zCreateDirectThreadBody,zr as zCreateGroupThreadBody,qt as zCreateReviewCommentRequest,Kt as zCreateReviewCommentResponse,Lr as zCreateThreadResponse,wr as zCreateWalletDelegation,Cr as zCreateWalletDelegationResponse,Im as zDeleteAdminAdminsByIdPath,Lm as zDeleteAdminAdminsByIdResponse,Oh as zDeleteAdminPaymentsAppealBlacklistBody,kh as zDeleteAdminPaymentsAppealBlacklistResponse,Tu as zDeleteMeAvatarResponse,um as zDeleteMeDeveloperAppsByAppIdPageBannerPath,dm as zDeleteMeDeveloperAppsByAppIdPageBannerResponse,hm as zDeleteMeDeveloperAppsByAppIdPageThumbnailPath,gm as zDeleteMeDeveloperAppsByAppIdPageThumbnailResponse,bm as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoPath,xm as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoResponse,cl as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,ll as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,Kf as zDeleteMeDeveloperAppsByIdLogoPath,qf as zDeleteMeDeveloperAppsByIdLogoResponse,Vp as zDeleteMeDeveloperAppsByIdParticipantsByUserIdPath,Hp as zDeleteMeDeveloperAppsByIdParticipantsByUserIdResponse,Vf as zDeleteMeDeveloperAppsByIdPath,Hf as zDeleteMeDeveloperAppsByIdResponse,Lf as zDeleteMeDeveloperKeysByIdPath,Rf as zDeleteMeDeveloperKeysByIdResponse,Zp as zDeleteMeDeveloperProfileLogoResponse,nm as zDeleteMeDeveloperRequestLogoResponse,vf as zDeleteMeFriendRequestsByIdPath,yf as zDeleteMeFriendRequestsByIdResponse,Sc as zDeleteMeOauthPaymentAuthorizationsByConsentIdResponse,Tg as zDeleteMeResponse,rl as zDeleteMeReviewsBySlugCommentsByCommentIdPath,il as zDeleteMeReviewsBySlugCommentsByCommentIdResponse,Ic as zDeleteMeReviewsBySlugPath,Lc as zDeleteMeReviewsBySlugResponse,hd as zDeleteMeThreadsByIdLogoPath,gd as zDeleteMeThreadsByIdLogoResponse,Wu as zDeleteMeThreadsByIdMessagesByMsgIdPath,Yu as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Xu as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Gu as zDeleteMeThreadsByIdMessagesByMsgIdResponse,bd as zDeleteMeThreadsByIdParticipantsByUserIdPath,xd as zDeleteMeThreadsByIdParticipantsByUserIdResponse,Nu as zDeleteMeThreadsByIdPath,dd as zDeleteMeThreadsByIdPinPath,fd as zDeleteMeThreadsByIdPinResponse,Pu as zDeleteMeThreadsByIdResponse,gu as zDeleteMeWalletsByAddressDelegatePath,_u as zDeleteMeWalletsByAddressDelegateResponse,Jt as zDeleteReviewCommentResponse,Of as zDeleteUsersByIdFollowPath,kf as zDeleteUsersByIdFollowResponse,Tr as zDeleteWalletDelegationResponse,Va as zDevAppealRow,Ha as zDevAppealsResponse,Ua as zDevPendingDepositRow,Wa as zDevPendingDepositsResponse,da as zDeveloperApiKeyItem,ma as zDeveloperApiKeysResponse,Ma as zDeveloperAppAutoSweepRequest,ja as zDeveloperAppAutoSweepResponse,xa as zDeveloperAppBalanceItem,Sa as zDeveloperAppBalancesResponse,Fa as zDeveloperAppConsolidateResponse,wa as zDeveloperAppEarningsBucket,Ta as zDeveloperAppEarningsResponse,J as zDeveloperAppIdResponse,io as zDeveloperAppItem,Ia as zDeveloperAppKeyItem,Y as zDeveloperAppName,Oa as zDeveloperAppOverviewResponse,Ka as zDeveloperAppParticipant,qa as zDeveloperAppParticipantsResponse,ro as zDeveloperAppPayoutAddressItem,Ea as zDeveloperAppPlaytimeBucket,Da as zDeveloperAppPlaytimeResponse,Na as zDeveloperAppProvisionWalletResponse,Ca as zDeveloperAppTronBalanceResponse,ka as zDeveloperAppWalletItem,Aa as zDeveloperAppWalletsResponse,Pa as zDeveloperAppWithdrawResponse,Ya as zDeveloperInvite,Xa as zDeveloperInvitesResponse,X as zDeveloperLogoUploadResponse,ao as zDeveloperMeStatus,q as zDeveloperOkResponse,to as zDeveloperProductionRequestPayload,K as zDeveloperProfile,no as zDeveloperRequestItem,Za as zDeveloperRequestSubject,eo as zDeveloperRoleRequestPayload,Ga as zDeveloperTronBalanceSummaryResponse,jr as zDirectThreadSummary,ne as zDisplayName,$r as zDmKeyAlgorithm,oi as zDmKeyBackupOkResponse,si as zDmKeyBackupSetupBody,ai as zDmKeyBackupStatusResponse,li as zDmKeyBackupUnlockBody,ci as zDmKeyBackupUnlockResponse,z as zDmKeyResponse,ei as zDmPublicKeyEntry,Ts as zDsarAccount,Es as zDsarAuditEvent,ws as zDsarConsent,Os as zDsarExportResponse,Ds as zDsarMessage,ks as zDsarRectifyRequest,Pi as zEarningsTimeseries,Ni as zEarningsTimeseriesBucket,Yr as zEditMessageBody,_a as zEmbedOrigin,le as zErrorResponse,Bi as zFriendAcceptedNotificationPayload,Yi as zFriendListItem,Xi as zFriendListResponse,ua as zFriendRequestAck,Zi as zFriendRequestDecision,zi as zFriendRequestNotificationPayload,Mm as zGetAdminActivePlayersResponse,Nm as zGetAdminAdminsResponse,uh as zGetAdminAppPagesByAppIdChangesPath,dh as zGetAdminAppPagesByAppIdChangesResponse,eh as zGetAdminAppPagesQuery,th as zGetAdminAppPagesResponse,vh as zGetAdminAppsByAppIdFeeConfigPath,yh as zGetAdminAppsByAppIdFeeConfigResponse,Km as zGetAdminAuditQuery,qm as zGetAdminAuditResponse,Jm as zGetAdminDeveloperRequestsQuery,Ym as zGetAdminDeveloperRequestsResponse,$m as zGetAdminDevelopersResponse,Ah as zGetAdminPaymentsAppealBlacklistQuery,jh as zGetAdminPaymentsAppealBlacklistResponse,Jh as zGetAdminPaymentsAppealsByAppealIdRoomPath,Yh as zGetAdminPaymentsAppealsByAppealIdRoomResponse,Kh as zGetAdminPaymentsAppealsQuery,qh as zGetAdminPaymentsAppealsResponse,hh as zGetAdminPlatformFeesResponse,cu as zGetAdminTronCashoutsResponse,Vm as zGetAdminUsersQuery,Hm as zGetAdminUsersResponse,zs as zGetAuthGetSessionResponse,Bs as zGetAuthVerifyEmailQuery,Vs as zGetAuthVerifyEmailResponse,Cg as zGetHealthResponse,nf as zGetMeAppsByAppIdPlaytimePath,rf as zGetMeAppsByAppIdPlaytimeResponse,Og as zGetMeConsentResponse,wg as zGetMeDataResponse,am as zGetMeDeveloperAppsByAppIdPagePath,om as zGetMeDeveloperAppsByAppIdPageResponse,al as zGetMeDeveloperAppsByAppIdReviewsPath,ol as zGetMeDeveloperAppsByAppIdReviewsQuery,sl as zGetMeDeveloperAppsByAppIdReviewsResponse,lp as zGetMeDeveloperAppsByIdActivityPath,up as zGetMeDeveloperAppsByIdActivityQuery,dp as zGetMeDeveloperAppsByIdActivityResponse,Zf as zGetMeDeveloperAppsByIdBalancesPath,Qf as zGetMeDeveloperAppsByIdBalancesResponse,tp as zGetMeDeveloperAppsByIdEarningsPath,np as zGetMeDeveloperAppsByIdEarningsQuery,rp as zGetMeDeveloperAppsByIdEarningsResponse,sp as zGetMeDeveloperAppsByIdOverviewPath,cp as zGetMeDeveloperAppsByIdOverviewResponse,Ip as zGetMeDeveloperAppsByIdParticipantsPath,Lp as zGetMeDeveloperAppsByIdParticipantsResponse,ip as zGetMeDeveloperAppsByIdPlaytimePath,ap as zGetMeDeveloperAppsByIdPlaytimeQuery,op as zGetMeDeveloperAppsByIdPlaytimeResponse,gl as zGetMeDeveloperAppsByIdReportsPath,_l as zGetMeDeveloperAppsByIdReportsQuery,vl as zGetMeDeveloperAppsByIdReportsResponse,$f as zGetMeDeveloperAppsByIdTronBalancePath,ep as zGetMeDeveloperAppsByIdTronBalanceResponse,fp as zGetMeDeveloperAppsByIdWalletsPath,pp as zGetMeDeveloperAppsByIdWalletsResponse,Up as zGetMeDeveloperInvitesResponse,Pf as zGetMeDeveloperKeysResponse,jp as zGetMeDeveloperPaymentsAppealsQuery,Mp as zGetMeDeveloperPaymentsAppealsResponse,Np as zGetMeDeveloperPaymentsPendingDepositsQuery,Pp as zGetMeDeveloperPaymentsPendingDepositsResponse,Fp as zGetMeDeveloperPaymentsTronBalanceResponse,Jp as zGetMeDeveloperResponse,kd as zGetMeDmKeyBackupResponse,Sd as zGetMeDmKeyResponse,of as zGetMeEarningsTimeseriesQuery,sf as zGetMeEarningsTimeseriesResponse,_f as zGetMeFriendsResponse,Ou as zGetMeGiphySearchQuery,ku as zGetMeGiphySearchResponse,cf as zGetMeInventoryResponse,ff as zGetMeNotificationsResponse,Tc as zGetMeOauthConnectionsResponse,xc as zGetMeOauthPaymentAuthorizationsResponse,Ec as zGetMeOauthTronAuthorizationsResponse,$d as zGetMePlaytimeResponse,ef as zGetMePlaytimeTimeseriesQuery,tf as zGetMePlaytimeTimeseriesResponse,Bd as zGetMeReferralPreviewQuery,Vd as zGetMeReferralPreviewResponse,Ld as zGetMeReferralResponse,Rc as zGetMeReviewsBySlugPath,Uc as zGetMeReviewsBySlugReactionsPath,Wc as zGetMeReviewsBySlugReactionsResponse,zc as zGetMeReviewsBySlugResponse,Cf as zGetMeSocialsResponse,af as zGetMeStatsResponse,Td as zGetMeThreadsByIdDmKeyPath,Ed as zGetMeThreadsByIdDmKeyResponse,Ru as zGetMeThreadsByIdMessagesPath,zu as zGetMeThreadsByIdMessagesQuery,Bu as zGetMeThreadsByIdMessagesResponse,Au as zGetMeThreadsResponse,vu as zGetMeWalletsByAddressDelegatePath,yu as zGetMeWalletsByAddressDelegateResponse,fu as zGetMeWalletsResponse,Zs as zGetOauthAuthorizeQuery,Qs as zGetOauthConsentByRequestPath,$s as zGetOauthConsentByRequestResponse,lf as zGetOauthInventoryResponse,gc as zGetOauthPaymentsIntentByIdResponse,fc as zGetOauthPaymentsLimitsResponse,nc as zGetOauthPaymentsNotInvitedByClientIdPath,rc as zGetOauthPaymentsNotInvitedByClientIdResponse,pc as zGetOauthPaymentsPriceQuery,mc as zGetOauthPaymentsPriceResponse,hc as zGetOauthPaymentsStatusByIdResponse,Jl as zGetOauthPaymentsTronBalanceResponse,$l as zGetOauthPaymentsTronIntentByIdResponse,ec as zGetOauthRaiseLimitContextQuery,tc as zGetOauthRaiseLimitContextResponse,lg as zGetPaymentsAppealsByAppealIdRoomPath,ug as zGetPaymentsAppealsByAppealIdRoomResponse,Sl as zGetPaymentsChainsResponse,Dl as zGetPaymentsMeActivityGroupByGroupIdPath,Ol as zGetPaymentsMeActivityGroupByGroupIdResponse,Tl as zGetPaymentsMeActivityQuery,El as zGetPaymentsMeActivityResponse,jl as zGetPaymentsMeMoonpayAvailabilityResponse,kl as zGetPaymentsMeOutstandingQuery,Al as zGetPaymentsMeOutstandingResponse,Cl as zGetPaymentsMeQuery,wl as zGetPaymentsMeResponse,au as zGetPaymentsMeTronCashoutsResponse,Ll as zGetPaymentsMeTronLedgerQuery,Rl as zGetPaymentsMeTronLedgerResponse,Il as zGetPaymentsMeTronResponse,Ul as zGetPaymentsMeTronSecurityResponse,jc as zGetPublicAppsBySlugPath,Mc as zGetPublicAppsBySlugResponse,Zc as zGetPublicAppsBySlugReviewsByReviewIdCommentsPath,Qc as zGetPublicAppsBySlugReviewsByReviewIdCommentsQuery,$c as zGetPublicAppsBySlugReviewsByReviewIdCommentsResponse,Nc as zGetPublicAppsBySlugReviewsPath,Pc as zGetPublicAppsBySlugReviewsQuery,Fc as zGetPublicAppsBySlugReviewsResponse,kc as zGetPublicLibraryQuery,Ac as zGetPublicLibraryResponse,he as zGetSessionResponse,cc as zGetUserinfoResponse,wf as zGetUsersByHandlePath,Tf as zGetUsersByHandleResponse,Ef as zGetUsersSearchQuery,Df as zGetUsersSearchResponse,Js as zGetWellKnownOauthAuthorizationServerResponse,Or as zGiphySearchResponse,Dr as zGiphySearchResult,$i as zGitHubUrl,Nr as zGroupParticipant,P as zGroupThreadMutationResponse,Pr as zGroupThreadSummary,Cs as zHealthResponse,No as zHideAppPage,Fi as zInventoryHolding,Ii as zInventoryListResponse,Ja as zInviteDeveloperAppParticipant,Zr as zInviteParticipantsBody,mt as zLibraryItem,ht as zLibraryListResponse,mo as zListAdminsResponse,ot as zListAppPaymentAuthorizationsResponse,ts as zListAppealsResponse,To as zListDeveloperRequestsResponse,ut as zListOauthConnectionsResponse,ft as zListTronPaymentAuthorizationsResponse,Mi as zMeStats,I as zMessageAttachment,Ur as zMessageAttachmentKind,Jr as zMessageBody,k as zMessageEnvelope,L as zMessageItem,Wr as zMessageLinkPreview,Vr as zMessageReplyPreview,Gr as zMessagesPageResponse,N as zMessagingOkResponse,Ri as zMintRequestInput,Li as zMintRequestResult,On as zMoonpayAvailabilityResponse,An as zMoonpayBuyUrlRequest,kn as zMoonpayBuyUrlResponse,Mn as zMoonpaySellUrlRequest,jn as zMoonpaySellUrlResponse,Lt as zMyReviewReaction,Rt as zMyReviewReactionsResponse,S as zMyReviewResponse,Gi as zNotificationItem,Ki as zNotificationListResponse,qi as zNotificationUpdate,Ce as zOauthAuthorizationServerMetadata,Pe as zOauthAuthorizeConfirm,Me as zOauthAuthorizeConfirmResponse,s as zOauthClientId,Te as zOauthClientRegistrationError,Ee as zOauthClientRegistrationRequest,we as zOauthClientRegistrationResponse,l as zOauthClientSecret,lt as zOauthConnectionItem,ke as zOauthConsentContext,Ie as zOauthErrorResponse,je as zOauthNotInvitedContext,Ss as zOauthPaymentCancelPotRequest,xs as zOauthPaymentCancelPotResponse,We as zOauthPaymentChargeCompleted,Je as zOauthPaymentChargeIdempotencyMismatch,qe as zOauthPaymentChargeLimitExceeded,Ge as zOauthPaymentChargeRedirect,Ye as zOauthPaymentChargeRequest,Ke as zOauthPaymentChargeResponse,bs as zOauthPaymentDistributeRequest,ys as zOauthPaymentDistributeResponse,it as zOauthPaymentIntentComplete,rt as zOauthPaymentIntentCompleteOffline,nt as zOauthPaymentIntentCompleteSigned,$e as zOauthPaymentIntentContext,tt as zOauthPaymentIntentResolveResponse,et as zOauthPaymentIntentSignResponse,Qe as zOauthPaymentIntentStatus,Xe as zOauthPaymentLimitsResponse,Ne as zOauthPaymentMonthlyLimitCents,hs as zOauthPaymentPayoutDirect,gs as zOauthPaymentPayoutPull,vs as zOauthPaymentPayoutRequest,_s as zOauthPaymentPayoutResponse,st as zOauthPaymentPerTxLimitCents,Ze as zOauthPaymentPriceResponse,a as zOauthRedirectUri,c as zOauthRequestHandle,Ue as zOauthRevokeRequest,o as zOauthScopeString,De as zOauthState,Re as zOauthTokenAuthorizationCodeRequest,Be as zOauthTokenClientCredentialsRequest,ze as zOauthTokenRefreshTokenRequest,Ve as zOauthTokenRequest,Fe as zOauthTokenResponse,He as zOauthUserInfoResponse,Ji as zOnlineStatus,En as zOutstandingByToken,Dn as zOutstandingResponse,Ft as zOwnReview,M as zParticipantRole,Rm as zPatchAdminAdminsByIdBody,zm as zPatchAdminAdminsByIdPath,Bm as zPatchAdminAdminsByIdResponse,bh as zPatchAdminAppsByAppIdFeeConfigBody,xh as zPatchAdminAppsByAppIdFeeConfigPath,Sh as zPatchAdminAppsByAppIdFeeConfigResponse,Xm as zPatchAdminDeveloperRequestsByIdBody,Zm as zPatchAdminDeveloperRequestsByIdPath,Qm as zPatchAdminDeveloperRequestsByIdResponse,gh as zPatchAdminPlatformFeesBody,_h as zPatchAdminPlatformFeesResponse,Um as zPatchAdminUsersByIdBody,Wm as zPatchAdminUsersByIdPath,Gm as zPatchAdminUsersByIdResponse,Eg as zPatchMeBody,sm as zPatchMeDeveloperAppsByAppIdPageBody,cm as zPatchMeDeveloperAppsByAppIdPagePath,lm as zPatchMeDeveloperAppsByAppIdPageResponse,Uf as zPatchMeDeveloperAppsByIdBody,Wf as zPatchMeDeveloperAppsByIdPath,yl as zPatchMeDeveloperAppsByIdReportsByReportIdBody,bl as zPatchMeDeveloperAppsByIdReportsByReportIdPath,xl as zPatchMeDeveloperAppsByIdReportsByReportIdResponse,Gf as zPatchMeDeveloperAppsByIdResponse,mp as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepBody,hp as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepPath,gp as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepResponse,Yp as zPatchMeDeveloperProfileBody,Xp as zPatchMeDeveloperProfileResponse,bf as zPatchMeFriendRequestsByIdBody,xf as zPatchMeFriendRequestsByIdPath,Sf as zPatchMeFriendRequestsByIdResponse,pf as zPatchMeNotificationsByIdBody,mf as zPatchMeNotificationsByIdPath,hf as zPatchMeNotificationsByIdResponse,Cc as zPatchMeOauthPaymentAuthorizationsByConsentIdBody,wc as zPatchMeOauthPaymentAuthorizationsByConsentIdResponse,Dc as zPatchMeOauthTronAuthorizationsByConsentIdBody,Oc as zPatchMeOauthTronAuthorizationsByConsentIdResponse,Cu as zPatchMeProfileBody,wu as zPatchMeProfileResponse,Dg as zPatchMeResponse,Fu as zPatchMeThreadsByIdBody,Ku as zPatchMeThreadsByIdMessagesByMsgIdBody,qu as zPatchMeThreadsByIdMessagesByMsgIdPath,Ju as zPatchMeThreadsByIdMessagesByMsgIdResponse,Pd as zPatchMeThreadsByIdParticipantsByUserIdRoleBody,Fd as zPatchMeThreadsByIdParticipantsByUserIdRolePath,Id as zPatchMeThreadsByIdParticipantsByUserIdRoleResponse,Iu as zPatchMeThreadsByIdPath,Lu as zPatchMeThreadsByIdResponse,pu as zPatchMeWalletsByAddressBody,mu as zPatchMeWalletsByAddressPath,hu as zPatchMeWalletsByAddressResponse,Zo as zPauseRequest,an as zPaymentChain,on as zPaymentChainsResponse,cn as zPaymentHistoryResponse,sn as zPaymentHistoryRow,u as zPaymentMetadata,Qr as zPinThreadResponse,Oe as zPkceCodeChallenge,Le as zPkceCodeVerifier,va as zPlatformCurrency,oe as zPlatformEnvironment,Ro as zPlatformFeeEnvelope,Lo as zPlatformFeesResponse,H as zPlaySessionAppId,Si as zPlaySessionConfirmRequest,bi as zPlaySessionConfirmResponse,Ei as zPlaySessionEndRequest,Ti as zPlaySessionEndResponse,wi as zPlaySessionHeartbeatRequest,Ci as zPlaySessionHeartbeatResponse,V as zPlaySessionId,vi as zPlaySessionOpenRequest,_i as zPlaySessionOpenResponse,xi as zPlaySessionUserId,Di as zPlaytimeAppEntry,Oi as zPlaytimeOverview,Ai as zPlaytimeTimeseries,ki as zPlaytimeTimeseriesBucket,Pm as zPostAdminAdminsBody,Fm as zPostAdminAdminsResponse,nh as zPostAdminAppPagesByAppIdHideBody,rh as zPostAdminAppPagesByAppIdHidePath,ih as zPostAdminAppPagesByAppIdHideResponse,sh as zPostAdminAppPagesByAppIdReviewBody,fh as zPostAdminAppPagesByAppIdReviewChangesBody,ph as zPostAdminAppPagesByAppIdReviewChangesPath,mh as zPostAdminAppPagesByAppIdReviewChangesResponse,ch as zPostAdminAppPagesByAppIdReviewPath,lh as zPostAdminAppPagesByAppIdReviewResponse,ah as zPostAdminAppPagesByAppIdUnhidePath,oh as zPostAdminAppPagesByAppIdUnhideResponse,Mh as zPostAdminPaymentsAppealBlacklistBody,Nh as zPostAdminPaymentsAppealBlacklistResponse,ng as zPostAdminPaymentsAppealsByAppealIdResolveBody,rg as zPostAdminPaymentsAppealsByAppealIdResolvePath,ig as zPostAdminPaymentsAppealsByAppealIdResolveResponse,$h as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsBody,eg as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsPath,tg as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsResponse,Xh as zPostAdminPaymentsAppealsByAppealIdRoomMessagesBody,Zh as zPostAdminPaymentsAppealsByAppealIdRoomMessagesPath,Qh as zPostAdminPaymentsAppealsByAppealIdRoomMessagesResponse,Th as zPostAdminPaymentsProcessorsByProcessorIdTreasuryBody,Eh as zPostAdminPaymentsProcessorsByProcessorIdTreasuryPath,Dh as zPostAdminPaymentsProcessorsByProcessorIdTreasuryResponse,Ch as zPostAdminPaymentsProcessorsWhitelistBody,wh as zPostAdminPaymentsProcessorsWhitelistResponse,Ph as zPostAdminPaymentsVaultsByVaultAddressOperatorBody,Fh as zPostAdminPaymentsVaultsByVaultAddressOperatorPath,Ih as zPostAdminPaymentsVaultsByVaultAddressOperatorResponse,Lh as zPostAdminPaymentsVaultsByVaultAddressPauseBody,Rh as zPostAdminPaymentsVaultsByVaultAddressPausePath,zh as zPostAdminPaymentsVaultsByVaultAddressPauseResponse,Bh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultBody,Vh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultPath,Hh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultResponse,Uh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideBody,Wh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverridePath,Gh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideResponse,lu as zPostAdminTronCashoutsByIdApproveResponse,uu as zPostAdminTronCashoutsByIdRejectBody,du as zPostAdminTronCashoutsByIdRejectResponse,Ws as zPostAuthRequestPasswordResetBody,Gs as zPostAuthRequestPasswordResetResponse,Ks as zPostAuthResetPasswordBody,qs as zPostAuthResetPasswordResponse,Hs as zPostAuthSendVerificationEmailBody,Us as zPostAuthSendVerificationEmailResponse,Is as zPostAuthSignInEmailBody,Ls as zPostAuthSignInEmailResponse,Rs as zPostAuthSignOutResponse,Ps as zPostAuthSignUpEmailBody,Fs as zPostAuthSignUpEmailResponse,pl as zPostMeAppsByAppIdReportBody,ml as zPostMeAppsByAppIdReportPath,hl as zPostMeAppsByAppIdReportResponse,Eu as zPostMeAvatarBody,Du as zPostMeAvatarResponse,kg as zPostMeConsentBody,Ag as zPostMeConsentResponse,zf as zPostMeDeveloperAppsBody,fm as zPostMeDeveloperAppsByAppIdPageBannerBody,pm as zPostMeDeveloperAppsByAppIdPageBannerPath,mm as zPostMeDeveloperAppsByAppIdPageBannerResponse,Tm as zPostMeDeveloperAppsByAppIdPageGalleryBody,Em as zPostMeDeveloperAppsByAppIdPageGalleryPath,Dm as zPostMeDeveloperAppsByAppIdPageGalleryResponse,Om as zPostMeDeveloperAppsByAppIdPageSubmitForReviewPath,km as zPostMeDeveloperAppsByAppIdPageSubmitForReviewResponse,_m as zPostMeDeveloperAppsByAppIdPageThumbnailBody,vm as zPostMeDeveloperAppsByAppIdPageThumbnailPath,ym as zPostMeDeveloperAppsByAppIdPageThumbnailResponse,Sm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoBody,Cm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoPath,wm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoResponse,Am as zPostMeDeveloperAppsByAppIdPageUnpublishPath,jm as zPostMeDeveloperAppsByAppIdPageUnpublishResponse,Jf as zPostMeDeveloperAppsByIdLogoBody,Yf as zPostMeDeveloperAppsByIdLogoPath,Xf as zPostMeDeveloperAppsByIdLogoResponse,Rp as zPostMeDeveloperAppsByIdParticipantsBody,zp as zPostMeDeveloperAppsByIdParticipantsPath,Bp as zPostMeDeveloperAppsByIdParticipantsResponse,kp as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretPath,Ap as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretResponse,Ep as zPostMeDeveloperAppsByIdProductionRequestBody,Dp as zPostMeDeveloperAppsByIdProductionRequestPath,Op as zPostMeDeveloperAppsByIdProductionRequestResponse,Sp as zPostMeDeveloperAppsByIdWalletsByChainConsolidatePath,Cp as zPostMeDeveloperAppsByIdWalletsByChainConsolidateResponse,_p as zPostMeDeveloperAppsByIdWalletsByChainProvisionPath,vp as zPostMeDeveloperAppsByIdWalletsByChainProvisionResponse,yp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawPath,bp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawQuery,xp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawResponse,Bf as zPostMeDeveloperAppsResponse,Wp as zPostMeDeveloperInvitesByAppIdAcceptPath,Gp as zPostMeDeveloperInvitesByAppIdAcceptResponse,Kp as zPostMeDeveloperInvitesByAppIdDeclinePath,qp as zPostMeDeveloperInvitesByAppIdDeclineResponse,Ff as zPostMeDeveloperKeysBody,If as zPostMeDeveloperKeysResponse,Qp as zPostMeDeveloperProfileLogoBody,$p as zPostMeDeveloperProfileLogoResponse,em as zPostMeDeveloperRequestBody,rm as zPostMeDeveloperRequestLogoBody,im as zPostMeDeveloperRequestLogoResponse,tm as zPostMeDeveloperRequestResponse,Ad as zPostMeDmKeyBackupBody,jd as zPostMeDmKeyBackupResponse,Md as zPostMeDmKeyBackupUnlockBody,Nd as zPostMeDmKeyBackupUnlockResponse,gf as zPostMeNotificationsMarkAllReadResponse,Wd as zPostMePlaySessionsOpenBody,Gd as zPostMePlaySessionsOpenResponse,Kd as zPostMePresenceHeartbeatResponse,Hd as zPostMeReferralBindBody,Ud as zPostMeReferralBindResponse,Rd as zPostMeReferralCodeBody,zd as zPostMeReferralCodeResponse,el as zPostMeReviewsBySlugCommentsByReviewIdBody,tl as zPostMeReviewsBySlugCommentsByReviewIdPath,nl as zPostMeReviewsBySlugCommentsByReviewIdResponse,Gc as zPostMeReviewsBySlugReactionsByReviewIdBody,Kc as zPostMeReviewsBySlugReactionsByReviewIdPath,qc as zPostMeReviewsBySlugReactionsByReviewIdResponse,Jc as zPostMeReviewsBySlugTipsByReviewIdBody,Yc as zPostMeReviewsBySlugTipsByReviewIdPath,Xc as zPostMeReviewsBySlugTipsByReviewIdResponse,ju as zPostMeThreadsBody,td as zPostMeThreadsByIdAttachmentsBody,nd as zPostMeThreadsByIdAttachmentsPath,rd as zPostMeThreadsByIdAttachmentsResponse,id as zPostMeThreadsByIdHidePath,ad as zPostMeThreadsByIdHideResponse,od as zPostMeThreadsByIdInviteBody,sd as zPostMeThreadsByIdInvitePath,cd as zPostMeThreadsByIdInviteResponse,ld as zPostMeThreadsByIdLeavePath,ud as zPostMeThreadsByIdLeaveResponse,_d as zPostMeThreadsByIdLogoBody,vd as zPostMeThreadsByIdLogoPath,yd as zPostMeThreadsByIdLogoResponse,Vu as zPostMeThreadsByIdMessagesBody,Hu as zPostMeThreadsByIdMessagesPath,Uu as zPostMeThreadsByIdMessagesResponse,pd as zPostMeThreadsByIdPinPath,md as zPostMeThreadsByIdPinResponse,$u as zPostMeThreadsByIdReadPath,ed as zPostMeThreadsByIdReadResponse,Dd as zPostMeThreadsDmKeysBody,Od as zPostMeThreadsDmKeysResponse,Mu as zPostMeThreadsResponse,bu as zPostMeWalletsByAddressDelegateBody,xu as zPostMeWalletsByAddressDelegatePath,Su as zPostMeWalletsByAddressDelegateResponse,ic as zPostOauthAuthorizeConfirmBody,ac as zPostOauthAuthorizeConfirmResponse,uf as zPostOauthInventoryMintBody,df as zPostOauthInventoryMintResponse,xg as zPostOauthPaymentsCancelPotBody,Sg as zPostOauthPaymentsCancelPotResponse,uc as zPostOauthPaymentsChargeBody,dc as zPostOauthPaymentsChargeResponse,yg as zPostOauthPaymentsDistributeBody,bg as zPostOauthPaymentsDistributeResponse,vc as zPostOauthPaymentsIntentByIdCompleteBody,yc as zPostOauthPaymentsIntentByIdCompleteResponse,bc as zPostOauthPaymentsIntentByIdDenyResponse,_c as zPostOauthPaymentsIntentByIdSignResponse,_g as zPostOauthPaymentsPayoutBody,vg as zPostOauthPaymentsPayoutResponse,Yl as zPostOauthPaymentsTronChargeBody,Zl as zPostOauthPaymentsTronChargeDirectBody,Ql as zPostOauthPaymentsTronChargeDirectResponse,Xl as zPostOauthPaymentsTronChargeResponse,nu as zPostOauthPaymentsTronDistributeBody,ru as zPostOauthPaymentsTronDistributeResponse,eu as zPostOauthPaymentsTronIntentByIdCompleteResponse,tu as zPostOauthPaymentsTronIntentByIdDenyResponse,qd as zPostOauthPlaySessionsConfirmBody,Jd as zPostOauthPlaySessionsConfirmResponse,Zd as zPostOauthPlaySessionsEndBody,Qd as zPostOauthPlaySessionsEndResponse,Yd as zPostOauthPlaySessionsHeartbeatBody,Xd as zPostOauthPlaySessionsHeartbeatResponse,Ys as zPostOauthRegisterBody,Xs as zPostOauthRegisterResponse,lc as zPostOauthRevokeBody,oc as zPostOauthTokenBody,sc as zPostOauthTokenResponse,ag as zPostPaymentsAppealsBody,mg as zPostPaymentsAppealsByAppealIdRoomAttachmentsBody,hg as zPostPaymentsAppealsByAppealIdRoomAttachmentsPath,gg as zPostPaymentsAppealsByAppealIdRoomAttachmentsResponse,dg as zPostPaymentsAppealsByAppealIdRoomMessagesBody,fg as zPostPaymentsAppealsByAppealIdRoomMessagesPath,pg as zPostPaymentsAppealsByAppealIdRoomMessagesResponse,sg as zPostPaymentsAppealsPotLegBody,cg as zPostPaymentsAppealsPotLegResponse,og as zPostPaymentsAppealsResponse,Ml as zPostPaymentsMeMoonpayBuyUrlBody,Nl as zPostPaymentsMeMoonpayBuyUrlResponse,Pl as zPostPaymentsMeMoonpaySellUrlBody,Fl as zPostPaymentsMeMoonpaySellUrlResponse,ou as zPostPaymentsMeTronCashoutsBody,su as zPostPaymentsMeTronCashoutsResponse,iu as zPostPaymentsMeTronConnectResponse,zl as zPostPaymentsMeTronDepositBody,Bl as zPostPaymentsMeTronDepositResponse,Vl as zPostPaymentsMeTronTransferBody,Kl as zPostPaymentsMeTronTransferChallengeBody,ql as zPostPaymentsMeTronTransferChallengeResponse,Hl as zPostPaymentsMeTronTransferResponse,Af as zPostUsersByIdFollowPath,jf as zPostUsersByIdFollowResponse,Mf as zPostUsersByIdFriendPath,Nf as zPostUsersByIdFriendResponse,ae as zPresenceStatusMode,na as zProfileCounts,aa as zProfileRecentReview,ra as zProfileStats,ia as zProfileTopGame,Er as zProfileUpdate,$a as zProjectDescription,Ct as zPublicAppPage,bt as zPublicAppPageStudio,ea as zPublicDeveloperApp,sa as zPublicProfile,ta as zPublicProfileDeveloper,ti as zPublishDmKeyBody,Ms as zPurposeHeader,ul as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyBody,dl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,fl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,wp as zPutMeDeveloperAppsByIdKeysByEnvPath,Tp as zPutMeDeveloperAppsByIdKeysByEnvResponse,Cd as zPutMeDmKeyBody,wd as zPutMeDmKeyResponse,Bc as zPutMeReviewsBySlugBody,Vc as zPutMeReviewsBySlugPath,Hc as zPutMeReviewsBySlugResponse,Zu as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Qu as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Wl as zPutPaymentsMeTronSecurityBody,Gl as zPutPaymentsMeTronSecurityResponse,Ae as zRaiseLimitContextResponse,Hr as zReactionAggregate,F as zReactionEmoji,Xr as zReactionMutationResponse,gi as zReferralBindRequest,hi as zReferralBindResponse,pi as zReferralCodeResponse,di as zReferralEarningTotal,fi as zReferralOverview,mi as zReferralPreviewResponse,B as zReferralReferrer,La as zRegenerateDeveloperAppKeyResponse,Ba as zRegenerateDeveloperAppWebhookSecretResponse,oa as zRelationship,be as zRequestPasswordResetRequest,ye as zRequestPasswordResetResponse,Se as zResetPasswordRequest,xe as zResetPasswordResponse,jt as zReview,Tt as zReviewAggregate,Po as zReviewAppPage,Dt as zReviewAuthor,x as zReviewBody,Wt as zReviewComment,Ut as zReviewCommentBody,Gt as zReviewCommentListResponse,Do as zReviewDeveloperRequest,Eo as zReviewDeveloperRequestResponse,Pt as zReviewEligibilityReason,Mt as zReviewListResponse,Et as zReviewReactionCounts,b as zReviewRecommended,At as zReviewReply,kt as zReviewReplyBody,Yt as zReviewReplyResponse,Nt as zReviewSort,wt as zReviewSummaryLabel,C as zReviewVote,Ot as zReviewerStats,Wo as zRotateProcessorTreasuryRequest,qr as zSendMessageBody,Kr as zSendMessageText,ve as zSendVerificationEmailRequest,_e as zSendVerificationEmailResponse,Qo as zSetDefaultWithdrawLockRequest,Xo as zSetOperatorRequest,Uo as zSetProcessorWhitelistRequest,Bt as zSetReviewReactionRequest,zt as zSetReviewReactionResponse,$o as zSetWithdrawLockOverrideRequest,fe as zSignInEmailRequest,de as zSignInEmailResponse,pe as zSignOutResponse,ue as zSignUpEmailRequest,ce as zSignUpEmailResponse,W as zSocialAccount,U as zSocialActionAck,Qi as zSocialListResponse,$t as zSubmitAppContentReportRequest,Zt as zSubmitAppContentReportResponse,Qa as zTeamName,j as zThreadDescription,ni as zThreadDmKeyEntry,Ar as zThreadLastMessagePreview,Ir as zThreadListResponse,Mr as zThreadLogoUrl,kr as zThreadParticipant,Fr as zThreadSummary,A as zThreadTitle,Ht as zTipReviewRequest,Vt as zTipReviewResponse,Nn as zTronBalanceResponse,lr as zTronCashoutCreateRequest,cr as zTronCashoutItem,ur as zTronCashoutListResponse,Gn as zTronChargeCompleted,Kn as zTronChargeInsufficient,qn as zTronChargeRedirect,Yn as zTronChargeRequest,Jn as zTronChargeResponse,sr as zTronConnectOnboardingResponse,Ln as zTronDepositRequest,In as zTronDepositResponse,Xn as zTronDirectChargeCompleted,Zn as zTronDirectChargeInsufficient,Qn as zTronDirectChargeRedirect,er as zTronDirectChargeRequest,$n as zTronDirectChargeResponse,or as zTronDistributeRequest,ar as zTronDistributeResponse,Wn as zTronGameBalanceResponse,Pn as zTronLedgerEntry,Fn as zTronLedgerResponse,dt as zTronPaymentAuthorizationItem,tr as zTronPaymentIntentContext,rr as zTronPaymentIntentResolveInsufficient,nr as zTronPaymentIntentResolveRedirect,ir as zTronPaymentIntentResolveResponse,T as zTronSecuritySetting,Bn as zTronTransferChallengeNotRequired,Un as zTronTransferChallengeRequest,Vn as zTronTransferChallengeRequired,Hn as zTronTransferChallengeResponse,zn as zTronTransferRequest,Rn as zTronTransferResponse,vo as zUpdateAdminRoleRequest,rn as zUpdateAppContentReportStatusRequest,Ho as zUpdateAppFeeConfigRequest,co as zUpdateAppPage,ct as zUpdateAppPaymentAuthorization,ba as zUpdateDeveloperApp,oo as zUpdateDeveloperProfile,ui as zUpdateParticipantRoleBody,Bo as zUpdatePlatformFeesRequest,zo as zUpdatePlatformFeesResponse,Br as zUpdateThreadSettingsBody,pt as zUpdateTronPaymentAuthorization,R as zUploadAttachmentResponse,Xt as zUpsertReviewReplyRequest,It as zUpsertReviewRequest,la as zUserSearchResponse,ca as zUserSearchResult,t as zUsername,ge as zVerifyEmailResponse,mr as zWalletAppLink,hr as zWalletBalances,O as zWalletChainBalance,pr as zWalletChainList,_r as zWalletDelegationCaps,gr as zWalletDelegationMode,vr as zWalletDelegationStatus,yr as zWalletItem,D as zWalletLabel,Sr as zWalletLabelUpdate,xr as zWalletLabelUpdateResponse,br as zWalletListResponse,yi as zWebPresenceHeartbeatAck,ie as zWebsiteUrl,G as zXHandle};
1
+ import*as e from"zod";import{ZodError as ee,z as te}from"zod";const t=e.string().min(3).max(18).regex(/^[a-z][a-z0-9_]*$/),ne=e.string().nullable(),re=e.string().max(256).nullable(),ie=e.url().max(2048).nullable(),n=e.enum([`yellow`,`green`,`blue`,`white`,`black`]),r=e.enum([`super-admin`,`admin`,`read-only`]).nullable(),ae=e.enum([`auto`,`online`,`offline`]),oe=e.enum([`development`,`production`]),i=e.object({id:e.string().min(1),email:e.email().nullable(),emailVerified:e.boolean(),name:t,displayName:ne,bio:re,websiteUrl:ie,image:e.string().nullish(),banner:n,role:r,presenceStatusMode:ae,environmentViewMode:oe,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),se=e.string().min(1),ce=e.object({user:i,token:se.optional()}),le=e.object({error:e.string().min(1),traceId:e.string().min(1).optional()}),ue=e.object({name:t,email:e.email(),password:e.string().min(8),image:e.url().optional(),callbackURL:e.url().optional()}),de=e.object({redirect:e.boolean(),token:se.optional(),url:e.url().optional(),user:i.optional()}),fe=e.object({email:e.email(),password:e.string().min(1),callbackURL:e.url().optional(),rememberMe:e.boolean().optional()}),pe=e.object({success:e.boolean()}),me=e.object({id:e.string().min(1),token:e.string().min(1),userId:e.string().min(1),expiresAt:e.iso.datetime(),ipAddress:e.string().nullish(),userAgent:e.string().nullish(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),he=e.union([e.object({session:me,user:i}),e.unknown()]),ge=e.object({status:e.boolean()}),_e=e.object({status:e.boolean()}),ve=e.object({email:e.email(),callbackURL:e.url().optional()}),ye=e.object({status:e.boolean()}),be=e.object({email:e.email(),redirectTo:e.url().optional()}),xe=e.object({status:e.boolean()}),Se=e.object({newPassword:e.string().min(8),token:e.string().min(1)}),Ce=e.object({issuer:e.url(),authorization_endpoint:e.url(),token_endpoint:e.url(),userinfo_endpoint:e.url(),revocation_endpoint:e.url(),registration_endpoint:e.url(),response_types_supported:e.array(e.enum([`code`])),grant_types_supported:e.array(e.enum([`authorization_code`,`refresh_token`,`client_credentials`])),code_challenge_methods_supported:e.array(e.enum([`S256`])),token_endpoint_auth_methods_supported:e.array(e.enum([`client_secret_basic`,`client_secret_post`,`none`])),scopes_supported:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`]))}),a=e.url().max(2048),o=e.string().min(1).regex(/^[A-Za-z0-9_:.-]+(?: [A-Za-z0-9_:.-]+)*$/),we=e.object({client_id:e.string().regex(/^tg_dc_[a-f0-9]{32}$/),client_id_issued_at:e.int().gte(0),client_name:e.string().min(1),redirect_uris:e.array(a),token_endpoint_auth_method:e.enum([`none`]),grant_types:e.array(e.enum([`authorization_code`,`refresh_token`])),response_types:e.array(e.enum([`code`])),scope:o}),Te=e.object({error:e.enum([`invalid_redirect_uri`,`invalid_client_metadata`]),error_description:e.string().optional()}),Ee=e.object({redirect_uris:e.array(a).min(1).max(10),client_name:e.string().min(1).max(128).optional(),token_endpoint_auth_method:e.enum([`none`]).optional(),grant_types:e.array(e.enum([`authorization_code`,`refresh_token`])).optional(),response_types:e.array(e.enum([`code`])).optional(),scope:o.optional()}),s=e.string().regex(/^tg_(?:dev|prod|dc)_[A-Za-z0-9]{16,64}$/),De=e.string().min(1).max(2048),Oe=e.string().regex(/^[A-Za-z0-9_~.-]{43,128}$/),c=e.string().regex(/^[a-f0-9]{32}$/),ke=e.object({request:c,app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),clientKind:e.enum([`app`,`connector`]),scopes:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`])).min(1),developerRole:e.object({approved:e.boolean(),policyVersion:e.string().min(1)}).nullable(),alreadyGranted:e.array(e.enum([`openid`,`profile`,`payments:charge`,`inventory:read`,`developer:read`,`developer:apps`,`developer:pages`])),redirectUriHost:e.string().min(1),payment:e.object({tiersCents:e.array(e.int().gt(0)).min(1),currentLimitCents:e.int().gte(0).nullable(),currentMonthSpentCents:e.int().gte(0).nullable(),payoutChains:e.array(e.string().min(1))}).nullable()}),Ae=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),tiersCents:e.array(e.int().gt(0)).min(1)}),je=e.object({app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),developer:e.object({studioName:e.string().nullable(),logoUrl:e.url().nullable(),studioUrl:e.url().nullable(),studioXHandle:e.string().nullable()})}),Me=e.object({redirect:e.url()}),Ne=e.int().gte(100).lte(5e6).nullable(),Pe=e.object({request:c,decision:e.enum([`allow`,`deny`]),acceptDeveloperPolicy:e.boolean().optional(),payment:e.object({monthlyLimitCents:Ne}).optional()}),Fe=e.object({access_token:e.string().min(1),token_type:e.enum([`Bearer`]),expires_in:e.int().gt(0),refresh_token:e.string().min(1).optional(),scope:o.optional()}),Ie=e.object({error:e.enum([`invalid_request`,`invalid_client`,`invalid_grant`,`unauthorized_client`,`unsupported_grant_type`,`unsupported_response_type`,`invalid_scope`,`access_denied`,`server_error`,`temporarily_unavailable`,`invalid_token`,`insufficient_scope`]),error_description:e.string().optional(),error_uri:e.url().optional(),state:De.optional()}),Le=e.string().regex(/^[A-Za-z0-9_~.-]{43,128}$/),l=e.string().regex(/^[a-f0-9]{64}$/),Re=e.object({grant_type:e.enum([`authorization_code`]),code:e.string().min(1),redirect_uri:a,code_verifier:Le,client_id:s.optional(),client_secret:l.optional()}),ze=e.object({grant_type:e.enum([`refresh_token`]),refresh_token:e.string().min(1),scope:o.optional(),client_id:s.optional(),client_secret:l.optional()}),Be=e.object({grant_type:e.enum([`client_credentials`]),scope:o.optional(),client_id:s.optional(),client_secret:l.optional()}),Ve=e.discriminatedUnion(`grant_type`,[Re.extend({grant_type:e.literal(`authorization_code`)}),ze.extend({grant_type:e.literal(`refresh_token`)}),Be.extend({grant_type:e.literal(`client_credentials`)})]),He=e.object({sub:e.string().min(1),name:e.string().min(1).nullable(),picture:e.url().nullable()}),Ue=e.object({token:e.string().min(1),token_type_hint:e.enum([`access_token`,`refresh_token`]).optional(),client_id:s.optional(),client_secret:l.optional()}),We=e.object({status:e.enum([`completed`]),intentId:e.string().min(1),paymentId:e.string().min(1),usdCents:e.int().gte(0),txHash:e.string().nullable()}),Ge=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),usdCents:e.int().gte(0)}),Ke=e.discriminatedUnion(`status`,[We.extend({status:e.literal(`completed`)}),Ge.extend({status:e.literal(`redirect`)})]),qe=e.object({error:e.enum([`monthly_limit_exceeded`]),currentLimitCents:e.int().gte(0),monthSpentCents:e.int().gte(0),attemptedUsdCents:e.int().gte(0),redirectUrl:e.url()}),Je=e.object({error:e.enum([`idempotency_key_reused`]),intentId:e.string().min(1)}),u=e.object({purpose:e.string().min(1).max(64).optional(),title:e.string().min(1).max(120).optional(),note:e.string().min(1).max(280).optional(),quantity:e.int().gte(1).lte(1e6).optional(),category:e.string().min(1).max(64).optional(),sessionId:e.string().min(1).max(128).optional(),groupId:e.string().min(1).max(128).optional(),image:e.url().max(2048).optional(),extra:e.record(e.string(),e.union([e.string().max(512),e.number(),e.boolean()])).optional()}),Ye=e.object({chain:e.string().min(1),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),returnUri:e.url().max(2048),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/).optional(),rakeBps:e.int().gte(0).lte(3e3).optional(),metadata:u.optional()}),Xe=e.object({monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),periodStart:e.iso.datetime(),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable(),walletDelegated:e.boolean()}),Ze=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),tokenDecimals:e.int().gte(0),usdRate:e.string().min(1),feed:e.object({aggregatorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),decimals:e.int().gte(0),answer:e.string().regex(/^\d+$/),updatedAt:e.iso.datetime()}),usdCents:e.int().gte(0).optional(),amount:e.string().regex(/^\d+$/).optional()}),Qe=e.object({intentId:e.string().min(1),appId:e.string().min(1),status:e.enum([`pending`,`awaiting_funding`,`completed`,`denied`,`expired`]),paymentId:e.string().nullable(),txHash:e.string().nullable(),usdCents:e.int().gte(0),chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/).nullable(),creditedAmount:e.string().regex(/^\d+$/).nullable(),settlement:e.enum([`instant`,`locked`]).nullable(),resolvedAt:e.iso.datetime().nullable(),expiresAt:e.iso.datetime()}),$e=e.object({intentId:e.string().min(1),consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),chain:e.string().min(1),token:e.string(),amount:e.string(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appealable:e.boolean(),usdCents:e.int().gte(0),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable(),walletDelegated:e.boolean(),canonicalWalletAddress:e.string().nullable(),offlineDenialReason:e.enum([`no_active_play_session`,`driver_unavailable`,`wallet_not_delegated`,`deposit_cap_exceeded`,`insufficient_balance`,`fire_failed`]).nullable(),returnUriHost:e.string().min(1),status:e.enum([`pending`,`awaiting_funding`]),expiresAt:e.iso.datetime(),accessDenied:e.object({reason:e.enum([`not_invited`]),developer:e.object({studioName:e.string().nullable(),logoUrl:e.url().nullable(),studioUrl:e.url().nullable(),studioXHandle:e.string().nullable()})}).nullish()}),et=e.object({chain:e.string().min(1),chainId:e.int().gte(0),id:e.string().regex(/^0x[0-9a-fA-F]{32}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),data:e.string().regex(/^0x[0-9a-fA-F]*$/),appealable:e.boolean(),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),deadline:e.int().gte(0),routerAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}),tt=e.object({redirect:e.url()}),nt=e.object({method:e.enum([`signed`]),paymentId:e.string().min(1)}),rt=e.object({method:e.enum([`offline`])}),it=e.discriminatedUnion(`method`,[nt.extend({method:e.literal(`signed`)}),rt.extend({method:e.literal(`offline`)})]),at=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitCents:e.int().gte(0).nullable(),monthSpentCents:e.int().gte(0),periodStart:e.iso.datetime(),offlineAutoChargeEnabled:e.boolean(),perTxOfflineCapCents:e.int().gte(0).nullable()}),ot=e.object({authorizations:e.array(at)}),st=e.int().gte(100).lte(1e5).nullable(),ct=e.object({offlineAutoChargeEnabled:e.boolean().optional(),perTxOfflineCapCents:st.optional(),monthlyLimitCents:Ne.optional()}),lt=e.object({clientName:e.string().min(1),connectedAt:e.iso.datetime()}),ut=e.object({connections:e.array(lt)}),dt=e.object({consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),monthlyLimitTronCents:e.int().gte(0).nullable(),monthSpentTronCents:e.int().gte(0),autoApproveTronCapCents:e.int().gte(0).nullable()}),ft=e.object({authorizations:e.array(dt).max(200)}),pt=e.object({monthlyTronLimitCents:e.int().gt(0).lte(1e8).nullish(),autoApproveTronCapCents:e.int().gt(0).lte(1e8).nullish()}),d=e.string().min(3).max(40).regex(/^[a-z0-9-]+$/),mt=e.object({appId:e.uuid(),name:e.string().min(1).max(80),slug:d,bannerUrl:e.url().nullable(),thumbnailUrl:e.url().nullable(),thumbnailVideoUrl:e.url().nullable(),categories:e.array(e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`))),studio:e.object({name:e.string().min(1).max(80).nullable(),logoUrl:e.url().nullable()}).nullable(),firstPublishedAt:e.iso.datetime()}),ht=e.object({items:e.array(mt),nextBefore:e.iso.datetime().nullable()}),f=e.array(e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`))).max(4),p=e.string().min(1).max(80),gt=e.object({url:e.url().max(2048),caption:e.string().max(200).optional(),order:e.int().gte(0)}),m=e.array(gt).max(6),_t=e.object({heading:e.string().min(1).max(80),body:e.string().min(1).max(2e3),order:e.int().gte(0)}),vt=e.array(_t).max(8),yt=e.object({label:e.string().min(1).max(40),url:e.url().max(2048),order:e.int().gte(0)}),h=e.array(yt).max(10),bt=e.object({ownerUserId:e.uuid().nullable(),name:e.string().nullable(),logoUrl:e.url().nullable(),websiteUrl:e.url().nullable(),xHandle:e.string().nullable(),githubUrl:e.url().nullable()}),g=e.array(e.enum([`web`,`ios`,`android`,`pc`,`playstation`,`xbox`,`switch`])).max(7),_=e.enum([`single_player`,`multiplayer`,`both`]).nullable(),xt=e.enum([`everyone`,`13_plus`,`16_plus`,`18_plus`]).nullable(),v=e.array(e.enum([`en`,`es`,`fr`,`de`,`pt`,`it`,`ru`,`ja`,`ko`,`zh`,`hi`,`ar`,`tr`,`vi`,`id`,`th`,`pl`,`nl`])).max(18),y=e.enum([`live`,`open_beta`,`coming_soon`]),St=e.enum([`tron`,`onchain`,`both`]).nullable(),Ct=e.object({appId:e.uuid(),slug:d,appName:e.string(),appLogoUrl:e.url().nullable(),categories:f,tagline:p,bannerUrl:e.url().nullable(),playUrl:e.url().nullable(),discordUrl:e.url().nullable(),twitterUrl:e.url().nullable(),redditUrl:e.url().nullable(),telegramUrl:e.url().nullable(),gallery:m,chapters:vt,links:h,studio:bt,platforms:g,gameType:_,ageRating:xt,languages:v,releaseStatus:y,paymentsMode:St,oauthScopes:e.array(e.string()),chains:e.array(e.string()),publishedAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),wt=e.enum([`overwhelmingly_positive`,`very_positive`,`positive`,`mostly_positive`,`mixed`,`mostly_negative`,`negative`,`overwhelmingly_negative`]).nullable(),Tt=e.object({count:e.int().gte(0),recommendedCount:e.int().gte(0),recommendedPct:e.number().gte(0).lte(100).nullable(),summaryLabel:wt}),b=e.boolean(),x=e.string().min(1).max(2e3),Et=e.object({helpful:e.int().gte(0),unhelpful:e.int().gte(0),funny:e.int().gte(0)}),Dt=e.object({userId:e.uuid(),handle:e.string().nullable(),name:e.string().min(1).max(80).nullable(),avatarUrl:e.url().nullable()}),Ot=e.object({playtimeSecondsThisGame:e.int().gte(0),gamesPlayed:e.int().gte(0),reviewsWritten:e.int().gte(0)}),kt=e.string().min(1).max(2e3),At=e.object({body:kt,repliedAt:e.iso.datetime()}).nullable(),jt=e.object({id:e.uuid(),recommended:b,body:x,reactions:Et,tippedCents:e.int().gte(0),commentCount:e.int().gte(0),author:Dt,authorStats:Ot,developerReply:At,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Mt=e.object({aggregate:Tt,reviews:e.array(jt),total:e.int().gte(0),hasMore:e.boolean()}),Nt=e.enum([`newest`,`oldest`,`helpful`]).default(`newest`),Pt=e.enum([`payment`,`reward`]).nullable(),Ft=e.object({id:e.uuid(),recommended:b,body:x,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),S=e.object({eligible:e.boolean(),eligibleVia:Pt,review:Ft,isAppOwner:e.boolean()}),It=e.object({recommended:b,body:x}),C=e.enum([`helpful`,`unhelpful`]).nullable(),Lt=e.object({reviewId:e.uuid(),vote:C,funny:e.boolean()}),Rt=e.object({reactions:e.array(Lt)}),zt=e.object({reactions:Et,vote:C,funny:e.boolean()}),Bt=e.object({vote:C,funny:e.boolean()}),Vt=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),tippedCents:e.int().gte(0)}),Ht=e.object({amountCents:e.int().gt(0).lte(1e6),note:e.string().min(1).max(280).optional(),challengeId:e.uuid().optional(),signature:e.string().max(2e3).regex(/^0x[0-9a-fA-F]+$/).optional()}),Ut=e.string().min(1).max(1e3),Wt=e.object({id:e.uuid(),body:Ut,author:Dt,createdAt:e.iso.datetime()}),Gt=e.object({comments:e.array(Wt),total:e.int().gte(0),hasMore:e.boolean()}),Kt=e.object({comment:Wt,commentCount:e.int().gte(0)}),qt=e.object({body:Ut}),Jt=e.object({commentCount:e.int().gte(0)}),Yt=e.object({developerReply:At}),Xt=e.object({body:kt}),Zt=e.object({created:e.boolean()}),Qt=e.enum([`abuse`,`inappropriate_content`,`cheating`,`spam`,`other`]),$t=e.object({category:Qt,details:e.string().max(2e3).optional()}),en=e.enum([`open`,`acknowledged`,`dismissed`]),tn=e.object({id:e.uuid(),category:Qt,details:e.string().nullable(),status:en,acknowledgedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),nn=e.object({reports:e.array(tn),total:e.int().gte(0),hasMore:e.boolean()}),rn=e.object({status:e.enum([`acknowledged`,`dismissed`])}),an=e.object({id:e.string().min(1),family:e.enum([`evm`,`solana`]),displayName:e.string().min(1),chainId:e.int().optional(),paymentRouter:e.string().optional(),paymentProgram:e.string().optional()}),on=e.object({chains:e.array(an)}),sn=e.object({id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vaultKind:e.enum([`credit`,`platform`]),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).nullable(),appealable:e.boolean(),vaultReleaseAt:e.iso.datetime().nullable(),consolidatedAt:e.iso.datetime().nullable(),status:e.enum([`pending`,`completed`,`expired`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),deadline:e.iso.datetime(),signedAt:e.iso.datetime(),completedAt:e.iso.datetime().nullable(),recipientApp:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}).nullable()}),cn=e.object({payments:e.array(sn),nextBefore:e.iso.datetime().nullable()}),ln=e.object({kind:e.enum([`payment`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`,`incoming`]),payer:e.string().regex(/^0x[0-9a-fA-F]{40}$/),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),beneficiaryApp:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vaultKind:e.enum([`credit`,`platform`]),targetKind:e.enum([`credit`,`pot`]),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).nullable(),appealable:e.boolean(),disputableLegId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vaultReleaseAt:e.iso.datetime().nullable(),consolidatedAt:e.iso.datetime().nullable(),status:e.enum([`pending`,`completed`,`expired`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),un=e.object({kind:e.enum([`payment_withdrawal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),dn=e.object({kind:e.enum([`matured_withdrawal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),fn=e.object({kind:e.enum([`payout_sent`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),pn=e.object({kind:e.enum([`credit_transferred`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),mn=e.object({kind:e.enum([`pot_leg`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),distributionId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),settlement:e.enum([`instant`,`locked`]),releaseAt:e.iso.datetime().nullable(),claimedAt:e.iso.datetime().nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),metadata:u.nullish(),usdCents:e.int().gte(0).nullable()}),hn=e.object({kind:e.enum([`payment_autoclaim`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),autoclaimKind:e.enum([`withdraw_matured`,`withdraw_escrow`,`claim_refund`]),status:e.enum([`pending`,`in_flight`,`succeeded`,`skipped`,`failed`]),attempts:e.int().gte(0),lastError:e.string().nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),settledAt:e.iso.datetime().nullable()}),gn=e.object({kind:e.enum([`appeal`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),counterparty:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),blockNumber:e.string().regex(/^\d+$/).nullable(),logIndex:e.int().gte(0).nullable(),resolvedAt:e.iso.datetime().nullable(),refundClaimedAt:e.iso.datetime().nullable(),hasRoom:e.boolean(),resolution:e.object({resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]{130}$/)}).nullable(),usdCents:e.int().gte(0).nullable()}),_n=e.object({kind:e.enum([`moonpay_buy`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),externalId:e.string().min(1),fiatAmountCents:e.int().gte(0),fiatCurrency:e.string().min(1),cryptoAmount:e.string().regex(/^\d+$/),cryptoToken:e.string().regex(/^0x[0-9a-fA-F]{40}$/),cryptoTxHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`completed`,`failed`])}),vn=e.object({kind:e.enum([`moonpay_sell`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),externalId:e.string().min(1),fiatAmountCents:e.int().gte(0),fiatCurrency:e.string().min(1),cryptoAmount:e.string().regex(/^\d+$/),cryptoToken:e.string().regex(/^0x[0-9a-fA-F]{40}$/),cryptoTxHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`completed`,`failed`])}),yn=e.object({kind:e.enum([`tron_deposit`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),amountCents:e.int().gt(0),status:e.enum([`completed`,`disputed`,`clawed_back`]),receiptUrl:e.url().nullable(),paymentIntentId:e.string().min(1).nullable()}),bn=e.object({userId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),handle:e.string().nullable(),displayName:e.string().nullable(),role:e.enum([`stake`,`payout`,`dev_cut`,`purchase`,`referral`]),amountCents:e.int()}),xn=e.object({kind:e.enum([`tron_pot`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`,`outgoing`]),leg:e.enum([`stake`,`payout`,`dev_cut`,`purchase`,`referral`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable(),slug:e.string().nullable(),bannerUrl:e.url().nullable()}).nullable(),involvedUsers:e.array(bn).nullish(),metadata:u.nullish()}),Sn=e.object({kind:e.enum([`tron_cashout`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`outgoing`]),method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/).nullable(),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),stripeTransferId:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),settledAt:e.iso.datetime().nullable()}),Cn=e.object({kind:e.enum([`tron_transfer`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),occurredAt:e.iso.datetime(),role:e.enum([`incoming`,`outgoing`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),counterpartyUserId:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/).nullable(),counterpartyHandle:e.string().nullable(),counterpartyDisplayName:e.string().nullable(),note:e.string().nullable()}),wn=e.object({kind:e.enum([`referral_earning`]),groupId:e.string().min(1).nullable(),id:e.string().regex(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/),chain:e.string().min(1),occurredAt:e.iso.datetime(),role:e.enum([`incoming`]),referralAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),reversed:e.boolean(),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),logIndex:e.int().gte(0),usdCents:e.int().gte(0).nullable()}),Tn=e.discriminatedUnion(`kind`,[ln.extend({kind:e.literal(`payment`)}),un.extend({kind:e.literal(`payment_withdrawal`)}),dn.extend({kind:e.literal(`matured_withdrawal`)}),fn.extend({kind:e.literal(`payout_sent`)}),pn.extend({kind:e.literal(`credit_transferred`)}),mn.extend({kind:e.literal(`pot_leg`)}),hn.extend({kind:e.literal(`payment_autoclaim`)}),gn.extend({kind:e.literal(`appeal`)}),_n.extend({kind:e.literal(`moonpay_buy`)}),vn.extend({kind:e.literal(`moonpay_sell`)}),yn.extend({kind:e.literal(`tron_deposit`)}),xn.extend({kind:e.literal(`tron_pot`)}),Sn.extend({kind:e.literal(`tron_cashout`)}),Cn.extend({kind:e.literal(`tron_transfer`)}),wn.extend({kind:e.literal(`referral_earning`)})]),w=e.object({rows:e.array(Tn),nextBefore:e.iso.datetime().nullable(),nextCursor:e.string().nullable(),hasHidden:e.boolean()}),En=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),creditedWei:e.string().regex(/^\d+$/),drainedWei:e.string().regex(/^\d+$/),outstandingWei:e.string().regex(/^\d+$/)}),Dn=e.object({rows:e.array(En)}),On=e.object({enabled:e.boolean(),direction:e.enum([`buy`,`sell`,`both`]).nullable(),countryCode:e.string().regex(/^[A-Z]{2}$/).nullable(),regionSupported:e.boolean()}),kn=e.object({url:e.url(),intentId:e.string().min(1),expiresAt:e.iso.datetime(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),An=e.object({intentId:e.string().min(1)}),jn=e.object({url:e.url(),transactionId:e.uuid(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Mn=e.object({usdcAmount:e.string().regex(/^\d+$/),chain:e.string().min(1).optional()}),Nn=e.object({enabled:e.boolean(),balanceCents:e.int().gte(0),frozenCents:e.int().gte(0),currency:e.enum([`tron`]),flagged:e.boolean(),minDepositCents:e.int().gt(0),maxDepositCents:e.int().gt(0)}),Pn=e.object({id:e.uuid(),kind:e.enum([`deposit`,`pot_stake`,`pot_payout`,`dev_earning`,`cashout_hold`,`cashout_release`,`dispute_freeze`,`dispute_unfreeze`,`hosted_billing`,`store_purchase`,`referral_earning`,`peer_transfer`]),amountCents:e.int(),currency:e.string().min(1),createdAt:e.iso.datetime()}),Fn=e.object({entries:e.array(Pn).max(100),nextBefore:e.iso.datetime().nullable()}),In=e.object({clientSecret:e.string().min(1),publishableKey:e.string().min(1),amountCents:e.int().gt(0),currency:e.string().min(1),depositId:e.uuid()}),Ln=e.object({amountCents:e.int().gt(0).lte(1e6)}),Rn=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),recipient:e.object({userId:e.uuid(),handle:e.string().nullable(),displayName:e.string().nullable()})}),zn=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6),note:e.string().min(1).max(280).optional(),challengeId:e.uuid().optional(),signature:e.string().max(2e3).regex(/^0x[0-9a-fA-F]+$/).optional(),threadId:e.uuid().optional()}),T=e.object({requireSignature:e.boolean()}),Bn=e.object({required:e.literal(!1)}),Vn=e.object({required:e.literal(!0),challengeId:e.uuid(),message:e.string(),expiresAt:e.iso.datetime()}),Hn=e.discriminatedUnion(`required`,[Bn.extend({required:e.literal(!1)}),Vn.extend({required:e.literal(!0)})]),Un=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6)}),Wn=e.object({balanceCents:e.int().gte(0),rakeBps:e.int().gte(0).lte(3e3)}),Gn=e.object({status:e.enum([`completed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Kn=e.object({status:e.enum([`insufficient_balance`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),qn=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0),potId:e.string().regex(/^0x[0-9a-f]{32}$/)}),Jn=e.discriminatedUnion(`status`,[Gn.extend({status:e.literal(`completed`)}),Kn.extend({status:e.literal(`insufficient_balance`)}),qn.extend({status:e.literal(`redirect`)})]),Yn=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),Xn=e.object({status:e.enum([`completed`]),balanceCents:e.int().gte(0)}),Zn=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),Qn=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0)}),$n=e.discriminatedUnion(`status`,[Xn.extend({status:e.literal(`completed`)}),Zn.extend({status:e.literal(`insufficient_balance`)}),Qn.extend({status:e.literal(`redirect`)})]),er=e.object({amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),tr=e.object({intentId:e.string().min(1),consentId:e.string().min(1),app:e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().nullable()}),amountCents:e.int().gt(0),kind:e.enum([`pot_stake`,`store_purchase`]),potId:e.string().nullable(),monthlyLimitTronCents:e.int().gte(0).nullable(),monthSpentTronCents:e.int().gte(0),autoApproveTronCapCents:e.int().gte(0).nullable(),balanceCents:e.int().gte(0),returnUriHost:e.string().min(1),status:e.enum([`pending`]),expiresAt:e.iso.datetime()}),nr=e.object({status:e.enum([`redirect`]),redirect:e.url()}),rr=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),ir=e.discriminatedUnion(`status`,[nr.extend({status:e.literal(`redirect`)}),rr.extend({status:e.literal(`insufficient_balance`)})]),ar=e.object({status:e.enum([`distributed`,`replayed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),potBalanceCents:e.int().gte(0)}),or=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),legs:e.array(e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0)})).max(64),rakeBps:e.int().gte(0).lte(1e4).optional(),devCutCents:e.int().gte(0).optional().default(0),closePot:e.boolean().optional().default(!0),metadata:u.optional()}),sr=e.object({url:e.url()}),cr=e.object({id:e.uuid(),method:e.enum([`stripe`,`usdc`]),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),currency:e.string().min(1),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),createdAt:e.iso.datetime(),settledAt:e.iso.datetime().nullable()}),lr=e.object({method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),chain:e.string().min(1).optional()}),ur=e.object({requests:e.array(cr).max(100)}),E=e.object({id:e.uuid(),method:e.enum([`stripe`,`usdc`]),status:e.enum([`pending`,`approved`,`rejected`,`settled`,`failed`]),amountCents:e.int().gt(0),feeCents:e.int().gte(0),currency:e.string().min(1),destinationAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),chain:e.string().min(1).nullable(),txHash:e.string().min(1).nullable(),rejectionReason:e.string().min(1).nullable(),createdAt:e.iso.datetime(),settledAt:e.iso.datetime().nullable(),userId:e.uuid(),requestIdHex:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),usdcAmount:e.string().regex(/^\d+$/).nullable(),backendSignature:e.string().regex(/^0x[0-9a-f]+$/).nullable(),signatureDeadline:e.iso.datetime().nullable(),poolAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable()}),dr=e.object({requests:e.array(E).max(100)}),fr=e.object({reason:e.string().min(1).max(500)}),pr=e.array(e.object({id:e.enum([`ethereum-mainnet`,`base-mainnet`,`ethereum-sepolia`]),displayName:e.string().min(1),chainId:e.int().gt(0)})),D=e.string().min(1).max(24).regex(/^[a-z0-9]+$/).nullable(),mr=e.object({id:e.string().min(1),name:e.string().min(1),deletedAt:e.iso.datetime().nullable()}).nullable(),O=e.object({native:e.string().regex(/^\d+(?:\.\d+)?$/),usdc:e.string().regex(/^\d+(?:\.\d+)?$/).optional()}),hr=e.object({"ethereum-mainnet":O.optional(),"base-mainnet":O.optional(),"ethereum-sepolia":O.optional()}),gr=e.enum([`infinite`,`custom`,`scoped`]).nullable(),_r=e.object({native:e.string().regex(/^\d+$/),usdc:e.string().regex(/^\d+$/)}).nullable(),vr=e.object({mode:gr,caps:_r,policyId:e.string().min(1).nullable()}),yr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:D,kind:e.enum([`personal`,`app`]),app:mr,balances:hr,delegation:vr}),br=e.object({chains:pr,wallets:e.array(yr)}),xr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:D}),Sr=e.object({label:D}),Cr=e.object({policyId:e.string().min(1).nullable()}),wr=e.union([e.object({mode:e.enum([`infinite`])}),e.object({mode:e.enum([`custom`]),caps:_r}),e.object({mode:e.enum([`scoped`])})]),Tr=e.object({ok:e.literal(!0)}),Er=e.object({name:t.optional(),displayName:ne.optional(),bio:e.string().min(1).max(256).nullish(),websiteUrl:ie.optional(),banner:n.optional(),presenceStatusMode:ae.optional(),environmentViewMode:oe.optional()}),Dr=e.object({id:e.string().min(1),title:e.string().max(500),gifUrl:e.url(),previewUrl:e.url(),width:e.int().gt(0),height:e.int().gt(0)}),Or=e.object({results:e.array(Dr)}),kr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable()}),k=e.object({v:e.literal(1),alg:e.enum([`x25519-ecdh-hkdf-sha256-aes256gcm`]),senderPubKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),senderKeyId:e.string().min(1).max(128),recipientKeyId:e.string().min(1).max(128),iv:e.string().max(64).regex(/^[A-Za-z0-9_-]+$/),ct:e.string().max(16384).regex(/^[A-Za-z0-9_-]+$/)}).nullable(),Ar=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3),envelope:k.optional(),attachment:e.object({url:e.url(),count:e.int().gt(0)}).nullable(),sentAt:e.iso.datetime()}).nullable(),jr=e.object({kind:e.enum([`direct`]),id:e.string().min(1),otherParticipant:kr,lastMessage:Ar,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),A=e.string().min(1).max(80).regex(/^\S(?:.*\S)?$/),j=e.string().max(500).nullable(),Mr=e.url().max(2048).nullable(),M=e.enum([`admin`,`member`]),Nr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),role:M}),Pr=e.object({kind:e.enum([`group`]),id:e.string().min(1),title:A,description:j,logoUrl:Mr,participants:e.array(Nr),myRole:M,lastMessage:Ar,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),Fr=e.discriminatedUnion(`kind`,[jr.extend({kind:e.literal(`direct`)}),Pr.extend({kind:e.literal(`group`)})]),Ir=e.object({threads:e.array(Fr)}),Lr=e.object({thread:Fr,created:e.boolean()}),Rr=e.object({kind:e.enum([`direct`]).optional().default(`direct`),recipientUserId:e.string().min(1)}),zr=e.object({kind:e.enum([`group`]),title:A,description:j.optional(),invitedUserIds:e.array(e.string().min(1)).min(1).max(100)}),N=e.object({ok:e.literal(!0)}),P=e.object({thread:Pr}),Br=e.object({title:A.optional(),description:j.optional()}),Vr=e.object({kind:e.enum([`tron_transfer`]),amountCents:e.int().gt(0),recipientUserId:e.string().min(1)}).nullable(),Hr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3).nullable(),envelope:k.optional()}).nullable(),F=e.enum([`👍`,`👎`,`❤️`,`😂`,`😮`,`😢`,`🔥`,`🎉`,`🙏`,`👀`,`✅`,`🎮`]),Ur=e.object({emoji:F,count:e.int().gt(0),userIds:e.array(e.string().min(1))}),Wr=e.enum([`image`]),I=e.object({id:e.string().min(1),kind:Wr,url:e.url(),contentType:e.string().min(1),fileName:e.string().min(1),byteSize:e.int().gte(0),width:e.int().gt(0).nullable(),height:e.int().gt(0).nullable()}),Gr=e.object({url:e.url(),title:e.string().max(500).nullable(),description:e.string().max(1e3).nullable(),imageUrl:e.url().nullable(),siteName:e.string().max(200).nullable()}),L=e.object({id:e.string().min(1),threadId:e.string().min(1),senderUserId:e.string().min(1),transaction:Vr.optional(),body:e.string().max(2e3),envelope:k.optional(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable(),replyTo:Hr,reactions:e.array(Ur),attachments:e.array(I),linkPreviews:e.array(Gr)}),Kr=e.object({messages:e.array(L),nextBefore:e.iso.datetime().nullable()}),qr=e.string().max(2e3),Jr=e.object({body:qr.optional(),envelope:k.optional(),replyToMessageId:e.string().min(1).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Yr=e.string().min(1).max(2e3),Xr=e.object({body:Yr.optional(),envelope:k.optional()}),Zr=e.object({aggregate:Ur.nullable()}),R=e.object({attachment:I}),Qr=e.object({userIds:e.array(e.string().min(1)).min(1).max(100)}),$r=e.object({pinnedAt:e.iso.datetime()}),ei=e.enum([`x25519`]),ti=e.object({userId:e.string().min(1),keyId:e.string().min(1).max(128),publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),algorithm:ei}),z=e.object({key:ti}),ni=e.object({publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),keyId:e.string().min(1).max(128),algorithm:ei}),ri=e.object({threadId:e.string().min(1),key:ti.nullable()}),ii=e.object({keys:e.array(ri)}),ai=e.object({threadIds:e.array(e.string().min(1)).min(1).max(200)}),oi=e.object({exists:e.boolean(),attemptsRemaining:e.int().gte(0),kdfSalt:e.string().length(22).regex(/^[A-Za-z0-9_-]+$/).nullable(),kdfIterations:e.int().gte(1e5).lte(5e6).nullable()}),si=e.object({ok:e.literal(!0)}),ci=e.object({scalar:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),secret:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),kdfSalt:e.string().length(22).regex(/^[A-Za-z0-9_-]+$/),kdfIterations:e.int().gte(1e5).lte(5e6)}),li=e.union([e.object({result:e.enum([`ok`]),scalar:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),e.object({result:e.enum([`wrong-pin`]),attemptsRemaining:e.int().gte(0)})]),ui=e.object({pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),di=e.object({role:M}),B=e.object({name:e.string().nullable(),handle:e.string().nullable()}).nullable(),fi=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),usdCents:e.int().nullable()}),pi=e.object({code:e.string().nullable(),xLinked:e.boolean(),referrer:B,refereeCount:e.int().gte(0),lifetimeEarnings:e.array(fi),lifetimeUsdCents:e.int().nullable(),last30dEarnings:e.array(fi),last30dUsdCents:e.int().nullable()}),mi=e.object({code:e.string().min(1),generatedAt:e.iso.datetime()}),hi=e.object({status:e.enum([`eligible`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:B}),gi=e.object({status:e.enum([`bound`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:B}),_i=e.object({code:e.string().min(1).max(64),source:e.enum([`signup-url`,`manual-claim`,`cookie-restore`]).optional().default(`manual-claim`)}),V=e.string().regex(/^[a-f0-9]{64}$/),vi=e.object({playSessionId:V,expiresAt:e.iso.datetime()}),H=e.uuid(),yi=e.object({appId:H}),bi=e.object({ok:e.literal(!0),ttlSeconds:e.int().gt(0)}),xi=e.object({playSessionId:V,status:e.enum([`pending`,`active`,`ended`])}),Si=e.uuid(),Ci=e.object({playSessionId:V,userId:Si}),wi=e.object({status:e.enum([`pending`,`active`,`ended`])}),Ti=e.object({playSessionId:V}),Ei=e.object({status:e.enum([`ended`])}),Di=e.object({playSessionId:V}),Oi=e.object({appId:H,name:e.string(),logoUrl:e.string().nullable(),sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),ki=e.object({apps:e.array(Oi),totalSessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ai=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),appId:H,sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),ji=e.object({from:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),to:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),buckets:e.array(Ai)}),Mi=e.object({appId:H,sessionCount:e.int().gte(0),uniquePlayerCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ni=e.object({followers:e.int().gte(0),following:e.int().gte(0),gamesPlayed:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0),reviewsLeft:e.int().gte(0),rewardsWon:e.int().gte(0),rewardsValueUsdCents:e.int().gte(0)}),Pi=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),rewardsWon:e.int().gte(0),valueUsdCents:e.int().gte(0)}),Fi=e.object({from:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),to:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),totalRewardsWon:e.int().gte(0),totalValueUsdCents:e.int().gte(0),buckets:e.array(Pi)}),Ii=e.object({collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),amount:e.string(),name:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown())}),Li=e.object({items:e.array(Ii)}),Ri=e.object({mintRequestId:e.string(),txHash:e.string(),status:e.enum([`submitted`,`completed`]),mintedTokenId:e.string().nullable()}),zi=e.object({collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),chain:e.string().min(1),toWallet:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),toUserId:e.string().optional(),tokenId:e.string().regex(/^\d+$/).optional(),amount:e.string().regex(/^\d+$/).optional()}),Bi=e.object({requesterId:e.string().min(1),requesterName:e.string().min(1),requesterDisplayName:e.string().nullable(),requesterImage:e.url().nullable(),friendshipId:e.string().min(1)}),Vi=e.object({accepterId:e.string().min(1),accepterName:e.string().min(1),accepterDisplayName:e.string().nullable(),accepterImage:e.url().nullable(),friendshipId:e.string().min(1)}),Hi=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`])}),Ui=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`]),notes:e.string().min(1).max(1e3)}),Wi=e.object({appId:e.uuid(),appName:e.string().min(1),appLogoUrl:e.url().nullable(),inviterId:e.string().min(1),inviterName:e.string().min(1),inviterDisplayName:e.string().nullable()}),Gi=e.object({appId:e.uuid(),appName:e.string().min(1),accepterId:e.string().min(1),accepterName:e.string().min(1),accepterDisplayName:e.string().nullable(),accepterImage:e.url().nullable()}),Ki=e.union([e.object({id:e.string().min(1),kind:e.enum([`friend_request`]),payload:Bi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`friend_accepted`]),payload:Vi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_approved`]),payload:Hi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_rejected`]),payload:Ui,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_invite`]),payload:Wi,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_accepted`]),payload:Gi,read:e.boolean(),createdAt:e.iso.datetime()})]),qi=e.object({notifications:e.array(Ki),unreadCount:e.int().gte(0)}),U=e.object({ok:e.literal(!0)}),Ji=e.object({read:e.boolean()}),Yi=e.enum([`online`,`offline`]),Xi=e.object({user:kr,friendshipId:e.string().min(1),acceptedAt:e.iso.datetime(),onlineStatus:Yi}),Zi=e.object({friends:e.array(Xi)}),Qi=e.object({decision:e.enum([`accept`,`reject`])}),W=e.object({provider:e.enum([`twitter`,`discord`,`github`]),subject:e.string().min(1),username:e.string().nullable(),name:e.string().nullable(),profilePictureUrl:e.url().nullable(),verifiedAt:e.iso.datetime().nullable()}),$i=e.object({accounts:e.array(W)}),G=e.string().nullable(),ea=e.url().max(2048).nullable(),K=e.object({studioName:e.string().min(1).max(80).nullable(),studioUrl:e.url().max(2048).nullable(),studioXHandle:G,githubUrl:ea,logoUrl:e.url().max(2048).nullable()}),ta=e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`])}),na=e.object({profile:K,apps:e.array(ta)}).nullable(),ra=e.object({followers:e.int().gte(0),following:e.int().gte(0)}),ia=e.object({gamesPlayed:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0),reviewsLeft:e.int().gte(0),rewardsWon:e.int().gte(0),rewardsValueUsdCents:e.int().gte(0)}),aa=e.object({appId:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),sessionCount:e.int().gte(0),totalPlaytimeSeconds:e.int().gte(0)}),oa=e.object({appId:e.string().min(1),appName:e.string().min(1),appLogoUrl:e.url().max(2048).nullable(),recommended:e.boolean(),body:e.string(),createdAt:e.iso.datetime()}),sa=e.object({isFollowing:e.boolean(),isFollowedBy:e.boolean(),friendship:e.enum([`none`,`pending_out`,`pending_in`,`accepted`]),friendshipId:e.string().min(1).nullable()}).nullable(),ca=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),bio:e.string().nullable(),websiteUrl:e.url().max(2048).nullable(),image:e.url().nullable(),banner:n,createdAt:e.iso.datetime(),socials:e.array(W),developer:na,counts:ra,stats:ia,topGames:e.array(aa),recentReviews:e.array(oa),relationship:sa}),la=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),socials:e.array(W)}),ua=e.object({results:e.array(la)}),da=e.object({ok:e.literal(!0),friendshipId:e.string().min(1)}),fa=e.object({id:e.string().min(1),keyPrefix:e.string().min(1),scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])),createdAt:e.iso.datetime(),expiresAt:e.iso.datetime().nullable(),lastUsedAt:e.iso.datetime().nullable(),revokedAt:e.iso.datetime().nullable()}),pa=e.object({key:fa,secret:e.string().min(1)}),ma=e.object({scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])).min(1),expiresAt:e.iso.datetime().nullish()}),ha=e.object({keys:e.array(fa)}),q=e.object({ok:e.literal(!0)}),J=e.object({id:e.string().min(1)}),Y=e.string().regex(/^[A-Za-z0-9 ._-]{1,40}$/),ga=e.object({chain:e.string().min(1),custody:e.enum([`server`])}),_a=e.object({name:Y,chains:e.array(ga).optional()}),va=e.string().min(1).max(2048),ya=e.enum([`eth`,`tron`]),ba=e.array(ya).min(1).max(2),xa=e.object({name:Y.optional(),logoUrl:e.url().max(2048).nullish(),testAccess:e.enum([`private`,`public`]).optional(),redirectUris:e.array(e.url().max(2048)).max(20).optional(),embedOrigins:e.array(va).max(20).optional(),acceptedCurrencies:ba.optional(),paymentStatusWebhookUrl:e.url().max(2048).nullish(),paymentStatusWebhookUrlTest:e.url().max(2048).nullish()}),X=e.object({logoUrl:e.url().nullable()}),Sa=e.object({chain:e.string().min(1),token:e.string().min(1),tokenDecimals:e.int(),lockedWei:e.string(),unlockedWei:e.string(),walletBalanceWei:e.string().nullable()}),Ca=e.object({appId:e.string().min(1),balances:e.array(Sa)}),wa=e.object({appId:e.string().min(1),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),Ta=e.object({ts:e.iso.datetime(),sumCents:e.number(),paymentCount:e.int()}),Ea=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),chain:e.string().nullable(),buckets:e.array(Ta)}),Da=e.object({ts:e.iso.datetime(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalDurationSeconds:e.int()}),Oa=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),buckets:e.array(Da)}),ka=e.object({appId:e.string().min(1),earnedCents:e.int(),earningEventCount:e.int(),distinctPayers:e.int(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalPlaytimeSeconds:e.int()}),Aa=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),custody:e.enum([`server`]).nullable(),walletId:e.string().nullable(),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),ja=e.object({appId:e.string().min(1),wallets:e.array(Aa)}),Ma=e.object({appId:e.string().min(1),chain:e.string().min(1),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),Na=e.object({enabled:e.boolean(),thresholdCents:e.int().gt(0).nullish()}),Pa=e.object({appId:e.string().min(1),chain:e.string().min(1),custody:e.enum([`server`]),walletId:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Fa=e.object({appId:e.string().min(1),chain:e.string().min(1),token:e.string().min(1),txHash:e.string().min(1),amountWei:e.string().min(1),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Ia=e.object({appId:e.string().min(1),chain:e.string().min(1),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),transfers:e.array(e.object({token:e.string().min(1),txHash:e.string().min(1),amountWei:e.string().min(1)}))}),La=e.object({id:e.string().min(1),clientId:e.string().min(1),environment:e.enum([`development`,`production`]),secretLast4:e.string().min(1),createdAt:e.iso.datetime(),lastUsedAt:e.iso.datetime().nullable()}),Ra=e.object({key:La,clientSecret:e.string().min(1)}),za=e.object({ok:e.literal(!0),status:e.enum([`pending`,`approved`])}),Ba=e.object({reason:e.string().min(1).max(500).optional()}),Va=e.object({secret:e.string().regex(/^[a-f0-9]{64}$/),secretLast4:e.string().length(4)}),Ha=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable()}),Ua=e.object({appeals:e.array(Ha)}),Wa=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),beneficiary:e.string().regex(/^0x[0-9a-fA-F]{40}$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),grossAmount:e.string().regex(/^\d+$/),creditedAmount:e.string().regex(/^\d+$/),vaultReleaseAt:e.iso.datetime(),signedAt:e.iso.datetime(),matured:e.boolean(),hasActiveAppeal:e.boolean()}),Ga=e.object({deposits:e.array(Wa)}),Ka=e.object({appCount:e.int().gte(0),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),qa=e.object({userId:e.string().min(1),status:e.enum([`invited`,`accepted`,`revoked`]),name:e.string().nullable(),email:e.string().nullable(),image:e.url().nullable(),invitedAt:e.iso.datetime(),respondedAt:e.iso.datetime().nullable()}),Ja=e.object({participants:e.array(qa)}),Ya=e.object({identifier:e.string().min(1).max(80)}),Xa=e.object({appId:e.string().min(1),appName:e.string().min(1),appLogoUrl:e.url().nullable(),status:e.enum([`invited`,`accepted`,`revoked`]),invitedAt:e.iso.datetime()}),Za=e.object({invites:e.array(Xa)}),Qa=e.object({id:e.string().min(1),displayName:e.string().nullable(),email:e.string().nullable()}).nullable(),$a=e.string().min(1).max(80).nullable(),eo=e.string().min(10).max(1e3).nullable(),to=e.object({policyVersion:e.string().min(1),policyAcceptedAt:e.iso.datetime(),logoUrl:e.url().max(2048).nullable(),email:e.email().nullable(),xHandle:G,teamName:$a,projectDescription:eo}),no=e.object({reason:e.string().min(1).max(500).optional()}),ro=e.object({id:e.string().min(1),userId:e.string().min(1),user:Qa,kind:e.enum([`role`,`production`]),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]),appId:e.string().min(1).nullable(),payload:e.union([e.object({kind:e.enum([`role`]),data:to}),e.object({kind:e.enum([`production`]),data:no})]),reviewedBy:e.string().min(1).nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),io=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),ao=e.object({id:e.string().min(1),name:Y,logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`]),productionApprovedAt:e.iso.datetime().nullable(),testAccess:e.enum([`private`,`public`]),createdAt:e.iso.datetime(),redirectUris:e.array(e.url().max(2048)),embedOrigins:e.array(va),acceptedCurrencies:ba,payoutAddresses:e.array(io),keys:e.array(La),pendingProductionRequestId:e.string().min(1).nullable(),paymentStatusWebhookUrl:e.url().max(2048).nullable(),paymentStatusWebhookSecretLast4:e.string().length(4).nullable(),paymentStatusWebhookUrlTest:e.url().max(2048).nullable(),paymentStatusWebhookSecretLast4Test:e.string().length(4).nullable()}),oo=e.object({roleStatus:e.enum([`none`,`pending`,`approved`,`rejected`,`cancelled`]),latestRequest:ro,profile:K.nullable(),apps:e.array(ao)}),so=e.object({studioName:e.string().min(1).max(80).nullish(),studioUrl:e.url().max(2048).nullish(),studioXHandle:G.optional(),githubUrl:ea.optional(),logoUrl:e.url().max(2048).nullish()}),co=e.object({acceptPolicy:e.literal(!0),logoUrl:e.url().max(2048).optional(),email:e.email().optional(),teamName:$a.optional(),projectDescription:eo.optional()}),Z=e.object({appId:e.uuid(),slug:d.nullable(),status:e.enum([`draft`,`pending_review`,`published`,`hidden`]),categories:f,tagline:p.nullable(),bannerUrl:e.url().max(2048).nullable(),thumbnailUrl:e.url().max(2048).nullable(),thumbnailVideoUrl:e.url().max(2048).nullable(),playUrl:e.url().max(2048).nullable(),discordUrl:e.url().max(2048).nullable(),twitterUrl:e.url().max(2048).nullable(),redditUrl:e.url().max(2048).nullable(),telegramUrl:e.url().max(2048).nullable(),gallery:m,chapters:vt,links:h,platforms:g,gameType:_,ageRating:xt,languages:v,releaseStatus:y,firstPublishedAt:e.iso.datetime().nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),hiddenAt:e.iso.datetime().nullable(),hiddenReasonPublic:e.string().nullable(),pendingReview:e.boolean()}),lo=e.object({slug:d.nullish(),categories:f.optional(),tagline:p.nullish(),bannerUrl:e.url().max(2048).nullish(),thumbnailUrl:e.url().max(2048).nullish(),thumbnailVideoUrl:e.url().max(2048).nullish(),playUrl:e.url().max(2048).nullish(),discordUrl:e.url().max(2048).nullish(),twitterUrl:e.url().max(2048).nullish(),redditUrl:e.url().max(2048).nullish(),telegramUrl:e.url().max(2048).nullish(),gallery:m.optional(),chapters:vt.optional(),links:h.optional(),platforms:g.optional(),gameType:_.optional(),ageRating:xt.optional(),languages:v.optional(),releaseStatus:y.optional()}),uo=e.object({url:e.url().max(2048)}),fo=e.object({playSessionId:e.string().min(1),userId:e.uuid(),appId:e.uuid(),status:e.enum([`pending`,`active`]),userHalfFresh:e.boolean(),gameHalfFresh:e.boolean(),active:e.boolean(),startedAt:e.iso.datetime(),activatedAt:e.iso.datetime().nullable(),lastSeenAt:e.iso.datetime().nullable()}),po=e.object({players:e.array(fo),total:e.int().gte(0),liveCount:e.int().gte(0),generatedAt:e.iso.datetime()}),mo=e.object({id:e.string().min(1),email:e.email().nullable(),role:r,addedBy:e.string().min(1).nullable(),addedAt:e.iso.datetime(),lastAccessedAt:e.iso.datetime().nullable()}),ho=e.object({admins:e.array(mo)}),go=e.object({id:e.string()}),_o=e.object({email:e.email(),role:r.optional()}),vo=e.object({id:e.string(),role:r}),yo=e.object({role:r}),bo=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),email:e.email().nullable(),createdAt:e.iso.datetime(),bannedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable()}),xo=e.object({users:e.array(bo),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),So=e.object({id:e.string(),banned:e.boolean()}),Co=e.object({banned:e.boolean(),reason:e.string().min(1).max(280).optional()}),wo=e.object({id:e.string().min(1),actorId:e.string().min(1).nullable(),actorKind:e.enum([`user`,`system`,`service`]),action:e.string().min(1),targetType:e.string().min(1),targetId:e.string().min(1),purpose:e.string().min(1),legalBasis:e.enum([`consent`,`contract`,`legitimate-interest`,`legal-obligation`,`vital-interest`,`public-task`]),occurredAt:e.iso.datetime(),attributes:e.record(e.string(),e.unknown()),traceId:e.string().min(1).nullable()}),To=e.object({rows:e.array(wo),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),Eo=e.object({requests:e.array(ro)}),Do=e.object({id:e.string().min(1),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`])}),Oo=e.object({decision:e.enum([`approve`,`reject`]),notes:e.string().min(1).max(1e3).optional()}),ko=e.object({id:e.string().min(1),name:e.string(),environment:e.enum([`development`,`production`]),logoUrl:e.url().nullable(),productionApprovedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),Ao=e.object({userId:e.string().min(1),email:e.email(),displayName:e.string().nullable(),image:e.url().nullable(),studio:K.nullable(),apps:e.array(ko),grantedAt:e.iso.datetime().nullable()}),jo=e.object({developers:e.array(Ao)}),Mo=e.object({appId:e.uuid(),appName:e.string(),ownerDisplayName:e.string().nullable(),ownerImage:e.string().nullable(),ownerUserId:e.uuid(),ownerEmail:e.string().nullable(),appLogoUrl:e.string().nullable(),slug:e.string().nullable(),status:e.enum([`draft`,`pending_review`,`published`,`hidden`]),categories:f,tagline:e.string().nullable(),submittedAt:e.iso.datetime().nullable(),firstPublishedAt:e.iso.datetime().nullable(),hiddenAt:e.iso.datetime().nullable(),hiddenReasonInternal:e.string().nullable(),pendingChangesSubmittedAt:e.iso.datetime().nullable()}),No=e.object({items:e.array(Mo)}),Q=e.object({status:e.enum([`draft`,`pending_review`,`published`,`hidden`])}),Po=e.object({reasonPublic:e.string().min(1).max(500),reasonInternal:e.string().max(2e3).optional()}),Fo=e.union([e.object({decision:e.enum([`approve`])}),e.object({decision:e.enum([`reject`]),notes:e.string().min(1).max(1e3)})]),Io=e.object({field:e.string(),label:e.string(),from:e.string(),to:e.string()}),Lo=e.object({appId:e.uuid(),submittedAt:e.iso.datetime().nullable(),changes:e.array(Io)}),Ro=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4),stakeFeeBps:e.int().gte(0).lte(1e4),updatedAt:e.iso.datetime(),updatedBy:e.string().min(1).nullable()}),$=e.object({chain:e.string().min(1),chainId:e.int().gte(0),to:e.string().regex(/^0x[0-9a-fA-F]{40}$/),calldataHex:e.string().regex(/^0x[0-9a-fA-F]*$/)}),zo=e.object({target:e.enum([`purchase`]),envelope:$}),Bo=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4),stakeFeeBps:e.int().gte(0).lte(1e4),updatedAt:e.iso.datetime(),updatedBy:e.string().min(1).nullable(),envelopes:e.array(zo)}),Vo=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4).optional(),stakeFeeBps:e.int().gte(0).lte(1e4).optional()}),Ho=e.object({appId:e.string().min(1),platformFeeBps:e.int().gte(0).lte(1e4).nullable(),rakeCapBps:e.int().gte(0).lte(3e3).nullable(),effectivePlatformFeeBps:e.int().gte(0).lte(1e4),effectiveRakeCapBps:e.int().gte(0).lte(3e3),updatedAt:e.iso.datetime().nullable(),updatedBy:e.string().min(1).nullable()}),Uo=e.object({platformFeeBps:e.int().gte(0).lte(1e4).nullish(),rakeCapBps:e.int().gte(0).lte(3e3).nullish()}),Wo=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),action:e.enum([`add`,`remove`])}),Go=e.object({chain:e.string().min(1),processorAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),newTreasury:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Ko=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1),flaggedBy:e.string().min(1),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),qo=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1).max(2e3)}),Jo=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),removed:e.literal(!0)}),Yo=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Xo=e.object({entries:e.array(Ko)}),Zo=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),newOperator:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Qo=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),action:e.enum([`pause`,`unpause`])}),$o=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),es=e.object({chain:e.string().min(1),account:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),ts=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),status:e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable(),resolvedBy:e.string().nullable(),resolutionNotes:e.string().nullable()}),ns=e.object({appeals:e.array(ts),nextCursorFiledAt:e.iso.datetime().nullable()}),rs=e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),is=e.enum([`purchase`,`pot`,`matured`]),as=e.object({source:is,chain:e.string(),amount:e.string().regex(/^\d+$/),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),depositId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/).nullable(),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellantUserId:e.string().nullable(),respondent:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),respondentUserId:e.string().nullable(),reason:e.string().nullable(),filedAt:e.iso.datetime(),resolvedAt:e.iso.datetime().nullable(),resolution:e.object({resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}).nullable(),refundClaimedAt:e.iso.datetime().nullable()}),os=e.enum([`party`,`admin`,`system`]),ss=e.object({id:e.string().min(1),senderUserId:e.string().nullable(),senderRole:os,body:e.string().nullable(),attachments:e.array(I),sentAt:e.iso.datetime()}),cs=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),threadId:e.string().nullable(),status:rs,readOnly:e.boolean(),canResolve:e.boolean(),detail:as,messages:e.array(ss)}),ls=e.object({message:ss}),us=e.object({body:e.string().min(1).max(4e3).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),ds=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),resolutionId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),outcome:e.int().gte(0).lte(1),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/),status:e.enum([`resolved_refund`,`resolved_dismiss`])}),fs=e.object({decision:e.enum([`refund`,`dismiss`]),notes:e.string().min(1).max(2e3).optional()}),ps=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),chain:e.string().min(1),chainId:e.int().gt(0),vault:e.string().regex(/^0x[0-9a-fA-F]{40}$/),appellant:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),deadline:e.int().gte(0),signature:e.string().regex(/^0x[0-9a-fA-F]+$/)}),ms=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),amount:e.string().regex(/^\d+$/),reason:e.string().min(1).max(2e3)}),hs=e.object({legId:e.string().regex(/^0x[0-9a-f]{32}$/),reason:e.string().min(1).max(2e3)}),gs=e.object({kind:e.enum([`direct`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/)}),_s=e.object({kind:e.enum([`pull`]),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/)}),vs=e.discriminatedUnion(`kind`,[gs.extend({kind:e.literal(`direct`)}),_s.extend({kind:e.literal(`pull`)})]),ys=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),recipientUserId:e.string().min(1).optional(),metadata:u.optional()}),bs=e.object({distributionId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),closePot:e.boolean(),legs:e.array(e.object({recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`])}))}),xs=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),closePot:e.boolean().optional().default(!0),legs:e.array(e.object({recipient:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional(),recipientUserId:e.string().min(1).optional(),amount:e.string().regex(/^\d+$/),settlement:e.enum([`instant`,`locked`]).optional().default(`locked`)})).min(1).max(50),metadata:u.optional()}),Ss=e.object({potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/),txHash:e.string().regex(/^0x[0-9a-fA-F]{64}$/),blockNumber:e.string().regex(/^\d+$/)}),Cs=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),potId:e.string().regex(/^0x[0-9a-fA-F]{32}$/)}),ws=e.object({status:e.enum([`ok`])}),Ts=e.object({id:e.string(),purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),Es=e.object({accountId:e.string(),providerId:e.string(),hasPassword:e.boolean(),scope:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Ds=e.object({id:e.string(),action:e.string(),targetType:e.string(),targetId:e.string(),purpose:e.string(),legalBasis:e.string(),occurredAt:e.iso.datetime(),traceId:e.string().nullable(),attributes:e.record(e.string(),e.unknown())}),Os=e.object({id:e.string(),threadId:e.string(),contentMode:e.enum([`plaintext`,`e2e-encrypted`]),body:e.string().nullable(),envelope:e.unknown().optional(),note:e.string().nullable(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable()}),ks=e.object({user:i,sessions:e.array(me),consents:e.array(Ts),accounts:e.array(Es),auditEvents:e.array(Ds),messages:e.array(Os),exportedAt:e.iso.datetime()}),As=e.object({name:t.optional(),image:e.string().min(1).max(2048).nullish()}),js=e.object({purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),Ms=e.object({consents:e.array(js)}),Ns=e.string().regex(/^[a-z][a-z0-9-]{2,63}$/),Ps=e.object({purpose:Ns,version:e.string().min(1).max(64),granted:e.boolean()}),Fs=ue,Is=ce,Ls=fe,Rs=de,zs=pe,Bs=he,Vs=e.object({token:e.string().min(1),callbackURL:e.url().optional()}),Hs=ge,Us=ve,Ws=_e,Gs=be,Ks=ye,qs=Se,Js=xe,Ys=Ce,Xs=Ee,Zs=we,Qs=e.object({response_type:e.enum([`code`]),client_id:s,redirect_uri:a,scope:o,state:De,code_challenge:Oe,code_challenge_method:e.enum([`S256`]),prompt:e.enum([`consent`]).optional()}),$s=e.object({request:c}),ec=ke,tc=e.object({client_id:e.string().min(1),return_uri:e.url()}),nc=Ae,rc=e.object({clientId:e.string().min(1)}),ic=je,ac=Pe,oc=Me,sc=Ve,cc=Fe,lc=He,uc=Ue,dc=Ye,fc=Ke,pc=Xe,mc=e.object({chain:e.string().min(1),token:e.string().regex(/^0x[0-9a-fA-F]{40}$/),amount:e.string().regex(/^\d+$/).optional(),usdCents:e.int().gte(0).nullish()}),hc=Ze,gc=Qe,_c=$e,vc=et,yc=it,bc=tt,xc=tt,Sc=ot,Cc=e.void(),wc=ct,Tc=e.void(),Ec=ut,Dc=ft,Oc=pt,kc=e.void(),Ac=e.object({genre:e.enum(`adventure.battle_royale.board.cards.casino.casual.fighting.idle.mmo.moba.platformer.prediction.puzzle.racing.rhythm.roguelike.rpg.rts.sandbox.shooter.simulation.sports.strategy.survival.tools.tower_defense.visual_novel.other`.split(`.`)).optional(),q:e.string().min(1).max(200).optional(),before:e.iso.datetime().optional(),limit:e.int().gte(1).lte(48).optional().default(24)}),jc=ht,Mc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Nc=Ct,Pc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Fc=e.object({sort:Nt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),Ic=Mt,Lc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Rc=S,zc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Bc=S,Vc=It,Hc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Uc=S,Wc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Gc=Rt,Kc=Bt,qc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Jc=zt,Yc=Ht,Xc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Zc=Vt,Qc=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),$c=e.object({limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),el=Gt,tl=qt,nl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),rl=Kt,il=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),commentId:e.uuid()}),al=Jt,ol=e.object({appId:e.uuid()}),sl=e.object({sort:Nt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),cl=Mt,ll=e.object({appId:e.uuid(),reviewId:e.uuid()}),ul=Yt,dl=Xt,fl=e.object({appId:e.uuid(),reviewId:e.uuid()}),pl=Yt,ml=$t,hl=e.object({appId:e.uuid()}),gl=Zt,_l=e.object({id:e.uuid()}),vl=e.object({status:en.optional(),limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),yl=nn,bl=rn,xl=e.object({id:e.uuid(),reportId:e.uuid()}),Sl=tn,Cl=on,wl=e.object({status:e.enum([`pending`,`completed`,`expired`,`all`]).optional().default(`completed`),limit:e.int().gte(1).lte(100).optional().default(20),before:e.iso.datetime().optional()}),Tl=cn,El=e.object({kind:e.string().optional(),direction:e.enum([`outgoing`,`incoming`]).optional(),sort:e.enum([`newest`,`oldest`,`value_desc`,`value_asc`]).optional().default(`newest`),chain:e.string().min(1).optional(),limit:e.int().gte(1).lte(100).optional().default(20),cursor:e.string().min(1).optional(),before:e.iso.datetime().optional(),includeInactive:e.enum([`true`,`false`]).optional().default(`false`)}),Dl=w,Ol=e.object({groupId:e.string().min(1).max(128)}),kl=w,Al=e.object({chain:e.string().min(1).optional()}),jl=Dn,Ml=On,Nl=An,Pl=kn,Fl=Mn,Il=jn,Ll=Nn,Rl=e.object({before:e.iso.datetime().optional()}),zl=Fn,Bl=Ln,Vl=In,Hl=zn,Ul=Rn,Wl=T,Gl=T,Kl=T,ql=Un,Jl=Hn,Yl=Wn,Xl=Yn,Zl=Jn,Ql=er,$l=$n,eu=tr,tu=ir,nu=ir,ru=or,iu=ar,au=sr,ou=ur,su=lr,cu=cr,lu=dr,uu=E,du=fr,fu=E,pu=br,mu=Sr,hu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),gu=xr,_u=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),vu=Tr,yu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),bu=vr,xu=wr,Su=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Cu=Cr,wu=Er,Tu=i,Eu=i,Du=e.object({file:e.string()}),Ou=i,ku=e.object({q:e.string().max(200).optional()}),Au=Or,ju=Ir,Mu=e.union([Rr,zr]),Nu=Lr,Pu=e.object({id:e.string().min(1)}),Fu=N,Iu=Br,Lu=e.object({id:e.string().min(1)}),Ru=P,zu=e.object({id:e.string().min(1)}),Bu=e.object({limit:e.int().gt(0).lte(100).optional(),before:e.iso.datetime().optional()}),Vu=Kr,Hu=Jr,Uu=e.object({id:e.string().min(1)}),Wu=L,Gu=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Ku=N,qu=Xr,Ju=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Yu=L,Xu=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:F}),Zu=Zr,Qu=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:F}),$u=Zr,ed=e.object({id:e.string().min(1)}),td=N,nd=e.object({file:e.string()}),rd=e.object({id:e.string().min(1)}),id=R,ad=e.object({id:e.string().min(1)}),od=N,sd=Qr,cd=e.object({id:e.string().min(1)}),ld=P,ud=e.object({id:e.string().min(1)}),dd=N,fd=e.object({id:e.string().min(1)}),pd=N,md=e.object({id:e.string().min(1)}),hd=$r,gd=e.object({id:e.string().min(1)}),_d=P,vd=e.object({file:e.string()}),yd=e.object({id:e.string().min(1)}),bd=P,xd=e.object({id:e.string().min(1),userId:e.string().min(1)}),Sd=P,Cd=z,wd=ni,Td=z,Ed=e.object({id:e.string().min(1)}),Dd=z,Od=ai,kd=ii,Ad=oi,jd=ci,Md=si,Nd=ui,Pd=li,Fd=di,Id=e.object({id:e.string().min(1),userId:e.string().min(1)}),Ld=P,Rd=pi,zd=e.object({regenerate:e.boolean().optional()}),Bd=mi,Vd=e.object({code:e.string().min(1).max(64)}),Hd=hi,Ud=_i,Wd=gi,Gd=yi,Kd=vi,qd=bi,Jd=Ci,Yd=xi,Xd=Ti,Zd=wi,Qd=Di,$d=Ei,ef=ki,tf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),nf=ji,rf=e.object({appId:e.uuid()}),af=Mi,of=Ni,sf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),cf=Fi,lf=Li,uf=Li,df=zi,ff=Ri,pf=qi,mf=Ji,hf=e.object({id:e.string().min(1)}),gf=U,_f=U,vf=Zi,yf=e.object({id:e.string().min(1)}),bf=U,xf=Qi,Sf=e.object({id:e.string().min(1)}),Cf=U,wf=$i,Tf=e.object({handle:e.string().min(1)}),Ef=ca,Df=e.object({q:e.string().min(1).max(64),limit:e.int().gte(1).lte(50).optional().default(20)}),Of=ua,kf=e.object({id:e.string().min(1)}),Af=U,jf=e.object({id:e.string().min(1)}),Mf=U,Nf=e.object({id:e.string().min(1)}),Pf=da,Ff=ha,If=ma,Lf=pa,Rf=e.object({id:e.string().min(1)}),zf=q,Bf=_a,Vf=J,Hf=e.object({id:e.string().min(1)}),Uf=J,Wf=xa,Gf=e.object({id:e.string().min(1)}),Kf=J,qf=e.object({id:e.string().min(1)}),Jf=X,Yf=e.object({file:e.string()}),Xf=e.object({id:e.string().min(1)}),Zf=X,Qf=e.object({id:e.string().min(1)}),$f=Ca,ep=e.object({id:e.string().min(1)}),tp=wa,np=e.object({id:e.string().min(1)}),rp=e.object({range:e.string().optional(),chain:e.string().optional()}),ip=Ea,ap=e.object({id:e.string().min(1)}),op=e.object({range:e.string().optional()}),sp=Oa,cp=e.object({id:e.string().min(1)}),lp=ka,up=e.object({id:e.string().min(1)}),dp=e.object({kind:e.string().optional(),direction:e.enum([`outgoing`,`incoming`]).optional(),sort:e.enum([`newest`,`oldest`,`value_desc`,`value_asc`]).optional().default(`newest`),chain:e.string().min(1).optional(),limit:e.int().gte(1).lte(100).optional().default(20),cursor:e.string().min(1).optional(),before:e.iso.datetime().optional(),includeInactive:e.enum([`true`,`false`]).optional().default(`false`)}),fp=w,pp=e.object({id:e.string().min(1)}),mp=ja,hp=Na,gp=e.object({id:e.string().min(1),chain:e.string().min(1)}),_p=Ma,vp=e.object({id:e.string().min(1),chain:e.string().min(1)}),yp=Pa,bp=e.object({id:e.string().min(1),chain:e.string().min(1)}),xp=e.object({token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional()}),Sp=Fa,Cp=e.object({id:e.string().min(1),chain:e.string().min(1)}),wp=Ia,Tp=e.object({id:e.string().min(1),env:e.enum([`development`,`production`])}),Ep=Ra,Dp=Ba,Op=e.object({id:e.string().min(1)}),kp=za,Ap=e.object({id:e.string().min(1)}),jp=Va,Mp=e.object({chain:e.string().optional()}),Np=Ua,Pp=e.object({chain:e.string().optional()}),Fp=Ga,Ip=Ka,Lp=e.object({id:e.string().min(1)}),Rp=Ja,zp=Ya,Bp=e.object({id:e.string().min(1)}),Vp=Ja,Hp=e.object({id:e.string().min(1),userId:e.string().min(1)}),Up=q,Wp=Za,Gp=e.object({appId:e.string().min(1)}),Kp=q,qp=e.object({appId:e.string().min(1)}),Jp=q,Yp=oo,Xp=so,Zp=q,Qp=X,$p=e.object({file:e.string()}),em=X,tm=co,nm=q,rm=X,im=e.object({file:e.string()}),am=X,om=e.object({appId:e.string().min(1)}),sm=Z,cm=lo,lm=e.object({appId:e.string().min(1)}),um=Z,dm=e.object({appId:e.string().min(1)}),fm=e.void(),pm=e.object({file:e.string()}),mm=e.object({appId:e.string().min(1)}),hm=e.object({bannerUrl:e.url()}),gm=e.object({appId:e.string().min(1)}),_m=e.void(),vm=e.object({file:e.string()}),ym=e.object({appId:e.string().min(1)}),bm=e.object({thumbnailUrl:e.url()}),xm=e.object({appId:e.string().min(1)}),Sm=e.void(),Cm=e.object({file:e.string()}),wm=e.object({appId:e.string().min(1)}),Tm=e.object({thumbnailVideoUrl:e.url()}),Em=e.object({file:e.string()}),Dm=e.object({appId:e.string().min(1)}),Om=uo,km=e.object({appId:e.string().min(1)}),Am=Z,jm=e.object({appId:e.string().min(1)}),Mm=Z,Nm=po,Pm=ho,Fm=_o,Im=go,Lm=e.object({id:e.string().min(1)}),Rm=go,zm=yo,Bm=e.object({id:e.string().min(1)}),Vm=vo,Hm=e.object({search:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),Um=xo,Wm=Co,Gm=e.object({id:e.string().min(1)}),Km=So,qm=e.object({action:e.string().optional(),actorId:e.string().optional(),targetType:e.string().optional(),targetId:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),Jm=To,Ym=e.object({status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]).optional(),kind:e.enum([`role`,`production`]).optional()}),Xm=Eo,Zm=Oo,Qm=e.object({id:e.string().min(1)}),$m=Do,eh=jo,th=e.object({status:e.union([e.enum([`draft`,`pending_review`,`published`,`hidden`]),e.enum([`all`]),e.enum([`pending_changes`])]).optional()}),nh=No,rh=Po,ih=e.object({appId:e.string().min(1)}),ah=Q,oh=e.object({appId:e.string().min(1)}),sh=Q,ch=Fo,lh=e.object({appId:e.string().min(1)}),uh=Q,dh=e.object({appId:e.string().min(1)}),fh=Lo,ph=Fo,mh=e.object({appId:e.string().min(1)}),hh=Q,gh=Ro,_h=Vo,vh=Bo,yh=e.object({appId:e.string().min(1)}),bh=Ho,xh=Uo,Sh=e.object({appId:e.string().min(1)}),Ch=Ho,wh=Wo,Th=$,Eh=Go,Dh=e.object({processorId:e.string().min(1)}),Oh=$,kh=Yo,Ah=Jo,jh=e.object({chain:e.string().min(1).optional()}),Mh=Xo,Nh=qo,Ph=Ko,Fh=Zo,Ih=e.object({vaultAddress:e.string().min(1)}),Lh=$,Rh=Qo,zh=e.object({vaultAddress:e.string().min(1)}),Bh=$,Vh=$o,Hh=e.object({vaultAddress:e.string().min(1)}),Uh=$,Wh=es,Gh=e.object({vaultAddress:e.string().min(1)}),Kh=$,qh=e.object({status:e.array(e.enum([`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`])).optional(),chain:e.string().min(1).optional(),cursorFiledAt:e.iso.datetime().optional(),limit:e.int().gte(1).lte(100).optional()}),Jh=ns,Yh=e.object({appealId:e.string().min(1)}),Xh=cs,Zh=us,Qh=e.object({appealId:e.string().min(1)}),$h=ls,eg=e.object({file:e.string()}),tg=e.object({appealId:e.string().min(1)}),ng=R,rg=fs,ig=e.object({appealId:e.string().min(1)}),ag=ds,og=ms,sg=ps,cg=hs,lg=ps,ug=e.object({appealId:e.string().min(1)}),dg=cs,fg=us,pg=e.object({appealId:e.string().min(1)}),mg=ls,hg=e.object({file:e.string()}),gg=e.object({appealId:e.string().min(1)}),_g=R,vg=ys,yg=vs,bg=xs,xg=bs,Sg=Cs,Cg=Ss,wg=ws,Tg=ks,Eg=e.void(),Dg=As,Og=i,kg=Ms,Ag=Ps,jg=e.void();export{ee as ZodError,te as z,ba as zAcceptedCurrencies,w as zActivityResponse,Tn as zActivityRow,gn as zActivityRowAppeal,pn as zActivityRowCreditTransferred,dn as zActivityRowMaturedWithdrawal,_n as zActivityRowMoonpayBuy,vn as zActivityRowMoonpaySell,ln as zActivityRowPayment,hn as zActivityRowPaymentAutoclaim,un as zActivityRowPaymentWithdrawal,fn as zActivityRowPayoutSent,mn as zActivityRowPotLeg,wn as zActivityRowReferralEarning,Sn as zActivityRowTronCashout,yn as zActivityRowTronDeposit,xn as zActivityRowTronPot,Cn as zActivityRowTronTransfer,bn as zActivityTronInvolvedUser,_o as zAddAdminRequest,fo as zAdminActivePlayer,po as zAdminActivePlayersResponse,Io as zAdminAppPageDiffField,Lo as zAdminAppPageDiffResponse,Mo as zAdminAppPageItem,No as zAdminAppPageListResponse,Q as zAdminAppPageStatusResponse,wo as zAdminAuditListItem,To as zAdminAuditListResponse,ko as zAdminDeveloperAppItem,Ao as zAdminDeveloperListItem,jo as zAdminDeveloperListResponse,go as zAdminMutationResponse,r as zAdminRole,vo as zAdminRoleChangeResponse,E as zAdminTronCashoutItem,dr as zAdminTronCashoutListResponse,fr as zAdminTronCashoutRejectRequest,mo as zAdminUser,Co as zAdminUserBanRequest,So as zAdminUserBanResponse,bo as zAdminUserListItem,xo as zAdminUserListResponse,tn as zAppContentReport,Qt as zAppContentReportCategory,nn as zAppContentReportListResponse,en as zAppContentReportStatus,Ho as zAppFeeConfigResponse,xt as zAppPageAgeRating,Hi as zAppPageApprovedNotificationPayload,f as zAppPageCategories,_t as zAppPageChapter,vt as zAppPageChapters,Z as zAppPageDraft,m as zAppPageGallery,gt as zAppPageGalleryItem,uo as zAppPageGalleryUploadResponse,_ as zAppPageGameType,v as zAppPageLanguages,yt as zAppPageLink,h as zAppPageLinks,St as zAppPagePaymentsMode,g as zAppPagePlatforms,Ui as zAppPageRejectedNotificationPayload,y as zAppPageReleaseStatus,d as zAppPageSlug,p as zAppPageTagline,Gi as zAppParticipantAcceptedNotificationPayload,Wi as zAppParticipantInviteNotificationPayload,at as zAppPaymentAuthorizationItem,Mi as zAppPlaytime,qo as zAppealBlacklistAddRequest,Ko as zAppealBlacklistEntry,Xo as zAppealBlacklistListResponse,Yo as zAppealBlacklistRemoveRequest,Jo as zAppealBlacklistRemoveResponse,ms as zAppealFileRequest,ps as zAppealFileResponse,hs as zAppealPotLegFileRequest,fs as zAppealResolveRequest,ds as zAppealResolveSignedResponse,as as zAppealRoomDetail,ss as zAppealRoomMessage,us as zAppealRoomPostRequest,ls as zAppealRoomPostResponse,os as zAppealRoomSenderRole,is as zAppealRoomSource,rs as zAppealRoomStatus,cs as zAppealRoomView,ts as zAppealStatusRow,me as zAuthSession,i as zAuthUser,n as zBannerVariant,ai as zBatchThreadDmKeysBody,ii as zBatchThreadDmKeysResponse,se as zBearerToken,re as zBio,$ as zCalldataEnvelope,Ms as zConsentListResponse,Ps as zConsentRecordRequest,js as zConsentRow,ma as zCreateDeveloperApiKey,pa as zCreateDeveloperApiKeyResponse,_a as zCreateDeveloperApp,ga as zCreateDeveloperAppChain,Ba as zCreateDeveloperProductionRequest,za as zCreateDeveloperProductionRequestResponse,co as zCreateDeveloperRoleRequest,Rr as zCreateDirectThreadBody,zr as zCreateGroupThreadBody,qt as zCreateReviewCommentRequest,Kt as zCreateReviewCommentResponse,Lr as zCreateThreadResponse,wr as zCreateWalletDelegation,Cr as zCreateWalletDelegationResponse,Lm as zDeleteAdminAdminsByIdPath,Rm as zDeleteAdminAdminsByIdResponse,kh as zDeleteAdminPaymentsAppealBlacklistBody,Ah as zDeleteAdminPaymentsAppealBlacklistResponse,Eu as zDeleteMeAvatarResponse,dm as zDeleteMeDeveloperAppsByAppIdPageBannerPath,fm as zDeleteMeDeveloperAppsByAppIdPageBannerResponse,gm as zDeleteMeDeveloperAppsByAppIdPageThumbnailPath,_m as zDeleteMeDeveloperAppsByAppIdPageThumbnailResponse,xm as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoPath,Sm as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoResponse,ll as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,ul as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,qf as zDeleteMeDeveloperAppsByIdLogoPath,Jf as zDeleteMeDeveloperAppsByIdLogoResponse,Hp as zDeleteMeDeveloperAppsByIdParticipantsByUserIdPath,Up as zDeleteMeDeveloperAppsByIdParticipantsByUserIdResponse,Hf as zDeleteMeDeveloperAppsByIdPath,Uf as zDeleteMeDeveloperAppsByIdResponse,Rf as zDeleteMeDeveloperKeysByIdPath,zf as zDeleteMeDeveloperKeysByIdResponse,Qp as zDeleteMeDeveloperProfileLogoResponse,rm as zDeleteMeDeveloperRequestLogoResponse,yf as zDeleteMeFriendRequestsByIdPath,bf as zDeleteMeFriendRequestsByIdResponse,Cc as zDeleteMeOauthPaymentAuthorizationsByConsentIdResponse,Eg as zDeleteMeResponse,il as zDeleteMeReviewsBySlugCommentsByCommentIdPath,al as zDeleteMeReviewsBySlugCommentsByCommentIdResponse,Lc as zDeleteMeReviewsBySlugPath,Rc as zDeleteMeReviewsBySlugResponse,gd as zDeleteMeThreadsByIdLogoPath,_d as zDeleteMeThreadsByIdLogoResponse,Gu as zDeleteMeThreadsByIdMessagesByMsgIdPath,Xu as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Zu as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Ku as zDeleteMeThreadsByIdMessagesByMsgIdResponse,xd as zDeleteMeThreadsByIdParticipantsByUserIdPath,Sd as zDeleteMeThreadsByIdParticipantsByUserIdResponse,Pu as zDeleteMeThreadsByIdPath,fd as zDeleteMeThreadsByIdPinPath,pd as zDeleteMeThreadsByIdPinResponse,Fu as zDeleteMeThreadsByIdResponse,_u as zDeleteMeWalletsByAddressDelegatePath,vu as zDeleteMeWalletsByAddressDelegateResponse,Jt as zDeleteReviewCommentResponse,kf as zDeleteUsersByIdFollowPath,Af as zDeleteUsersByIdFollowResponse,Tr as zDeleteWalletDelegationResponse,Ha as zDevAppealRow,Ua as zDevAppealsResponse,Wa as zDevPendingDepositRow,Ga as zDevPendingDepositsResponse,fa as zDeveloperApiKeyItem,ha as zDeveloperApiKeysResponse,Na as zDeveloperAppAutoSweepRequest,Ma as zDeveloperAppAutoSweepResponse,Sa as zDeveloperAppBalanceItem,Ca as zDeveloperAppBalancesResponse,Ia as zDeveloperAppConsolidateResponse,Ta as zDeveloperAppEarningsBucket,Ea as zDeveloperAppEarningsResponse,J as zDeveloperAppIdResponse,ao as zDeveloperAppItem,La as zDeveloperAppKeyItem,Y as zDeveloperAppName,ka as zDeveloperAppOverviewResponse,qa as zDeveloperAppParticipant,Ja as zDeveloperAppParticipantsResponse,io as zDeveloperAppPayoutAddressItem,Da as zDeveloperAppPlaytimeBucket,Oa as zDeveloperAppPlaytimeResponse,Pa as zDeveloperAppProvisionWalletResponse,wa as zDeveloperAppTronBalanceResponse,Aa as zDeveloperAppWalletItem,ja as zDeveloperAppWalletsResponse,Fa as zDeveloperAppWithdrawResponse,Xa as zDeveloperInvite,Za as zDeveloperInvitesResponse,X as zDeveloperLogoUploadResponse,oo as zDeveloperMeStatus,q as zDeveloperOkResponse,no as zDeveloperProductionRequestPayload,K as zDeveloperProfile,ro as zDeveloperRequestItem,Qa as zDeveloperRequestSubject,to as zDeveloperRoleRequestPayload,Ka as zDeveloperTronBalanceSummaryResponse,jr as zDirectThreadSummary,ne as zDisplayName,ei as zDmKeyAlgorithm,si as zDmKeyBackupOkResponse,ci as zDmKeyBackupSetupBody,oi as zDmKeyBackupStatusResponse,ui as zDmKeyBackupUnlockBody,li as zDmKeyBackupUnlockResponse,z as zDmKeyResponse,ti as zDmPublicKeyEntry,Es as zDsarAccount,Ds as zDsarAuditEvent,Ts as zDsarConsent,ks as zDsarExportResponse,Os as zDsarMessage,As as zDsarRectifyRequest,Fi as zEarningsTimeseries,Pi as zEarningsTimeseriesBucket,Xr as zEditMessageBody,va as zEmbedOrigin,le as zErrorResponse,Vi as zFriendAcceptedNotificationPayload,Xi as zFriendListItem,Zi as zFriendListResponse,da as zFriendRequestAck,Qi as zFriendRequestDecision,Bi as zFriendRequestNotificationPayload,Nm as zGetAdminActivePlayersResponse,Pm as zGetAdminAdminsResponse,dh as zGetAdminAppPagesByAppIdChangesPath,fh as zGetAdminAppPagesByAppIdChangesResponse,th as zGetAdminAppPagesQuery,nh as zGetAdminAppPagesResponse,yh as zGetAdminAppsByAppIdFeeConfigPath,bh as zGetAdminAppsByAppIdFeeConfigResponse,qm as zGetAdminAuditQuery,Jm as zGetAdminAuditResponse,Ym as zGetAdminDeveloperRequestsQuery,Xm as zGetAdminDeveloperRequestsResponse,eh as zGetAdminDevelopersResponse,jh as zGetAdminPaymentsAppealBlacklistQuery,Mh as zGetAdminPaymentsAppealBlacklistResponse,Yh as zGetAdminPaymentsAppealsByAppealIdRoomPath,Xh as zGetAdminPaymentsAppealsByAppealIdRoomResponse,qh as zGetAdminPaymentsAppealsQuery,Jh as zGetAdminPaymentsAppealsResponse,gh as zGetAdminPlatformFeesResponse,lu as zGetAdminTronCashoutsResponse,Hm as zGetAdminUsersQuery,Um as zGetAdminUsersResponse,Bs as zGetAuthGetSessionResponse,Vs as zGetAuthVerifyEmailQuery,Hs as zGetAuthVerifyEmailResponse,wg as zGetHealthResponse,rf as zGetMeAppsByAppIdPlaytimePath,af as zGetMeAppsByAppIdPlaytimeResponse,kg as zGetMeConsentResponse,Tg as zGetMeDataResponse,om as zGetMeDeveloperAppsByAppIdPagePath,sm as zGetMeDeveloperAppsByAppIdPageResponse,ol as zGetMeDeveloperAppsByAppIdReviewsPath,sl as zGetMeDeveloperAppsByAppIdReviewsQuery,cl as zGetMeDeveloperAppsByAppIdReviewsResponse,up as zGetMeDeveloperAppsByIdActivityPath,dp as zGetMeDeveloperAppsByIdActivityQuery,fp as zGetMeDeveloperAppsByIdActivityResponse,Qf as zGetMeDeveloperAppsByIdBalancesPath,$f as zGetMeDeveloperAppsByIdBalancesResponse,np as zGetMeDeveloperAppsByIdEarningsPath,rp as zGetMeDeveloperAppsByIdEarningsQuery,ip as zGetMeDeveloperAppsByIdEarningsResponse,cp as zGetMeDeveloperAppsByIdOverviewPath,lp as zGetMeDeveloperAppsByIdOverviewResponse,Lp as zGetMeDeveloperAppsByIdParticipantsPath,Rp as zGetMeDeveloperAppsByIdParticipantsResponse,ap as zGetMeDeveloperAppsByIdPlaytimePath,op as zGetMeDeveloperAppsByIdPlaytimeQuery,sp as zGetMeDeveloperAppsByIdPlaytimeResponse,_l as zGetMeDeveloperAppsByIdReportsPath,vl as zGetMeDeveloperAppsByIdReportsQuery,yl as zGetMeDeveloperAppsByIdReportsResponse,ep as zGetMeDeveloperAppsByIdTronBalancePath,tp as zGetMeDeveloperAppsByIdTronBalanceResponse,pp as zGetMeDeveloperAppsByIdWalletsPath,mp as zGetMeDeveloperAppsByIdWalletsResponse,Wp as zGetMeDeveloperInvitesResponse,Ff as zGetMeDeveloperKeysResponse,Mp as zGetMeDeveloperPaymentsAppealsQuery,Np as zGetMeDeveloperPaymentsAppealsResponse,Pp as zGetMeDeveloperPaymentsPendingDepositsQuery,Fp as zGetMeDeveloperPaymentsPendingDepositsResponse,Ip as zGetMeDeveloperPaymentsTronBalanceResponse,Yp as zGetMeDeveloperResponse,Ad as zGetMeDmKeyBackupResponse,Cd as zGetMeDmKeyResponse,sf as zGetMeEarningsTimeseriesQuery,cf as zGetMeEarningsTimeseriesResponse,vf as zGetMeFriendsResponse,ku as zGetMeGiphySearchQuery,Au as zGetMeGiphySearchResponse,lf as zGetMeInventoryResponse,pf as zGetMeNotificationsResponse,Ec as zGetMeOauthConnectionsResponse,Sc as zGetMeOauthPaymentAuthorizationsResponse,Dc as zGetMeOauthTronAuthorizationsResponse,ef as zGetMePlaytimeResponse,tf as zGetMePlaytimeTimeseriesQuery,nf as zGetMePlaytimeTimeseriesResponse,Vd as zGetMeReferralPreviewQuery,Hd as zGetMeReferralPreviewResponse,Rd as zGetMeReferralResponse,zc as zGetMeReviewsBySlugPath,Wc as zGetMeReviewsBySlugReactionsPath,Gc as zGetMeReviewsBySlugReactionsResponse,Bc as zGetMeReviewsBySlugResponse,wf as zGetMeSocialsResponse,of as zGetMeStatsResponse,Ed as zGetMeThreadsByIdDmKeyPath,Dd as zGetMeThreadsByIdDmKeyResponse,zu as zGetMeThreadsByIdMessagesPath,Bu as zGetMeThreadsByIdMessagesQuery,Vu as zGetMeThreadsByIdMessagesResponse,ju as zGetMeThreadsResponse,yu as zGetMeWalletsByAddressDelegatePath,bu as zGetMeWalletsByAddressDelegateResponse,pu as zGetMeWalletsResponse,Qs as zGetOauthAuthorizeQuery,$s as zGetOauthConsentByRequestPath,ec as zGetOauthConsentByRequestResponse,uf as zGetOauthInventoryResponse,_c as zGetOauthPaymentsIntentByIdResponse,pc as zGetOauthPaymentsLimitsResponse,rc as zGetOauthPaymentsNotInvitedByClientIdPath,ic as zGetOauthPaymentsNotInvitedByClientIdResponse,mc as zGetOauthPaymentsPriceQuery,hc as zGetOauthPaymentsPriceResponse,gc as zGetOauthPaymentsStatusByIdResponse,Yl as zGetOauthPaymentsTronBalanceResponse,eu as zGetOauthPaymentsTronIntentByIdResponse,tc as zGetOauthRaiseLimitContextQuery,nc as zGetOauthRaiseLimitContextResponse,ug as zGetPaymentsAppealsByAppealIdRoomPath,dg as zGetPaymentsAppealsByAppealIdRoomResponse,Cl as zGetPaymentsChainsResponse,Ol as zGetPaymentsMeActivityGroupByGroupIdPath,kl as zGetPaymentsMeActivityGroupByGroupIdResponse,El as zGetPaymentsMeActivityQuery,Dl as zGetPaymentsMeActivityResponse,Ml as zGetPaymentsMeMoonpayAvailabilityResponse,Al as zGetPaymentsMeOutstandingQuery,jl as zGetPaymentsMeOutstandingResponse,wl as zGetPaymentsMeQuery,Tl as zGetPaymentsMeResponse,ou as zGetPaymentsMeTronCashoutsResponse,Rl as zGetPaymentsMeTronLedgerQuery,zl as zGetPaymentsMeTronLedgerResponse,Ll as zGetPaymentsMeTronResponse,Wl as zGetPaymentsMeTronSecurityResponse,Mc as zGetPublicAppsBySlugPath,Nc as zGetPublicAppsBySlugResponse,Qc as zGetPublicAppsBySlugReviewsByReviewIdCommentsPath,$c as zGetPublicAppsBySlugReviewsByReviewIdCommentsQuery,el as zGetPublicAppsBySlugReviewsByReviewIdCommentsResponse,Pc as zGetPublicAppsBySlugReviewsPath,Fc as zGetPublicAppsBySlugReviewsQuery,Ic as zGetPublicAppsBySlugReviewsResponse,Ac as zGetPublicLibraryQuery,jc as zGetPublicLibraryResponse,he as zGetSessionResponse,lc as zGetUserinfoResponse,Tf as zGetUsersByHandlePath,Ef as zGetUsersByHandleResponse,Df as zGetUsersSearchQuery,Of as zGetUsersSearchResponse,Ys as zGetWellKnownOauthAuthorizationServerResponse,Or as zGiphySearchResponse,Dr as zGiphySearchResult,ea as zGitHubUrl,Nr as zGroupParticipant,P as zGroupThreadMutationResponse,Pr as zGroupThreadSummary,ws as zHealthResponse,Po as zHideAppPage,Ii as zInventoryHolding,Li as zInventoryListResponse,Ya as zInviteDeveloperAppParticipant,Qr as zInviteParticipantsBody,mt as zLibraryItem,ht as zLibraryListResponse,ho as zListAdminsResponse,ot as zListAppPaymentAuthorizationsResponse,ns as zListAppealsResponse,Eo as zListDeveloperRequestsResponse,ut as zListOauthConnectionsResponse,ft as zListTronPaymentAuthorizationsResponse,Ni as zMeStats,I as zMessageAttachment,Wr as zMessageAttachmentKind,Yr as zMessageBody,k as zMessageEnvelope,L as zMessageItem,Gr as zMessageLinkPreview,Hr as zMessageReplyPreview,Vr as zMessageTransaction,Kr as zMessagesPageResponse,N as zMessagingOkResponse,zi as zMintRequestInput,Ri as zMintRequestResult,On as zMoonpayAvailabilityResponse,An as zMoonpayBuyUrlRequest,kn as zMoonpayBuyUrlResponse,Mn as zMoonpaySellUrlRequest,jn as zMoonpaySellUrlResponse,Lt as zMyReviewReaction,Rt as zMyReviewReactionsResponse,S as zMyReviewResponse,Ki as zNotificationItem,qi as zNotificationListResponse,Ji as zNotificationUpdate,Ce as zOauthAuthorizationServerMetadata,Pe as zOauthAuthorizeConfirm,Me as zOauthAuthorizeConfirmResponse,s as zOauthClientId,Te as zOauthClientRegistrationError,Ee as zOauthClientRegistrationRequest,we as zOauthClientRegistrationResponse,l as zOauthClientSecret,lt as zOauthConnectionItem,ke as zOauthConsentContext,Ie as zOauthErrorResponse,je as zOauthNotInvitedContext,Cs as zOauthPaymentCancelPotRequest,Ss as zOauthPaymentCancelPotResponse,We as zOauthPaymentChargeCompleted,Je as zOauthPaymentChargeIdempotencyMismatch,qe as zOauthPaymentChargeLimitExceeded,Ge as zOauthPaymentChargeRedirect,Ye as zOauthPaymentChargeRequest,Ke as zOauthPaymentChargeResponse,xs as zOauthPaymentDistributeRequest,bs as zOauthPaymentDistributeResponse,it as zOauthPaymentIntentComplete,rt as zOauthPaymentIntentCompleteOffline,nt as zOauthPaymentIntentCompleteSigned,$e as zOauthPaymentIntentContext,tt as zOauthPaymentIntentResolveResponse,et as zOauthPaymentIntentSignResponse,Qe as zOauthPaymentIntentStatus,Xe as zOauthPaymentLimitsResponse,Ne as zOauthPaymentMonthlyLimitCents,gs as zOauthPaymentPayoutDirect,_s as zOauthPaymentPayoutPull,ys as zOauthPaymentPayoutRequest,vs as zOauthPaymentPayoutResponse,st as zOauthPaymentPerTxLimitCents,Ze as zOauthPaymentPriceResponse,a as zOauthRedirectUri,c as zOauthRequestHandle,Ue as zOauthRevokeRequest,o as zOauthScopeString,De as zOauthState,Re as zOauthTokenAuthorizationCodeRequest,Be as zOauthTokenClientCredentialsRequest,ze as zOauthTokenRefreshTokenRequest,Ve as zOauthTokenRequest,Fe as zOauthTokenResponse,He as zOauthUserInfoResponse,Yi as zOnlineStatus,En as zOutstandingByToken,Dn as zOutstandingResponse,Ft as zOwnReview,M as zParticipantRole,zm as zPatchAdminAdminsByIdBody,Bm as zPatchAdminAdminsByIdPath,Vm as zPatchAdminAdminsByIdResponse,xh as zPatchAdminAppsByAppIdFeeConfigBody,Sh as zPatchAdminAppsByAppIdFeeConfigPath,Ch as zPatchAdminAppsByAppIdFeeConfigResponse,Zm as zPatchAdminDeveloperRequestsByIdBody,Qm as zPatchAdminDeveloperRequestsByIdPath,$m as zPatchAdminDeveloperRequestsByIdResponse,_h as zPatchAdminPlatformFeesBody,vh as zPatchAdminPlatformFeesResponse,Wm as zPatchAdminUsersByIdBody,Gm as zPatchAdminUsersByIdPath,Km as zPatchAdminUsersByIdResponse,Dg as zPatchMeBody,cm as zPatchMeDeveloperAppsByAppIdPageBody,lm as zPatchMeDeveloperAppsByAppIdPagePath,um as zPatchMeDeveloperAppsByAppIdPageResponse,Wf as zPatchMeDeveloperAppsByIdBody,Gf as zPatchMeDeveloperAppsByIdPath,bl as zPatchMeDeveloperAppsByIdReportsByReportIdBody,xl as zPatchMeDeveloperAppsByIdReportsByReportIdPath,Sl as zPatchMeDeveloperAppsByIdReportsByReportIdResponse,Kf as zPatchMeDeveloperAppsByIdResponse,hp as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepBody,gp as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepPath,_p as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepResponse,Xp as zPatchMeDeveloperProfileBody,Zp as zPatchMeDeveloperProfileResponse,xf as zPatchMeFriendRequestsByIdBody,Sf as zPatchMeFriendRequestsByIdPath,Cf as zPatchMeFriendRequestsByIdResponse,mf as zPatchMeNotificationsByIdBody,hf as zPatchMeNotificationsByIdPath,gf as zPatchMeNotificationsByIdResponse,wc as zPatchMeOauthPaymentAuthorizationsByConsentIdBody,Tc as zPatchMeOauthPaymentAuthorizationsByConsentIdResponse,Oc as zPatchMeOauthTronAuthorizationsByConsentIdBody,kc as zPatchMeOauthTronAuthorizationsByConsentIdResponse,wu as zPatchMeProfileBody,Tu as zPatchMeProfileResponse,Og as zPatchMeResponse,Iu as zPatchMeThreadsByIdBody,qu as zPatchMeThreadsByIdMessagesByMsgIdBody,Ju as zPatchMeThreadsByIdMessagesByMsgIdPath,Yu as zPatchMeThreadsByIdMessagesByMsgIdResponse,Fd as zPatchMeThreadsByIdParticipantsByUserIdRoleBody,Id as zPatchMeThreadsByIdParticipantsByUserIdRolePath,Ld as zPatchMeThreadsByIdParticipantsByUserIdRoleResponse,Lu as zPatchMeThreadsByIdPath,Ru as zPatchMeThreadsByIdResponse,mu as zPatchMeWalletsByAddressBody,hu as zPatchMeWalletsByAddressPath,gu as zPatchMeWalletsByAddressResponse,Qo as zPauseRequest,an as zPaymentChain,on as zPaymentChainsResponse,cn as zPaymentHistoryResponse,sn as zPaymentHistoryRow,u as zPaymentMetadata,$r as zPinThreadResponse,Oe as zPkceCodeChallenge,Le as zPkceCodeVerifier,ya as zPlatformCurrency,oe as zPlatformEnvironment,zo as zPlatformFeeEnvelope,Ro as zPlatformFeesResponse,H as zPlaySessionAppId,Ci as zPlaySessionConfirmRequest,xi as zPlaySessionConfirmResponse,Di as zPlaySessionEndRequest,Ei as zPlaySessionEndResponse,Ti as zPlaySessionHeartbeatRequest,wi as zPlaySessionHeartbeatResponse,V as zPlaySessionId,yi as zPlaySessionOpenRequest,vi as zPlaySessionOpenResponse,Si as zPlaySessionUserId,Oi as zPlaytimeAppEntry,ki as zPlaytimeOverview,ji as zPlaytimeTimeseries,Ai as zPlaytimeTimeseriesBucket,Fm as zPostAdminAdminsBody,Im as zPostAdminAdminsResponse,rh as zPostAdminAppPagesByAppIdHideBody,ih as zPostAdminAppPagesByAppIdHidePath,ah as zPostAdminAppPagesByAppIdHideResponse,ch as zPostAdminAppPagesByAppIdReviewBody,ph as zPostAdminAppPagesByAppIdReviewChangesBody,mh as zPostAdminAppPagesByAppIdReviewChangesPath,hh as zPostAdminAppPagesByAppIdReviewChangesResponse,lh as zPostAdminAppPagesByAppIdReviewPath,uh as zPostAdminAppPagesByAppIdReviewResponse,oh as zPostAdminAppPagesByAppIdUnhidePath,sh as zPostAdminAppPagesByAppIdUnhideResponse,Nh as zPostAdminPaymentsAppealBlacklistBody,Ph as zPostAdminPaymentsAppealBlacklistResponse,rg as zPostAdminPaymentsAppealsByAppealIdResolveBody,ig as zPostAdminPaymentsAppealsByAppealIdResolvePath,ag as zPostAdminPaymentsAppealsByAppealIdResolveResponse,eg as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsBody,tg as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsPath,ng as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsResponse,Zh as zPostAdminPaymentsAppealsByAppealIdRoomMessagesBody,Qh as zPostAdminPaymentsAppealsByAppealIdRoomMessagesPath,$h as zPostAdminPaymentsAppealsByAppealIdRoomMessagesResponse,Eh as zPostAdminPaymentsProcessorsByProcessorIdTreasuryBody,Dh as zPostAdminPaymentsProcessorsByProcessorIdTreasuryPath,Oh as zPostAdminPaymentsProcessorsByProcessorIdTreasuryResponse,wh as zPostAdminPaymentsProcessorsWhitelistBody,Th as zPostAdminPaymentsProcessorsWhitelistResponse,Fh as zPostAdminPaymentsVaultsByVaultAddressOperatorBody,Ih as zPostAdminPaymentsVaultsByVaultAddressOperatorPath,Lh as zPostAdminPaymentsVaultsByVaultAddressOperatorResponse,Rh as zPostAdminPaymentsVaultsByVaultAddressPauseBody,zh as zPostAdminPaymentsVaultsByVaultAddressPausePath,Bh as zPostAdminPaymentsVaultsByVaultAddressPauseResponse,Vh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultBody,Hh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultPath,Uh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultResponse,Wh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideBody,Gh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverridePath,Kh as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideResponse,uu as zPostAdminTronCashoutsByIdApproveResponse,du as zPostAdminTronCashoutsByIdRejectBody,fu as zPostAdminTronCashoutsByIdRejectResponse,Gs as zPostAuthRequestPasswordResetBody,Ks as zPostAuthRequestPasswordResetResponse,qs as zPostAuthResetPasswordBody,Js as zPostAuthResetPasswordResponse,Us as zPostAuthSendVerificationEmailBody,Ws as zPostAuthSendVerificationEmailResponse,Ls as zPostAuthSignInEmailBody,Rs as zPostAuthSignInEmailResponse,zs as zPostAuthSignOutResponse,Fs as zPostAuthSignUpEmailBody,Is as zPostAuthSignUpEmailResponse,ml as zPostMeAppsByAppIdReportBody,hl as zPostMeAppsByAppIdReportPath,gl as zPostMeAppsByAppIdReportResponse,Du as zPostMeAvatarBody,Ou as zPostMeAvatarResponse,Ag as zPostMeConsentBody,jg as zPostMeConsentResponse,Bf as zPostMeDeveloperAppsBody,pm as zPostMeDeveloperAppsByAppIdPageBannerBody,mm as zPostMeDeveloperAppsByAppIdPageBannerPath,hm as zPostMeDeveloperAppsByAppIdPageBannerResponse,Em as zPostMeDeveloperAppsByAppIdPageGalleryBody,Dm as zPostMeDeveloperAppsByAppIdPageGalleryPath,Om as zPostMeDeveloperAppsByAppIdPageGalleryResponse,km as zPostMeDeveloperAppsByAppIdPageSubmitForReviewPath,Am as zPostMeDeveloperAppsByAppIdPageSubmitForReviewResponse,vm as zPostMeDeveloperAppsByAppIdPageThumbnailBody,ym as zPostMeDeveloperAppsByAppIdPageThumbnailPath,bm as zPostMeDeveloperAppsByAppIdPageThumbnailResponse,Cm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoBody,wm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoPath,Tm as zPostMeDeveloperAppsByAppIdPageThumbnailVideoResponse,jm as zPostMeDeveloperAppsByAppIdPageUnpublishPath,Mm as zPostMeDeveloperAppsByAppIdPageUnpublishResponse,Yf as zPostMeDeveloperAppsByIdLogoBody,Xf as zPostMeDeveloperAppsByIdLogoPath,Zf as zPostMeDeveloperAppsByIdLogoResponse,zp as zPostMeDeveloperAppsByIdParticipantsBody,Bp as zPostMeDeveloperAppsByIdParticipantsPath,Vp as zPostMeDeveloperAppsByIdParticipantsResponse,Ap as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretPath,jp as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretResponse,Dp as zPostMeDeveloperAppsByIdProductionRequestBody,Op as zPostMeDeveloperAppsByIdProductionRequestPath,kp as zPostMeDeveloperAppsByIdProductionRequestResponse,Cp as zPostMeDeveloperAppsByIdWalletsByChainConsolidatePath,wp as zPostMeDeveloperAppsByIdWalletsByChainConsolidateResponse,vp as zPostMeDeveloperAppsByIdWalletsByChainProvisionPath,yp as zPostMeDeveloperAppsByIdWalletsByChainProvisionResponse,bp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawPath,xp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawQuery,Sp as zPostMeDeveloperAppsByIdWalletsByChainWithdrawResponse,Vf as zPostMeDeveloperAppsResponse,Gp as zPostMeDeveloperInvitesByAppIdAcceptPath,Kp as zPostMeDeveloperInvitesByAppIdAcceptResponse,qp as zPostMeDeveloperInvitesByAppIdDeclinePath,Jp as zPostMeDeveloperInvitesByAppIdDeclineResponse,If as zPostMeDeveloperKeysBody,Lf as zPostMeDeveloperKeysResponse,$p as zPostMeDeveloperProfileLogoBody,em as zPostMeDeveloperProfileLogoResponse,tm as zPostMeDeveloperRequestBody,im as zPostMeDeveloperRequestLogoBody,am as zPostMeDeveloperRequestLogoResponse,nm as zPostMeDeveloperRequestResponse,jd as zPostMeDmKeyBackupBody,Md as zPostMeDmKeyBackupResponse,Nd as zPostMeDmKeyBackupUnlockBody,Pd as zPostMeDmKeyBackupUnlockResponse,_f as zPostMeNotificationsMarkAllReadResponse,Gd as zPostMePlaySessionsOpenBody,Kd as zPostMePlaySessionsOpenResponse,qd as zPostMePresenceHeartbeatResponse,Ud as zPostMeReferralBindBody,Wd as zPostMeReferralBindResponse,zd as zPostMeReferralCodeBody,Bd as zPostMeReferralCodeResponse,tl as zPostMeReviewsBySlugCommentsByReviewIdBody,nl as zPostMeReviewsBySlugCommentsByReviewIdPath,rl as zPostMeReviewsBySlugCommentsByReviewIdResponse,Kc as zPostMeReviewsBySlugReactionsByReviewIdBody,qc as zPostMeReviewsBySlugReactionsByReviewIdPath,Jc as zPostMeReviewsBySlugReactionsByReviewIdResponse,Yc as zPostMeReviewsBySlugTipsByReviewIdBody,Xc as zPostMeReviewsBySlugTipsByReviewIdPath,Zc as zPostMeReviewsBySlugTipsByReviewIdResponse,Mu as zPostMeThreadsBody,nd as zPostMeThreadsByIdAttachmentsBody,rd as zPostMeThreadsByIdAttachmentsPath,id as zPostMeThreadsByIdAttachmentsResponse,ad as zPostMeThreadsByIdHidePath,od as zPostMeThreadsByIdHideResponse,sd as zPostMeThreadsByIdInviteBody,cd as zPostMeThreadsByIdInvitePath,ld as zPostMeThreadsByIdInviteResponse,ud as zPostMeThreadsByIdLeavePath,dd as zPostMeThreadsByIdLeaveResponse,vd as zPostMeThreadsByIdLogoBody,yd as zPostMeThreadsByIdLogoPath,bd as zPostMeThreadsByIdLogoResponse,Hu as zPostMeThreadsByIdMessagesBody,Uu as zPostMeThreadsByIdMessagesPath,Wu as zPostMeThreadsByIdMessagesResponse,md as zPostMeThreadsByIdPinPath,hd as zPostMeThreadsByIdPinResponse,ed as zPostMeThreadsByIdReadPath,td as zPostMeThreadsByIdReadResponse,Od as zPostMeThreadsDmKeysBody,kd as zPostMeThreadsDmKeysResponse,Nu as zPostMeThreadsResponse,xu as zPostMeWalletsByAddressDelegateBody,Su as zPostMeWalletsByAddressDelegatePath,Cu as zPostMeWalletsByAddressDelegateResponse,ac as zPostOauthAuthorizeConfirmBody,oc as zPostOauthAuthorizeConfirmResponse,df as zPostOauthInventoryMintBody,ff as zPostOauthInventoryMintResponse,Sg as zPostOauthPaymentsCancelPotBody,Cg as zPostOauthPaymentsCancelPotResponse,dc as zPostOauthPaymentsChargeBody,fc as zPostOauthPaymentsChargeResponse,bg as zPostOauthPaymentsDistributeBody,xg as zPostOauthPaymentsDistributeResponse,yc as zPostOauthPaymentsIntentByIdCompleteBody,bc as zPostOauthPaymentsIntentByIdCompleteResponse,xc as zPostOauthPaymentsIntentByIdDenyResponse,vc as zPostOauthPaymentsIntentByIdSignResponse,vg as zPostOauthPaymentsPayoutBody,yg as zPostOauthPaymentsPayoutResponse,Xl as zPostOauthPaymentsTronChargeBody,Ql as zPostOauthPaymentsTronChargeDirectBody,$l as zPostOauthPaymentsTronChargeDirectResponse,Zl as zPostOauthPaymentsTronChargeResponse,ru as zPostOauthPaymentsTronDistributeBody,iu as zPostOauthPaymentsTronDistributeResponse,tu as zPostOauthPaymentsTronIntentByIdCompleteResponse,nu as zPostOauthPaymentsTronIntentByIdDenyResponse,Jd as zPostOauthPlaySessionsConfirmBody,Yd as zPostOauthPlaySessionsConfirmResponse,Qd as zPostOauthPlaySessionsEndBody,$d as zPostOauthPlaySessionsEndResponse,Xd as zPostOauthPlaySessionsHeartbeatBody,Zd as zPostOauthPlaySessionsHeartbeatResponse,Xs as zPostOauthRegisterBody,Zs as zPostOauthRegisterResponse,uc as zPostOauthRevokeBody,sc as zPostOauthTokenBody,cc as zPostOauthTokenResponse,og as zPostPaymentsAppealsBody,hg as zPostPaymentsAppealsByAppealIdRoomAttachmentsBody,gg as zPostPaymentsAppealsByAppealIdRoomAttachmentsPath,_g as zPostPaymentsAppealsByAppealIdRoomAttachmentsResponse,fg as zPostPaymentsAppealsByAppealIdRoomMessagesBody,pg as zPostPaymentsAppealsByAppealIdRoomMessagesPath,mg as zPostPaymentsAppealsByAppealIdRoomMessagesResponse,cg as zPostPaymentsAppealsPotLegBody,lg as zPostPaymentsAppealsPotLegResponse,sg as zPostPaymentsAppealsResponse,Nl as zPostPaymentsMeMoonpayBuyUrlBody,Pl as zPostPaymentsMeMoonpayBuyUrlResponse,Fl as zPostPaymentsMeMoonpaySellUrlBody,Il as zPostPaymentsMeMoonpaySellUrlResponse,su as zPostPaymentsMeTronCashoutsBody,cu as zPostPaymentsMeTronCashoutsResponse,au as zPostPaymentsMeTronConnectResponse,Bl as zPostPaymentsMeTronDepositBody,Vl as zPostPaymentsMeTronDepositResponse,Hl as zPostPaymentsMeTronTransferBody,ql as zPostPaymentsMeTronTransferChallengeBody,Jl as zPostPaymentsMeTronTransferChallengeResponse,Ul as zPostPaymentsMeTronTransferResponse,jf as zPostUsersByIdFollowPath,Mf as zPostUsersByIdFollowResponse,Nf as zPostUsersByIdFriendPath,Pf as zPostUsersByIdFriendResponse,ae as zPresenceStatusMode,ra as zProfileCounts,oa as zProfileRecentReview,ia as zProfileStats,aa as zProfileTopGame,Er as zProfileUpdate,eo as zProjectDescription,Ct as zPublicAppPage,bt as zPublicAppPageStudio,ta as zPublicDeveloperApp,ca as zPublicProfile,na as zPublicProfileDeveloper,ni as zPublishDmKeyBody,Ns as zPurposeHeader,dl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyBody,fl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,pl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,Tp as zPutMeDeveloperAppsByIdKeysByEnvPath,Ep as zPutMeDeveloperAppsByIdKeysByEnvResponse,wd as zPutMeDmKeyBody,Td as zPutMeDmKeyResponse,Vc as zPutMeReviewsBySlugBody,Hc as zPutMeReviewsBySlugPath,Uc as zPutMeReviewsBySlugResponse,Qu as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,$u as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Gl as zPutPaymentsMeTronSecurityBody,Kl as zPutPaymentsMeTronSecurityResponse,Ae as zRaiseLimitContextResponse,Ur as zReactionAggregate,F as zReactionEmoji,Zr as zReactionMutationResponse,_i as zReferralBindRequest,gi as zReferralBindResponse,mi as zReferralCodeResponse,fi as zReferralEarningTotal,pi as zReferralOverview,hi as zReferralPreviewResponse,B as zReferralReferrer,Ra as zRegenerateDeveloperAppKeyResponse,Va as zRegenerateDeveloperAppWebhookSecretResponse,sa as zRelationship,be as zRequestPasswordResetRequest,ye as zRequestPasswordResetResponse,Se as zResetPasswordRequest,xe as zResetPasswordResponse,jt as zReview,Tt as zReviewAggregate,Fo as zReviewAppPage,Dt as zReviewAuthor,x as zReviewBody,Wt as zReviewComment,Ut as zReviewCommentBody,Gt as zReviewCommentListResponse,Oo as zReviewDeveloperRequest,Do as zReviewDeveloperRequestResponse,Pt as zReviewEligibilityReason,Mt as zReviewListResponse,Et as zReviewReactionCounts,b as zReviewRecommended,At as zReviewReply,kt as zReviewReplyBody,Yt as zReviewReplyResponse,Nt as zReviewSort,wt as zReviewSummaryLabel,C as zReviewVote,Ot as zReviewerStats,Go as zRotateProcessorTreasuryRequest,Jr as zSendMessageBody,qr as zSendMessageText,ve as zSendVerificationEmailRequest,_e as zSendVerificationEmailResponse,$o as zSetDefaultWithdrawLockRequest,Zo as zSetOperatorRequest,Wo as zSetProcessorWhitelistRequest,Bt as zSetReviewReactionRequest,zt as zSetReviewReactionResponse,es as zSetWithdrawLockOverrideRequest,fe as zSignInEmailRequest,de as zSignInEmailResponse,pe as zSignOutResponse,ue as zSignUpEmailRequest,ce as zSignUpEmailResponse,W as zSocialAccount,U as zSocialActionAck,$i as zSocialListResponse,$t as zSubmitAppContentReportRequest,Zt as zSubmitAppContentReportResponse,$a as zTeamName,j as zThreadDescription,ri as zThreadDmKeyEntry,Ar as zThreadLastMessagePreview,Ir as zThreadListResponse,Mr as zThreadLogoUrl,kr as zThreadParticipant,Fr as zThreadSummary,A as zThreadTitle,Ht as zTipReviewRequest,Vt as zTipReviewResponse,Nn as zTronBalanceResponse,lr as zTronCashoutCreateRequest,cr as zTronCashoutItem,ur as zTronCashoutListResponse,Gn as zTronChargeCompleted,Kn as zTronChargeInsufficient,qn as zTronChargeRedirect,Yn as zTronChargeRequest,Jn as zTronChargeResponse,sr as zTronConnectOnboardingResponse,Ln as zTronDepositRequest,In as zTronDepositResponse,Xn as zTronDirectChargeCompleted,Zn as zTronDirectChargeInsufficient,Qn as zTronDirectChargeRedirect,er as zTronDirectChargeRequest,$n as zTronDirectChargeResponse,or as zTronDistributeRequest,ar as zTronDistributeResponse,Wn as zTronGameBalanceResponse,Pn as zTronLedgerEntry,Fn as zTronLedgerResponse,dt as zTronPaymentAuthorizationItem,tr as zTronPaymentIntentContext,rr as zTronPaymentIntentResolveInsufficient,nr as zTronPaymentIntentResolveRedirect,ir as zTronPaymentIntentResolveResponse,T as zTronSecuritySetting,Bn as zTronTransferChallengeNotRequired,Un as zTronTransferChallengeRequest,Vn as zTronTransferChallengeRequired,Hn as zTronTransferChallengeResponse,zn as zTronTransferRequest,Rn as zTronTransferResponse,yo as zUpdateAdminRoleRequest,rn as zUpdateAppContentReportStatusRequest,Uo as zUpdateAppFeeConfigRequest,lo as zUpdateAppPage,ct as zUpdateAppPaymentAuthorization,xa as zUpdateDeveloperApp,so as zUpdateDeveloperProfile,di as zUpdateParticipantRoleBody,Vo as zUpdatePlatformFeesRequest,Bo as zUpdatePlatformFeesResponse,Br as zUpdateThreadSettingsBody,pt as zUpdateTronPaymentAuthorization,R as zUploadAttachmentResponse,Xt as zUpsertReviewReplyRequest,It as zUpsertReviewRequest,ua as zUserSearchResponse,la as zUserSearchResult,t as zUsername,ge as zVerifyEmailResponse,mr as zWalletAppLink,hr as zWalletBalances,O as zWalletChainBalance,pr as zWalletChainList,_r as zWalletDelegationCaps,gr as zWalletDelegationMode,vr as zWalletDelegationStatus,yr as zWalletItem,D as zWalletLabel,Sr as zWalletLabelUpdate,xr as zWalletLabelUpdateResponse,br as zWalletListResponse,bi as zWebPresenceHeartbeatAck,ie as zWebsiteUrl,G as zXHandle};