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