@ankhorage/runtime 1.0.0 → 2.0.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 (77) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +2 -2
  3. package/dist/RuntimeRenderer.d.ts +5 -2
  4. package/dist/RuntimeRenderer.d.ts.map +1 -1
  5. package/dist/RuntimeRenderer.js +40 -21
  6. package/dist/RuntimeRenderer.js.map +1 -1
  7. package/dist/RuntimeRendererConfig.d.ts +5 -2
  8. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  9. package/dist/RuntimeRendererConfig.js +3 -1
  10. package/dist/RuntimeRendererConfig.js.map +1 -1
  11. package/dist/RuntimeScreen.d.ts.map +1 -1
  12. package/dist/RuntimeScreen.js +3 -2
  13. package/dist/RuntimeScreen.js.map +1 -1
  14. package/dist/index.d.ts +6 -4
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +3 -3
  17. package/dist/index.js.map +1 -1
  18. package/dist/readme-usage.js +1 -1
  19. package/dist/readme-usage.js.map +1 -1
  20. package/dist/runtimeActionRegistry.d.ts +3 -3
  21. package/dist/runtimeActionRegistry.d.ts.map +1 -1
  22. package/dist/runtimeActionRegistry.js +9 -24
  23. package/dist/runtimeActionRegistry.js.map +1 -1
  24. package/dist/runtimeApiOperations.d.ts +8 -0
  25. package/dist/runtimeApiOperations.d.ts.map +1 -0
  26. package/dist/runtimeApiOperations.js +38 -0
  27. package/dist/runtimeApiOperations.js.map +1 -0
  28. package/dist/runtimeApiSelection.d.ts +8 -0
  29. package/dist/runtimeApiSelection.d.ts.map +1 -0
  30. package/dist/runtimeApiSelection.js +50 -0
  31. package/dist/runtimeApiSelection.js.map +1 -0
  32. package/dist/runtimeBindings.d.ts +4 -9
  33. package/dist/runtimeBindings.d.ts.map +1 -1
  34. package/dist/runtimeBindings.js +13 -73
  35. package/dist/runtimeBindings.js.map +1 -1
  36. package/dist/runtimeMedia.d.ts +13 -0
  37. package/dist/runtimeMedia.d.ts.map +1 -0
  38. package/dist/runtimeMedia.js +80 -0
  39. package/dist/runtimeMedia.js.map +1 -0
  40. package/dist/runtimeMediaCache.d.ts +8 -0
  41. package/dist/runtimeMediaCache.d.ts.map +1 -0
  42. package/dist/runtimeMediaCache.js +14 -0
  43. package/dist/runtimeMediaCache.js.map +1 -0
  44. package/dist/runtimeNodeProps.d.ts +2 -2
  45. package/dist/runtimeNodeProps.d.ts.map +1 -1
  46. package/dist/runtimeNodeProps.js +1 -1
  47. package/dist/runtimeNodeProps.js.map +1 -1
  48. package/dist/runtimeRepeat.d.ts.map +1 -1
  49. package/dist/runtimeRepeat.js +9 -8
  50. package/dist/runtimeRepeat.js.map +1 -1
  51. package/dist/runtimeScreenLoaders.d.ts +2 -2
  52. package/dist/runtimeScreenLoaders.d.ts.map +1 -1
  53. package/dist/runtimeScreenLoaders.js +8 -7
  54. package/dist/runtimeScreenLoaders.js.map +1 -1
  55. package/dist/useRuntimeMediaProps.d.ts +9 -0
  56. package/dist/useRuntimeMediaProps.d.ts.map +1 -0
  57. package/dist/useRuntimeMediaProps.js +61 -0
  58. package/dist/useRuntimeMediaProps.js.map +1 -0
  59. package/package.json +8 -7
  60. package/paradox/badges/npm.svg +3 -3
  61. package/paradox/components.md +5 -3
  62. package/paradox/diagrams/architecture-overview.mmd +52 -18
  63. package/paradox/diagrams/export-graph.mmd +31 -31
  64. package/paradox/diagrams/module-relationships.mmd +38 -13
  65. package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +9 -6
  66. package/paradox/exports.json +262 -336
  67. package/paradox/exports.md +199 -230
  68. package/paradox/index.html +1627 -1381
  69. package/paradox/paradox.json +1605 -1458
  70. package/dist/runtimeDataSourceOperations.d.ts +0 -10
  71. package/dist/runtimeDataSourceOperations.d.ts.map +0 -1
  72. package/dist/runtimeDataSourceOperations.js +0 -63
  73. package/dist/runtimeDataSourceOperations.js.map +0 -1
  74. package/dist/runtimeDatabaseOperationExecutor.d.ts +0 -9
  75. package/dist/runtimeDatabaseOperationExecutor.d.ts.map +0 -1
  76. package/dist/runtimeDatabaseOperationExecutor.js +0 -228
  77. package/dist/runtimeDatabaseOperationExecutor.js.map +0 -1
@@ -10,7 +10,7 @@ Source: `src/componentRegistry.ts:3:1`
10
10
 
11
11
  Kind: `function`
12
12
  Module: `src/RuntimeRendererConfig.tsx`
13
- Source: `src/RuntimeRendererConfig.tsx:88:1`
13
+ Source: `src/RuntimeRendererConfig.tsx:92:1`
14
14
 
15
15
  ### Signatures
16
16
 
@@ -23,7 +23,7 @@ Source: `src/RuntimeRendererConfig.tsx:88:1`
23
23
 
24
24
  Kind: `function`
25
25
  Module: `src/RuntimeRendererConfig.tsx`
26
- Source: `src/RuntimeRendererConfig.tsx:73:1`
26
+ Source: `src/RuntimeRendererConfig.tsx:77:1`
27
27
 
28
28
  ### Signatures
29
29
 
@@ -36,7 +36,7 @@ Source: `src/RuntimeRendererConfig.tsx:73:1`
36
36
 
37
37
  Kind: `function`
38
38
  Module: `src/runtimeActionRegistry.ts`
39
- Source: `src/runtimeActionRegistry.ts:217:1`
39
+ Source: `src/runtimeActionRegistry.ts:216:1`
40
40
 
41
41
  ### Signatures
42
42
 
@@ -96,49 +96,37 @@ Source: `src/runtimeScreenLoaders.ts:82:1`
96
96
 
97
97
  Kind: `function`
98
98
  Module: `src/runtimeActionRegistry.ts`
99
- Source: `src/runtimeActionRegistry.ts:67:1`
99
+ Source: `src/runtimeActionRegistry.ts:66:1`
100
100
 
101
101
  ### Signatures
102
102
 
103
- - `(options?: { actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry`
104
- - options: `{ actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }` (optional)
103
+ - `(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry`
104
+ - options: `{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }` (optional)
105
105
  - returns: `RuntimeActionRegistry`
106
106
 
107
- ## createRuntimeBindingOperationKey
108
-
109
- Kind: `function`
110
- Module: `src/runtimeBindings.ts`
111
- Source: `src/runtimeBindings.ts:163:1`
112
-
113
- ### Signatures
114
-
115
- - `(operation: BindingOperationRef) => string`
116
- - operation: `BindingOperationRef`
117
- - returns: `string`
118
-
119
- ## createRuntimeDataSourceOperationExecutor
107
+ ## createRuntimeApiOperationExecutor
120
108
 
121
109
  Kind: `function`
122
- Module: `src/runtimeDataSourceOperations.ts`
123
- Source: `src/runtimeDataSourceOperations.ts:14:1`
110
+ Module: `src/runtimeApiOperations.ts`
111
+ Source: `src/runtimeApiOperations.ts:12:1`
124
112
 
125
113
  ### Signatures
126
114
 
127
- - `(options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor`
128
- - options: `RuntimeDataSourceOperationExecutorOptions`
115
+ - `(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor`
116
+ - options: `RuntimeApiOperationExecutorOptions`
129
117
  - returns: `RuntimeBindingOperationExecutor`
130
118
 
131
- ## createRuntimeManifest
119
+ ## createRuntimeBindingOperationKey
132
120
 
133
121
  Kind: `function`
134
- Module: `src/runtimeManifest.ts`
135
- Source: `src/runtimeManifest.ts:81:1`
122
+ Module: `src/runtimeBindings.ts`
123
+ Source: `src/runtimeBindings.ts:165:1`
136
124
 
137
125
  ### Signatures
138
126
 
139
- - `(input: RuntimeManifestInput) => RuntimeManifest`
140
- - input: `RuntimeManifestInput`
141
- - returns: `RuntimeManifest`
127
+ - `(operation: BindingOperationRef) => string`
128
+ - operation: `BindingOperationRef`
129
+ - returns: `string`
142
130
 
143
131
  ## createRuntimeMemoryStateAdapter
144
132
 
@@ -164,47 +152,11 @@ Source: `src/runtimeScreenLoaders.ts:49:1`
164
152
  - args: `{ readonly screenId: string; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; readonly bindingContext?: Record<string, unknown>; readonly operationResults?: RuntimeBindingOperationResultCache; }`
165
153
  - returns: `string`
166
154
 
167
- ## defineRuntimeAction
168
-
169
- Kind: `function`
170
- Module: `src/runtimeManifest.ts`
171
- Source: `src/runtimeManifest.ts:63:1`
172
-
173
- ### Signatures
174
-
175
- - `(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>`
176
- - action: `RuntimeActionDescriptor<Data>`
177
- - returns: `RuntimeActionDescriptor<Data>`
178
-
179
- ## defineRuntimeAdapter
180
-
181
- Kind: `function`
182
- Module: `src/runtimeManifest.ts`
183
- Source: `src/runtimeManifest.ts:69:1`
184
-
185
- ### Signatures
186
-
187
- - `(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>`
188
- - adapter: `RuntimeAdapterDescriptor<Options>`
189
- - returns: `RuntimeAdapterDescriptor<Options>`
190
-
191
- ## defineRuntimeBinding
192
-
193
- Kind: `function`
194
- Module: `src/runtimeManifest.ts`
195
- Source: `src/runtimeManifest.ts:75:1`
196
-
197
- ### Signatures
198
-
199
- - `(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>`
200
- - binding: `RuntimeBindingDescriptor<Value>`
201
- - returns: `RuntimeBindingDescriptor<Value>`
202
-
203
155
  ## dispatchRuntimeComponentEvent
204
156
 
205
157
  Kind: `function`
206
158
  Module: `src/runtimeActionRegistry.ts`
207
- Source: `src/runtimeActionRegistry.ts:103:1`
159
+ Source: `src/runtimeActionRegistry.ts:102:1`
208
160
 
209
161
  ### Signatures
210
162
 
@@ -244,21 +196,10 @@ Source: `src/runtimeScreenLoaders.ts:178:1`
244
196
 
245
197
  ### Signatures
246
198
 
247
- - `(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>`
248
- - args: `{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }`
199
+ - `(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>`
200
+ - args: `{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }`
249
201
  - returns: `Promise<RuntimeScreenOperationLoaderExecutionResult>`
250
202
 
251
- ## listRuntimeCapabilities
252
-
253
- Kind: `function`
254
- Module: `src/runtimeManifest.ts`
255
- Source: `src/runtimeManifest.ts:93:1`
256
-
257
- ### Signatures
258
-
259
- - `() => readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]`
260
- - returns: `readonly ("runtime.render" | "runtime.actions" | "runtime.bindings" | "runtime.adapters")[]`
261
-
262
203
  ## ManifestContext
263
204
 
264
205
  Kind: `value`
@@ -281,7 +222,7 @@ Source: `src/ManifestContext.tsx:12:1`
281
222
 
282
223
  Kind: `function`
283
224
  Module: `src/RuntimeRendererConfig.tsx`
284
- Source: `src/RuntimeRendererConfig.tsx:106:1`
225
+ Source: `src/RuntimeRendererConfig.tsx:110:1`
285
226
 
286
227
  ### Signatures
287
228
 
@@ -294,7 +235,7 @@ Source: `src/RuntimeRendererConfig.tsx:106:1`
294
235
 
295
236
  Kind: `function`
296
237
  Module: `src/runtimeBindings.ts`
297
- Source: `src/runtimeBindings.ts:129:1`
238
+ Source: `src/runtimeBindings.ts:131:1`
298
239
 
299
240
  ### Signatures
300
241
 
@@ -320,7 +261,7 @@ Source: `src/runtimeDbPersist.ts:68:1`
320
261
 
321
262
  Kind: `function`
322
263
  Module: `src/runtimeActionRegistry.ts`
323
- Source: `src/runtimeActionRegistry.ts:231:1`
264
+ Source: `src/runtimeActionRegistry.ts:230:1`
324
265
 
325
266
  ### Signatures
326
267
 
@@ -333,7 +274,7 @@ Source: `src/runtimeActionRegistry.ts:231:1`
333
274
 
334
275
  Kind: `function`
335
276
  Module: `src/runtimeActionRegistry.ts`
336
- Source: `src/runtimeActionRegistry.ts:242:1`
277
+ Source: `src/runtimeActionRegistry.ts:241:1`
337
278
 
338
279
  ### Signatures
339
280
 
@@ -346,7 +287,7 @@ Source: `src/runtimeActionRegistry.ts:242:1`
346
287
 
347
288
  Kind: `function`
348
289
  Module: `src/runtimeBindings.ts`
349
- Source: `src/runtimeBindings.ts:89:1`
290
+ Source: `src/runtimeBindings.ts:91:1`
350
291
 
351
292
  ### Signatures
352
293
 
@@ -358,7 +299,7 @@ Source: `src/runtimeBindings.ts:89:1`
358
299
 
359
300
  Kind: `function`
360
301
  Module: `src/runtimeBindings.ts`
361
- Source: `src/runtimeBindings.ts:74:1`
302
+ Source: `src/runtimeBindings.ts:76:1`
362
303
 
363
304
  ### Signatures
364
305
 
@@ -370,7 +311,7 @@ Source: `src/runtimeBindings.ts:74:1`
370
311
 
371
312
  Kind: `function`
372
313
  Module: `src/runtimeBindings.ts`
373
- Source: `src/runtimeBindings.ts:103:1`
314
+ Source: `src/runtimeBindings.ts:105:1`
374
315
 
375
316
  ### Signatures
376
317
 
@@ -384,7 +325,7 @@ Source: `src/runtimeBindings.ts:103:1`
384
325
 
385
326
  Kind: `function`
386
327
  Module: `src/runtimeBindings.ts`
387
- Source: `src/runtimeBindings.ts:116:1`
328
+ Source: `src/runtimeBindings.ts:118:1`
388
329
 
389
330
  ### Signatures
390
331
 
@@ -406,23 +347,11 @@ Source: `src/runtimeScreenLoaders.ts:43:1`
406
347
  - screen: `ScreenSpec`
407
348
  - returns: `readonly OperationScreenDataLoaderDefinition[]`
408
349
 
409
- ## RUNTIME_CAPABILITIES
410
-
411
- Kind: `value`
412
- Module: `src/runtimeManifest.ts`
413
- Source: `src/runtimeManifest.ts:1:14`
414
-
415
- ## RUNTIME_MANIFEST_KIND
416
-
417
- Kind: `value`
418
- Module: `src/runtimeManifest.ts`
419
- Source: `src/runtimeManifest.ts:8:14`
420
-
421
350
  ## RuntimeAction
422
351
 
423
352
  Kind: `unknown`
424
353
  Module: `src/RuntimeRendererConfig.tsx`
425
- Source: `src/RuntimeRendererConfig.tsx:43:1`
354
+ Source: `src/RuntimeRendererConfig.tsx:45:1`
426
355
 
427
356
  ## RuntimeActionDescriptor
428
357
 
@@ -443,19 +372,19 @@ Source: `src/runtimeManifest.ts:24:1`
443
372
 
444
373
  Kind: `unknown`
445
374
  Module: `src/RuntimeRendererConfig.tsx`
446
- Source: `src/RuntimeRendererConfig.tsx:46:1`
375
+ Source: `src/RuntimeRendererConfig.tsx:48:1`
447
376
 
448
377
  ## RuntimeActionHandler
449
378
 
450
379
  Kind: `unknown`
451
380
  Module: `src/RuntimeRendererConfig.tsx`
452
- Source: `src/RuntimeRendererConfig.tsx:44:1`
381
+ Source: `src/RuntimeRendererConfig.tsx:46:1`
453
382
 
454
383
  ## RuntimeActionHandlerArgs
455
384
 
456
385
  Kind: `type`
457
386
  Module: `src/RuntimeRendererConfig.tsx`
458
- Source: `src/RuntimeRendererConfig.tsx:36:1`
387
+ Source: `src/RuntimeRendererConfig.tsx:38:1`
459
388
 
460
389
  ### Members
461
390
 
@@ -470,13 +399,13 @@ Source: `src/RuntimeRendererConfig.tsx:36:1`
470
399
 
471
400
  Kind: `unknown`
472
401
  Module: `src/RuntimeRendererConfig.tsx`
473
- Source: `src/RuntimeRendererConfig.tsx:45:1`
402
+ Source: `src/RuntimeRendererConfig.tsx:47:1`
474
403
 
475
404
  ## RuntimeActionRegistry
476
405
 
477
406
  Kind: `type`
478
407
  Module: `src/runtimeActionRegistry.ts`
479
- Source: `src/runtimeActionRegistry.ts:31:1`
408
+ Source: `src/runtimeActionRegistry.ts:30:1`
480
409
 
481
410
  ### Members
482
411
 
@@ -489,7 +418,7 @@ Source: `src/runtimeActionRegistry.ts:31:1`
489
418
 
490
419
  Kind: `type`
491
420
  Module: `src/runtimeActionRegistry.ts`
492
- Source: `src/runtimeActionRegistry.ts:42:1`
421
+ Source: `src/runtimeActionRegistry.ts:41:1`
493
422
 
494
423
  ### Members
495
424
 
@@ -504,7 +433,7 @@ Source: `src/runtimeActionRegistry.ts:42:1`
504
433
 
505
434
  Kind: `type`
506
435
  Module: `src/runtimeActionRegistry.ts`
507
- Source: `src/runtimeActionRegistry.ts:36:1`
436
+ Source: `src/runtimeActionRegistry.ts:35:1`
508
437
 
509
438
  ### Members
510
439
 
@@ -528,6 +457,32 @@ Source: `src/runtimeManifest.ts:39:1`
528
457
  | kind | property | `string` | yes | |
529
458
  | options | property | `Options \| undefined` | no | |
530
459
 
460
+ ## RuntimeApiOperationExecutorOptions
461
+
462
+ Kind: `type`
463
+ Module: `src/runtimeApiOperations.ts`
464
+ Source: `src/runtimeApiOperations.ts:7:1`
465
+
466
+ ### Members
467
+
468
+ | Name | Kind | Type | Required | Description |
469
+ | ------------------ | -------- | --------------------------------------------- | -------- | ----------- |
470
+ | credentialResolver | property | `EndpointTestCredentialResolver \| undefined` | no | |
471
+ | fetch | property | `EndpointTestFetch \| undefined` | no | |
472
+
473
+ ## RuntimeApiOperationSelection
474
+
475
+ Kind: `type`
476
+ Module: `src/runtimeApiSelection.ts`
477
+ Source: `src/runtimeApiSelection.ts:9:1`
478
+
479
+ ### Members
480
+
481
+ | Name | Kind | Type | Required | Description |
482
+ | -------- | -------- | -------------------- | -------- | ----------- |
483
+ | api | property | `ApiDefinition` | yes | |
484
+ | endpoint | property | `DataEndpointConfig` | yes | |
485
+
531
486
  ## RuntimeBindingDescriptor
532
487
 
533
488
  Kind: `type`
@@ -548,91 +503,91 @@ Source: `src/runtimeManifest.ts:31:1`
548
503
 
549
504
  Kind: `type`
550
505
  Module: `src/runtimeBindings.ts`
551
- Source: `src/runtimeBindings.ts:22:1`
506
+ Source: `src/runtimeBindings.ts:24:1`
552
507
 
553
508
  ### Members
554
509
 
555
- | Name | Kind | Type | Required | Description |
556
- | ---------- | -------- | --------------------------------- | -------- | ----------- |
557
- | dataSource | property | `DataSourceConfig` | yes | |
558
- | endpoint | property | `DataEndpointConfig \| undefined` | no | |
559
- | input | property | `BindingValue \| undefined` | no | |
560
- | node | property | `UiNode \| undefined` | no | |
561
- | operation | property | `BindingOperationRef` | yes | |
510
+ | Name | Kind | Type | Required | Description |
511
+ | --------- | -------- | --------------------------- | -------- | ----------- |
512
+ | api | property | `ApiDefinition` | yes | |
513
+ | endpoint | property | `DataEndpointConfig` | yes | |
514
+ | input | property | `BindingValue \| undefined` | no | |
515
+ | node | property | `UiNode \| undefined` | no | |
516
+ | operation | property | `BindingOperationRef` | yes | |
562
517
 
563
518
  ## RuntimeBindingOperationExecutionResult
564
519
 
565
520
  Kind: `unknown`
566
521
  Module: `src/runtimeBindings.ts`
567
- Source: `src/runtimeBindings.ts:30:1`
522
+ Source: `src/runtimeBindings.ts:32:1`
568
523
 
569
524
  ## RuntimeBindingOperationExecutor
570
525
 
571
526
  Kind: `unknown`
572
527
  Module: `src/runtimeBindings.ts`
573
- Source: `src/runtimeBindings.ts:41:1`
528
+ Source: `src/runtimeBindings.ts:43:1`
574
529
 
575
530
  ## RuntimeBindingOperationKey
576
531
 
577
532
  Kind: `unknown`
578
533
  Module: `src/runtimeBindings.ts`
579
- Source: `src/runtimeBindings.ts:20:1`
534
+ Source: `src/runtimeBindings.ts:22:1`
580
535
 
581
536
  ## RuntimeBindingOperationResultCache
582
537
 
583
538
  Kind: `unknown`
584
539
  Module: `src/runtimeBindings.ts`
585
- Source: `src/runtimeBindings.ts:45:1`
540
+ Source: `src/runtimeBindings.ts:47:1`
586
541
 
587
542
  ## RuntimeBindingOperationResultWriter
588
543
 
589
544
  Kind: `unknown`
590
545
  Module: `src/runtimeBindings.ts`
591
- Source: `src/runtimeBindings.ts:49:1`
546
+ Source: `src/runtimeBindings.ts:51:1`
592
547
 
593
548
  ## RuntimeBindingResolutionArgs
594
549
 
595
550
  Kind: `type`
596
551
  Module: `src/runtimeBindings.ts`
597
- Source: `src/runtimeBindings.ts:64:1`
552
+ Source: `src/runtimeBindings.ts:66:1`
598
553
 
599
554
  ### Members
600
555
 
601
- | Name | Kind | Type | Required | Description |
602
- | ---------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
603
- | context | property | `Record<string, unknown> \| undefined` | no | |
604
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
605
- | dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
606
- | event | property | `ComponentEventDto<string, object> \| undefined` | no | |
607
- | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
608
- | node | property | `UiNode` | yes | |
609
- | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
610
- | props | property | `Record<string, unknown>` | yes | |
611
- | stateAdapter | property | `StateAdapter \| undefined` | no | |
556
+ | Name | Kind | Type | Required | Description |
557
+ | ---------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
558
+ | apis | property | `ApiDefinitionList \| undefined` | no | |
559
+ | context | property | `Record<string, unknown> \| undefined` | no | |
560
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
561
+ | event | property | `ComponentEventDto<string, object> \| undefined` | no | |
562
+ | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
563
+ | node | property | `UiNode` | yes | |
564
+ | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
565
+ | props | property | `Record<string, unknown>` | yes | |
566
+ | stateAdapter | property | `StateAdapter \| undefined` | no | |
612
567
 
613
568
  ## RuntimeBindingResolutionContext
614
569
 
615
570
  Kind: `type`
616
571
  Module: `src/runtimeBindings.ts`
617
- Source: `src/runtimeBindings.ts:54:1`
572
+ Source: `src/runtimeBindings.ts:56:1`
618
573
 
619
574
  ### Members
620
575
 
621
- | Name | Kind | Type | Required | Description |
622
- | ---------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
623
- | context | property | `Record<string, unknown> \| undefined` | no | |
624
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
625
- | dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
626
- | event | property | `ComponentEventDto<string, object> \| undefined` | no | |
627
- | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
628
- | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
629
- | stateAdapter | property | `StateAdapter \| undefined` | no | |
576
+ | Name | Kind | Type | Required | Description |
577
+ | ---------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
578
+ | apis | property | `ApiDefinitionList \| undefined` | no | |
579
+ | context | property | `Record<string, unknown> \| undefined` | no | |
580
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
581
+ | event | property | `ComponentEventDto<string, object> \| undefined` | no | |
582
+ | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
583
+ | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
584
+ | stateAdapter | property | `StateAdapter \| undefined` | no | |
630
585
 
631
586
  ## RuntimeBindingResolutionResult
632
587
 
633
588
  Kind: `type`
634
589
  Module: `src/runtimeBindings.ts`
635
- Source: `src/runtimeBindings.ts:69:1`
590
+ Source: `src/runtimeBindings.ts:71:1`
636
591
 
637
592
  ### Members
638
593
 
@@ -651,37 +606,23 @@ Source: `src/runtimeManifest.ts:10:1`
651
606
 
652
607
  Kind: `type`
653
608
  Module: `src/runtimeActionRegistry.ts`
654
- Source: `src/runtimeActionRegistry.ts:46:1`
609
+ Source: `src/runtimeActionRegistry.ts:45:1`
655
610
 
656
611
  ### Members
657
612
 
658
- | Name | Kind | Type | Required | Description |
659
- | -------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
660
- | context | property | `Record<string, unknown> \| undefined` | no | |
661
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
662
- | dataSources | property | `Readonly<Record<string, DataSourceConfig>> \| undefined` | no | |
663
- | event | property | `ComponentEventDto<string, object>` | yes | |
664
- | eventName | property | `string \| undefined` | no | |
665
- | executeAction | property | `RuntimeActionHandler \| undefined` | no | |
666
- | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
667
- | node | property | `UiNode` | yes | |
668
- | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
669
- | state | property | `Record<string, unknown> \| undefined` | no | |
670
- | writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
671
-
672
- ## RuntimeDataSourceOperationExecutorOptions
673
-
674
- Kind: `type`
675
- Module: `src/runtimeDataSourceOperations.ts`
676
- Source: `src/runtimeDataSourceOperations.ts:8:1`
677
-
678
- ### Members
679
-
680
- | Name | Kind | Type | Required | Description |
681
- | ------------------ | -------- | -------------------------------------------------- | -------- | ----------- |
682
- | credentialResolver | property | `EndpointTestCredentialResolver \| undefined` | no | |
683
- | databaseAdapters | property | `Readonly<Record<string, DbAdapter>> \| undefined` | no | |
684
- | fetch | property | `EndpointTestFetch \| undefined` | no | |
613
+ | Name | Kind | Type | Required | Description |
614
+ | -------------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
615
+ | apis | property | `ApiDefinitionList \| undefined` | no | |
616
+ | context | property | `Record<string, unknown> \| undefined` | no | |
617
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
618
+ | event | property | `ComponentEventDto<string, object>` | yes | |
619
+ | eventName | property | `string \| undefined` | no | |
620
+ | executeAction | property | `RuntimeActionHandler \| undefined` | no | |
621
+ | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
622
+ | node | property | `UiNode` | yes | |
623
+ | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
624
+ | state | property | `Record<string, unknown> \| undefined` | no | |
625
+ | writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
685
626
 
686
627
  ## RuntimeDbPersistError
687
628
 
@@ -746,20 +687,20 @@ Source: `src/runtimeEventExecution.ts:9:1`
746
687
 
747
688
  Kind: `type`
748
689
  Module: `src/runtimeActionRegistry.ts`
749
- Source: `src/runtimeActionRegistry.ts:57:1`
690
+ Source: `src/runtimeActionRegistry.ts:56:1`
750
691
 
751
692
  ### Members
752
693
 
753
- | Name | Kind | Type | Required | Description |
754
- | ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
755
- | context | property | `Record<string, unknown> \| undefined` | no | |
756
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
757
- | disableActions | property | `boolean` | yes | |
758
- | dispatchComponentEvent | property | `(args: RuntimeComponentEventDispatchArgs) => Promise<void> \| void` | yes | |
759
- | node | property | `UiNode` | yes | |
760
- | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
761
- | props | property | `Record<string, unknown>` | yes | |
762
- | state | property | `Record<string, unknown> \| undefined` | no | |
694
+ | Name | Kind | Type | Required | Description |
695
+ | ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
696
+ | context | property | `Record<string, unknown> \| undefined` | no | |
697
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
698
+ | disableActions | property | `boolean` | yes | |
699
+ | dispatchComponentEvent | property | `(args: RuntimeComponentEventDispatchArgs) => Promise<void> \| void` | yes | |
700
+ | node | property | `UiNode` | yes | |
701
+ | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
702
+ | props | property | `Record<string, unknown>` | yes | |
703
+ | state | property | `Record<string, unknown> \| undefined` | no | |
763
704
 
764
705
  ## RuntimeManifest
765
706
 
@@ -809,6 +750,24 @@ Source: `src/runtimeManifest.ts:55:1`
809
750
  | config | property | `RuntimeManifestConfig` | yes | |
810
751
  | diagnostics | property | `readonly RuntimeDiagnostic[] \| undefined` | no | |
811
752
 
753
+ ## RuntimeMediaAssetResolver
754
+
755
+ Kind: `unknown`
756
+ Module: `src/runtimeMedia.ts`
757
+ Source: `src/runtimeMedia.ts:13:1`
758
+
759
+ ## RuntimeMediaAssetResolverArgs
760
+
761
+ Kind: `type`
762
+ Module: `src/runtimeMedia.ts`
763
+ Source: `src/runtimeMedia.ts:9:1`
764
+
765
+ ### Members
766
+
767
+ | Name | Kind | Type | Required | Description |
768
+ | ----- | -------- | ------------ | -------- | ----------- |
769
+ | asset | property | `MediaAsset` | yes | |
770
+
812
771
  ## RuntimeMemoryStateAdapterOptions
813
772
 
814
773
  Kind: `type`
@@ -831,7 +790,7 @@ Source: `node_modules/@ankhorage/contracts/dist/runtimeCallbacks.d.ts:6:1`
831
790
 
832
791
  Kind: `function`
833
792
  Module: `src/RuntimeRenderer.tsx`
834
- Source: `src/RuntimeRenderer.tsx:67:1`
793
+ Source: `src/RuntimeRenderer.tsx:76:1`
835
794
 
836
795
  ### Signatures
837
796
 
@@ -843,34 +802,36 @@ Source: `src/RuntimeRenderer.tsx:67:1`
843
802
 
844
803
  Kind: `type`
845
804
  Module: `src/RuntimeRendererConfig.tsx`
846
- Source: `src/RuntimeRendererConfig.tsx:48:1`
805
+ Source: `src/RuntimeRendererConfig.tsx:50:1`
847
806
 
848
807
  ### Members
849
808
 
850
- | Name | Kind | Type | Required | Description |
851
- | -------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
852
- | actionHandlers | property | `RuntimeActionHandlers \| undefined` | no | |
853
- | bindingContext | property | `Record<string, unknown> \| undefined` | no | |
854
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
855
- | dataSources | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index").DataSourceConfig>> \| undefined` | no | |
856
- | dbAdapter | property | `DbAdapter \| undefined` | no | |
857
- | dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
858
- | disableActions | property | `boolean \| undefined` | no | |
859
- | executeAction | property | `RuntimeActionHandler \| undefined` | no | |
860
- | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
861
- | onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
862
- | operationResults | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").BindingValue \| undefined>> \| undefined` | no | |
863
- | registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
864
- | resolveNodeProps | property | `RuntimeNodePropsResolver \| undefined` | no | |
865
- | stateAdapter | property | `StateAdapter \| undefined` | no | |
866
- | wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
867
- | writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
809
+ | Name | Kind | Type | Required | Description |
810
+ | -------------------- | -------- | --------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
811
+ | actionHandlers | property | `RuntimeActionHandlers \| undefined` | no | |
812
+ | apis | property | `ApiDefinitionList \| undefined` | no | |
813
+ | bindingContext | property | `Record<string, unknown> \| undefined` | no | |
814
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
815
+ | dbAdapter | property | `DbAdapter \| undefined` | no | |
816
+ | dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
817
+ | disableActions | property | `boolean \| undefined` | no | |
818
+ | executeAction | property | `RuntimeActionHandler \| undefined` | no | |
819
+ | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
820
+ | mediaAssets | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/media").MediaAsset>> \| undefined` | no | |
821
+ | onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
822
+ | operationResults | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").BindingValue \| undefined>> \| undefined` | no | |
823
+ | registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
824
+ | resolveMediaAsset | property | `RuntimeMediaAssetResolver \| undefined` | no | |
825
+ | resolveNodeProps | property | `RuntimeNodePropsResolver \| undefined` | no | |
826
+ | stateAdapter | property | `StateAdapter \| undefined` | no | |
827
+ | wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
828
+ | writeOperationResult | property | `RuntimeBindingOperationResultWriter \| undefined` | no | |
868
829
 
869
830
  ## RuntimeRendererConfigProvider
870
831
 
871
832
  Kind: `function`
872
833
  Module: `src/RuntimeRendererConfig.tsx`
873
- Source: `src/RuntimeRendererConfig.tsx:152:1`
834
+ Source: `src/RuntimeRendererConfig.tsx:158:1`
874
835
 
875
836
  ### Signatures
876
837
 
@@ -882,33 +843,35 @@ Source: `src/RuntimeRendererConfig.tsx:152:1`
882
843
 
883
844
  Kind: `type`
884
845
  Module: `src/RuntimeRenderer.tsx`
885
- Source: `src/RuntimeRenderer.tsx:49:1`
846
+ Source: `src/RuntimeRenderer.tsx:56:1`
886
847
 
887
848
  ### Members
888
849
 
889
- | Name | Kind | Type | Required | Description |
890
- | ----------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ----------- |
891
- | bindingContext | property | `Record<string, unknown> \| undefined` | no | |
892
- | dataBindings | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
893
- | dataSources | property | `Readonly<Record<string, import("/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index").DataSourceConfig>> \| undefined` | no | |
894
- | dbAdapter | property | `DbAdapter \| undefined` | no | |
895
- | dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
896
- | disableActions | property | `boolean \| undefined` | no | |
897
- | executeAction | property | `import("/home/runner/work/runtime/runtime/src/RuntimeRendererConfig").RuntimeActionHandler \| undefined` | no | |
898
- | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
899
- | isRoot | property | `boolean \| undefined` | no | |
900
- | node | property | `UiNode` | yes | |
901
- | onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
902
- | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
903
- | registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
904
- | stateAdapter | property | `StateAdapter \| undefined` | no | |
905
- | wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
850
+ | Name | Kind | Type | Required | Description |
851
+ | ----------------- | -------- | ---------------------------------------------------------------------------------------------------------- | -------- | ----------- |
852
+ | apis | property | `ApiDefinitionList \| undefined` | no | |
853
+ | bindingContext | property | `Record<string, unknown> \| undefined` | no | |
854
+ | dataBindings | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/bindings").ComponentDataBinding>> \| undefined` | no | |
855
+ | dbAdapter | property | `DbAdapter \| undefined` | no | |
856
+ | dbRealtimeAdapter | property | `DbRealtimeAdapter \| undefined` | no | |
857
+ | disableActions | property | `boolean \| undefined` | no | |
858
+ | executeAction | property | `import("./src/RuntimeRendererConfig").RuntimeActionHandler \| undefined` | no | |
859
+ | executeOperation | property | `RuntimeBindingOperationExecutor \| undefined` | no | |
860
+ | isRoot | property | `boolean \| undefined` | no | |
861
+ | mediaAssets | property | `Readonly<Record<string, import("@ankhorage/contracts/dist/media").MediaAsset>> \| undefined` | no | |
862
+ | node | property | `UiNode` | yes | |
863
+ | onDiagnostics | property | `((diagnostics: readonly DataSourceDiagnostic[]) => void) \| undefined` | no | |
864
+ | operationResults | property | `Readonly<Record<string, BindingValue \| undefined>> \| undefined` | no | |
865
+ | registry | property | `Readonly<Record<string, React.ElementType<any, keyof React.JSX.IntrinsicElements>>> \| undefined` | no | |
866
+ | resolveMediaAsset | property | `RuntimeMediaAssetResolver \| undefined` | no | |
867
+ | stateAdapter | property | `StateAdapter \| undefined` | no | |
868
+ | wrapNode | property | `((args: RuntimeRendererWrapArgs) => React.ReactNode) \| undefined` | no | |
906
869
 
907
870
  ## RuntimeRendererWrapArgs
908
871
 
909
872
  Kind: `type`
910
873
  Module: `src/RuntimeRendererConfig.tsx`
911
- Source: `src/RuntimeRendererConfig.tsx:30:1`
874
+ Source: `src/RuntimeRendererConfig.tsx:32:1`
912
875
 
913
876
  ### Members
914
877
 
@@ -918,6 +881,12 @@ Source: `src/RuntimeRendererConfig.tsx:30:1`
918
881
  | node | property | `UiNode` | yes | |
919
882
  | rendered | property | `React.ReactNode` | yes | |
920
883
 
884
+ ## RuntimeResolvedMediaValue
885
+
886
+ Kind: `unknown`
887
+ Module: `src/runtimeMedia.ts`
888
+ Source: `src/runtimeMedia.ts:7:1`
889
+
921
890
  ## RuntimeResolveNodePropsArgs
922
891
 
923
892
  Kind: `type`
@@ -1036,7 +1005,7 @@ Source: `src/ManifestContext.tsx:38:1`
1036
1005
 
1037
1006
  Kind: `function`
1038
1007
  Module: `src/RuntimeRendererConfig.tsx`
1039
- Source: `src/RuntimeRendererConfig.tsx:167:1`
1008
+ Source: `src/RuntimeRendererConfig.tsx:173:1`
1040
1009
 
1041
1010
  ### Signatures
1042
1011
 
@@ -1051,20 +1020,20 @@ Source: `src/runtimeScreenLoaders.ts:273:1`
1051
1020
 
1052
1021
  ### Signatures
1053
1022
 
1054
- - `(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState`
1055
- - args: `{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }`
1023
+ - `(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState`
1024
+ - args: `{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }`
1056
1025
  - returns: `RuntimeScreenOperationLoaderState`
1057
1026
 
1058
1027
  ## validateRuntimeBindingOperationRef
1059
1028
 
1060
1029
  Kind: `function`
1061
- Module: `src/runtimeBindings.ts`
1062
- Source: `src/runtimeBindings.ts:169:1`
1030
+ Module: `src/runtimeApiSelection.ts`
1031
+ Source: `src/runtimeApiSelection.ts:14:1`
1063
1032
 
1064
1033
  ### Signatures
1065
1034
 
1066
- - `(operation: BindingOperationRef, dataSources: Readonly<Record<string, DataSourceConfig>> | undefined) => readonly DataSourceDiagnostic[]`
1067
- - dataSources: `Readonly<Record<string, DataSourceConfig>> | undefined`
1035
+ - `(operation: BindingOperationRef, apis: ApiDefinitionList | undefined) => readonly DataSourceDiagnostic[]`
1036
+ - apis: `ApiDefinitionList | undefined`
1068
1037
  - operation: `BindingOperationRef`
1069
1038
  - returns: `readonly DataSourceDiagnostic[]`
1070
1039
 
@@ -1072,7 +1041,7 @@ Source: `src/runtimeBindings.ts:169:1`
1072
1041
 
1073
1042
  Kind: `function`
1074
1043
  Module: `src/runtimeActionRegistry.ts`
1075
- Source: `src/runtimeActionRegistry.ts:180:1`
1044
+ Source: `src/runtimeActionRegistry.ts:179:1`
1076
1045
 
1077
1046
  ### Signatures
1078
1047