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