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