@metatrongg/sdk 0.8.0-dev.4ba5890 → 0.8.0-dev.4fc3172

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