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