@series-inc/rundot-game-sdk 5.22.0-beta.2 → 5.22.0-beta.4
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-BT2-dh42.d.ts → AdsApi-ClF8jnI5.d.ts} +228 -1
- package/dist/{chunk-FLUTHNEO.js → chunk-5QENWAEL.js} +126 -116
- package/dist/chunk-5QENWAEL.js.map +1 -0
- package/dist/{chunk-4YOCLVRI.js → chunk-BJGV6WIK.js} +4 -3
- package/dist/chunk-BJGV6WIK.js.map +1 -0
- package/dist/{chunk-O3DF3FUB.js → chunk-XC55QWIH.js} +379 -63
- package/dist/chunk-XC55QWIH.js.map +1 -0
- package/dist/host-http.js +1 -1
- package/dist/index.d.ts +75 -3
- package/dist/index.js +2 -2
- package/dist/rundot-game-api/index.d.ts +2 -2
- package/dist/rundot-game-api/index.js +3 -2
- package/dist/rundot-game-api/index.js.map +1 -1
- package/dist/sandbox/index.js +13 -7
- package/dist/sandbox/index.js.map +1 -1
- package/dist/vite/chunk-G6GRSBMV.js +42 -0
- package/dist/vite/chunk-G6GRSBMV.js.map +1 -0
- package/dist/vite/{dev-server-6P24HSXW.js → dev-server-GV5N4RH3.js} +65 -9
- package/dist/vite/dev-server-GV5N4RH3.js.map +1 -0
- package/dist/vite/{esbuild-validate-DO5ES37N.js → esbuild-validate-IXG2OBFH.js} +4 -4
- package/dist/vite/{esbuild-validate-DO5ES37N.js.map → esbuild-validate-IXG2OBFH.js.map} +1 -1
- package/dist/vite/index.js +37 -24
- package/dist/vite/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-4YOCLVRI.js.map +0 -1
- package/dist/chunk-FLUTHNEO.js.map +0 -1
- package/dist/chunk-O3DF3FUB.js.map +0 -1
- package/dist/vite/chunk-RDFEWAG5.js +0 -14
- package/dist/vite/chunk-RDFEWAG5.js.map +0 -1
- package/dist/vite/dev-server-6P24HSXW.js.map +0 -1
|
@@ -313,8 +313,54 @@ interface ShowToastOptions {
|
|
|
313
313
|
label: string;
|
|
314
314
|
};
|
|
315
315
|
}
|
|
316
|
+
/** Outcome of a platform-owned Like prompt. */
|
|
317
|
+
type LikeDialogResult = {
|
|
318
|
+
shown: true;
|
|
319
|
+
dismissed: boolean;
|
|
320
|
+
liked: boolean;
|
|
321
|
+
} | {
|
|
322
|
+
shown: false;
|
|
323
|
+
reason: 'unavailable';
|
|
324
|
+
};
|
|
325
|
+
/** Outcome of opening the platform-owned Comments panel. */
|
|
326
|
+
type CommentsPanelResult = {
|
|
327
|
+
shown: true;
|
|
328
|
+
dismissed: boolean;
|
|
329
|
+
} | {
|
|
330
|
+
shown: false;
|
|
331
|
+
reason: 'unavailable';
|
|
332
|
+
};
|
|
316
333
|
interface PopupsApi {
|
|
317
334
|
showToast(message: string, options?: ShowToastOptions): Promise<boolean>;
|
|
335
|
+
/**
|
|
336
|
+
* Ask the platform to present its own Like prompt for the running game. The
|
|
337
|
+
* platform renders the UI and performs the like on a real user tap — the game
|
|
338
|
+
* never mutates the like itself. Resolves when the user acts or dismisses, or
|
|
339
|
+
* immediately with `{ shown:false }` if the platform suppresses it.
|
|
340
|
+
*/
|
|
341
|
+
showLikeDialog(): Promise<LikeDialogResult>;
|
|
342
|
+
/**
|
|
343
|
+
* Whether the Like prompt can currently be shown for this app. Capability
|
|
344
|
+
* only (platform support + per-app enablement) — NOT transient throttle. Use
|
|
345
|
+
* to decide whether to render a Like call-to-action at all.
|
|
346
|
+
*/
|
|
347
|
+
canShowLikeDialog(): Promise<{
|
|
348
|
+
available: boolean;
|
|
349
|
+
}>;
|
|
350
|
+
/**
|
|
351
|
+
* Ask the platform to open its Comments panel for the running game. The
|
|
352
|
+
* platform owns the panel and everything in it; no comment text or commenter
|
|
353
|
+
* identity crosses back to the game. Resolves when the panel closes, or
|
|
354
|
+
* immediately with `{ shown:false }` if suppressed.
|
|
355
|
+
*/
|
|
356
|
+
showCommentsPanel(): Promise<CommentsPanelResult>;
|
|
357
|
+
/**
|
|
358
|
+
* Whether the Comments panel can currently be shown for this app. Capability
|
|
359
|
+
* only — NOT transient throttle.
|
|
360
|
+
*/
|
|
361
|
+
canShowCommentsPanel(): Promise<{
|
|
362
|
+
available: boolean;
|
|
363
|
+
}>;
|
|
318
364
|
}
|
|
319
365
|
|
|
320
366
|
interface ProfileApi {
|
|
@@ -1784,6 +1830,13 @@ interface SpendCurrencyOptions {
|
|
|
1784
1830
|
* for revenue share. Forwarded to the server for future revshare bookkeeping.
|
|
1785
1831
|
*/
|
|
1786
1832
|
beneficiaryId?: string;
|
|
1833
|
+
/**
|
|
1834
|
+
* Optional story-level UGC entry id the spend buys (e.g. a RUN.tv episode
|
|
1835
|
+
* unlock). When set, the server keys the Recombee purchase signal to that
|
|
1836
|
+
* content item instead of the host game, so the recommender learns the
|
|
1837
|
+
* specific story rather than the whole app.
|
|
1838
|
+
*/
|
|
1839
|
+
contentEntryId?: string;
|
|
1787
1840
|
}
|
|
1788
1841
|
interface SpendCurrencyResult {
|
|
1789
1842
|
success: boolean;
|
|
@@ -1814,6 +1867,148 @@ interface IapApi {
|
|
|
1814
1867
|
hasUserMadePurchase(): Promise<boolean>;
|
|
1815
1868
|
}
|
|
1816
1869
|
|
|
1870
|
+
/**
|
|
1871
|
+
* Canonical machine discriminator for creator-credits exhaustion. Mirrors the
|
|
1872
|
+
* server's `CREDITS_EXHAUSTED_CODE`: the host rejects an exhausted generation
|
|
1873
|
+
* with this `code`, and the SDK reconstructs the typed error from it. Single
|
|
1874
|
+
* source of truth — never write the literal elsewhere in the SDK.
|
|
1875
|
+
*/
|
|
1876
|
+
declare const CREDITS_EXHAUSTED_CODE = "CREDITS_EXHAUSTED";
|
|
1877
|
+
type Unsubscribe = () => void;
|
|
1878
|
+
/** Who AI generation in the current game is billed to. */
|
|
1879
|
+
type CreditsBilledTo = 'owner' | 'player';
|
|
1880
|
+
/**
|
|
1881
|
+
* Informational context about how the current game bills AI generation. This is
|
|
1882
|
+
* ALWAYS available and NEVER gates any other call — the game decides what to
|
|
1883
|
+
* render from it.
|
|
1884
|
+
*/
|
|
1885
|
+
interface CreditsBillingContext {
|
|
1886
|
+
billedTo: CreditsBilledTo;
|
|
1887
|
+
/** True only when `billedTo === 'player'` AND player-charge enforcement is live. */
|
|
1888
|
+
playerChargesEnabled: boolean;
|
|
1889
|
+
}
|
|
1890
|
+
/** Free-daily grant disclosure, so the game can render a reset countdown. */
|
|
1891
|
+
interface CreditFreeDailyInfo {
|
|
1892
|
+
dailyCredits: number;
|
|
1893
|
+
availableCredits: number;
|
|
1894
|
+
/** ISO timestamp of the next free-daily reset. */
|
|
1895
|
+
nextResetAt: string;
|
|
1896
|
+
}
|
|
1897
|
+
interface CreditBalance {
|
|
1898
|
+
/** Credits the player can spend right now (server `totalSpendable`). */
|
|
1899
|
+
available: number;
|
|
1900
|
+
/** "available / total" denominator (server `totalIssued`). */
|
|
1901
|
+
total: number;
|
|
1902
|
+
/** Free-daily grant info, or `null` when the player isn't eligible (paid plan). */
|
|
1903
|
+
freeDaily: CreditFreeDailyInfo | null;
|
|
1904
|
+
}
|
|
1905
|
+
interface CreditSubscription {
|
|
1906
|
+
status: 'active' | 'none';
|
|
1907
|
+
/** Paid SKU tier (NOT the effective/granted tier), or `null` when not subscribed. */
|
|
1908
|
+
tier: string | null;
|
|
1909
|
+
monthlyCredits: number | null;
|
|
1910
|
+
creditsRemaining: number | null;
|
|
1911
|
+
/** ISO renewal/expiry timestamp, or `null`. */
|
|
1912
|
+
renewsAt: string | null;
|
|
1913
|
+
willRenew: boolean;
|
|
1914
|
+
}
|
|
1915
|
+
interface CreditPlan {
|
|
1916
|
+
tier: string;
|
|
1917
|
+
productId: string;
|
|
1918
|
+
monthlyCredits: number;
|
|
1919
|
+
rolloverDays: number;
|
|
1920
|
+
}
|
|
1921
|
+
interface CreditTopUpPack {
|
|
1922
|
+
productId: string;
|
|
1923
|
+
credits: number;
|
|
1924
|
+
}
|
|
1925
|
+
interface CreditPlansCatalog {
|
|
1926
|
+
plans: CreditPlan[];
|
|
1927
|
+
topUpPacks: CreditTopUpPack[];
|
|
1928
|
+
freeDailyCredits: number;
|
|
1929
|
+
}
|
|
1930
|
+
interface OpenPaywallOptions {
|
|
1931
|
+
/** Which surface to focus. `'topup'` is a phase-2 surface (currently no-op). */
|
|
1932
|
+
focus?: 'plans' | 'topup';
|
|
1933
|
+
/** Tier id to visually highlight in the plan picker. */
|
|
1934
|
+
highlightTier?: string;
|
|
1935
|
+
/** Screen/route name for analytics attribution. */
|
|
1936
|
+
screenName?: string;
|
|
1937
|
+
}
|
|
1938
|
+
type CreditsPurchaseOutcome = 'purchased' | 'cancelled' | 'pending';
|
|
1939
|
+
interface CreditsPurchaseResult {
|
|
1940
|
+
outcome: CreditsPurchaseOutcome;
|
|
1941
|
+
/** Refreshed balance after the paywall closed, or `null` if it couldn't be read. */
|
|
1942
|
+
balance: CreditBalance | null;
|
|
1943
|
+
}
|
|
1944
|
+
/** Construction payload for {@link CreditsExhaustedError}. */
|
|
1945
|
+
interface CreditsExhaustedErrorInfo {
|
|
1946
|
+
billedTo: CreditsBilledTo;
|
|
1947
|
+
paywallShown: boolean;
|
|
1948
|
+
paywallOutcome: CreditsPurchaseOutcome | null;
|
|
1949
|
+
}
|
|
1950
|
+
/**
|
|
1951
|
+
* Thrown from AI generation calls (ai / imageGen / videoGen) when the
|
|
1952
|
+
* player-billed game runs the player out of creator credits and the host did
|
|
1953
|
+
* not (or could not) resolve the deficit. `paywallShown`/`paywallOutcome`
|
|
1954
|
+
* describe what the host did before giving up — see `setAutoPaywallOnExhaustion`
|
|
1955
|
+
* / `setAutoRetryOnPurchase`.
|
|
1956
|
+
*/
|
|
1957
|
+
declare class CreditsExhaustedError extends Error {
|
|
1958
|
+
readonly code = "CREDITS_EXHAUSTED";
|
|
1959
|
+
readonly billedTo: CreditsBilledTo;
|
|
1960
|
+
readonly paywallShown: boolean;
|
|
1961
|
+
/** `null` when `paywallShown === false`. */
|
|
1962
|
+
readonly paywallOutcome: CreditsPurchaseOutcome | null;
|
|
1963
|
+
constructor(message: string, info: CreditsExhaustedErrorInfo);
|
|
1964
|
+
}
|
|
1965
|
+
/** True iff `err` is (or carries the wire signature of) a credits-exhaustion
|
|
1966
|
+
* error. Derived from {@link asCreditsExhaustedError} so the predicate and the
|
|
1967
|
+
* narrowing can never disagree. */
|
|
1968
|
+
declare function isCreditsExhaustedError(err: unknown): boolean;
|
|
1969
|
+
/**
|
|
1970
|
+
* Reconstruct a {@link CreditsExhaustedError} from a transport error. The host
|
|
1971
|
+
* rejects the RPC with `code === 'CREDITS_EXHAUSTED'` and a JSON-encoded
|
|
1972
|
+
* `detail` carrying `{ billedTo, paywallShown, paywallOutcome }`; this turns
|
|
1973
|
+
* that wire shape back into a typed error. Returns `null` for any other error.
|
|
1974
|
+
*/
|
|
1975
|
+
declare function asCreditsExhaustedError(err: unknown): CreditsExhaustedError | null;
|
|
1976
|
+
/**
|
|
1977
|
+
* Await an RPC generation call, re-throwing creator-credits exhaustion as the
|
|
1978
|
+
* typed {@link CreditsExhaustedError} and passing every other error through
|
|
1979
|
+
* untouched. The single place the generation namespaces (ai / imageGen /
|
|
1980
|
+
* videoGen) funnel through, so the mapping can't drift between them.
|
|
1981
|
+
*/
|
|
1982
|
+
declare function mapCreditsExhaustion<T>(call: Promise<T>): Promise<T>;
|
|
1983
|
+
interface CreditsApi {
|
|
1984
|
+
/** Informational ONLY — never gates any other call. */
|
|
1985
|
+
getBillingContext(): Promise<CreditsBillingContext>;
|
|
1986
|
+
getBalance(): Promise<CreditBalance>;
|
|
1987
|
+
getSubscription(): Promise<CreditSubscription>;
|
|
1988
|
+
getPlans(): Promise<CreditPlansCatalog>;
|
|
1989
|
+
/**
|
|
1990
|
+
* Open the host's combined paywall (plan upgrade now; top-up packs in a later
|
|
1991
|
+
* release). Resolves once the player closes it. Reuses the same host UI the
|
|
1992
|
+
* exhaustion auto-paywall drives.
|
|
1993
|
+
*/
|
|
1994
|
+
openPaywall(options?: OpenPaywallOptions): Promise<CreditsPurchaseResult>;
|
|
1995
|
+
/**
|
|
1996
|
+
* When the player exhausts credits mid-generation, automatically open the
|
|
1997
|
+
* paywall (default `true`). Synchronous: local SDK state pushed to the host
|
|
1998
|
+
* fire-and-forget.
|
|
1999
|
+
*/
|
|
2000
|
+
setAutoPaywallOnExhaustion(enabled: boolean): void;
|
|
2001
|
+
getAutoPaywallOnExhaustion(): boolean;
|
|
2002
|
+
/**
|
|
2003
|
+
* After an exhaustion paywall purchase, automatically retry the original
|
|
2004
|
+
* generation once and resolve it with the result (default `true`). Synchronous.
|
|
2005
|
+
*/
|
|
2006
|
+
setAutoRetryOnPurchase(enabled: boolean): void;
|
|
2007
|
+
getAutoRetryOnPurchase(): boolean;
|
|
2008
|
+
/** Fires when the player's spendable balance changes (e.g. after a purchase). */
|
|
2009
|
+
onBalanceChanged(listener: (balance: CreditBalance) => void): Unsubscribe;
|
|
2010
|
+
}
|
|
2011
|
+
|
|
1817
2012
|
/**
|
|
1818
2013
|
* UGC (User-Generated Content) API
|
|
1819
2014
|
*
|
|
@@ -3526,8 +3721,38 @@ type AdminThreeDGenBrowseResponse = AdminGenBrowseResponse<ThreeDGenEntry>;
|
|
|
3526
3721
|
type AdminThreeDGenListReportsParams = AdminGenListReportsParams;
|
|
3527
3722
|
type AdminThreeDGenListReportsResponse = AdminGenListReportsResponse<ThreeDGenReport>;
|
|
3528
3723
|
type AdminThreeDGenResolveAction = AdminGenResolveAction;
|
|
3724
|
+
/** Whether a published update was flagged as a major release (drives fan-out
|
|
3725
|
+
* to fans) or a routine minor update. */
|
|
3726
|
+
type ReleaseType = 'major' | 'minor';
|
|
3727
|
+
/** A single published changelog entry for a game, newest-first when listed. */
|
|
3728
|
+
interface ReleaseNote {
|
|
3729
|
+
/** The version label the creator deployed (e.g. `"1.4.0"`). */
|
|
3730
|
+
versionNumber: string;
|
|
3731
|
+
/** Moderated changelog markdown (safe subset: headings, lists, emphasis,
|
|
3732
|
+
* blockquotes, code, http(s) links/images). */
|
|
3733
|
+
changelog: string;
|
|
3734
|
+
releaseType: ReleaseType;
|
|
3735
|
+
/** ISO-8601 timestamp of when the version was published. */
|
|
3736
|
+
publishedAt: string;
|
|
3737
|
+
}
|
|
3529
3738
|
interface AppApi {
|
|
3530
3739
|
getMyRole(): Promise<AppRole>;
|
|
3740
|
+
/**
|
|
3741
|
+
* Fetch this app's published release notes, newest-first.
|
|
3742
|
+
*
|
|
3743
|
+
* Returns an empty array if the app has no published changelog entries.
|
|
3744
|
+
* Only notes for the currently-running app are returned. Use this to build an
|
|
3745
|
+
* in-game "What's new" panel or to deep-link players to the changelog.
|
|
3746
|
+
*/
|
|
3747
|
+
getReleaseNotesAsync(): Promise<ReleaseNote[]>;
|
|
3748
|
+
/**
|
|
3749
|
+
* Open the host's app info page with the Release Notes tab in view, showing
|
|
3750
|
+
* the latest update and the browsable history of prior updates.
|
|
3751
|
+
*
|
|
3752
|
+
* The running game is not torn down — the info page opens as an overlay on
|
|
3753
|
+
* top of it. Resolves once the request has been handed to the host.
|
|
3754
|
+
*/
|
|
3755
|
+
openReleaseNotesAsync(): Promise<void>;
|
|
3531
3756
|
/**
|
|
3532
3757
|
* Resolve how this game was launched (share / deep link / notification /
|
|
3533
3758
|
* none). Resolves as soon as the host has resolved the launch route; if that
|
|
@@ -3680,6 +3905,7 @@ interface Host {
|
|
|
3680
3905
|
readonly attribution: AttributionApi;
|
|
3681
3906
|
readonly isInitialized: boolean;
|
|
3682
3907
|
readonly iap: IapApi;
|
|
3908
|
+
readonly credits: CreditsApi;
|
|
3683
3909
|
readonly instanceId: string;
|
|
3684
3910
|
readonly context?: InitializationContext;
|
|
3685
3911
|
/**
|
|
@@ -4167,6 +4393,7 @@ interface RundotGameAPI {
|
|
|
4167
4393
|
Decimal: any;
|
|
4168
4394
|
};
|
|
4169
4395
|
iap: IapApi;
|
|
4396
|
+
credits: CreditsApi;
|
|
4170
4397
|
cdn: CdnApi;
|
|
4171
4398
|
ads: AdsApi;
|
|
4172
4399
|
ai: AiApi;
|
|
@@ -4216,4 +4443,4 @@ interface AdsApi {
|
|
|
4216
4443
|
showInterstitialAd(options?: ShowInterstitialAdOptions): Promise<boolean>;
|
|
4217
4444
|
}
|
|
4218
4445
|
|
|
4219
|
-
export { type AddToHomeScreenResult 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 ShowInterstitialAdOptions as O, type Profile as P, type QuitOptions as Q, type RundotGameAPI as R, type SimulationActiveRunsUpdate as S, type ShowRewardedAdOptions as T, type ProfileApi as U, type DeviceApi as V, type DeviceInfo as W, type EnvironmentApi as X, type EnvironmentInfo as Y, type SystemApi as Z, type SafeArea as _, type RecipeRequirementQuery as a, type StartRoomGameOptions as a$, type CdnApi as a0, type FetchFromCdnOptions as a1, type AssetUrlResult as a2, type TimeApi as a3, type ServerTimeData as a4, type GetFutureTimeOptions as a5, type AiApi as a6, type AiChatCompletionRequest as a7, type AiChatCompletionData as a8, type AiChatCompletionStreamOptions as a9, type SimulationSlotContainer as aA, type SimulationAssignment as aB, type SimulationState as aC, type ExecuteRecipeOptions as aD, type ExecuteRecipeResponse as aE, type CollectRecipeResult as aF, type ResetStateOptions as aG, type ResetStateResult as aH, type GetActiveRunsOptions as aI, type ExecuteScopedRecipeOptions as aJ, type ExecuteScopedRecipeResult as aK, type GetAvailableRecipesOptions as aL, type GetAvailableRecipesResult as aM, type Recipe as aN, type GetBatchRecipeRequirements as aO, type TriggerRecipeChainOptions as aP, type RoomDataUpdate as aQ, type RoomMessageEvent as aR, type ProposedMoveEvent as aS, RundotGameTransport as aT, type RoomsApi as aU, type CreateRoomOptions as aV, type JoinOrCreateRoomOptions as aW, type JoinOrCreateResult as aX, type ListRoomsOptions as aY, type UpdateRoomDataOptions as aZ, type RoomMessageRequest as a_, type AiChatCompletionStreamChunk as aa, type HapticsApi as ab, HapticFeedbackStyle as ac, type GamepadSnapshot as ad, type GamepadConnectionEvent as ae, type Subscription as af, type GamepadApi as ag, type GamepadLatencyStats as ah, type FeaturesApi as ai, type Experiment as aj, type LifecycleApi as ak, type SleepCallback as al, type AwakeCallback as am, type PauseCallback as an, type ResumeCallback as ao, type QuitCallback as ap, type BackButtonCallback as aq, type IdentityChangedCallback as ar, type IdentityChangedEvent as as, type SimulationApi as at, type SimulationSlotValidationResult as au, type SimulationBatchOperation as av, type SimulationBatchOperationsResult as aw, type SimulationAvailableItem as ax, type SimulationPowerPreview as ay, type SimulationSlotMutationResult as az, type RecipeRequirementResult as b, type ImageGenEntry as b$, type ProposeMoveRequest as b0, type ProposeMoveResult as b1, type ValidateMoveVerdict as b2, type ValidateMoveResult as b3, type RoomSubscriptionOptions as b4, type LoggingApi as b5, type IapApi as b6, type SpendCurrencyOptions as b7, type SpendCurrencyResult as b8, type SubscriptionTier as b9, type StorefrontItem as bA, type ShopPurchaseResponse as bB, type ShopOrderHistoryResponse as bC, type PromptLoginResult as bD, type AccessTier as bE, type AccessGateApi as bF, type TextGenApi as bG, type UgcApi as bH, type MultiplayerApi as bI, type VideoApi as bJ, type AppApi as bK, type AdminUgcApi as bL, type AdminImageGenApi as bM, type AdminVideoGenApi as bN, type AdminSpriteGenApi as bO, type AdminAudioGenApi as bP, type AdminThreeDGenApi as bQ, type AppRole as bR, type ResolveLaunchIntentOptions as bS, type LaunchIntent as bT, type AdminUgcBrowseParams as bU, type AdminUgcBrowseResponse as bV, type AdminUgcListReportsParams as bW, type AdminUgcListReportsResponse as bX, type AdminUgcResolveAction as bY, type AdminGenBrowseParams as bZ, type AdminGenBrowseResponse as b_, type RunSubscriptionsResponse as ba, type SubscriptionInterval as bb, type PurchaseSubscriptionResponse as bc, type OpenStoreResult as bd, type LoadEmbeddedAssetsResponse as be, type SharedAssetsApi as bf, type PreloaderApi as bg, type SocialApi as bh, type ShareMetadata as bi, type ShareLinkResult as bj, type SocialQRCodeOptions as bk, type QRCodeResult as bl, type ShareClickData as bm, type ShareFileOptions as bn, type ShareFileResult as bo, type CanShareFileResult as bp, type EntitlementApi as bq, type Entitlement as br, type LedgerEntry as bs, type StatsApi as bt, type GrantInfo as bu, type CollectiblesApi as bv, type CollectibleCard as bw, type VipClaimResult as bx, type ShopApi as by, type StorefrontResponse as bz, type RundotGameAvailableRecipe as c, type Category as c$, type AdminGenListReportsParams as c0, type AdminGenListReportsResponse as c1, type ImageGenReport as c2, type AdminGenResolveAction as c3, type SpriteGenEntry as c4, type SpriteGenReport as c5, type ThreeDGenEntry as c6, type ThreeDGenReport as c7, type Avatar3dApi as c8, type AssetManifest as c9, type AdminSpriteGenBrowseResponse as cA, type AdminSpriteGenListReportsParams as cB, type AdminSpriteGenListReportsResponse as cC, type AdminSpriteGenResolveAction as cD, type AdminThreeDGenBrowseParams as cE, type AdminThreeDGenBrowseResponse as cF, type AdminThreeDGenListReportsParams as cG, type AdminThreeDGenListReportsResponse as cH, type AdminThreeDGenResolveAction as cI, type AdminUgcEntry as cJ, type AdminVideoGenBrowseParams as cK, type AdminVideoGenBrowseResponse as cL, type AdminVideoGenListReportsParams as cM, type AdminVideoGenListReportsResponse as cN, type AdminVideoGenResolveAction as cO, type AiContentBlock as cP, type AiImageContent as cQ, type AiImageUrlContent as cR, type AiMessage as cS, type AiResponseFormat as cT, type AiTextContent as cU, type AiToolResultContent as cV, type AiToolUseContent as cW, type Asset as cX, type AudioGenEntry as cY, type AudioGenReport as cZ, CLIP_CONTENT_TYPE as c_, type Avatar3dConfig as ca, type ShowEditorOptions as cb, type Avatar3dEdits as cc, type AdsApi as cd, type SharedStorageHostApi as ce, type FilesApi as cf, type ClipsApi as cg, type AttributionApi as ch, type InitializationContext as ci, type InitializationOptions as cj, type CaptureConsent as ck, type StartClipRecordingOptions as cl, type ClipBlob as cm, type ClipsSupport as cn, type ClipPersistOptions as co, type ClipResult as cp, type UgcEntry as cq, type CaptureConsentStatus as cr, AccessDeniedError as cs, type AdminGenApi as ct, type AdminImageGenBrowseParams as cu, type AdminImageGenBrowseResponse as cv, type AdminImageGenListReportsParams as cw, type AdminImageGenListReportsResponse as cx, type AdminImageGenResolveAction as cy, type AdminSpriteGenBrowseParams as cz, type RundotGameCollectRecipeResult as d, type StorefrontCollection as d$, type ClipAudioOptions as d0, type ClipCameraOptions as d1, type ClipPipLayout as d2, type ClipPipPosition as d3, type ConnectionState as d4, GAMEPAD_BUTTON_NAMES as d5, type GamepadAxes as d6, type GamepadButtonName as d7, type GamepadButtonState as d8, type GamepadSource as d9, type RoomEnvelopeResponse as dA, type RoomEvents as dB, type RoomGamePhase as dC, type RoomMessageEventType as dD, type RoomMessagePayload as dE, type RoomsEnvelopeResponse as dF, RpcInboundStorageApi as dG, RpcSharedAssetsApi as dH, type RpcTransport as dI, type RunSubscription as dJ, type RundotGameRoomCustomMetadata as dK, type RundotGameRoomPayload as dL, type RundotGameRoomRules as dM, type RundotGameRoomRulesGameState as dN, SHARE_FILE_ALLOWED_MIME_TYPES as dO, SHARE_FILE_MAX_SIZE_BYTES as dP, type ScheduleRCSStatus as dQ, type ServerPlayer as dR, type ServerRoom as dS, type ShareFileMimeType as dT, type ShopOrder as dU, type SimulationBatchOperationAssign as dV, type SimulationBatchOperationRemove as dW, type SimulationBatchOperationResult as dX, type SimulationPersonalState as dY, type SimulationRoomActiveRecipe as dZ, type SimulationRoomState as d_, type GetSubscriptionsForTierRequest as da, type HudInsets as db, type IdentityChangeReason as dc, type InboundForKeyEntry as dd, type InboundMethodIds as de, type InboundStorageApi as df, type IsPlayerSubscribedRequest as dg, type JoinOrCreateRoomEnvelopeResponse as dh, type JoinRoomMatchCriteria as di, type LaunchIntentKind as dj, type ListUserRoomsOptions as dk, type LoadEmbeddedAssetsRequest as dl, MockAvatarApi as dm, type NotificationTriggerInput as dn, type OnNotificationCallback as dp, type OnRequestCallback as dq, type OnResponseCallback as dr, type ProposedMovePayload as ds, type Protocol as dt, type PurchaseSubscriptionRequest as du, type RCSAvailabilityReason as dv, type RCSOptInStatus as dw, ROOM_GAME_PHASES as dx, type RealtimeRoomSummary as dy, type RecipeInfo as dz, type RundotGameExecuteRecipeOptions as e, type StorefrontCollectionItem as e0, type SubPath as e1, type Tool as e2, type ToolChoice as e3, type ToolUse as e4, type TimeIntervalTriggerInput as e5, type UgcReport as e6, type VideoGenEntry as e7, type VideoGenReport as e8, createHost as e9, resolveCollectionItemPrice as ea, 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 };
|
|
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 };
|