@metatrongg/sdk 0.8.0-dev.a70a494 → 0.8.0-dev.bace078

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