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