@ankhorage/runtime 1.1.0 → 2.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 (67) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/RuntimeRenderer.d.ts +2 -2
  4. package/dist/RuntimeRenderer.d.ts.map +1 -1
  5. package/dist/RuntimeRenderer.js +10 -10
  6. package/dist/RuntimeRenderer.js.map +1 -1
  7. package/dist/RuntimeRendererConfig.d.ts +2 -2
  8. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  9. package/dist/RuntimeRendererConfig.js +1 -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/bindings.d.ts +7 -0
  15. package/dist/bindings.d.ts.map +1 -0
  16. package/dist/bindings.js +4 -0
  17. package/dist/bindings.js.map +1 -0
  18. package/dist/index.d.ts +5 -3
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/index.js +3 -2
  21. package/dist/index.js.map +1 -1
  22. package/dist/runtimeActionRegistry.d.ts +3 -3
  23. package/dist/runtimeActionRegistry.d.ts.map +1 -1
  24. package/dist/runtimeActionRegistry.js +9 -24
  25. package/dist/runtimeActionRegistry.js.map +1 -1
  26. package/dist/runtimeApiOperations.d.ts +8 -0
  27. package/dist/runtimeApiOperations.d.ts.map +1 -0
  28. package/dist/runtimeApiOperations.js +38 -0
  29. package/dist/runtimeApiOperations.js.map +1 -0
  30. package/dist/runtimeApiSelection.d.ts +8 -0
  31. package/dist/runtimeApiSelection.d.ts.map +1 -0
  32. package/dist/runtimeApiSelection.js +50 -0
  33. package/dist/runtimeApiSelection.js.map +1 -0
  34. package/dist/runtimeBindings.d.ts +4 -9
  35. package/dist/runtimeBindings.d.ts.map +1 -1
  36. package/dist/runtimeBindings.js +13 -73
  37. package/dist/runtimeBindings.js.map +1 -1
  38. package/dist/runtimeNodeProps.d.ts +2 -2
  39. package/dist/runtimeNodeProps.d.ts.map +1 -1
  40. package/dist/runtimeNodeProps.js +1 -1
  41. package/dist/runtimeNodeProps.js.map +1 -1
  42. package/dist/runtimeRepeat.d.ts.map +1 -1
  43. package/dist/runtimeRepeat.js +9 -8
  44. package/dist/runtimeRepeat.js.map +1 -1
  45. package/dist/runtimeScreenLoaders.d.ts +2 -2
  46. package/dist/runtimeScreenLoaders.d.ts.map +1 -1
  47. package/dist/runtimeScreenLoaders.js +8 -7
  48. package/dist/runtimeScreenLoaders.js.map +1 -1
  49. package/package.json +10 -6
  50. package/paradox/badges/npm.svg +3 -3
  51. package/paradox/components.md +1 -1
  52. package/paradox/diagrams/architecture-overview.mmd +34 -18
  53. package/paradox/diagrams/export-graph.mmd +18 -12
  54. package/paradox/diagrams/module-relationships.mmd +25 -13
  55. package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +9 -6
  56. package/paradox/exports.json +155 -132
  57. package/paradox/exports.md +85 -73
  58. package/paradox/index.html +955 -904
  59. package/paradox/paradox.json +1149 -1357
  60. package/dist/runtimeDataSourceOperations.d.ts +0 -10
  61. package/dist/runtimeDataSourceOperations.d.ts.map +0 -1
  62. package/dist/runtimeDataSourceOperations.js +0 -63
  63. package/dist/runtimeDataSourceOperations.js.map +0 -1
  64. package/dist/runtimeDatabaseOperationExecutor.d.ts +0 -9
  65. package/dist/runtimeDatabaseOperationExecutor.d.ts.map +0 -1
  66. package/dist/runtimeDatabaseOperationExecutor.js +0 -228
  67. package/dist/runtimeDatabaseOperationExecutor.js.map +0 -1
@@ -229,58 +229,80 @@
229
229
  <button
230
230
  class="nav-button"
231
231
  type="button"
232
- data-target="src/runtimeActionRegistry.test.ts"
232
+ data-target="src/runtimeActionRegistry.actions.test.ts"
233
233
  >
234
- src/runtimeActionRegistry.test.ts
234
+ src/runtimeActionRegistry.actions.test.ts
235
235
  <small>2 functions</small>
236
236
  </button>
237
237
  </li>
238
238
  <li>
239
- <button class="nav-button" type="button" data-target="src/runtimeActionRegistry.ts">
240
- src/runtimeActionRegistry.ts
241
- <small>23 functions</small>
239
+ <button
240
+ class="nav-button"
241
+ type="button"
242
+ data-target="src/runtimeActionRegistry.chains.test.ts"
243
+ >
244
+ src/runtimeActionRegistry.chains.test.ts
245
+ <small>3 functions</small>
242
246
  </button>
243
247
  </li>
244
248
  <li>
245
- <button class="nav-button" type="button" data-target="src/runtimeBindings.test.ts">
246
- src/runtimeBindings.test.ts
247
- <small>2 functions</small>
249
+ <button
250
+ class="nav-button"
251
+ type="button"
252
+ data-target="src/runtimeActionRegistry.operations.test.ts"
253
+ >
254
+ src/runtimeActionRegistry.operations.test.ts
255
+ <small>3 functions</small>
248
256
  </button>
249
257
  </li>
250
258
  <li>
251
- <button class="nav-button" type="button" data-target="src/runtimeBindings.ts">
252
- src/runtimeBindings.ts
253
- <small>25 functions</small>
259
+ <button class="nav-button" type="button" data-target="src/runtimeActionRegistry.ts">
260
+ src/runtimeActionRegistry.ts
261
+ <small>22 functions</small>
254
262
  </button>
255
263
  </li>
256
264
  <li>
257
265
  <button
258
266
  class="nav-button"
259
267
  type="button"
260
- data-target="src/runtimeDatabaseOperationExecutor.ts"
268
+ data-target="src/runtimeApiOperations.test.ts"
261
269
  >
262
- src/runtimeDatabaseOperationExecutor.ts
263
- <small>20 functions</small>
270
+ src/runtimeApiOperations.test.ts
271
+ <small>3 functions</small>
264
272
  </button>
265
273
  </li>
266
274
  <li>
267
- <button
268
- class="nav-button"
269
- type="button"
270
- data-target="src/runtimeDataSourceOperations.test.ts"
271
- >
272
- src/runtimeDataSourceOperations.test.ts
273
- <small>7 functions</small>
275
+ <button class="nav-button" type="button" data-target="src/runtimeApiOperations.ts">
276
+ src/runtimeApiOperations.ts
277
+ <small>4 functions</small>
274
278
  </button>
275
279
  </li>
276
280
  <li>
277
281
  <button
278
282
  class="nav-button"
279
283
  type="button"
280
- data-target="src/runtimeDataSourceOperations.ts"
284
+ data-target="src/runtimeApiSelection.test.ts"
281
285
  >
282
- src/runtimeDataSourceOperations.ts
283
- <small>7 functions</small>
286
+ src/runtimeApiSelection.test.ts
287
+ <small>2 functions</small>
288
+ </button>
289
+ </li>
290
+ <li>
291
+ <button class="nav-button" type="button" data-target="src/runtimeApiSelection.ts">
292
+ src/runtimeApiSelection.ts
293
+ <small>5 functions</small>
294
+ </button>
295
+ </li>
296
+ <li>
297
+ <button class="nav-button" type="button" data-target="src/runtimeBindings.test.ts">
298
+ src/runtimeBindings.test.ts
299
+ <small>2 functions</small>
300
+ </button>
301
+ </li>
302
+ <li>
303
+ <button class="nav-button" type="button" data-target="src/runtimeBindings.ts">
304
+ src/runtimeBindings.ts
305
+ <small>22 functions</small>
284
306
  </button>
285
307
  </li>
286
308
  <li>
@@ -423,10 +445,20 @@
423
445
  <button
424
446
  class="nav-button"
425
447
  type="button"
426
- data-target="src/runtimeScreenLoaders.test.ts"
448
+ data-target="src/runtimeScreenLoaders.execution.test.ts"
427
449
  >
428
- src/runtimeScreenLoaders.test.ts
429
- <small>7 functions</small>
450
+ src/runtimeScreenLoaders.execution.test.ts
451
+ <small>5 functions</small>
452
+ </button>
453
+ </li>
454
+ <li>
455
+ <button
456
+ class="nav-button"
457
+ type="button"
458
+ data-target="src/runtimeScreenLoaders.lifecycle.test.ts"
459
+ >
460
+ src/runtimeScreenLoaders.lifecycle.test.ts
461
+ <small>1 function</small>
430
462
  </button>
431
463
  </li>
432
464
  <li>
@@ -465,9 +497,9 @@
465
497
  <section class="panel">
466
498
  <h2>Package overview</h2>
467
499
  <div class="summary">
468
- <div><strong>84</strong><span class="muted">public exports</span></div>
500
+ <div><strong>85</strong><span class="muted">public exports</span></div>
469
501
  <div><strong>5</strong><span class="muted">components</span></div>
470
- <div><strong>43</strong><span class="muted">modules</span></div>
502
+ <div><strong>47</strong><span class="muted">modules</span></div>
471
503
  <div><strong>1</strong><span class="muted">entrypoints</span></div>
472
504
  </div>
473
505
  <h3>Entrypoints</h3>
@@ -498,7 +530,7 @@
498
530
  </article>
499
531
  <article
500
532
  class="item"
501
- data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeBindingOperationKey createRuntimeDataSourceOperationExecutor createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDataSourceOperationExecutorOptions RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
533
+ data-search="src/index.ts ComponentRegistry composeRuntimeNodePropsResolver composeRuntimeRendererWrapNode createComponentEventFromHandlerArgs createComponentRegistry createDbPersistActionHandler createDbPersistAdapterError createPendingRuntimeScreenOperationLoaderState createRuntimeActionRegistry createRuntimeApiOperationExecutor createRuntimeBindingOperationKey createRuntimeMemoryStateAdapter createRuntimeScreenLoaderRequestKey dispatchRuntimeComponentEvent dispatchRuntimeComponentEventWithReporting executeDbPersistAction executeRuntimeScreenOperationLoaders ManifestContext ManifestProvider mergeRuntimeRendererConfig resolveBindingInputMap resolveDbPersistInput resolveRuntimeActionPayload resolveRuntimeActionValue resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSync resolveScreenOperationLoaders RuntimeAction RuntimeActionDescriptor RuntimeActionExecutor RuntimeActionHandler RuntimeActionHandlerArgs RuntimeActionHandlers RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeAdapterDescriptor RuntimeApiOperationExecutorOptions RuntimeApiOperationSelection RuntimeBindingDescriptor RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult RuntimeCapability RuntimeComponentEventDispatchArgs RuntimeDbPersistError RuntimeDbPersistExecutionResult RuntimeDbPersistResult RuntimeDiagnostic RuntimeEventDiagnosticsReporter RuntimeEventPropWrapArgs RuntimeManifest RuntimeManifestConfig RuntimeManifestInput RuntimeMediaAssetResolver RuntimeMediaAssetResolverArgs RuntimeMemoryStateAdapterOptions RuntimeNodePropsResolver RuntimeRenderer RuntimeRendererConfig RuntimeRendererConfigProvider RuntimeRendererProps RuntimeRendererWrapArgs RuntimeResolvedMediaValue RuntimeResolveNodePropsArgs RuntimeScreen RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderState RuntimeScreenProps shouldRenderRuntimeRepeatEmptyState useManifest useManifestContext useOptionalManifestContext useRuntimeRendererConfig useRuntimeScreenOperationLoaders validateRuntimeBindingOperationRef wrapRuntimeEventProps"
502
534
  >
503
535
  <h3>src/index.ts</h3>
504
536
  <p class="muted">Configured entrypoint</p>
@@ -512,8 +544,8 @@
512
544
  <code>createDbPersistAdapterError</code>,
513
545
  <code>createPendingRuntimeScreenOperationLoaderState</code>,
514
546
  <code>createRuntimeActionRegistry</code>,
547
+ <code>createRuntimeApiOperationExecutor</code>,
515
548
  <code>createRuntimeBindingOperationKey</code>,
516
- <code>createRuntimeDataSourceOperationExecutor</code>,
517
549
  <code>createRuntimeMemoryStateAdapter</code>,
518
550
  <code>createRuntimeScreenLoaderRequestKey</code>,
519
551
  <code>dispatchRuntimeComponentEvent</code>,
@@ -531,7 +563,9 @@
531
563
  <code>RuntimeActionHandler</code>, <code>RuntimeActionHandlerArgs</code>,
532
564
  <code>RuntimeActionHandlers</code>, <code>RuntimeActionRegistry</code>,
533
565
  <code>RuntimeActionResolutionArgs</code>, <code>RuntimeActionResolutionScope</code>,
534
- <code>RuntimeAdapterDescriptor</code>, <code>RuntimeBindingDescriptor</code>,
566
+ <code>RuntimeAdapterDescriptor</code>,
567
+ <code>RuntimeApiOperationExecutorOptions</code>,
568
+ <code>RuntimeApiOperationSelection</code>, <code>RuntimeBindingDescriptor</code>,
535
569
  <code>RuntimeBindingOperationExecutionArgs</code>,
536
570
  <code>RuntimeBindingOperationExecutionResult</code>,
537
571
  <code>RuntimeBindingOperationExecutor</code>,
@@ -541,14 +575,12 @@
541
575
  <code>RuntimeBindingResolutionArgs</code>,
542
576
  <code>RuntimeBindingResolutionContext</code>,
543
577
  <code>RuntimeBindingResolutionResult</code>, <code>RuntimeCapability</code>,
544
- <code>RuntimeComponentEventDispatchArgs</code>,
545
- <code>RuntimeDataSourceOperationExecutorOptions</code>,
546
- <code>RuntimeDbPersistError</code>, <code>RuntimeDbPersistExecutionResult</code>,
547
- <code>RuntimeDbPersistResult</code>, <code>RuntimeDiagnostic</code>,
548
- <code>RuntimeEventDiagnosticsReporter</code>, <code>RuntimeEventPropWrapArgs</code>,
549
- <code>RuntimeManifest</code>, <code>RuntimeManifestConfig</code>,
550
- <code>RuntimeManifestInput</code>, <code>RuntimeMediaAssetResolver</code>,
551
- <code>RuntimeMediaAssetResolverArgs</code>,
578
+ <code>RuntimeComponentEventDispatchArgs</code>, <code>RuntimeDbPersistError</code>,
579
+ <code>RuntimeDbPersistExecutionResult</code>, <code>RuntimeDbPersistResult</code>,
580
+ <code>RuntimeDiagnostic</code>, <code>RuntimeEventDiagnosticsReporter</code>,
581
+ <code>RuntimeEventPropWrapArgs</code>, <code>RuntimeManifest</code>,
582
+ <code>RuntimeManifestConfig</code>, <code>RuntimeManifestInput</code>,
583
+ <code>RuntimeMediaAssetResolver</code>, <code>RuntimeMediaAssetResolverArgs</code>,
552
584
  <code>RuntimeMemoryStateAdapterOptions</code>,
553
585
  <code>RuntimeNodePropsResolver</code>, <code>RuntimeRenderer</code>,
554
586
  <code>RuntimeRendererConfig</code>, <code>RuntimeRendererConfigProvider</code>,
@@ -621,9 +653,27 @@
621
653
  </article>
622
654
  <article
623
655
  class="item"
624
- data-search="src/runtimeActionRegistry.test.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts"
656
+ data-search="src/runtimeActionRegistry.actions.test.ts src/runtimeActionRegistry.ts"
657
+ >
658
+ <h3>src/runtimeActionRegistry.actions.test.ts</h3>
659
+ <p class="muted">Referenced module</p>
660
+ <p><strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code></p>
661
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
662
+ </article>
663
+ <article
664
+ class="item"
665
+ data-search="src/runtimeActionRegistry.chains.test.ts src/runtimeActionRegistry.ts"
666
+ >
667
+ <h3>src/runtimeActionRegistry.chains.test.ts</h3>
668
+ <p class="muted">Referenced module</p>
669
+ <p><strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code></p>
670
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
671
+ </article>
672
+ <article
673
+ class="item"
674
+ data-search="src/runtimeActionRegistry.operations.test.ts src/runtimeActionRegistry.ts src/runtimeBindings.ts"
625
675
  >
626
- <h3>src/runtimeActionRegistry.test.ts</h3>
676
+ <h3>src/runtimeActionRegistry.operations.test.ts</h3>
627
677
  <p class="muted">Referenced module</p>
628
678
  <p>
629
679
  <strong>Dependencies:</strong> <code>src/runtimeActionRegistry.ts</code>,
@@ -633,13 +683,13 @@
633
683
  </article>
634
684
  <article
635
685
  class="item"
636
- data-search="src/runtimeActionRegistry.ts src/runtimeBindings.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
686
+ data-search="src/runtimeActionRegistry.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/RuntimeRendererConfig.tsx createComponentEventFromHandlerArgs createRuntimeActionRegistry dispatchRuntimeComponentEvent resolveRuntimeActionPayload resolveRuntimeActionValue RuntimeActionRegistry RuntimeActionResolutionArgs RuntimeActionResolutionScope RuntimeComponentEventDispatchArgs RuntimeEventPropWrapArgs wrapRuntimeEventProps"
637
687
  >
638
688
  <h3>src/runtimeActionRegistry.ts</h3>
639
689
  <p class="muted">Referenced module</p>
640
690
  <p>
641
- <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
642
- <code>src/RuntimeRendererConfig.tsx</code>
691
+ <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
692
+ <code>src/runtimeBindings.ts</code>, <code>src/RuntimeRendererConfig.tsx</code>
643
693
  </p>
644
694
  <p>
645
695
  <strong>Exports:</strong> <code>createComponentEventFromHandlerArgs</code>,
@@ -654,75 +704,82 @@
654
704
  </article>
655
705
  <article
656
706
  class="item"
657
- data-search="src/runtimeBindings.test.ts src/runtimeBindings.ts src/runtimeNodeProps.ts"
707
+ data-search="src/runtimeApiOperations.test.ts src/runtimeApiOperations.ts"
658
708
  >
659
- <h3>src/runtimeBindings.test.ts</h3>
709
+ <h3>src/runtimeApiOperations.test.ts</h3>
660
710
  <p class="muted">Referenced module</p>
661
- <p>
662
- <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
663
- <code>src/runtimeNodeProps.ts</code>
664
- </p>
711
+ <p><strong>Dependencies:</strong> <code>src/runtimeApiOperations.ts</code></p>
665
712
  <p><strong>Exports:</strong> <span class="empty">None</span></p>
666
713
  </article>
667
714
  <article
668
715
  class="item"
669
- data-search="src/runtimeBindings.ts applyRuntimeBindingDataPath createRuntimeBindingOperationKey resolveBindingInputMap resolveBindingInputMapSync resolveRuntimeBindingOperationSelection resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSourceSync resolveRuntimeBindingValueSync RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult validateRuntimeBindingOperationRef"
716
+ data-search="src/runtimeApiOperations.ts src/runtimeBindings.ts createRuntimeApiOperationExecutor RuntimeApiOperationExecutorOptions"
670
717
  >
671
- <h3>src/runtimeBindings.ts</h3>
718
+ <h3>src/runtimeApiOperations.ts</h3>
672
719
  <p class="muted">Referenced module</p>
673
- <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
720
+ <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
674
721
  <p>
675
- <strong>Exports:</strong> <code>applyRuntimeBindingDataPath</code>,
676
- <code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
677
- <code>resolveBindingInputMapSync</code>,
678
- <code>resolveRuntimeBindingOperationSelection</code>,
679
- <code>resolveRuntimeBindings</code>, <code>resolveRuntimeBindingsAsync</code>,
680
- <code>resolveRuntimeBindingValue</code>,
681
- <code>resolveRuntimeBindingValueSourceSync</code>,
682
- <code>resolveRuntimeBindingValueSync</code>,
683
- <code>RuntimeBindingOperationExecutionArgs</code>,
684
- <code>RuntimeBindingOperationExecutionResult</code>,
685
- <code>RuntimeBindingOperationExecutor</code>,
686
- <code>RuntimeBindingOperationKey</code>,
687
- <code>RuntimeBindingOperationResultCache</code>,
688
- <code>RuntimeBindingOperationResultWriter</code>,
689
- <code>RuntimeBindingResolutionArgs</code>,
690
- <code>RuntimeBindingResolutionContext</code>,
691
- <code>RuntimeBindingResolutionResult</code>,
692
- <code>validateRuntimeBindingOperationRef</code>
722
+ <strong>Exports:</strong> <code>createRuntimeApiOperationExecutor</code>,
723
+ <code>RuntimeApiOperationExecutorOptions</code>
693
724
  </p>
694
725
  </article>
695
726
  <article
696
727
  class="item"
697
- data-search="src/runtimeDatabaseOperationExecutor.ts src/runtimeBindings.ts executeRuntimeDatabaseOperation"
728
+ data-search="src/runtimeApiSelection.test.ts src/runtimeApiSelection.ts"
698
729
  >
699
- <h3>src/runtimeDatabaseOperationExecutor.ts</h3>
730
+ <h3>src/runtimeApiSelection.test.ts</h3>
700
731
  <p class="muted">Referenced module</p>
701
- <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
702
- <p><strong>Exports:</strong> <code>executeRuntimeDatabaseOperation</code></p>
732
+ <p><strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code></p>
733
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
703
734
  </article>
704
735
  <article
705
736
  class="item"
706
- data-search="src/runtimeDataSourceOperations.test.ts src/runtimeDataSourceOperations.ts"
737
+ data-search="src/runtimeApiSelection.ts resolveRuntimeBindingOperationSelection RuntimeApiOperationSelection validateRuntimeBindingOperationRef"
707
738
  >
708
- <h3>src/runtimeDataSourceOperations.test.ts</h3>
739
+ <h3>src/runtimeApiSelection.ts</h3>
709
740
  <p class="muted">Referenced module</p>
710
- <p><strong>Dependencies:</strong> <code>src/runtimeDataSourceOperations.ts</code></p>
711
- <p><strong>Exports:</strong> <span class="empty">None</span></p>
741
+ <p><strong>Dependencies:</strong> <span class="empty">None</span></p>
742
+ <p>
743
+ <strong>Exports:</strong> <code>resolveRuntimeBindingOperationSelection</code>,
744
+ <code>RuntimeApiOperationSelection</code>,
745
+ <code>validateRuntimeBindingOperationRef</code>
746
+ </p>
712
747
  </article>
713
748
  <article
714
749
  class="item"
715
- data-search="src/runtimeDataSourceOperations.ts src/runtimeBindings.ts src/runtimeDatabaseOperationExecutor.ts createRuntimeDataSourceOperationExecutor RuntimeDataSourceOperationExecutorOptions"
750
+ data-search="src/runtimeBindings.test.ts src/runtimeApiSelection.ts src/runtimeBindings.ts src/runtimeNodeProps.ts"
716
751
  >
717
- <h3>src/runtimeDataSourceOperations.ts</h3>
752
+ <h3>src/runtimeBindings.test.ts</h3>
718
753
  <p class="muted">Referenced module</p>
719
754
  <p>
720
- <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
721
- <code>src/runtimeDatabaseOperationExecutor.ts</code>
755
+ <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
756
+ <code>src/runtimeBindings.ts</code>, <code>src/runtimeNodeProps.ts</code>
722
757
  </p>
758
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
759
+ </article>
760
+ <article
761
+ class="item"
762
+ data-search="src/runtimeBindings.ts src/runtimeApiSelection.ts applyRuntimeBindingDataPath createRuntimeBindingOperationKey resolveBindingInputMap resolveBindingInputMapSync resolveRuntimeBindings resolveRuntimeBindingsAsync resolveRuntimeBindingValue resolveRuntimeBindingValueSourceSync resolveRuntimeBindingValueSync RuntimeBindingOperationExecutionArgs RuntimeBindingOperationExecutionResult RuntimeBindingOperationExecutor RuntimeBindingOperationKey RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter RuntimeBindingResolutionArgs RuntimeBindingResolutionContext RuntimeBindingResolutionResult"
763
+ >
764
+ <h3>src/runtimeBindings.ts</h3>
765
+ <p class="muted">Referenced module</p>
766
+ <p><strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code></p>
723
767
  <p>
724
- <strong>Exports:</strong> <code>createRuntimeDataSourceOperationExecutor</code>,
725
- <code>RuntimeDataSourceOperationExecutorOptions</code>
768
+ <strong>Exports:</strong> <code>applyRuntimeBindingDataPath</code>,
769
+ <code>createRuntimeBindingOperationKey</code>, <code>resolveBindingInputMap</code>,
770
+ <code>resolveBindingInputMapSync</code>, <code>resolveRuntimeBindings</code>,
771
+ <code>resolveRuntimeBindingsAsync</code>, <code>resolveRuntimeBindingValue</code>,
772
+ <code>resolveRuntimeBindingValueSourceSync</code>,
773
+ <code>resolveRuntimeBindingValueSync</code>,
774
+ <code>RuntimeBindingOperationExecutionArgs</code>,
775
+ <code>RuntimeBindingOperationExecutionResult</code>,
776
+ <code>RuntimeBindingOperationExecutor</code>,
777
+ <code>RuntimeBindingOperationKey</code>,
778
+ <code>RuntimeBindingOperationResultCache</code>,
779
+ <code>RuntimeBindingOperationResultWriter</code>,
780
+ <code>RuntimeBindingResolutionArgs</code>,
781
+ <code>RuntimeBindingResolutionContext</code>,
782
+ <code>RuntimeBindingResolutionResult</code>
726
783
  </p>
727
784
  </article>
728
785
  <article
@@ -941,11 +998,14 @@
941
998
  </article>
942
999
  <article
943
1000
  class="item"
944
- data-search="src/runtimeRepeat.ts src/runtimeBindings.ts createRuntimeRepeatBindingContext resolveRuntimeRepeatItemKey resolveRuntimeRepeatItemsAsync resolveRuntimeRepeatItemsSync RuntimeRepeatItemsResult RuntimeRepeatItemsSyncResult RuntimeRepeatResolutionContext"
1001
+ data-search="src/runtimeRepeat.ts src/runtimeApiSelection.ts src/runtimeBindings.ts createRuntimeRepeatBindingContext resolveRuntimeRepeatItemKey resolveRuntimeRepeatItemsAsync resolveRuntimeRepeatItemsSync RuntimeRepeatItemsResult RuntimeRepeatItemsSyncResult RuntimeRepeatResolutionContext"
945
1002
  >
946
1003
  <h3>src/runtimeRepeat.ts</h3>
947
1004
  <p class="muted">Referenced module</p>
948
- <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
1005
+ <p>
1006
+ <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
1007
+ <code>src/runtimeBindings.ts</code>
1008
+ </p>
949
1009
  <p>
950
1010
  <strong>Exports:</strong> <code>createRuntimeRepeatBindingContext</code>,
951
1011
  <code>resolveRuntimeRepeatItemKey</code>,
@@ -1003,9 +1063,21 @@
1003
1063
  </article>
1004
1064
  <article
1005
1065
  class="item"
1006
- data-search="src/runtimeScreenLoaders.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
1066
+ data-search="src/runtimeScreenLoaders.execution.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
1067
+ >
1068
+ <h3>src/runtimeScreenLoaders.execution.test.ts</h3>
1069
+ <p class="muted">Referenced module</p>
1070
+ <p>
1071
+ <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
1072
+ <code>src/runtimeScreenLoaders.ts</code>
1073
+ </p>
1074
+ <p><strong>Exports:</strong> <span class="empty">None</span></p>
1075
+ </article>
1076
+ <article
1077
+ class="item"
1078
+ data-search="src/runtimeScreenLoaders.lifecycle.test.ts src/runtimeBindings.ts src/runtimeScreenLoaders.ts"
1007
1079
  >
1008
- <h3>src/runtimeScreenLoaders.test.ts</h3>
1080
+ <h3>src/runtimeScreenLoaders.lifecycle.test.ts</h3>
1009
1081
  <p class="muted">Referenced module</p>
1010
1082
  <p>
1011
1083
  <strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code>,
@@ -1015,11 +1087,14 @@
1015
1087
  </article>
1016
1088
  <article
1017
1089
  class="item"
1018
- data-search="src/runtimeScreenLoaders.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
1090
+ data-search="src/runtimeScreenLoaders.ts src/runtimeApiSelection.ts src/runtimeBindings.ts beginRuntimeScreenOperationLoaderRequest completeRuntimeScreenOperationLoaderRequest createIdleRuntimeScreenOperationLoaderState createPendingRuntimeScreenOperationLoaderState createRuntimeScreenLoaderRequestKey createRuntimeScreenOperationLoaderLifecycle executeRuntimeScreenOperationLoaders resolveScreenOperationLoaders RuntimeScreenOperationLoaderExecutionResult RuntimeScreenOperationLoaderLifecycle RuntimeScreenOperationLoaderState useRuntimeScreenOperationLoaders"
1019
1091
  >
1020
1092
  <h3>src/runtimeScreenLoaders.ts</h3>
1021
1093
  <p class="muted">Referenced module</p>
1022
- <p><strong>Dependencies:</strong> <code>src/runtimeBindings.ts</code></p>
1094
+ <p>
1095
+ <strong>Dependencies:</strong> <code>src/runtimeApiSelection.ts</code>,
1096
+ <code>src/runtimeBindings.ts</code>
1097
+ </p>
1023
1098
  <p>
1024
1099
  <strong>Exports:</strong> <code>beginRuntimeScreenOperationLoaderRequest</code>,
1025
1100
  <code>completeRuntimeScreenOperationLoaderRequest</code>,
@@ -1307,7 +1382,7 @@
1307
1382
  data-search="createComponentEventFromHandlerArgs function src/runtimeActionRegistry.ts (args: { readonly node: UiNode; readonly eventName: string; readonly handlerArgs: readonly unknown[]; }) =&gt; ComponentEventDto&lt;string, RuntimeEventPayload&gt;"
1308
1383
  >
1309
1384
  <h4>createComponentEventFromHandlerArgs</h4>
1310
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:217:1</code></p>
1385
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:216:1</code></p>
1311
1386
 
1312
1387
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1313
1388
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1347,10 +1422,10 @@
1347
1422
  <article
1348
1423
  class="item"
1349
1424
  id="symbol-createruntimeactionregistry"
1350
- data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter (options?: { actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry"
1425
+ data-search="createRuntimeActionRegistry function src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeActionHandlers RuntimeActionRegistry RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingOperationResultWriter (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry"
1351
1426
  >
1352
1427
  <h4>createRuntimeActionRegistry</h4>
1353
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:67:1</code></p>
1428
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:66:1</code></p>
1354
1429
 
1355
1430
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1356
1431
  <div>
@@ -1367,7 +1442,7 @@
1367
1442
  <div>
1368
1443
  <h5>Signature</h5>
1369
1444
  <pre>
1370
- (options?: { actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1445
+ (options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) =&gt; RuntimeActionRegistry</pre>
1371
1446
  <table>
1372
1447
  <thead>
1373
1448
  <tr>
@@ -1382,9 +1457,9 @@
1382
1457
  <td><code>options</code></td>
1383
1458
  <td>
1384
1459
  <code
1385
- >{ actionHandlers?: RuntimeActionHandlers; dataSources?:
1386
- DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry;
1387
- executeAction?: RuntimeActionHandler; executeOperation?:
1460
+ >{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList;
1461
+ dataBindings?: ComponentDataBindingRegistry; executeAction?:
1462
+ RuntimeActionHandler; executeOperation?:
1388
1463
  RuntimeBindingOperationExecutor; operationResults?:
1389
1464
  RuntimeBindingOperationResultCache; writeOperationResult?:
1390
1465
  RuntimeBindingOperationResultWriter; }</code
@@ -1404,7 +1479,7 @@
1404
1479
  data-search="dispatchRuntimeComponentEvent function src/runtimeActionRegistry.ts RuntimeActionHandlers RuntimeComponentEventDispatchArgs (args: RuntimeComponentEventDispatchArgs &amp; { readonly actionHandlers?: RuntimeActionHandlers; }) =&gt; Promise&lt;readonly DataSourceDiagnostic[]&gt;"
1405
1480
  >
1406
1481
  <h4>dispatchRuntimeComponentEvent</h4>
1407
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:103:1</code></p>
1482
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:102:1</code></p>
1408
1483
 
1409
1484
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1410
1485
  <div>
@@ -1453,7 +1528,7 @@
1453
1528
  data-search="resolveRuntimeActionPayload function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (payload: object | undefined, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1454
1529
  >
1455
1530
  <h4>resolveRuntimeActionPayload</h4>
1456
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:231:1</code></p>
1531
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:230:1</code></p>
1457
1532
 
1458
1533
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1459
1534
  <div>
@@ -1499,7 +1574,7 @@
1499
1574
  data-search="resolveRuntimeActionValue function src/runtimeActionRegistry.ts RuntimeActionResolutionArgs (value: unknown, args: RuntimeActionResolutionArgs) =&gt; object | undefined"
1500
1575
  >
1501
1576
  <h4>resolveRuntimeActionValue</h4>
1502
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:242:1</code></p>
1577
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:241:1</code></p>
1503
1578
 
1504
1579
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1505
1580
  <div>
@@ -1545,7 +1620,7 @@
1545
1620
  data-search="RuntimeActionRegistry type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeComponentEventDispatchArgs"
1546
1621
  >
1547
1622
  <h4>RuntimeActionRegistry</h4>
1548
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:31:1</code></p>
1623
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:30:1</code></p>
1549
1624
 
1550
1625
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1551
1626
  <div>
@@ -1598,7 +1673,7 @@
1598
1673
  data-search="RuntimeActionResolutionArgs type src/runtimeActionRegistry.ts "
1599
1674
  >
1600
1675
  <h4>RuntimeActionResolutionArgs</h4>
1601
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:42:1</code></p>
1676
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:41:1</code></p>
1602
1677
 
1603
1678
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1604
1679
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1656,7 +1731,7 @@
1656
1731
  data-search="RuntimeActionResolutionScope type src/runtimeActionRegistry.ts "
1657
1732
  >
1658
1733
  <h4>RuntimeActionResolutionScope</h4>
1659
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:36:1</code></p>
1734
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:35:1</code></p>
1660
1735
 
1661
1736
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1662
1737
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -1707,7 +1782,7 @@
1707
1782
  data-search="RuntimeComponentEventDispatchArgs type src/runtimeActionRegistry.ts RuntimeActionHandler RuntimeBindingOperationExecutor RuntimeBindingOperationResultWriter"
1708
1783
  >
1709
1784
  <h4>RuntimeComponentEventDispatchArgs</h4>
1710
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:46:1</code></p>
1785
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:45:1</code></p>
1711
1786
 
1712
1787
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1713
1788
  <div>
@@ -1730,6 +1805,13 @@
1730
1805
  </tr>
1731
1806
  </thead>
1732
1807
  <tbody>
1808
+ <tr>
1809
+ <td><code>apis</code></td>
1810
+ <td>property</td>
1811
+ <td><code>ApiDefinitionList | undefined</code></td>
1812
+ <td>no</td>
1813
+ <td></td>
1814
+ </tr>
1733
1815
  <tr>
1734
1816
  <td><code>context</code></td>
1735
1817
  <td>property</td>
@@ -1750,17 +1832,6 @@
1750
1832
  <td>no</td>
1751
1833
  <td></td>
1752
1834
  </tr>
1753
- <tr>
1754
- <td><code>dataSources</code></td>
1755
- <td>property</td>
1756
- <td>
1757
- <code
1758
- >Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; | undefined</code
1759
- >
1760
- </td>
1761
- <td>no</td>
1762
- <td></td>
1763
- </tr>
1764
1835
  <tr>
1765
1836
  <td><code>event</code></td>
1766
1837
  <td>property</td>
@@ -1831,7 +1902,7 @@
1831
1902
  data-search="RuntimeEventPropWrapArgs type src/runtimeActionRegistry.ts RuntimeComponentEventDispatchArgs"
1832
1903
  >
1833
1904
  <h4>RuntimeEventPropWrapArgs</h4>
1834
- <p class="muted">type • <code>src/runtimeActionRegistry.ts:57:1</code></p>
1905
+ <p class="muted">type • <code>src/runtimeActionRegistry.ts:56:1</code></p>
1835
1906
 
1836
1907
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1837
1908
  <div>
@@ -1933,7 +2004,7 @@
1933
2004
  data-search="wrapRuntimeEventProps function src/runtimeActionRegistry.ts RuntimeEventPropWrapArgs (args: RuntimeEventPropWrapArgs) =&gt; Record&lt;string, unknown&gt;"
1934
2005
  >
1935
2006
  <h4>wrapRuntimeEventProps</h4>
1936
- <p class="muted">function • <code>src/runtimeActionRegistry.ts:180:1</code></p>
2007
+ <p class="muted">function • <code>src/runtimeActionRegistry.ts:179:1</code></p>
1937
2008
 
1938
2009
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1939
2010
  <div>
@@ -1968,20 +2039,27 @@
1968
2039
  </article>
1969
2040
  </section>
1970
2041
  <section>
1971
- <h3>src/runtimeBindings.ts</h3>
2042
+ <h3>src/runtimeApiOperations.ts</h3>
1972
2043
  <article
1973
2044
  class="item"
1974
- id="symbol-createruntimebindingoperationkey"
1975
- data-search="createRuntimeBindingOperationKey function src/runtimeBindings.ts (operation: BindingOperationRef) =&gt; string"
2045
+ id="symbol-createruntimeapioperationexecutor"
2046
+ data-search="createRuntimeApiOperationExecutor function src/runtimeApiOperations.ts RuntimeApiOperationExecutorOptions RuntimeBindingOperationExecutor (options: RuntimeApiOperationExecutorOptions) =&gt; RuntimeBindingOperationExecutor"
1976
2047
  >
1977
- <h4>createRuntimeBindingOperationKey</h4>
1978
- <p class="muted">function • <code>src/runtimeBindings.ts:163:1</code></p>
2048
+ <h4>createRuntimeApiOperationExecutor</h4>
2049
+ <p class="muted">function • <code>src/runtimeApiOperations.ts:12:1</code></p>
1979
2050
 
1980
2051
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
1981
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2052
+ <div>
2053
+ <strong>Related symbols:</strong>
2054
+ <ul class="chips">
2055
+ <li class="chip">RuntimeApiOperationExecutorOptions</li>
2056
+ <li class="chip">RuntimeBindingOperationExecutor</li>
2057
+ </ul>
2058
+ </div>
1982
2059
  <div>
1983
2060
  <h5>Signature</h5>
1984
- <pre>(operation: BindingOperationRef) =&gt; string</pre>
2061
+ <pre>
2062
+ (options: RuntimeApiOperationExecutorOptions) =&gt; RuntimeBindingOperationExecutor</pre>
1985
2063
  <table>
1986
2064
  <thead>
1987
2065
  <tr>
@@ -1993,35 +2071,111 @@
1993
2071
  </thead>
1994
2072
  <tbody>
1995
2073
  <tr>
1996
- <td><code>operation</code></td>
1997
- <td><code>BindingOperationRef</code></td>
2074
+ <td><code>options</code></td>
2075
+ <td><code>RuntimeApiOperationExecutorOptions</code></td>
1998
2076
  <td>yes</td>
1999
2077
  <td></td>
2000
2078
  </tr>
2001
2079
  </tbody>
2002
2080
  </table>
2003
- <p><strong>Returns:</strong> <code>string</code></p>
2081
+ <p><strong>Returns:</strong> <code>RuntimeBindingOperationExecutor</code></p>
2004
2082
  </div>
2005
2083
  </article>
2006
2084
  <article
2007
2085
  class="item"
2008
- id="symbol-resolvebindinginputmap"
2009
- data-search="resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly&lt;Record&lt;string, BindingInputValue&gt;&gt; | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; Promise&lt;BindingValue | undefined&gt;"
2086
+ id="symbol-runtimeapioperationexecutoroptions"
2087
+ data-search="RuntimeApiOperationExecutorOptions type src/runtimeApiOperations.ts "
2010
2088
  >
2011
- <h4>resolveBindingInputMap</h4>
2012
- <p class="muted">function • <code>src/runtimeBindings.ts:129:1</code></p>
2089
+ <h4>RuntimeApiOperationExecutorOptions</h4>
2090
+ <p class="muted">type • <code>src/runtimeApiOperations.ts:7:1</code></p>
2013
2091
 
2014
2092
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2015
- <div>
2016
- <strong>Related symbols:</strong>
2017
- <ul class="chips">
2018
- <li class="chip">RuntimeBindingResolutionContext</li>
2019
- </ul>
2020
- </div>
2093
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2094
+
2095
+ <table>
2096
+ <thead>
2097
+ <tr>
2098
+ <th>Member</th>
2099
+ <th>Kind</th>
2100
+ <th>Type</th>
2101
+ <th>Required</th>
2102
+ <th>Description</th>
2103
+ </tr>
2104
+ </thead>
2105
+ <tbody>
2106
+ <tr>
2107
+ <td><code>credentialResolver</code></td>
2108
+ <td>property</td>
2109
+ <td><code>EndpointTestCredentialResolver | undefined</code></td>
2110
+ <td>no</td>
2111
+ <td></td>
2112
+ </tr>
2113
+ <tr>
2114
+ <td><code>fetch</code></td>
2115
+ <td>property</td>
2116
+ <td><code>EndpointTestFetch | undefined</code></td>
2117
+ <td>no</td>
2118
+ <td></td>
2119
+ </tr>
2120
+ </tbody>
2121
+ </table>
2122
+ </article>
2123
+ </section>
2124
+ <section>
2125
+ <h3>src/runtimeApiSelection.ts</h3>
2126
+ <article
2127
+ class="item"
2128
+ id="symbol-runtimeapioperationselection"
2129
+ data-search="RuntimeApiOperationSelection type src/runtimeApiSelection.ts "
2130
+ >
2131
+ <h4>RuntimeApiOperationSelection</h4>
2132
+ <p class="muted">type • <code>src/runtimeApiSelection.ts:9:1</code></p>
2133
+
2134
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2135
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2136
+
2137
+ <table>
2138
+ <thead>
2139
+ <tr>
2140
+ <th>Member</th>
2141
+ <th>Kind</th>
2142
+ <th>Type</th>
2143
+ <th>Required</th>
2144
+ <th>Description</th>
2145
+ </tr>
2146
+ </thead>
2147
+ <tbody>
2148
+ <tr>
2149
+ <td><code>api</code></td>
2150
+ <td>property</td>
2151
+ <td><code>ApiDefinition</code></td>
2152
+ <td>yes</td>
2153
+ <td></td>
2154
+ </tr>
2155
+ <tr>
2156
+ <td><code>endpoint</code></td>
2157
+ <td>property</td>
2158
+ <td><code>DataEndpointConfig</code></td>
2159
+ <td>yes</td>
2160
+ <td></td>
2161
+ </tr>
2162
+ </tbody>
2163
+ </table>
2164
+ </article>
2165
+ <article
2166
+ class="item"
2167
+ id="symbol-validateruntimebindingoperationref"
2168
+ data-search="validateRuntimeBindingOperationRef function src/runtimeApiSelection.ts (operation: BindingOperationRef, apis: ApiDefinitionList | undefined) =&gt; readonly DataSourceDiagnostic[]"
2169
+ >
2170
+ <h4>validateRuntimeBindingOperationRef</h4>
2171
+ <p class="muted">function • <code>src/runtimeApiSelection.ts:14:1</code></p>
2172
+
2173
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2174
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2021
2175
  <div>
2022
2176
  <h5>Signature</h5>
2023
2177
  <pre>
2024
- (input: Readonly&lt;Record&lt;string, BindingInputValue&gt;&gt; | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; Promise&lt;BindingValue | undefined&gt;</pre>
2178
+ (operation: BindingOperationRef, apis: ApiDefinitionList | undefined) =&gt; readonly DataSourceDiagnostic[]</pre>
2025
2179
  <table>
2026
2180
  <thead>
2027
2181
  <tr>
@@ -2033,15 +2187,98 @@
2033
2187
  </thead>
2034
2188
  <tbody>
2035
2189
  <tr>
2036
- <td><code>context</code></td>
2037
- <td><code>RuntimeBindingResolutionContext</code></td>
2190
+ <td><code>apis</code></td>
2191
+ <td><code>ApiDefinitionList | undefined</code></td>
2038
2192
  <td>yes</td>
2039
2193
  <td></td>
2040
2194
  </tr>
2041
2195
  <tr>
2042
- <td><code>diagnostics</code></td>
2043
- <td><code>DataSourceDiagnostic[]</code></td>
2044
- <td>no</td>
2196
+ <td><code>operation</code></td>
2197
+ <td><code>BindingOperationRef</code></td>
2198
+ <td>yes</td>
2199
+ <td></td>
2200
+ </tr>
2201
+ </tbody>
2202
+ </table>
2203
+ <p><strong>Returns:</strong> <code>readonly DataSourceDiagnostic[]</code></p>
2204
+ </div>
2205
+ </article>
2206
+ </section>
2207
+ <section>
2208
+ <h3>src/runtimeBindings.ts</h3>
2209
+ <article
2210
+ class="item"
2211
+ id="symbol-createruntimebindingoperationkey"
2212
+ data-search="createRuntimeBindingOperationKey function src/runtimeBindings.ts (operation: BindingOperationRef) =&gt; string"
2213
+ >
2214
+ <h4>createRuntimeBindingOperationKey</h4>
2215
+ <p class="muted">function • <code>src/runtimeBindings.ts:165:1</code></p>
2216
+
2217
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2218
+ <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2219
+ <div>
2220
+ <h5>Signature</h5>
2221
+ <pre>(operation: BindingOperationRef) =&gt; string</pre>
2222
+ <table>
2223
+ <thead>
2224
+ <tr>
2225
+ <th>Parameter</th>
2226
+ <th>Type</th>
2227
+ <th>Required</th>
2228
+ <th>Description</th>
2229
+ </tr>
2230
+ </thead>
2231
+ <tbody>
2232
+ <tr>
2233
+ <td><code>operation</code></td>
2234
+ <td><code>BindingOperationRef</code></td>
2235
+ <td>yes</td>
2236
+ <td></td>
2237
+ </tr>
2238
+ </tbody>
2239
+ </table>
2240
+ <p><strong>Returns:</strong> <code>string</code></p>
2241
+ </div>
2242
+ </article>
2243
+ <article
2244
+ class="item"
2245
+ id="symbol-resolvebindinginputmap"
2246
+ data-search="resolveBindingInputMap function src/runtimeBindings.ts RuntimeBindingResolutionContext (input: Readonly&lt;Record&lt;string, BindingInputValue&gt;&gt; | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; Promise&lt;BindingValue | undefined&gt;"
2247
+ >
2248
+ <h4>resolveBindingInputMap</h4>
2249
+ <p class="muted">function • <code>src/runtimeBindings.ts:131:1</code></p>
2250
+
2251
+ <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2252
+ <div>
2253
+ <strong>Related symbols:</strong>
2254
+ <ul class="chips">
2255
+ <li class="chip">RuntimeBindingResolutionContext</li>
2256
+ </ul>
2257
+ </div>
2258
+ <div>
2259
+ <h5>Signature</h5>
2260
+ <pre>
2261
+ (input: Readonly&lt;Record&lt;string, BindingInputValue&gt;&gt; | undefined, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; Promise&lt;BindingValue | undefined&gt;</pre>
2262
+ <table>
2263
+ <thead>
2264
+ <tr>
2265
+ <th>Parameter</th>
2266
+ <th>Type</th>
2267
+ <th>Required</th>
2268
+ <th>Description</th>
2269
+ </tr>
2270
+ </thead>
2271
+ <tbody>
2272
+ <tr>
2273
+ <td><code>context</code></td>
2274
+ <td><code>RuntimeBindingResolutionContext</code></td>
2275
+ <td>yes</td>
2276
+ <td></td>
2277
+ </tr>
2278
+ <tr>
2279
+ <td><code>diagnostics</code></td>
2280
+ <td><code>DataSourceDiagnostic[]</code></td>
2281
+ <td>no</td>
2045
2282
  <td></td>
2046
2283
  </tr>
2047
2284
  <tr>
@@ -2068,7 +2305,7 @@
2068
2305
  data-search="resolveRuntimeBindings function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) =&gt; RuntimeBindingResolutionResult"
2069
2306
  >
2070
2307
  <h4>resolveRuntimeBindings</h4>
2071
- <p class="muted">function • <code>src/runtimeBindings.ts:89:1</code></p>
2308
+ <p class="muted">function • <code>src/runtimeBindings.ts:91:1</code></p>
2072
2309
 
2073
2310
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2074
2311
  <div>
@@ -2109,7 +2346,7 @@
2109
2346
  data-search="resolveRuntimeBindingsAsync function src/runtimeBindings.ts RuntimeBindingResolutionArgs RuntimeBindingResolutionResult (args: RuntimeBindingResolutionArgs) =&gt; Promise&lt;RuntimeBindingResolutionResult&gt;"
2110
2347
  >
2111
2348
  <h4>resolveRuntimeBindingsAsync</h4>
2112
- <p class="muted">function • <code>src/runtimeBindings.ts:74:1</code></p>
2349
+ <p class="muted">function • <code>src/runtimeBindings.ts:76:1</code></p>
2113
2350
 
2114
2351
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2115
2352
  <div>
@@ -2153,7 +2390,7 @@
2153
2390
  data-search="resolveRuntimeBindingValue function src/runtimeBindings.ts RuntimeBindingResolutionContext (binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; Promise&lt;unknown&gt;"
2154
2391
  >
2155
2392
  <h4>resolveRuntimeBindingValue</h4>
2156
- <p class="muted">function • <code>src/runtimeBindings.ts:103:1</code></p>
2393
+ <p class="muted">function • <code>src/runtimeBindings.ts:105:1</code></p>
2157
2394
 
2158
2395
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2159
2396
  <div>
@@ -2205,7 +2442,7 @@
2205
2442
  data-search="resolveRuntimeBindingValueSync function src/runtimeBindings.ts RuntimeBindingResolutionContext (binding: PropBinding, context: RuntimeBindingResolutionContext, diagnostics?: DataSourceDiagnostic[]) =&gt; unknown"
2206
2443
  >
2207
2444
  <h4>resolveRuntimeBindingValueSync</h4>
2208
- <p class="muted">function • <code>src/runtimeBindings.ts:116:1</code></p>
2445
+ <p class="muted">function • <code>src/runtimeBindings.ts:118:1</code></p>
2209
2446
 
2210
2447
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2211
2448
  <div>
@@ -2257,7 +2494,7 @@
2257
2494
  data-search="RuntimeBindingOperationExecutionArgs type src/runtimeBindings.ts "
2258
2495
  >
2259
2496
  <h4>RuntimeBindingOperationExecutionArgs</h4>
2260
- <p class="muted">type • <code>src/runtimeBindings.ts:22:1</code></p>
2497
+ <p class="muted">type • <code>src/runtimeBindings.ts:24:1</code></p>
2261
2498
 
2262
2499
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2263
2500
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2274,17 +2511,17 @@
2274
2511
  </thead>
2275
2512
  <tbody>
2276
2513
  <tr>
2277
- <td><code>dataSource</code></td>
2514
+ <td><code>api</code></td>
2278
2515
  <td>property</td>
2279
- <td><code>DataSourceConfig</code></td>
2516
+ <td><code>ApiDefinition</code></td>
2280
2517
  <td>yes</td>
2281
2518
  <td></td>
2282
2519
  </tr>
2283
2520
  <tr>
2284
2521
  <td><code>endpoint</code></td>
2285
2522
  <td>property</td>
2286
- <td><code>DataEndpointConfig | undefined</code></td>
2287
- <td>no</td>
2523
+ <td><code>DataEndpointConfig</code></td>
2524
+ <td>yes</td>
2288
2525
  <td></td>
2289
2526
  </tr>
2290
2527
  <tr>
@@ -2317,7 +2554,7 @@
2317
2554
  data-search="RuntimeBindingOperationExecutionResult unknown src/runtimeBindings.ts "
2318
2555
  >
2319
2556
  <h4>RuntimeBindingOperationExecutionResult</h4>
2320
- <p class="muted">unknown • <code>src/runtimeBindings.ts:30:1</code></p>
2557
+ <p class="muted">unknown • <code>src/runtimeBindings.ts:32:1</code></p>
2321
2558
 
2322
2559
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2323
2560
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2328,7 +2565,7 @@
2328
2565
  data-search="RuntimeBindingOperationExecutor unknown src/runtimeBindings.ts "
2329
2566
  >
2330
2567
  <h4>RuntimeBindingOperationExecutor</h4>
2331
- <p class="muted">unknown • <code>src/runtimeBindings.ts:41:1</code></p>
2568
+ <p class="muted">unknown • <code>src/runtimeBindings.ts:43:1</code></p>
2332
2569
 
2333
2570
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2334
2571
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2339,7 +2576,7 @@
2339
2576
  data-search="RuntimeBindingOperationKey unknown src/runtimeBindings.ts "
2340
2577
  >
2341
2578
  <h4>RuntimeBindingOperationKey</h4>
2342
- <p class="muted">unknown • <code>src/runtimeBindings.ts:20:1</code></p>
2579
+ <p class="muted">unknown • <code>src/runtimeBindings.ts:22:1</code></p>
2343
2580
 
2344
2581
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2345
2582
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2350,7 +2587,7 @@
2350
2587
  data-search="RuntimeBindingOperationResultCache unknown src/runtimeBindings.ts "
2351
2588
  >
2352
2589
  <h4>RuntimeBindingOperationResultCache</h4>
2353
- <p class="muted">unknown • <code>src/runtimeBindings.ts:45:1</code></p>
2590
+ <p class="muted">unknown • <code>src/runtimeBindings.ts:47:1</code></p>
2354
2591
 
2355
2592
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2356
2593
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2361,7 +2598,7 @@
2361
2598
  data-search="RuntimeBindingOperationResultWriter unknown src/runtimeBindings.ts "
2362
2599
  >
2363
2600
  <h4>RuntimeBindingOperationResultWriter</h4>
2364
- <p class="muted">unknown • <code>src/runtimeBindings.ts:49:1</code></p>
2601
+ <p class="muted">unknown • <code>src/runtimeBindings.ts:51:1</code></p>
2365
2602
 
2366
2603
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2367
2604
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2372,7 +2609,7 @@
2372
2609
  data-search="RuntimeBindingResolutionArgs type src/runtimeBindings.ts RuntimeBindingOperationExecutor"
2373
2610
  >
2374
2611
  <h4>RuntimeBindingResolutionArgs</h4>
2375
- <p class="muted">type • <code>src/runtimeBindings.ts:64:1</code></p>
2612
+ <p class="muted">type • <code>src/runtimeBindings.ts:66:1</code></p>
2376
2613
 
2377
2614
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2378
2615
  <div>
@@ -2393,6 +2630,13 @@
2393
2630
  </tr>
2394
2631
  </thead>
2395
2632
  <tbody>
2633
+ <tr>
2634
+ <td><code>apis</code></td>
2635
+ <td>property</td>
2636
+ <td><code>ApiDefinitionList | undefined</code></td>
2637
+ <td>no</td>
2638
+ <td></td>
2639
+ </tr>
2396
2640
  <tr>
2397
2641
  <td><code>context</code></td>
2398
2642
  <td>property</td>
@@ -2413,17 +2657,6 @@
2413
2657
  <td>no</td>
2414
2658
  <td></td>
2415
2659
  </tr>
2416
- <tr>
2417
- <td><code>dataSources</code></td>
2418
- <td>property</td>
2419
- <td>
2420
- <code
2421
- >Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; | undefined</code
2422
- >
2423
- </td>
2424
- <td>no</td>
2425
- <td></td>
2426
- </tr>
2427
2660
  <tr>
2428
2661
  <td><code>event</code></td>
2429
2662
  <td>property</td>
@@ -2480,7 +2713,7 @@
2480
2713
  data-search="RuntimeBindingResolutionContext type src/runtimeBindings.ts RuntimeBindingOperationExecutor"
2481
2714
  >
2482
2715
  <h4>RuntimeBindingResolutionContext</h4>
2483
- <p class="muted">type • <code>src/runtimeBindings.ts:54:1</code></p>
2716
+ <p class="muted">type • <code>src/runtimeBindings.ts:56:1</code></p>
2484
2717
 
2485
2718
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2486
2719
  <div>
@@ -2501,6 +2734,13 @@
2501
2734
  </tr>
2502
2735
  </thead>
2503
2736
  <tbody>
2737
+ <tr>
2738
+ <td><code>apis</code></td>
2739
+ <td>property</td>
2740
+ <td><code>ApiDefinitionList | undefined</code></td>
2741
+ <td>no</td>
2742
+ <td></td>
2743
+ </tr>
2504
2744
  <tr>
2505
2745
  <td><code>context</code></td>
2506
2746
  <td>property</td>
@@ -2521,17 +2761,6 @@
2521
2761
  <td>no</td>
2522
2762
  <td></td>
2523
2763
  </tr>
2524
- <tr>
2525
- <td><code>dataSources</code></td>
2526
- <td>property</td>
2527
- <td>
2528
- <code
2529
- >Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; | undefined</code
2530
- >
2531
- </td>
2532
- <td>no</td>
2533
- <td></td>
2534
- </tr>
2535
2764
  <tr>
2536
2765
  <td><code>event</code></td>
2537
2766
  <td>property</td>
@@ -2574,7 +2803,7 @@
2574
2803
  data-search="RuntimeBindingResolutionResult type src/runtimeBindings.ts "
2575
2804
  >
2576
2805
  <h4>RuntimeBindingResolutionResult</h4>
2577
- <p class="muted">type • <code>src/runtimeBindings.ts:69:1</code></p>
2806
+ <p class="muted">type • <code>src/runtimeBindings.ts:71:1</code></p>
2578
2807
 
2579
2808
  <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2580
2809
  <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
@@ -2607,144 +2836,6 @@
2607
2836
  </tbody>
2608
2837
  </table>
2609
2838
  </article>
2610
- <article
2611
- class="item"
2612
- id="symbol-validateruntimebindingoperationref"
2613
- data-search="validateRuntimeBindingOperationRef function src/runtimeBindings.ts (operation: BindingOperationRef, dataSources: Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; | undefined) =&gt; readonly DataSourceDiagnostic[]"
2614
- >
2615
- <h4>validateRuntimeBindingOperationRef</h4>
2616
- <p class="muted">function • <code>src/runtimeBindings.ts:169:1</code></p>
2617
-
2618
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2619
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2620
- <div>
2621
- <h5>Signature</h5>
2622
- <pre>
2623
- (operation: BindingOperationRef, dataSources: Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; | undefined) =&gt; readonly DataSourceDiagnostic[]</pre>
2624
- <table>
2625
- <thead>
2626
- <tr>
2627
- <th>Parameter</th>
2628
- <th>Type</th>
2629
- <th>Required</th>
2630
- <th>Description</th>
2631
- </tr>
2632
- </thead>
2633
- <tbody>
2634
- <tr>
2635
- <td><code>dataSources</code></td>
2636
- <td>
2637
- <code
2638
- >Readonly&lt;Record&lt;string, DataSourceConfig&gt;&gt; |
2639
- undefined</code
2640
- >
2641
- </td>
2642
- <td>yes</td>
2643
- <td></td>
2644
- </tr>
2645
- <tr>
2646
- <td><code>operation</code></td>
2647
- <td><code>BindingOperationRef</code></td>
2648
- <td>yes</td>
2649
- <td></td>
2650
- </tr>
2651
- </tbody>
2652
- </table>
2653
- <p><strong>Returns:</strong> <code>readonly DataSourceDiagnostic[]</code></p>
2654
- </div>
2655
- </article>
2656
- </section>
2657
- <section>
2658
- <h3>src/runtimeDataSourceOperations.ts</h3>
2659
- <article
2660
- class="item"
2661
- id="symbol-createruntimedatasourceoperationexecutor"
2662
- data-search="createRuntimeDataSourceOperationExecutor function src/runtimeDataSourceOperations.ts RuntimeBindingOperationExecutor RuntimeDataSourceOperationExecutorOptions (options: RuntimeDataSourceOperationExecutorOptions) =&gt; RuntimeBindingOperationExecutor"
2663
- >
2664
- <h4>createRuntimeDataSourceOperationExecutor</h4>
2665
- <p class="muted">function • <code>src/runtimeDataSourceOperations.ts:14:1</code></p>
2666
-
2667
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2668
- <div>
2669
- <strong>Related symbols:</strong>
2670
- <ul class="chips">
2671
- <li class="chip">RuntimeBindingOperationExecutor</li>
2672
- <li class="chip">RuntimeDataSourceOperationExecutorOptions</li>
2673
- </ul>
2674
- </div>
2675
- <div>
2676
- <h5>Signature</h5>
2677
- <pre>
2678
- (options: RuntimeDataSourceOperationExecutorOptions) =&gt; RuntimeBindingOperationExecutor</pre>
2679
- <table>
2680
- <thead>
2681
- <tr>
2682
- <th>Parameter</th>
2683
- <th>Type</th>
2684
- <th>Required</th>
2685
- <th>Description</th>
2686
- </tr>
2687
- </thead>
2688
- <tbody>
2689
- <tr>
2690
- <td><code>options</code></td>
2691
- <td><code>RuntimeDataSourceOperationExecutorOptions</code></td>
2692
- <td>yes</td>
2693
- <td></td>
2694
- </tr>
2695
- </tbody>
2696
- </table>
2697
- <p><strong>Returns:</strong> <code>RuntimeBindingOperationExecutor</code></p>
2698
- </div>
2699
- </article>
2700
- <article
2701
- class="item"
2702
- id="symbol-runtimedatasourceoperationexecutoroptions"
2703
- data-search="RuntimeDataSourceOperationExecutorOptions type src/runtimeDataSourceOperations.ts "
2704
- >
2705
- <h4>RuntimeDataSourceOperationExecutorOptions</h4>
2706
- <p class="muted">type • <code>src/runtimeDataSourceOperations.ts:8:1</code></p>
2707
-
2708
- <p><strong>Export paths:</strong> <code>src/index.ts</code></p>
2709
- <div><strong>Related symbols:</strong> <span class="empty">None</span></div>
2710
-
2711
- <table>
2712
- <thead>
2713
- <tr>
2714
- <th>Member</th>
2715
- <th>Kind</th>
2716
- <th>Type</th>
2717
- <th>Required</th>
2718
- <th>Description</th>
2719
- </tr>
2720
- </thead>
2721
- <tbody>
2722
- <tr>
2723
- <td><code>credentialResolver</code></td>
2724
- <td>property</td>
2725
- <td><code>EndpointTestCredentialResolver | undefined</code></td>
2726
- <td>no</td>
2727
- <td></td>
2728
- </tr>
2729
- <tr>
2730
- <td><code>databaseAdapters</code></td>
2731
- <td>property</td>
2732
- <td>
2733
- <code>Readonly&lt;Record&lt;string, DbAdapter&gt;&gt; | undefined</code>
2734
- </td>
2735
- <td>no</td>
2736
- <td></td>
2737
- </tr>
2738
- <tr>
2739
- <td><code>fetch</code></td>
2740
- <td>property</td>
2741
- <td><code>EndpointTestFetch | undefined</code></td>
2742
- <td>no</td>
2743
- <td></td>
2744
- </tr>
2745
- </tbody>
2746
- </table>
2747
- </article>
2748
2839
  </section>
2749
2840
  <section>
2750
2841
  <h3>src/runtimeDbPersist.ts</h3>
@@ -3683,32 +3774,26 @@
3683
3774
  </thead>
3684
3775
  <tbody>
3685
3776
  <tr>
3686
- <td><code>bindingContext</code></td>
3777
+ <td><code>apis</code></td>
3687
3778
  <td>property</td>
3688
- <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
3779
+ <td><code>ApiDefinitionList | undefined</code></td>
3689
3780
  <td>no</td>
3690
3781
  <td></td>
3691
3782
  </tr>
3692
3783
  <tr>
3693
- <td><code>dataBindings</code></td>
3784
+ <td><code>bindingContext</code></td>
3694
3785
  <td>property</td>
3695
- <td>
3696
- <code
3697
- >Readonly&lt;Record&lt;string,
3698
- import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
3699
- | undefined</code
3700
- >
3701
- </td>
3786
+ <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
3702
3787
  <td>no</td>
3703
3788
  <td></td>
3704
3789
  </tr>
3705
3790
  <tr>
3706
- <td><code>dataSources</code></td>
3791
+ <td><code>dataBindings</code></td>
3707
3792
  <td>property</td>
3708
3793
  <td>
3709
3794
  <code
3710
3795
  >Readonly&lt;Record&lt;string,
3711
- import(&quot;@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
3796
+ import(&quot;@ankhorage/contracts/dist/bindings&quot;).ComponentDataBinding&gt;&gt;
3712
3797
  | undefined</code
3713
3798
  >
3714
3799
  </td>
@@ -4142,6 +4227,13 @@
4142
4227
  <td>no</td>
4143
4228
  <td></td>
4144
4229
  </tr>
4230
+ <tr>
4231
+ <td><code>apis</code></td>
4232
+ <td>property</td>
4233
+ <td><code>ApiDefinitionList | undefined</code></td>
4234
+ <td>no</td>
4235
+ <td></td>
4236
+ </tr>
4145
4237
  <tr>
4146
4238
  <td><code>bindingContext</code></td>
4147
4239
  <td>property</td>
@@ -4163,20 +4255,7 @@
4163
4255
  <td></td>
4164
4256
  </tr>
4165
4257
  <tr>
4166
- <td><code>dataSources</code></td>
4167
- <td>property</td>
4168
- <td>
4169
- <code
4170
- >Readonly&lt;Record&lt;string,
4171
- import(&quot;@ankhorage/contracts/dist/index&quot;).DataSourceConfig&gt;&gt;
4172
- | undefined</code
4173
- >
4174
- </td>
4175
- <td>no</td>
4176
- <td></td>
4177
- </tr>
4178
- <tr>
4179
- <td><code>dbAdapter</code></td>
4258
+ <td><code>dbAdapter</code></td>
4180
4259
  <td>property</td>
4181
4260
  <td><code>DbAdapter | undefined</code></td>
4182
4261
  <td>no</td>
@@ -4654,7 +4733,7 @@
4654
4733
  <article
4655
4734
  class="item"
4656
4735
  id="symbol-executeruntimescreenoperationloaders"
4657
- data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) =&gt; Promise&lt;RuntimeScreenOperationLoaderExecutionResult&gt;'
4736
+ data-search='executeRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderExecutionResult (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) =&gt; Promise&lt;RuntimeScreenOperationLoaderExecutionResult&gt;'
4658
4737
  >
4659
4738
  <h4>executeRuntimeScreenOperationLoaders</h4>
4660
4739
  <p class="muted">function • <code>src/runtimeScreenLoaders.ts:178:1</code></p>
@@ -4672,7 +4751,7 @@
4672
4751
  <div>
4673
4752
  <h5>Signature</h5>
4674
4753
  <pre>
4675
- (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext[&quot;dataSources&quot;]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) =&gt; Promise&lt;RuntimeScreenOperationLoaderExecutionResult&gt;</pre>
4754
+ (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly apis?: RuntimeBindingResolutionContext[&quot;apis&quot;]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) =&gt; Promise&lt;RuntimeScreenOperationLoaderExecutionResult&gt;</pre>
4676
4755
  <table>
4677
4756
  <thead>
4678
4757
  <tr>
@@ -4688,8 +4767,8 @@
4688
4767
  <td>
4689
4768
  <code
4690
4769
  >{ readonly bindingContext?: Record&lt;string, unknown&gt;; readonly
4691
- dataSources?: RuntimeBindingResolutionContext[&quot;dataSources&quot;];
4692
- readonly executeOperation?: RuntimeBindingOperationExecutor; readonly
4770
+ apis?: RuntimeBindingResolutionContext[&quot;apis&quot;]; readonly
4771
+ executeOperation?: RuntimeBindingOperationExecutor; readonly
4693
4772
  operationResults?: RuntimeBindingOperationResultCache; readonly screen:
4694
4773
  ScreenSpec; readonly loaders: readonly
4695
4774
  OperationScreenDataLoaderDefinition[]; }</code
@@ -4850,7 +4929,7 @@
4850
4929
  <article
4851
4930
  class="item"
4852
4931
  id="symbol-useruntimescreenoperationloaders"
4853
- data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext["dataSources"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void; readonly screen: ScreenSpec; }) =&gt; RuntimeScreenOperationLoaderState'
4932
+ data-search='useRuntimeScreenOperationLoaders function src/runtimeScreenLoaders.ts RuntimeBindingOperationExecutor RuntimeBindingOperationResultCache RuntimeBindingResolutionContext RuntimeScreenOperationLoaderState (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly apis?: RuntimeBindingResolutionContext["apis"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void; readonly screen: ScreenSpec; }) =&gt; RuntimeScreenOperationLoaderState'
4854
4933
  >
4855
4934
  <h4>useRuntimeScreenOperationLoaders</h4>
4856
4935
  <p class="muted">function • <code>src/runtimeScreenLoaders.ts:273:1</code></p>
@@ -4868,7 +4947,7 @@
4868
4947
  <div>
4869
4948
  <h5>Signature</h5>
4870
4949
  <pre>
4871
- (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly dataSources?: RuntimeBindingResolutionContext[&quot;dataSources&quot;]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void; readonly screen: ScreenSpec; }) =&gt; RuntimeScreenOperationLoaderState</pre>
4950
+ (args: { readonly bindingContext?: Record&lt;string, unknown&gt;; readonly apis?: RuntimeBindingResolutionContext[&quot;apis&quot;]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void; readonly screen: ScreenSpec; }) =&gt; RuntimeScreenOperationLoaderState</pre>
4872
4951
  <table>
4873
4952
  <thead>
4874
4953
  <tr>
@@ -4884,8 +4963,8 @@
4884
4963
  <td>
4885
4964
  <code
4886
4965
  >{ readonly bindingContext?: Record&lt;string, unknown&gt;; readonly
4887
- dataSources?: RuntimeBindingResolutionContext[&quot;dataSources&quot;];
4888
- readonly executeOperation?: RuntimeBindingOperationExecutor; readonly
4966
+ apis?: RuntimeBindingResolutionContext[&quot;apis&quot;]; readonly
4967
+ executeOperation?: RuntimeBindingOperationExecutor; readonly
4889
4968
  operationResults?: RuntimeBindingOperationResultCache; readonly
4890
4969
  onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) =&gt;
4891
4970
  void; readonly screen: ScreenSpec; }</code
@@ -5062,7 +5141,7 @@
5062
5141
  <article
5063
5142
  class="item"
5064
5143
  id="component-runtimerenderer"
5065
- data-search="RuntimeRenderer src/RuntimeRenderer.tsx bindingContext Record&lt;string, unknown&gt; | undefined dataBindings ComponentDataBindingRegistry | undefined dataSources DataSourceRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) =&gt; React.ReactNode | undefined"
5144
+ data-search="RuntimeRenderer src/RuntimeRenderer.tsx apis ApiDefinitionList | undefined bindingContext Record&lt;string, unknown&gt; | undefined dataBindings ComponentDataBindingRegistry | undefined dbAdapter DbAdapter | undefined dbRealtimeAdapter DbRealtimeAdapter | undefined disableActions boolean | undefined executeAction RuntimeActionExecutor | undefined executeOperation RuntimeBindingOperationExecutor | undefined isRoot boolean | undefined mediaAssets MediaAssetRegistry | undefined node UiNode onDiagnostics (diagnostics: readonly DataSourceDiagnostic[]) =&gt; void | undefined operationResults RuntimeBindingOperationResultCache | undefined registry ComponentRegistry | undefined resolveMediaAsset RuntimeMediaAssetResolver | undefined stateAdapter StateAdapter | undefined wrapNode (args: RuntimeRendererWrapArgs) =&gt; React.ReactNode | undefined"
5066
5145
  >
5067
5146
  <h3>RuntimeRenderer</h3>
5068
5147
  <p class="muted"><code>src/RuntimeRenderer.tsx:76:1</code></p>
@@ -5079,20 +5158,20 @@
5079
5158
  </thead>
5080
5159
  <tbody>
5081
5160
  <tr>
5082
- <td><code>bindingContext</code></td>
5083
- <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
5161
+ <td><code>apis</code></td>
5162
+ <td><code>ApiDefinitionList | undefined</code></td>
5084
5163
  <td>no</td>
5085
5164
  <td></td>
5086
5165
  </tr>
5087
5166
  <tr>
5088
- <td><code>dataBindings</code></td>
5089
- <td><code>ComponentDataBindingRegistry | undefined</code></td>
5167
+ <td><code>bindingContext</code></td>
5168
+ <td><code>Record&lt;string, unknown&gt; | undefined</code></td>
5090
5169
  <td>no</td>
5091
5170
  <td></td>
5092
5171
  </tr>
5093
5172
  <tr>
5094
- <td><code>dataSources</code></td>
5095
- <td><code>DataSourceRegistry | undefined</code></td>
5173
+ <td><code>dataBindings</code></td>
5174
+ <td><code>ComponentDataBindingRegistry | undefined</code></td>
5096
5175
  <td>no</td>
5097
5176
  <td></td>
5098
5177
  </tr>
@@ -5300,32 +5379,45 @@
5300
5379
  module_src_rendering_ts[&quot;src/rendering.ts&quot;] package__ankhorage_runtime
5301
5380
  -.-&gt; module_src_rendering_ts module_src_rendering_ts --&gt;
5302
5381
  module_src_registry_tsx
5303
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5304
- package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_test_ts
5305
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeActionRegistry_ts
5306
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeBindings_ts
5382
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
5383
+ package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_actions_test_ts
5384
+ module_src_runtimeActionRegistry_actions_test_ts --&gt;
5385
+ module_src_runtimeActionRegistry_ts
5386
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
5387
+ package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_chains_test_ts
5388
+ module_src_runtimeActionRegistry_chains_test_ts --&gt;
5389
+ module_src_runtimeActionRegistry_ts
5390
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
5391
+ package__ankhorage_runtime -.-&gt;
5392
+ module_src_runtimeActionRegistry_operations_test_ts
5393
+ module_src_runtimeActionRegistry_operations_test_ts --&gt;
5394
+ module_src_runtimeActionRegistry_ts
5395
+ module_src_runtimeActionRegistry_operations_test_ts --&gt;
5396
+ module_src_runtimeBindings_ts
5307
5397
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5308
5398
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5399
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5309
5400
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5310
5401
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5402
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5403
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
5404
+ module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
5405
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
5406
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_ts
5407
+ module_src_runtimeApiOperations_ts --&gt; module_src_runtimeBindings_ts
5408
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
5409
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiSelection_test_ts
5410
+ module_src_runtimeApiSelection_test_ts --&gt; module_src_runtimeApiSelection_ts
5411
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
5412
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiSelection_ts
5311
5413
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5312
5414
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_test_ts
5415
+ module_src_runtimeBindings_test_ts --&gt; module_src_runtimeApiSelection_ts
5313
5416
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
5314
5417
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5315
5418
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5316
5419
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_ts
5317
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5318
- package__ankhorage_runtime -.-&gt; module_src_runtimeDatabaseOperationExecutor_ts
5319
- module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
5320
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5321
- package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_test_ts
5322
- module_src_runtimeDataSourceOperations_test_ts --&gt;
5323
- module_src_runtimeDataSourceOperations_ts
5324
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5325
- package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_ts
5326
- module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5327
- module_src_runtimeDataSourceOperations_ts --&gt;
5328
- module_src_runtimeDatabaseOperationExecutor_ts
5420
+ module_src_runtimeBindings_ts --&gt; module_src_runtimeApiSelection_ts
5329
5421
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5330
5422
  package__ankhorage_runtime -.-&gt; module_src_runtimeDbPersist_test_ts
5331
5423
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5397,6 +5489,7 @@
5397
5489
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeRepeat_ts
5398
5490
  module_src_runtimeRepeat_ts[&quot;src/runtimeRepeat.ts&quot;]
5399
5491
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_ts
5492
+ module_src_runtimeRepeat_ts --&gt; module_src_runtimeApiSelection_ts
5400
5493
  module_src_runtimeRepeat_ts --&gt; module_src_runtimeBindings_ts
5401
5494
  module_src_runtimeRepeatDiagnostics_ts[&quot;src/runtimeRepeatDiagnostics.ts&quot;]
5402
5495
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeatDiagnostics_ts
@@ -5414,12 +5507,19 @@
5414
5507
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt;
5415
5508
  module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
5416
5509
  --&gt; module_src_runtimeScreenLoaders_ts
5417
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
5418
- package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_test_ts
5419
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeBindings_ts
5420
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5510
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
5511
+ package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_execution_test_ts
5512
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt;
5513
+ module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_execution_test_ts
5514
+ --&gt; module_src_runtimeScreenLoaders_ts
5515
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
5516
+ package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_lifecycle_test_ts
5517
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt;
5518
+ module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_lifecycle_test_ts
5519
+ --&gt; module_src_runtimeScreenLoaders_ts
5421
5520
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
5422
5521
  package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_ts
5522
+ module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeApiSelection_ts
5423
5523
  module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeBindings_ts
5424
5524
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
5425
5525
  package__ankhorage_runtime -.-&gt; module_src_runtimeStateAdapter_ts
@@ -5462,30 +5562,40 @@ graph TD
5462
5562
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
5463
5563
  package__ankhorage_runtime -.-&gt; module_src_rendering_ts
5464
5564
  module_src_rendering_ts --&gt; module_src_registry_tsx
5465
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5466
- package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_test_ts
5467
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeActionRegistry_ts
5468
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeBindings_ts
5565
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
5566
+ package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_actions_test_ts
5567
+ module_src_runtimeActionRegistry_actions_test_ts --&gt; module_src_runtimeActionRegistry_ts
5568
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
5569
+ package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_chains_test_ts
5570
+ module_src_runtimeActionRegistry_chains_test_ts --&gt; module_src_runtimeActionRegistry_ts
5571
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
5572
+ package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_operations_test_ts
5573
+ module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeActionRegistry_ts
5574
+ module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeBindings_ts
5469
5575
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5470
5576
  package__ankhorage_runtime -.-&gt; module_src_runtimeActionRegistry_ts
5577
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5471
5578
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5472
5579
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5580
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5581
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_test_ts
5582
+ module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
5583
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
5584
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiOperations_ts
5585
+ module_src_runtimeApiOperations_ts --&gt; module_src_runtimeBindings_ts
5586
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
5587
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiSelection_test_ts
5588
+ module_src_runtimeApiSelection_test_ts --&gt; module_src_runtimeApiSelection_ts
5589
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
5590
+ package__ankhorage_runtime -.-&gt; module_src_runtimeApiSelection_ts
5473
5591
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5474
5592
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_test_ts
5593
+ module_src_runtimeBindings_test_ts --&gt; module_src_runtimeApiSelection_ts
5475
5594
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
5476
5595
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5477
5596
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5478
5597
  package__ankhorage_runtime -.-&gt; module_src_runtimeBindings_ts
5479
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5480
- package__ankhorage_runtime -.-&gt; module_src_runtimeDatabaseOperationExecutor_ts
5481
- module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
5482
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5483
- package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_test_ts
5484
- module_src_runtimeDataSourceOperations_test_ts --&gt; module_src_runtimeDataSourceOperations_ts
5485
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5486
- package__ankhorage_runtime -.-&gt; module_src_runtimeDataSourceOperations_ts
5487
- module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5488
- module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeDatabaseOperationExecutor_ts
5598
+ module_src_runtimeBindings_ts --&gt; module_src_runtimeApiSelection_ts
5489
5599
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5490
5600
  package__ankhorage_runtime -.-&gt; module_src_runtimeDbPersist_test_ts
5491
5601
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
@@ -5556,6 +5666,7 @@ graph TD
5556
5666
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeRepeat_ts
5557
5667
  module_src_runtimeRepeat_ts[&quot;src/runtimeRepeat.ts&quot;]
5558
5668
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeat_ts
5669
+ module_src_runtimeRepeat_ts --&gt; module_src_runtimeApiSelection_ts
5559
5670
  module_src_runtimeRepeat_ts --&gt; module_src_runtimeBindings_ts
5560
5671
  module_src_runtimeRepeatDiagnostics_ts[&quot;src/runtimeRepeatDiagnostics.ts&quot;]
5561
5672
  package__ankhorage_runtime -.-&gt; module_src_runtimeRepeatDiagnostics_ts
@@ -5572,12 +5683,17 @@ graph TD
5572
5683
  package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_arrayPath_test_ts
5573
5684
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeBindings_ts
5574
5685
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5575
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
5576
- package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_test_ts
5577
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeBindings_ts
5578
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5686
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
5687
+ package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_execution_test_ts
5688
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt; module_src_runtimeBindings_ts
5689
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5690
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
5691
+ package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_lifecycle_test_ts
5692
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt; module_src_runtimeBindings_ts
5693
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5579
5694
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
5580
5695
  package__ankhorage_runtime -.-&gt; module_src_runtimeScreenLoaders_ts
5696
+ module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeApiSelection_ts
5581
5697
  module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeBindings_ts
5582
5698
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
5583
5699
  package__ankhorage_runtime -.-&gt; module_src_runtimeStateAdapter_ts
@@ -5610,13 +5726,16 @@ graph TD
5610
5726
  module_src_registry_tsx[&quot;src/registry.tsx&quot;]
5611
5727
  module_src_rendering_test_ts[&quot;src/rendering.test.ts&quot;]
5612
5728
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
5613
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5729
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
5730
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
5731
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
5614
5732
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5733
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5734
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
5735
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
5736
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
5615
5737
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5616
5738
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5617
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5618
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5619
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5620
5739
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5621
5740
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5622
5741
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
@@ -5639,7 +5758,8 @@ graph TD
5639
5758
  module_src_runtimeRepeatEmptyState_ts[&quot;src/runtimeRepeatEmptyState.ts&quot;]
5640
5759
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
5641
5760
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
5642
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
5761
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
5762
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
5643
5763
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
5644
5764
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
5645
5765
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
@@ -5648,45 +5768,51 @@ graph TD
5648
5768
  module_src_registry_test_ts --&gt; module_src_registry_tsx
5649
5769
  module_src_rendering_test_ts --&gt; module_src_registry_tsx
5650
5770
  module_src_rendering_test_ts --&gt; module_src_rendering_ts module_src_rendering_ts
5651
- --&gt; module_src_registry_tsx module_src_runtimeActionRegistry_test_ts --&gt;
5652
- module_src_runtimeActionRegistry_ts module_src_runtimeActionRegistry_test_ts --&gt;
5771
+ --&gt; module_src_registry_tsx module_src_runtimeActionRegistry_actions_test_ts
5772
+ --&gt; module_src_runtimeActionRegistry_ts
5773
+ module_src_runtimeActionRegistry_chains_test_ts --&gt;
5774
+ module_src_runtimeActionRegistry_ts
5775
+ module_src_runtimeActionRegistry_operations_test_ts --&gt;
5776
+ module_src_runtimeActionRegistry_ts
5777
+ module_src_runtimeActionRegistry_operations_test_ts --&gt;
5653
5778
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5779
+ module_src_runtimeApiSelection_ts module_src_runtimeActionRegistry_ts --&gt;
5654
5780
  module_src_runtimeBindings_ts module_src_runtimeActionRegistry_ts --&gt;
5655
- module_src_RuntimeRendererConfig_tsx module_src_runtimeBindings_test_ts --&gt;
5781
+ module_src_RuntimeRendererConfig_tsx module_src_runtimeApiOperations_test_ts --&gt;
5782
+ module_src_runtimeApiOperations_ts module_src_runtimeApiOperations_ts --&gt;
5783
+ module_src_runtimeBindings_ts module_src_runtimeApiSelection_test_ts --&gt;
5784
+ module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
5785
+ module_src_runtimeApiSelection_ts module_src_runtimeBindings_test_ts --&gt;
5656
5786
  module_src_runtimeBindings_ts module_src_runtimeBindings_test_ts --&gt;
5657
- module_src_runtimeNodeProps_ts module_src_runtimeDatabaseOperationExecutor_ts --&gt;
5658
- module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_test_ts --&gt;
5659
- module_src_runtimeDataSourceOperations_ts module_src_runtimeDataSourceOperations_ts
5660
- --&gt; module_src_runtimeBindings_ts module_src_runtimeDataSourceOperations_ts
5661
- --&gt; module_src_runtimeDatabaseOperationExecutor_ts
5662
- module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
5663
- module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeDbPersist_ts
5664
- module_src_runtimeDbPersist_ts --&gt; module_src_RuntimeRendererConfig_tsx
5665
- module_src_runtimeEventExecution_test_ts --&gt; module_src_runtimeEventExecution_ts
5666
- module_src_runtimeEventExecution_ts --&gt; module_src_runtimeActionRegistry_ts
5667
- module_src_runtimeEventExecution_ts --&gt; module_src_RuntimeRendererConfig_tsx
5668
- module_src_runtimeMedia_test_ts --&gt; module_src_runtimeMedia_ts
5669
- module_src_runtimeMediaCache_tsx --&gt; module_src_runtimeMedia_ts
5670
- module_src_runtimeMediaConfig_test_ts --&gt; module_src_RuntimeRendererConfig_tsx
5671
- module_src_runtimeNodeProps_test_ts --&gt; module_src_runtimeNodeProps_ts
5672
- module_src_runtimeNodeProps_ts --&gt; module_src_runtimeBindings_ts
5673
- module_src_runtimeNodeProps_ts --&gt; module_src_RuntimeRendererConfig_tsx
5674
- module_src_RuntimeRenderer_test_ts --&gt; module_src_runtimeRepeatEmptyState_ts
5675
- module_src_RuntimeRenderer_tsx --&gt; module_src_registry_tsx
5676
- module_src_RuntimeRenderer_tsx --&gt; module_src_rendering_ts
5677
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeActionRegistry_ts
5678
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeBindings_ts
5679
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeDbPersist_ts
5680
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeEventExecution_ts
5681
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMedia_ts
5682
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeMediaCache_tsx
5683
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeNodeProps_ts
5684
- module_src_RuntimeRenderer_tsx --&gt; module_src_RuntimeRendererConfig_tsx
5685
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeat_ts
5686
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeatDiagnostics_ts
5687
- module_src_RuntimeRenderer_tsx --&gt; module_src_runtimeRepeatEmptyState_ts
5688
- module_src_RuntimeRenderer_tsx --&gt; module_src_useRuntimeMediaProps_ts
5689
- module_src_RuntimeRendererConfig_test_tsx --&gt;
5787
+ module_src_runtimeNodeProps_ts module_src_runtimeBindings_ts --&gt;
5788
+ module_src_runtimeApiSelection_ts module_src_runtimeDbPersist_test_ts --&gt;
5789
+ module_src_runtimeActionRegistry_ts module_src_runtimeDbPersist_test_ts --&gt;
5790
+ module_src_runtimeDbPersist_ts module_src_runtimeDbPersist_ts --&gt;
5791
+ module_src_RuntimeRendererConfig_tsx module_src_runtimeEventExecution_test_ts --&gt;
5792
+ module_src_runtimeEventExecution_ts module_src_runtimeEventExecution_ts --&gt;
5793
+ module_src_runtimeActionRegistry_ts module_src_runtimeEventExecution_ts --&gt;
5794
+ module_src_RuntimeRendererConfig_tsx module_src_runtimeMedia_test_ts --&gt;
5795
+ module_src_runtimeMedia_ts module_src_runtimeMediaCache_tsx --&gt;
5796
+ module_src_runtimeMedia_ts module_src_runtimeMediaConfig_test_ts --&gt;
5797
+ module_src_RuntimeRendererConfig_tsx module_src_runtimeNodeProps_test_ts --&gt;
5798
+ module_src_runtimeNodeProps_ts module_src_runtimeNodeProps_ts --&gt;
5799
+ module_src_runtimeBindings_ts module_src_runtimeNodeProps_ts --&gt;
5800
+ module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_test_ts --&gt;
5801
+ module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRenderer_tsx --&gt;
5802
+ module_src_registry_tsx module_src_RuntimeRenderer_tsx --&gt;
5803
+ module_src_rendering_ts module_src_RuntimeRenderer_tsx --&gt;
5804
+ module_src_runtimeActionRegistry_ts module_src_RuntimeRenderer_tsx --&gt;
5805
+ module_src_runtimeBindings_ts module_src_RuntimeRenderer_tsx --&gt;
5806
+ module_src_runtimeDbPersist_ts module_src_RuntimeRenderer_tsx --&gt;
5807
+ module_src_runtimeEventExecution_ts module_src_RuntimeRenderer_tsx --&gt;
5808
+ module_src_runtimeMedia_ts module_src_RuntimeRenderer_tsx --&gt;
5809
+ module_src_runtimeMediaCache_tsx module_src_RuntimeRenderer_tsx --&gt;
5810
+ module_src_runtimeNodeProps_ts module_src_RuntimeRenderer_tsx --&gt;
5811
+ module_src_RuntimeRendererConfig_tsx module_src_RuntimeRenderer_tsx --&gt;
5812
+ module_src_runtimeRepeat_ts module_src_RuntimeRenderer_tsx --&gt;
5813
+ module_src_runtimeRepeatDiagnostics_ts module_src_RuntimeRenderer_tsx --&gt;
5814
+ module_src_runtimeRepeatEmptyState_ts module_src_RuntimeRenderer_tsx --&gt;
5815
+ module_src_useRuntimeMediaProps_ts module_src_RuntimeRendererConfig_test_tsx --&gt;
5690
5816
  module_src_RuntimeRendererConfig_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5691
5817
  module_src_registry_tsx module_src_RuntimeRendererConfig_tsx --&gt;
5692
5818
  module_src_runtimeBindings_ts module_src_RuntimeRendererConfig_tsx --&gt;
@@ -5694,6 +5820,7 @@ graph TD
5694
5820
  module_src_runtimeActionRegistry_ts module_src_runtimeRepeat_test_ts --&gt;
5695
5821
  module_src_runtimeBindings_ts module_src_runtimeRepeat_test_ts --&gt;
5696
5822
  module_src_runtimeRepeat_ts module_src_runtimeRepeat_ts --&gt;
5823
+ module_src_runtimeApiSelection_ts module_src_runtimeRepeat_ts --&gt;
5697
5824
  module_src_runtimeBindings_ts module_src_RuntimeScreen_tsx --&gt;
5698
5825
  module_src_registry_tsx module_src_RuntimeScreen_tsx --&gt;
5699
5826
  module_src_RuntimeRenderer_tsx module_src_RuntimeScreen_tsx --&gt;
@@ -5702,9 +5829,14 @@ graph TD
5702
5829
  module_src_runtimeStateAdapter_ts module_src_runtimeScreenLoaders_arrayPath_test_ts
5703
5830
  --&gt; module_src_runtimeBindings_ts
5704
5831
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt;
5705
- module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_test_ts --&gt;
5706
- module_src_runtimeBindings_ts module_src_runtimeScreenLoaders_test_ts --&gt;
5832
+ module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_execution_test_ts
5833
+ --&gt; module_src_runtimeBindings_ts
5834
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt;
5835
+ module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_lifecycle_test_ts
5836
+ --&gt; module_src_runtimeBindings_ts
5837
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt;
5707
5838
  module_src_runtimeScreenLoaders_ts module_src_runtimeScreenLoaders_ts --&gt;
5839
+ module_src_runtimeApiSelection_ts module_src_runtimeScreenLoaders_ts --&gt;
5708
5840
  module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts --&gt;
5709
5841
  module_src_runtimeBindings_ts module_src_runtimeStateAdapterConfig_test_ts --&gt;
5710
5842
  module_src_runtimeNodeProps_ts module_src_runtimeStateAdapterConfig_test_ts --&gt;
@@ -5724,13 +5856,16 @@ graph LR
5724
5856
  module_src_registry_tsx[&quot;src/registry.tsx&quot;]
5725
5857
  module_src_rendering_test_ts[&quot;src/rendering.test.ts&quot;]
5726
5858
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
5727
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5859
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
5860
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
5861
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
5728
5862
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5863
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5864
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
5865
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
5866
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
5729
5867
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5730
5868
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5731
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5732
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5733
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5734
5869
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5735
5870
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5736
5871
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
@@ -5753,7 +5888,8 @@ graph LR
5753
5888
  module_src_runtimeRepeatEmptyState_ts[&quot;src/runtimeRepeatEmptyState.ts&quot;]
5754
5889
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
5755
5890
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
5756
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
5891
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
5892
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
5757
5893
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
5758
5894
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
5759
5895
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
@@ -5763,16 +5899,20 @@ graph LR
5763
5899
  module_src_rendering_test_ts --&gt; module_src_registry_tsx
5764
5900
  module_src_rendering_test_ts --&gt; module_src_rendering_ts
5765
5901
  module_src_rendering_ts --&gt; module_src_registry_tsx
5766
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeActionRegistry_ts
5767
- module_src_runtimeActionRegistry_test_ts --&gt; module_src_runtimeBindings_ts
5902
+ module_src_runtimeActionRegistry_actions_test_ts --&gt; module_src_runtimeActionRegistry_ts
5903
+ module_src_runtimeActionRegistry_chains_test_ts --&gt; module_src_runtimeActionRegistry_ts
5904
+ module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeActionRegistry_ts
5905
+ module_src_runtimeActionRegistry_operations_test_ts --&gt; module_src_runtimeBindings_ts
5906
+ module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeApiSelection_ts
5768
5907
  module_src_runtimeActionRegistry_ts --&gt; module_src_runtimeBindings_ts
5769
5908
  module_src_runtimeActionRegistry_ts --&gt; module_src_RuntimeRendererConfig_tsx
5909
+ module_src_runtimeApiOperations_test_ts --&gt; module_src_runtimeApiOperations_ts
5910
+ module_src_runtimeApiOperations_ts --&gt; module_src_runtimeBindings_ts
5911
+ module_src_runtimeApiSelection_test_ts --&gt; module_src_runtimeApiSelection_ts
5912
+ module_src_runtimeBindings_test_ts --&gt; module_src_runtimeApiSelection_ts
5770
5913
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeBindings_ts
5771
5914
  module_src_runtimeBindings_test_ts --&gt; module_src_runtimeNodeProps_ts
5772
- module_src_runtimeDatabaseOperationExecutor_ts --&gt; module_src_runtimeBindings_ts
5773
- module_src_runtimeDataSourceOperations_test_ts --&gt; module_src_runtimeDataSourceOperations_ts
5774
- module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeBindings_ts
5775
- module_src_runtimeDataSourceOperations_ts --&gt; module_src_runtimeDatabaseOperationExecutor_ts
5915
+ module_src_runtimeBindings_ts --&gt; module_src_runtimeApiSelection_ts
5776
5916
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeActionRegistry_ts
5777
5917
  module_src_runtimeDbPersist_test_ts --&gt; module_src_runtimeDbPersist_ts
5778
5918
  module_src_runtimeDbPersist_ts --&gt; module_src_RuntimeRendererConfig_tsx
@@ -5807,6 +5947,7 @@ graph LR
5807
5947
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeActionRegistry_ts
5808
5948
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeBindings_ts
5809
5949
  module_src_runtimeRepeat_test_ts --&gt; module_src_runtimeRepeat_ts
5950
+ module_src_runtimeRepeat_ts --&gt; module_src_runtimeApiSelection_ts
5810
5951
  module_src_runtimeRepeat_ts --&gt; module_src_runtimeBindings_ts
5811
5952
  module_src_RuntimeScreen_tsx --&gt; module_src_registry_tsx
5812
5953
  module_src_RuntimeScreen_tsx --&gt; module_src_RuntimeRenderer_tsx
@@ -5815,8 +5956,11 @@ graph LR
5815
5956
  module_src_RuntimeScreen_tsx --&gt; module_src_runtimeStateAdapter_ts
5816
5957
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeBindings_ts
5817
5958
  module_src_runtimeScreenLoaders_arrayPath_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5818
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeBindings_ts
5819
- module_src_runtimeScreenLoaders_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5959
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt; module_src_runtimeBindings_ts
5960
+ module_src_runtimeScreenLoaders_execution_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5961
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt; module_src_runtimeBindings_ts
5962
+ module_src_runtimeScreenLoaders_lifecycle_test_ts --&gt; module_src_runtimeScreenLoaders_ts
5963
+ module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeApiSelection_ts
5820
5964
  module_src_runtimeScreenLoaders_ts --&gt; module_src_runtimeBindings_ts
5821
5965
  module_src_runtimeStateAdapterConfig_test_ts --&gt; module_src_runtimeBindings_ts
5822
5966
  module_src_runtimeStateAdapterConfig_test_ts --&gt; module_src_runtimeNodeProps_ts
@@ -5838,13 +5982,16 @@ graph LR
5838
5982
  module_src_registry_tsx[&quot;src/registry.tsx&quot;]
5839
5983
  module_src_rendering_test_ts[&quot;src/rendering.test.ts&quot;]
5840
5984
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
5841
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
5985
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
5986
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
5987
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
5842
5988
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
5989
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
5990
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
5991
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
5992
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
5843
5993
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
5844
5994
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
5845
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
5846
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
5847
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
5848
5995
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
5849
5996
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
5850
5997
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
@@ -5867,7 +6014,8 @@ graph LR
5867
6014
  module_src_runtimeRepeatEmptyState_ts[&quot;src/runtimeRepeatEmptyState.ts&quot;]
5868
6015
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
5869
6016
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
5870
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
6017
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
6018
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
5871
6019
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
5872
6020
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
5873
6021
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
@@ -5907,15 +6055,13 @@ graph LR
5907
6055
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
5908
6056
  export_createRuntimeActionRegistry -.-&gt;
5909
6057
  export_RuntimeBindingOperationResultWriter
6058
+ export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6059
+ module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6060
+ export_createRuntimeApiOperationExecutor -.-&gt;
6061
+ export_RuntimeApiOperationExecutorOptions export_createRuntimeApiOperationExecutor
6062
+ -.-&gt; export_RuntimeBindingOperationExecutor
5910
6063
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
5911
6064
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
5912
- export_createRuntimeDataSourceOperationExecutor[&quot;createRuntimeDataSourceOperationExecutor&quot;]
5913
- module_src_runtimeDataSourceOperations_ts --&gt;
5914
- export_createRuntimeDataSourceOperationExecutor
5915
- export_createRuntimeDataSourceOperationExecutor -.-&gt;
5916
- export_RuntimeBindingOperationExecutor
5917
- export_createRuntimeDataSourceOperationExecutor -.-&gt;
5918
- export_RuntimeDataSourceOperationExecutorOptions
5919
6065
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
5920
6066
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
5921
6067
  export_createRuntimeMemoryStateAdapter -.-&gt;
@@ -6007,6 +6153,10 @@ graph LR
6007
6153
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeActionResolutionScope
6008
6154
  export_RuntimeAdapterDescriptor[&quot;RuntimeAdapterDescriptor&quot;]
6009
6155
  module_src_runtimeManifest_ts --&gt; export_RuntimeAdapterDescriptor
6156
+ export_RuntimeApiOperationExecutorOptions[&quot;RuntimeApiOperationExecutorOptions&quot;]
6157
+ module_src_runtimeApiOperations_ts --&gt; export_RuntimeApiOperationExecutorOptions
6158
+ export_RuntimeApiOperationSelection[&quot;RuntimeApiOperationSelection&quot;]
6159
+ module_src_runtimeApiSelection_ts --&gt; export_RuntimeApiOperationSelection
6010
6160
  export_RuntimeBindingDescriptor[&quot;RuntimeBindingDescriptor&quot;]
6011
6161
  module_src_runtimeManifest_ts --&gt; export_RuntimeBindingDescriptor
6012
6162
  export_RuntimeBindingOperationExecutionArgs[&quot;RuntimeBindingOperationExecutionArgs&quot;]
@@ -6038,9 +6188,6 @@ graph LR
6038
6188
  export_RuntimeComponentEventDispatchArgs -.-&gt;
6039
6189
  export_RuntimeBindingOperationExecutor export_RuntimeComponentEventDispatchArgs
6040
6190
  -.-&gt; export_RuntimeBindingOperationResultWriter
6041
- export_RuntimeDataSourceOperationExecutorOptions[&quot;RuntimeDataSourceOperationExecutorOptions&quot;]
6042
- module_src_runtimeDataSourceOperations_ts --&gt;
6043
- export_RuntimeDataSourceOperationExecutorOptions
6044
6191
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6045
6192
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6046
6193
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6135,7 +6282,7 @@ graph LR
6135
6282
  export_RuntimeBindingResolutionContext export_useRuntimeScreenOperationLoaders
6136
6283
  -.-&gt; export_RuntimeScreenOperationLoaderState
6137
6284
  export_validateRuntimeBindingOperationRef[&quot;validateRuntimeBindingOperationRef&quot;]
6138
- module_src_runtimeBindings_ts --&gt; export_validateRuntimeBindingOperationRef
6285
+ module_src_runtimeApiSelection_ts --&gt; export_validateRuntimeBindingOperationRef
6139
6286
  export_wrapRuntimeEventProps[&quot;wrapRuntimeEventProps&quot;]
6140
6287
  module_src_runtimeActionRegistry_ts --&gt; export_wrapRuntimeEventProps
6141
6288
  export_wrapRuntimeEventProps -.-&gt; export_RuntimeEventPropWrapArgs
@@ -6152,13 +6299,16 @@ graph LR
6152
6299
  module_src_registry_tsx[&quot;src/registry.tsx&quot;]
6153
6300
  module_src_rendering_test_ts[&quot;src/rendering.test.ts&quot;]
6154
6301
  module_src_rendering_ts[&quot;src/rendering.ts&quot;]
6155
- module_src_runtimeActionRegistry_test_ts[&quot;src/runtimeActionRegistry.test.ts&quot;]
6302
+ module_src_runtimeActionRegistry_actions_test_ts[&quot;src/runtimeActionRegistry.actions.test.ts&quot;]
6303
+ module_src_runtimeActionRegistry_chains_test_ts[&quot;src/runtimeActionRegistry.chains.test.ts&quot;]
6304
+ module_src_runtimeActionRegistry_operations_test_ts[&quot;src/runtimeActionRegistry.operations.test.ts&quot;]
6156
6305
  module_src_runtimeActionRegistry_ts[&quot;src/runtimeActionRegistry.ts&quot;]
6306
+ module_src_runtimeApiOperations_test_ts[&quot;src/runtimeApiOperations.test.ts&quot;]
6307
+ module_src_runtimeApiOperations_ts[&quot;src/runtimeApiOperations.ts&quot;]
6308
+ module_src_runtimeApiSelection_test_ts[&quot;src/runtimeApiSelection.test.ts&quot;]
6309
+ module_src_runtimeApiSelection_ts[&quot;src/runtimeApiSelection.ts&quot;]
6157
6310
  module_src_runtimeBindings_test_ts[&quot;src/runtimeBindings.test.ts&quot;]
6158
6311
  module_src_runtimeBindings_ts[&quot;src/runtimeBindings.ts&quot;]
6159
- module_src_runtimeDatabaseOperationExecutor_ts[&quot;src/runtimeDatabaseOperationExecutor.ts&quot;]
6160
- module_src_runtimeDataSourceOperations_test_ts[&quot;src/runtimeDataSourceOperations.test.ts&quot;]
6161
- module_src_runtimeDataSourceOperations_ts[&quot;src/runtimeDataSourceOperations.ts&quot;]
6162
6312
  module_src_runtimeDbPersist_test_ts[&quot;src/runtimeDbPersist.test.ts&quot;]
6163
6313
  module_src_runtimeDbPersist_ts[&quot;src/runtimeDbPersist.ts&quot;]
6164
6314
  module_src_runtimeEventExecution_test_ts[&quot;src/runtimeEventExecution.test.ts&quot;]
@@ -6181,7 +6331,8 @@ graph LR
6181
6331
  module_src_runtimeRepeatEmptyState_ts[&quot;src/runtimeRepeatEmptyState.ts&quot;]
6182
6332
  module_src_RuntimeScreen_tsx[&quot;src/RuntimeScreen.tsx&quot;]
6183
6333
  module_src_runtimeScreenLoaders_arrayPath_test_ts[&quot;src/runtimeScreenLoaders.arrayPath.test.ts&quot;]
6184
- module_src_runtimeScreenLoaders_test_ts[&quot;src/runtimeScreenLoaders.test.ts&quot;]
6334
+ module_src_runtimeScreenLoaders_execution_test_ts[&quot;src/runtimeScreenLoaders.execution.test.ts&quot;]
6335
+ module_src_runtimeScreenLoaders_lifecycle_test_ts[&quot;src/runtimeScreenLoaders.lifecycle.test.ts&quot;]
6185
6336
  module_src_runtimeScreenLoaders_ts[&quot;src/runtimeScreenLoaders.ts&quot;]
6186
6337
  module_src_runtimeStateAdapter_ts[&quot;src/runtimeStateAdapter.ts&quot;]
6187
6338
  module_src_runtimeStateAdapterConfig_test_ts[&quot;src/runtimeStateAdapterConfig.test.ts&quot;]
@@ -6217,12 +6368,12 @@ graph LR
6217
6368
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationExecutor
6218
6369
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultCache
6219
6370
  export_createRuntimeActionRegistry -.-&gt; export_RuntimeBindingOperationResultWriter
6371
+ export_createRuntimeApiOperationExecutor[&quot;createRuntimeApiOperationExecutor&quot;]
6372
+ module_src_runtimeApiOperations_ts --&gt; export_createRuntimeApiOperationExecutor
6373
+ export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeApiOperationExecutorOptions
6374
+ export_createRuntimeApiOperationExecutor -.-&gt; export_RuntimeBindingOperationExecutor
6220
6375
  export_createRuntimeBindingOperationKey[&quot;createRuntimeBindingOperationKey&quot;]
6221
6376
  module_src_runtimeBindings_ts --&gt; export_createRuntimeBindingOperationKey
6222
- export_createRuntimeDataSourceOperationExecutor[&quot;createRuntimeDataSourceOperationExecutor&quot;]
6223
- module_src_runtimeDataSourceOperations_ts --&gt; export_createRuntimeDataSourceOperationExecutor
6224
- export_createRuntimeDataSourceOperationExecutor -.-&gt; export_RuntimeBindingOperationExecutor
6225
- export_createRuntimeDataSourceOperationExecutor -.-&gt; export_RuntimeDataSourceOperationExecutorOptions
6226
6377
  export_createRuntimeMemoryStateAdapter[&quot;createRuntimeMemoryStateAdapter&quot;]
6227
6378
  module_src_runtimeStateAdapter_ts --&gt; export_createRuntimeMemoryStateAdapter
6228
6379
  export_createRuntimeMemoryStateAdapter -.-&gt; export_RuntimeMemoryStateAdapterOptions
@@ -6306,6 +6457,10 @@ graph LR
6306
6457
  module_src_runtimeActionRegistry_ts --&gt; export_RuntimeActionResolutionScope
6307
6458
  export_RuntimeAdapterDescriptor[&quot;RuntimeAdapterDescriptor&quot;]
6308
6459
  module_src_runtimeManifest_ts --&gt; export_RuntimeAdapterDescriptor
6460
+ export_RuntimeApiOperationExecutorOptions[&quot;RuntimeApiOperationExecutorOptions&quot;]
6461
+ module_src_runtimeApiOperations_ts --&gt; export_RuntimeApiOperationExecutorOptions
6462
+ export_RuntimeApiOperationSelection[&quot;RuntimeApiOperationSelection&quot;]
6463
+ module_src_runtimeApiSelection_ts --&gt; export_RuntimeApiOperationSelection
6309
6464
  export_RuntimeBindingDescriptor[&quot;RuntimeBindingDescriptor&quot;]
6310
6465
  module_src_runtimeManifest_ts --&gt; export_RuntimeBindingDescriptor
6311
6466
  export_RuntimeBindingOperationExecutionArgs[&quot;RuntimeBindingOperationExecutionArgs&quot;]
@@ -6335,8 +6490,6 @@ graph LR
6335
6490
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeActionHandler
6336
6491
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationExecutor
6337
6492
  export_RuntimeComponentEventDispatchArgs -.-&gt; export_RuntimeBindingOperationResultWriter
6338
- export_RuntimeDataSourceOperationExecutorOptions[&quot;RuntimeDataSourceOperationExecutorOptions&quot;]
6339
- module_src_runtimeDataSourceOperations_ts --&gt; export_RuntimeDataSourceOperationExecutorOptions
6340
6493
  export_RuntimeDbPersistError[&quot;RuntimeDbPersistError&quot;]
6341
6494
  module_src_runtimeDbPersist_ts --&gt; export_RuntimeDbPersistError
6342
6495
  export_RuntimeDbPersistExecutionResult[&quot;RuntimeDbPersistExecutionResult&quot;]
@@ -6429,7 +6582,7 @@ graph LR
6429
6582
  export_useRuntimeScreenOperationLoaders -.-&gt; export_RuntimeBindingResolutionContext
6430
6583
  export_useRuntimeScreenOperationLoaders -.-&gt; export_RuntimeScreenOperationLoaderState
6431
6584
  export_validateRuntimeBindingOperationRef[&quot;validateRuntimeBindingOperationRef&quot;]
6432
- module_src_runtimeBindings_ts --&gt; export_validateRuntimeBindingOperationRef
6585
+ module_src_runtimeApiSelection_ts --&gt; export_validateRuntimeBindingOperationRef
6433
6586
  export_wrapRuntimeEventProps[&quot;wrapRuntimeEventProps&quot;]
6434
6587
  module_src_runtimeActionRegistry_ts --&gt; export_wrapRuntimeEventProps
6435
6588
  export_wrapRuntimeEventProps -.-&gt; export_RuntimeEventPropWrapArgs
@@ -6920,30 +7073,37 @@ sequenceDiagram
6920
7073
  <code>diagrams/sequences/validate-runtime-binding-operation-ref.mmd</code>
6921
7074
  </p>
6922
7075
  <div class="mermaid">
6923
- sequenceDiagram participant participant_createRuntimeBindingDiagnostic as
6924
- createRuntimeBindingDiagnostic participant participant_resolveRuntimeBindingEndpoint
6925
- as resolveRuntimeBindingEndpoint participant
7076
+ sequenceDiagram participant participant_createApiDiagnostic as createApiDiagnostic
7077
+ participant participant_findRuntimeApi as findRuntimeApi participant
7078
+ participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint participant
6926
7079
  participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
6927
- participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_createRuntimeBindingDiagnostic:
6928
- createRuntimeBindingDiagnostic()
6929
- participant_createRuntimeBindingDiagnostic--&gt;&gt;participant_validateRuntimeBindingOperationRef:
7080
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_findRuntimeApi:
7081
+ findRuntimeApi()
7082
+ participant_findRuntimeApi--&gt;&gt;participant_validateRuntimeBindingOperationRef:
7083
+ return
7084
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_createApiDiagnostic:
7085
+ createApiDiagnostic()
7086
+ participant_createApiDiagnostic--&gt;&gt;participant_validateRuntimeBindingOperationRef:
6930
7087
  return
6931
- participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_resolveRuntimeBindingEndpoint:
6932
- resolveRuntimeBindingEndpoint()
6933
- participant_resolveRuntimeBindingEndpoint--&gt;&gt;participant_validateRuntimeBindingOperationRef:
7088
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_resolveRuntimeApiEndpoint:
7089
+ resolveRuntimeApiEndpoint()
7090
+ participant_resolveRuntimeApiEndpoint--&gt;&gt;participant_validateRuntimeBindingOperationRef:
6934
7091
  return
6935
7092
  </div>
6936
7093
  <details>
6937
7094
  <summary>View Mermaid source</summary>
6938
7095
  <pre>
6939
7096
  sequenceDiagram
6940
- participant participant_createRuntimeBindingDiagnostic as createRuntimeBindingDiagnostic
6941
- participant participant_resolveRuntimeBindingEndpoint as resolveRuntimeBindingEndpoint
7097
+ participant participant_createApiDiagnostic as createApiDiagnostic
7098
+ participant participant_findRuntimeApi as findRuntimeApi
7099
+ participant participant_resolveRuntimeApiEndpoint as resolveRuntimeApiEndpoint
6942
7100
  participant participant_validateRuntimeBindingOperationRef as validateRuntimeBindingOperationRef
6943
- participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_createRuntimeBindingDiagnostic: createRuntimeBindingDiagnostic()
6944
- participant_createRuntimeBindingDiagnostic--&gt;&gt;participant_validateRuntimeBindingOperationRef: return
6945
- participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_resolveRuntimeBindingEndpoint: resolveRuntimeBindingEndpoint()
6946
- participant_resolveRuntimeBindingEndpoint--&gt;&gt;participant_validateRuntimeBindingOperationRef: return
7101
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_findRuntimeApi: findRuntimeApi()
7102
+ participant_findRuntimeApi--&gt;&gt;participant_validateRuntimeBindingOperationRef: return
7103
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_createApiDiagnostic: createApiDiagnostic()
7104
+ participant_createApiDiagnostic--&gt;&gt;participant_validateRuntimeBindingOperationRef: return
7105
+ participant_validateRuntimeBindingOperationRef-&gt;&gt;participant_resolveRuntimeApiEndpoint: resolveRuntimeApiEndpoint()
7106
+ participant_resolveRuntimeApiEndpoint--&gt;&gt;participant_validateRuntimeBindingOperationRef: return
6947
7107
  </pre>
6948
7108
  </details>
6949
7109
  </article>
@@ -7091,24 +7251,95 @@ sequenceDiagram
7091
7251
  </section>
7092
7252
  </section>
7093
7253
  <section
7094
- id="view-src-runtimeactionregistry-test-ts"
7254
+ id="view-src-runtimeactionregistry-actions-test-ts"
7095
7255
  class="view"
7096
- data-view="src/runtimeActionRegistry.test.ts"
7256
+ data-view="src/runtimeActionRegistry.actions.test.ts"
7097
7257
  hidden
7098
7258
  >
7099
7259
  <section class="panel">
7100
- <h2>src/runtimeActionRegistry.test.ts</h2>
7101
- <article class="item" data-search="isNoArgFunction src/runtimeActionRegistry.test.ts ">
7260
+ <h2>src/runtimeActionRegistry.actions.test.ts</h2>
7261
+ <article
7262
+ class="item"
7263
+ data-search="isNoArgFunction src/runtimeActionRegistry.actions.test.ts "
7264
+ >
7102
7265
  <h3>isNoArgFunction</h3>
7103
- <p class="muted"><code>src/runtimeActionRegistry.test.ts:21:1</code></p>
7266
+ <p class="muted"><code>src/runtimeActionRegistry.actions.test.ts:11:1</code></p>
7267
+ <p class="empty">No description available.</p>
7268
+ </article>
7269
+ <article
7270
+ class="item"
7271
+ data-search="createActionBindings src/runtimeActionRegistry.actions.test.ts "
7272
+ >
7273
+ <h3>createActionBindings</h3>
7274
+ <p class="muted"><code>src/runtimeActionRegistry.actions.test.ts:15:1</code></p>
7275
+ <p class="empty">No description available.</p>
7276
+ </article>
7277
+ </section>
7278
+ </section>
7279
+ <section
7280
+ id="view-src-runtimeactionregistry-chains-test-ts"
7281
+ class="view"
7282
+ data-view="src/runtimeActionRegistry.chains.test.ts"
7283
+ hidden
7284
+ >
7285
+ <section class="panel">
7286
+ <h2>src/runtimeActionRegistry.chains.test.ts</h2>
7287
+ <article
7288
+ class="item"
7289
+ data-search="createApis src/runtimeActionRegistry.chains.test.ts "
7290
+ >
7291
+ <h3>createApis</h3>
7292
+ <p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:17:1</code></p>
7293
+ <p class="empty">No description available.</p>
7294
+ </article>
7295
+ <article
7296
+ class="item"
7297
+ data-search="createScannerBindings src/runtimeActionRegistry.chains.test.ts "
7298
+ >
7299
+ <h3>createScannerBindings</h3>
7300
+ <p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:44:1</code></p>
7301
+ <p class="empty">No description available.</p>
7302
+ </article>
7303
+ <article
7304
+ class="item"
7305
+ data-search="scannerEvent src/runtimeActionRegistry.chains.test.ts "
7306
+ >
7307
+ <h3>scannerEvent</h3>
7308
+ <p class="muted"><code>src/runtimeActionRegistry.chains.test.ts:107:1</code></p>
7309
+ <p class="empty">No description available.</p>
7310
+ </article>
7311
+ </section>
7312
+ </section>
7313
+ <section
7314
+ id="view-src-runtimeactionregistry-operations-test-ts"
7315
+ class="view"
7316
+ data-view="src/runtimeActionRegistry.operations.test.ts"
7317
+ hidden
7318
+ >
7319
+ <section class="panel">
7320
+ <h2>src/runtimeActionRegistry.operations.test.ts</h2>
7321
+ <article
7322
+ class="item"
7323
+ data-search="createApis src/runtimeActionRegistry.operations.test.ts "
7324
+ >
7325
+ <h3>createApis</h3>
7326
+ <p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:23:1</code></p>
7327
+ <p class="empty">No description available.</p>
7328
+ </article>
7329
+ <article
7330
+ class="item"
7331
+ data-search="createOperationBindings src/runtimeActionRegistry.operations.test.ts "
7332
+ >
7333
+ <h3>createOperationBindings</h3>
7334
+ <p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:58:1</code></p>
7104
7335
  <p class="empty">No description available.</p>
7105
7336
  </article>
7106
7337
  <article
7107
7338
  class="item"
7108
- data-search="createDataSources src/runtimeActionRegistry.test.ts "
7339
+ data-search="refreshEventArgs src/runtimeActionRegistry.operations.test.ts "
7109
7340
  >
7110
- <h3>createDataSources</h3>
7111
- <p class="muted"><code>src/runtimeActionRegistry.test.ts:25:1</code></p>
7341
+ <h3>refreshEventArgs</h3>
7342
+ <p class="muted"><code>src/runtimeActionRegistry.operations.test.ts:78:1</code></p>
7112
7343
  <p class="empty">No description available.</p>
7113
7344
  </article>
7114
7345
  </section>
@@ -7126,7 +7357,7 @@ sequenceDiagram
7126
7357
  data-search="createRuntimeActionRegistry src/runtimeActionRegistry.ts "
7127
7358
  >
7128
7359
  <h3>createRuntimeActionRegistry</h3>
7129
- <p class="muted"><code>src/runtimeActionRegistry.ts:67:1</code></p>
7360
+ <p class="muted"><code>src/runtimeActionRegistry.ts:66:1</code></p>
7130
7361
  <p class="empty">No description available.</p>
7131
7362
  </article>
7132
7363
  <article
@@ -7134,12 +7365,12 @@ sequenceDiagram
7134
7365
  data-search="dispatchRuntimeComponentEvent src/runtimeActionRegistry.ts "
7135
7366
  >
7136
7367
  <h3>dispatchRuntimeComponentEvent</h3>
7137
- <p class="muted"><code>src/runtimeActionRegistry.ts:103:1</code></p>
7368
+ <p class="muted"><code>src/runtimeActionRegistry.ts:102:1</code></p>
7138
7369
  <p class="empty">No description available.</p>
7139
7370
  </article>
7140
7371
  <article class="item" data-search="wrapRuntimeEventProps src/runtimeActionRegistry.ts ">
7141
7372
  <h3>wrapRuntimeEventProps</h3>
7142
- <p class="muted"><code>src/runtimeActionRegistry.ts:180:1</code></p>
7373
+ <p class="muted"><code>src/runtimeActionRegistry.ts:179:1</code></p>
7143
7374
  <p class="empty">No description available.</p>
7144
7375
  </article>
7145
7376
  <article
@@ -7147,7 +7378,7 @@ sequenceDiagram
7147
7378
  data-search="createComponentEventFromHandlerArgs src/runtimeActionRegistry.ts "
7148
7379
  >
7149
7380
  <h3>createComponentEventFromHandlerArgs</h3>
7150
- <p class="muted"><code>src/runtimeActionRegistry.ts:217:1</code></p>
7381
+ <p class="muted"><code>src/runtimeActionRegistry.ts:216:1</code></p>
7151
7382
  <p class="empty">No description available.</p>
7152
7383
  </article>
7153
7384
  <article
@@ -7155,7 +7386,7 @@ sequenceDiagram
7155
7386
  data-search="resolveRuntimeActionPayload src/runtimeActionRegistry.ts "
7156
7387
  >
7157
7388
  <h3>resolveRuntimeActionPayload</h3>
7158
- <p class="muted"><code>src/runtimeActionRegistry.ts:231:1</code></p>
7389
+ <p class="muted"><code>src/runtimeActionRegistry.ts:230:1</code></p>
7159
7390
  <p class="empty">No description available.</p>
7160
7391
  </article>
7161
7392
  <article
@@ -7163,7 +7394,7 @@ sequenceDiagram
7163
7394
  data-search="resolveRuntimeActionValue src/runtimeActionRegistry.ts "
7164
7395
  >
7165
7396
  <h3>resolveRuntimeActionValue</h3>
7166
- <p class="muted"><code>src/runtimeActionRegistry.ts:242:1</code></p>
7397
+ <p class="muted"><code>src/runtimeActionRegistry.ts:241:1</code></p>
7167
7398
  <p class="empty">No description available.</p>
7168
7399
  </article>
7169
7400
  <article
@@ -7171,7 +7402,7 @@ sequenceDiagram
7171
7402
  data-search="dispatchRuntimeOperationEventBinding src/runtimeActionRegistry.ts "
7172
7403
  >
7173
7404
  <h3>dispatchRuntimeOperationEventBinding</h3>
7174
- <p class="muted"><code>src/runtimeActionRegistry.ts:253:1</code></p>
7405
+ <p class="muted"><code>src/runtimeActionRegistry.ts:252:1</code></p>
7175
7406
  <p class="empty">No description available.</p>
7176
7407
  </article>
7177
7408
  <article
@@ -7179,7 +7410,7 @@ sequenceDiagram
7179
7410
  data-search="resolveRuntimeActionValueEntry src/runtimeActionRegistry.ts "
7180
7411
  >
7181
7412
  <h3>resolveRuntimeActionValueEntry</h3>
7182
- <p class="muted"><code>src/runtimeActionRegistry.ts:307:1</code></p>
7413
+ <p class="muted"><code>src/runtimeActionRegistry.ts:299:1</code></p>
7183
7414
  <p class="empty">No description available.</p>
7184
7415
  </article>
7185
7416
  <article
@@ -7187,7 +7418,7 @@ sequenceDiagram
7187
7418
  data-search="resolveObjectEventBindingInput src/runtimeActionRegistry.ts "
7188
7419
  >
7189
7420
  <h3>resolveObjectEventBindingInput</h3>
7190
- <p class="muted"><code>src/runtimeActionRegistry.ts:325:1</code></p>
7421
+ <p class="muted"><code>src/runtimeActionRegistry.ts:317:1</code></p>
7191
7422
  <p class="empty">No description available.</p>
7192
7423
  </article>
7193
7424
  <article
@@ -7195,7 +7426,7 @@ sequenceDiagram
7195
7426
  data-search="resolveEventBindingInput src/runtimeActionRegistry.ts "
7196
7427
  >
7197
7428
  <h3>resolveEventBindingInput</h3>
7198
- <p class="muted"><code>src/runtimeActionRegistry.ts:334:1</code></p>
7429
+ <p class="muted"><code>src/runtimeActionRegistry.ts:326:1</code></p>
7199
7430
  <p class="empty">No description available.</p>
7200
7431
  </article>
7201
7432
  <article
@@ -7203,7 +7434,7 @@ sequenceDiagram
7203
7434
  data-search="matchesBindingCondition src/runtimeActionRegistry.ts "
7204
7435
  >
7205
7436
  <h3>matchesBindingCondition</h3>
7206
- <p class="muted"><code>src/runtimeActionRegistry.ts:353:1</code></p>
7437
+ <p class="muted"><code>src/runtimeActionRegistry.ts:345:1</code></p>
7207
7438
  <p class="empty">No description available.</p>
7208
7439
  </article>
7209
7440
  <article
@@ -7211,20 +7442,12 @@ sequenceDiagram
7211
7442
  data-search="readBindingConditionSource src/runtimeActionRegistry.ts "
7212
7443
  >
7213
7444
  <h3>readBindingConditionSource</h3>
7214
- <p class="muted"><code>src/runtimeActionRegistry.ts:373:1</code></p>
7215
- <p class="empty">No description available.</p>
7216
- </article>
7217
- <article
7218
- class="item"
7219
- data-search="resolveEventOperationEndpoint src/runtimeActionRegistry.ts "
7220
- >
7221
- <h3>resolveEventOperationEndpoint</h3>
7222
- <p class="muted"><code>src/runtimeActionRegistry.ts:396:1</code></p>
7445
+ <p class="muted"><code>src/runtimeActionRegistry.ts:365:1</code></p>
7223
7446
  <p class="empty">No description available.</p>
7224
7447
  </article>
7225
7448
  <article class="item" data-search="createPayloadForEvent src/runtimeActionRegistry.ts ">
7226
7449
  <h3>createPayloadForEvent</h3>
7227
- <p class="muted"><code>src/runtimeActionRegistry.ts:409:1</code></p>
7450
+ <p class="muted"><code>src/runtimeActionRegistry.ts:388:1</code></p>
7228
7451
  <p class="empty">No description available.</p>
7229
7452
  </article>
7230
7453
  <article
@@ -7232,12 +7455,12 @@ sequenceDiagram
7232
7455
  data-search="localEventNameToEventType src/runtimeActionRegistry.ts "
7233
7456
  >
7234
7457
  <h3>localEventNameToEventType</h3>
7235
- <p class="muted"><code>src/runtimeActionRegistry.ts:447:1</code></p>
7458
+ <p class="muted"><code>src/runtimeActionRegistry.ts:426:1</code></p>
7236
7459
  <p class="empty">No description available.</p>
7237
7460
  </article>
7238
7461
  <article class="item" data-search="inferLocalEventName src/runtimeActionRegistry.ts ">
7239
7462
  <h3>inferLocalEventName</h3>
7240
- <p class="muted"><code>src/runtimeActionRegistry.ts:455:1</code></p>
7463
+ <p class="muted"><code>src/runtimeActionRegistry.ts:434:1</code></p>
7241
7464
  <p class="empty">No description available.</p>
7242
7465
  </article>
7243
7466
  <article
@@ -7245,17 +7468,17 @@ sequenceDiagram
7245
7468
  data-search="eventNameToCallbackProp src/runtimeActionRegistry.ts "
7246
7469
  >
7247
7470
  <h3>eventNameToCallbackProp</h3>
7248
- <p class="muted"><code>src/runtimeActionRegistry.ts:461:1</code></p>
7471
+ <p class="muted"><code>src/runtimeActionRegistry.ts:440:1</code></p>
7249
7472
  <p class="empty">No description available.</p>
7250
7473
  </article>
7251
7474
  <article class="item" data-search="isRuntimeEventHandler src/runtimeActionRegistry.ts ">
7252
7475
  <h3>isRuntimeEventHandler</h3>
7253
- <p class="muted"><code>src/runtimeActionRegistry.ts:465:1</code></p>
7476
+ <p class="muted"><code>src/runtimeActionRegistry.ts:444:1</code></p>
7254
7477
  <p class="empty">No description available.</p>
7255
7478
  </article>
7256
7479
  <article class="item" data-search="readPath src/runtimeActionRegistry.ts ">
7257
7480
  <h3>readPath</h3>
7258
- <p class="muted"><code>src/runtimeActionRegistry.ts:469:1</code></p>
7481
+ <p class="muted"><code>src/runtimeActionRegistry.ts:448:1</code></p>
7259
7482
  <p class="empty">No description available.</p>
7260
7483
  </article>
7261
7484
  <article
@@ -7263,22 +7486,153 @@ sequenceDiagram
7263
7486
  data-search="createBarcodeScannedPayload src/runtimeActionRegistry.ts "
7264
7487
  >
7265
7488
  <h3>createBarcodeScannedPayload</h3>
7266
- <p class="muted"><code>src/runtimeActionRegistry.ts:478:1</code></p>
7489
+ <p class="muted"><code>src/runtimeActionRegistry.ts:457:1</code></p>
7267
7490
  <p class="empty">No description available.</p>
7268
7491
  </article>
7269
7492
  <article class="item" data-search="readItemId src/runtimeActionRegistry.ts ">
7270
7493
  <h3>readItemId</h3>
7271
- <p class="muted"><code>src/runtimeActionRegistry.ts:494:1</code></p>
7494
+ <p class="muted"><code>src/runtimeActionRegistry.ts:473:1</code></p>
7272
7495
  <p class="empty">No description available.</p>
7273
7496
  </article>
7274
7497
  <article class="item" data-search="asRecord src/runtimeActionRegistry.ts ">
7275
7498
  <h3>asRecord</h3>
7276
- <p class="muted"><code>src/runtimeActionRegistry.ts:503:1</code></p>
7499
+ <p class="muted"><code>src/runtimeActionRegistry.ts:482:1</code></p>
7277
7500
  <p class="empty">No description available.</p>
7278
7501
  </article>
7279
7502
  <article class="item" data-search="isRecord src/runtimeActionRegistry.ts ">
7280
7503
  <h3>isRecord</h3>
7281
- <p class="muted"><code>src/runtimeActionRegistry.ts:507:1</code></p>
7504
+ <p class="muted"><code>src/runtimeActionRegistry.ts:486:1</code></p>
7505
+ <p class="empty">No description available.</p>
7506
+ </article>
7507
+ </section>
7508
+ </section>
7509
+ <section
7510
+ id="view-src-runtimeapioperations-test-ts"
7511
+ class="view"
7512
+ data-view="src/runtimeApiOperations.test.ts"
7513
+ hidden
7514
+ >
7515
+ <section class="panel">
7516
+ <h2>src/runtimeApiOperations.test.ts</h2>
7517
+ <article
7518
+ class="item"
7519
+ data-search="createNutritionApi src/runtimeApiOperations.test.ts "
7520
+ >
7521
+ <h3>createNutritionApi</h3>
7522
+ <p class="muted"><code>src/runtimeApiOperations.test.ts:6:1</code></p>
7523
+ <p class="empty">No description available.</p>
7524
+ </article>
7525
+ <article
7526
+ class="item"
7527
+ data-search="createProductsEndpoint src/runtimeApiOperations.test.ts "
7528
+ >
7529
+ <h3>createProductsEndpoint</h3>
7530
+ <p class="muted"><code>src/runtimeApiOperations.test.ts:18:1</code></p>
7531
+ <p class="empty">No description available.</p>
7532
+ </article>
7533
+ <article
7534
+ class="item"
7535
+ data-search="getProductsEndpoint src/runtimeApiOperations.test.ts "
7536
+ >
7537
+ <h3>getProductsEndpoint</h3>
7538
+ <p class="muted"><code>src/runtimeApiOperations.test.ts:35:1</code></p>
7539
+ <p class="empty">No description available.</p>
7540
+ </article>
7541
+ </section>
7542
+ </section>
7543
+ <section
7544
+ id="view-src-runtimeapioperations-ts"
7545
+ class="view"
7546
+ data-view="src/runtimeApiOperations.ts"
7547
+ hidden
7548
+ >
7549
+ <section class="panel">
7550
+ <h2>src/runtimeApiOperations.ts</h2>
7551
+ <article
7552
+ class="item"
7553
+ data-search="createRuntimeApiOperationExecutor src/runtimeApiOperations.ts "
7554
+ >
7555
+ <h3>createRuntimeApiOperationExecutor</h3>
7556
+ <p class="muted"><code>src/runtimeApiOperations.ts:12:1</code></p>
7557
+ <p class="empty">No description available.</p>
7558
+ </article>
7559
+ <article class="item" data-search="invalidInput src/runtimeApiOperations.ts ">
7560
+ <h3>invalidInput</h3>
7561
+ <p class="muted"><code>src/runtimeApiOperations.ts:36:1</code></p>
7562
+ <p class="empty">No description available.</p>
7563
+ </article>
7564
+ <article class="item" data-search="asBindingValueRecord src/runtimeApiOperations.ts ">
7565
+ <h3>asBindingValueRecord</h3>
7566
+ <p class="muted"><code>src/runtimeApiOperations.ts:48:1</code></p>
7567
+ <p class="empty">No description available.</p>
7568
+ </article>
7569
+ <article class="item" data-search="isBindingValueRecord src/runtimeApiOperations.ts ">
7570
+ <h3>isBindingValueRecord</h3>
7571
+ <p class="muted"><code>src/runtimeApiOperations.ts:54:1</code></p>
7572
+ <p class="empty">No description available.</p>
7573
+ </article>
7574
+ </section>
7575
+ </section>
7576
+ <section
7577
+ id="view-src-runtimeapiselection-test-ts"
7578
+ class="view"
7579
+ data-view="src/runtimeApiSelection.test.ts"
7580
+ hidden
7581
+ >
7582
+ <section class="panel">
7583
+ <h2>src/runtimeApiSelection.test.ts</h2>
7584
+ <article class="item" data-search="createApis src/runtimeApiSelection.test.ts ">
7585
+ <h3>createApis</h3>
7586
+ <p class="muted"><code>src/runtimeApiSelection.test.ts:6:1</code></p>
7587
+ <p class="empty">No description available.</p>
7588
+ </article>
7589
+ <article class="item" data-search="operation src/runtimeApiSelection.test.ts ">
7590
+ <h3>operation</h3>
7591
+ <p class="muted"><code>src/runtimeApiSelection.test.ts:33:1</code></p>
7592
+ <p class="empty">No description available.</p>
7593
+ </article>
7594
+ </section>
7595
+ </section>
7596
+ <section
7597
+ id="view-src-runtimeapiselection-ts"
7598
+ class="view"
7599
+ data-view="src/runtimeApiSelection.ts"
7600
+ hidden
7601
+ >
7602
+ <section class="panel">
7603
+ <h2>src/runtimeApiSelection.ts</h2>
7604
+ <article
7605
+ class="item"
7606
+ data-search="validateRuntimeBindingOperationRef src/runtimeApiSelection.ts "
7607
+ >
7608
+ <h3>validateRuntimeBindingOperationRef</h3>
7609
+ <p class="muted"><code>src/runtimeApiSelection.ts:14:1</code></p>
7610
+ <p class="empty">No description available.</p>
7611
+ </article>
7612
+ <article
7613
+ class="item"
7614
+ data-search="resolveRuntimeBindingOperationSelection src/runtimeApiSelection.ts "
7615
+ >
7616
+ <h3>resolveRuntimeBindingOperationSelection</h3>
7617
+ <p class="muted"><code>src/runtimeApiSelection.ts:50:1</code></p>
7618
+ <p class="empty">No description available.</p>
7619
+ </article>
7620
+ <article class="item" data-search="findRuntimeApi src/runtimeApiSelection.ts ">
7621
+ <h3>findRuntimeApi</h3>
7622
+ <p class="muted"><code>src/runtimeApiSelection.ts:65:1</code></p>
7623
+ <p class="empty">No description available.</p>
7624
+ </article>
7625
+ <article
7626
+ class="item"
7627
+ data-search="resolveRuntimeApiEndpoint src/runtimeApiSelection.ts "
7628
+ >
7629
+ <h3>resolveRuntimeApiEndpoint</h3>
7630
+ <p class="muted"><code>src/runtimeApiSelection.ts:72:1</code></p>
7631
+ <p class="empty">No description available.</p>
7632
+ </article>
7633
+ <article class="item" data-search="createApiDiagnostic src/runtimeApiSelection.ts ">
7634
+ <h3>createApiDiagnostic</h3>
7635
+ <p class="muted"><code>src/runtimeApiSelection.ts:83:1</code></p>
7282
7636
  <p class="empty">No description available.</p>
7283
7637
  </article>
7284
7638
  </section>
@@ -7291,14 +7645,14 @@ sequenceDiagram
7291
7645
  >
7292
7646
  <section class="panel">
7293
7647
  <h2>src/runtimeBindings.test.ts</h2>
7294
- <article class="item" data-search="createFakeStateAdapter src/runtimeBindings.test.ts ">
7295
- <h3>createFakeStateAdapter</h3>
7648
+ <article class="item" data-search="createApis src/runtimeBindings.test.ts ">
7649
+ <h3>createApis</h3>
7296
7650
  <p class="muted"><code>src/runtimeBindings.test.ts:25:1</code></p>
7297
7651
  <p class="empty">No description available.</p>
7298
7652
  </article>
7299
- <article class="item" data-search="createDataSources src/runtimeBindings.test.ts ">
7300
- <h3>createDataSources</h3>
7301
- <p class="muted"><code>src/runtimeBindings.test.ts:57:1</code></p>
7653
+ <article class="item" data-search="createFakeStateAdapter src/runtimeBindings.test.ts ">
7654
+ <h3>createFakeStateAdapter</h3>
7655
+ <p class="muted"><code>src/runtimeBindings.test.ts:60:1</code></p>
7302
7656
  <p class="empty">No description available.</p>
7303
7657
  </article>
7304
7658
  </section>
@@ -7313,17 +7667,17 @@ sequenceDiagram
7313
7667
  <h2>src/runtimeBindings.ts</h2>
7314
7668
  <article class="item" data-search="resolveRuntimeBindingsAsync src/runtimeBindings.ts ">
7315
7669
  <h3>resolveRuntimeBindingsAsync</h3>
7316
- <p class="muted"><code>src/runtimeBindings.ts:74:1</code></p>
7670
+ <p class="muted"><code>src/runtimeBindings.ts:76:1</code></p>
7317
7671
  <p class="empty">No description available.</p>
7318
7672
  </article>
7319
7673
  <article class="item" data-search="resolveRuntimeBindings src/runtimeBindings.ts ">
7320
7674
  <h3>resolveRuntimeBindings</h3>
7321
- <p class="muted"><code>src/runtimeBindings.ts:89:1</code></p>
7675
+ <p class="muted"><code>src/runtimeBindings.ts:91:1</code></p>
7322
7676
  <p class="empty">No description available.</p>
7323
7677
  </article>
7324
7678
  <article class="item" data-search="resolveRuntimeBindingValue src/runtimeBindings.ts ">
7325
7679
  <h3>resolveRuntimeBindingValue</h3>
7326
- <p class="muted"><code>src/runtimeBindings.ts:103:1</code></p>
7680
+ <p class="muted"><code>src/runtimeBindings.ts:105:1</code></p>
7327
7681
  <p class="empty">No description available.</p>
7328
7682
  </article>
7329
7683
  <article
@@ -7331,17 +7685,17 @@ sequenceDiagram
7331
7685
  data-search="resolveRuntimeBindingValueSync src/runtimeBindings.ts "
7332
7686
  >
7333
7687
  <h3>resolveRuntimeBindingValueSync</h3>
7334
- <p class="muted"><code>src/runtimeBindings.ts:116:1</code></p>
7688
+ <p class="muted"><code>src/runtimeBindings.ts:118:1</code></p>
7335
7689
  <p class="empty">No description available.</p>
7336
7690
  </article>
7337
7691
  <article class="item" data-search="resolveBindingInputMap src/runtimeBindings.ts ">
7338
7692
  <h3>resolveBindingInputMap</h3>
7339
- <p class="muted"><code>src/runtimeBindings.ts:129:1</code></p>
7693
+ <p class="muted"><code>src/runtimeBindings.ts:131:1</code></p>
7340
7694
  <p class="empty">No description available.</p>
7341
7695
  </article>
7342
7696
  <article class="item" data-search="resolveBindingInputMapSync src/runtimeBindings.ts ">
7343
7697
  <h3>resolveBindingInputMapSync</h3>
7344
- <p class="muted"><code>src/runtimeBindings.ts:146:1</code></p>
7698
+ <p class="muted"><code>src/runtimeBindings.ts:148:1</code></p>
7345
7699
  <p class="empty">No description available.</p>
7346
7700
  </article>
7347
7701
  <article
@@ -7349,15 +7703,7 @@ sequenceDiagram
7349
7703
  data-search="createRuntimeBindingOperationKey src/runtimeBindings.ts "
7350
7704
  >
7351
7705
  <h3>createRuntimeBindingOperationKey</h3>
7352
- <p class="muted"><code>src/runtimeBindings.ts:163:1</code></p>
7353
- <p class="empty">No description available.</p>
7354
- </article>
7355
- <article
7356
- class="item"
7357
- data-search="validateRuntimeBindingOperationRef src/runtimeBindings.ts "
7358
- >
7359
- <h3>validateRuntimeBindingOperationRef</h3>
7360
- <p class="muted"><code>src/runtimeBindings.ts:169:1</code></p>
7706
+ <p class="muted"><code>src/runtimeBindings.ts:165:1</code></p>
7361
7707
  <p class="empty">No description available.</p>
7362
7708
  </article>
7363
7709
  <article
@@ -7365,7 +7711,7 @@ sequenceDiagram
7365
7711
  data-search="resolveRuntimeBindingValueSource src/runtimeBindings.ts "
7366
7712
  >
7367
7713
  <h3>resolveRuntimeBindingValueSource</h3>
7368
- <p class="muted"><code>src/runtimeBindings.ts:211:1</code></p>
7714
+ <p class="muted"><code>src/runtimeBindings.ts:171:1</code></p>
7369
7715
  <p class="empty">No description available.</p>
7370
7716
  </article>
7371
7717
  <article
@@ -7373,27 +7719,27 @@ sequenceDiagram
7373
7719
  data-search="resolveRuntimeBindingValueSourceSync src/runtimeBindings.ts "
7374
7720
  >
7375
7721
  <h3>resolveRuntimeBindingValueSourceSync</h3>
7376
- <p class="muted"><code>src/runtimeBindings.ts:253:1</code></p>
7722
+ <p class="muted"><code>src/runtimeBindings.ts:213:1</code></p>
7377
7723
  <p class="empty">No description available.</p>
7378
7724
  </article>
7379
7725
  <article class="item" data-search="resolveCachedOperationValue src/runtimeBindings.ts ">
7380
7726
  <h3>resolveCachedOperationValue</h3>
7381
- <p class="muted"><code>src/runtimeBindings.ts:284:1</code></p>
7727
+ <p class="muted"><code>src/runtimeBindings.ts:244:1</code></p>
7382
7728
  <p class="empty">No description available.</p>
7383
7729
  </article>
7384
7730
  <article class="item" data-search="resolveBindingFallback src/runtimeBindings.ts ">
7385
7731
  <h3>resolveBindingFallback</h3>
7386
- <p class="muted"><code>src/runtimeBindings.ts:294:1</code></p>
7732
+ <p class="muted"><code>src/runtimeBindings.ts:254:1</code></p>
7387
7733
  <p class="empty">No description available.</p>
7388
7734
  </article>
7389
7735
  <article class="item" data-search="resolveBindingFallbackSync src/runtimeBindings.ts ">
7390
7736
  <h3>resolveBindingFallbackSync</h3>
7391
- <p class="muted"><code>src/runtimeBindings.ts:306:1</code></p>
7737
+ <p class="muted"><code>src/runtimeBindings.ts:266:1</code></p>
7392
7738
  <p class="empty">No description available.</p>
7393
7739
  </article>
7394
7740
  <article class="item" data-search="resolveBindingInputValue src/runtimeBindings.ts ">
7395
7741
  <h3>resolveBindingInputValue</h3>
7396
- <p class="muted"><code>src/runtimeBindings.ts:318:1</code></p>
7742
+ <p class="muted"><code>src/runtimeBindings.ts:278:1</code></p>
7397
7743
  <p class="empty">No description available.</p>
7398
7744
  </article>
7399
7745
  <article
@@ -7401,23 +7747,7 @@ sequenceDiagram
7401
7747
  data-search="resolveBindingInputValueSync src/runtimeBindings.ts "
7402
7748
  >
7403
7749
  <h3>resolveBindingInputValueSync</h3>
7404
- <p class="muted"><code>src/runtimeBindings.ts:350:1</code></p>
7405
- <p class="empty">No description available.</p>
7406
- </article>
7407
- <article
7408
- class="item"
7409
- data-search="resolveRuntimeBindingOperationSelection src/runtimeBindings.ts "
7410
- >
7411
- <h3>resolveRuntimeBindingOperationSelection</h3>
7412
- <p class="muted"><code>src/runtimeBindings.ts:382:1</code></p>
7413
- <p class="empty">No description available.</p>
7414
- </article>
7415
- <article
7416
- class="item"
7417
- data-search="resolveRuntimeBindingEndpoint src/runtimeBindings.ts "
7418
- >
7419
- <h3>resolveRuntimeBindingEndpoint</h3>
7420
- <p class="muted"><code>src/runtimeBindings.ts:400:1</code></p>
7750
+ <p class="muted"><code>src/runtimeBindings.ts:310:1</code></p>
7421
7751
  <p class="empty">No description available.</p>
7422
7752
  </article>
7423
7753
  <article
@@ -7425,326 +7755,42 @@ sequenceDiagram
7425
7755
  data-search="createRuntimeBindingDiagnostic src/runtimeBindings.ts "
7426
7756
  >
7427
7757
  <h3>createRuntimeBindingDiagnostic</h3>
7428
- <p class="muted"><code>src/runtimeBindings.ts:411:1</code></p>
7758
+ <p class="muted"><code>src/runtimeBindings.ts:342:1</code></p>
7429
7759
  <p class="empty">No description available.</p>
7430
7760
  </article>
7431
7761
  <article class="item" data-search="applyBindingValueTransforms src/runtimeBindings.ts ">
7432
7762
  <h3>applyBindingValueTransforms</h3>
7433
- <p class="muted"><code>src/runtimeBindings.ts:428:1</code></p>
7763
+ <p class="muted"><code>src/runtimeBindings.ts:357:1</code></p>
7434
7764
  <p class="empty">No description available.</p>
7435
7765
  </article>
7436
7766
  <article class="item" data-search="applyRuntimeBindingDataPath src/runtimeBindings.ts ">
7437
7767
  <h3>applyRuntimeBindingDataPath</h3>
7438
- <p class="muted"><code>src/runtimeBindings.ts:446:1</code></p>
7768
+ <p class="muted"><code>src/runtimeBindings.ts:375:1</code></p>
7439
7769
  <p class="empty">No description available.</p>
7440
7770
  </article>
7441
7771
  <article class="item" data-search="readPath src/runtimeBindings.ts ">
7442
7772
  <h3>readPath</h3>
7443
- <p class="muted"><code>src/runtimeBindings.ts:454:1</code></p>
7773
+ <p class="muted"><code>src/runtimeBindings.ts:383:1</code></p>
7444
7774
  <p class="empty">No description available.</p>
7445
7775
  </article>
7446
7776
  <article class="item" data-search="isArrayIndexPathPart src/runtimeBindings.ts ">
7447
7777
  <h3>isArrayIndexPathPart</h3>
7448
- <p class="muted"><code>src/runtimeBindings.ts:466:1</code></p>
7778
+ <p class="muted"><code>src/runtimeBindings.ts:395:1</code></p>
7449
7779
  <p class="empty">No description available.</p>
7450
7780
  </article>
7451
7781
  <article class="item" data-search="asBindingValue src/runtimeBindings.ts ">
7452
7782
  <h3>asBindingValue</h3>
7453
- <p class="muted"><code>src/runtimeBindings.ts:470:1</code></p>
7783
+ <p class="muted"><code>src/runtimeBindings.ts:399:1</code></p>
7454
7784
  <p class="empty">No description available.</p>
7455
7785
  </article>
7456
7786
  <article class="item" data-search="isBindingValue src/runtimeBindings.ts ">
7457
7787
  <h3>isBindingValue</h3>
7458
- <p class="muted"><code>src/runtimeBindings.ts:474:1</code></p>
7788
+ <p class="muted"><code>src/runtimeBindings.ts:403:1</code></p>
7459
7789
  <p class="empty">No description available.</p>
7460
7790
  </article>
7461
7791
  <article class="item" data-search="isRecord src/runtimeBindings.ts ">
7462
7792
  <h3>isRecord</h3>
7463
- <p class="muted"><code>src/runtimeBindings.ts:486:1</code></p>
7464
- <p class="empty">No description available.</p>
7465
- </article>
7466
- </section>
7467
- </section>
7468
- <section
7469
- id="view-src-runtimedatabaseoperationexecutor-ts"
7470
- class="view"
7471
- data-view="src/runtimeDatabaseOperationExecutor.ts"
7472
- hidden
7473
- >
7474
- <section class="panel">
7475
- <h2>src/runtimeDatabaseOperationExecutor.ts</h2>
7476
- <article
7477
- class="item"
7478
- data-search="executeRuntimeDatabaseOperation src/runtimeDatabaseOperationExecutor.ts "
7479
- >
7480
- <h3>executeRuntimeDatabaseOperation</h3>
7481
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:13:1</code></p>
7482
- <p class="empty">No description available.</p>
7483
- </article>
7484
- <article
7485
- class="item"
7486
- data-search="resolveOperationPlan src/runtimeDatabaseOperationExecutor.ts "
7487
- >
7488
- <h3>resolveOperationPlan</h3>
7489
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:67:1</code></p>
7490
- <p class="empty">No description available.</p>
7491
- </article>
7492
- <article
7493
- class="item"
7494
- data-search="executeList src/runtimeDatabaseOperationExecutor.ts "
7495
- >
7496
- <h3>executeList</h3>
7497
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:121:1</code></p>
7498
- <p class="empty">No description available.</p>
7499
- </article>
7500
- <article
7501
- class="item"
7502
- data-search="executeRead src/runtimeDatabaseOperationExecutor.ts "
7503
- >
7504
- <h3>executeRead</h3>
7505
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:138:1</code></p>
7506
- <p class="empty">No description available.</p>
7507
- </article>
7508
- <article
7509
- class="item"
7510
- data-search="executeCreate src/runtimeDatabaseOperationExecutor.ts "
7511
- >
7512
- <h3>executeCreate</h3>
7513
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:156:1</code></p>
7514
- <p class="empty">No description available.</p>
7515
- </article>
7516
- <article
7517
- class="item"
7518
- data-search="executeUpdate src/runtimeDatabaseOperationExecutor.ts "
7519
- >
7520
- <h3>executeUpdate</h3>
7521
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:170:1</code></p>
7522
- <p class="empty">No description available.</p>
7523
- </article>
7524
- <article
7525
- class="item"
7526
- data-search="executeDelete src/runtimeDatabaseOperationExecutor.ts "
7527
- >
7528
- <h3>executeDelete</h3>
7529
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:197:1</code></p>
7530
- <p class="empty">No description available.</p>
7531
- </article>
7532
- <article
7533
- class="item"
7534
- data-search="resolveDbResult src/runtimeDatabaseOperationExecutor.ts "
7535
- >
7536
- <h3>resolveDbResult</h3>
7537
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:219:1</code></p>
7538
- <p class="empty">No description available.</p>
7539
- </article>
7540
- <article
7541
- class="item"
7542
- data-search="resolveAdapterId src/runtimeDatabaseOperationExecutor.ts "
7543
- >
7544
- <h3>resolveAdapterId</h3>
7545
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:239:1</code></p>
7546
- <p class="empty">No description available.</p>
7547
- </article>
7548
- <article
7549
- class="item"
7550
- data-search="resolvePrimaryKey src/runtimeDatabaseOperationExecutor.ts "
7551
- >
7552
- <h3>resolvePrimaryKey</h3>
7553
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:245:1</code></p>
7554
- <p class="empty">No description available.</p>
7555
- </article>
7556
- <article
7557
- class="item"
7558
- data-search="resolveIdentity src/runtimeDatabaseOperationExecutor.ts "
7559
- >
7560
- <h3>resolveIdentity</h3>
7561
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:249:1</code></p>
7562
- <p class="empty">No description available.</p>
7563
- </article>
7564
- <article
7565
- class="item"
7566
- data-search="resolvePage src/runtimeDatabaseOperationExecutor.ts "
7567
- >
7568
- <h3>resolvePage</h3>
7569
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:270:1</code></p>
7570
- <p class="empty">No description available.</p>
7571
- </article>
7572
- <article
7573
- class="item"
7574
- data-search="isOptionalPageNumber src/runtimeDatabaseOperationExecutor.ts "
7575
- >
7576
- <h3>isOptionalPageNumber</h3>
7577
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:287:1</code></p>
7578
- <p class="empty">No description available.</p>
7579
- </article>
7580
- <article
7581
- class="item"
7582
- data-search="createIdentityFilter src/runtimeDatabaseOperationExecutor.ts "
7583
- >
7584
- <h3>createIdentityFilter</h3>
7585
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:293:1</code></p>
7586
- <p class="empty">No description available.</p>
7587
- </article>
7588
- <article class="item" data-search="omitKey src/runtimeDatabaseOperationExecutor.ts ">
7589
- <h3>omitKey</h3>
7590
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:297:1</code></p>
7591
- <p class="empty">No description available.</p>
7592
- </article>
7593
- <article
7594
- class="item"
7595
- data-search="isGeneratedCrudOperation src/runtimeDatabaseOperationExecutor.ts "
7596
- >
7597
- <h3>isGeneratedCrudOperation</h3>
7598
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:305:1</code></p>
7599
- <p class="empty">No description available.</p>
7600
- </article>
7601
- <article
7602
- class="item"
7603
- data-search="invalidPlan src/runtimeDatabaseOperationExecutor.ts "
7604
- >
7605
- <h3>invalidPlan</h3>
7606
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:315:1</code></p>
7607
- <p class="empty">No description available.</p>
7608
- </article>
7609
- <article class="item" data-search="failure src/runtimeDatabaseOperationExecutor.ts ">
7610
- <h3>failure</h3>
7611
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:326:1</code></p>
7612
- <p class="empty">No description available.</p>
7613
- </article>
7614
- <article class="item" data-search="asRecord src/runtimeDatabaseOperationExecutor.ts ">
7615
- <h3>asRecord</h3>
7616
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:342:1</code></p>
7617
- <p class="empty">No description available.</p>
7618
- </article>
7619
- <article
7620
- class="item"
7621
- data-search="toBindingValue src/runtimeDatabaseOperationExecutor.ts "
7622
- >
7623
- <h3>toBindingValue</h3>
7624
- <p class="muted"><code>src/runtimeDatabaseOperationExecutor.ts:348:1</code></p>
7625
- <p class="empty">No description available.</p>
7626
- </article>
7627
- </section>
7628
- </section>
7629
- <section
7630
- id="view-src-runtimedatasourceoperations-test-ts"
7631
- class="view"
7632
- data-view="src/runtimeDataSourceOperations.test.ts"
7633
- hidden
7634
- >
7635
- <section class="panel">
7636
- <h2>src/runtimeDataSourceOperations.test.ts</h2>
7637
- <article
7638
- class="item"
7639
- data-search="createExternalDataSources src/runtimeDataSourceOperations.test.ts "
7640
- >
7641
- <h3>createExternalDataSources</h3>
7642
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:19:1</code></p>
7643
- <p class="empty">No description available.</p>
7644
- </article>
7645
- <article
7646
- class="item"
7647
- data-search="createGeneratedDataSource src/runtimeDataSourceOperations.test.ts "
7648
- >
7649
- <h3>createGeneratedDataSource</h3>
7650
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:57:1</code></p>
7651
- <p class="empty">No description available.</p>
7652
- </article>
7653
- <article
7654
- class="item"
7655
- data-search="getFixtureDataSource src/runtimeDataSourceOperations.test.ts "
7656
- >
7657
- <h3>getFixtureDataSource</h3>
7658
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:84:1</code></p>
7659
- <p class="empty">No description available.</p>
7660
- </article>
7661
- <article
7662
- class="item"
7663
- data-search="getFixtureEndpoint src/runtimeDataSourceOperations.test.ts "
7664
- >
7665
- <h3>getFixtureEndpoint</h3>
7666
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:90:1</code></p>
7667
- <p class="empty">No description available.</p>
7668
- </article>
7669
- <article
7670
- class="item"
7671
- data-search="createDatabaseFixture src/runtimeDataSourceOperations.test.ts "
7672
- >
7673
- <h3>createDatabaseFixture</h3>
7674
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:108:1</code></p>
7675
- <p class="empty">No description available.</p>
7676
- </article>
7677
- <article
7678
- class="item"
7679
- data-search="createGeneratedExecutor src/runtimeDataSourceOperations.test.ts "
7680
- >
7681
- <h3>createGeneratedExecutor</h3>
7682
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:148:1</code></p>
7683
- <p class="empty">No description available.</p>
7684
- </article>
7685
- <article
7686
- class="item"
7687
- data-search="executeGeneratedOperation src/runtimeDataSourceOperations.test.ts "
7688
- >
7689
- <h3>executeGeneratedOperation</h3>
7690
- <p class="muted"><code>src/runtimeDataSourceOperations.test.ts:154:1</code></p>
7691
- <p class="empty">No description available.</p>
7692
- </article>
7693
- </section>
7694
- </section>
7695
- <section
7696
- id="view-src-runtimedatasourceoperations-ts"
7697
- class="view"
7698
- data-view="src/runtimeDataSourceOperations.ts"
7699
- hidden
7700
- >
7701
- <section class="panel">
7702
- <h2>src/runtimeDataSourceOperations.ts</h2>
7703
- <article
7704
- class="item"
7705
- data-search="createRuntimeDataSourceOperationExecutor src/runtimeDataSourceOperations.ts "
7706
- >
7707
- <h3>createRuntimeDataSourceOperationExecutor</h3>
7708
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:14:1</code></p>
7709
- <p class="empty">No description available.</p>
7710
- </article>
7711
- <article class="item" data-search="missingEndpoint src/runtimeDataSourceOperations.ts ">
7712
- <h3>missingEndpoint</h3>
7713
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:56:1</code></p>
7714
- <p class="empty">No description available.</p>
7715
- </article>
7716
- <article
7717
- class="item"
7718
- data-search="missingOperation src/runtimeDataSourceOperations.ts "
7719
- >
7720
- <h3>missingOperation</h3>
7721
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:70:1</code></p>
7722
- <p class="empty">No description available.</p>
7723
- </article>
7724
- <article class="item" data-search="invalidInput src/runtimeDataSourceOperations.ts ">
7725
- <h3>invalidInput</h3>
7726
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:80:1</code></p>
7727
- <p class="empty">No description available.</p>
7728
- </article>
7729
- <article class="item" data-search="failure src/runtimeDataSourceOperations.ts ">
7730
- <h3>failure</h3>
7731
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:90:1</code></p>
7732
- <p class="empty">No description available.</p>
7733
- </article>
7734
- <article
7735
- class="item"
7736
- data-search="asBindingValueRecord src/runtimeDataSourceOperations.ts "
7737
- >
7738
- <h3>asBindingValueRecord</h3>
7739
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:108:1</code></p>
7740
- <p class="empty">No description available.</p>
7741
- </article>
7742
- <article
7743
- class="item"
7744
- data-search="isBindingValueRecord src/runtimeDataSourceOperations.ts "
7745
- >
7746
- <h3>isBindingValueRecord</h3>
7747
- <p class="muted"><code>src/runtimeDataSourceOperations.ts:114:1</code></p>
7793
+ <p class="muted"><code>src/runtimeBindings.ts:415:1</code></p>
7748
7794
  <p class="empty">No description available.</p>
7749
7795
  </article>
7750
7796
  </section>
@@ -8247,14 +8293,14 @@ sequenceDiagram
8247
8293
  >
8248
8294
  <section class="panel">
8249
8295
  <h2>src/runtimeRepeat.test.ts</h2>
8250
- <article class="item" data-search="createDataSources src/runtimeRepeat.test.ts ">
8251
- <h3>createDataSources</h3>
8296
+ <article class="item" data-search="createApis src/runtimeRepeat.test.ts ">
8297
+ <h3>createApis</h3>
8252
8298
  <p class="muted"><code>src/runtimeRepeat.test.ts:18:1</code></p>
8253
8299
  <p class="empty">No description available.</p>
8254
8300
  </article>
8255
8301
  <article class="item" data-search="createRepeatedGridNode src/runtimeRepeat.test.ts ">
8256
8302
  <h3>createRepeatedGridNode</h3>
8257
- <p class="muted"><code>src/runtimeRepeat.test.ts:46:1</code></p>
8303
+ <p class="muted"><code>src/runtimeRepeat.test.ts:45:1</code></p>
8258
8304
  <p class="empty">No description available.</p>
8259
8305
  </article>
8260
8306
  <article
@@ -8262,7 +8308,7 @@ sequenceDiagram
8262
8308
  data-search="createRepeatedCardBindings src/runtimeRepeat.test.ts "
8263
8309
  >
8264
8310
  <h3>createRepeatedCardBindings</h3>
8265
- <p class="muted"><code>src/runtimeRepeat.test.ts:72:1</code></p>
8311
+ <p class="muted"><code>src/runtimeRepeat.test.ts:71:1</code></p>
8266
8312
  <p class="empty">No description available.</p>
8267
8313
  </article>
8268
8314
  </section>
@@ -8313,7 +8359,7 @@ sequenceDiagram
8313
8359
  </article>
8314
8360
  <article class="item" data-search="readRepeatPrimitive src/runtimeRepeat.ts ">
8315
8361
  <h3>readRepeatPrimitive</h3>
8316
- <p class="muted"><code>src/runtimeRepeat.ts:216:1</code></p>
8362
+ <p class="muted"><code>src/runtimeRepeat.ts:215:1</code></p>
8317
8363
  <p class="empty">No description available.</p>
8318
8364
  </article>
8319
8365
  </section>
@@ -8396,64 +8442,69 @@ sequenceDiagram
8396
8442
  </section>
8397
8443
  </section>
8398
8444
  <section
8399
- id="view-src-runtimescreenloaders-test-ts"
8445
+ id="view-src-runtimescreenloaders-execution-test-ts"
8400
8446
  class="view"
8401
- data-view="src/runtimeScreenLoaders.test.ts"
8447
+ data-view="src/runtimeScreenLoaders.execution.test.ts"
8402
8448
  hidden
8403
8449
  >
8404
8450
  <section class="panel">
8405
- <h2>src/runtimeScreenLoaders.test.ts</h2>
8406
- <article class="item" data-search="createDataSources src/runtimeScreenLoaders.test.ts ">
8407
- <h3>createDataSources</h3>
8408
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:36:1</code></p>
8409
- <p class="empty">No description available.</p>
8410
- </article>
8451
+ <h2>src/runtimeScreenLoaders.execution.test.ts</h2>
8411
8452
  <article
8412
8453
  class="item"
8413
- data-search="createDetailScreenRoot src/runtimeScreenLoaders.test.ts "
8454
+ data-search="createApis src/runtimeScreenLoaders.execution.test.ts "
8414
8455
  >
8415
- <h3>createDetailScreenRoot</h3>
8416
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:64:1</code></p>
8456
+ <h3>createApis</h3>
8457
+ <p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:24:1</code></p>
8417
8458
  <p class="empty">No description available.</p>
8418
8459
  </article>
8419
8460
  <article
8420
8461
  class="item"
8421
- data-search="createDetailLoader src/runtimeScreenLoaders.test.ts "
8462
+ data-search="createLoader src/runtimeScreenLoaders.execution.test.ts "
8422
8463
  >
8423
- <h3>createDetailLoader</h3>
8424
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:71:1</code></p>
8464
+ <h3>createLoader</h3>
8465
+ <p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:51:1</code></p>
8425
8466
  <p class="empty">No description available.</p>
8426
8467
  </article>
8427
8468
  <article
8428
8469
  class="item"
8429
- data-search="createCachedOperationInputLoader src/runtimeScreenLoaders.test.ts "
8470
+ data-search="createScreen src/runtimeScreenLoaders.execution.test.ts "
8430
8471
  >
8431
- <h3>createCachedOperationInputLoader</h3>
8432
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:88:1</code></p>
8472
+ <h3>createScreen</h3>
8473
+ <p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:65:1</code></p>
8433
8474
  <p class="empty">No description available.</p>
8434
8475
  </article>
8435
8476
  <article
8436
8477
  class="item"
8437
- data-search="createDetailScreen src/runtimeScreenLoaders.test.ts "
8478
+ data-search="createBindings src/runtimeScreenLoaders.execution.test.ts "
8438
8479
  >
8439
- <h3>createDetailScreen</h3>
8440
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:108:1</code></p>
8480
+ <h3>createBindings</h3>
8481
+ <p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:76:1</code></p>
8441
8482
  <p class="empty">No description available.</p>
8442
8483
  </article>
8443
8484
  <article
8444
8485
  class="item"
8445
- data-search="createDetailBindings src/runtimeScreenLoaders.test.ts "
8486
+ data-search="routeContext src/runtimeScreenLoaders.execution.test.ts "
8446
8487
  >
8447
- <h3>createDetailBindings</h3>
8448
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:119:1</code></p>
8488
+ <h3>routeContext</h3>
8489
+ <p class="muted"><code>src/runtimeScreenLoaders.execution.test.ts:93:1</code></p>
8449
8490
  <p class="empty">No description available.</p>
8450
8491
  </article>
8492
+ </section>
8493
+ </section>
8494
+ <section
8495
+ id="view-src-runtimescreenloaders-lifecycle-test-ts"
8496
+ class="view"
8497
+ data-view="src/runtimeScreenLoaders.lifecycle.test.ts"
8498
+ hidden
8499
+ >
8500
+ <section class="panel">
8501
+ <h2>src/runtimeScreenLoaders.lifecycle.test.ts</h2>
8451
8502
  <article
8452
8503
  class="item"
8453
- data-search="createRouteBindingContext src/runtimeScreenLoaders.test.ts "
8504
+ data-search="loadedResult src/runtimeScreenLoaders.lifecycle.test.ts "
8454
8505
  >
8455
- <h3>createRouteBindingContext</h3>
8456
- <p class="muted"><code>src/runtimeScreenLoaders.test.ts:151:1</code></p>
8506
+ <h3>loadedResult</h3>
8507
+ <p class="muted"><code>src/runtimeScreenLoaders.lifecycle.test.ts:19:1</code></p>
8457
8508
  <p class="empty">No description available.</p>
8458
8509
  </article>
8459
8510
  </section>