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