@dreamboard-games/api-client 0.1.0

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.
Files changed (87) hide show
  1. package/LICENSE +89 -0
  2. package/NOTICE +1 -0
  3. package/dist/@tanstack/react-query.gen.d.ts +1037 -0
  4. package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
  5. package/dist/@tanstack/react-query.gen.js +1016 -0
  6. package/dist/client/client.gen.d.ts +3 -0
  7. package/dist/client/client.gen.d.ts.map +1 -0
  8. package/dist/client/client.gen.js +235 -0
  9. package/dist/client/index.d.ts +9 -0
  10. package/dist/client/index.d.ts.map +1 -0
  11. package/dist/client/index.js +6 -0
  12. package/dist/client/types.gen.d.ts +118 -0
  13. package/dist/client/types.gen.d.ts.map +1 -0
  14. package/dist/client/types.gen.js +2 -0
  15. package/dist/client/utils.gen.d.ts +34 -0
  16. package/dist/client/utils.gen.d.ts.map +1 -0
  17. package/dist/client/utils.gen.js +233 -0
  18. package/dist/client.gen.d.ts +13 -0
  19. package/dist/client.gen.d.ts.map +1 -0
  20. package/dist/client.gen.js +3 -0
  21. package/dist/core/auth.gen.d.ts +19 -0
  22. package/dist/core/auth.gen.d.ts.map +1 -0
  23. package/dist/core/auth.gen.js +14 -0
  24. package/dist/core/bodySerializer.gen.d.ts +26 -0
  25. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  26. package/dist/core/bodySerializer.gen.js +57 -0
  27. package/dist/core/params.gen.d.ts +44 -0
  28. package/dist/core/params.gen.d.ts.map +1 -0
  29. package/dist/core/params.gen.js +100 -0
  30. package/dist/core/pathSerializer.gen.d.ts +34 -0
  31. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  32. package/dist/core/pathSerializer.gen.js +114 -0
  33. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  34. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  35. package/dist/core/queryKeySerializer.gen.js +99 -0
  36. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  37. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  38. package/dist/core/serverSentEvents.gen.js +136 -0
  39. package/dist/core/types.gen.d.ts +79 -0
  40. package/dist/core/types.gen.d.ts.map +1 -0
  41. package/dist/core/types.gen.js +2 -0
  42. package/dist/core/utils.gen.d.ts +20 -0
  43. package/dist/core/utils.gen.d.ts.map +1 -0
  44. package/dist/core/utils.gen.js +87 -0
  45. package/dist/generated/problem-types.gen.d.ts +26 -0
  46. package/dist/generated/problem-types.gen.d.ts.map +1 -0
  47. package/dist/generated/problem-types.gen.js +23 -0
  48. package/dist/index.d.ts +5 -0
  49. package/dist/index.d.ts.map +1 -0
  50. package/dist/index.js +4 -0
  51. package/dist/sdk.gen.d.ts +364 -0
  52. package/dist/sdk.gen.d.ts.map +1 -0
  53. package/dist/sdk.gen.js +634 -0
  54. package/dist/source-revisions.d.ts +27 -0
  55. package/dist/source-revisions.d.ts.map +1 -0
  56. package/dist/source-revisions.js +174 -0
  57. package/dist/storage-paths.d.ts +17 -0
  58. package/dist/storage-paths.d.ts.map +1 -0
  59. package/dist/storage-paths.js +16 -0
  60. package/dist/types.gen.d.ts +5007 -0
  61. package/dist/types.gen.d.ts.map +1 -0
  62. package/dist/types.gen.js +2 -0
  63. package/dist/zod.gen.d.ts +37398 -0
  64. package/dist/zod.gen.d.ts.map +1 -0
  65. package/dist/zod.gen.js +2396 -0
  66. package/package.json +105 -0
  67. package/src/@tanstack/react-query.gen.ts +1114 -0
  68. package/src/client/client.gen.ts +311 -0
  69. package/src/client/index.ts +25 -0
  70. package/src/client/types.gen.ts +241 -0
  71. package/src/client/utils.gen.ts +332 -0
  72. package/src/client.gen.ts +16 -0
  73. package/src/core/auth.gen.ts +42 -0
  74. package/src/core/bodySerializer.gen.ts +100 -0
  75. package/src/core/params.gen.ts +176 -0
  76. package/src/core/pathSerializer.gen.ts +181 -0
  77. package/src/core/queryKeySerializer.gen.ts +136 -0
  78. package/src/core/serverSentEvents.gen.ts +265 -0
  79. package/src/core/types.gen.ts +118 -0
  80. package/src/core/utils.gen.ts +143 -0
  81. package/src/generated/problem-types.gen.ts +35 -0
  82. package/src/index.ts +7 -0
  83. package/src/sdk.gen.ts +709 -0
  84. package/src/source-revisions.ts +283 -0
  85. package/src/storage-paths.ts +19 -0
  86. package/src/types.gen.ts +5486 -0
  87. package/src/zod.gen.ts +2705 -0
@@ -0,0 +1,364 @@
1
+ import type { Client, Options as Options2, TDataShape } from './client/index.js';
2
+ import type { AddSeatData, AddSeatErrors, AddSeatResponses, AssignSeatData, AssignSeatErrors, AssignSeatResponses, CancelGameRunData, CancelGameRunErrors, CancelGameRunResponses, CreateAuthoringStateData, CreateAuthoringStateErrors, CreateAuthoringStateResponses, CreateDemoGameSessionData, CreateDemoGameSessionErrors, CreateDemoGameSessionResponses, CreateGameData, CreateGameErrors, CreateGameResponses, CreateGameRuleData, CreateGameRuleErrors, CreateGameRuleResponses, CreateGameRunData, CreateGameRunErrors, CreateGameRunResponses, CreateSessionData, CreateSessionErrors, CreateSessionFromReducerSnapshotData, CreateSessionFromReducerSnapshotErrors, CreateSessionFromReducerSnapshotResponses, CreateSessionResponses, CreateSourceBlobUploadSessionData, CreateSourceBlobUploadSessionErrors, CreateSourceBlobUploadSessionResponses, CreateSourceRevisionData, CreateSourceRevisionErrors, CreateSourceRevisionResponses, DeleteGameData, DeleteGameErrors, DeleteGameResponses, DescribePlayerActionData, DescribePlayerActionErrors, DescribePlayerActionResponses, DisconnectSessionEventsData, DisconnectSessionEventsErrors, DisconnectSessionEventsResponses, DownloadGameSourcesData, DownloadGameSourcesErrors, DownloadGameSourcesResponses, EnsureDevCompileData, EnsureDevCompileErrors, EnsureDevCompileResponses, ExtractGameSpecData, ExtractGameSpecErrors, ExtractGameSpecResponses, FetchUiBundleData, FetchUiBundleErrors, FetchUiBundleResponses, FindManifestsData, FindManifestsErrors, FindManifestsResponses, GetActiveJobData, GetActiveJobErrors, GetActiveJobResponses, GetApiVersionData, GetApiVersionResponses, GetAuthoringHeadData, GetAuthoringHeadErrors, GetAuthoringHeadResponses, GetCompiledResultData, GetCompiledResultErrors, GetCompiledResultResponses, GetDemoGameData, GetDemoGameErrors, GetDemoGameResponses, GetDemoGameThumbnailData, GetDemoGameThumbnailErrors, GetDemoGameThumbnailResponses, GetGameBySlugData, GetGameBySlugErrors, GetGameBySlugResponses, GetGameData, GetGameErrors, GetGameResponses, GetGameRuleData, GetGameRuleErrors, GetGameRuleResponses, GetGameScriptsData, GetGameScriptsErrors, GetGameScriptsResponses, GetGameSourcesData, GetGameSourcesErrors, GetGameSourcesResponses, GetJobData, GetJobErrors, GetJobResponses, GetLatestCompiledResultData, GetLatestCompiledResultErrors, GetLatestCompiledResultResponses, GetLatestGameRuleData, GetLatestGameRuleErrors, GetLatestGameRuleResponses, GetManifestData, GetManifestErrors, GetManifestResponses, GetPlayerActionTargetsData, GetPlayerActionTargetsErrors, GetPlayerActionTargetsResponses, GetSessionByShortCodeData, GetSessionByShortCodeErrors, GetSessionByShortCodeResponses, GetSessionSnapshotData, GetSessionSnapshotErrors, GetSessionSnapshotResponses, HealthCheckData, HealthCheckResponses, ListCompiledResultsData, ListCompiledResultsErrors, ListCompiledResultsResponses, ListDemoGamesData, ListDemoGamesErrors, ListDemoGamesResponses, ListGameRulesData, ListGameRulesErrors, ListGameRulesResponses, ListGamesData, ListGamesErrors, ListGamesResponses, ListPlayerActionsData, ListPlayerActionsErrors, ListPlayerActionsResponses, QueryWorkshopRulebookData, QueryWorkshopRulebookErrors, QueryWorkshopRulebookResponses, QueueCompiledResultJobData, QueueCompiledResultJobErrors, QueueCompiledResultJobResponses, RemoveSeatData, RemoveSeatErrors, RemoveSeatResponses, RestoreHistoryData, RestoreHistoryErrors, RestoreHistoryResponses, SaveManifestData, SaveManifestErrors, SaveManifestResponses, StartGameData, StartGameErrors, StartGameResponses, SubmitPlayerActionData, SubmitPlayerActionErrors, SubmitPlayerActionResponses, SubscribeToGameLogsData, SubscribeToGameLogsErrors, SubscribeToGameLogsResponses, SubscribeToJobEventsData, SubscribeToJobEventsErrors, SubscribeToJobEventsResponses, SubscribeToSessionEventsData, SubscribeToSessionEventsErrors, SubscribeToSessionEventsResponses, UnassignSeatData, UnassignSeatErrors, UnassignSeatResponses, UpdateGameData, UpdateGameErrors, UpdateGameResponses, UpdateSeatData, UpdateSeatErrors, UpdateSeatResponses, ValidatePlayerActionData, ValidatePlayerActionErrors, ValidatePlayerActionResponses } from './types.gen.js';
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
+ /**
5
+ * You can provide a client instance returned by `createClient()` instead of
6
+ * individual options. This might be also useful if you want to implement a
7
+ * custom client.
8
+ */
9
+ client?: Client;
10
+ /**
11
+ * You can pass arbitrary values through the `meta` object. This can be
12
+ * used to access values that aren't defined as part of the SDK function.
13
+ */
14
+ meta?: Record<string, unknown>;
15
+ };
16
+ /**
17
+ * Health check endpoint
18
+ *
19
+ * Returns a simple health check message
20
+ */
21
+ export declare const healthCheck: <ThrowOnError extends boolean = false>(options?: Options<HealthCheckData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<HealthCheckResponses, unknown, ThrowOnError, "fields">;
22
+ /**
23
+ * Get backend version metadata
24
+ *
25
+ * Returns backend revision metadata and the UI SDK version expected by the backend runtime.
26
+ */
27
+ export declare const getApiVersion: <ThrowOnError extends boolean = false>(options?: Options<GetApiVersionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetApiVersionResponses, unknown, ThrowOnError, "fields">;
28
+ /**
29
+ * List user's games
30
+ *
31
+ * Retrieve a list of all games owned by the authenticated user
32
+ */
33
+ export declare const listGames: <ThrowOnError extends boolean = false>(options?: Options<ListGamesData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ListGamesResponses, ListGamesErrors, ThrowOnError, "fields">;
34
+ /**
35
+ * Create a new game
36
+ *
37
+ * Create a new game definition
38
+ */
39
+ export declare const createGame: <ThrowOnError extends boolean = false>(options: Options<CreateGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateGameResponses, CreateGameErrors, ThrowOnError, "fields">;
40
+ /**
41
+ * Extract a structured game spec
42
+ *
43
+ * Extract a normalized structured game spec from pasted rule text.
44
+ */
45
+ export declare const extractGameSpec: <ThrowOnError extends boolean = false>(options: Options<ExtractGameSpecData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ExtractGameSpecResponses, ExtractGameSpecErrors, ThrowOnError, "fields">;
46
+ /**
47
+ * Delete game
48
+ *
49
+ * Delete a game definition permanently
50
+ */
51
+ export declare const deleteGame: <ThrowOnError extends boolean = false>(options: Options<DeleteGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<DeleteGameResponses, DeleteGameErrors, ThrowOnError, "fields">;
52
+ /**
53
+ * Get game by ID
54
+ *
55
+ * Retrieve a specific game definition by its ID
56
+ */
57
+ export declare const getGame: <ThrowOnError extends boolean = false>(options: Options<GetGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetGameResponses, GetGameErrors, ThrowOnError, "fields">;
58
+ /**
59
+ * Update game
60
+ *
61
+ * Update an existing game definition
62
+ */
63
+ export declare const updateGame: <ThrowOnError extends boolean = false>(options: Options<UpdateGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<UpdateGameResponses, UpdateGameErrors, ThrowOnError, "fields">;
64
+ /**
65
+ * Get game by slug
66
+ *
67
+ * Retrieve a specific game definition by its slug
68
+ */
69
+ export declare const getGameBySlug: <ThrowOnError extends boolean = false>(options: Options<GetGameBySlugData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetGameBySlugResponses, GetGameBySlugErrors, ThrowOnError, "fields">;
70
+ /**
71
+ * Query rulebook text by title
72
+ *
73
+ * Search ranked rulebook candidates for the provided title, try up to the top 3 matches, and return extracted text from the first valid PDF found.
74
+ */
75
+ export declare const queryWorkshopRulebook: <ThrowOnError extends boolean = false>(options: Options<QueryWorkshopRulebookData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<QueryWorkshopRulebookResponses, QueryWorkshopRulebookErrors, ThrowOnError, "fields">;
76
+ /**
77
+ * Find manifests for game
78
+ *
79
+ * Retrieve a list of manifest versions for a game, ordered by version descending (newest first)
80
+ */
81
+ export declare const findManifests: <ThrowOnError extends boolean = false>(options: Options<FindManifestsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<FindManifestsResponses, FindManifestsErrors, ThrowOnError, "fields">;
82
+ /**
83
+ * Save game manifest
84
+ *
85
+ * Create a new versioned manifest for a game. Each save creates a new version with automatic version numbering.
86
+ */
87
+ export declare const saveManifest: <ThrowOnError extends boolean = false>(options: Options<SaveManifestData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<SaveManifestResponses, SaveManifestErrors, ThrowOnError, "fields">;
88
+ /**
89
+ * Get manifest by ID
90
+ *
91
+ * Retrieve a specific manifest version by its ID with full board manifest details
92
+ */
93
+ export declare const getManifest: <ThrowOnError extends boolean = false>(options: Options<GetManifestData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetManifestResponses, GetManifestErrors, ThrowOnError, "fields">;
94
+ /**
95
+ * Get latest compiled result for a game
96
+ *
97
+ * Return the most recent compiled result for the specified game.
98
+ */
99
+ export declare const getLatestCompiledResult: <ThrowOnError extends boolean = false>(options: Options<GetLatestCompiledResultData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetLatestCompiledResultResponses, GetLatestCompiledResultErrors, ThrowOnError, "fields">;
100
+ /**
101
+ * List compiled results for a game
102
+ *
103
+ * Retrieve a list of compiled results for a game, ordered by creation date descending (newest first). Includes both successful and failed compilations.
104
+ */
105
+ export declare const listCompiledResults: <ThrowOnError extends boolean = false>(options: Options<ListCompiledResultsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ListCompiledResultsResponses, ListCompiledResultsErrors, ThrowOnError, "fields">;
106
+ /**
107
+ * Queue a compile job for an authoring state
108
+ *
109
+ * Queue an asynchronous compile for a specific authoring state. Poll `/api/jobs/{jobId}` and fetch the final compiled result by ID when the job completes.
110
+ */
111
+ export declare const queueCompiledResultJob: <ThrowOnError extends boolean = false>(options: Options<QueueCompiledResultJobData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<QueueCompiledResultJobResponses, QueueCompiledResultJobErrors, ThrowOnError, "fields">;
112
+ /**
113
+ * Ensure a private dev compile exists
114
+ *
115
+ * Reuse or create a session-scoped dev compilation for the provided workspace fingerprint without advancing the canonical authored head.
116
+ */
117
+ export declare const ensureDevCompile: <ThrowOnError extends boolean = false>(options: Options<EnsureDevCompileData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<EnsureDevCompileResponses, EnsureDevCompileErrors, ThrowOnError, "fields">;
118
+ /**
119
+ * Get compiled result by ID
120
+ *
121
+ * Fetch a specific compiled result for a game, including failed results and diagnostics.
122
+ */
123
+ export declare const getCompiledResult: <ThrowOnError extends boolean = false>(options: Options<GetCompiledResultData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetCompiledResultResponses, GetCompiledResultErrors, ThrowOnError, "fields">;
124
+ /**
125
+ * Download authored game source files
126
+ *
127
+ * Download the authored source files for the current authoring head as a ZIP archive.
128
+ */
129
+ export declare const downloadGameSources: <ThrowOnError extends boolean = false>(options: Options<DownloadGameSourcesData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<DownloadGameSourcesResponses, DownloadGameSourcesErrors, ThrowOnError, "fields">;
130
+ /**
131
+ * Get authored game source files
132
+ *
133
+ * Retrieve authored source files as JSON for the selected authoring state. If no authoring state is provided, the current authoring head is used.
134
+ */
135
+ export declare const getGameSources: <ThrowOnError extends boolean = false>(options: Options<GetGameSourcesData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetGameSourcesResponses, GetGameSourcesErrors, ThrowOnError, "fields">;
136
+ /**
137
+ * Create a source revision for a game
138
+ *
139
+ * Create a new authored source revision from a hash-addressed change set. The request must be based on the current head revision for the game.
140
+ */
141
+ export declare const createSourceRevision: <ThrowOnError extends boolean = false>(options: Options<CreateSourceRevisionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateSourceRevisionResponses, CreateSourceRevisionErrors, ThrowOnError, "fields">;
142
+ /**
143
+ * Create direct-upload targets for source blobs
144
+ *
145
+ * Create a direct-upload session for one or more source blobs referenced by a forthcoming source revision.
146
+ */
147
+ export declare const createSourceBlobUploadSession: <ThrowOnError extends boolean = false>(options: Options<CreateSourceBlobUploadSessionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateSourceBlobUploadSessionResponses, CreateSourceBlobUploadSessionErrors, ThrowOnError, "fields">;
148
+ /**
149
+ * Get current authoring head for a game
150
+ *
151
+ * Retrieve the current remote authoring head for the specified game.
152
+ */
153
+ export declare const getAuthoringHead: <ThrowOnError extends boolean = false>(options: Options<GetAuthoringHeadData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetAuthoringHeadResponses, GetAuthoringHeadErrors, ThrowOnError, "fields">;
154
+ /**
155
+ * Advance the authoring head for a game
156
+ *
157
+ * Create a new immutable authoring state and make it the current authoring head for the specified game.
158
+ */
159
+ export declare const createAuthoringState: <ThrowOnError extends boolean = false>(options: Options<CreateAuthoringStateData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateAuthoringStateResponses, CreateAuthoringStateErrors, ThrowOnError, "fields">;
160
+ /**
161
+ * Get game scripts
162
+ *
163
+ * Retrieve all compiled app and UI scripts for a specific manifest
164
+ */
165
+ export declare const getGameScripts: <ThrowOnError extends boolean = false>(options: Options<GetGameScriptsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetGameScriptsResponses, GetGameScriptsErrors, ThrowOnError, "fields">;
166
+ /**
167
+ * Get active job for a game
168
+ *
169
+ * Returns the currently active (PENDING or RUNNING) job for a game, if any. Jobs older than 15 minutes are considered stale and ignored.
170
+ */
171
+ export declare const getActiveJob: <ThrowOnError extends boolean = false>(options: Options<GetActiveJobData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetActiveJobResponses, GetActiveJobErrors, ThrowOnError, "fields">;
172
+ /**
173
+ * Get job details
174
+ *
175
+ * Fetch details for a specific async job, including ordered user-facing tasks.
176
+ */
177
+ export declare const getJob: <ThrowOnError extends boolean = false>(options: Options<GetJobData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetJobResponses, GetJobErrors, ThrowOnError, "fields">;
178
+ /**
179
+ * Subscribe to job details (SSE)
180
+ *
181
+ * Server-Sent Events stream for curated job snapshots. Every connection starts with a `job.snapshot` event.
182
+ */
183
+ export declare const subscribeToJobEvents: <ThrowOnError extends boolean = false>(options: Options<SubscribeToJobEventsData, ThrowOnError>) => Promise<import("./core/serverSentEvents.gen.js").ServerSentEventsResult<SubscribeToJobEventsResponses, SubscribeToJobEventsErrors>>;
184
+ /**
185
+ * Create a game build run
186
+ *
187
+ * Create a new game draft build job from a structured game spec.
188
+ */
189
+ export declare const createGameRun: <ThrowOnError extends boolean = false>(options: Options<CreateGameRunData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateGameRunResponses, CreateGameRunErrors, ThrowOnError, "fields">;
190
+ /**
191
+ * Cancel a game build run
192
+ *
193
+ * Request cancellation of an active game draft build job.
194
+ */
195
+ export declare const cancelGameRun: <ThrowOnError extends boolean = false>(options: Options<CancelGameRunData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CancelGameRunResponses, CancelGameRunErrors, ThrowOnError, "fields">;
196
+ /**
197
+ * List game rules for a game
198
+ *
199
+ * Retrieve a list of rule versions for a game, ordered by version descending (newest first)
200
+ */
201
+ export declare const listGameRules: <ThrowOnError extends boolean = false>(options: Options<ListGameRulesData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ListGameRulesResponses, ListGameRulesErrors, ThrowOnError, "fields">;
202
+ /**
203
+ * Create a new game rule
204
+ *
205
+ * Create a new versioned rule for a game. Each save creates a new version with automatic version numbering.
206
+ */
207
+ export declare const createGameRule: <ThrowOnError extends boolean = false>(options: Options<CreateGameRuleData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateGameRuleResponses, CreateGameRuleErrors, ThrowOnError, "fields">;
208
+ /**
209
+ * Get the latest game rule
210
+ *
211
+ * Retrieve the most recent rule version for a game with full details including the complete rule text
212
+ */
213
+ export declare const getLatestGameRule: <ThrowOnError extends boolean = false>(options: Options<GetLatestGameRuleData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetLatestGameRuleResponses, GetLatestGameRuleErrors, ThrowOnError, "fields">;
214
+ /**
215
+ * Get game rule by ID
216
+ *
217
+ * Retrieve a specific game rule version by its ID with full details
218
+ */
219
+ export declare const getGameRule: <ThrowOnError extends boolean = false>(options: Options<GetGameRuleData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetGameRuleResponses, GetGameRuleErrors, ThrowOnError, "fields">;
220
+ /**
221
+ * Create a new game session
222
+ *
223
+ * Create a new game session in lobby phase with initial seat configuration
224
+ */
225
+ export declare const createSession: <ThrowOnError extends boolean = false>(options: Options<CreateSessionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateSessionResponses, CreateSessionErrors, ThrowOnError, "fields">;
226
+ /**
227
+ * Create a session from a reducer snapshot
228
+ *
229
+ * Create an auto-assigned gameplay session from a reducer-native snapshot produced by the CLI scenario harness.
230
+ */
231
+ export declare const createSessionFromReducerSnapshot: <ThrowOnError extends boolean = false>(options: Options<CreateSessionFromReducerSnapshotData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateSessionFromReducerSnapshotResponses, CreateSessionFromReducerSnapshotErrors, ThrowOnError, "fields">;
232
+ /**
233
+ * Get session by short code
234
+ *
235
+ * Look up and hydrate a session using its memorable short code.
236
+ */
237
+ export declare const getSessionByShortCode: <ThrowOnError extends boolean = false>(options: Options<GetSessionByShortCodeData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetSessionByShortCodeResponses, GetSessionByShortCodeErrors, ThrowOnError, "fields">;
238
+ /**
239
+ * Get a session snapshot
240
+ *
241
+ * Return the canonical selected-perspective session snapshot for first render or explicit resync.
242
+ */
243
+ export declare const getSessionSnapshot: <ThrowOnError extends boolean = false>(options: Options<GetSessionSnapshotData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetSessionSnapshotResponses, GetSessionSnapshotErrors, ThrowOnError, "fields">;
244
+ /**
245
+ * Subscribe to selected-perspective session events (SSE)
246
+ *
247
+ * Server-Sent Events stream for one selected host perspective. Every connection starts with a `session.snapshot` event.
248
+ */
249
+ export declare const subscribeToSessionEvents: <ThrowOnError extends boolean = false>(options: Options<SubscribeToSessionEventsData, ThrowOnError>) => Promise<import("./core/serverSentEvents.gen.js").ServerSentEventsResult<SubscribeToSessionEventsResponses, SubscribeToSessionEventsErrors>>;
250
+ /**
251
+ * Release a session events stream slot
252
+ *
253
+ * Best-effort disconnect signal used by browser tabs during unload and reconnect transitions so stale event stream slots are released promptly.
254
+ */
255
+ export declare const disconnectSessionEvents: <ThrowOnError extends boolean = false>(options: Options<DisconnectSessionEventsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<DisconnectSessionEventsResponses, DisconnectSessionEventsErrors, ThrowOnError, "fields">;
256
+ /**
257
+ * Subscribe to game logs (SSE)
258
+ *
259
+ * Server-Sent Events stream for real-time game engine console logs (stdout/stderr). Supports log replay via lastLogId query parameter for reconnection.
260
+ */
261
+ export declare const subscribeToGameLogs: <ThrowOnError extends boolean = false>(options: Options<SubscribeToGameLogsData, ThrowOnError>) => Promise<import("./core/serverSentEvents.gen.js").ServerSentEventsResult<SubscribeToGameLogsResponses, SubscribeToGameLogsErrors>>;
262
+ /**
263
+ * Start the game
264
+ *
265
+ * Transition session from lobby to gameplay phase (host only)
266
+ */
267
+ export declare const startGame: <ThrowOnError extends boolean = false>(options: Options<StartGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<StartGameResponses, StartGameErrors, ThrowOnError, "fields">;
268
+ /**
269
+ * List current actions for a selected player
270
+ *
271
+ * Returns the current server-authored descriptors and action-set revision for the selected player.
272
+ */
273
+ export declare const listPlayerActions: <ThrowOnError extends boolean = false>(options: Options<ListPlayerActionsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ListPlayerActionsResponses, ListPlayerActionsErrors, ThrowOnError, "fields">;
274
+ /**
275
+ * Describe one current action
276
+ *
277
+ * Returns the full current descriptor and action-set revision for one selected-player interaction.
278
+ */
279
+ export declare const describePlayerAction: <ThrowOnError extends boolean = false>(options: Options<DescribePlayerActionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<DescribePlayerActionResponses, DescribePlayerActionErrors, ThrowOnError, "fields">;
280
+ /**
281
+ * Describe the current valid target/domain values for one action input
282
+ *
283
+ * Returns the current server-authored input domain for a selected-player action input.
284
+ */
285
+ export declare const getPlayerActionTargets: <ThrowOnError extends boolean = false>(options: Options<GetPlayerActionTargetsData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetPlayerActionTargetsResponses, GetPlayerActionTargetsErrors, ThrowOnError, "fields">;
286
+ /**
287
+ * Validate collector-shaped action inputs
288
+ *
289
+ * Validates one selected-player action using collector-shaped inputs. Path fields are authoritative; clients do not send a GameInput envelope.
290
+ */
291
+ export declare const validatePlayerAction: <ThrowOnError extends boolean = false>(options: Options<ValidatePlayerActionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ValidatePlayerActionResponses, ValidatePlayerActionErrors, ThrowOnError, "fields">;
292
+ /**
293
+ * Submit collector-shaped action inputs
294
+ *
295
+ * Submits one selected-player action using collector-shaped inputs. Path fields are authoritative; clients do not send a GameInput envelope.
296
+ */
297
+ export declare const submitPlayerAction: <ThrowOnError extends boolean = false>(options: Options<SubmitPlayerActionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<SubmitPlayerActionResponses, SubmitPlayerActionErrors, ThrowOnError, "fields">;
298
+ /**
299
+ * Add a seat to the lobby
300
+ *
301
+ * Add a new seat to the lobby (host only, up to maxPlayers)
302
+ */
303
+ export declare const addSeat: <ThrowOnError extends boolean = false>(options: Options<AddSeatData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<AddSeatResponses, AddSeatErrors, ThrowOnError, "fields">;
304
+ /**
305
+ * Remove a seat from the lobby
306
+ *
307
+ * Remove a seat from the lobby (host only, down to minPlayers)
308
+ */
309
+ export declare const removeSeat: <ThrowOnError extends boolean = false>(options: Options<RemoveSeatData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<RemoveSeatResponses, RemoveSeatErrors, ThrowOnError, "fields">;
310
+ /**
311
+ * Update seat settings
312
+ *
313
+ * Update seat display name and/or player color. User must be assigned to the seat.
314
+ */
315
+ export declare const updateSeat: <ThrowOnError extends boolean = false>(options: Options<UpdateSeatData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<UpdateSeatResponses, UpdateSeatErrors, ThrowOnError, "fields">;
316
+ /**
317
+ * Assign a seat to current user
318
+ *
319
+ * Assign the current authenticated user to a specific seat
320
+ */
321
+ export declare const assignSeat: <ThrowOnError extends boolean = false>(options: Options<AssignSeatData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<AssignSeatResponses, AssignSeatErrors, ThrowOnError, "fields">;
322
+ /**
323
+ * Restore game state from history
324
+ *
325
+ * Restore the game to a previous state from history (host only)
326
+ */
327
+ export declare const restoreHistory: <ThrowOnError extends boolean = false>(options: Options<RestoreHistoryData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<RestoreHistoryResponses, RestoreHistoryErrors, ThrowOnError, "fields">;
328
+ /**
329
+ * Unassign a seat
330
+ *
331
+ * Unassign the current user from a specific seat
332
+ */
333
+ export declare const unassignSeat: <ThrowOnError extends boolean = false>(options: Options<UnassignSeatData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<UnassignSeatResponses, UnassignSeatErrors, ThrowOnError, "fields">;
334
+ /**
335
+ * Fetch UI bundle
336
+ *
337
+ * Fetch and return the HTML content of a UI bundle from Supabase storage based on the last compiled UI result
338
+ */
339
+ export declare const fetchUiBundle: <ThrowOnError extends boolean = false>(options?: Options<FetchUiBundleData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<FetchUiBundleResponses, FetchUiBundleErrors, ThrowOnError, "fields">;
340
+ /**
341
+ * List demo games
342
+ *
343
+ * List bundled demo games that can be opened without a normal user account.
344
+ */
345
+ export declare const listDemoGames: <ThrowOnError extends boolean = false>(options?: Options<ListDemoGamesData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<ListDemoGamesResponses, ListDemoGamesErrors, ThrowOnError, "fields">;
346
+ /**
347
+ * Get demo game
348
+ *
349
+ * Return registration and playability metadata for a bundled demo game.
350
+ */
351
+ export declare const getDemoGame: <ThrowOnError extends boolean = false>(options: Options<GetDemoGameData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetDemoGameResponses, GetDemoGameErrors, ThrowOnError, "fields">;
352
+ /**
353
+ * Get demo game thumbnail
354
+ *
355
+ * Return the static thumbnail image for an active bundled demo game.
356
+ */
357
+ export declare const getDemoGameThumbnail: <ThrowOnError extends boolean = false>(options: Options<GetDemoGameThumbnailData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<GetDemoGameThumbnailResponses, GetDemoGameThumbnailErrors, ThrowOnError, "fields">;
358
+ /**
359
+ * Create demo session
360
+ *
361
+ * Create a fresh guest-play session for a bundled demo game.
362
+ */
363
+ export declare const createDemoGameSession: <ThrowOnError extends boolean = false>(options: Options<CreateDemoGameSessionData, ThrowOnError>) => import("./client/types.gen.js").RequestResult<CreateDemoGameSessionResponses, CreateDemoGameSessionErrors, ThrowOnError, "fields">;
364
+ //# sourceMappingURL=sdk.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"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"}