@series-inc/rundot-game-sdk 5.22.0-beta.4 → 5.22.0-beta.5
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/{AdsApi-ClF8jnI5.d.ts → AdsApi-BMDHC7On.d.ts} +15 -1
- package/dist/{chunk-5QENWAEL.js → chunk-33BJAOLE.js} +4 -4
- package/dist/{chunk-5QENWAEL.js.map → chunk-33BJAOLE.js.map} +1 -1
- package/dist/{chunk-XC55QWIH.js → chunk-RWCJU5GG.js} +13 -2
- package/dist/chunk-RWCJU5GG.js.map +1 -0
- package/dist/index.d.ts +6 -3
- package/dist/index.js +2 -2
- package/dist/rundot-game-api/index.d.ts +2 -2
- package/dist/rundot-game-api/index.js +2 -2
- package/dist/sandbox/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-XC55QWIH.js.map +0 -1
|
@@ -330,6 +330,13 @@ type CommentsPanelResult = {
|
|
|
330
330
|
shown: false;
|
|
331
331
|
reason: 'unavailable';
|
|
332
332
|
};
|
|
333
|
+
/** The running player's like state for this game. */
|
|
334
|
+
interface LikeStateResult {
|
|
335
|
+
/** Whether the current player has already liked this game. */
|
|
336
|
+
isLiked: boolean;
|
|
337
|
+
/** Total like count for this game. */
|
|
338
|
+
likesCount: number;
|
|
339
|
+
}
|
|
333
340
|
interface PopupsApi {
|
|
334
341
|
showToast(message: string, options?: ShowToastOptions): Promise<boolean>;
|
|
335
342
|
/**
|
|
@@ -361,6 +368,13 @@ interface PopupsApi {
|
|
|
361
368
|
canShowCommentsPanel(): Promise<{
|
|
362
369
|
available: boolean;
|
|
363
370
|
}>;
|
|
371
|
+
/**
|
|
372
|
+
* The running player's like state for this game (`isLiked` + `likesCount`).
|
|
373
|
+
* Read-only and not throttled — use it to decide whether to render a Like
|
|
374
|
+
* call-to-action or call `showLikeDialog()` at all (e.g. skip players who
|
|
375
|
+
* already liked). Rejects if the platform can't resolve the like state.
|
|
376
|
+
*/
|
|
377
|
+
getLikeState(): Promise<LikeStateResult>;
|
|
364
378
|
}
|
|
365
379
|
|
|
366
380
|
interface ProfileApi {
|
|
@@ -4443,4 +4457,4 @@ interface AdsApi {
|
|
|
4443
4457
|
showInterstitialAd(options?: ShowInterstitialAdOptions): Promise<boolean>;
|
|
4444
4458
|
}
|
|
4445
4459
|
|
|
4446
|
-
export { type SystemApi as $, type AnalyticsApi as A, type BatchRecipeRequirementsResult as B, type NotificationsApi as C, type ScheduleLocalNotification as D, type ScheduleNotificationOptions as E, type RCSAvailabilityStatus as F, type ScheduleRCSInput as G, type Host as H, type ScheduleRCSResult as I, type RequestRCSOptInInput as J, type RequestRCSOptInResult as K, type PopupsApi as L, type ShowToastOptions as M, type NavigationApi as N, type LikeDialogResult as O, type Profile as P, type QuitOptions as Q, type RundotGameAPI as R, type SimulationActiveRunsUpdate as S, type CommentsPanelResult as T, type ShowInterstitialAdOptions as U, type ShowRewardedAdOptions as V, type ProfileApi as W, type DeviceApi as X, type DeviceInfo as Y, type EnvironmentApi as Z, type EnvironmentInfo as _, type RecipeRequirementQuery as a, type UpdateRoomDataOptions as a$, type SafeArea as a0, type AddToHomeScreenResult as a1, type CdnApi as a2, type FetchFromCdnOptions as a3, type AssetUrlResult as a4, type TimeApi as a5, type ServerTimeData as a6, type GetFutureTimeOptions as a7, type AiApi as a8, type AiChatCompletionRequest as a9, type SimulationPowerPreview as aA, type SimulationSlotMutationResult as aB, type SimulationSlotContainer as aC, type SimulationAssignment as aD, type SimulationState as aE, type ExecuteRecipeOptions as aF, type ExecuteRecipeResponse as aG, type CollectRecipeResult as aH, type ResetStateOptions as aI, type ResetStateResult as aJ, type GetActiveRunsOptions as aK, type ExecuteScopedRecipeOptions as aL, type ExecuteScopedRecipeResult as aM, type GetAvailableRecipesOptions as aN, type GetAvailableRecipesResult as aO, type Recipe as aP, type GetBatchRecipeRequirements as aQ, type TriggerRecipeChainOptions as aR, type RoomDataUpdate as aS, type RoomMessageEvent as aT, type ProposedMoveEvent as aU, RundotGameTransport as aV, type RoomsApi as aW, type CreateRoomOptions as aX, type JoinOrCreateRoomOptions as aY, type JoinOrCreateResult as aZ, type ListRoomsOptions as a_, type AiChatCompletionData as aa, type AiChatCompletionStreamOptions as ab, type AiChatCompletionStreamChunk as ac, type HapticsApi as ad, HapticFeedbackStyle as ae, type GamepadSnapshot as af, type GamepadConnectionEvent as ag, type Subscription as ah, type GamepadApi as ai, type GamepadLatencyStats as aj, type FeaturesApi as ak, type Experiment as al, type LifecycleApi as am, type SleepCallback as an, type AwakeCallback as ao, type PauseCallback as ap, type ResumeCallback as aq, type QuitCallback as ar, type BackButtonCallback as as, type IdentityChangedCallback as at, type IdentityChangedEvent as au, type SimulationApi as av, type SimulationSlotValidationResult as aw, type SimulationBatchOperation as ax, type SimulationBatchOperationsResult as ay, type SimulationAvailableItem as az, type RecipeRequirementResult as b, type AppRole as b$, type RoomMessageRequest as b0, type StartRoomGameOptions as b1, type ProposeMoveRequest as b2, type ProposeMoveResult as b3, type ValidateMoveVerdict as b4, type ValidateMoveResult as b5, type RoomSubscriptionOptions as b6, type LoggingApi as b7, type IapApi as b8, type SpendCurrencyOptions as b9, type EntitlementApi as bA, type Entitlement as bB, type LedgerEntry as bC, type StatsApi as bD, type GrantInfo as bE, type CollectiblesApi as bF, type CollectibleCard as bG, type VipClaimResult as bH, type ShopApi as bI, type StorefrontResponse as bJ, type StorefrontItem as bK, type ShopPurchaseResponse as bL, type ShopOrderHistoryResponse as bM, type PromptLoginResult as bN, type AccessTier as bO, type AccessGateApi as bP, type TextGenApi as bQ, type UgcApi as bR, type MultiplayerApi as bS, type VideoApi as bT, type AppApi as bU, type AdminUgcApi as bV, type AdminImageGenApi as bW, type AdminVideoGenApi as bX, type AdminSpriteGenApi as bY, type AdminAudioGenApi as bZ, type AdminThreeDGenApi as b_, type SpendCurrencyResult as ba, type SubscriptionTier as bb, type RunSubscriptionsResponse as bc, type SubscriptionInterval as bd, type PurchaseSubscriptionResponse as be, type OpenStoreResult as bf, type LoadEmbeddedAssetsResponse as bg, type SharedAssetsApi as bh, type CreditsApi as bi, type CreditsBillingContext as bj, type CreditBalance as bk, type CreditSubscription as bl, type CreditPlansCatalog as bm, type OpenPaywallOptions as bn, type CreditsPurchaseResult as bo, type Unsubscribe as bp, type PreloaderApi as bq, type SocialApi as br, type ShareMetadata as bs, type ShareLinkResult as bt, type SocialQRCodeOptions as bu, type QRCodeResult as bv, type ShareClickData as bw, type ShareFileOptions as bx, type ShareFileResult as by, type CanShareFileResult as bz, type RundotGameAvailableRecipe as c, type AiImageContent as c$, type ResolveLaunchIntentOptions as c0, type LaunchIntent as c1, type ReleaseNote as c2, type AdminUgcBrowseParams as c3, type AdminUgcBrowseResponse as c4, type AdminUgcListReportsParams as c5, type AdminUgcListReportsResponse as c6, type AdminUgcResolveAction as c7, type AdminGenBrowseParams as c8, type AdminGenBrowseResponse as c9, type ClipResult as cA, type UgcEntry as cB, type CaptureConsentStatus as cC, AccessDeniedError as cD, type AdminGenApi as cE, type AdminImageGenBrowseParams as cF, type AdminImageGenBrowseResponse as cG, type AdminImageGenListReportsParams as cH, type AdminImageGenListReportsResponse as cI, type AdminImageGenResolveAction as cJ, type AdminSpriteGenBrowseParams as cK, type AdminSpriteGenBrowseResponse as cL, type AdminSpriteGenListReportsParams as cM, type AdminSpriteGenListReportsResponse as cN, type AdminSpriteGenResolveAction as cO, type AdminThreeDGenBrowseParams as cP, type AdminThreeDGenBrowseResponse as cQ, type AdminThreeDGenListReportsParams as cR, type AdminThreeDGenListReportsResponse as cS, type AdminThreeDGenResolveAction as cT, type AdminUgcEntry as cU, type AdminVideoGenBrowseParams as cV, type AdminVideoGenBrowseResponse as cW, type AdminVideoGenListReportsParams as cX, type AdminVideoGenListReportsResponse as cY, type AdminVideoGenResolveAction as cZ, type AiContentBlock as c_, type ImageGenEntry as ca, type AdminGenListReportsParams as cb, type AdminGenListReportsResponse as cc, type ImageGenReport as cd, type AdminGenResolveAction as ce, type SpriteGenEntry as cf, type SpriteGenReport as cg, type ThreeDGenEntry as ch, type ThreeDGenReport as ci, type Avatar3dApi as cj, type AssetManifest as ck, type Avatar3dConfig as cl, type ShowEditorOptions as cm, type Avatar3dEdits as cn, type AdsApi as co, type SharedStorageHostApi as cp, type FilesApi as cq, type ClipsApi as cr, type AttributionApi as cs, type InitializationContext as ct, type InitializationOptions as cu, type CaptureConsent as cv, type StartClipRecordingOptions as cw, type ClipBlob as cx, type ClipsSupport as cy, type ClipPersistOptions as cz, type RundotGameCollectRecipeResult as d, RpcSharedAssetsApi as d$, type AiImageUrlContent as d0, type AiMessage as d1, type AiResponseFormat as d2, type AiTextContent as d3, type AiToolResultContent as d4, type AiToolUseContent as d5, type Asset as d6, type AudioGenEntry as d7, type AudioGenReport as d8, CLIP_CONTENT_TYPE as d9, type IsPlayerSubscribedRequest as dA, type JoinOrCreateRoomEnvelopeResponse as dB, type JoinRoomMatchCriteria as dC, type LaunchIntentKind as dD, type ListUserRoomsOptions as dE, type LoadEmbeddedAssetsRequest as dF, MockAvatarApi as dG, type NotificationTriggerInput as dH, type OnNotificationCallback as dI, type OnRequestCallback as dJ, type OnResponseCallback as dK, type ProposedMovePayload as dL, type Protocol as dM, type PurchaseSubscriptionRequest as dN, type RCSAvailabilityReason as dO, type RCSOptInStatus as dP, ROOM_GAME_PHASES as dQ, type RealtimeRoomSummary as dR, type RecipeInfo as dS, type ReleaseType as dT, type RoomEnvelopeResponse as dU, type RoomEvents as dV, type RoomGamePhase as dW, type RoomMessageEventType as dX, type RoomMessagePayload as dY, type RoomsEnvelopeResponse as dZ, RpcInboundStorageApi as d_, CREDITS_EXHAUSTED_CODE as da, type Category as db, type ClipAudioOptions as dc, type ClipCameraOptions as dd, type ClipPipLayout as de, type ClipPipPosition as df, type ConnectionState as dg, type CreditFreeDailyInfo as dh, type CreditPlan as di, type CreditTopUpPack as dj, type CreditsBilledTo as dk, CreditsExhaustedError as dl, type CreditsExhaustedErrorInfo as dm, type CreditsPurchaseOutcome as dn, GAMEPAD_BUTTON_NAMES as dp, type GamepadAxes as dq, type GamepadButtonName as dr, type GamepadButtonState as ds, type GamepadSource as dt, type GetSubscriptionsForTierRequest as du, type HudInsets as dv, type IdentityChangeReason as dw, type InboundForKeyEntry as dx, type InboundMethodIds as dy, type InboundStorageApi as dz, type RundotGameExecuteRecipeOptions as e, type RpcTransport as e0, type RunSubscription as e1, type RundotGameRoomCustomMetadata as e2, type RundotGameRoomPayload as e3, type RundotGameRoomRules as e4, type RundotGameRoomRulesGameState as e5, SHARE_FILE_ALLOWED_MIME_TYPES as e6, SHARE_FILE_MAX_SIZE_BYTES as e7, type ScheduleRCSStatus as e8, type ServerPlayer as e9, type ServerRoom as ea, type ShareFileMimeType as eb, type ShopOrder as ec, type SimulationBatchOperationAssign as ed, type SimulationBatchOperationRemove as ee, type SimulationBatchOperationResult as ef, type SimulationPersonalState as eg, type SimulationRoomActiveRecipe as eh, type SimulationRoomState as ei, type StorefrontCollection as ej, type StorefrontCollectionItem as ek, type SubPath as el, type Tool as em, type ToolChoice as en, type ToolUse as eo, type TimeIntervalTriggerInput as ep, type UgcReport as eq, type VideoGenEntry as er, type VideoGenReport as es, asCreditsExhaustedError as et, createHost as eu, isCreditsExhaustedError as ev, mapCreditsExhaustion as ew, resolveCollectionItemPrice as ex, type RundotGameExecuteRecipeResult as f, type RundotGameExecuteScopedRecipeOptions as g, RundotGameRoom as h, type RundotGameSimulationConfig as i, type RundotGameSimulationEffect as j, type RundotGameSimulationRecipe as k, type RundotGameSimulationStateResponse as l, type SimulationEntityUpdate as m, type SimulationRunSummary as n, type SimulationSnapshotUpdate as o, type SimulationSubscribeOptions as p, type SimulationUpdateData as q, type SimulationUpdateType as r, type RpcRequest as s, type RpcResponse as t, type RpcNotification as u, RpcClient as v, type StorageApi as w, type NavigationStackInfo as x, type PushAppOptions as y, type NavigateToGameOptions as z };
|
|
4460
|
+
export { type EnvironmentInfo as $, type AnalyticsApi as A, type BatchRecipeRequirementsResult as B, type NotificationsApi as C, type ScheduleLocalNotification as D, type ScheduleNotificationOptions as E, type RCSAvailabilityStatus as F, type ScheduleRCSInput as G, type Host as H, type ScheduleRCSResult as I, type RequestRCSOptInInput as J, type RequestRCSOptInResult as K, type PopupsApi as L, type ShowToastOptions as M, type NavigationApi as N, type LikeDialogResult as O, type Profile as P, type QuitOptions as Q, type RundotGameAPI as R, type SimulationActiveRunsUpdate as S, type CommentsPanelResult as T, type LikeStateResult as U, type ShowInterstitialAdOptions as V, type ShowRewardedAdOptions as W, type ProfileApi as X, type DeviceApi as Y, type DeviceInfo as Z, type EnvironmentApi as _, type RecipeRequirementQuery as a, type ListRoomsOptions as a$, type SystemApi as a0, type SafeArea as a1, type AddToHomeScreenResult as a2, type CdnApi as a3, type FetchFromCdnOptions as a4, type AssetUrlResult as a5, type TimeApi as a6, type ServerTimeData as a7, type GetFutureTimeOptions as a8, type AiApi as a9, type SimulationAvailableItem as aA, type SimulationPowerPreview as aB, type SimulationSlotMutationResult as aC, type SimulationSlotContainer as aD, type SimulationAssignment as aE, type SimulationState as aF, type ExecuteRecipeOptions as aG, type ExecuteRecipeResponse as aH, type CollectRecipeResult as aI, type ResetStateOptions as aJ, type ResetStateResult as aK, type GetActiveRunsOptions as aL, type ExecuteScopedRecipeOptions as aM, type ExecuteScopedRecipeResult as aN, type GetAvailableRecipesOptions as aO, type GetAvailableRecipesResult as aP, type Recipe as aQ, type GetBatchRecipeRequirements as aR, type TriggerRecipeChainOptions as aS, type RoomDataUpdate as aT, type RoomMessageEvent as aU, type ProposedMoveEvent as aV, RundotGameTransport as aW, type RoomsApi as aX, type CreateRoomOptions as aY, type JoinOrCreateRoomOptions as aZ, type JoinOrCreateResult as a_, type AiChatCompletionRequest as aa, type AiChatCompletionData as ab, type AiChatCompletionStreamOptions as ac, type AiChatCompletionStreamChunk as ad, type HapticsApi as ae, HapticFeedbackStyle as af, type GamepadSnapshot as ag, type GamepadConnectionEvent as ah, type Subscription as ai, type GamepadApi as aj, type GamepadLatencyStats as ak, type FeaturesApi as al, type Experiment as am, type LifecycleApi as an, type SleepCallback as ao, type AwakeCallback as ap, type PauseCallback as aq, type ResumeCallback as ar, type QuitCallback as as, type BackButtonCallback as at, type IdentityChangedCallback as au, type IdentityChangedEvent as av, type SimulationApi as aw, type SimulationSlotValidationResult as ax, type SimulationBatchOperation as ay, type SimulationBatchOperationsResult as az, type RecipeRequirementResult as b, type AdminThreeDGenApi as b$, type UpdateRoomDataOptions as b0, type RoomMessageRequest as b1, type StartRoomGameOptions as b2, type ProposeMoveRequest as b3, type ProposeMoveResult as b4, type ValidateMoveVerdict as b5, type ValidateMoveResult as b6, type RoomSubscriptionOptions as b7, type LoggingApi as b8, type IapApi as b9, type CanShareFileResult as bA, type EntitlementApi as bB, type Entitlement as bC, type LedgerEntry as bD, type StatsApi as bE, type GrantInfo as bF, type CollectiblesApi as bG, type CollectibleCard as bH, type VipClaimResult as bI, type ShopApi as bJ, type StorefrontResponse as bK, type StorefrontItem as bL, type ShopPurchaseResponse as bM, type ShopOrderHistoryResponse as bN, type PromptLoginResult as bO, type AccessTier as bP, type AccessGateApi as bQ, type TextGenApi as bR, type UgcApi as bS, type MultiplayerApi as bT, type VideoApi as bU, type AppApi as bV, type AdminUgcApi as bW, type AdminImageGenApi as bX, type AdminVideoGenApi as bY, type AdminSpriteGenApi as bZ, type AdminAudioGenApi as b_, type SpendCurrencyOptions as ba, type SpendCurrencyResult as bb, type SubscriptionTier as bc, type RunSubscriptionsResponse as bd, type SubscriptionInterval as be, type PurchaseSubscriptionResponse as bf, type OpenStoreResult as bg, type LoadEmbeddedAssetsResponse as bh, type SharedAssetsApi as bi, type CreditsApi as bj, type CreditsBillingContext as bk, type CreditBalance as bl, type CreditSubscription as bm, type CreditPlansCatalog as bn, type OpenPaywallOptions as bo, type CreditsPurchaseResult as bp, type Unsubscribe as bq, type PreloaderApi as br, type SocialApi as bs, type ShareMetadata as bt, type ShareLinkResult as bu, type SocialQRCodeOptions as bv, type QRCodeResult as bw, type ShareClickData as bx, type ShareFileOptions as by, type ShareFileResult as bz, type RundotGameAvailableRecipe as c, type AiContentBlock as c$, type AppRole as c0, type ResolveLaunchIntentOptions as c1, type LaunchIntent as c2, type ReleaseNote as c3, type AdminUgcBrowseParams as c4, type AdminUgcBrowseResponse as c5, type AdminUgcListReportsParams as c6, type AdminUgcListReportsResponse as c7, type AdminUgcResolveAction as c8, type AdminGenBrowseParams as c9, type ClipPersistOptions as cA, type ClipResult as cB, type UgcEntry as cC, type CaptureConsentStatus as cD, AccessDeniedError as cE, type AdminGenApi as cF, type AdminImageGenBrowseParams as cG, type AdminImageGenBrowseResponse as cH, type AdminImageGenListReportsParams as cI, type AdminImageGenListReportsResponse as cJ, type AdminImageGenResolveAction as cK, type AdminSpriteGenBrowseParams as cL, type AdminSpriteGenBrowseResponse as cM, type AdminSpriteGenListReportsParams as cN, type AdminSpriteGenListReportsResponse as cO, type AdminSpriteGenResolveAction as cP, type AdminThreeDGenBrowseParams as cQ, type AdminThreeDGenBrowseResponse as cR, type AdminThreeDGenListReportsParams as cS, type AdminThreeDGenListReportsResponse as cT, type AdminThreeDGenResolveAction as cU, type AdminUgcEntry as cV, type AdminVideoGenBrowseParams as cW, type AdminVideoGenBrowseResponse as cX, type AdminVideoGenListReportsParams as cY, type AdminVideoGenListReportsResponse as cZ, type AdminVideoGenResolveAction as c_, type AdminGenBrowseResponse as ca, type ImageGenEntry as cb, type AdminGenListReportsParams as cc, type AdminGenListReportsResponse as cd, type ImageGenReport as ce, type AdminGenResolveAction as cf, type SpriteGenEntry as cg, type SpriteGenReport as ch, type ThreeDGenEntry as ci, type ThreeDGenReport as cj, type Avatar3dApi as ck, type AssetManifest as cl, type Avatar3dConfig as cm, type ShowEditorOptions as cn, type Avatar3dEdits as co, type AdsApi as cp, type SharedStorageHostApi as cq, type FilesApi as cr, type ClipsApi as cs, type AttributionApi as ct, type InitializationContext as cu, type InitializationOptions as cv, type CaptureConsent as cw, type StartClipRecordingOptions as cx, type ClipBlob as cy, type ClipsSupport as cz, type RundotGameCollectRecipeResult as d, RpcInboundStorageApi as d$, type AiImageContent as d0, type AiImageUrlContent as d1, type AiMessage as d2, type AiResponseFormat as d3, type AiTextContent as d4, type AiToolResultContent as d5, type AiToolUseContent as d6, type Asset as d7, type AudioGenEntry as d8, type AudioGenReport as d9, type InboundStorageApi as dA, type IsPlayerSubscribedRequest as dB, type JoinOrCreateRoomEnvelopeResponse as dC, type JoinRoomMatchCriteria as dD, type LaunchIntentKind as dE, type ListUserRoomsOptions as dF, type LoadEmbeddedAssetsRequest as dG, MockAvatarApi as dH, type NotificationTriggerInput as dI, type OnNotificationCallback as dJ, type OnRequestCallback as dK, type OnResponseCallback as dL, type ProposedMovePayload as dM, type Protocol as dN, type PurchaseSubscriptionRequest as dO, type RCSAvailabilityReason as dP, type RCSOptInStatus as dQ, ROOM_GAME_PHASES as dR, type RealtimeRoomSummary as dS, type RecipeInfo as dT, type ReleaseType as dU, type RoomEnvelopeResponse as dV, type RoomEvents as dW, type RoomGamePhase as dX, type RoomMessageEventType as dY, type RoomMessagePayload as dZ, type RoomsEnvelopeResponse as d_, CLIP_CONTENT_TYPE as da, CREDITS_EXHAUSTED_CODE as db, type Category as dc, type ClipAudioOptions as dd, type ClipCameraOptions as de, type ClipPipLayout as df, type ClipPipPosition as dg, type ConnectionState as dh, type CreditFreeDailyInfo as di, type CreditPlan as dj, type CreditTopUpPack as dk, type CreditsBilledTo as dl, CreditsExhaustedError as dm, type CreditsExhaustedErrorInfo as dn, type CreditsPurchaseOutcome as dp, GAMEPAD_BUTTON_NAMES as dq, type GamepadAxes as dr, type GamepadButtonName as ds, type GamepadButtonState as dt, type GamepadSource as du, type GetSubscriptionsForTierRequest as dv, type HudInsets as dw, type IdentityChangeReason as dx, type InboundForKeyEntry as dy, type InboundMethodIds as dz, type RundotGameExecuteRecipeOptions as e, RpcSharedAssetsApi as e0, type RpcTransport as e1, type RunSubscription as e2, type RundotGameRoomCustomMetadata as e3, type RundotGameRoomPayload as e4, type RundotGameRoomRules as e5, type RundotGameRoomRulesGameState as e6, SHARE_FILE_ALLOWED_MIME_TYPES as e7, SHARE_FILE_MAX_SIZE_BYTES as e8, type ScheduleRCSStatus as e9, type ServerPlayer as ea, type ServerRoom as eb, type ShareFileMimeType as ec, type ShopOrder as ed, type SimulationBatchOperationAssign as ee, type SimulationBatchOperationRemove as ef, type SimulationBatchOperationResult as eg, type SimulationPersonalState as eh, type SimulationRoomActiveRecipe as ei, type SimulationRoomState as ej, type StorefrontCollection as ek, type StorefrontCollectionItem as el, type SubPath as em, type Tool as en, type ToolChoice as eo, type ToolUse as ep, type TimeIntervalTriggerInput as eq, type UgcReport as er, type VideoGenEntry as es, type VideoGenReport as et, asCreditsExhaustedError as eu, createHost as ev, isCreditsExhaustedError as ew, mapCreditsExhaustion as ex, resolveCollectionItemPrice as ey, type RundotGameExecuteRecipeResult as f, type RundotGameExecuteScopedRecipeOptions as g, RundotGameRoom as h, type RundotGameSimulationConfig as i, type RundotGameSimulationEffect as j, type RundotGameSimulationRecipe as k, type RundotGameSimulationStateResponse as l, type SimulationEntityUpdate as m, type SimulationRunSummary as n, type SimulationSnapshotUpdate as o, type SimulationSubscribeOptions as p, type SimulationUpdateData as q, type SimulationUpdateType as r, type RpcRequest as s, type RpcResponse as t, type RpcNotification as u, RpcClient as v, type StorageApi as w, type NavigationStackInfo as x, type PushAppOptions as y, type NavigateToGameOptions as z };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { mapCreditsExhaustion, generateId, createRpcAdminGenApi, createMockAdminGenApi, SHARE_FILE_ALLOWED_MIME_TYPES, SHARE_FILE_MAX_SIZE_BYTES, RpcAdsApi, RpcAnalyticsApi, RpcStorageApi, RpcInboundStorageApi, DualEmitStorageApi, RpcAvatarApi, RpcNavigationApi, RpcNotificationsApi, RpcPopupsApi, HostProfileApi, HostDeviceApi, HostEnvironmentApi, HostSystemApi, HostCdnApi, HostTimeApi, RpcHapticsApi, RpcGamepadApi, RpcFeaturesApi, RpcLifecycleApi, RpcRoomsApi, RpcLoggingApi, RpcCreditsApi, RpcPreloaderApi, ClipsApiImpl, RpcEntitlementApi, RpcStatsApi, RpcCollectiblesApi, RpcShopApi, RpcVideoApi, RpcAttributionApi, RpcSharedAssetsApi, initializeRoomsApi, RpcAccessGateApi, WsMultiplayerApi, applyAccessGates, wireIdentityReplica, sanitizeProfile, MockAdsApi, MockLifecycleApi, MockAnalyticsApi, createMockStorageApi, MockAvatarApi, MockNavigationApi, MockNotificationsApi, MockPopupsApi, MockProfileApi, MockDeviceApi, MockEnvironmentApi, MockSystemApi, MockCdnApi, MockTimeApi, MockHapticsApi, MockGamepadApi, MockFeaturesApi, MockLoggingApi, MockIapApi, MockCreditsApi, MockEntitlementApi, MockStatsApi, MockCollectiblesApi, MockShopApi, MockVideoApi, MockAppApi, MockAttributionApi, MockPreloaderApi, MockSharedAssetsApi, MockAccessGateApi, MockMultiplayerApi, asCreditsExhaustedError } from './chunk-
|
|
1
|
+
import { mapCreditsExhaustion, generateId, createRpcAdminGenApi, createMockAdminGenApi, SHARE_FILE_ALLOWED_MIME_TYPES, SHARE_FILE_MAX_SIZE_BYTES, RpcAdsApi, RpcAnalyticsApi, RpcStorageApi, RpcInboundStorageApi, DualEmitStorageApi, RpcAvatarApi, RpcNavigationApi, RpcNotificationsApi, RpcPopupsApi, HostProfileApi, HostDeviceApi, HostEnvironmentApi, HostSystemApi, HostCdnApi, HostTimeApi, RpcHapticsApi, RpcGamepadApi, RpcFeaturesApi, RpcLifecycleApi, RpcRoomsApi, RpcLoggingApi, RpcCreditsApi, RpcPreloaderApi, ClipsApiImpl, RpcEntitlementApi, RpcStatsApi, RpcCollectiblesApi, RpcShopApi, RpcVideoApi, RpcAttributionApi, RpcSharedAssetsApi, initializeRoomsApi, RpcAccessGateApi, WsMultiplayerApi, applyAccessGates, wireIdentityReplica, sanitizeProfile, MockAdsApi, MockLifecycleApi, MockAnalyticsApi, createMockStorageApi, MockAvatarApi, MockNavigationApi, MockNotificationsApi, MockPopupsApi, MockProfileApi, MockDeviceApi, MockEnvironmentApi, MockSystemApi, MockCdnApi, MockTimeApi, MockHapticsApi, MockGamepadApi, MockFeaturesApi, MockLoggingApi, MockIapApi, MockCreditsApi, MockEntitlementApi, MockStatsApi, MockCollectiblesApi, MockShopApi, MockVideoApi, MockAppApi, MockAttributionApi, MockPreloaderApi, MockSharedAssetsApi, MockAccessGateApi, MockMultiplayerApi, asCreditsExhaustedError } from './chunk-RWCJU5GG.js';
|
|
2
2
|
import { RundotApiError } from './chunk-HVVCNDSV.js';
|
|
3
3
|
|
|
4
4
|
// src/ai/RpcAiApi.ts
|
|
@@ -1023,7 +1023,7 @@ function initializeSimulation(rundotGameApi, host) {
|
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
1025
|
// src/version.ts
|
|
1026
|
-
var SDK_VERSION = "5.22.0-beta.
|
|
1026
|
+
var SDK_VERSION = "5.22.0-beta.5";
|
|
1027
1027
|
|
|
1028
1028
|
// src/leaderboard/utils.ts
|
|
1029
1029
|
var HASH_ALGORITHM_WEB_CRYPTO = "SHA-256";
|
|
@@ -3932,5 +3932,5 @@ function initializeClips(rundotGameApi, host) {
|
|
|
3932
3932
|
}
|
|
3933
3933
|
|
|
3934
3934
|
export { HASH_ALGORITHM_NODE, HASH_ALGORITHM_WEB_CRYPTO, MockAdminImageGenApi, MockAdminSpriteGenApi, MockAdminThreeDGenApi, MockAiApi, MockCaptureConsent, MockClipsApi, MockImageGenApi, MockLeaderboardApi, MockSocialApi, MockSpriteGenApi, RemoteHost, RpcAdminImageGenApi, RpcAdminSpriteGenApi, RpcAdminThreeDGenApi, RpcAdminUgcApi, RpcAiApi, RpcAppApi, RpcCaptureConsent, RpcClient, RpcIapApi, RpcImageGenApi, RpcLeaderboardApi, RpcSimulationApi, RpcSocialApi, RpcSpriteGenApi, SDK_VERSION, buildInitializationContext, computeScoreHash, createHost, initializeAi, initializeApp, initializeAudioGen, initializeClips, initializeFiles, initializeIap, initializeImageGen, initializeLeaderboard, initializeSimulation, initializeSocial, initializeSpriteGen, initializeTextGen, initializeThreeDGen, initializeUgc, initializeVideoGen };
|
|
3935
|
-
//# sourceMappingURL=chunk-
|
|
3936
|
-
//# sourceMappingURL=chunk-
|
|
3935
|
+
//# sourceMappingURL=chunk-33BJAOLE.js.map
|
|
3936
|
+
//# sourceMappingURL=chunk-33BJAOLE.js.map
|