@metatrongg/sdk 0.8.0-dev.18f8137 → 0.8.0-dev.2fc7340

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.object({session:me,user:i}).nullable(),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(),environment:e.enum([`development`,`production`])}),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)}),bt=e.array(yt).max(10),xt=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()}),h=e.array(e.enum([`web`,`ios`,`android`,`pc`,`playstation`,`xbox`,`switch`])).max(7),g=e.enum([`single_player`,`multiplayer`,`both`]).nullable(),_=e.enum([`everyone`,`13_plus`,`16_plus`,`18_plus`]).nullable(),St=e.array(e.enum([`en`,`es`,`fr`,`de`,`pt`,`it`,`ru`,`ja`,`ko`,`zh`,`hi`,`ar`,`tr`,`vi`,`id`,`th`,`pl`,`nl`])).max(18),v=e.enum([`live`,`open_beta`,`coming_soon`]),Ct=e.enum([`tron`,`onchain`,`both`]).nullable(),wt=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:bt,studio:xt,platforms:h,gameType:g,ageRating:_,languages:St,releaseStatus:v,paymentsMode:Ct,oauthScopes:e.array(e.string()),chains:e.array(e.string()),publishedAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Tt=e.enum([`overwhelmingly_positive`,`very_positive`,`positive`,`mostly_positive`,`mixed`,`mostly_negative`,`negative`,`overwhelmingly_negative`]).nullable(),Et=e.object({count:e.int().gte(0),recommendedCount:e.int().gte(0),recommendedPct:e.number().gte(0).lte(100).nullable(),summaryLabel:Tt}),y=e.boolean(),b=e.string().min(1).max(2e3),Dt=e.object({helpful:e.int().gte(0),unhelpful:e.int().gte(0),funny:e.int().gte(0)}),Ot=e.object({userId:e.uuid(),handle:e.string().nullable(),name:e.string().min(1).max(80).nullable(),avatarUrl:e.url().nullable()}),kt=e.object({playtimeSecondsThisGame:e.int().gte(0),gamesPlayed:e.int().gte(0),reviewsWritten:e.int().gte(0)}),At=e.string().min(1).max(2e3),jt=e.object({body:At,repliedAt:e.iso.datetime()}).nullable(),Mt=e.object({id:e.uuid(),recommended:y,body:b,reactions:Dt,tippedCents:e.int().gte(0),commentCount:e.int().gte(0),author:Ot,authorStats:kt,developerReply:jt,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Nt=e.object({aggregate:Et,reviews:e.array(Mt),total:e.int().gte(0),hasMore:e.boolean()}),Pt=e.enum([`newest`,`oldest`,`helpful`]).default(`newest`),Ft=e.enum([`payment`,`reward`]).nullable(),It=e.object({id:e.uuid(),recommended:y,body:b,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),x=e.object({eligible:e.boolean(),eligibleVia:Ft,review:It,isAppOwner:e.boolean()}),Lt=e.object({recommended:y,body:b}),S=e.enum([`helpful`,`unhelpful`]).nullable(),Rt=e.object({reviewId:e.uuid(),vote:S,funny:e.boolean()}),zt=e.object({reactions:e.array(Rt)}),Bt=e.object({reactions:Dt,vote:S,funny:e.boolean()}),Vt=e.object({vote:S,funny:e.boolean()}),Ht=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),tippedCents:e.int().gte(0)}),Ut=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()}),Wt=e.string().min(1).max(1e3),Gt=e.object({id:e.uuid(),body:Wt,author:Ot,createdAt:e.iso.datetime()}),Kt=e.object({comments:e.array(Gt),total:e.int().gte(0),hasMore:e.boolean()}),qt=e.object({comment:Gt,commentCount:e.int().gte(0)}),Jt=e.object({body:Wt}),Yt=e.object({commentCount:e.int().gte(0)}),Xt=e.object({developerReply:jt}),Zt=e.object({body:At}),Qt=e.object({created:e.boolean()}),$t=e.enum([`abuse`,`inappropriate_content`,`cheating`,`spam`,`other`]),en=e.object({category:$t,details:e.string().max(2e3).optional()}),tn=e.enum([`open`,`acknowledged`,`dismissed`]),nn=e.object({id:e.uuid(),category:$t,details:e.string().nullable(),status:tn,acknowledgedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),rn=e.object({reports:e.array(nn),total:e.int().gte(0),hasMore:e.boolean()}),an=e.object({status:e.enum([`acknowledged`,`dismissed`])}),on=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()}),sn=e.object({chains:e.array(on)}),cn=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()}),ln=e.object({payments:e.array(cn),nextBefore:e.iso.datetime().nullable()}),un=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()}),dn=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()}),fn=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()}),pn=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()}),mn=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()}),hn=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()}),gn=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()}),_n=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()}),vn=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`])}),yn=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`])}),bn=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()}),xn=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()}),Sn=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(xn).nullish(),metadata:u.nullish()}),Cn=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()}),wn=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()}),Tn=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()}),En=e.object({kind:e.enum([`nft_charge`]),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`]),chargeKind:e.enum([`registration`,`mint`,`transfer_gas`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),tokenId:e.string().nullable(),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()}),Dn=e.discriminatedUnion(`kind`,[un.extend({kind:e.literal(`payment`)}),dn.extend({kind:e.literal(`payment_withdrawal`)}),fn.extend({kind:e.literal(`matured_withdrawal`)}),pn.extend({kind:e.literal(`payout_sent`)}),mn.extend({kind:e.literal(`credit_transferred`)}),hn.extend({kind:e.literal(`pot_leg`)}),gn.extend({kind:e.literal(`payment_autoclaim`)}),_n.extend({kind:e.literal(`appeal`)}),vn.extend({kind:e.literal(`moonpay_buy`)}),yn.extend({kind:e.literal(`moonpay_sell`)}),bn.extend({kind:e.literal(`tron_deposit`)}),Sn.extend({kind:e.literal(`tron_pot`)}),Cn.extend({kind:e.literal(`tron_cashout`)}),wn.extend({kind:e.literal(`tron_transfer`)}),Tn.extend({kind:e.literal(`referral_earning`)}),En.extend({kind:e.literal(`nft_charge`)})]),C=e.object({rows:e.array(Dn),nextBefore:e.iso.datetime().nullable(),nextCursor:e.string().nullable(),hasHidden:e.boolean()}),On=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+$/)}),kn=e.object({rows:e.array(On)}),An=e.object({enabled:e.boolean(),direction:e.enum([`buy`,`sell`,`both`]).nullable(),countryCode:e.string().regex(/^[A-Z]{2}$/).nullable(),regionSupported:e.boolean()}),jn=e.object({url:e.url(),intentId:e.string().min(1),expiresAt:e.iso.datetime(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Mn=e.object({intentId:e.string().min(1)}),Nn=e.object({url:e.url(),transactionId:e.uuid(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Pn=e.object({usdcAmount:e.string().regex(/^\d+$/),chain:e.string().min(1).optional()}),Fn=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)}),In=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`,`nft_registration`,`nft_mint`,`nft_gas`]),amountCents:e.int(),currency:e.string().min(1),createdAt:e.iso.datetime()}),Ln=e.object({entries:e.array(In).max(100),nextBefore:e.iso.datetime().nullable()}),Rn=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()}),zn=e.object({amountCents:e.int().gt(0).lte(1e6)}),Bn=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()})}),Vn=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()}),w=e.object({requireSignature:e.boolean()}),Hn=e.object({required:e.literal(!1)}),Un=e.object({required:e.literal(!0),challengeId:e.uuid(),message:e.string(),expiresAt:e.iso.datetime()}),Wn=e.discriminatedUnion(`required`,[Hn.extend({required:e.literal(!1)}),Un.extend({required:e.literal(!0)})]),Gn=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6)}),Kn=e.object({balanceCents:e.int().gte(0),rakeBps:e.int().gte(0).lte(3e3)}),qn=e.object({status:e.enum([`completed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Jn=e.object({status:e.enum([`insufficient_balance`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Yn=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}$/)}),Xn=e.discriminatedUnion(`status`,[qn.extend({status:e.literal(`completed`)}),Jn.extend({status:e.literal(`insufficient_balance`)}),Yn.extend({status:e.literal(`redirect`)})]),Zn=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),Qn=e.object({status:e.enum([`completed`]),balanceCents:e.int().gte(0)}),$n=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),er=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0)}),tr=e.discriminatedUnion(`status`,[Qn.extend({status:e.literal(`completed`)}),$n.extend({status:e.literal(`insufficient_balance`)}),er.extend({status:e.literal(`redirect`)})]),nr=e.object({amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),rr=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(),environment:e.enum([`development`,`production`])}),ir=e.object({status:e.enum([`redirect`]),redirect:e.url()}),ar=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),or=e.discriminatedUnion(`status`,[ir.extend({status:e.literal(`redirect`)}),ar.extend({status:e.literal(`insufficient_balance`)})]),sr=e.object({status:e.enum([`distributed`,`replayed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),potBalanceCents:e.int().gte(0)}),cr=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()}),lr=e.object({url:e.url()}),ur=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()}),dr=e.object({method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),chain:e.string().min(1).optional()}),fr=e.object({requests:e.array(ur).max(100)}),T=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()}),pr=e.object({requests:e.array(T).max(100)}),mr=e.object({reason:e.string().min(1).max(500)}),hr=e.array(e.object({id:e.enum([`ethereum-mainnet`,`base-mainnet`,`ethereum-sepolia`]),displayName:e.string().min(1),chainId:e.int().gt(0)})),E=e.string().min(1).max(24).regex(/^[a-z0-9]+$/).nullable(),gr=e.object({id:e.string().min(1),name:e.string().min(1),deletedAt:e.iso.datetime().nullable()}).nullable(),D=e.object({native:e.string().regex(/^\d+(?:\.\d+)?$/),usdc:e.string().regex(/^\d+(?:\.\d+)?$/).optional()}),_r=e.object({"ethereum-mainnet":D.optional(),"base-mainnet":D.optional(),"ethereum-sepolia":D.optional()}),vr=e.enum([`infinite`,`custom`,`scoped`]).nullable(),yr=e.object({native:e.string().regex(/^\d+$/),usdc:e.string().regex(/^\d+$/)}).nullable(),br=e.object({mode:vr,caps:yr,policyId:e.string().min(1).nullable()}),xr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:E,kind:e.enum([`personal`,`app`]),app:gr,balances:_r,delegation:br}),Sr=e.object({chains:hr,wallets:e.array(xr)}),Cr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:E}),wr=e.object({label:E}),Tr=e.object({policyId:e.string().min(1).nullable()}),Er=e.union([e.object({mode:e.enum([`infinite`])}),e.object({mode:e.enum([`custom`]),caps:yr}),e.object({mode:e.enum([`scoped`])})]),Dr=e.object({ok:e.literal(!0)}),Or=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()}),kr=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)}),Ar=e.object({results:e.array(kr)}),jr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable()}),O=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(),Mr=e.object({kind:e.enum([`tron_transfer`]),amountCents:e.int().gt(0),recipientUserId:e.string().min(1)}),Nr=e.object({kind:e.enum([`nft_transfer`]),recipientUserId:e.string().min(1),collectionAddress:e.string().min(1),tokenId:e.string().min(1),amount:e.string().min(1),itemName:e.string().nullable()}),Pr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3),envelope:O.optional(),attachment:e.object({url:e.url(),count:e.int().gt(0)}).nullable(),transaction:e.union([Mr,Nr]).nullish(),sentAt:e.iso.datetime()}).nullable(),Fr=e.object({kind:e.enum([`direct`]),id:e.string().min(1),otherParticipant:jr,lastMessage:Pr,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),k=e.string().min(1).max(80).regex(/^\S(?:.*\S)?$/),A=e.string().max(500).nullable(),Ir=e.url().max(2048).nullable(),j=e.enum([`admin`,`member`]),Lr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),role:j}),Rr=e.object({kind:e.enum([`group`]),id:e.string().min(1),title:k,description:A,logoUrl:Ir,participants:e.array(Lr),myRole:j,lastMessage:Pr,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),zr=e.discriminatedUnion(`kind`,[Fr.extend({kind:e.literal(`direct`)}),Rr.extend({kind:e.literal(`group`)})]),Br=e.object({threads:e.array(zr)}),Vr=e.object({thread:zr,created:e.boolean()}),Hr=e.object({kind:e.enum([`direct`]).optional().default(`direct`),recipientUserId:e.string().min(1)}),Ur=e.object({kind:e.enum([`group`]),title:k,description:A.optional(),invitedUserIds:e.array(e.string().min(1)).min(1).max(100)}),M=e.object({ok:e.literal(!0)}),N=e.object({thread:Rr}),Wr=e.object({title:k.optional(),description:A.optional()}),Gr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3).nullable(),envelope:O.optional()}).nullable(),P=e.enum([`👍`,`👎`,`❤️`,`😂`,`😮`,`😢`,`🔥`,`🎉`,`🙏`,`👀`,`✅`,`🎮`]),Kr=e.object({emoji:P,count:e.int().gt(0),userIds:e.array(e.string().min(1))}),qr=e.enum([`image`]),F=e.object({id:e.string().min(1),kind:qr,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()}),Jr=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()}),I=e.object({id:e.string().min(1),threadId:e.string().min(1),senderUserId:e.string().min(1),transaction:e.union([Mr,Nr]).nullish(),body:e.string().max(2e3),envelope:O.optional(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable(),replyTo:Gr,reactions:e.array(Kr),attachments:e.array(F),linkPreviews:e.array(Jr)}),Yr=e.object({messages:e.array(I),nextBefore:e.iso.datetime().nullable()}),Xr=e.string().max(2e3),Zr=e.object({body:Xr.optional(),envelope:O.optional(),replyToMessageId:e.string().min(1).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Qr=e.string().min(1).max(2e3),$r=e.object({body:Qr.optional(),envelope:O.optional()}),ei=e.object({aggregate:Kr.nullable()}),L=e.object({attachment:F}),ti=e.object({userIds:e.array(e.string().min(1)).min(1).max(100)}),ni=e.object({pinnedAt:e.iso.datetime()}),ri=e.enum([`x25519`]),ii=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:ri}),R=e.object({key:ii}),ai=e.object({publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),keyId:e.string().min(1).max(128),algorithm:ri}),oi=e.object({threadId:e.string().min(1),key:ii.nullable()}),si=e.object({keys:e.array(oi)}),ci=e.object({threadIds:e.array(e.string().min(1)).min(1).max(200)}),li=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()}),ui=e.object({ok:e.literal(!0)}),di=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)}),fi=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)})]),pi=e.object({pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),mi=e.object({role:j}),z=e.object({name:e.string().nullable(),handle:e.string().nullable()}).nullable(),hi=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()}),gi=e.object({code:e.string().nullable(),xLinked:e.boolean(),referrer:z,refereeCount:e.int().gte(0),lifetimeEarnings:e.array(hi),lifetimeUsdCents:e.int().nullable(),last30dEarnings:e.array(hi),last30dUsdCents:e.int().nullable()}),_i=e.object({code:e.string().min(1),generatedAt:e.iso.datetime()}),vi=e.object({status:e.enum([`eligible`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:z}),yi=e.object({status:e.enum([`bound`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:z}),bi=e.object({code:e.string().min(1).max(64),source:e.enum([`signup-url`,`manual-claim`,`cookie-restore`]).optional().default(`manual-claim`)}),B=e.string().regex(/^[a-f0-9]{64}$/),xi=e.object({playSessionId:B,expiresAt:e.iso.datetime()}),V=e.uuid(),Si=e.object({appId:V}),Ci=e.object({ok:e.literal(!0),ttlSeconds:e.int().gt(0)}),wi=e.object({playSessionId:B,status:e.enum([`pending`,`active`,`ended`])}),Ti=e.uuid(),Ei=e.object({playSessionId:B,userId:Ti}),Di=e.object({status:e.enum([`pending`,`active`,`ended`])}),Oi=e.object({playSessionId:B}),ki=e.object({status:e.enum([`ended`])}),Ai=e.object({playSessionId:B}),ji=e.object({appId:V,name:e.string(),logoUrl:e.string().nullable(),sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Mi=e.object({apps:e.array(ji),totalSessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ni=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),appId:V,sessionCount:e.int().gte(0),totalDurationSeconds: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}$/),buckets:e.array(Ni)}),Fi=e.object({appId:V,sessionCount:e.int().gte(0),uniquePlayerCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ii=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)}),Li=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),rewardsWon:e.int().gte(0),valueUsdCents:e.int().gte(0)}),Ri=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(Li)}),zi=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(),description:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown()),appId:e.string().nullable(),appName:e.string().nullable(),appLogoUrl:e.string().nullable()}),Bi=e.object({items:e.array(zi)}),Vi=e.object({id:e.string(),appId:e.string(),itemId:e.string(),amount:e.string(),priceCents:e.int().gte(0).nullable(),gasSponsored:e.boolean(),environment:e.enum([`development`,`production`]),createdAt:e.iso.datetime(),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`])}),Hi=e.object({permits:e.array(Vi)}),Ui=e.object({mintRequestId:e.string(),txHash:e.string(),status:e.enum([`submitted`,`completed`]),mintedTokenId:e.string().nullable()}),Wi=e.object({mint:Ui,charge:e.object({currency:e.enum([`tron`]),gasCents:e.int().gte(0),priceCents:e.int().gte(0),totalCents:e.int().gte(0),gasPaidBy:e.enum([`user`,`developer`])})}),Gi=e.object({trait_type:e.string(),value:e.union([e.string(),e.number(),e.boolean()])}),Ki=e.object({name:e.string(),description:e.string().optional(),image:e.string().optional(),attributes:e.array(Gi),properties:e.record(e.string(),e.unknown())}),qi=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()}),Ji=e.object({id:e.string(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`]),name:e.string().nullable(),environment:e.enum([`development`,`production`])}),Yi=e.object({collections:e.array(Ji)}),Xi=e.object({itemCount:e.int().gt(0),baselineUsdCents:e.int().gte(0),gasUsdCents:e.int().gte(0),tron:e.object({baselineCents:e.int().gte(0),gasCents:e.int().gte(0),totalCents:e.int().gte(0)}),eth:e.object({baselineWei:e.string().regex(/^\d+$/),gasWei:e.string().regex(/^\d+$/),totalWei:e.string().regex(/^\d+$/)})}),Zi=e.enum([`capped`,`flexible`,`unlimited`]),Qi=e.object({name:e.string().min(1).max(120).nullish(),description:e.string().max(2e3).nullish(),devMetadata:e.record(e.string(),e.unknown()).optional(),supplyType:Zi.optional(),maxSupply:e.string().regex(/^\d+$/).nullish(),active:e.boolean().optional()}),$i=e.object({collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),chain:e.string().min(1),items:e.array(Qi).min(1).max(50)}),H=e.object({id:e.string(),collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown()),supplyType:Zi.nullable(),maxSupply:e.string().nullable(),active:e.boolean()}),ea=e.object({items:e.array(H),charge:e.object({currency:e.enum([`tron`]),amountCents:e.int().gte(0),baselineCents:e.int().gte(0),gasCents:e.int().gte(0),addItemTxHash:e.string()})}),ta=e.object({items:e.array(H)}),na=e.object({id:e.string(),appId:e.string(),itemId:e.string(),userId:e.string(),amount:e.string(),priceCents:e.int().gte(0).nullable(),gasSponsored:e.boolean(),status:e.enum([`pending`,`redeemed`,`revoked`]),createdAt:e.iso.datetime()}),ra=e.object({toUserId:e.string().min(1),amount:e.string().regex(/^\d+$/).optional(),priceCents:e.int().gte(0).nullish(),gasSponsored:e.boolean().optional()}),ia=e.object({holderCount:e.int().gte(0),walletCount:e.int().gte(0),totalHeld:e.string().regex(/^\d+$/)}),aa=e.object({walletAddress:e.string(),userId:e.string().nullable(),amount:e.string().regex(/^\d+$/)}),oa=e.object({stats:ia,holders:e.array(aa)}),sa=e.object({id:e.string(),appId:e.string(),itemId:e.string(),userId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),lockKind:e.enum([`vault`,`burn`]).nullable(),amount:e.string(),gasSponsored:e.boolean(),status:e.enum([`pending`,`redeemed`,`revoked`]),custodyId:e.string().nullable(),createdAt:e.iso.datetime()}),ca=e.object({toUserId:e.string().min(1),lockKind:e.enum([`vault`,`burn`]),amount:e.string().regex(/^\d+$/).optional(),gasSponsored:e.boolean().optional()}),la=e.object({custodyId:e.string().min(1)}),ua=e.object({id:e.string(),appId:e.string(),itemId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),lockKind:e.enum([`vault`,`burn`]).nullable(),amount:e.string(),gasSponsored:e.boolean(),environment:e.enum([`development`,`production`]),custodyId:e.string().nullable(),createdAt:e.iso.datetime(),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`])}),da=e.object({permits:e.array(ua)}),fa=e.object({permitId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),vault:e.string(),collection:e.string(),user:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),lockKind:e.enum([`vault`,`burn`]).nullable(),destination:e.string().nullable(),deadline:e.int().gt(0),signature:e.string()}),pa=e.object({direction:e.enum([`vault_in`,`withdraw`]),collection:e.string(),vault:e.string(),chainId:e.int().gt(0),user:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),nonce:e.string().regex(/^\d+$/).nullable(),deadline:e.int().gt(0),feeCents:e.int().gte(0),gasWei:e.string().regex(/^\d+$/),gasPaidBy:e.enum([`developer`,`user`]),requiresUserSignature:e.boolean()}),ma=e.object({ok:e.boolean(),txHash:e.string(),chargedCents:e.int().gte(0),gasPaidBy:e.enum([`developer`,`user`])}),ha=e.object({userSignature:e.string().min(1).optional(),deadline:e.int().gt(0).optional()}),ga=e.object({collection:e.string(),chainId:e.int().gt(0),from:e.string(),to:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),nonce:e.string().regex(/^\d+$/),deadline:e.int().gt(0),feeCents:e.int().gte(0),gasWei:e.string().regex(/^\d+$/),selfPayAvailable:e.boolean()}),_a=e.object({toUserId:e.string().min(1),collection:e.string().min(1),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/).optional()}),va=e.object({ok:e.boolean(),txHash:e.string(),chargedCents:e.int().gte(0)}),ya=e.object({toUserId:e.string().min(1),collection:e.string().min(1),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/).optional(),deadline:e.int().gt(0),userSignature:e.string().min(1),threadId:e.string().min(1).optional()}),ba=e.object({id:e.string(),collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),amount:e.string(),lockKind:e.enum([`vault`,`burn`]),vaultAddress:e.string(),createdAt:e.iso.datetime(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable()}),xa=e.object({custody:e.array(ba)}),Sa=e.object({ok:e.boolean(),txHash:e.string()}),Ca=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)}),wa=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)}),Ta=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`])}),Ea=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`]),notes:e.string().min(1).max(1e3)}),Da=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()}),Oa=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()}),ka=e.union([e.object({id:e.string().min(1),kind:e.enum([`friend_request`]),payload:Ca,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`friend_accepted`]),payload:wa,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_approved`]),payload:Ta,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_rejected`]),payload:Ea,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_invite`]),payload:Da,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_accepted`]),payload:Oa,read:e.boolean(),createdAt:e.iso.datetime()})]),Aa=e.object({notifications:e.array(ka),unreadCount:e.int().gte(0)}),U=e.object({ok:e.literal(!0)}),ja=e.object({read:e.boolean()}),Ma=e.enum([`online`,`offline`]),Na=e.object({user:jr,friendshipId:e.string().min(1),acceptedAt:e.iso.datetime(),onlineStatus:Ma}),Pa=e.object({friends:e.array(Na)}),Fa=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()}),Ia=e.object({accounts:e.array(W)}),G=e.string().nullable(),La=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:La,logoUrl:e.url().max(2048).nullable()}),Ra=e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`])}),za=e.object({profile:K,apps:e.array(Ra)}).nullable(),Ba=e.object({followers:e.int().gte(0),following:e.int().gte(0)}),Va=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)}),Ha=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)}),Ua=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()}),Wa=e.object({isFollowing:e.boolean(),isFollowedBy:e.boolean(),friendship:e.enum([`none`,`pending_out`,`pending_in`,`accepted`]),friendshipId:e.string().min(1).nullable()}).nullable(),Ga=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:za,counts:Ba,stats:Va,topGames:e.array(Ha),recentReviews:e.array(Ua),relationship:Wa}),Ka=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),socials:e.array(W)}),qa=e.object({results:e.array(Ka)}),Ja=e.object({ok:e.literal(!0),friendshipId:e.string().min(1)}),Ya=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()}),Xa=e.object({key:Ya,secret:e.string().min(1)}),Za=e.object({scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])).min(1),expiresAt:e.iso.datetime().nullish()}),Qa=e.object({keys:e.array(Ya)}),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}$/),$a=e.object({chain:e.string().min(1),custody:e.enum([`server`])}),eo=e.object({name:Y,chains:e.array($a).optional()}),to=e.string().min(1).max(2048),no=e.enum([`eth`,`tron`]),ro=e.array(no).min(1).max(2),io=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(to).max(20).optional(),acceptedCurrencies:ro.optional(),paymentStatusWebhookUrl:e.url().max(2048).nullish(),paymentStatusWebhookUrlTest:e.url().max(2048).nullish()}),X=e.object({logoUrl:e.url().nullable()}),ao=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()}),oo=e.object({appId:e.string().min(1),balances:e.array(ao)}),so=e.object({appId:e.string().min(1),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),co=e.object({ts:e.iso.datetime(),sumCents:e.number(),paymentCount:e.int()}),lo=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(co)}),uo=e.object({ts:e.iso.datetime(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalDurationSeconds:e.int()}),fo=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),buckets:e.array(uo)}),po=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()}),mo=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()}),ho=e.object({appId:e.string().min(1),wallets:e.array(mo)}),go=e.object({appId:e.string().min(1),chain:e.string().min(1),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),_o=e.object({enabled:e.boolean(),thresholdCents:e.int().gt(0).nullish()}),vo=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}$/)}),yo=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}$/)}),bo=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)}))}),xo=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()}),So=e.object({key:xo,clientSecret:e.string().min(1)}),Co=e.object({ok:e.literal(!0),status:e.enum([`pending`,`approved`])}),wo=e.object({reason:e.string().min(1).max(500).optional()}),To=e.object({secret:e.string().regex(/^[a-f0-9]{64}$/),secretLast4:e.string().length(4)}),Eo=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()}),Do=e.object({appeals:e.array(Eo)}),Oo=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()}),ko=e.object({deposits:e.array(Oo)}),Ao=e.object({appCount:e.int().gte(0),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),jo=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()}),Mo=e.object({participants:e.array(jo)}),No=e.object({identifier:e.string().min(1).max(80)}),Po=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()}),Fo=e.object({invites:e.array(Po)}),Io=e.object({id:e.string().min(1),displayName:e.string().nullable(),email:e.string().nullable()}).nullable(),Lo=e.string().min(1).max(80).nullable(),Ro=e.string().min(10).max(1e3).nullable(),zo=e.object({policyVersion:e.string().min(1),policyAcceptedAt:e.iso.datetime(),logoUrl:e.url().max(2048).nullable(),email:e.email().nullable(),xHandle:G,teamName:Lo,projectDescription:Ro}),Bo=e.object({reason:e.string().min(1).max(500).optional()}),Vo=e.object({id:e.string().min(1),userId:e.string().min(1),user:Io,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:zo}),e.object({kind:e.enum([`production`]),data:Bo})]),reviewedBy:e.string().min(1).nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),Ho=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Uo=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(to),acceptedCurrencies:ro,payoutAddresses:e.array(Ho),keys:e.array(xo),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()}),Wo=e.object({roleStatus:e.enum([`none`,`pending`,`approved`,`rejected`,`cancelled`]),latestRequest:Vo,profile:K.nullable(),apps:e.array(Uo)}),Go=e.object({studioName:e.string().min(1).max(80).nullish(),studioUrl:e.url().max(2048).nullish(),studioXHandle:G.optional(),githubUrl:La.optional(),logoUrl:e.url().max(2048).nullish()}),Ko=e.object({acceptPolicy:e.literal(!0),logoUrl:e.url().max(2048).optional(),email:e.email().optional(),teamName:Lo.optional(),projectDescription:Ro.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:bt,platforms:h,gameType:g,ageRating:_,languages:St,releaseStatus:v,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()}),qo=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:bt.optional(),platforms:h.optional(),gameType:g.optional(),ageRating:_.optional(),languages:St.optional(),releaseStatus:v.optional()}),Jo=e.object({url:e.url().max(2048)}),Yo=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()}),Xo=e.object({players:e.array(Yo),total:e.int().gte(0),liveCount:e.int().gte(0),generatedAt:e.iso.datetime()}),Zo=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()}),Qo=e.object({admins:e.array(Zo)}),$o=e.object({id:e.string()}),es=e.object({email:e.email(),role:r.optional()}),ts=e.object({id:e.string(),role:r}),ns=e.object({role:r}),rs=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()}),is=e.object({users:e.array(rs),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),as=e.object({id:e.string(),banned:e.boolean()}),os=e.object({banned:e.boolean(),reason:e.string().min(1).max(280).optional()}),ss=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()}),cs=e.object({rows:e.array(ss),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),ls=e.object({requests:e.array(Vo)}),us=e.object({id:e.string().min(1),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`])}),ds=e.object({decision:e.enum([`approve`,`reject`]),notes:e.string().min(1).max(1e3).optional()}),fs=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()}),ps=e.object({userId:e.string().min(1),email:e.email(),displayName:e.string().nullable(),image:e.url().nullable(),studio:K.nullable(),apps:e.array(fs),grantedAt:e.iso.datetime().nullable()}),ms=e.object({developers:e.array(ps)}),hs=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()}),gs=e.object({items:e.array(hs)}),Q=e.object({status:e.enum([`draft`,`pending_review`,`published`,`hidden`])}),_s=e.object({reasonPublic:e.string().min(1).max(500),reasonInternal:e.string().max(2e3).optional()}),vs=e.union([e.object({decision:e.enum([`approve`])}),e.object({decision:e.enum([`reject`]),notes:e.string().min(1).max(1e3)})]),ys=e.object({field:e.string(),label:e.string(),from:e.string(),to:e.string()}),bs=e.object({appId:e.uuid(),submittedAt:e.iso.datetime().nullable(),changes:e.array(ys)}),xs=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]*$/)}),Ss=e.object({target:e.enum([`purchase`]),envelope:$}),Cs=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(Ss)}),ws=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4).optional(),stakeFeeBps:e.int().gte(0).lte(1e4).optional()}),Ts=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()}),Es=e.object({platformFeeBps:e.int().gte(0).lte(1e4).nullish(),rakeCapBps:e.int().gte(0).lte(3e3).nullish()}),Ds=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`])}),Os=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}$/)}),ks=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()}),As=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1).max(2e3)}),js=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),removed:e.literal(!0)}),Ms=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Ns=e.object({entries:e.array(ks)}),Ps=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}$/)}),Fs=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),action:e.enum([`pause`,`unpause`])}),Is=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),Ls=e.object({chain:e.string().min(1),account:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),Rs=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()}),zs=e.object({appeals:e.array(Rs),nextCursorFiledAt:e.iso.datetime().nullable()}),Bs=e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),Vs=e.enum([`purchase`,`pot`,`matured`]),Hs=e.object({source:Vs,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()}),Us=e.enum([`party`,`admin`,`system`]),Ws=e.object({id:e.string().min(1),senderUserId:e.string().nullable(),senderRole:Us,body:e.string().nullable(),attachments:e.array(F),sentAt:e.iso.datetime()}),Gs=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),threadId:e.string().nullable(),status:Bs,readOnly:e.boolean(),canResolve:e.boolean(),detail:Hs,messages:e.array(Ws)}),Ks=e.object({message:Ws}),qs=e.object({body:e.string().min(1).max(4e3).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Js=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`])}),Ys=e.object({decision:e.enum([`refund`,`dismiss`]),notes:e.string().min(1).max(2e3).optional()}),Xs=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]+$/)}),Zs=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),amount:e.string().regex(/^\d+$/),reason:e.string().min(1).max(2e3)}),Qs=e.object({legId:e.string().regex(/^0x[0-9a-f]{32}$/),reason:e.string().min(1).max(2e3)}),$s=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+$/)}),ec=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+$/)}),tc=e.discriminatedUnion(`kind`,[$s.extend({kind:e.literal(`direct`)}),ec.extend({kind:e.literal(`pull`)})]),nc=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()}),rc=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`])}))}),ic=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()}),ac=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+$/)}),oc=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}$/)}),sc=e.object({status:e.enum([`ok`])}),cc=e.object({id:e.string(),purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),lc=e.object({accountId:e.string(),providerId:e.string(),hasPassword:e.boolean(),scope:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),uc=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())}),dc=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()}),fc=e.object({user:i,sessions:e.array(me),consents:e.array(cc),accounts:e.array(lc),auditEvents:e.array(uc),messages:e.array(dc),exportedAt:e.iso.datetime()}),pc=e.object({name:t.optional(),image:e.string().min(1).max(2048).nullish()}),mc=e.object({purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),hc=e.object({consents:e.array(mc)}),gc=e.string().regex(/^[a-z][a-z0-9-]{2,63}$/),_c=e.object({purpose:gc,version:e.string().min(1).max(64),granted:e.boolean()}),vc=ue,yc=ce,bc=fe,xc=de,Sc=pe,Cc=he,wc=e.object({token:e.string().min(1),callbackURL:e.url().optional()}),Tc=ge,Ec=ve,Dc=_e,Oc=be,kc=ye,Ac=Se,jc=xe,Mc=Ce,Nc=Ee,Pc=we,Fc=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()}),Ic=e.object({request:c}),Lc=ke,Rc=e.object({client_id:e.string().min(1),return_uri:e.url()}),zc=Ae,Bc=e.object({clientId:e.string().min(1)}),Vc=je,Hc=Pe,Uc=Me,Wc=Ve,Gc=Fe,Kc=He,qc=Ue,Jc=Ye,Yc=Ke,Xc=Xe,Zc=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()}),Qc=Ze,$c=Qe,el=$e,tl=et,nl=it,rl=tt,il=tt,al=ot,ol=e.void(),sl=ct,cl=e.void(),ll=ut,ul=ft,dl=pt,fl=e.void(),pl=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)}),ml=ht,hl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),gl=wt,_l=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),vl=e.object({sort:Pt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),yl=Nt,bl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),xl=x,Sl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Cl=x,wl=Lt,Tl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),El=x,Dl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Ol=zt,kl=Vt,Al=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),jl=Bt,Ml=Ut,Nl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Pl=Ht,Fl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Il=e.object({limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),Ll=Kt,Rl=Jt,zl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Bl=qt,Vl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),commentId:e.uuid()}),Hl=Yt,Ul=e.object({appId:e.uuid()}),Wl=e.object({sort:Pt.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),Gl=Nt,Kl=e.object({appId:e.uuid(),reviewId:e.uuid()}),ql=Xt,Jl=Zt,Yl=e.object({appId:e.uuid(),reviewId:e.uuid()}),Xl=Xt,Zl=en,Ql=e.object({appId:e.uuid()}),$l=Qt,eu=e.object({id:e.uuid()}),tu=e.object({status:tn.optional(),limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),nu=rn,ru=an,iu=e.object({id:e.uuid(),reportId:e.uuid()}),au=nn,ou=sn,su=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()}),cu=ln,lu=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`)}),uu=C,du=e.object({groupId:e.string().min(1).max(128)}),fu=C,pu=e.object({chain:e.string().min(1).optional()}),mu=kn,hu=An,gu=Mn,_u=jn,vu=Pn,yu=Nn,bu=Fn,xu=e.object({before:e.iso.datetime().optional()}),Su=Ln,Cu=zn,wu=Rn,Tu=Vn,Eu=Bn,Du=w,Ou=w,ku=w,Au=Gn,ju=Wn,Mu=Kn,Nu=Zn,Pu=Xn,Fu=nr,Iu=tr,Lu=rr,Ru=or,zu=or,Bu=cr,Vu=sr,Hu=lr,Uu=fr,Wu=dr,Gu=ur,Ku=pr,qu=T,Ju=mr,Yu=T,Xu=Sr,Zu=wr,Qu=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),$u=Cr,ed=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),td=Dr,nd=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),rd=br,id=Er,ad=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),od=Tr,sd=Or,cd=i,ld=i,ud=e.object({file:e.string()}),dd=i,fd=e.object({q:e.string().max(200).optional()}),pd=Ar,md=Br,hd=e.union([Hr,Ur]),gd=Vr,_d=e.object({id:e.string().min(1)}),vd=M,yd=Wr,bd=e.object({id:e.string().min(1)}),xd=N,Sd=e.object({id:e.string().min(1)}),Cd=e.object({limit:e.int().gt(0).lte(100).optional(),before:e.iso.datetime().optional()}),wd=Yr,Td=Zr,Ed=e.object({id:e.string().min(1)}),Dd=I,Od=e.object({id:e.string().min(1),msgId:e.string().min(1)}),kd=M,Ad=$r,jd=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Md=I,Nd=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:P}),Pd=ei,Fd=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:P}),Id=ei,Ld=e.object({id:e.string().min(1)}),Rd=M,zd=e.object({file:e.string()}),Bd=e.object({id:e.string().min(1)}),Vd=L,Hd=e.object({id:e.string().min(1)}),Ud=M,Wd=ti,Gd=e.object({id:e.string().min(1)}),Kd=N,qd=e.object({id:e.string().min(1)}),Jd=M,Yd=e.object({id:e.string().min(1)}),Xd=M,Zd=e.object({id:e.string().min(1)}),Qd=ni,$d=e.object({id:e.string().min(1)}),ef=N,tf=e.object({file:e.string()}),nf=e.object({id:e.string().min(1)}),rf=N,af=e.object({id:e.string().min(1),userId:e.string().min(1)}),of=N,sf=R,cf=ai,lf=R,uf=e.object({id:e.string().min(1)}),df=R,ff=ci,pf=si,mf=li,hf=di,gf=ui,_f=pi,vf=fi,yf=mi,bf=e.object({id:e.string().min(1),userId:e.string().min(1)}),xf=N,Sf=gi,Cf=e.object({regenerate:e.boolean().optional()}),wf=_i,Tf=e.object({code:e.string().min(1).max(64)}),Ef=vi,Df=bi,Of=yi,kf=Si,Af=xi,jf=Ci,Mf=Ei,Nf=wi,Pf=Oi,Ff=Di,If=Ai,Lf=ki,Rf=Mi,zf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),Bf=Pi,Vf=e.object({appId:e.uuid()}),Hf=Fi,Uf=Ii,Wf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),Gf=Ri,Kf=Bi,qf=Hi,Jf=e.object({permitId:e.string().min(1)}),Yf=Wi,Xf=Bi,Zf=e.object({file:e.string()}),Qf=Ki,$f=e.object({tokenId:e.string()}),ep=Ki,tp=qi,np=Ui,rp=e.object({appId:e.string().min(1)}),ip=Yi,ap=$i,op=e.object({appId:e.string().min(1)}),sp=Xi,cp=e.object({appId:e.string().min(1)}),lp=ta,up=$i,dp=e.object({appId:e.string().min(1)}),fp=ea,pp=ra,mp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),hp=na,gp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),_p=oa,vp=e.object({file:e.string()}),yp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),bp=H,xp=e.object({file:e.string()}),Sp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),Cp=H,wp=ca,Tp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),Ep=sa,Dp=la,Op=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),kp=sa,Ap=da,jp=e.object({permitId:e.string().min(1)}),Mp=fa,Np=e.object({permitId:e.string().min(1)}),Pp=pa,Fp=ha,Ip=e.object({permitId:e.string().min(1)}),Lp=ma,Rp=_a,zp=ga,Bp=ya,Vp=va,Hp=xa,Up=xa,Wp=e.object({custodyId:e.string().min(1)}),Gp=Sa,Kp=Aa,qp=ja,Jp=e.object({id:e.string().min(1)}),Yp=U,Xp=U,Zp=Pa,Qp=e.object({id:e.string().min(1)}),$p=U,em=Fa,tm=e.object({id:e.string().min(1)}),nm=U,rm=Ia,im=e.object({handle:e.string().min(1)}),am=Ga,om=e.object({q:e.string().min(1).max(64),limit:e.int().gte(1).lte(50).optional().default(20)}),sm=qa,cm=e.object({id:e.string().min(1)}),lm=U,um=e.object({id:e.string().min(1)}),dm=U,fm=e.object({id:e.string().min(1)}),pm=U,mm=e.object({id:e.string().min(1)}),hm=Ja,gm=Qa,_m=Za,vm=Xa,ym=e.object({id:e.string().min(1)}),bm=q,xm=eo,Sm=J,Cm=e.object({id:e.string().min(1)}),wm=J,Tm=io,Em=e.object({id:e.string().min(1)}),Dm=J,Om=e.object({id:e.string().min(1)}),km=X,Am=e.object({file:e.string()}),jm=e.object({id:e.string().min(1)}),Mm=X,Nm=e.object({id:e.string().min(1)}),Pm=oo,Fm=e.object({id:e.string().min(1)}),Im=so,Lm=e.object({id:e.string().min(1)}),Rm=e.object({range:e.string().optional(),chain:e.string().optional()}),zm=lo,Bm=e.object({id:e.string().min(1)}),Vm=e.object({range:e.string().optional()}),Hm=fo,Um=e.object({id:e.string().min(1)}),Wm=po,Gm=e.object({id:e.string().min(1)}),Km=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`)}),qm=C,Jm=e.object({id:e.string().min(1)}),Ym=ho,Xm=_o,Zm=e.object({id:e.string().min(1),chain:e.string().min(1)}),Qm=go,$m=e.object({id:e.string().min(1),chain:e.string().min(1)}),eh=vo,th=e.object({id:e.string().min(1),chain:e.string().min(1)}),nh=e.object({token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional()}),rh=yo,ih=e.object({id:e.string().min(1),chain:e.string().min(1)}),ah=bo,oh=e.object({id:e.string().min(1),env:e.enum([`development`,`production`])}),sh=So,ch=wo,lh=e.object({id:e.string().min(1)}),uh=Co,dh=e.object({id:e.string().min(1)}),fh=To,ph=e.object({chain:e.string().optional()}),mh=Do,hh=e.object({chain:e.string().optional()}),gh=ko,_h=Ao,vh=e.object({id:e.string().min(1)}),yh=Mo,bh=No,xh=e.object({id:e.string().min(1)}),Sh=Mo,Ch=e.object({id:e.string().min(1),userId:e.string().min(1)}),wh=q,Th=Fo,Eh=e.object({appId:e.string().min(1)}),Dh=q,Oh=e.object({appId:e.string().min(1)}),kh=q,Ah=Wo,jh=Go,Mh=q,Nh=X,Ph=e.object({file:e.string()}),Fh=X,Ih=Ko,Lh=q,Rh=X,zh=e.object({file:e.string()}),Bh=X,Vh=e.object({appId:e.string().min(1)}),Hh=Z,Uh=qo,Wh=e.object({appId:e.string().min(1)}),Gh=Z,Kh=e.object({appId:e.string().min(1)}),qh=e.void(),Jh=e.object({file:e.string()}),Yh=e.object({appId:e.string().min(1)}),Xh=e.object({bannerUrl:e.url()}),Zh=e.object({appId:e.string().min(1)}),Qh=e.void(),$h=e.object({file:e.string()}),eg=e.object({appId:e.string().min(1)}),tg=e.object({thumbnailUrl:e.url()}),ng=e.object({appId:e.string().min(1)}),rg=e.void(),ig=e.object({file:e.string()}),ag=e.object({appId:e.string().min(1)}),og=e.object({thumbnailVideoUrl:e.url()}),sg=e.object({file:e.string()}),cg=e.object({appId:e.string().min(1)}),lg=Jo,ug=e.object({appId:e.string().min(1)}),dg=Z,fg=e.object({appId:e.string().min(1)}),pg=Z,mg=Xo,hg=Qo,gg=es,_g=$o,vg=e.object({id:e.string().min(1)}),yg=$o,bg=ns,xg=e.object({id:e.string().min(1)}),Sg=ts,Cg=e.object({search:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),wg=is,Tg=os,Eg=e.object({id:e.string().min(1)}),Dg=as,Og=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()}),kg=cs,Ag=e.object({status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]).optional(),kind:e.enum([`role`,`production`]).optional()}),jg=ls,Mg=ds,Ng=e.object({id:e.string().min(1)}),Pg=us,Fg=ms,Ig=e.object({status:e.union([e.enum([`draft`,`pending_review`,`published`,`hidden`]),e.enum([`all`]),e.enum([`pending_changes`])]).optional()}),Lg=gs,Rg=_s,zg=e.object({appId:e.string().min(1)}),Bg=Q,Vg=e.object({appId:e.string().min(1)}),Hg=Q,Ug=vs,Wg=e.object({appId:e.string().min(1)}),Gg=Q,Kg=e.object({appId:e.string().min(1)}),qg=bs,Jg=vs,Yg=e.object({appId:e.string().min(1)}),Xg=Q,Zg=xs,Qg=ws,$g=Cs,e_=e.object({appId:e.string().min(1)}),t_=Ts,n_=Es,r_=e.object({appId:e.string().min(1)}),i_=Ts,a_=Ds,o_=$,s_=Os,c_=e.object({processorId:e.string().min(1)}),l_=$,u_=Ms,d_=js,f_=e.object({chain:e.string().min(1).optional()}),p_=Ns,m_=As,h_=ks,g_=Ps,__=e.object({vaultAddress:e.string().min(1)}),v_=$,y_=Fs,b_=e.object({vaultAddress:e.string().min(1)}),x_=$,S_=Is,C_=e.object({vaultAddress:e.string().min(1)}),w_=$,T_=Ls,E_=e.object({vaultAddress:e.string().min(1)}),D_=$,O_=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()}),k_=zs,A_=e.object({appealId:e.string().min(1)}),j_=Gs,M_=qs,N_=e.object({appealId:e.string().min(1)}),P_=Ks,F_=e.object({file:e.string()}),I_=e.object({appealId:e.string().min(1)}),L_=L,R_=Ys,z_=e.object({appealId:e.string().min(1)}),B_=Js,V_=Zs,H_=Xs,U_=Qs,W_=Xs,G_=e.object({appealId:e.string().min(1)}),K_=Gs,q_=qs,J_=e.object({appealId:e.string().min(1)}),Y_=Ks,X_=e.object({file:e.string()}),Z_=e.object({appealId:e.string().min(1)}),Q_=L,$_=nc,ev=tc,tv=ic,nv=rc,rv=oc,iv=ac,av=sc,ov=fc,sv=e.void(),cv=pc,lv=i,uv=hc,dv=_c,fv=e.void();export{ee as ZodError,te as z,ro as zAcceptedCurrencies,C as zActivityResponse,Dn as zActivityRow,_n as zActivityRowAppeal,mn as zActivityRowCreditTransferred,fn as zActivityRowMaturedWithdrawal,vn as zActivityRowMoonpayBuy,yn as zActivityRowMoonpaySell,En as zActivityRowNftCharge,un as zActivityRowPayment,gn as zActivityRowPaymentAutoclaim,dn as zActivityRowPaymentWithdrawal,pn as zActivityRowPayoutSent,hn as zActivityRowPotLeg,Tn as zActivityRowReferralEarning,Cn as zActivityRowTronCashout,bn as zActivityRowTronDeposit,Sn as zActivityRowTronPot,wn as zActivityRowTronTransfer,xn as zActivityTronInvolvedUser,es as zAddAdminRequest,Yo as zAdminActivePlayer,Xo as zAdminActivePlayersResponse,ys as zAdminAppPageDiffField,bs as zAdminAppPageDiffResponse,hs as zAdminAppPageItem,gs as zAdminAppPageListResponse,Q as zAdminAppPageStatusResponse,ss as zAdminAuditListItem,cs as zAdminAuditListResponse,fs as zAdminDeveloperAppItem,ps as zAdminDeveloperListItem,ms as zAdminDeveloperListResponse,$o as zAdminMutationResponse,r as zAdminRole,ts as zAdminRoleChangeResponse,T as zAdminTronCashoutItem,pr as zAdminTronCashoutListResponse,mr as zAdminTronCashoutRejectRequest,Zo as zAdminUser,os as zAdminUserBanRequest,as as zAdminUserBanResponse,rs as zAdminUserListItem,is as zAdminUserListResponse,nn as zAppContentReport,$t as zAppContentReportCategory,rn as zAppContentReportListResponse,tn as zAppContentReportStatus,Ts as zAppFeeConfigResponse,_ as zAppPageAgeRating,Ta as zAppPageApprovedNotificationPayload,f as zAppPageCategories,_t as zAppPageChapter,vt as zAppPageChapters,Z as zAppPageDraft,m as zAppPageGallery,gt as zAppPageGalleryItem,Jo as zAppPageGalleryUploadResponse,g as zAppPageGameType,St as zAppPageLanguages,yt as zAppPageLink,bt as zAppPageLinks,Ct as zAppPagePaymentsMode,h as zAppPagePlatforms,Ea as zAppPageRejectedNotificationPayload,v as zAppPageReleaseStatus,d as zAppPageSlug,p as zAppPageTagline,Oa as zAppParticipantAcceptedNotificationPayload,Da as zAppParticipantInviteNotificationPayload,at as zAppPaymentAuthorizationItem,Fi as zAppPlaytime,As as zAppealBlacklistAddRequest,ks as zAppealBlacklistEntry,Ns as zAppealBlacklistListResponse,Ms as zAppealBlacklistRemoveRequest,js as zAppealBlacklistRemoveResponse,Zs as zAppealFileRequest,Xs as zAppealFileResponse,Qs as zAppealPotLegFileRequest,Ys as zAppealResolveRequest,Js as zAppealResolveSignedResponse,Hs as zAppealRoomDetail,Ws as zAppealRoomMessage,qs as zAppealRoomPostRequest,Ks as zAppealRoomPostResponse,Us as zAppealRoomSenderRole,Vs as zAppealRoomSource,Bs as zAppealRoomStatus,Gs as zAppealRoomView,Rs as zAppealStatusRow,me as zAuthSession,i as zAuthUser,n as zBannerVariant,ci as zBatchThreadDmKeysBody,si as zBatchThreadDmKeysResponse,se as zBearerToken,re as zBio,$ as zCalldataEnvelope,hc as zConsentListResponse,_c as zConsentRecordRequest,mc as zConsentRow,Za as zCreateDeveloperApiKey,Xa as zCreateDeveloperApiKeyResponse,eo as zCreateDeveloperApp,$a as zCreateDeveloperAppChain,wo as zCreateDeveloperProductionRequest,Co as zCreateDeveloperProductionRequestResponse,Ko as zCreateDeveloperRoleRequest,Hr as zCreateDirectThreadBody,Ur as zCreateGroupThreadBody,Jt as zCreateReviewCommentRequest,qt as zCreateReviewCommentResponse,Vr as zCreateThreadResponse,Er as zCreateWalletDelegation,Tr as zCreateWalletDelegationResponse,vg as zDeleteAdminAdminsByIdPath,yg as zDeleteAdminAdminsByIdResponse,u_ as zDeleteAdminPaymentsAppealBlacklistBody,d_ as zDeleteAdminPaymentsAppealBlacklistResponse,ld as zDeleteMeAvatarResponse,Kh as zDeleteMeDeveloperAppsByAppIdPageBannerPath,qh as zDeleteMeDeveloperAppsByAppIdPageBannerResponse,Zh as zDeleteMeDeveloperAppsByAppIdPageThumbnailPath,Qh as zDeleteMeDeveloperAppsByAppIdPageThumbnailResponse,ng as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoPath,rg as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoResponse,Kl as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,ql as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,Om as zDeleteMeDeveloperAppsByIdLogoPath,km as zDeleteMeDeveloperAppsByIdLogoResponse,Ch as zDeleteMeDeveloperAppsByIdParticipantsByUserIdPath,wh as zDeleteMeDeveloperAppsByIdParticipantsByUserIdResponse,Cm as zDeleteMeDeveloperAppsByIdPath,wm as zDeleteMeDeveloperAppsByIdResponse,ym as zDeleteMeDeveloperKeysByIdPath,bm as zDeleteMeDeveloperKeysByIdResponse,Nh as zDeleteMeDeveloperProfileLogoResponse,Rh as zDeleteMeDeveloperRequestLogoResponse,Qp as zDeleteMeFriendRequestsByIdPath,$p as zDeleteMeFriendRequestsByIdResponse,ol as zDeleteMeOauthPaymentAuthorizationsByConsentIdResponse,sv as zDeleteMeResponse,Vl as zDeleteMeReviewsBySlugCommentsByCommentIdPath,Hl as zDeleteMeReviewsBySlugCommentsByCommentIdResponse,bl as zDeleteMeReviewsBySlugPath,xl as zDeleteMeReviewsBySlugResponse,$d as zDeleteMeThreadsByIdLogoPath,ef as zDeleteMeThreadsByIdLogoResponse,Od as zDeleteMeThreadsByIdMessagesByMsgIdPath,Nd as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Pd as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,kd as zDeleteMeThreadsByIdMessagesByMsgIdResponse,af as zDeleteMeThreadsByIdParticipantsByUserIdPath,of as zDeleteMeThreadsByIdParticipantsByUserIdResponse,_d as zDeleteMeThreadsByIdPath,Yd as zDeleteMeThreadsByIdPinPath,Xd as zDeleteMeThreadsByIdPinResponse,vd as zDeleteMeThreadsByIdResponse,ed as zDeleteMeWalletsByAddressDelegatePath,td as zDeleteMeWalletsByAddressDelegateResponse,Yt as zDeleteReviewCommentResponse,cm as zDeleteUsersByIdFollowPath,lm as zDeleteUsersByIdFollowResponse,fm as zDeleteUsersByIdFriendPath,pm as zDeleteUsersByIdFriendResponse,Dr as zDeleteWalletDelegationResponse,Eo as zDevAppealRow,Do as zDevAppealsResponse,Oo as zDevPendingDepositRow,ko as zDevPendingDepositsResponse,Ya as zDeveloperApiKeyItem,Qa as zDeveloperApiKeysResponse,_o as zDeveloperAppAutoSweepRequest,go as zDeveloperAppAutoSweepResponse,ao as zDeveloperAppBalanceItem,oo as zDeveloperAppBalancesResponse,bo as zDeveloperAppConsolidateResponse,co as zDeveloperAppEarningsBucket,lo as zDeveloperAppEarningsResponse,J as zDeveloperAppIdResponse,Uo as zDeveloperAppItem,xo as zDeveloperAppKeyItem,Y as zDeveloperAppName,po as zDeveloperAppOverviewResponse,jo as zDeveloperAppParticipant,Mo as zDeveloperAppParticipantsResponse,Ho as zDeveloperAppPayoutAddressItem,uo as zDeveloperAppPlaytimeBucket,fo as zDeveloperAppPlaytimeResponse,vo as zDeveloperAppProvisionWalletResponse,so as zDeveloperAppTronBalanceResponse,mo as zDeveloperAppWalletItem,ho as zDeveloperAppWalletsResponse,yo as zDeveloperAppWithdrawResponse,Po as zDeveloperInvite,Fo as zDeveloperInvitesResponse,X as zDeveloperLogoUploadResponse,Wo as zDeveloperMeStatus,q as zDeveloperOkResponse,Bo as zDeveloperProductionRequestPayload,K as zDeveloperProfile,Vo as zDeveloperRequestItem,Io as zDeveloperRequestSubject,zo as zDeveloperRoleRequestPayload,Ao as zDeveloperTronBalanceSummaryResponse,Fr as zDirectThreadSummary,ne as zDisplayName,ri as zDmKeyAlgorithm,ui as zDmKeyBackupOkResponse,di as zDmKeyBackupSetupBody,li as zDmKeyBackupStatusResponse,pi as zDmKeyBackupUnlockBody,fi as zDmKeyBackupUnlockResponse,R as zDmKeyResponse,ii as zDmPublicKeyEntry,lc as zDsarAccount,uc as zDsarAuditEvent,cc as zDsarConsent,fc as zDsarExportResponse,dc as zDsarMessage,pc as zDsarRectifyRequest,Ri as zEarningsTimeseries,Li as zEarningsTimeseriesBucket,$r as zEditMessageBody,to as zEmbedOrigin,le as zErrorResponse,wa as zFriendAcceptedNotificationPayload,Na as zFriendListItem,Pa as zFriendListResponse,Ja as zFriendRequestAck,Fa as zFriendRequestDecision,Ca as zFriendRequestNotificationPayload,mg as zGetAdminActivePlayersResponse,hg as zGetAdminAdminsResponse,Kg as zGetAdminAppPagesByAppIdChangesPath,qg as zGetAdminAppPagesByAppIdChangesResponse,Ig as zGetAdminAppPagesQuery,Lg as zGetAdminAppPagesResponse,e_ as zGetAdminAppsByAppIdFeeConfigPath,t_ as zGetAdminAppsByAppIdFeeConfigResponse,Og as zGetAdminAuditQuery,kg as zGetAdminAuditResponse,Ag as zGetAdminDeveloperRequestsQuery,jg as zGetAdminDeveloperRequestsResponse,Fg as zGetAdminDevelopersResponse,f_ as zGetAdminPaymentsAppealBlacklistQuery,p_ as zGetAdminPaymentsAppealBlacklistResponse,A_ as zGetAdminPaymentsAppealsByAppealIdRoomPath,j_ as zGetAdminPaymentsAppealsByAppealIdRoomResponse,O_ as zGetAdminPaymentsAppealsQuery,k_ as zGetAdminPaymentsAppealsResponse,Zg as zGetAdminPlatformFeesResponse,Ku as zGetAdminTronCashoutsResponse,Cg as zGetAdminUsersQuery,wg as zGetAdminUsersResponse,Cc as zGetAuthGetSessionResponse,wc as zGetAuthVerifyEmailQuery,Tc as zGetAuthVerifyEmailResponse,av as zGetHealthResponse,$f as zGetInventoryMetadataErc1155ByTokenIdMetadataJsonPath,ep as zGetInventoryMetadataErc1155ByTokenIdMetadataJsonResponse,Zf as zGetInventoryMetadataErc721ByFilePath,Qf as zGetInventoryMetadataErc721ByFileResponse,Vf as zGetMeAppsByAppIdPlaytimePath,Hf as zGetMeAppsByAppIdPlaytimeResponse,uv as zGetMeConsentResponse,ov as zGetMeDataResponse,rp as zGetMeDeveloperAppsByAppIdInventoryCollectionsPath,ip as zGetMeDeveloperAppsByAppIdInventoryCollectionsResponse,gp as zGetMeDeveloperAppsByAppIdInventoryItemsByItemIdHoldersPath,_p as zGetMeDeveloperAppsByAppIdInventoryItemsByItemIdHoldersResponse,cp as zGetMeDeveloperAppsByAppIdInventoryItemsPath,lp as zGetMeDeveloperAppsByAppIdInventoryItemsResponse,Vh as zGetMeDeveloperAppsByAppIdPagePath,Hh as zGetMeDeveloperAppsByAppIdPageResponse,Ul as zGetMeDeveloperAppsByAppIdReviewsPath,Wl as zGetMeDeveloperAppsByAppIdReviewsQuery,Gl as zGetMeDeveloperAppsByAppIdReviewsResponse,Gm as zGetMeDeveloperAppsByIdActivityPath,Km as zGetMeDeveloperAppsByIdActivityQuery,qm as zGetMeDeveloperAppsByIdActivityResponse,Nm as zGetMeDeveloperAppsByIdBalancesPath,Pm as zGetMeDeveloperAppsByIdBalancesResponse,Lm as zGetMeDeveloperAppsByIdEarningsPath,Rm as zGetMeDeveloperAppsByIdEarningsQuery,zm as zGetMeDeveloperAppsByIdEarningsResponse,Um as zGetMeDeveloperAppsByIdOverviewPath,Wm as zGetMeDeveloperAppsByIdOverviewResponse,vh as zGetMeDeveloperAppsByIdParticipantsPath,yh as zGetMeDeveloperAppsByIdParticipantsResponse,Bm as zGetMeDeveloperAppsByIdPlaytimePath,Vm as zGetMeDeveloperAppsByIdPlaytimeQuery,Hm as zGetMeDeveloperAppsByIdPlaytimeResponse,eu as zGetMeDeveloperAppsByIdReportsPath,tu as zGetMeDeveloperAppsByIdReportsQuery,nu as zGetMeDeveloperAppsByIdReportsResponse,Fm as zGetMeDeveloperAppsByIdTronBalancePath,Im as zGetMeDeveloperAppsByIdTronBalanceResponse,Jm as zGetMeDeveloperAppsByIdWalletsPath,Ym as zGetMeDeveloperAppsByIdWalletsResponse,Th as zGetMeDeveloperInvitesResponse,gm as zGetMeDeveloperKeysResponse,ph as zGetMeDeveloperPaymentsAppealsQuery,mh as zGetMeDeveloperPaymentsAppealsResponse,hh as zGetMeDeveloperPaymentsPendingDepositsQuery,gh as zGetMeDeveloperPaymentsPendingDepositsResponse,_h as zGetMeDeveloperPaymentsTronBalanceResponse,Ah as zGetMeDeveloperResponse,mf as zGetMeDmKeyBackupResponse,sf as zGetMeDmKeyResponse,Wf as zGetMeEarningsTimeseriesQuery,Gf as zGetMeEarningsTimeseriesResponse,Zp as zGetMeFriendsResponse,fd as zGetMeGiphySearchQuery,pd as zGetMeGiphySearchResponse,qf as zGetMeInventoryPermitsResponse,Kf as zGetMeInventoryResponse,Ap as zGetMeInventoryVaultPermitsResponse,Hp as zGetMeInventoryVaultedResponse,Kp as zGetMeNotificationsResponse,ll as zGetMeOauthConnectionsResponse,al as zGetMeOauthPaymentAuthorizationsResponse,ul as zGetMeOauthTronAuthorizationsResponse,Rf as zGetMePlaytimeResponse,zf as zGetMePlaytimeTimeseriesQuery,Bf as zGetMePlaytimeTimeseriesResponse,Tf as zGetMeReferralPreviewQuery,Ef as zGetMeReferralPreviewResponse,Sf as zGetMeReferralResponse,Sl as zGetMeReviewsBySlugPath,Dl as zGetMeReviewsBySlugReactionsPath,Ol as zGetMeReviewsBySlugReactionsResponse,Cl as zGetMeReviewsBySlugResponse,rm as zGetMeSocialsResponse,Uf as zGetMeStatsResponse,uf as zGetMeThreadsByIdDmKeyPath,df as zGetMeThreadsByIdDmKeyResponse,Sd as zGetMeThreadsByIdMessagesPath,Cd as zGetMeThreadsByIdMessagesQuery,wd as zGetMeThreadsByIdMessagesResponse,md as zGetMeThreadsResponse,nd as zGetMeWalletsByAddressDelegatePath,rd as zGetMeWalletsByAddressDelegateResponse,Xu as zGetMeWalletsResponse,Fc as zGetOauthAuthorizeQuery,Ic as zGetOauthConsentByRequestPath,Lc as zGetOauthConsentByRequestResponse,Xf as zGetOauthInventoryResponse,Up as zGetOauthInventoryVaultedResponse,el as zGetOauthPaymentsIntentByIdResponse,Xc as zGetOauthPaymentsLimitsResponse,Bc as zGetOauthPaymentsNotInvitedByClientIdPath,Vc as zGetOauthPaymentsNotInvitedByClientIdResponse,Zc as zGetOauthPaymentsPriceQuery,Qc as zGetOauthPaymentsPriceResponse,$c as zGetOauthPaymentsStatusByIdResponse,Mu as zGetOauthPaymentsTronBalanceResponse,Lu as zGetOauthPaymentsTronIntentByIdResponse,Rc as zGetOauthRaiseLimitContextQuery,zc as zGetOauthRaiseLimitContextResponse,G_ as zGetPaymentsAppealsByAppealIdRoomPath,K_ as zGetPaymentsAppealsByAppealIdRoomResponse,ou as zGetPaymentsChainsResponse,du as zGetPaymentsMeActivityGroupByGroupIdPath,fu as zGetPaymentsMeActivityGroupByGroupIdResponse,lu as zGetPaymentsMeActivityQuery,uu as zGetPaymentsMeActivityResponse,hu as zGetPaymentsMeMoonpayAvailabilityResponse,pu as zGetPaymentsMeOutstandingQuery,mu as zGetPaymentsMeOutstandingResponse,su as zGetPaymentsMeQuery,cu as zGetPaymentsMeResponse,Uu as zGetPaymentsMeTronCashoutsResponse,xu as zGetPaymentsMeTronLedgerQuery,Su as zGetPaymentsMeTronLedgerResponse,bu as zGetPaymentsMeTronResponse,Du as zGetPaymentsMeTronSecurityResponse,hl as zGetPublicAppsBySlugPath,gl as zGetPublicAppsBySlugResponse,Fl as zGetPublicAppsBySlugReviewsByReviewIdCommentsPath,Il as zGetPublicAppsBySlugReviewsByReviewIdCommentsQuery,Ll as zGetPublicAppsBySlugReviewsByReviewIdCommentsResponse,_l as zGetPublicAppsBySlugReviewsPath,vl as zGetPublicAppsBySlugReviewsQuery,yl as zGetPublicAppsBySlugReviewsResponse,pl as zGetPublicLibraryQuery,ml as zGetPublicLibraryResponse,he as zGetSessionResponse,Kc as zGetUserinfoResponse,im as zGetUsersByHandlePath,am as zGetUsersByHandleResponse,om as zGetUsersSearchQuery,sm as zGetUsersSearchResponse,Mc as zGetWellKnownOauthAuthorizationServerResponse,Ar as zGiphySearchResponse,kr as zGiphySearchResult,La as zGitHubUrl,Lr as zGroupParticipant,N as zGroupThreadMutationResponse,Rr as zGroupThreadSummary,sc as zHealthResponse,_s as zHideAppPage,Yi as zInventoryCollectionListResponse,Ji as zInventoryCollectionSummary,zi as zInventoryHolding,aa as zInventoryItemHolder,oa as zInventoryItemHoldersResponse,ta as zInventoryItemListResponse,H as zInventoryItemRecord,$i as zInventoryItemRegistrationInput,ea as zInventoryItemRegistrationResult,Qi as zInventoryItemRegistrationSpec,ia as zInventoryItemStats,Bi as zInventoryListResponse,Gi as zInventoryMetadataAttribute,ra as zInventoryMintPermitCreateInput,na as zInventoryMintPermitRecord,_a as zInventoryNftTransferQuoteRequest,ga as zInventoryNftTransferQuoteResponse,ya as zInventoryNftTransferRequest,va as zInventoryNftTransferResponse,Vi as zInventoryPendingPermit,Hi as zInventoryPendingPermitListResponse,ua as zInventoryPendingVaultPermit,da as zInventoryPendingVaultPermitListResponse,Wi as zInventoryPermitRedeemResult,Xi as zInventoryRegistrationQuote,pa as zInventoryRelayedVaultQuoteResponse,ha as zInventoryRelayedVaultSubmitRequest,ma as zInventoryRelayedVaultSubmitResponse,fa as zInventorySignedVaultPermit,Zi as zInventorySupplyType,Ki as zInventoryTokenMetadata,ba as zInventoryVaultCustody,xa as zInventoryVaultCustodyListResponse,Sa as zInventoryVaultForceWithdrawResponse,ca as zInventoryVaultPermitCreateInput,sa as zInventoryVaultPermitRecord,la as zInventoryWithdrawPermitCreateInput,No as zInviteDeveloperAppParticipant,ti as zInviteParticipantsBody,mt as zLibraryItem,ht as zLibraryListResponse,Qo as zListAdminsResponse,ot as zListAppPaymentAuthorizationsResponse,zs as zListAppealsResponse,ls as zListDeveloperRequestsResponse,ut as zListOauthConnectionsResponse,ft as zListTronPaymentAuthorizationsResponse,Ii as zMeStats,F as zMessageAttachment,qr as zMessageAttachmentKind,Qr as zMessageBody,O as zMessageEnvelope,I as zMessageItem,Jr as zMessageLinkPreview,Gr as zMessageReplyPreview,Nr as zMessageTransactionNftTransfer,Mr as zMessageTransactionTronTransfer,Yr as zMessagesPageResponse,M as zMessagingOkResponse,qi as zMintRequestInput,Ui as zMintRequestResult,An as zMoonpayAvailabilityResponse,Mn as zMoonpayBuyUrlRequest,jn as zMoonpayBuyUrlResponse,Pn as zMoonpaySellUrlRequest,Nn as zMoonpaySellUrlResponse,Rt as zMyReviewReaction,zt as zMyReviewReactionsResponse,x as zMyReviewResponse,ka as zNotificationItem,Aa as zNotificationListResponse,ja 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,oc as zOauthPaymentCancelPotRequest,ac as zOauthPaymentCancelPotResponse,We as zOauthPaymentChargeCompleted,Je as zOauthPaymentChargeIdempotencyMismatch,qe as zOauthPaymentChargeLimitExceeded,Ge as zOauthPaymentChargeRedirect,Ye as zOauthPaymentChargeRequest,Ke as zOauthPaymentChargeResponse,ic as zOauthPaymentDistributeRequest,rc 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,$s as zOauthPaymentPayoutDirect,ec as zOauthPaymentPayoutPull,nc as zOauthPaymentPayoutRequest,tc 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,Ma as zOnlineStatus,On as zOutstandingByToken,kn as zOutstandingResponse,It as zOwnReview,j as zParticipantRole,bg as zPatchAdminAdminsByIdBody,xg as zPatchAdminAdminsByIdPath,Sg as zPatchAdminAdminsByIdResponse,n_ as zPatchAdminAppsByAppIdFeeConfigBody,r_ as zPatchAdminAppsByAppIdFeeConfigPath,i_ as zPatchAdminAppsByAppIdFeeConfigResponse,Mg as zPatchAdminDeveloperRequestsByIdBody,Ng as zPatchAdminDeveloperRequestsByIdPath,Pg as zPatchAdminDeveloperRequestsByIdResponse,Qg as zPatchAdminPlatformFeesBody,$g as zPatchAdminPlatformFeesResponse,Tg as zPatchAdminUsersByIdBody,Eg as zPatchAdminUsersByIdPath,Dg as zPatchAdminUsersByIdResponse,cv as zPatchMeBody,Uh as zPatchMeDeveloperAppsByAppIdPageBody,Wh as zPatchMeDeveloperAppsByAppIdPagePath,Gh as zPatchMeDeveloperAppsByAppIdPageResponse,Tm as zPatchMeDeveloperAppsByIdBody,Em as zPatchMeDeveloperAppsByIdPath,ru as zPatchMeDeveloperAppsByIdReportsByReportIdBody,iu as zPatchMeDeveloperAppsByIdReportsByReportIdPath,au as zPatchMeDeveloperAppsByIdReportsByReportIdResponse,Dm as zPatchMeDeveloperAppsByIdResponse,Xm as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepBody,Zm as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepPath,Qm as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepResponse,jh as zPatchMeDeveloperProfileBody,Mh as zPatchMeDeveloperProfileResponse,em as zPatchMeFriendRequestsByIdBody,tm as zPatchMeFriendRequestsByIdPath,nm as zPatchMeFriendRequestsByIdResponse,qp as zPatchMeNotificationsByIdBody,Jp as zPatchMeNotificationsByIdPath,Yp as zPatchMeNotificationsByIdResponse,sl as zPatchMeOauthPaymentAuthorizationsByConsentIdBody,cl as zPatchMeOauthPaymentAuthorizationsByConsentIdResponse,dl as zPatchMeOauthTronAuthorizationsByConsentIdBody,fl as zPatchMeOauthTronAuthorizationsByConsentIdResponse,sd as zPatchMeProfileBody,cd as zPatchMeProfileResponse,lv as zPatchMeResponse,yd as zPatchMeThreadsByIdBody,Ad as zPatchMeThreadsByIdMessagesByMsgIdBody,jd as zPatchMeThreadsByIdMessagesByMsgIdPath,Md as zPatchMeThreadsByIdMessagesByMsgIdResponse,yf as zPatchMeThreadsByIdParticipantsByUserIdRoleBody,bf as zPatchMeThreadsByIdParticipantsByUserIdRolePath,xf as zPatchMeThreadsByIdParticipantsByUserIdRoleResponse,bd as zPatchMeThreadsByIdPath,xd as zPatchMeThreadsByIdResponse,Zu as zPatchMeWalletsByAddressBody,Qu as zPatchMeWalletsByAddressPath,$u as zPatchMeWalletsByAddressResponse,Fs as zPauseRequest,on as zPaymentChain,sn as zPaymentChainsResponse,ln as zPaymentHistoryResponse,cn as zPaymentHistoryRow,u as zPaymentMetadata,ni as zPinThreadResponse,Oe as zPkceCodeChallenge,Le as zPkceCodeVerifier,no as zPlatformCurrency,oe as zPlatformEnvironment,Ss as zPlatformFeeEnvelope,xs as zPlatformFeesResponse,V as zPlaySessionAppId,Ei as zPlaySessionConfirmRequest,wi as zPlaySessionConfirmResponse,Ai as zPlaySessionEndRequest,ki as zPlaySessionEndResponse,Oi as zPlaySessionHeartbeatRequest,Di as zPlaySessionHeartbeatResponse,B as zPlaySessionId,Si as zPlaySessionOpenRequest,xi as zPlaySessionOpenResponse,Ti as zPlaySessionUserId,ji as zPlaytimeAppEntry,Mi as zPlaytimeOverview,Pi as zPlaytimeTimeseries,Ni as zPlaytimeTimeseriesBucket,gg as zPostAdminAdminsBody,_g as zPostAdminAdminsResponse,Rg as zPostAdminAppPagesByAppIdHideBody,zg as zPostAdminAppPagesByAppIdHidePath,Bg as zPostAdminAppPagesByAppIdHideResponse,Ug as zPostAdminAppPagesByAppIdReviewBody,Jg as zPostAdminAppPagesByAppIdReviewChangesBody,Yg as zPostAdminAppPagesByAppIdReviewChangesPath,Xg as zPostAdminAppPagesByAppIdReviewChangesResponse,Wg as zPostAdminAppPagesByAppIdReviewPath,Gg as zPostAdminAppPagesByAppIdReviewResponse,Vg as zPostAdminAppPagesByAppIdUnhidePath,Hg as zPostAdminAppPagesByAppIdUnhideResponse,Wp as zPostAdminInventoryVaultCustodyByCustodyIdForceWithdrawPath,Gp as zPostAdminInventoryVaultCustodyByCustodyIdForceWithdrawResponse,m_ as zPostAdminPaymentsAppealBlacklistBody,h_ as zPostAdminPaymentsAppealBlacklistResponse,R_ as zPostAdminPaymentsAppealsByAppealIdResolveBody,z_ as zPostAdminPaymentsAppealsByAppealIdResolvePath,B_ as zPostAdminPaymentsAppealsByAppealIdResolveResponse,F_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsBody,I_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsPath,L_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsResponse,M_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesBody,N_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesPath,P_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesResponse,s_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryBody,c_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryPath,l_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryResponse,a_ as zPostAdminPaymentsProcessorsWhitelistBody,o_ as zPostAdminPaymentsProcessorsWhitelistResponse,g_ as zPostAdminPaymentsVaultsByVaultAddressOperatorBody,__ as zPostAdminPaymentsVaultsByVaultAddressOperatorPath,v_ as zPostAdminPaymentsVaultsByVaultAddressOperatorResponse,y_ as zPostAdminPaymentsVaultsByVaultAddressPauseBody,b_ as zPostAdminPaymentsVaultsByVaultAddressPausePath,x_ as zPostAdminPaymentsVaultsByVaultAddressPauseResponse,S_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultBody,C_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultPath,w_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultResponse,T_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideBody,E_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverridePath,D_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideResponse,qu as zPostAdminTronCashoutsByIdApproveResponse,Ju as zPostAdminTronCashoutsByIdRejectBody,Yu as zPostAdminTronCashoutsByIdRejectResponse,Oc as zPostAuthRequestPasswordResetBody,kc as zPostAuthRequestPasswordResetResponse,Ac as zPostAuthResetPasswordBody,jc as zPostAuthResetPasswordResponse,Ec as zPostAuthSendVerificationEmailBody,Dc as zPostAuthSendVerificationEmailResponse,bc as zPostAuthSignInEmailBody,xc as zPostAuthSignInEmailResponse,Sc as zPostAuthSignOutResponse,vc as zPostAuthSignUpEmailBody,yc as zPostAuthSignUpEmailResponse,Zl as zPostMeAppsByAppIdReportBody,Ql as zPostMeAppsByAppIdReportPath,$l as zPostMeAppsByAppIdReportResponse,ud as zPostMeAvatarBody,dd as zPostMeAvatarResponse,dv as zPostMeConsentBody,fv as zPostMeConsentResponse,xm as zPostMeDeveloperAppsBody,up as zPostMeDeveloperAppsByAppIdInventoryItemsBody,xp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerBody,Sp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerPath,Cp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerResponse,vp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImageBody,yp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImagePath,bp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImageResponse,pp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsBody,mp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsPath,hp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsResponse,wp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsBody,Tp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsPath,Ep as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsResponse,Dp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsBody,Op as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsPath,kp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsResponse,dp as zPostMeDeveloperAppsByAppIdInventoryItemsPath,ap as zPostMeDeveloperAppsByAppIdInventoryItemsQuoteBody,op as zPostMeDeveloperAppsByAppIdInventoryItemsQuotePath,sp as zPostMeDeveloperAppsByAppIdInventoryItemsQuoteResponse,fp as zPostMeDeveloperAppsByAppIdInventoryItemsResponse,Jh as zPostMeDeveloperAppsByAppIdPageBannerBody,Yh as zPostMeDeveloperAppsByAppIdPageBannerPath,Xh as zPostMeDeveloperAppsByAppIdPageBannerResponse,sg as zPostMeDeveloperAppsByAppIdPageGalleryBody,cg as zPostMeDeveloperAppsByAppIdPageGalleryPath,lg as zPostMeDeveloperAppsByAppIdPageGalleryResponse,ug as zPostMeDeveloperAppsByAppIdPageSubmitForReviewPath,dg as zPostMeDeveloperAppsByAppIdPageSubmitForReviewResponse,$h as zPostMeDeveloperAppsByAppIdPageThumbnailBody,eg as zPostMeDeveloperAppsByAppIdPageThumbnailPath,tg as zPostMeDeveloperAppsByAppIdPageThumbnailResponse,ig as zPostMeDeveloperAppsByAppIdPageThumbnailVideoBody,ag as zPostMeDeveloperAppsByAppIdPageThumbnailVideoPath,og as zPostMeDeveloperAppsByAppIdPageThumbnailVideoResponse,fg as zPostMeDeveloperAppsByAppIdPageUnpublishPath,pg as zPostMeDeveloperAppsByAppIdPageUnpublishResponse,Am as zPostMeDeveloperAppsByIdLogoBody,jm as zPostMeDeveloperAppsByIdLogoPath,Mm as zPostMeDeveloperAppsByIdLogoResponse,bh as zPostMeDeveloperAppsByIdParticipantsBody,xh as zPostMeDeveloperAppsByIdParticipantsPath,Sh as zPostMeDeveloperAppsByIdParticipantsResponse,dh as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretPath,fh as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretResponse,ch as zPostMeDeveloperAppsByIdProductionRequestBody,lh as zPostMeDeveloperAppsByIdProductionRequestPath,uh as zPostMeDeveloperAppsByIdProductionRequestResponse,ih as zPostMeDeveloperAppsByIdWalletsByChainConsolidatePath,ah as zPostMeDeveloperAppsByIdWalletsByChainConsolidateResponse,$m as zPostMeDeveloperAppsByIdWalletsByChainProvisionPath,eh as zPostMeDeveloperAppsByIdWalletsByChainProvisionResponse,th as zPostMeDeveloperAppsByIdWalletsByChainWithdrawPath,nh as zPostMeDeveloperAppsByIdWalletsByChainWithdrawQuery,rh as zPostMeDeveloperAppsByIdWalletsByChainWithdrawResponse,Sm as zPostMeDeveloperAppsResponse,Eh as zPostMeDeveloperInvitesByAppIdAcceptPath,Dh as zPostMeDeveloperInvitesByAppIdAcceptResponse,Oh as zPostMeDeveloperInvitesByAppIdDeclinePath,kh as zPostMeDeveloperInvitesByAppIdDeclineResponse,_m as zPostMeDeveloperKeysBody,vm as zPostMeDeveloperKeysResponse,Ph as zPostMeDeveloperProfileLogoBody,Fh as zPostMeDeveloperProfileLogoResponse,Ih as zPostMeDeveloperRequestBody,zh as zPostMeDeveloperRequestLogoBody,Bh as zPostMeDeveloperRequestLogoResponse,Lh as zPostMeDeveloperRequestResponse,hf as zPostMeDmKeyBackupBody,gf as zPostMeDmKeyBackupResponse,_f as zPostMeDmKeyBackupUnlockBody,vf as zPostMeDmKeyBackupUnlockResponse,Bp as zPostMeInventoryNftTransfersBody,Rp as zPostMeInventoryNftTransfersQuoteBody,zp as zPostMeInventoryNftTransfersQuoteResponse,Vp as zPostMeInventoryNftTransfersResponse,Jf as zPostMeInventoryPermitsByPermitIdRedeemPath,Yf as zPostMeInventoryPermitsByPermitIdRedeemResponse,Np as zPostMeInventoryVaultPermitsByPermitIdRelayedQuotePath,Pp as zPostMeInventoryVaultPermitsByPermitIdRelayedQuoteResponse,Fp as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitBody,Ip as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitPath,Lp as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitResponse,jp as zPostMeInventoryVaultPermitsByPermitIdSignPath,Mp as zPostMeInventoryVaultPermitsByPermitIdSignResponse,Xp as zPostMeNotificationsMarkAllReadResponse,kf as zPostMePlaySessionsOpenBody,Af as zPostMePlaySessionsOpenResponse,jf as zPostMePresenceHeartbeatResponse,Df as zPostMeReferralBindBody,Of as zPostMeReferralBindResponse,Cf as zPostMeReferralCodeBody,wf as zPostMeReferralCodeResponse,Rl as zPostMeReviewsBySlugCommentsByReviewIdBody,zl as zPostMeReviewsBySlugCommentsByReviewIdPath,Bl as zPostMeReviewsBySlugCommentsByReviewIdResponse,kl as zPostMeReviewsBySlugReactionsByReviewIdBody,Al as zPostMeReviewsBySlugReactionsByReviewIdPath,jl as zPostMeReviewsBySlugReactionsByReviewIdResponse,Ml as zPostMeReviewsBySlugTipsByReviewIdBody,Nl as zPostMeReviewsBySlugTipsByReviewIdPath,Pl as zPostMeReviewsBySlugTipsByReviewIdResponse,hd as zPostMeThreadsBody,zd as zPostMeThreadsByIdAttachmentsBody,Bd as zPostMeThreadsByIdAttachmentsPath,Vd as zPostMeThreadsByIdAttachmentsResponse,Hd as zPostMeThreadsByIdHidePath,Ud as zPostMeThreadsByIdHideResponse,Wd as zPostMeThreadsByIdInviteBody,Gd as zPostMeThreadsByIdInvitePath,Kd as zPostMeThreadsByIdInviteResponse,qd as zPostMeThreadsByIdLeavePath,Jd as zPostMeThreadsByIdLeaveResponse,tf as zPostMeThreadsByIdLogoBody,nf as zPostMeThreadsByIdLogoPath,rf as zPostMeThreadsByIdLogoResponse,Td as zPostMeThreadsByIdMessagesBody,Ed as zPostMeThreadsByIdMessagesPath,Dd as zPostMeThreadsByIdMessagesResponse,Zd as zPostMeThreadsByIdPinPath,Qd as zPostMeThreadsByIdPinResponse,Ld as zPostMeThreadsByIdReadPath,Rd as zPostMeThreadsByIdReadResponse,ff as zPostMeThreadsDmKeysBody,pf as zPostMeThreadsDmKeysResponse,gd as zPostMeThreadsResponse,id as zPostMeWalletsByAddressDelegateBody,ad as zPostMeWalletsByAddressDelegatePath,od as zPostMeWalletsByAddressDelegateResponse,Hc as zPostOauthAuthorizeConfirmBody,Uc as zPostOauthAuthorizeConfirmResponse,tp as zPostOauthInventoryMintBody,np as zPostOauthInventoryMintResponse,rv as zPostOauthPaymentsCancelPotBody,iv as zPostOauthPaymentsCancelPotResponse,Jc as zPostOauthPaymentsChargeBody,Yc as zPostOauthPaymentsChargeResponse,tv as zPostOauthPaymentsDistributeBody,nv as zPostOauthPaymentsDistributeResponse,nl as zPostOauthPaymentsIntentByIdCompleteBody,rl as zPostOauthPaymentsIntentByIdCompleteResponse,il as zPostOauthPaymentsIntentByIdDenyResponse,tl as zPostOauthPaymentsIntentByIdSignResponse,$_ as zPostOauthPaymentsPayoutBody,ev as zPostOauthPaymentsPayoutResponse,Nu as zPostOauthPaymentsTronChargeBody,Fu as zPostOauthPaymentsTronChargeDirectBody,Iu as zPostOauthPaymentsTronChargeDirectResponse,Pu as zPostOauthPaymentsTronChargeResponse,Bu as zPostOauthPaymentsTronDistributeBody,Vu as zPostOauthPaymentsTronDistributeResponse,Ru as zPostOauthPaymentsTronIntentByIdCompleteResponse,zu as zPostOauthPaymentsTronIntentByIdDenyResponse,Mf as zPostOauthPlaySessionsConfirmBody,Nf as zPostOauthPlaySessionsConfirmResponse,If as zPostOauthPlaySessionsEndBody,Lf as zPostOauthPlaySessionsEndResponse,Pf as zPostOauthPlaySessionsHeartbeatBody,Ff as zPostOauthPlaySessionsHeartbeatResponse,Nc as zPostOauthRegisterBody,Pc as zPostOauthRegisterResponse,qc as zPostOauthRevokeBody,Wc as zPostOauthTokenBody,Gc as zPostOauthTokenResponse,V_ as zPostPaymentsAppealsBody,X_ as zPostPaymentsAppealsByAppealIdRoomAttachmentsBody,Z_ as zPostPaymentsAppealsByAppealIdRoomAttachmentsPath,Q_ as zPostPaymentsAppealsByAppealIdRoomAttachmentsResponse,q_ as zPostPaymentsAppealsByAppealIdRoomMessagesBody,J_ as zPostPaymentsAppealsByAppealIdRoomMessagesPath,Y_ as zPostPaymentsAppealsByAppealIdRoomMessagesResponse,U_ as zPostPaymentsAppealsPotLegBody,W_ as zPostPaymentsAppealsPotLegResponse,H_ as zPostPaymentsAppealsResponse,gu as zPostPaymentsMeMoonpayBuyUrlBody,_u as zPostPaymentsMeMoonpayBuyUrlResponse,vu as zPostPaymentsMeMoonpaySellUrlBody,yu as zPostPaymentsMeMoonpaySellUrlResponse,Wu as zPostPaymentsMeTronCashoutsBody,Gu as zPostPaymentsMeTronCashoutsResponse,Hu as zPostPaymentsMeTronConnectResponse,Cu as zPostPaymentsMeTronDepositBody,wu as zPostPaymentsMeTronDepositResponse,Tu as zPostPaymentsMeTronTransferBody,Au as zPostPaymentsMeTronTransferChallengeBody,ju as zPostPaymentsMeTronTransferChallengeResponse,Eu as zPostPaymentsMeTronTransferResponse,um as zPostUsersByIdFollowPath,dm as zPostUsersByIdFollowResponse,mm as zPostUsersByIdFriendPath,hm as zPostUsersByIdFriendResponse,ae as zPresenceStatusMode,Ba as zProfileCounts,Ua as zProfileRecentReview,Va as zProfileStats,Ha as zProfileTopGame,Or as zProfileUpdate,Ro as zProjectDescription,wt as zPublicAppPage,xt as zPublicAppPageStudio,Ra as zPublicDeveloperApp,Ga as zPublicProfile,za as zPublicProfileDeveloper,ai as zPublishDmKeyBody,gc as zPurposeHeader,Jl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyBody,Yl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,Xl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,oh as zPutMeDeveloperAppsByIdKeysByEnvPath,sh as zPutMeDeveloperAppsByIdKeysByEnvResponse,cf as zPutMeDmKeyBody,lf as zPutMeDmKeyResponse,wl as zPutMeReviewsBySlugBody,Tl as zPutMeReviewsBySlugPath,El as zPutMeReviewsBySlugResponse,Fd as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Id as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Ou as zPutPaymentsMeTronSecurityBody,ku as zPutPaymentsMeTronSecurityResponse,Ae as zRaiseLimitContextResponse,Kr as zReactionAggregate,P as zReactionEmoji,ei as zReactionMutationResponse,bi as zReferralBindRequest,yi as zReferralBindResponse,_i as zReferralCodeResponse,hi as zReferralEarningTotal,gi as zReferralOverview,vi as zReferralPreviewResponse,z as zReferralReferrer,So as zRegenerateDeveloperAppKeyResponse,To as zRegenerateDeveloperAppWebhookSecretResponse,Wa as zRelationship,be as zRequestPasswordResetRequest,ye as zRequestPasswordResetResponse,Se as zResetPasswordRequest,xe as zResetPasswordResponse,Mt as zReview,Et as zReviewAggregate,vs as zReviewAppPage,Ot as zReviewAuthor,b as zReviewBody,Gt as zReviewComment,Wt as zReviewCommentBody,Kt as zReviewCommentListResponse,ds as zReviewDeveloperRequest,us as zReviewDeveloperRequestResponse,Ft as zReviewEligibilityReason,Nt as zReviewListResponse,Dt as zReviewReactionCounts,y as zReviewRecommended,jt as zReviewReply,At as zReviewReplyBody,Xt as zReviewReplyResponse,Pt as zReviewSort,Tt as zReviewSummaryLabel,S as zReviewVote,kt as zReviewerStats,Os as zRotateProcessorTreasuryRequest,Zr as zSendMessageBody,Xr as zSendMessageText,ve as zSendVerificationEmailRequest,_e as zSendVerificationEmailResponse,Is as zSetDefaultWithdrawLockRequest,Ps as zSetOperatorRequest,Ds as zSetProcessorWhitelistRequest,Vt as zSetReviewReactionRequest,Bt as zSetReviewReactionResponse,Ls as zSetWithdrawLockOverrideRequest,fe as zSignInEmailRequest,de as zSignInEmailResponse,pe as zSignOutResponse,ue as zSignUpEmailRequest,ce as zSignUpEmailResponse,W as zSocialAccount,U as zSocialActionAck,Ia as zSocialListResponse,en as zSubmitAppContentReportRequest,Qt as zSubmitAppContentReportResponse,Lo as zTeamName,A as zThreadDescription,oi as zThreadDmKeyEntry,Pr as zThreadLastMessagePreview,Br as zThreadListResponse,Ir as zThreadLogoUrl,jr as zThreadParticipant,zr as zThreadSummary,k as zThreadTitle,Ut as zTipReviewRequest,Ht as zTipReviewResponse,Fn as zTronBalanceResponse,dr as zTronCashoutCreateRequest,ur as zTronCashoutItem,fr as zTronCashoutListResponse,qn as zTronChargeCompleted,Jn as zTronChargeInsufficient,Yn as zTronChargeRedirect,Zn as zTronChargeRequest,Xn as zTronChargeResponse,lr as zTronConnectOnboardingResponse,zn as zTronDepositRequest,Rn as zTronDepositResponse,Qn as zTronDirectChargeCompleted,$n as zTronDirectChargeInsufficient,er as zTronDirectChargeRedirect,nr as zTronDirectChargeRequest,tr as zTronDirectChargeResponse,cr as zTronDistributeRequest,sr as zTronDistributeResponse,Kn as zTronGameBalanceResponse,In as zTronLedgerEntry,Ln as zTronLedgerResponse,dt as zTronPaymentAuthorizationItem,rr as zTronPaymentIntentContext,ar as zTronPaymentIntentResolveInsufficient,ir as zTronPaymentIntentResolveRedirect,or as zTronPaymentIntentResolveResponse,w as zTronSecuritySetting,Hn as zTronTransferChallengeNotRequired,Gn as zTronTransferChallengeRequest,Un as zTronTransferChallengeRequired,Wn as zTronTransferChallengeResponse,Vn as zTronTransferRequest,Bn as zTronTransferResponse,ns as zUpdateAdminRoleRequest,an as zUpdateAppContentReportStatusRequest,Es as zUpdateAppFeeConfigRequest,qo as zUpdateAppPage,ct as zUpdateAppPaymentAuthorization,io as zUpdateDeveloperApp,Go as zUpdateDeveloperProfile,mi as zUpdateParticipantRoleBody,ws as zUpdatePlatformFeesRequest,Cs as zUpdatePlatformFeesResponse,Wr as zUpdateThreadSettingsBody,pt as zUpdateTronPaymentAuthorization,L as zUploadAttachmentResponse,Zt as zUpsertReviewReplyRequest,Lt as zUpsertReviewRequest,qa as zUserSearchResponse,Ka as zUserSearchResult,t as zUsername,ge as zVerifyEmailResponse,gr as zWalletAppLink,_r as zWalletBalances,D as zWalletChainBalance,hr as zWalletChainList,yr as zWalletDelegationCaps,vr as zWalletDelegationMode,br as zWalletDelegationStatus,xr as zWalletItem,E as zWalletLabel,wr as zWalletLabelUpdate,Cr as zWalletLabelUpdateResponse,Sr as zWalletListResponse,Ci 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.object({session:me,user:i}).nullable(),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`,`social: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`,`social: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`,`social: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(),preferred_username:e.string().min(1).nullable(),picture:e.url().nullable(),wallet_address:e.string().min(1).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(),environment:e.enum([`development`,`production`])}),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)}),_t=e.array(gt).max(6),vt=e.object({heading:e.string().min(1).max(80),body:e.string().min(1).max(2e3),order:e.int().gte(0)}),yt=e.array(vt).max(8),bt=e.object({label:e.string().min(1).max(40),url:e.url().max(2048),order:e.int().gte(0)}),xt=e.array(bt).max(10),St=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()}),m=e.array(e.enum([`web`,`ios`,`android`,`pc`,`playstation`,`xbox`,`switch`])).max(7),h=e.enum([`single_player`,`multiplayer`,`both`]).nullable(),g=e.enum([`everyone`,`13_plus`,`16_plus`,`18_plus`]).nullable(),Ct=e.array(e.enum([`en`,`es`,`fr`,`de`,`pt`,`it`,`ru`,`ja`,`ko`,`zh`,`hi`,`ar`,`tr`,`vi`,`id`,`th`,`pl`,`nl`])).max(18),_=e.enum([`live`,`open_beta`,`coming_soon`]),wt=e.enum([`tron`,`onchain`,`both`]).nullable(),Tt=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:_t,chapters:yt,links:xt,studio:St,platforms:m,gameType:h,ageRating:g,languages:Ct,releaseStatus:_,paymentsMode:wt,oauthScopes:e.array(e.string()),chains:e.array(e.string()),publishedAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Et=e.enum([`overwhelmingly_positive`,`very_positive`,`positive`,`mostly_positive`,`mixed`,`mostly_negative`,`negative`,`overwhelmingly_negative`]).nullable(),Dt=e.object({count:e.int().gte(0),recommendedCount:e.int().gte(0),recommendedPct:e.number().gte(0).lte(100).nullable(),summaryLabel:Et}),v=e.boolean(),y=e.string().min(1).max(2e3),Ot=e.object({helpful:e.int().gte(0),unhelpful:e.int().gte(0),funny:e.int().gte(0)}),kt=e.object({userId:e.uuid(),handle:e.string().nullable(),name:e.string().min(1).max(80).nullable(),avatarUrl:e.url().nullable()}),At=e.object({playtimeSecondsThisGame:e.int().gte(0),gamesPlayed:e.int().gte(0),reviewsWritten:e.int().gte(0)}),jt=e.string().min(1).max(2e3),Mt=e.object({body:jt,repliedAt:e.iso.datetime()}).nullable(),Nt=e.object({id:e.uuid(),recommended:v,body:y,reactions:Ot,tippedCents:e.int().gte(0),commentCount:e.int().gte(0),author:kt,authorStats:At,developerReply:Mt,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),Pt=e.object({aggregate:Dt,reviews:e.array(Nt),total:e.int().gte(0),hasMore:e.boolean()}),Ft=e.enum([`newest`,`oldest`,`helpful`]).default(`newest`),It=e.enum([`payment`,`reward`]).nullable(),Lt=e.object({id:e.uuid(),recommended:v,body:y,createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),b=e.object({eligible:e.boolean(),eligibleVia:It,review:Lt,isAppOwner:e.boolean()}),Rt=e.object({recommended:v,body:y}),x=e.enum([`helpful`,`unhelpful`]).nullable(),zt=e.object({reviewId:e.uuid(),vote:x,funny:e.boolean()}),Bt=e.object({reactions:e.array(zt)}),Vt=e.object({reactions:Ot,vote:x,funny:e.boolean()}),Ht=e.object({vote:x,funny:e.boolean()}),Ut=e.object({status:e.enum([`completed`]),amountCents:e.int().gt(0),balanceCents:e.int().gte(0),tippedCents:e.int().gte(0)}),Wt=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()}),Gt=e.string().min(1).max(1e3),Kt=e.object({id:e.uuid(),body:Gt,author:kt,createdAt:e.iso.datetime()}),qt=e.object({comments:e.array(Kt),total:e.int().gte(0),hasMore:e.boolean()}),Jt=e.object({comment:Kt,commentCount:e.int().gte(0)}),Yt=e.object({body:Gt}),Xt=e.object({commentCount:e.int().gte(0)}),Zt=e.object({developerReply:Mt}),Qt=e.object({body:jt}),$t=e.object({created:e.boolean()}),en=e.enum([`abuse`,`inappropriate_content`,`cheating`,`spam`,`other`]),tn=e.object({category:en,details:e.string().max(2e3).optional()}),nn=e.enum([`open`,`acknowledged`,`dismissed`]),rn=e.object({id:e.uuid(),category:en,details:e.string().nullable(),status:nn,acknowledgedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),an=e.object({reports:e.array(rn),total:e.int().gte(0),hasMore:e.boolean()}),on=e.object({status:e.enum([`acknowledged`,`dismissed`])}),sn=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()}),cn=e.object({chains:e.array(sn)}),ln=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()}),un=e.object({payments:e.array(ln),nextBefore:e.iso.datetime().nullable()}),dn=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()}),fn=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()}),pn=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()}),mn=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()}),hn=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()}),gn=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()}),_n=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()}),vn=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()}),yn=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`])}),bn=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`])}),xn=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()}),Sn=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()}),Cn=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(Sn).nullish(),metadata:u.nullish()}),wn=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()}),Tn=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()}),En=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()}),Dn=e.object({kind:e.enum([`nft_charge`]),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`]),chargeKind:e.enum([`registration`,`mint`,`transfer_gas`]),amountCents:e.int().gt(0),usdCents:e.int(),status:e.enum([`settled`]),collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/).nullable(),tokenId:e.string().nullable(),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()}),On=e.discriminatedUnion(`kind`,[dn.extend({kind:e.literal(`payment`)}),fn.extend({kind:e.literal(`payment_withdrawal`)}),pn.extend({kind:e.literal(`matured_withdrawal`)}),mn.extend({kind:e.literal(`payout_sent`)}),hn.extend({kind:e.literal(`credit_transferred`)}),gn.extend({kind:e.literal(`pot_leg`)}),_n.extend({kind:e.literal(`payment_autoclaim`)}),vn.extend({kind:e.literal(`appeal`)}),yn.extend({kind:e.literal(`moonpay_buy`)}),bn.extend({kind:e.literal(`moonpay_sell`)}),xn.extend({kind:e.literal(`tron_deposit`)}),Cn.extend({kind:e.literal(`tron_pot`)}),wn.extend({kind:e.literal(`tron_cashout`)}),Tn.extend({kind:e.literal(`tron_transfer`)}),En.extend({kind:e.literal(`referral_earning`)}),Dn.extend({kind:e.literal(`nft_charge`)})]),S=e.object({rows:e.array(On),nextBefore:e.iso.datetime().nullable(),nextCursor:e.string().nullable(),hasHidden:e.boolean()}),kn=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+$/)}),An=e.object({rows:e.array(kn)}),jn=e.object({enabled:e.boolean(),direction:e.enum([`buy`,`sell`,`both`]).nullable(),countryCode:e.string().regex(/^[A-Z]{2}$/).nullable(),regionSupported:e.boolean()}),Mn=e.object({url:e.url(),intentId:e.string().min(1),expiresAt:e.iso.datetime(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Nn=e.object({intentId:e.string().min(1)}),Pn=e.object({url:e.url(),transactionId:e.uuid(),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Fn=e.object({usdcAmount:e.string().regex(/^\d+$/),chain:e.string().min(1).optional()}),In=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)}),Ln=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`,`nft_registration`,`nft_mint`,`nft_gas`]),amountCents:e.int(),currency:e.string().min(1),createdAt:e.iso.datetime()}),Rn=e.object({entries:e.array(Ln).max(100),nextBefore:e.iso.datetime().nullable()}),zn=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()}),Bn=e.object({amountCents:e.int().gt(0).lte(1e6)}),Vn=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()})}),Hn=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()}),C=e.object({requireSignature:e.boolean()}),Un=e.object({required:e.literal(!1)}),Wn=e.object({required:e.literal(!0),challengeId:e.uuid(),message:e.string(),expiresAt:e.iso.datetime()}),Gn=e.discriminatedUnion(`required`,[Un.extend({required:e.literal(!1)}),Wn.extend({required:e.literal(!0)})]),Kn=e.object({recipientUserId:e.uuid(),amountCents:e.int().gt(0).lte(1e6)}),qn=e.object({balanceCents:e.int().gte(0),rakeBps:e.int().gte(0).lte(3e3)}),Jn=e.object({status:e.enum([`completed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Yn=e.object({status:e.enum([`insufficient_balance`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),balanceCents:e.int().gte(0)}),Xn=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}$/)}),Zn=e.discriminatedUnion(`status`,[Jn.extend({status:e.literal(`completed`)}),Yn.extend({status:e.literal(`insufficient_balance`)}),Xn.extend({status:e.literal(`redirect`)})]),Qn=e.object({potId:e.string().regex(/^0x[0-9a-f]{32}$/),amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),$n=e.object({status:e.enum([`completed`]),balanceCents:e.int().gte(0)}),er=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),tr=e.object({status:e.enum([`redirect`]),intentId:e.string().min(1),redirectUrl:e.url(),amountCents:e.int().gt(0)}),nr=e.discriminatedUnion(`status`,[$n.extend({status:e.literal(`completed`)}),er.extend({status:e.literal(`insufficient_balance`)}),tr.extend({status:e.literal(`redirect`)})]),rr=e.object({amountCents:e.int().gt(0),returnUri:e.url(),metadata:u.optional()}),ir=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(),environment:e.enum([`development`,`production`])}),ar=e.object({status:e.enum([`redirect`]),redirect:e.url()}),or=e.object({status:e.enum([`insufficient_balance`]),balanceCents:e.int().gte(0)}),sr=e.discriminatedUnion(`status`,[ar.extend({status:e.literal(`redirect`)}),or.extend({status:e.literal(`insufficient_balance`)})]),cr=e.object({status:e.enum([`distributed`,`replayed`]),potId:e.string().regex(/^0x[0-9a-f]{32}$/),potBalanceCents:e.int().gte(0)}),lr=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()}),ur=e.object({url:e.url()}),dr=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()}),fr=e.object({method:e.enum([`stripe`,`usdc`]),amountCents:e.int().gt(0),chain:e.string().min(1).optional()}),pr=e.object({requests:e.array(dr).max(100)}),w=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()}),mr=e.object({requests:e.array(w).max(100)}),hr=e.object({reason:e.string().min(1).max(500)}),gr=e.array(e.object({id:e.enum([`ethereum-mainnet`,`base-mainnet`,`ethereum-sepolia`]),displayName:e.string().min(1),chainId:e.int().gt(0)})),T=e.string().min(1).max(24).regex(/^[a-z0-9]+$/).nullable(),_r=e.object({id:e.string().min(1),name:e.string().min(1),deletedAt:e.iso.datetime().nullable()}).nullable(),E=e.object({native:e.string().regex(/^\d+(?:\.\d+)?$/),usdc:e.string().regex(/^\d+(?:\.\d+)?$/).optional()}),vr=e.object({"ethereum-mainnet":E.optional(),"base-mainnet":E.optional(),"ethereum-sepolia":E.optional()}),yr=e.enum([`infinite`,`custom`,`scoped`]).nullable(),br=e.object({native:e.string().regex(/^\d+$/),usdc:e.string().regex(/^\d+$/)}).nullable(),xr=e.object({mode:yr,caps:br,policyId:e.string().min(1).nullable()}),Sr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:T,kind:e.enum([`personal`,`app`]),app:_r,balances:vr,delegation:xr}),Cr=e.object({chains:gr,wallets:e.array(Sr)}),wr=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/),label:T}),Tr=e.object({label:T}),Er=e.object({policyId:e.string().min(1).nullable()}),Dr=e.union([e.object({mode:e.enum([`infinite`])}),e.object({mode:e.enum([`custom`]),caps:br}),e.object({mode:e.enum([`scoped`])})]),Or=e.object({ok:e.literal(!0)}),kr=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()}),Ar=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)}),jr=e.object({results:e.array(Ar)}),D=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable()}),O=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(),Mr=e.object({kind:e.enum([`tron_transfer`]),amountCents:e.int().gt(0),recipientUserId:e.string().min(1)}),Nr=e.object({kind:e.enum([`nft_transfer`]),recipientUserId:e.string().min(1),collectionAddress:e.string().min(1),tokenId:e.string().min(1),amount:e.string().min(1),itemName:e.string().nullable(),imageAssetId:e.string().nullish()}),Pr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3),envelope:O.optional(),attachment:e.object({url:e.url(),count:e.int().gt(0)}).nullable(),transaction:e.union([Mr,Nr]).nullish(),sentAt:e.iso.datetime()}).nullable(),Fr=e.object({kind:e.enum([`direct`]),id:e.string().min(1),otherParticipant:D,lastMessage:Pr,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),k=e.string().min(1).max(80).regex(/^\S(?:.*\S)?$/),A=e.string().max(500).nullable(),Ir=e.url().max(2048).nullable(),j=e.enum([`admin`,`member`]),Lr=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),role:j}),Rr=e.object({kind:e.enum([`group`]),id:e.string().min(1),title:k,description:A,logoUrl:Ir,participants:e.array(Lr),myRole:j,lastMessage:Pr,unreadCount:e.int().gte(0),pinnedAt:e.iso.datetime().nullable(),createdAt:e.iso.datetime()}),zr=e.discriminatedUnion(`kind`,[Fr.extend({kind:e.literal(`direct`)}),Rr.extend({kind:e.literal(`group`)})]),Br=e.object({threads:e.array(zr)}),Vr=e.object({thread:zr,created:e.boolean()}),Hr=e.object({kind:e.enum([`direct`]).optional().default(`direct`),recipientUserId:e.string().min(1)}),Ur=e.object({kind:e.enum([`group`]),title:k,description:A.optional(),invitedUserIds:e.array(e.string().min(1)).min(1).max(100)}),M=e.object({ok:e.literal(!0)}),N=e.object({thread:Rr}),Wr=e.object({title:k.optional(),description:A.optional()}),Gr=e.object({id:e.string().min(1),senderUserId:e.string().min(1),body:e.string().max(2e3).nullable(),envelope:O.optional()}).nullable(),P=e.enum([`👍`,`👎`,`❤️`,`😂`,`😮`,`😢`,`🔥`,`🎉`,`🙏`,`👀`,`✅`,`🎮`]),Kr=e.object({emoji:P,count:e.int().gt(0),userIds:e.array(e.string().min(1))}),qr=e.enum([`image`]),F=e.object({id:e.string().min(1),kind:qr,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()}),Jr=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()}),I=e.object({id:e.string().min(1),threadId:e.string().min(1),senderUserId:e.string().min(1),transaction:e.union([Mr,Nr]).nullish(),body:e.string().max(2e3),envelope:O.optional(),sentAt:e.iso.datetime(),editedAt:e.iso.datetime().nullable(),deletedAt:e.iso.datetime().nullable(),replyTo:Gr,reactions:e.array(Kr),attachments:e.array(F),linkPreviews:e.array(Jr)}),Yr=e.object({messages:e.array(I),nextBefore:e.iso.datetime().nullable()}),Xr=e.string().max(2e3),Zr=e.object({body:Xr.optional(),envelope:O.optional(),replyToMessageId:e.string().min(1).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Qr=e.string().min(1).max(2e3),$r=e.object({body:Qr.optional(),envelope:O.optional()}),ei=e.object({aggregate:Kr.nullable()}),L=e.object({attachment:F}),ti=e.object({userIds:e.array(e.string().min(1)).min(1).max(100)}),ni=e.object({pinnedAt:e.iso.datetime()}),ri=e.enum([`x25519`]),ii=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:ri}),R=e.object({key:ii}),ai=e.object({publicKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/),keyId:e.string().min(1).max(128),algorithm:ri}),oi=e.object({threadId:e.string().min(1),key:ii.nullable()}),si=e.object({keys:e.array(oi)}),ci=e.object({threadIds:e.array(e.string().min(1)).min(1).max(200)}),li=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()}),ui=e.object({ok:e.literal(!0)}),di=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)}),fi=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)})]),pi=e.object({pinKey:e.string().length(43).regex(/^[A-Za-z0-9_-]+$/)}),mi=e.object({role:j}),z=e.object({name:e.string().nullable(),handle:e.string().nullable()}).nullable(),hi=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()}),gi=e.object({code:e.string().nullable(),xLinked:e.boolean(),referrer:z,refereeCount:e.int().gte(0),lifetimeEarnings:e.array(hi),lifetimeUsdCents:e.int().nullable(),last30dEarnings:e.array(hi),last30dUsdCents:e.int().nullable()}),_i=e.object({code:e.string().min(1),generatedAt:e.iso.datetime()}),vi=e.object({status:e.enum([`eligible`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:z}),yi=e.object({status:e.enum([`bound`,`already-referred`,`self-referral`,`unknown-code`,`revoked-code`,`window-expired`]),referrer:z}),bi=e.object({code:e.string().min(1).max(64),source:e.enum([`signup-url`,`manual-claim`,`cookie-restore`]).optional().default(`manual-claim`)}),B=e.string().regex(/^[a-f0-9]{64}$/),xi=e.object({playSessionId:B,expiresAt:e.iso.datetime()}),V=e.uuid(),Si=e.object({appId:V}),Ci=e.object({ok:e.literal(!0),ttlSeconds:e.int().gt(0)}),wi=e.object({playSessionId:B,status:e.enum([`pending`,`active`,`ended`])}),Ti=e.uuid(),Ei=e.object({playSessionId:B,userId:Ti}),Di=e.object({status:e.enum([`pending`,`active`,`ended`])}),Oi=e.object({playSessionId:B}),ki=e.object({status:e.enum([`ended`])}),Ai=e.object({playSessionId:B}),ji=e.object({appId:V,name:e.string(),logoUrl:e.string().nullable(),sessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Mi=e.object({apps:e.array(ji),totalSessionCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ni=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),appId:V,sessionCount:e.int().gte(0),totalDurationSeconds: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}$/),buckets:e.array(Ni)}),Fi=e.object({appId:V,sessionCount:e.int().gte(0),uniquePlayerCount:e.int().gte(0),totalDurationSeconds:e.int().gte(0)}),Ii=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)}),Li=e.object({date:e.string().regex(/^\d{4}-\d{2}-\d{2}$/),rewardsWon:e.int().gte(0),valueUsdCents:e.int().gte(0)}),Ri=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(Li)}),zi=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(),description:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown()),appId:e.string().nullable(),appName:e.string().nullable(),appLogoUrl:e.string().nullable()}),Bi=e.object({items:e.array(zi)}),Vi=e.object({id:e.string(),appId:e.string(),itemId:e.string(),amount:e.string(),priceCents:e.int().gte(0).nullable(),gasSponsored:e.boolean(),environment:e.enum([`development`,`production`]),createdAt:e.iso.datetime(),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`])}),Hi=e.object({permits:e.array(Vi)}),Ui=e.object({mintRequestId:e.string(),txHash:e.string(),status:e.enum([`submitted`,`completed`]),mintedTokenId:e.string().nullable()}),Wi=e.object({mint:Ui,charge:e.object({currency:e.enum([`tron`]),gasCents:e.int().gte(0),priceCents:e.int().gte(0),totalCents:e.int().gte(0),gasPaidBy:e.enum([`user`,`developer`])})}),Gi=e.object({name:e.string(),description:e.string().optional(),image:e.string().optional(),banner_image:e.string().optional(),external_link:e.string().optional()}),Ki=e.object({trait_type:e.string(),value:e.union([e.string(),e.number(),e.boolean()])}),qi=e.object({name:e.string(),description:e.string().optional(),image:e.string().optional(),attributes:e.array(Ki),extra:e.record(e.string(),e.record(e.string(),e.unknown()))}),Ji=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()}),Yi=e.object({id:e.string(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`]),name:e.string().nullable(),environment:e.enum([`development`,`production`])}),Xi=e.object({collections:e.array(Yi)}),Zi=e.object({itemCount:e.int().gt(0),baselineUsdCents:e.int().gte(0),gasUsdCents:e.int().gte(0),tron:e.object({baselineCents:e.int().gte(0),gasCents:e.int().gte(0),totalCents:e.int().gte(0)}),eth:e.object({baselineWei:e.string().regex(/^\d+$/),gasWei:e.string().regex(/^\d+$/),totalWei:e.string().regex(/^\d+$/)})}),Qi=e.enum([`capped`,`flexible`,`unlimited`]),$i=e.object({name:e.string().min(1).max(120).nullish(),description:e.string().max(2e3).nullish(),devMetadata:e.record(e.string(),e.unknown()).optional(),supplyType:Qi.optional(),maxSupply:e.string().regex(/^\d+$/).nullish(),active:e.boolean().optional()}),ea=e.object({collectionAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),chain:e.string().min(1),items:e.array($i).min(1).max(50)}),H=e.object({id:e.string(),collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),bannerAssetId:e.string().nullable(),devMetadata:e.record(e.string(),e.unknown()),supplyType:Qi.nullable(),maxSupply:e.string().nullable(),active:e.boolean()}),ta=e.object({items:e.array(H),charge:e.object({currency:e.enum([`tron`]),amountCents:e.int().gte(0),baselineCents:e.int().gte(0),gasCents:e.int().gte(0),addItemTxHash:e.string()})}),na=e.object({items:e.array(H)}),ra=e.object({id:e.string(),appId:e.string(),itemId:e.string(),userId:e.string(),amount:e.string(),priceCents:e.int().gte(0).nullable(),gasSponsored:e.boolean(),status:e.enum([`pending`,`redeemed`,`revoked`]),createdAt:e.iso.datetime()}),ia=e.object({toUserId:e.string().min(1),amount:e.string().regex(/^\d+$/).optional(),priceCents:e.int().gte(0).nullish(),gasSponsored:e.boolean().optional()}),aa=e.object({holderCount:e.int().gte(0),walletCount:e.int().gte(0),totalHeld:e.string().regex(/^\d+$/)}),oa=e.object({walletAddress:e.string(),userId:e.string().nullable(),amount:e.string().regex(/^\d+$/)}),sa=e.object({stats:aa,holders:e.array(oa)}),ca=e.object({id:e.string(),appId:e.string(),itemId:e.string(),userId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),lockKind:e.enum([`vault`,`burn`]).nullable(),amount:e.string(),gasSponsored:e.boolean(),status:e.enum([`pending`,`redeemed`,`revoked`]),custodyId:e.string().nullable(),createdAt:e.iso.datetime()}),la=e.object({toUserId:e.string().min(1),lockKind:e.enum([`vault`,`burn`]),amount:e.string().regex(/^\d+$/).optional(),gasSponsored:e.boolean().optional()}),ua=e.object({custodyId:e.string().min(1)}),da=e.object({id:e.string(),appId:e.string(),itemId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),lockKind:e.enum([`vault`,`burn`]).nullable(),amount:e.string(),gasSponsored:e.boolean(),environment:e.enum([`development`,`production`]),custodyId:e.string().nullable(),createdAt:e.iso.datetime(),tokenId:e.string(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable(),chain:e.string(),collectionAddress:e.string(),kind:e.enum([`erc721`,`erc1155`])}),fa=e.object({permits:e.array(da)}),pa=e.object({permitId:e.string(),direction:e.enum([`vault_in`,`withdraw`]),vault:e.string(),collection:e.string(),user:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),lockKind:e.enum([`vault`,`burn`]).nullable(),destination:e.string().nullable(),deadline:e.int().gt(0),signature:e.string()}),ma=e.object({direction:e.enum([`vault_in`,`withdraw`]),collection:e.string(),vault:e.string(),chainId:e.int().gt(0),user:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),nonce:e.string().regex(/^\d+$/).nullable(),deadline:e.int().gt(0),feeCents:e.int().gte(0),gasWei:e.string().regex(/^\d+$/),gasPaidBy:e.enum([`developer`,`user`]),requiresUserSignature:e.boolean()}),ha=e.object({ok:e.boolean(),txHash:e.string(),chargedCents:e.int().gte(0),gasPaidBy:e.enum([`developer`,`user`])}),ga=e.object({userSignature:e.string().min(1).optional(),deadline:e.int().gt(0).optional()}),_a=e.object({collection:e.string(),chainId:e.int().gt(0),from:e.string(),to:e.string(),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/),nonce:e.string().regex(/^\d+$/),deadline:e.int().gt(0),feeCents:e.int().gte(0),gasWei:e.string().regex(/^\d+$/),selfPayAvailable:e.boolean()}),va=e.object({toUserId:e.string().min(1),collection:e.string().min(1),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/).optional()}),ya=e.object({ok:e.boolean(),txHash:e.string(),chargedCents:e.int().gte(0)}),ba=e.object({toUserId:e.string().min(1),collection:e.string().min(1),tokenId:e.string().regex(/^\d+$/),amount:e.string().regex(/^\d+$/).optional(),deadline:e.int().gt(0),userSignature:e.string().min(1),threadId:e.string().min(1).optional()}),xa=e.object({id:e.string(),collectionId:e.string(),collectionAddress:e.string(),chain:e.string(),kind:e.enum([`erc721`,`erc1155`]),tokenId:e.string(),amount:e.string(),lockKind:e.enum([`vault`,`burn`]),vaultAddress:e.string(),createdAt:e.iso.datetime(),name:e.string().nullable(),description:e.string().nullable(),imageAssetId:e.string().nullable()}),Sa=e.object({custody:e.array(xa)}),Ca=e.object({ok:e.boolean(),txHash:e.string()}),wa=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)}),Ta=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)}),Ea=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`])}),Da=e.object({appId:e.uuid(),appName:e.string().min(1),scope:e.enum([`publish`,`changes`]),notes:e.string().min(1).max(1e3)}),Oa=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()}),ka=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()}),Aa=e.union([e.object({id:e.string().min(1),kind:e.enum([`friend_request`]),payload:wa,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`friend_accepted`]),payload:Ta,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_approved`]),payload:Ea,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_page_rejected`]),payload:Da,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_invite`]),payload:Oa,read:e.boolean(),createdAt:e.iso.datetime()}),e.object({id:e.string().min(1),kind:e.enum([`app_participant_accepted`]),payload:ka,read:e.boolean(),createdAt:e.iso.datetime()})]),ja=e.object({notifications:e.array(Aa),unreadCount:e.int().gte(0)}),U=e.object({ok:e.literal(!0)}),Ma=e.object({read:e.boolean()}),Na=e.enum([`online`,`offline`]),Pa=e.object({user:D,friendshipId:e.string().min(1),acceptedAt:e.iso.datetime(),onlineStatus:Na}),Fa=e.object({friends:e.array(Pa)}),Ia=e.object({friends:e.array(D)}),La=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()}),Ra=e.object({accounts:e.array(W)}),G=e.string().nullable(),za=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:za,logoUrl:e.url().max(2048).nullable()}),Ba=e.object({id:e.string().min(1),name:e.string().min(1),logoUrl:e.url().max(2048).nullable(),environment:e.enum([`development`,`production`])}),Va=e.object({profile:K,apps:e.array(Ba)}).nullable(),Ha=e.object({followers:e.int().gte(0),following:e.int().gte(0)}),Ua=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)}),Wa=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)}),Ga=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()}),Ka=e.object({isFollowing:e.boolean(),isFollowedBy:e.boolean(),friendship:e.enum([`none`,`pending_out`,`pending_in`,`accepted`]),friendshipId:e.string().min(1).nullable()}).nullable(),qa=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:Va,counts:Ha,stats:Ua,topGames:e.array(Wa),recentReviews:e.array(Ga),relationship:Ka}),Ja=e.object({id:e.string().min(1),name:e.string().min(1),displayName:e.string().nullable(),image:e.url().nullable(),socials:e.array(W)}),Ya=e.object({results:e.array(Ja)}),Xa=e.object({ok:e.literal(!0),friendshipId:e.string().min(1)}),Za=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()}),Qa=e.object({key:Za,secret:e.string().min(1)}),$a=e.object({scopes:e.array(e.enum([`developer:read`,`developer:apps`,`developer:pages`])).min(1),expiresAt:e.iso.datetime().nullish()}),eo=e.object({keys:e.array(Za)}),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}$/),to=e.object({chain:e.string().min(1),custody:e.enum([`server`])}),no=e.object({name:Y,chains:e.array(to).optional()}),ro=e.string().min(1).max(2048),io=e.enum([`eth`,`tron`]),ao=e.array(io).min(1).max(2),oo=e.object({name:Y.optional(),slug:d.nullish(),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(ro).max(20).optional(),acceptedCurrencies:ao.optional(),paymentStatusWebhookUrl:e.url().max(2048).nullish(),paymentStatusWebhookUrlTest:e.url().max(2048).nullish()}),X=e.object({logoUrl:e.url().nullable()}),so=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()}),co=e.object({appId:e.string().min(1),balances:e.array(so)}),lo=e.object({appId:e.string().min(1),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),uo=e.object({ts:e.iso.datetime(),sumCents:e.number(),paymentCount:e.int()}),fo=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(uo)}),po=e.object({ts:e.iso.datetime(),sessionCount:e.int(),uniquePlayerCount:e.int(),totalDurationSeconds:e.int()}),mo=e.object({appId:e.string().min(1),range:e.string().min(1),bucketSecs:e.int(),windowSecs:e.int(),buckets:e.array(po)}),ho=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()}),go=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()}),_o=e.object({appId:e.string().min(1),wallets:e.array(go)}),vo=e.object({appId:e.string().min(1),chain:e.string().min(1),autoSweepEnabled:e.boolean(),sweepThresholdCents:e.int().nullable()}),yo=e.object({enabled:e.boolean(),thresholdCents:e.int().gt(0).nullish()}),bo=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}$/)}),xo=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}$/)}),So=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)}))}),Co=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()}),wo=e.object({key:Co,clientSecret:e.string().min(1)}),To=e.object({ok:e.literal(!0),status:e.enum([`pending`,`approved`])}),Eo=e.object({reason:e.string().min(1).max(500).optional()}),Do=e.object({secret:e.string().regex(/^[a-f0-9]{64}$/),secretLast4:e.string().length(4)}),Oo=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()}),ko=e.object({appeals:e.array(Oo)}),Ao=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()}),jo=e.object({deposits:e.array(Ao)}),Mo=e.object({appCount:e.int().gte(0),availableCents:e.int().gte(0),lockedCents:e.int().gte(0),totalCents:e.int().gte(0)}),No=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()}),Po=e.object({participants:e.array(No)}),Fo=e.object({identifier:e.string().min(1).max(80)}),Io=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()}),Lo=e.object({invites:e.array(Io)}),Ro=e.object({id:e.string().min(1),displayName:e.string().nullable(),email:e.string().nullable()}).nullable(),zo=e.string().min(1).max(80).nullable(),Bo=e.string().min(10).max(1e3).nullable(),Vo=e.object({policyVersion:e.string().min(1),policyAcceptedAt:e.iso.datetime(),logoUrl:e.url().max(2048).nullable(),email:e.email().nullable(),xHandle:G,teamName:zo,projectDescription:Bo}),Ho=e.object({reason:e.string().min(1).max(500).optional()}),Uo=e.object({id:e.string().min(1),userId:e.string().min(1),user:Ro,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:Vo}),e.object({kind:e.enum([`production`]),data:Ho})]),reviewedBy:e.string().min(1).nullable(),reviewedAt:e.iso.datetime().nullable(),reviewNotes:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}).nullable(),Wo=e.object({chain:e.string().min(1),address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Go=e.object({id:e.string().min(1),name:Y,slug:d.nullable(),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(ro),acceptedCurrencies:ao,payoutAddresses:e.array(Wo),keys:e.array(Co),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()}),Ko=e.object({roleStatus:e.enum([`none`,`pending`,`approved`,`rejected`,`cancelled`]),latestRequest:Uo,profile:K.nullable(),apps:e.array(Go)}),qo=e.object({studioName:e.string().min(1).max(80).nullish(),studioUrl:e.url().max(2048).nullish(),studioXHandle:G.optional(),githubUrl:za.optional(),logoUrl:e.url().max(2048).nullish()}),Jo=e.object({acceptPolicy:e.literal(!0),logoUrl:e.url().max(2048).optional(),email:e.email().optional(),teamName:zo.optional(),projectDescription:Bo.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:_t,chapters:yt,links:xt,platforms:m,gameType:h,ageRating:g,languages:Ct,releaseStatus:_,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()}),Yo=e.object({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:_t.optional(),chapters:yt.optional(),links:xt.optional(),platforms:m.optional(),gameType:h.optional(),ageRating:g.optional(),languages:Ct.optional(),releaseStatus:_.optional()}),Xo=e.object({url:e.url().max(2048)}),Zo=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()}),Qo=e.object({players:e.array(Zo),total:e.int().gte(0),liveCount:e.int().gte(0),generatedAt:e.iso.datetime()}),$o=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()}),es=e.object({admins:e.array($o)}),ts=e.object({id:e.string()}),ns=e.object({email:e.email(),role:r.optional()}),rs=e.object({id:e.string(),role:r}),is=e.object({role:r}),as=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()}),os=e.object({users:e.array(as),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),ss=e.object({id:e.string(),banned:e.boolean()}),cs=e.object({banned:e.boolean(),reason:e.string().min(1).max(280).optional()}),ls=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()}),us=e.object({rows:e.array(ls),total:e.int().gte(0),offset:e.int().gte(0),limit:e.int().gt(0)}),ds=e.object({requests:e.array(Uo)}),fs=e.object({id:e.string().min(1),status:e.enum([`pending`,`approved`,`rejected`,`cancelled`])}),ps=e.object({decision:e.enum([`approve`,`reject`]),notes:e.string().min(1).max(1e3).optional()}),ms=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()}),hs=e.object({userId:e.string().min(1),email:e.email(),displayName:e.string().nullable(),image:e.url().nullable(),studio:K.nullable(),apps:e.array(ms),grantedAt:e.iso.datetime().nullable()}),gs=e.object({developers:e.array(hs)}),_s=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()}),vs=e.object({items:e.array(_s)}),Q=e.object({status:e.enum([`draft`,`pending_review`,`published`,`hidden`])}),ys=e.object({reasonPublic:e.string().min(1).max(500),reasonInternal:e.string().max(2e3).optional()}),bs=e.union([e.object({decision:e.enum([`approve`])}),e.object({decision:e.enum([`reject`]),notes:e.string().min(1).max(1e3)})]),xs=e.object({field:e.string(),label:e.string(),from:e.string(),to:e.string()}),Ss=e.object({appId:e.uuid(),submittedAt:e.iso.datetime().nullable(),changes:e.array(xs)}),Cs=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]*$/)}),ws=e.object({target:e.enum([`purchase`]),envelope:$}),Ts=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(ws)}),Es=e.object({purchaseFeeBps:e.int().gte(0).lte(1e4).optional(),stakeFeeBps:e.int().gte(0).lte(1e4).optional()}),Ds=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()}),Os=e.object({platformFeeBps:e.int().gte(0).lte(1e4).nullish(),rakeCapBps:e.int().gte(0).lte(3e3).nullish()}),ks=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`])}),As=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}$/)}),js=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()}),Ms=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),reason:e.string().min(1).max(2e3)}),Ns=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),removed:e.literal(!0)}),Ps=e.object({chain:e.string().min(1),walletAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),Fs=e.object({entries:e.array(js)}),Is=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}$/)}),Ls=e.object({chain:e.string().min(1),target:e.enum([`router`,`credit_vault`,`platform_vault`]),action:e.enum([`pause`,`unpause`])}),Rs=e.object({chain:e.string().min(1),vaultAddress:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),zs=e.object({chain:e.string().min(1),account:e.string().regex(/^0x[0-9a-fA-F]{40}$/),lockSeconds:e.int().gte(0)}),Bs=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()}),Vs=e.object({appeals:e.array(Bs),nextCursorFiledAt:e.iso.datetime().nullable()}),Hs=e.enum([`pending_onchain`,`open`,`resolved_refund`,`resolved_dismiss`,`cancelled`,`force_cancelled`]),Us=e.enum([`purchase`,`pot`,`matured`]),Ws=e.object({source:Us,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()}),Gs=e.enum([`party`,`admin`,`system`]),Ks=e.object({id:e.string().min(1),senderUserId:e.string().nullable(),senderRole:Gs,body:e.string().nullable(),attachments:e.array(F),sentAt:e.iso.datetime()}),qs=e.object({appealId:e.string().regex(/^0x[0-9a-f]{32}$/),threadId:e.string().nullable(),status:Hs,readOnly:e.boolean(),canResolve:e.boolean(),detail:Ws,messages:e.array(Ks)}),Js=e.object({message:Ks}),Ys=e.object({body:e.string().min(1).max(4e3).optional(),attachmentIds:e.array(e.string().min(1)).max(3).optional()}),Xs=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`])}),Zs=e.object({decision:e.enum([`refund`,`dismiss`]),notes:e.string().min(1).max(2e3).optional()}),Qs=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]+$/)}),$s=e.object({paymentId:e.string().regex(/^0x[0-9a-f]{32}$/),amount:e.string().regex(/^\d+$/),reason:e.string().min(1).max(2e3)}),ec=e.object({legId:e.string().regex(/^0x[0-9a-f]{32}$/),reason:e.string().min(1).max(2e3)}),tc=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+$/)}),nc=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+$/)}),rc=e.discriminatedUnion(`kind`,[tc.extend({kind:e.literal(`direct`)}),nc.extend({kind:e.literal(`pull`)})]),ic=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()}),ac=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`])}))}),oc=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()}),sc=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+$/)}),cc=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}$/)}),lc=e.object({status:e.enum([`ok`])}),uc=e.object({id:e.string(),purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),dc=e.object({accountId:e.string(),providerId:e.string(),hasPassword:e.boolean(),scope:e.string().nullable(),createdAt:e.iso.datetime(),updatedAt:e.iso.datetime()}),fc=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())}),pc=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()}),mc=e.object({user:i,sessions:e.array(me),consents:e.array(uc),accounts:e.array(dc),auditEvents:e.array(fc),messages:e.array(pc),exportedAt:e.iso.datetime()}),hc=e.object({name:t.optional(),image:e.string().min(1).max(2048).nullish()}),gc=e.object({purpose:e.string(),version:e.string(),grantedAt:e.iso.datetime(),withdrawnAt:e.iso.datetime().nullable()}),_c=e.object({consents:e.array(gc)}),vc=e.string().regex(/^[a-z][a-z0-9-]{2,63}$/),yc=e.object({purpose:vc,version:e.string().min(1).max(64),granted:e.boolean()}),bc=ue,xc=ce,Sc=fe,Cc=de,wc=pe,Tc=he,Ec=e.object({token:e.string().min(1),callbackURL:e.url().optional()}),Dc=ge,Oc=ve,kc=_e,Ac=be,jc=ye,Mc=Se,Nc=xe,Pc=Ce,Fc=Ee,Ic=we,Lc=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()}),Rc=e.object({request:c}),zc=ke,Bc=e.object({client_id:e.string().min(1),return_uri:e.url()}),Vc=Ae,Hc=e.object({clientId:e.string().min(1)}),Uc=je,Wc=Pe,Gc=Me,Kc=Ve,qc=Fe,Jc=He,Yc=Ue,Xc=Ye,Zc=Ke,Qc=Xe,$c=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()}),el=Ze,tl=Qe,nl=$e,rl=et,il=it,al=tt,ol=tt,sl=ot,cl=e.void(),ll=ct,ul=e.void(),dl=ut,fl=ft,pl=pt,ml=e.void(),hl=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)}),gl=ht,_l=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),vl=Tt,yl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),bl=e.object({sort:Ft.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),xl=Pt,Sl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Cl=b,wl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Tl=b,El=Rt,Dl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Ol=b,kl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/)}),Al=Bt,jl=Ht,Ml=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Nl=Vt,Pl=Wt,Fl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Il=Ut,Ll=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Rl=e.object({limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),zl=qt,Bl=Yt,Vl=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),reviewId:e.uuid()}),Hl=Jt,Ul=e.object({slug:e.string().regex(/^[a-z0-9-]{3,40}$/),commentId:e.uuid()}),Wl=Xt,Gl=e.object({appId:e.uuid()}),Kl=e.object({sort:Ft.optional(),limit:e.int().gte(1).lte(50).optional().default(10),offset:e.int().gte(0).nullish().default(0)}),ql=Pt,Jl=e.object({appId:e.uuid(),reviewId:e.uuid()}),Yl=Zt,Xl=Qt,Zl=e.object({appId:e.uuid(),reviewId:e.uuid()}),Ql=Zt,$l=tn,eu=e.object({appId:e.uuid()}),tu=$t,nu=e.object({id:e.uuid()}),ru=e.object({status:nn.optional(),limit:e.int().gte(1).lte(50).optional().default(20),offset:e.int().gte(0).nullish().default(0)}),iu=an,au=on,ou=e.object({id:e.uuid(),reportId:e.uuid()}),su=rn,cu=cn,lu=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()}),uu=un,du=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`)}),fu=S,pu=e.object({groupId:e.string().min(1).max(128)}),mu=S,hu=e.object({chain:e.string().min(1).optional()}),gu=An,_u=jn,vu=Nn,yu=Mn,bu=Fn,xu=Pn,Su=In,Cu=e.object({before:e.iso.datetime().optional()}),wu=Rn,Tu=Bn,Eu=zn,Du=Hn,Ou=Vn,ku=C,Au=C,ju=C,Mu=Kn,Nu=Gn,Pu=qn,Fu=Qn,Iu=Zn,Lu=rr,Ru=nr,zu=ir,Bu=sr,Vu=sr,Hu=lr,Uu=cr,Wu=ur,Gu=pr,Ku=fr,qu=dr,Ju=mr,Yu=w,Xu=hr,Zu=w,Qu=Cr,$u=Tr,ed=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),td=wr,nd=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),rd=Or,id=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),ad=xr,od=Dr,sd=e.object({address:e.string().regex(/^0x[0-9a-fA-F]{40}$/)}),cd=Er,ld=kr,ud=i,dd=i,fd=e.object({file:e.string()}),pd=i,md=e.object({q:e.string().max(200).optional()}),hd=jr,gd=Br,_d=e.union([Hr,Ur]),vd=Vr,yd=e.object({id:e.string().min(1)}),bd=M,xd=Wr,Sd=e.object({id:e.string().min(1)}),Cd=N,wd=e.object({id:e.string().min(1)}),Td=e.object({limit:e.int().gt(0).lte(100).optional(),before:e.iso.datetime().optional()}),Ed=Yr,Dd=Zr,Od=e.object({id:e.string().min(1)}),kd=I,Ad=e.object({id:e.string().min(1),msgId:e.string().min(1)}),jd=M,Md=$r,Nd=e.object({id:e.string().min(1),msgId:e.string().min(1)}),Pd=I,Fd=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:P}),Id=ei,Ld=e.object({id:e.string().min(1),msgId:e.string().min(1),emoji:P}),Rd=ei,zd=e.object({id:e.string().min(1)}),Bd=M,Vd=e.object({file:e.string()}),Hd=e.object({id:e.string().min(1)}),Ud=L,Wd=e.object({id:e.string().min(1)}),Gd=M,Kd=ti,qd=e.object({id:e.string().min(1)}),Jd=N,Yd=e.object({id:e.string().min(1)}),Xd=M,Zd=e.object({id:e.string().min(1)}),Qd=M,$d=e.object({id:e.string().min(1)}),ef=ni,tf=e.object({id:e.string().min(1)}),nf=N,rf=e.object({file:e.string()}),af=e.object({id:e.string().min(1)}),of=N,sf=e.object({id:e.string().min(1),userId:e.string().min(1)}),cf=N,lf=R,uf=ai,df=R,ff=e.object({id:e.string().min(1)}),pf=R,mf=ci,hf=si,gf=li,_f=di,vf=ui,yf=pi,bf=fi,xf=mi,Sf=e.object({id:e.string().min(1),userId:e.string().min(1)}),Cf=N,wf=gi,Tf=e.object({regenerate:e.boolean().optional()}),Ef=_i,Df=e.object({code:e.string().min(1).max(64)}),Of=vi,kf=bi,Af=yi,jf=Si,Mf=xi,Nf=Ci,Pf=Ei,Ff=wi,If=Oi,Lf=Di,Rf=Ai,zf=ki,Bf=Mi,Vf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),Hf=Pi,Uf=e.object({appId:e.uuid()}),Wf=Fi,Gf=Ii,Kf=e.object({days:e.int().gt(0).lte(366).optional().default(30)}),qf=Ri,Jf=Bi,Yf=Hi,Xf=e.object({permitId:e.string().min(1)}),Zf=Wi,Qf=Bi,$f=Gi,ep=Gi,tp=e.object({file:e.string()}),np=qi,rp=e.object({tokenId:e.string()}),ip=qi,ap=Ji,op=Ui,sp=e.object({appId:e.string().min(1)}),cp=Xi,lp=ea,up=e.object({appId:e.string().min(1)}),dp=Zi,fp=e.object({appId:e.string().min(1)}),pp=na,mp=ea,hp=e.object({appId:e.string().min(1)}),gp=ta,_p=ia,vp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),yp=ra,bp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),xp=sa,Sp=e.object({file:e.string()}),Cp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),wp=H,Tp=e.object({file:e.string()}),Ep=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),Dp=H,Op=la,kp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),Ap=ca,jp=ua,Mp=e.object({appId:e.string().min(1),itemId:e.string().min(1)}),Np=ca,Pp=fa,Fp=e.object({permitId:e.string().min(1)}),Ip=pa,Lp=e.object({permitId:e.string().min(1)}),Rp=ma,zp=ga,Bp=e.object({permitId:e.string().min(1)}),Vp=ha,Hp=va,Up=_a,Wp=ba,Gp=ya,Kp=Sa,qp=Sa,Jp=e.object({custodyId:e.string().min(1)}),Yp=Ca,Xp=ja,Zp=Ma,Qp=e.object({id:e.string().min(1)}),$p=U,em=U,tm=Fa,nm=Ia,rm=e.object({id:e.string().min(1)}),im=U,am=La,om=e.object({id:e.string().min(1)}),sm=U,cm=Ra,lm=e.object({handle:e.string().min(1)}),um=qa,dm=e.object({q:e.string().min(1).max(64),limit:e.int().gte(1).lte(50).optional().default(20)}),fm=Ya,pm=e.object({id:e.string().min(1)}),mm=U,hm=e.object({id:e.string().min(1)}),gm=U,_m=e.object({id:e.string().min(1)}),vm=U,ym=e.object({id:e.string().min(1)}),bm=Xa,xm=eo,Sm=$a,Cm=Qa,wm=e.object({id:e.string().min(1)}),Tm=q,Em=no,Dm=J,Om=e.object({id:e.string().min(1)}),km=J,Am=oo,jm=e.object({id:e.string().min(1)}),Mm=J,Nm=e.object({id:e.string().min(1)}),Pm=X,Fm=e.object({file:e.string()}),Im=e.object({id:e.string().min(1)}),Lm=X,Rm=e.object({id:e.string().min(1)}),zm=co,Bm=e.object({id:e.string().min(1)}),Vm=lo,Hm=e.object({id:e.string().min(1)}),Um=e.object({range:e.string().optional(),chain:e.string().optional()}),Wm=fo,Gm=e.object({id:e.string().min(1)}),Km=e.object({range:e.string().optional()}),qm=mo,Jm=e.object({id:e.string().min(1)}),Ym=ho,Xm=e.object({id:e.string().min(1)}),Zm=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`)}),Qm=S,$m=e.object({id:e.string().min(1)}),eh=_o,th=yo,nh=e.object({id:e.string().min(1),chain:e.string().min(1)}),rh=vo,ih=e.object({id:e.string().min(1),chain:e.string().min(1)}),ah=bo,oh=e.object({id:e.string().min(1),chain:e.string().min(1)}),sh=e.object({token:e.string().regex(/^0x[0-9a-fA-F]{40}$/).optional()}),ch=xo,lh=e.object({id:e.string().min(1),chain:e.string().min(1)}),uh=So,dh=e.object({id:e.string().min(1),env:e.enum([`development`,`production`])}),fh=wo,ph=Eo,mh=e.object({id:e.string().min(1)}),hh=To,gh=e.object({id:e.string().min(1)}),_h=Do,vh=e.object({chain:e.string().optional()}),yh=ko,bh=e.object({chain:e.string().optional()}),xh=jo,Sh=Mo,Ch=e.object({id:e.string().min(1)}),wh=Po,Th=Fo,Eh=e.object({id:e.string().min(1)}),Dh=Po,Oh=e.object({id:e.string().min(1),userId:e.string().min(1)}),kh=q,Ah=Lo,jh=e.object({appId:e.string().min(1)}),Mh=q,Nh=e.object({appId:e.string().min(1)}),Ph=q,Fh=Ko,Ih=qo,Lh=q,Rh=X,zh=e.object({file:e.string()}),Bh=X,Vh=Jo,Hh=q,Uh=X,Wh=e.object({file:e.string()}),Gh=X,Kh=e.object({appId:e.string().min(1)}),qh=Z,Jh=Yo,Yh=e.object({appId:e.string().min(1)}),Xh=Z,Zh=e.object({appId:e.string().min(1)}),Qh=e.void(),$h=e.object({file:e.string()}),eg=e.object({appId:e.string().min(1)}),tg=e.object({bannerUrl:e.url()}),ng=e.object({appId:e.string().min(1)}),rg=e.void(),ig=e.object({file:e.string()}),ag=e.object({appId:e.string().min(1)}),og=e.object({thumbnailUrl:e.url()}),sg=e.object({appId:e.string().min(1)}),cg=e.void(),lg=e.object({file:e.string()}),ug=e.object({appId:e.string().min(1)}),dg=e.object({thumbnailVideoUrl:e.url()}),fg=e.object({file:e.string()}),pg=e.object({appId:e.string().min(1)}),mg=Xo,hg=e.object({appId:e.string().min(1)}),gg=Z,_g=e.object({appId:e.string().min(1)}),vg=Z,yg=Qo,bg=es,xg=ns,Sg=ts,Cg=e.object({id:e.string().min(1)}),wg=ts,Tg=is,Eg=e.object({id:e.string().min(1)}),Dg=rs,Og=e.object({search:e.string().optional(),offset:e.int().gte(0).nullish(),limit:e.int().gt(0).lte(100).optional()}),kg=os,Ag=cs,jg=e.object({id:e.string().min(1)}),Mg=ss,Ng=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()}),Pg=us,Fg=e.object({status:e.enum([`pending`,`approved`,`rejected`,`cancelled`]).optional(),kind:e.enum([`role`,`production`]).optional()}),Ig=ds,Lg=ps,Rg=e.object({id:e.string().min(1)}),zg=fs,Bg=gs,Vg=e.object({status:e.union([e.enum([`draft`,`pending_review`,`published`,`hidden`]),e.enum([`all`]),e.enum([`pending_changes`])]).optional()}),Hg=vs,Ug=ys,Wg=e.object({appId:e.string().min(1)}),Gg=Q,Kg=e.object({appId:e.string().min(1)}),qg=Q,Jg=bs,Yg=e.object({appId:e.string().min(1)}),Xg=Q,Zg=e.object({appId:e.string().min(1)}),Qg=Ss,$g=bs,e_=e.object({appId:e.string().min(1)}),t_=Q,n_=Cs,r_=Es,i_=Ts,a_=e.object({appId:e.string().min(1)}),o_=Ds,s_=Os,c_=e.object({appId:e.string().min(1)}),l_=Ds,u_=ks,d_=$,f_=As,p_=e.object({processorId:e.string().min(1)}),m_=$,h_=Ps,g_=Ns,__=e.object({chain:e.string().min(1).optional()}),v_=Fs,y_=Ms,b_=js,x_=Is,S_=e.object({vaultAddress:e.string().min(1)}),C_=$,w_=Ls,T_=e.object({vaultAddress:e.string().min(1)}),E_=$,D_=Rs,O_=e.object({vaultAddress:e.string().min(1)}),k_=$,A_=zs,j_=e.object({vaultAddress:e.string().min(1)}),M_=$,N_=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()}),P_=Vs,F_=e.object({appealId:e.string().min(1)}),I_=qs,L_=Ys,R_=e.object({appealId:e.string().min(1)}),z_=Js,B_=e.object({file:e.string()}),V_=e.object({appealId:e.string().min(1)}),H_=L,U_=Zs,W_=e.object({appealId:e.string().min(1)}),G_=Xs,K_=$s,q_=Qs,J_=ec,Y_=Qs,X_=e.object({appealId:e.string().min(1)}),Z_=qs,Q_=Ys,$_=e.object({appealId:e.string().min(1)}),ev=Js,tv=e.object({file:e.string()}),nv=e.object({appealId:e.string().min(1)}),rv=L,iv=ic,av=rc,ov=oc,sv=ac,cv=cc,lv=sc,uv=lc,dv=mc,fv=e.void(),pv=hc,mv=i,hv=_c,gv=yc,_v=e.void();export{ee as ZodError,te as z,ao as zAcceptedCurrencies,S as zActivityResponse,On as zActivityRow,vn as zActivityRowAppeal,hn as zActivityRowCreditTransferred,pn as zActivityRowMaturedWithdrawal,yn as zActivityRowMoonpayBuy,bn as zActivityRowMoonpaySell,Dn as zActivityRowNftCharge,dn as zActivityRowPayment,_n as zActivityRowPaymentAutoclaim,fn as zActivityRowPaymentWithdrawal,mn as zActivityRowPayoutSent,gn as zActivityRowPotLeg,En as zActivityRowReferralEarning,wn as zActivityRowTronCashout,xn as zActivityRowTronDeposit,Cn as zActivityRowTronPot,Tn as zActivityRowTronTransfer,Sn as zActivityTronInvolvedUser,ns as zAddAdminRequest,Zo as zAdminActivePlayer,Qo as zAdminActivePlayersResponse,xs as zAdminAppPageDiffField,Ss as zAdminAppPageDiffResponse,_s as zAdminAppPageItem,vs as zAdminAppPageListResponse,Q as zAdminAppPageStatusResponse,ls as zAdminAuditListItem,us as zAdminAuditListResponse,ms as zAdminDeveloperAppItem,hs as zAdminDeveloperListItem,gs as zAdminDeveloperListResponse,ts as zAdminMutationResponse,r as zAdminRole,rs as zAdminRoleChangeResponse,w as zAdminTronCashoutItem,mr as zAdminTronCashoutListResponse,hr as zAdminTronCashoutRejectRequest,$o as zAdminUser,cs as zAdminUserBanRequest,ss as zAdminUserBanResponse,as as zAdminUserListItem,os as zAdminUserListResponse,rn as zAppContentReport,en as zAppContentReportCategory,an as zAppContentReportListResponse,nn as zAppContentReportStatus,Ds as zAppFeeConfigResponse,Ia as zAppFriendListResponse,g as zAppPageAgeRating,Ea as zAppPageApprovedNotificationPayload,f as zAppPageCategories,vt as zAppPageChapter,yt as zAppPageChapters,Z as zAppPageDraft,_t as zAppPageGallery,gt as zAppPageGalleryItem,Xo as zAppPageGalleryUploadResponse,h as zAppPageGameType,Ct as zAppPageLanguages,bt as zAppPageLink,xt as zAppPageLinks,wt as zAppPagePaymentsMode,m as zAppPagePlatforms,Da as zAppPageRejectedNotificationPayload,_ as zAppPageReleaseStatus,d as zAppPageSlug,p as zAppPageTagline,ka as zAppParticipantAcceptedNotificationPayload,Oa as zAppParticipantInviteNotificationPayload,at as zAppPaymentAuthorizationItem,Fi as zAppPlaytime,Ms as zAppealBlacklistAddRequest,js as zAppealBlacklistEntry,Fs as zAppealBlacklistListResponse,Ps as zAppealBlacklistRemoveRequest,Ns as zAppealBlacklistRemoveResponse,$s as zAppealFileRequest,Qs as zAppealFileResponse,ec as zAppealPotLegFileRequest,Zs as zAppealResolveRequest,Xs as zAppealResolveSignedResponse,Ws as zAppealRoomDetail,Ks as zAppealRoomMessage,Ys as zAppealRoomPostRequest,Js as zAppealRoomPostResponse,Gs as zAppealRoomSenderRole,Us as zAppealRoomSource,Hs as zAppealRoomStatus,qs as zAppealRoomView,Bs as zAppealStatusRow,me as zAuthSession,i as zAuthUser,n as zBannerVariant,ci as zBatchThreadDmKeysBody,si as zBatchThreadDmKeysResponse,se as zBearerToken,re as zBio,$ as zCalldataEnvelope,_c as zConsentListResponse,yc as zConsentRecordRequest,gc as zConsentRow,$a as zCreateDeveloperApiKey,Qa as zCreateDeveloperApiKeyResponse,no as zCreateDeveloperApp,to as zCreateDeveloperAppChain,Eo as zCreateDeveloperProductionRequest,To as zCreateDeveloperProductionRequestResponse,Jo as zCreateDeveloperRoleRequest,Hr as zCreateDirectThreadBody,Ur as zCreateGroupThreadBody,Yt as zCreateReviewCommentRequest,Jt as zCreateReviewCommentResponse,Vr as zCreateThreadResponse,Dr as zCreateWalletDelegation,Er as zCreateWalletDelegationResponse,Cg as zDeleteAdminAdminsByIdPath,wg as zDeleteAdminAdminsByIdResponse,h_ as zDeleteAdminPaymentsAppealBlacklistBody,g_ as zDeleteAdminPaymentsAppealBlacklistResponse,dd as zDeleteMeAvatarResponse,Zh as zDeleteMeDeveloperAppsByAppIdPageBannerPath,Qh as zDeleteMeDeveloperAppsByAppIdPageBannerResponse,ng as zDeleteMeDeveloperAppsByAppIdPageThumbnailPath,rg as zDeleteMeDeveloperAppsByAppIdPageThumbnailResponse,sg as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoPath,cg as zDeleteMeDeveloperAppsByAppIdPageThumbnailVideoResponse,Jl as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,Yl as zDeleteMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,Nm as zDeleteMeDeveloperAppsByIdLogoPath,Pm as zDeleteMeDeveloperAppsByIdLogoResponse,Oh as zDeleteMeDeveloperAppsByIdParticipantsByUserIdPath,kh as zDeleteMeDeveloperAppsByIdParticipantsByUserIdResponse,Om as zDeleteMeDeveloperAppsByIdPath,km as zDeleteMeDeveloperAppsByIdResponse,wm as zDeleteMeDeveloperKeysByIdPath,Tm as zDeleteMeDeveloperKeysByIdResponse,Rh as zDeleteMeDeveloperProfileLogoResponse,Uh as zDeleteMeDeveloperRequestLogoResponse,rm as zDeleteMeFriendRequestsByIdPath,im as zDeleteMeFriendRequestsByIdResponse,cl as zDeleteMeOauthPaymentAuthorizationsByConsentIdResponse,fv as zDeleteMeResponse,Ul as zDeleteMeReviewsBySlugCommentsByCommentIdPath,Wl as zDeleteMeReviewsBySlugCommentsByCommentIdResponse,Sl as zDeleteMeReviewsBySlugPath,Cl as zDeleteMeReviewsBySlugResponse,tf as zDeleteMeThreadsByIdLogoPath,nf as zDeleteMeThreadsByIdLogoResponse,Ad as zDeleteMeThreadsByIdMessagesByMsgIdPath,Fd as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Id as zDeleteMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,jd as zDeleteMeThreadsByIdMessagesByMsgIdResponse,sf as zDeleteMeThreadsByIdParticipantsByUserIdPath,cf as zDeleteMeThreadsByIdParticipantsByUserIdResponse,yd as zDeleteMeThreadsByIdPath,Zd as zDeleteMeThreadsByIdPinPath,Qd as zDeleteMeThreadsByIdPinResponse,bd as zDeleteMeThreadsByIdResponse,nd as zDeleteMeWalletsByAddressDelegatePath,rd as zDeleteMeWalletsByAddressDelegateResponse,Xt as zDeleteReviewCommentResponse,pm as zDeleteUsersByIdFollowPath,mm as zDeleteUsersByIdFollowResponse,_m as zDeleteUsersByIdFriendPath,vm as zDeleteUsersByIdFriendResponse,Or as zDeleteWalletDelegationResponse,Oo as zDevAppealRow,ko as zDevAppealsResponse,Ao as zDevPendingDepositRow,jo as zDevPendingDepositsResponse,Za as zDeveloperApiKeyItem,eo as zDeveloperApiKeysResponse,yo as zDeveloperAppAutoSweepRequest,vo as zDeveloperAppAutoSweepResponse,so as zDeveloperAppBalanceItem,co as zDeveloperAppBalancesResponse,So as zDeveloperAppConsolidateResponse,uo as zDeveloperAppEarningsBucket,fo as zDeveloperAppEarningsResponse,J as zDeveloperAppIdResponse,Go as zDeveloperAppItem,Co as zDeveloperAppKeyItem,Y as zDeveloperAppName,ho as zDeveloperAppOverviewResponse,No as zDeveloperAppParticipant,Po as zDeveloperAppParticipantsResponse,Wo as zDeveloperAppPayoutAddressItem,po as zDeveloperAppPlaytimeBucket,mo as zDeveloperAppPlaytimeResponse,bo as zDeveloperAppProvisionWalletResponse,lo as zDeveloperAppTronBalanceResponse,go as zDeveloperAppWalletItem,_o as zDeveloperAppWalletsResponse,xo as zDeveloperAppWithdrawResponse,Io as zDeveloperInvite,Lo as zDeveloperInvitesResponse,X as zDeveloperLogoUploadResponse,Ko as zDeveloperMeStatus,q as zDeveloperOkResponse,Ho as zDeveloperProductionRequestPayload,K as zDeveloperProfile,Uo as zDeveloperRequestItem,Ro as zDeveloperRequestSubject,Vo as zDeveloperRoleRequestPayload,Mo as zDeveloperTronBalanceSummaryResponse,Fr as zDirectThreadSummary,ne as zDisplayName,ri as zDmKeyAlgorithm,ui as zDmKeyBackupOkResponse,di as zDmKeyBackupSetupBody,li as zDmKeyBackupStatusResponse,pi as zDmKeyBackupUnlockBody,fi as zDmKeyBackupUnlockResponse,R as zDmKeyResponse,ii as zDmPublicKeyEntry,dc as zDsarAccount,fc as zDsarAuditEvent,uc as zDsarConsent,mc as zDsarExportResponse,pc as zDsarMessage,hc as zDsarRectifyRequest,Ri as zEarningsTimeseries,Li as zEarningsTimeseriesBucket,$r as zEditMessageBody,ro as zEmbedOrigin,le as zErrorResponse,Ta as zFriendAcceptedNotificationPayload,Pa as zFriendListItem,Fa as zFriendListResponse,Xa as zFriendRequestAck,La as zFriendRequestDecision,wa as zFriendRequestNotificationPayload,yg as zGetAdminActivePlayersResponse,bg as zGetAdminAdminsResponse,Zg as zGetAdminAppPagesByAppIdChangesPath,Qg as zGetAdminAppPagesByAppIdChangesResponse,Vg as zGetAdminAppPagesQuery,Hg as zGetAdminAppPagesResponse,a_ as zGetAdminAppsByAppIdFeeConfigPath,o_ as zGetAdminAppsByAppIdFeeConfigResponse,Ng as zGetAdminAuditQuery,Pg as zGetAdminAuditResponse,Fg as zGetAdminDeveloperRequestsQuery,Ig as zGetAdminDeveloperRequestsResponse,Bg as zGetAdminDevelopersResponse,__ as zGetAdminPaymentsAppealBlacklistQuery,v_ as zGetAdminPaymentsAppealBlacklistResponse,F_ as zGetAdminPaymentsAppealsByAppealIdRoomPath,I_ as zGetAdminPaymentsAppealsByAppealIdRoomResponse,N_ as zGetAdminPaymentsAppealsQuery,P_ as zGetAdminPaymentsAppealsResponse,n_ as zGetAdminPlatformFeesResponse,Ju as zGetAdminTronCashoutsResponse,Og as zGetAdminUsersQuery,kg as zGetAdminUsersResponse,Tc as zGetAuthGetSessionResponse,Ec as zGetAuthVerifyEmailQuery,Dc as zGetAuthVerifyEmailResponse,uv as zGetHealthResponse,rp as zGetInventoryMetadataErc1155ByTokenIdMetadataJsonPath,ip as zGetInventoryMetadataErc1155ByTokenIdMetadataJsonResponse,ep as zGetInventoryMetadataErc1155ContractJsonResponse,tp as zGetInventoryMetadataErc721ByFilePath,np as zGetInventoryMetadataErc721ByFileResponse,$f as zGetInventoryMetadataErc721ContractJsonResponse,Uf as zGetMeAppsByAppIdPlaytimePath,Wf as zGetMeAppsByAppIdPlaytimeResponse,hv as zGetMeConsentResponse,dv as zGetMeDataResponse,sp as zGetMeDeveloperAppsByAppIdInventoryCollectionsPath,cp as zGetMeDeveloperAppsByAppIdInventoryCollectionsResponse,bp as zGetMeDeveloperAppsByAppIdInventoryItemsByItemIdHoldersPath,xp as zGetMeDeveloperAppsByAppIdInventoryItemsByItemIdHoldersResponse,fp as zGetMeDeveloperAppsByAppIdInventoryItemsPath,pp as zGetMeDeveloperAppsByAppIdInventoryItemsResponse,Kh as zGetMeDeveloperAppsByAppIdPagePath,qh as zGetMeDeveloperAppsByAppIdPageResponse,Gl as zGetMeDeveloperAppsByAppIdReviewsPath,Kl as zGetMeDeveloperAppsByAppIdReviewsQuery,ql as zGetMeDeveloperAppsByAppIdReviewsResponse,Xm as zGetMeDeveloperAppsByIdActivityPath,Zm as zGetMeDeveloperAppsByIdActivityQuery,Qm as zGetMeDeveloperAppsByIdActivityResponse,Rm as zGetMeDeveloperAppsByIdBalancesPath,zm as zGetMeDeveloperAppsByIdBalancesResponse,Hm as zGetMeDeveloperAppsByIdEarningsPath,Um as zGetMeDeveloperAppsByIdEarningsQuery,Wm as zGetMeDeveloperAppsByIdEarningsResponse,Jm as zGetMeDeveloperAppsByIdOverviewPath,Ym as zGetMeDeveloperAppsByIdOverviewResponse,Ch as zGetMeDeveloperAppsByIdParticipantsPath,wh as zGetMeDeveloperAppsByIdParticipantsResponse,Gm as zGetMeDeveloperAppsByIdPlaytimePath,Km as zGetMeDeveloperAppsByIdPlaytimeQuery,qm as zGetMeDeveloperAppsByIdPlaytimeResponse,nu as zGetMeDeveloperAppsByIdReportsPath,ru as zGetMeDeveloperAppsByIdReportsQuery,iu as zGetMeDeveloperAppsByIdReportsResponse,Bm as zGetMeDeveloperAppsByIdTronBalancePath,Vm as zGetMeDeveloperAppsByIdTronBalanceResponse,$m as zGetMeDeveloperAppsByIdWalletsPath,eh as zGetMeDeveloperAppsByIdWalletsResponse,Ah as zGetMeDeveloperInvitesResponse,xm as zGetMeDeveloperKeysResponse,vh as zGetMeDeveloperPaymentsAppealsQuery,yh as zGetMeDeveloperPaymentsAppealsResponse,bh as zGetMeDeveloperPaymentsPendingDepositsQuery,xh as zGetMeDeveloperPaymentsPendingDepositsResponse,Sh as zGetMeDeveloperPaymentsTronBalanceResponse,Fh as zGetMeDeveloperResponse,gf as zGetMeDmKeyBackupResponse,lf as zGetMeDmKeyResponse,Kf as zGetMeEarningsTimeseriesQuery,qf as zGetMeEarningsTimeseriesResponse,tm as zGetMeFriendsResponse,md as zGetMeGiphySearchQuery,hd as zGetMeGiphySearchResponse,Yf as zGetMeInventoryPermitsResponse,Jf as zGetMeInventoryResponse,Pp as zGetMeInventoryVaultPermitsResponse,Kp as zGetMeInventoryVaultedResponse,Xp as zGetMeNotificationsResponse,dl as zGetMeOauthConnectionsResponse,sl as zGetMeOauthPaymentAuthorizationsResponse,fl as zGetMeOauthTronAuthorizationsResponse,Bf as zGetMePlaytimeResponse,Vf as zGetMePlaytimeTimeseriesQuery,Hf as zGetMePlaytimeTimeseriesResponse,Df as zGetMeReferralPreviewQuery,Of as zGetMeReferralPreviewResponse,wf as zGetMeReferralResponse,wl as zGetMeReviewsBySlugPath,kl as zGetMeReviewsBySlugReactionsPath,Al as zGetMeReviewsBySlugReactionsResponse,Tl as zGetMeReviewsBySlugResponse,cm as zGetMeSocialsResponse,Gf as zGetMeStatsResponse,ff as zGetMeThreadsByIdDmKeyPath,pf as zGetMeThreadsByIdDmKeyResponse,wd as zGetMeThreadsByIdMessagesPath,Td as zGetMeThreadsByIdMessagesQuery,Ed as zGetMeThreadsByIdMessagesResponse,gd as zGetMeThreadsResponse,id as zGetMeWalletsByAddressDelegatePath,ad as zGetMeWalletsByAddressDelegateResponse,Qu as zGetMeWalletsResponse,Lc as zGetOauthAuthorizeQuery,Rc as zGetOauthConsentByRequestPath,zc as zGetOauthConsentByRequestResponse,nm as zGetOauthFriendsResponse,Qf as zGetOauthInventoryResponse,qp as zGetOauthInventoryVaultedResponse,nl as zGetOauthPaymentsIntentByIdResponse,Qc as zGetOauthPaymentsLimitsResponse,Hc as zGetOauthPaymentsNotInvitedByClientIdPath,Uc as zGetOauthPaymentsNotInvitedByClientIdResponse,$c as zGetOauthPaymentsPriceQuery,el as zGetOauthPaymentsPriceResponse,tl as zGetOauthPaymentsStatusByIdResponse,Pu as zGetOauthPaymentsTronBalanceResponse,zu as zGetOauthPaymentsTronIntentByIdResponse,Bc as zGetOauthRaiseLimitContextQuery,Vc as zGetOauthRaiseLimitContextResponse,X_ as zGetPaymentsAppealsByAppealIdRoomPath,Z_ as zGetPaymentsAppealsByAppealIdRoomResponse,cu as zGetPaymentsChainsResponse,pu as zGetPaymentsMeActivityGroupByGroupIdPath,mu as zGetPaymentsMeActivityGroupByGroupIdResponse,du as zGetPaymentsMeActivityQuery,fu as zGetPaymentsMeActivityResponse,_u as zGetPaymentsMeMoonpayAvailabilityResponse,hu as zGetPaymentsMeOutstandingQuery,gu as zGetPaymentsMeOutstandingResponse,lu as zGetPaymentsMeQuery,uu as zGetPaymentsMeResponse,Gu as zGetPaymentsMeTronCashoutsResponse,Cu as zGetPaymentsMeTronLedgerQuery,wu as zGetPaymentsMeTronLedgerResponse,Su as zGetPaymentsMeTronResponse,ku as zGetPaymentsMeTronSecurityResponse,_l as zGetPublicAppsBySlugPath,vl as zGetPublicAppsBySlugResponse,Ll as zGetPublicAppsBySlugReviewsByReviewIdCommentsPath,Rl as zGetPublicAppsBySlugReviewsByReviewIdCommentsQuery,zl as zGetPublicAppsBySlugReviewsByReviewIdCommentsResponse,yl as zGetPublicAppsBySlugReviewsPath,bl as zGetPublicAppsBySlugReviewsQuery,xl as zGetPublicAppsBySlugReviewsResponse,hl as zGetPublicLibraryQuery,gl as zGetPublicLibraryResponse,he as zGetSessionResponse,Jc as zGetUserinfoResponse,lm as zGetUsersByHandlePath,um as zGetUsersByHandleResponse,dm as zGetUsersSearchQuery,fm as zGetUsersSearchResponse,Pc as zGetWellKnownOauthAuthorizationServerResponse,jr as zGiphySearchResponse,Ar as zGiphySearchResult,za as zGitHubUrl,Lr as zGroupParticipant,N as zGroupThreadMutationResponse,Rr as zGroupThreadSummary,lc as zHealthResponse,ys as zHideAppPage,Xi as zInventoryCollectionListResponse,Yi as zInventoryCollectionSummary,Gi as zInventoryContractMetadata,zi as zInventoryHolding,oa as zInventoryItemHolder,sa as zInventoryItemHoldersResponse,na as zInventoryItemListResponse,H as zInventoryItemRecord,ea as zInventoryItemRegistrationInput,ta as zInventoryItemRegistrationResult,$i as zInventoryItemRegistrationSpec,aa as zInventoryItemStats,Bi as zInventoryListResponse,Ki as zInventoryMetadataAttribute,ia as zInventoryMintPermitCreateInput,ra as zInventoryMintPermitRecord,va as zInventoryNftTransferQuoteRequest,_a as zInventoryNftTransferQuoteResponse,ba as zInventoryNftTransferRequest,ya as zInventoryNftTransferResponse,Vi as zInventoryPendingPermit,Hi as zInventoryPendingPermitListResponse,da as zInventoryPendingVaultPermit,fa as zInventoryPendingVaultPermitListResponse,Wi as zInventoryPermitRedeemResult,Zi as zInventoryRegistrationQuote,ma as zInventoryRelayedVaultQuoteResponse,ga as zInventoryRelayedVaultSubmitRequest,ha as zInventoryRelayedVaultSubmitResponse,pa as zInventorySignedVaultPermit,Qi as zInventorySupplyType,qi as zInventoryTokenMetadata,xa as zInventoryVaultCustody,Sa as zInventoryVaultCustodyListResponse,Ca as zInventoryVaultForceWithdrawResponse,la as zInventoryVaultPermitCreateInput,ca as zInventoryVaultPermitRecord,ua as zInventoryWithdrawPermitCreateInput,Fo as zInviteDeveloperAppParticipant,ti as zInviteParticipantsBody,mt as zLibraryItem,ht as zLibraryListResponse,es as zListAdminsResponse,ot as zListAppPaymentAuthorizationsResponse,Vs as zListAppealsResponse,ds as zListDeveloperRequestsResponse,ut as zListOauthConnectionsResponse,ft as zListTronPaymentAuthorizationsResponse,Ii as zMeStats,F as zMessageAttachment,qr as zMessageAttachmentKind,Qr as zMessageBody,O as zMessageEnvelope,I as zMessageItem,Jr as zMessageLinkPreview,Gr as zMessageReplyPreview,Nr as zMessageTransactionNftTransfer,Mr as zMessageTransactionTronTransfer,Yr as zMessagesPageResponse,M as zMessagingOkResponse,Ji as zMintRequestInput,Ui as zMintRequestResult,jn as zMoonpayAvailabilityResponse,Nn as zMoonpayBuyUrlRequest,Mn as zMoonpayBuyUrlResponse,Fn as zMoonpaySellUrlRequest,Pn as zMoonpaySellUrlResponse,zt as zMyReviewReaction,Bt as zMyReviewReactionsResponse,b as zMyReviewResponse,Aa as zNotificationItem,ja as zNotificationListResponse,Ma 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,cc as zOauthPaymentCancelPotRequest,sc as zOauthPaymentCancelPotResponse,We as zOauthPaymentChargeCompleted,Je as zOauthPaymentChargeIdempotencyMismatch,qe as zOauthPaymentChargeLimitExceeded,Ge as zOauthPaymentChargeRedirect,Ye as zOauthPaymentChargeRequest,Ke as zOauthPaymentChargeResponse,oc as zOauthPaymentDistributeRequest,ac 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,tc as zOauthPaymentPayoutDirect,nc as zOauthPaymentPayoutPull,ic as zOauthPaymentPayoutRequest,rc 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,Na as zOnlineStatus,kn as zOutstandingByToken,An as zOutstandingResponse,Lt as zOwnReview,j as zParticipantRole,Tg as zPatchAdminAdminsByIdBody,Eg as zPatchAdminAdminsByIdPath,Dg as zPatchAdminAdminsByIdResponse,s_ as zPatchAdminAppsByAppIdFeeConfigBody,c_ as zPatchAdminAppsByAppIdFeeConfigPath,l_ as zPatchAdminAppsByAppIdFeeConfigResponse,Lg as zPatchAdminDeveloperRequestsByIdBody,Rg as zPatchAdminDeveloperRequestsByIdPath,zg as zPatchAdminDeveloperRequestsByIdResponse,r_ as zPatchAdminPlatformFeesBody,i_ as zPatchAdminPlatformFeesResponse,Ag as zPatchAdminUsersByIdBody,jg as zPatchAdminUsersByIdPath,Mg as zPatchAdminUsersByIdResponse,pv as zPatchMeBody,Jh as zPatchMeDeveloperAppsByAppIdPageBody,Yh as zPatchMeDeveloperAppsByAppIdPagePath,Xh as zPatchMeDeveloperAppsByAppIdPageResponse,Am as zPatchMeDeveloperAppsByIdBody,jm as zPatchMeDeveloperAppsByIdPath,au as zPatchMeDeveloperAppsByIdReportsByReportIdBody,ou as zPatchMeDeveloperAppsByIdReportsByReportIdPath,su as zPatchMeDeveloperAppsByIdReportsByReportIdResponse,Mm as zPatchMeDeveloperAppsByIdResponse,th as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepBody,nh as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepPath,rh as zPatchMeDeveloperAppsByIdWalletsByChainAutoSweepResponse,Ih as zPatchMeDeveloperProfileBody,Lh as zPatchMeDeveloperProfileResponse,am as zPatchMeFriendRequestsByIdBody,om as zPatchMeFriendRequestsByIdPath,sm as zPatchMeFriendRequestsByIdResponse,Zp as zPatchMeNotificationsByIdBody,Qp as zPatchMeNotificationsByIdPath,$p as zPatchMeNotificationsByIdResponse,ll as zPatchMeOauthPaymentAuthorizationsByConsentIdBody,ul as zPatchMeOauthPaymentAuthorizationsByConsentIdResponse,pl as zPatchMeOauthTronAuthorizationsByConsentIdBody,ml as zPatchMeOauthTronAuthorizationsByConsentIdResponse,ld as zPatchMeProfileBody,ud as zPatchMeProfileResponse,mv as zPatchMeResponse,xd as zPatchMeThreadsByIdBody,Md as zPatchMeThreadsByIdMessagesByMsgIdBody,Nd as zPatchMeThreadsByIdMessagesByMsgIdPath,Pd as zPatchMeThreadsByIdMessagesByMsgIdResponse,xf as zPatchMeThreadsByIdParticipantsByUserIdRoleBody,Sf as zPatchMeThreadsByIdParticipantsByUserIdRolePath,Cf as zPatchMeThreadsByIdParticipantsByUserIdRoleResponse,Sd as zPatchMeThreadsByIdPath,Cd as zPatchMeThreadsByIdResponse,$u as zPatchMeWalletsByAddressBody,ed as zPatchMeWalletsByAddressPath,td as zPatchMeWalletsByAddressResponse,Ls as zPauseRequest,sn as zPaymentChain,cn as zPaymentChainsResponse,un as zPaymentHistoryResponse,ln as zPaymentHistoryRow,u as zPaymentMetadata,ni as zPinThreadResponse,Oe as zPkceCodeChallenge,Le as zPkceCodeVerifier,io as zPlatformCurrency,oe as zPlatformEnvironment,ws as zPlatformFeeEnvelope,Cs as zPlatformFeesResponse,V as zPlaySessionAppId,Ei as zPlaySessionConfirmRequest,wi as zPlaySessionConfirmResponse,Ai as zPlaySessionEndRequest,ki as zPlaySessionEndResponse,Oi as zPlaySessionHeartbeatRequest,Di as zPlaySessionHeartbeatResponse,B as zPlaySessionId,Si as zPlaySessionOpenRequest,xi as zPlaySessionOpenResponse,Ti as zPlaySessionUserId,ji as zPlaytimeAppEntry,Mi as zPlaytimeOverview,Pi as zPlaytimeTimeseries,Ni as zPlaytimeTimeseriesBucket,xg as zPostAdminAdminsBody,Sg as zPostAdminAdminsResponse,Ug as zPostAdminAppPagesByAppIdHideBody,Wg as zPostAdminAppPagesByAppIdHidePath,Gg as zPostAdminAppPagesByAppIdHideResponse,Jg as zPostAdminAppPagesByAppIdReviewBody,$g as zPostAdminAppPagesByAppIdReviewChangesBody,e_ as zPostAdminAppPagesByAppIdReviewChangesPath,t_ as zPostAdminAppPagesByAppIdReviewChangesResponse,Yg as zPostAdminAppPagesByAppIdReviewPath,Xg as zPostAdminAppPagesByAppIdReviewResponse,Kg as zPostAdminAppPagesByAppIdUnhidePath,qg as zPostAdminAppPagesByAppIdUnhideResponse,Jp as zPostAdminInventoryVaultCustodyByCustodyIdForceWithdrawPath,Yp as zPostAdminInventoryVaultCustodyByCustodyIdForceWithdrawResponse,y_ as zPostAdminPaymentsAppealBlacklistBody,b_ as zPostAdminPaymentsAppealBlacklistResponse,U_ as zPostAdminPaymentsAppealsByAppealIdResolveBody,W_ as zPostAdminPaymentsAppealsByAppealIdResolvePath,G_ as zPostAdminPaymentsAppealsByAppealIdResolveResponse,B_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsBody,V_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsPath,H_ as zPostAdminPaymentsAppealsByAppealIdRoomAttachmentsResponse,L_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesBody,R_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesPath,z_ as zPostAdminPaymentsAppealsByAppealIdRoomMessagesResponse,f_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryBody,p_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryPath,m_ as zPostAdminPaymentsProcessorsByProcessorIdTreasuryResponse,u_ as zPostAdminPaymentsProcessorsWhitelistBody,d_ as zPostAdminPaymentsProcessorsWhitelistResponse,x_ as zPostAdminPaymentsVaultsByVaultAddressOperatorBody,S_ as zPostAdminPaymentsVaultsByVaultAddressOperatorPath,C_ as zPostAdminPaymentsVaultsByVaultAddressOperatorResponse,w_ as zPostAdminPaymentsVaultsByVaultAddressPauseBody,T_ as zPostAdminPaymentsVaultsByVaultAddressPausePath,E_ as zPostAdminPaymentsVaultsByVaultAddressPauseResponse,D_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultBody,O_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultPath,k_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockDefaultResponse,A_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideBody,j_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverridePath,M_ as zPostAdminPaymentsVaultsByVaultAddressWithdrawLockOverrideResponse,Yu as zPostAdminTronCashoutsByIdApproveResponse,Xu as zPostAdminTronCashoutsByIdRejectBody,Zu as zPostAdminTronCashoutsByIdRejectResponse,Ac as zPostAuthRequestPasswordResetBody,jc as zPostAuthRequestPasswordResetResponse,Mc as zPostAuthResetPasswordBody,Nc as zPostAuthResetPasswordResponse,Oc as zPostAuthSendVerificationEmailBody,kc as zPostAuthSendVerificationEmailResponse,Sc as zPostAuthSignInEmailBody,Cc as zPostAuthSignInEmailResponse,wc as zPostAuthSignOutResponse,bc as zPostAuthSignUpEmailBody,xc as zPostAuthSignUpEmailResponse,$l as zPostMeAppsByAppIdReportBody,eu as zPostMeAppsByAppIdReportPath,tu as zPostMeAppsByAppIdReportResponse,fd as zPostMeAvatarBody,pd as zPostMeAvatarResponse,gv as zPostMeConsentBody,_v as zPostMeConsentResponse,Em as zPostMeDeveloperAppsBody,mp as zPostMeDeveloperAppsByAppIdInventoryItemsBody,Tp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerBody,Ep as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerPath,Dp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdBannerResponse,Sp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImageBody,Cp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImagePath,wp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdImageResponse,_p as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsBody,vp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsPath,yp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdPermitsResponse,Op as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsBody,kp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsPath,Ap as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdVaultPermitsResponse,jp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsBody,Mp as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsPath,Np as zPostMeDeveloperAppsByAppIdInventoryItemsByItemIdWithdrawPermitsResponse,hp as zPostMeDeveloperAppsByAppIdInventoryItemsPath,lp as zPostMeDeveloperAppsByAppIdInventoryItemsQuoteBody,up as zPostMeDeveloperAppsByAppIdInventoryItemsQuotePath,dp as zPostMeDeveloperAppsByAppIdInventoryItemsQuoteResponse,gp as zPostMeDeveloperAppsByAppIdInventoryItemsResponse,$h as zPostMeDeveloperAppsByAppIdPageBannerBody,eg as zPostMeDeveloperAppsByAppIdPageBannerPath,tg as zPostMeDeveloperAppsByAppIdPageBannerResponse,fg as zPostMeDeveloperAppsByAppIdPageGalleryBody,pg as zPostMeDeveloperAppsByAppIdPageGalleryPath,mg as zPostMeDeveloperAppsByAppIdPageGalleryResponse,hg as zPostMeDeveloperAppsByAppIdPageSubmitForReviewPath,gg as zPostMeDeveloperAppsByAppIdPageSubmitForReviewResponse,ig as zPostMeDeveloperAppsByAppIdPageThumbnailBody,ag as zPostMeDeveloperAppsByAppIdPageThumbnailPath,og as zPostMeDeveloperAppsByAppIdPageThumbnailResponse,lg as zPostMeDeveloperAppsByAppIdPageThumbnailVideoBody,ug as zPostMeDeveloperAppsByAppIdPageThumbnailVideoPath,dg as zPostMeDeveloperAppsByAppIdPageThumbnailVideoResponse,_g as zPostMeDeveloperAppsByAppIdPageUnpublishPath,vg as zPostMeDeveloperAppsByAppIdPageUnpublishResponse,Fm as zPostMeDeveloperAppsByIdLogoBody,Im as zPostMeDeveloperAppsByIdLogoPath,Lm as zPostMeDeveloperAppsByIdLogoResponse,Th as zPostMeDeveloperAppsByIdParticipantsBody,Eh as zPostMeDeveloperAppsByIdParticipantsPath,Dh as zPostMeDeveloperAppsByIdParticipantsResponse,gh as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretPath,_h as zPostMeDeveloperAppsByIdPaymentStatusWebhookSecretResponse,ph as zPostMeDeveloperAppsByIdProductionRequestBody,mh as zPostMeDeveloperAppsByIdProductionRequestPath,hh as zPostMeDeveloperAppsByIdProductionRequestResponse,lh as zPostMeDeveloperAppsByIdWalletsByChainConsolidatePath,uh as zPostMeDeveloperAppsByIdWalletsByChainConsolidateResponse,ih as zPostMeDeveloperAppsByIdWalletsByChainProvisionPath,ah as zPostMeDeveloperAppsByIdWalletsByChainProvisionResponse,oh as zPostMeDeveloperAppsByIdWalletsByChainWithdrawPath,sh as zPostMeDeveloperAppsByIdWalletsByChainWithdrawQuery,ch as zPostMeDeveloperAppsByIdWalletsByChainWithdrawResponse,Dm as zPostMeDeveloperAppsResponse,jh as zPostMeDeveloperInvitesByAppIdAcceptPath,Mh as zPostMeDeveloperInvitesByAppIdAcceptResponse,Nh as zPostMeDeveloperInvitesByAppIdDeclinePath,Ph as zPostMeDeveloperInvitesByAppIdDeclineResponse,Sm as zPostMeDeveloperKeysBody,Cm as zPostMeDeveloperKeysResponse,zh as zPostMeDeveloperProfileLogoBody,Bh as zPostMeDeveloperProfileLogoResponse,Vh as zPostMeDeveloperRequestBody,Wh as zPostMeDeveloperRequestLogoBody,Gh as zPostMeDeveloperRequestLogoResponse,Hh as zPostMeDeveloperRequestResponse,_f as zPostMeDmKeyBackupBody,vf as zPostMeDmKeyBackupResponse,yf as zPostMeDmKeyBackupUnlockBody,bf as zPostMeDmKeyBackupUnlockResponse,Wp as zPostMeInventoryNftTransfersBody,Hp as zPostMeInventoryNftTransfersQuoteBody,Up as zPostMeInventoryNftTransfersQuoteResponse,Gp as zPostMeInventoryNftTransfersResponse,Xf as zPostMeInventoryPermitsByPermitIdRedeemPath,Zf as zPostMeInventoryPermitsByPermitIdRedeemResponse,Lp as zPostMeInventoryVaultPermitsByPermitIdRelayedQuotePath,Rp as zPostMeInventoryVaultPermitsByPermitIdRelayedQuoteResponse,zp as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitBody,Bp as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitPath,Vp as zPostMeInventoryVaultPermitsByPermitIdRelayedSubmitResponse,Fp as zPostMeInventoryVaultPermitsByPermitIdSignPath,Ip as zPostMeInventoryVaultPermitsByPermitIdSignResponse,em as zPostMeNotificationsMarkAllReadResponse,jf as zPostMePlaySessionsOpenBody,Mf as zPostMePlaySessionsOpenResponse,Nf as zPostMePresenceHeartbeatResponse,kf as zPostMeReferralBindBody,Af as zPostMeReferralBindResponse,Tf as zPostMeReferralCodeBody,Ef as zPostMeReferralCodeResponse,Bl as zPostMeReviewsBySlugCommentsByReviewIdBody,Vl as zPostMeReviewsBySlugCommentsByReviewIdPath,Hl as zPostMeReviewsBySlugCommentsByReviewIdResponse,jl as zPostMeReviewsBySlugReactionsByReviewIdBody,Ml as zPostMeReviewsBySlugReactionsByReviewIdPath,Nl as zPostMeReviewsBySlugReactionsByReviewIdResponse,Pl as zPostMeReviewsBySlugTipsByReviewIdBody,Fl as zPostMeReviewsBySlugTipsByReviewIdPath,Il as zPostMeReviewsBySlugTipsByReviewIdResponse,_d as zPostMeThreadsBody,Vd as zPostMeThreadsByIdAttachmentsBody,Hd as zPostMeThreadsByIdAttachmentsPath,Ud as zPostMeThreadsByIdAttachmentsResponse,Wd as zPostMeThreadsByIdHidePath,Gd as zPostMeThreadsByIdHideResponse,Kd as zPostMeThreadsByIdInviteBody,qd as zPostMeThreadsByIdInvitePath,Jd as zPostMeThreadsByIdInviteResponse,Yd as zPostMeThreadsByIdLeavePath,Xd as zPostMeThreadsByIdLeaveResponse,rf as zPostMeThreadsByIdLogoBody,af as zPostMeThreadsByIdLogoPath,of as zPostMeThreadsByIdLogoResponse,Dd as zPostMeThreadsByIdMessagesBody,Od as zPostMeThreadsByIdMessagesPath,kd as zPostMeThreadsByIdMessagesResponse,$d as zPostMeThreadsByIdPinPath,ef as zPostMeThreadsByIdPinResponse,zd as zPostMeThreadsByIdReadPath,Bd as zPostMeThreadsByIdReadResponse,mf as zPostMeThreadsDmKeysBody,hf as zPostMeThreadsDmKeysResponse,vd as zPostMeThreadsResponse,od as zPostMeWalletsByAddressDelegateBody,sd as zPostMeWalletsByAddressDelegatePath,cd as zPostMeWalletsByAddressDelegateResponse,Wc as zPostOauthAuthorizeConfirmBody,Gc as zPostOauthAuthorizeConfirmResponse,ap as zPostOauthInventoryMintBody,op as zPostOauthInventoryMintResponse,cv as zPostOauthPaymentsCancelPotBody,lv as zPostOauthPaymentsCancelPotResponse,Xc as zPostOauthPaymentsChargeBody,Zc as zPostOauthPaymentsChargeResponse,ov as zPostOauthPaymentsDistributeBody,sv as zPostOauthPaymentsDistributeResponse,il as zPostOauthPaymentsIntentByIdCompleteBody,al as zPostOauthPaymentsIntentByIdCompleteResponse,ol as zPostOauthPaymentsIntentByIdDenyResponse,rl as zPostOauthPaymentsIntentByIdSignResponse,iv as zPostOauthPaymentsPayoutBody,av as zPostOauthPaymentsPayoutResponse,Fu as zPostOauthPaymentsTronChargeBody,Lu as zPostOauthPaymentsTronChargeDirectBody,Ru as zPostOauthPaymentsTronChargeDirectResponse,Iu as zPostOauthPaymentsTronChargeResponse,Hu as zPostOauthPaymentsTronDistributeBody,Uu as zPostOauthPaymentsTronDistributeResponse,Bu as zPostOauthPaymentsTronIntentByIdCompleteResponse,Vu as zPostOauthPaymentsTronIntentByIdDenyResponse,Pf as zPostOauthPlaySessionsConfirmBody,Ff as zPostOauthPlaySessionsConfirmResponse,Rf as zPostOauthPlaySessionsEndBody,zf as zPostOauthPlaySessionsEndResponse,If as zPostOauthPlaySessionsHeartbeatBody,Lf as zPostOauthPlaySessionsHeartbeatResponse,Fc as zPostOauthRegisterBody,Ic as zPostOauthRegisterResponse,Yc as zPostOauthRevokeBody,Kc as zPostOauthTokenBody,qc as zPostOauthTokenResponse,K_ as zPostPaymentsAppealsBody,tv as zPostPaymentsAppealsByAppealIdRoomAttachmentsBody,nv as zPostPaymentsAppealsByAppealIdRoomAttachmentsPath,rv as zPostPaymentsAppealsByAppealIdRoomAttachmentsResponse,Q_ as zPostPaymentsAppealsByAppealIdRoomMessagesBody,$_ as zPostPaymentsAppealsByAppealIdRoomMessagesPath,ev as zPostPaymentsAppealsByAppealIdRoomMessagesResponse,J_ as zPostPaymentsAppealsPotLegBody,Y_ as zPostPaymentsAppealsPotLegResponse,q_ as zPostPaymentsAppealsResponse,vu as zPostPaymentsMeMoonpayBuyUrlBody,yu as zPostPaymentsMeMoonpayBuyUrlResponse,bu as zPostPaymentsMeMoonpaySellUrlBody,xu as zPostPaymentsMeMoonpaySellUrlResponse,Ku as zPostPaymentsMeTronCashoutsBody,qu as zPostPaymentsMeTronCashoutsResponse,Wu as zPostPaymentsMeTronConnectResponse,Tu as zPostPaymentsMeTronDepositBody,Eu as zPostPaymentsMeTronDepositResponse,Du as zPostPaymentsMeTronTransferBody,Mu as zPostPaymentsMeTronTransferChallengeBody,Nu as zPostPaymentsMeTronTransferChallengeResponse,Ou as zPostPaymentsMeTronTransferResponse,hm as zPostUsersByIdFollowPath,gm as zPostUsersByIdFollowResponse,ym as zPostUsersByIdFriendPath,bm as zPostUsersByIdFriendResponse,ae as zPresenceStatusMode,Ha as zProfileCounts,Ga as zProfileRecentReview,Ua as zProfileStats,Wa as zProfileTopGame,kr as zProfileUpdate,Bo as zProjectDescription,Tt as zPublicAppPage,St as zPublicAppPageStudio,Ba as zPublicDeveloperApp,qa as zPublicProfile,Va as zPublicProfileDeveloper,ai as zPublishDmKeyBody,vc as zPurposeHeader,Xl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyBody,Zl as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyPath,Ql as zPutMeDeveloperAppsByAppIdReviewsByReviewIdReplyResponse,dh as zPutMeDeveloperAppsByIdKeysByEnvPath,fh as zPutMeDeveloperAppsByIdKeysByEnvResponse,uf as zPutMeDmKeyBody,df as zPutMeDmKeyResponse,El as zPutMeReviewsBySlugBody,Dl as zPutMeReviewsBySlugPath,Ol as zPutMeReviewsBySlugResponse,Ld as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiPath,Rd as zPutMeThreadsByIdMessagesByMsgIdReactionsByEmojiResponse,Au as zPutPaymentsMeTronSecurityBody,ju as zPutPaymentsMeTronSecurityResponse,Ae as zRaiseLimitContextResponse,Kr as zReactionAggregate,P as zReactionEmoji,ei as zReactionMutationResponse,bi as zReferralBindRequest,yi as zReferralBindResponse,_i as zReferralCodeResponse,hi as zReferralEarningTotal,gi as zReferralOverview,vi as zReferralPreviewResponse,z as zReferralReferrer,wo as zRegenerateDeveloperAppKeyResponse,Do as zRegenerateDeveloperAppWebhookSecretResponse,Ka as zRelationship,be as zRequestPasswordResetRequest,ye as zRequestPasswordResetResponse,Se as zResetPasswordRequest,xe as zResetPasswordResponse,Nt as zReview,Dt as zReviewAggregate,bs as zReviewAppPage,kt as zReviewAuthor,y as zReviewBody,Kt as zReviewComment,Gt as zReviewCommentBody,qt as zReviewCommentListResponse,ps as zReviewDeveloperRequest,fs as zReviewDeveloperRequestResponse,It as zReviewEligibilityReason,Pt as zReviewListResponse,Ot as zReviewReactionCounts,v as zReviewRecommended,Mt as zReviewReply,jt as zReviewReplyBody,Zt as zReviewReplyResponse,Ft as zReviewSort,Et as zReviewSummaryLabel,x as zReviewVote,At as zReviewerStats,As as zRotateProcessorTreasuryRequest,Zr as zSendMessageBody,Xr as zSendMessageText,ve as zSendVerificationEmailRequest,_e as zSendVerificationEmailResponse,Rs as zSetDefaultWithdrawLockRequest,Is as zSetOperatorRequest,ks as zSetProcessorWhitelistRequest,Ht as zSetReviewReactionRequest,Vt as zSetReviewReactionResponse,zs as zSetWithdrawLockOverrideRequest,fe as zSignInEmailRequest,de as zSignInEmailResponse,pe as zSignOutResponse,ue as zSignUpEmailRequest,ce as zSignUpEmailResponse,W as zSocialAccount,U as zSocialActionAck,Ra as zSocialListResponse,tn as zSubmitAppContentReportRequest,$t as zSubmitAppContentReportResponse,zo as zTeamName,A as zThreadDescription,oi as zThreadDmKeyEntry,Pr as zThreadLastMessagePreview,Br as zThreadListResponse,Ir as zThreadLogoUrl,D as zThreadParticipant,zr as zThreadSummary,k as zThreadTitle,Wt as zTipReviewRequest,Ut as zTipReviewResponse,In as zTronBalanceResponse,fr as zTronCashoutCreateRequest,dr as zTronCashoutItem,pr as zTronCashoutListResponse,Jn as zTronChargeCompleted,Yn as zTronChargeInsufficient,Xn as zTronChargeRedirect,Qn as zTronChargeRequest,Zn as zTronChargeResponse,ur as zTronConnectOnboardingResponse,Bn as zTronDepositRequest,zn as zTronDepositResponse,$n as zTronDirectChargeCompleted,er as zTronDirectChargeInsufficient,tr as zTronDirectChargeRedirect,rr as zTronDirectChargeRequest,nr as zTronDirectChargeResponse,lr as zTronDistributeRequest,cr as zTronDistributeResponse,qn as zTronGameBalanceResponse,Ln as zTronLedgerEntry,Rn as zTronLedgerResponse,dt as zTronPaymentAuthorizationItem,ir as zTronPaymentIntentContext,or as zTronPaymentIntentResolveInsufficient,ar as zTronPaymentIntentResolveRedirect,sr as zTronPaymentIntentResolveResponse,C as zTronSecuritySetting,Un as zTronTransferChallengeNotRequired,Kn as zTronTransferChallengeRequest,Wn as zTronTransferChallengeRequired,Gn as zTronTransferChallengeResponse,Hn as zTronTransferRequest,Vn as zTronTransferResponse,is as zUpdateAdminRoleRequest,on as zUpdateAppContentReportStatusRequest,Os as zUpdateAppFeeConfigRequest,Yo as zUpdateAppPage,ct as zUpdateAppPaymentAuthorization,oo as zUpdateDeveloperApp,qo as zUpdateDeveloperProfile,mi as zUpdateParticipantRoleBody,Es as zUpdatePlatformFeesRequest,Ts as zUpdatePlatformFeesResponse,Wr as zUpdateThreadSettingsBody,pt as zUpdateTronPaymentAuthorization,L as zUploadAttachmentResponse,Qt as zUpsertReviewReplyRequest,Rt as zUpsertReviewRequest,Ya as zUserSearchResponse,Ja as zUserSearchResult,t as zUsername,ge as zVerifyEmailResponse,_r as zWalletAppLink,vr as zWalletBalances,E as zWalletChainBalance,gr as zWalletChainList,br as zWalletDelegationCaps,yr as zWalletDelegationMode,xr as zWalletDelegationStatus,Sr as zWalletItem,T as zWalletLabel,Tr as zWalletLabelUpdate,wr as zWalletLabelUpdateResponse,Cr as zWalletListResponse,Ci as zWebPresenceHeartbeatAck,ie as zWebsiteUrl,G as zXHandle};