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