@metatrongg/sdk 0.8.0-dev.46fc1a5 → 0.8.0-dev.4ac3e68

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