@ankhorage/runtime 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +2 -2
  3. package/dist/RuntimeRenderer.d.ts +5 -2
  4. package/dist/RuntimeRenderer.d.ts.map +1 -1
  5. package/dist/RuntimeRenderer.js +40 -21
  6. package/dist/RuntimeRenderer.js.map +1 -1
  7. package/dist/RuntimeRendererConfig.d.ts +5 -2
  8. package/dist/RuntimeRendererConfig.d.ts.map +1 -1
  9. package/dist/RuntimeRendererConfig.js +3 -1
  10. package/dist/RuntimeRendererConfig.js.map +1 -1
  11. package/dist/RuntimeScreen.d.ts.map +1 -1
  12. package/dist/RuntimeScreen.js +3 -2
  13. package/dist/RuntimeScreen.js.map +1 -1
  14. package/dist/index.d.ts +6 -4
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +3 -3
  17. package/dist/index.js.map +1 -1
  18. package/dist/readme-usage.js +1 -1
  19. package/dist/readme-usage.js.map +1 -1
  20. package/dist/runtimeActionRegistry.d.ts +3 -3
  21. package/dist/runtimeActionRegistry.d.ts.map +1 -1
  22. package/dist/runtimeActionRegistry.js +9 -24
  23. package/dist/runtimeActionRegistry.js.map +1 -1
  24. package/dist/runtimeApiOperations.d.ts +8 -0
  25. package/dist/runtimeApiOperations.d.ts.map +1 -0
  26. package/dist/runtimeApiOperations.js +38 -0
  27. package/dist/runtimeApiOperations.js.map +1 -0
  28. package/dist/runtimeApiSelection.d.ts +8 -0
  29. package/dist/runtimeApiSelection.d.ts.map +1 -0
  30. package/dist/runtimeApiSelection.js +50 -0
  31. package/dist/runtimeApiSelection.js.map +1 -0
  32. package/dist/runtimeBindings.d.ts +4 -9
  33. package/dist/runtimeBindings.d.ts.map +1 -1
  34. package/dist/runtimeBindings.js +13 -73
  35. package/dist/runtimeBindings.js.map +1 -1
  36. package/dist/runtimeMedia.d.ts +13 -0
  37. package/dist/runtimeMedia.d.ts.map +1 -0
  38. package/dist/runtimeMedia.js +80 -0
  39. package/dist/runtimeMedia.js.map +1 -0
  40. package/dist/runtimeMediaCache.d.ts +8 -0
  41. package/dist/runtimeMediaCache.d.ts.map +1 -0
  42. package/dist/runtimeMediaCache.js +14 -0
  43. package/dist/runtimeMediaCache.js.map +1 -0
  44. package/dist/runtimeNodeProps.d.ts +2 -2
  45. package/dist/runtimeNodeProps.d.ts.map +1 -1
  46. package/dist/runtimeNodeProps.js +1 -1
  47. package/dist/runtimeNodeProps.js.map +1 -1
  48. package/dist/runtimeRepeat.d.ts.map +1 -1
  49. package/dist/runtimeRepeat.js +9 -8
  50. package/dist/runtimeRepeat.js.map +1 -1
  51. package/dist/runtimeScreenLoaders.d.ts +2 -2
  52. package/dist/runtimeScreenLoaders.d.ts.map +1 -1
  53. package/dist/runtimeScreenLoaders.js +8 -7
  54. package/dist/runtimeScreenLoaders.js.map +1 -1
  55. package/dist/useRuntimeMediaProps.d.ts +9 -0
  56. package/dist/useRuntimeMediaProps.d.ts.map +1 -0
  57. package/dist/useRuntimeMediaProps.js +61 -0
  58. package/dist/useRuntimeMediaProps.js.map +1 -0
  59. package/package.json +8 -7
  60. package/paradox/badges/npm.svg +3 -3
  61. package/paradox/components.md +5 -3
  62. package/paradox/diagrams/architecture-overview.mmd +52 -18
  63. package/paradox/diagrams/export-graph.mmd +31 -31
  64. package/paradox/diagrams/module-relationships.mmd +38 -13
  65. package/paradox/diagrams/sequences/validate-runtime-binding-operation-ref.mmd +9 -6
  66. package/paradox/exports.json +262 -336
  67. package/paradox/exports.md +199 -230
  68. package/paradox/index.html +1627 -1381
  69. package/paradox/paradox.json +1605 -1458
  70. package/dist/runtimeDataSourceOperations.d.ts +0 -10
  71. package/dist/runtimeDataSourceOperations.d.ts.map +0 -1
  72. package/dist/runtimeDataSourceOperations.js +0 -63
  73. package/dist/runtimeDataSourceOperations.js.map +0 -1
  74. package/dist/runtimeDatabaseOperationExecutor.d.ts +0 -9
  75. package/dist/runtimeDatabaseOperationExecutor.d.ts.map +0 -1
  76. package/dist/runtimeDatabaseOperationExecutor.js +0 -228
  77. package/dist/runtimeDatabaseOperationExecutor.js.map +0 -1
@@ -26,7 +26,7 @@
26
26
  "modulePath": "src/RuntimeRendererConfig.tsx",
27
27
  "sourceLocation": {
28
28
  "filePath": "src/RuntimeRendererConfig.tsx",
29
- "line": 88,
29
+ "line": 92,
30
30
  "column": 1
31
31
  },
32
32
  "exportPaths": ["src/index.ts"],
@@ -64,7 +64,7 @@
64
64
  "modulePath": "src/RuntimeRendererConfig.tsx",
65
65
  "sourceLocation": {
66
66
  "filePath": "src/RuntimeRendererConfig.tsx",
67
- "line": 73,
67
+ "line": 77,
68
68
  "column": 1
69
69
  },
70
70
  "exportPaths": ["src/index.ts"],
@@ -102,7 +102,7 @@
102
102
  "modulePath": "src/runtimeActionRegistry.ts",
103
103
  "sourceLocation": {
104
104
  "filePath": "src/runtimeActionRegistry.ts",
105
- "line": 217,
105
+ "line": 216,
106
106
  "column": 1
107
107
  },
108
108
  "exportPaths": ["src/index.ts"],
@@ -262,7 +262,7 @@
262
262
  "modulePath": "src/runtimeActionRegistry.ts",
263
263
  "sourceLocation": {
264
264
  "filePath": "src/runtimeActionRegistry.ts",
265
- "line": 67,
265
+ "line": 66,
266
266
  "column": 1
267
267
  },
268
268
  "exportPaths": ["src/index.ts"],
@@ -276,11 +276,11 @@
276
276
  ],
277
277
  "signatures": [
278
278
  {
279
- "label": "(options?: { actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
279
+ "label": "(options?: { actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }) => RuntimeActionRegistry",
280
280
  "parameters": [
281
281
  {
282
282
  "name": "options",
283
- "type": "{ actionHandlers?: RuntimeActionHandlers; dataSources?: DataSourceRegistry; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
283
+ "type": "{ actionHandlers?: RuntimeActionHandlers; apis?: ApiDefinitionList; dataBindings?: ComponentDataBindingRegistry; executeAction?: RuntimeActionHandler; executeOperation?: RuntimeBindingOperationExecutor; operationResults?: RuntimeBindingOperationResultCache; writeOperationResult?: RuntimeBindingOperationResultWriter; }",
284
284
  "required": false,
285
285
  "description": null
286
286
  }
@@ -293,61 +293,26 @@
293
293
  "structuredRows": []
294
294
  },
295
295
  {
296
- "name": "createRuntimeBindingOperationKey",
297
- "description": null,
298
- "isReadme": false,
299
- "examples": [],
300
- "kind": "function",
301
- "modulePath": "src/runtimeBindings.ts",
302
- "sourceLocation": {
303
- "filePath": "src/runtimeBindings.ts",
304
- "line": 163,
305
- "column": 1
306
- },
307
- "exportPaths": ["src/index.ts"],
308
- "relatedSymbols": [],
309
- "signatures": [
310
- {
311
- "label": "(operation: BindingOperationRef) => string",
312
- "parameters": [
313
- {
314
- "name": "operation",
315
- "type": "BindingOperationRef",
316
- "required": true,
317
- "description": null
318
- }
319
- ],
320
- "returnType": "string",
321
- "returnDescription": null
322
- }
323
- ],
324
- "members": [],
325
- "structuredRows": []
326
- },
327
- {
328
- "name": "createRuntimeDataSourceOperationExecutor",
296
+ "name": "createRuntimeApiOperationExecutor",
329
297
  "description": null,
330
298
  "isReadme": false,
331
299
  "examples": [],
332
300
  "kind": "function",
333
- "modulePath": "src/runtimeDataSourceOperations.ts",
301
+ "modulePath": "src/runtimeApiOperations.ts",
334
302
  "sourceLocation": {
335
- "filePath": "src/runtimeDataSourceOperations.ts",
336
- "line": 14,
303
+ "filePath": "src/runtimeApiOperations.ts",
304
+ "line": 12,
337
305
  "column": 1
338
306
  },
339
307
  "exportPaths": ["src/index.ts"],
340
- "relatedSymbols": [
341
- "RuntimeBindingOperationExecutor",
342
- "RuntimeDataSourceOperationExecutorOptions"
343
- ],
308
+ "relatedSymbols": ["RuntimeApiOperationExecutorOptions", "RuntimeBindingOperationExecutor"],
344
309
  "signatures": [
345
310
  {
346
- "label": "(options: RuntimeDataSourceOperationExecutorOptions) => RuntimeBindingOperationExecutor",
311
+ "label": "(options: RuntimeApiOperationExecutorOptions) => RuntimeBindingOperationExecutor",
347
312
  "parameters": [
348
313
  {
349
314
  "name": "options",
350
- "type": "RuntimeDataSourceOperationExecutorOptions",
315
+ "type": "RuntimeApiOperationExecutorOptions",
351
316
  "required": true,
352
317
  "description": null
353
318
  }
@@ -360,31 +325,31 @@
360
325
  "structuredRows": []
361
326
  },
362
327
  {
363
- "name": "createRuntimeManifest",
328
+ "name": "createRuntimeBindingOperationKey",
364
329
  "description": null,
365
330
  "isReadme": false,
366
331
  "examples": [],
367
332
  "kind": "function",
368
- "modulePath": "src/runtimeManifest.ts",
333
+ "modulePath": "src/runtimeBindings.ts",
369
334
  "sourceLocation": {
370
- "filePath": "src/runtimeManifest.ts",
371
- "line": 81,
335
+ "filePath": "src/runtimeBindings.ts",
336
+ "line": 165,
372
337
  "column": 1
373
338
  },
374
339
  "exportPaths": ["src/index.ts"],
375
- "relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
340
+ "relatedSymbols": [],
376
341
  "signatures": [
377
342
  {
378
- "label": "(input: RuntimeManifestInput) => RuntimeManifest",
343
+ "label": "(operation: BindingOperationRef) => string",
379
344
  "parameters": [
380
345
  {
381
- "name": "input",
382
- "type": "RuntimeManifestInput",
346
+ "name": "operation",
347
+ "type": "BindingOperationRef",
383
348
  "required": true,
384
349
  "description": null
385
350
  }
386
351
  ],
387
- "returnType": "RuntimeManifest",
352
+ "returnType": "string",
388
353
  "returnDescription": null
389
354
  }
390
355
  ],
@@ -455,102 +420,6 @@
455
420
  "members": [],
456
421
  "structuredRows": []
457
422
  },
458
- {
459
- "name": "defineRuntimeAction",
460
- "description": null,
461
- "isReadme": false,
462
- "examples": [],
463
- "kind": "function",
464
- "modulePath": "src/runtimeManifest.ts",
465
- "sourceLocation": {
466
- "filePath": "src/runtimeManifest.ts",
467
- "line": 63,
468
- "column": 1
469
- },
470
- "exportPaths": ["src/index.ts"],
471
- "relatedSymbols": ["RuntimeActionDescriptor"],
472
- "signatures": [
473
- {
474
- "label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
475
- "parameters": [
476
- {
477
- "name": "action",
478
- "type": "RuntimeActionDescriptor<Data>",
479
- "required": true,
480
- "description": null
481
- }
482
- ],
483
- "returnType": "RuntimeActionDescriptor<Data>",
484
- "returnDescription": null
485
- }
486
- ],
487
- "members": [],
488
- "structuredRows": []
489
- },
490
- {
491
- "name": "defineRuntimeAdapter",
492
- "description": null,
493
- "isReadme": false,
494
- "examples": [],
495
- "kind": "function",
496
- "modulePath": "src/runtimeManifest.ts",
497
- "sourceLocation": {
498
- "filePath": "src/runtimeManifest.ts",
499
- "line": 69,
500
- "column": 1
501
- },
502
- "exportPaths": ["src/index.ts"],
503
- "relatedSymbols": ["RuntimeAdapterDescriptor"],
504
- "signatures": [
505
- {
506
- "label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
507
- "parameters": [
508
- {
509
- "name": "adapter",
510
- "type": "RuntimeAdapterDescriptor<Options>",
511
- "required": true,
512
- "description": null
513
- }
514
- ],
515
- "returnType": "RuntimeAdapterDescriptor<Options>",
516
- "returnDescription": null
517
- }
518
- ],
519
- "members": [],
520
- "structuredRows": []
521
- },
522
- {
523
- "name": "defineRuntimeBinding",
524
- "description": null,
525
- "isReadme": false,
526
- "examples": [],
527
- "kind": "function",
528
- "modulePath": "src/runtimeManifest.ts",
529
- "sourceLocation": {
530
- "filePath": "src/runtimeManifest.ts",
531
- "line": 75,
532
- "column": 1
533
- },
534
- "exportPaths": ["src/index.ts"],
535
- "relatedSymbols": ["RuntimeBindingDescriptor"],
536
- "signatures": [
537
- {
538
- "label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
539
- "parameters": [
540
- {
541
- "name": "binding",
542
- "type": "RuntimeBindingDescriptor<Value>",
543
- "required": true,
544
- "description": null
545
- }
546
- ],
547
- "returnType": "RuntimeBindingDescriptor<Value>",
548
- "returnDescription": null
549
- }
550
- ],
551
- "members": [],
552
- "structuredRows": []
553
- },
554
423
  {
555
424
  "name": "dispatchRuntimeComponentEvent",
556
425
  "description": null,
@@ -560,7 +429,7 @@
560
429
  "modulePath": "src/runtimeActionRegistry.ts",
561
430
  "sourceLocation": {
562
431
  "filePath": "src/runtimeActionRegistry.ts",
563
- "line": 103,
432
+ "line": 102,
564
433
  "column": 1
565
434
  },
566
435
  "exportPaths": ["src/index.ts"],
@@ -672,11 +541,11 @@
672
541
  ],
673
542
  "signatures": [
674
543
  {
675
- "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>",
544
+ "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }) => Promise<RuntimeScreenOperationLoaderExecutionResult>",
676
545
  "parameters": [
677
546
  {
678
547
  "name": "args",
679
- "type": "{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }",
548
+ "type": "{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly screen: ScreenSpec; readonly loaders: readonly OperationScreenDataLoaderDefinition[]; }",
680
549
  "required": true,
681
550
  "description": null
682
551
  }
@@ -688,31 +557,6 @@
688
557
  "members": [],
689
558
  "structuredRows": []
690
559
  },
691
- {
692
- "name": "listRuntimeCapabilities",
693
- "description": null,
694
- "isReadme": false,
695
- "examples": [],
696
- "kind": "function",
697
- "modulePath": "src/runtimeManifest.ts",
698
- "sourceLocation": {
699
- "filePath": "src/runtimeManifest.ts",
700
- "line": 93,
701
- "column": 1
702
- },
703
- "exportPaths": ["src/index.ts"],
704
- "relatedSymbols": [],
705
- "signatures": [
706
- {
707
- "label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
708
- "parameters": [],
709
- "returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
710
- "returnDescription": null
711
- }
712
- ],
713
- "members": [],
714
- "structuredRows": []
715
- },
716
560
  {
717
561
  "name": "ManifestContext",
718
562
  "description": null,
@@ -772,7 +616,7 @@
772
616
  "modulePath": "src/RuntimeRendererConfig.tsx",
773
617
  "sourceLocation": {
774
618
  "filePath": "src/RuntimeRendererConfig.tsx",
775
- "line": 106,
619
+ "line": 110,
776
620
  "column": 1
777
621
  },
778
622
  "exportPaths": ["src/index.ts"],
@@ -810,7 +654,7 @@
810
654
  "modulePath": "src/runtimeBindings.ts",
811
655
  "sourceLocation": {
812
656
  "filePath": "src/runtimeBindings.ts",
813
- "line": 129,
657
+ "line": 131,
814
658
  "column": 1
815
659
  },
816
660
  "exportPaths": ["src/index.ts"],
@@ -886,7 +730,7 @@
886
730
  "modulePath": "src/runtimeActionRegistry.ts",
887
731
  "sourceLocation": {
888
732
  "filePath": "src/runtimeActionRegistry.ts",
889
- "line": 231,
733
+ "line": 230,
890
734
  "column": 1
891
735
  },
892
736
  "exportPaths": ["src/index.ts"],
@@ -924,7 +768,7 @@
924
768
  "modulePath": "src/runtimeActionRegistry.ts",
925
769
  "sourceLocation": {
926
770
  "filePath": "src/runtimeActionRegistry.ts",
927
- "line": 242,
771
+ "line": 241,
928
772
  "column": 1
929
773
  },
930
774
  "exportPaths": ["src/index.ts"],
@@ -962,7 +806,7 @@
962
806
  "modulePath": "src/runtimeBindings.ts",
963
807
  "sourceLocation": {
964
808
  "filePath": "src/runtimeBindings.ts",
965
- "line": 89,
809
+ "line": 91,
966
810
  "column": 1
967
811
  },
968
812
  "exportPaths": ["src/index.ts"],
@@ -994,7 +838,7 @@
994
838
  "modulePath": "src/runtimeBindings.ts",
995
839
  "sourceLocation": {
996
840
  "filePath": "src/runtimeBindings.ts",
997
- "line": 74,
841
+ "line": 76,
998
842
  "column": 1
999
843
  },
1000
844
  "exportPaths": ["src/index.ts"],
@@ -1026,7 +870,7 @@
1026
870
  "modulePath": "src/runtimeBindings.ts",
1027
871
  "sourceLocation": {
1028
872
  "filePath": "src/runtimeBindings.ts",
1029
- "line": 103,
873
+ "line": 105,
1030
874
  "column": 1
1031
875
  },
1032
876
  "exportPaths": ["src/index.ts"],
@@ -1070,7 +914,7 @@
1070
914
  "modulePath": "src/runtimeBindings.ts",
1071
915
  "sourceLocation": {
1072
916
  "filePath": "src/runtimeBindings.ts",
1073
- "line": 116,
917
+ "line": 118,
1074
918
  "column": 1
1075
919
  },
1076
920
  "exportPaths": ["src/index.ts"],
@@ -1137,42 +981,6 @@
1137
981
  "members": [],
1138
982
  "structuredRows": []
1139
983
  },
1140
- {
1141
- "name": "RUNTIME_CAPABILITIES",
1142
- "description": null,
1143
- "isReadme": false,
1144
- "examples": [],
1145
- "kind": "value",
1146
- "modulePath": "src/runtimeManifest.ts",
1147
- "sourceLocation": {
1148
- "filePath": "src/runtimeManifest.ts",
1149
- "line": 1,
1150
- "column": 14
1151
- },
1152
- "exportPaths": ["src/index.ts"],
1153
- "relatedSymbols": [],
1154
- "signatures": [],
1155
- "members": [],
1156
- "structuredRows": []
1157
- },
1158
- {
1159
- "name": "RUNTIME_MANIFEST_KIND",
1160
- "description": null,
1161
- "isReadme": false,
1162
- "examples": [],
1163
- "kind": "value",
1164
- "modulePath": "src/runtimeManifest.ts",
1165
- "sourceLocation": {
1166
- "filePath": "src/runtimeManifest.ts",
1167
- "line": 8,
1168
- "column": 14
1169
- },
1170
- "exportPaths": ["src/index.ts"],
1171
- "relatedSymbols": [],
1172
- "signatures": [],
1173
- "members": [],
1174
- "structuredRows": []
1175
- },
1176
984
  {
1177
985
  "name": "RuntimeAction",
1178
986
  "description": null,
@@ -1182,7 +990,7 @@
1182
990
  "modulePath": "src/RuntimeRendererConfig.tsx",
1183
991
  "sourceLocation": {
1184
992
  "filePath": "src/RuntimeRendererConfig.tsx",
1185
- "line": 43,
993
+ "line": 45,
1186
994
  "column": 1
1187
995
  },
1188
996
  "exportPaths": ["src/index.ts"],
@@ -1247,7 +1055,7 @@
1247
1055
  "modulePath": "src/RuntimeRendererConfig.tsx",
1248
1056
  "sourceLocation": {
1249
1057
  "filePath": "src/RuntimeRendererConfig.tsx",
1250
- "line": 46,
1058
+ "line": 48,
1251
1059
  "column": 1
1252
1060
  },
1253
1061
  "exportPaths": ["src/index.ts"],
@@ -1265,7 +1073,7 @@
1265
1073
  "modulePath": "src/RuntimeRendererConfig.tsx",
1266
1074
  "sourceLocation": {
1267
1075
  "filePath": "src/RuntimeRendererConfig.tsx",
1268
- "line": 44,
1076
+ "line": 46,
1269
1077
  "column": 1
1270
1078
  },
1271
1079
  "exportPaths": ["src/index.ts"],
@@ -1283,7 +1091,7 @@
1283
1091
  "modulePath": "src/RuntimeRendererConfig.tsx",
1284
1092
  "sourceLocation": {
1285
1093
  "filePath": "src/RuntimeRendererConfig.tsx",
1286
- "line": 36,
1094
+ "line": 38,
1287
1095
  "column": 1
1288
1096
  },
1289
1097
  "exportPaths": ["src/index.ts"],
@@ -1330,7 +1138,7 @@
1330
1138
  "modulePath": "src/RuntimeRendererConfig.tsx",
1331
1139
  "sourceLocation": {
1332
1140
  "filePath": "src/RuntimeRendererConfig.tsx",
1333
- "line": 45,
1141
+ "line": 47,
1334
1142
  "column": 1
1335
1143
  },
1336
1144
  "exportPaths": ["src/index.ts"],
@@ -1348,7 +1156,7 @@
1348
1156
  "modulePath": "src/runtimeActionRegistry.ts",
1349
1157
  "sourceLocation": {
1350
1158
  "filePath": "src/runtimeActionRegistry.ts",
1351
- "line": 31,
1159
+ "line": 30,
1352
1160
  "column": 1
1353
1161
  },
1354
1162
  "exportPaths": ["src/index.ts"],
@@ -1381,7 +1189,7 @@
1381
1189
  "modulePath": "src/runtimeActionRegistry.ts",
1382
1190
  "sourceLocation": {
1383
1191
  "filePath": "src/runtimeActionRegistry.ts",
1384
- "line": 42,
1192
+ "line": 41,
1385
1193
  "column": 1
1386
1194
  },
1387
1195
  "exportPaths": ["src/index.ts"],
@@ -1428,7 +1236,7 @@
1428
1236
  "modulePath": "src/runtimeActionRegistry.ts",
1429
1237
  "sourceLocation": {
1430
1238
  "filePath": "src/runtimeActionRegistry.ts",
1431
- "line": 36,
1239
+ "line": 35,
1432
1240
  "column": 1
1433
1241
  },
1434
1242
  "exportPaths": ["src/index.ts"],
@@ -1499,6 +1307,72 @@
1499
1307
  ],
1500
1308
  "structuredRows": []
1501
1309
  },
1310
+ {
1311
+ "name": "RuntimeApiOperationExecutorOptions",
1312
+ "description": null,
1313
+ "isReadme": false,
1314
+ "examples": [],
1315
+ "kind": "type",
1316
+ "modulePath": "src/runtimeApiOperations.ts",
1317
+ "sourceLocation": {
1318
+ "filePath": "src/runtimeApiOperations.ts",
1319
+ "line": 7,
1320
+ "column": 1
1321
+ },
1322
+ "exportPaths": ["src/index.ts"],
1323
+ "relatedSymbols": [],
1324
+ "signatures": [],
1325
+ "members": [
1326
+ {
1327
+ "name": "credentialResolver",
1328
+ "kind": "property",
1329
+ "type": "EndpointTestCredentialResolver | undefined",
1330
+ "required": false,
1331
+ "description": null
1332
+ },
1333
+ {
1334
+ "name": "fetch",
1335
+ "kind": "property",
1336
+ "type": "EndpointTestFetch | undefined",
1337
+ "required": false,
1338
+ "description": null
1339
+ }
1340
+ ],
1341
+ "structuredRows": []
1342
+ },
1343
+ {
1344
+ "name": "RuntimeApiOperationSelection",
1345
+ "description": null,
1346
+ "isReadme": false,
1347
+ "examples": [],
1348
+ "kind": "type",
1349
+ "modulePath": "src/runtimeApiSelection.ts",
1350
+ "sourceLocation": {
1351
+ "filePath": "src/runtimeApiSelection.ts",
1352
+ "line": 9,
1353
+ "column": 1
1354
+ },
1355
+ "exportPaths": ["src/index.ts"],
1356
+ "relatedSymbols": [],
1357
+ "signatures": [],
1358
+ "members": [
1359
+ {
1360
+ "name": "api",
1361
+ "kind": "property",
1362
+ "type": "ApiDefinition",
1363
+ "required": true,
1364
+ "description": null
1365
+ },
1366
+ {
1367
+ "name": "endpoint",
1368
+ "kind": "property",
1369
+ "type": "DataEndpointConfig",
1370
+ "required": true,
1371
+ "description": null
1372
+ }
1373
+ ],
1374
+ "structuredRows": []
1375
+ },
1502
1376
  {
1503
1377
  "name": "RuntimeBindingDescriptor",
1504
1378
  "description": null,
@@ -1562,7 +1436,7 @@
1562
1436
  "modulePath": "src/runtimeBindings.ts",
1563
1437
  "sourceLocation": {
1564
1438
  "filePath": "src/runtimeBindings.ts",
1565
- "line": 22,
1439
+ "line": 24,
1566
1440
  "column": 1
1567
1441
  },
1568
1442
  "exportPaths": ["src/index.ts"],
@@ -1570,17 +1444,17 @@
1570
1444
  "signatures": [],
1571
1445
  "members": [
1572
1446
  {
1573
- "name": "dataSource",
1447
+ "name": "api",
1574
1448
  "kind": "property",
1575
- "type": "DataSourceConfig",
1449
+ "type": "ApiDefinition",
1576
1450
  "required": true,
1577
1451
  "description": null
1578
1452
  },
1579
1453
  {
1580
1454
  "name": "endpoint",
1581
1455
  "kind": "property",
1582
- "type": "DataEndpointConfig | undefined",
1583
- "required": false,
1456
+ "type": "DataEndpointConfig",
1457
+ "required": true,
1584
1458
  "description": null
1585
1459
  },
1586
1460
  {
@@ -1616,7 +1490,7 @@
1616
1490
  "modulePath": "src/runtimeBindings.ts",
1617
1491
  "sourceLocation": {
1618
1492
  "filePath": "src/runtimeBindings.ts",
1619
- "line": 30,
1493
+ "line": 32,
1620
1494
  "column": 1
1621
1495
  },
1622
1496
  "exportPaths": ["src/index.ts"],
@@ -1634,7 +1508,7 @@
1634
1508
  "modulePath": "src/runtimeBindings.ts",
1635
1509
  "sourceLocation": {
1636
1510
  "filePath": "src/runtimeBindings.ts",
1637
- "line": 41,
1511
+ "line": 43,
1638
1512
  "column": 1
1639
1513
  },
1640
1514
  "exportPaths": ["src/index.ts"],
@@ -1652,7 +1526,7 @@
1652
1526
  "modulePath": "src/runtimeBindings.ts",
1653
1527
  "sourceLocation": {
1654
1528
  "filePath": "src/runtimeBindings.ts",
1655
- "line": 20,
1529
+ "line": 22,
1656
1530
  "column": 1
1657
1531
  },
1658
1532
  "exportPaths": ["src/index.ts"],
@@ -1670,7 +1544,7 @@
1670
1544
  "modulePath": "src/runtimeBindings.ts",
1671
1545
  "sourceLocation": {
1672
1546
  "filePath": "src/runtimeBindings.ts",
1673
- "line": 45,
1547
+ "line": 47,
1674
1548
  "column": 1
1675
1549
  },
1676
1550
  "exportPaths": ["src/index.ts"],
@@ -1688,7 +1562,7 @@
1688
1562
  "modulePath": "src/runtimeBindings.ts",
1689
1563
  "sourceLocation": {
1690
1564
  "filePath": "src/runtimeBindings.ts",
1691
- "line": 49,
1565
+ "line": 51,
1692
1566
  "column": 1
1693
1567
  },
1694
1568
  "exportPaths": ["src/index.ts"],
@@ -1706,7 +1580,7 @@
1706
1580
  "modulePath": "src/runtimeBindings.ts",
1707
1581
  "sourceLocation": {
1708
1582
  "filePath": "src/runtimeBindings.ts",
1709
- "line": 64,
1583
+ "line": 66,
1710
1584
  "column": 1
1711
1585
  },
1712
1586
  "exportPaths": ["src/index.ts"],
@@ -1714,23 +1588,23 @@
1714
1588
  "signatures": [],
1715
1589
  "members": [
1716
1590
  {
1717
- "name": "context",
1591
+ "name": "apis",
1718
1592
  "kind": "property",
1719
- "type": "Record<string, unknown> | undefined",
1593
+ "type": "ApiDefinitionList | undefined",
1720
1594
  "required": false,
1721
1595
  "description": null
1722
1596
  },
1723
1597
  {
1724
- "name": "dataBindings",
1598
+ "name": "context",
1725
1599
  "kind": "property",
1726
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1600
+ "type": "Record<string, unknown> | undefined",
1727
1601
  "required": false,
1728
1602
  "description": null
1729
1603
  },
1730
1604
  {
1731
- "name": "dataSources",
1605
+ "name": "dataBindings",
1732
1606
  "kind": "property",
1733
- "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
1607
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1734
1608
  "required": false,
1735
1609
  "description": null
1736
1610
  },
@@ -1788,7 +1662,7 @@
1788
1662
  "modulePath": "src/runtimeBindings.ts",
1789
1663
  "sourceLocation": {
1790
1664
  "filePath": "src/runtimeBindings.ts",
1791
- "line": 54,
1665
+ "line": 56,
1792
1666
  "column": 1
1793
1667
  },
1794
1668
  "exportPaths": ["src/index.ts"],
@@ -1796,23 +1670,23 @@
1796
1670
  "signatures": [],
1797
1671
  "members": [
1798
1672
  {
1799
- "name": "context",
1673
+ "name": "apis",
1800
1674
  "kind": "property",
1801
- "type": "Record<string, unknown> | undefined",
1675
+ "type": "ApiDefinitionList | undefined",
1802
1676
  "required": false,
1803
1677
  "description": null
1804
1678
  },
1805
1679
  {
1806
- "name": "dataBindings",
1680
+ "name": "context",
1807
1681
  "kind": "property",
1808
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1682
+ "type": "Record<string, unknown> | undefined",
1809
1683
  "required": false,
1810
1684
  "description": null
1811
1685
  },
1812
1686
  {
1813
- "name": "dataSources",
1687
+ "name": "dataBindings",
1814
1688
  "kind": "property",
1815
- "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
1689
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1816
1690
  "required": false,
1817
1691
  "description": null
1818
1692
  },
@@ -1856,7 +1730,7 @@
1856
1730
  "modulePath": "src/runtimeBindings.ts",
1857
1731
  "sourceLocation": {
1858
1732
  "filePath": "src/runtimeBindings.ts",
1859
- "line": 69,
1733
+ "line": 71,
1860
1734
  "column": 1
1861
1735
  },
1862
1736
  "exportPaths": ["src/index.ts"],
@@ -1907,7 +1781,7 @@
1907
1781
  "modulePath": "src/runtimeActionRegistry.ts",
1908
1782
  "sourceLocation": {
1909
1783
  "filePath": "src/runtimeActionRegistry.ts",
1910
- "line": 46,
1784
+ "line": 45,
1911
1785
  "column": 1
1912
1786
  },
1913
1787
  "exportPaths": ["src/index.ts"],
@@ -1919,23 +1793,23 @@
1919
1793
  "signatures": [],
1920
1794
  "members": [
1921
1795
  {
1922
- "name": "context",
1796
+ "name": "apis",
1923
1797
  "kind": "property",
1924
- "type": "Record<string, unknown> | undefined",
1798
+ "type": "ApiDefinitionList | undefined",
1925
1799
  "required": false,
1926
1800
  "description": null
1927
1801
  },
1928
1802
  {
1929
- "name": "dataBindings",
1803
+ "name": "context",
1930
1804
  "kind": "property",
1931
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1805
+ "type": "Record<string, unknown> | undefined",
1932
1806
  "required": false,
1933
1807
  "description": null
1934
1808
  },
1935
1809
  {
1936
- "name": "dataSources",
1810
+ "name": "dataBindings",
1937
1811
  "kind": "property",
1938
- "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
1812
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1939
1813
  "required": false,
1940
1814
  "description": null
1941
1815
  },
@@ -1998,46 +1872,6 @@
1998
1872
  ],
1999
1873
  "structuredRows": []
2000
1874
  },
2001
- {
2002
- "name": "RuntimeDataSourceOperationExecutorOptions",
2003
- "description": null,
2004
- "isReadme": false,
2005
- "examples": [],
2006
- "kind": "type",
2007
- "modulePath": "src/runtimeDataSourceOperations.ts",
2008
- "sourceLocation": {
2009
- "filePath": "src/runtimeDataSourceOperations.ts",
2010
- "line": 8,
2011
- "column": 1
2012
- },
2013
- "exportPaths": ["src/index.ts"],
2014
- "relatedSymbols": [],
2015
- "signatures": [],
2016
- "members": [
2017
- {
2018
- "name": "credentialResolver",
2019
- "kind": "property",
2020
- "type": "EndpointTestCredentialResolver | undefined",
2021
- "required": false,
2022
- "description": null
2023
- },
2024
- {
2025
- "name": "databaseAdapters",
2026
- "kind": "property",
2027
- "type": "Readonly<Record<string, DbAdapter>> | undefined",
2028
- "required": false,
2029
- "description": null
2030
- },
2031
- {
2032
- "name": "fetch",
2033
- "kind": "property",
2034
- "type": "EndpointTestFetch | undefined",
2035
- "required": false,
2036
- "description": null
2037
- }
2038
- ],
2039
- "structuredRows": []
2040
- },
2041
1875
  {
2042
1876
  "name": "RuntimeDbPersistError",
2043
1877
  "description": null,
@@ -2204,7 +2038,7 @@
2204
2038
  "modulePath": "src/runtimeActionRegistry.ts",
2205
2039
  "sourceLocation": {
2206
2040
  "filePath": "src/runtimeActionRegistry.ts",
2207
- "line": 57,
2041
+ "line": 56,
2208
2042
  "column": 1
2209
2043
  },
2210
2044
  "exportPaths": ["src/index.ts"],
@@ -2221,7 +2055,7 @@
2221
2055
  {
2222
2056
  "name": "dataBindings",
2223
2057
  "kind": "property",
2224
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2058
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2225
2059
  "required": false,
2226
2060
  "description": null
2227
2061
  },
@@ -2444,6 +2278,50 @@
2444
2278
  ],
2445
2279
  "structuredRows": []
2446
2280
  },
2281
+ {
2282
+ "name": "RuntimeMediaAssetResolver",
2283
+ "description": null,
2284
+ "isReadme": false,
2285
+ "examples": [],
2286
+ "kind": "unknown",
2287
+ "modulePath": "src/runtimeMedia.ts",
2288
+ "sourceLocation": {
2289
+ "filePath": "src/runtimeMedia.ts",
2290
+ "line": 13,
2291
+ "column": 1
2292
+ },
2293
+ "exportPaths": ["src/index.ts"],
2294
+ "relatedSymbols": [],
2295
+ "signatures": [],
2296
+ "members": [],
2297
+ "structuredRows": []
2298
+ },
2299
+ {
2300
+ "name": "RuntimeMediaAssetResolverArgs",
2301
+ "description": null,
2302
+ "isReadme": false,
2303
+ "examples": [],
2304
+ "kind": "type",
2305
+ "modulePath": "src/runtimeMedia.ts",
2306
+ "sourceLocation": {
2307
+ "filePath": "src/runtimeMedia.ts",
2308
+ "line": 9,
2309
+ "column": 1
2310
+ },
2311
+ "exportPaths": ["src/index.ts"],
2312
+ "relatedSymbols": [],
2313
+ "signatures": [],
2314
+ "members": [
2315
+ {
2316
+ "name": "asset",
2317
+ "kind": "property",
2318
+ "type": "MediaAsset",
2319
+ "required": true,
2320
+ "description": null
2321
+ }
2322
+ ],
2323
+ "structuredRows": []
2324
+ },
2447
2325
  {
2448
2326
  "name": "RuntimeMemoryStateAdapterOptions",
2449
2327
  "description": null,
@@ -2497,7 +2375,7 @@
2497
2375
  "modulePath": "src/RuntimeRenderer.tsx",
2498
2376
  "sourceLocation": {
2499
2377
  "filePath": "src/RuntimeRenderer.tsx",
2500
- "line": 67,
2378
+ "line": 76,
2501
2379
  "column": 1
2502
2380
  },
2503
2381
  "exportPaths": ["src/index.ts"],
@@ -2529,7 +2407,7 @@
2529
2407
  "modulePath": "src/RuntimeRendererConfig.tsx",
2530
2408
  "sourceLocation": {
2531
2409
  "filePath": "src/RuntimeRendererConfig.tsx",
2532
- "line": 48,
2410
+ "line": 50,
2533
2411
  "column": 1
2534
2412
  },
2535
2413
  "exportPaths": ["src/index.ts"],
@@ -2538,6 +2416,7 @@
2538
2416
  "RuntimeActionHandlers",
2539
2417
  "RuntimeBindingOperationExecutor",
2540
2418
  "RuntimeBindingOperationResultWriter",
2419
+ "RuntimeMediaAssetResolver",
2541
2420
  "RuntimeNodePropsResolver",
2542
2421
  "RuntimeRendererWrapArgs"
2543
2422
  ],
@@ -2551,23 +2430,23 @@
2551
2430
  "description": null
2552
2431
  },
2553
2432
  {
2554
- "name": "bindingContext",
2433
+ "name": "apis",
2555
2434
  "kind": "property",
2556
- "type": "Record<string, unknown> | undefined",
2435
+ "type": "ApiDefinitionList | undefined",
2557
2436
  "required": false,
2558
2437
  "description": null
2559
2438
  },
2560
2439
  {
2561
- "name": "dataBindings",
2440
+ "name": "bindingContext",
2562
2441
  "kind": "property",
2563
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2442
+ "type": "Record<string, unknown> | undefined",
2564
2443
  "required": false,
2565
2444
  "description": null
2566
2445
  },
2567
2446
  {
2568
- "name": "dataSources",
2447
+ "name": "dataBindings",
2569
2448
  "kind": "property",
2570
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2449
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2571
2450
  "required": false,
2572
2451
  "description": null
2573
2452
  },
@@ -2606,6 +2485,13 @@
2606
2485
  "required": false,
2607
2486
  "description": null
2608
2487
  },
2488
+ {
2489
+ "name": "mediaAssets",
2490
+ "kind": "property",
2491
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
2492
+ "required": false,
2493
+ "description": null
2494
+ },
2609
2495
  {
2610
2496
  "name": "onDiagnostics",
2611
2497
  "kind": "property",
@@ -2616,7 +2502,7 @@
2616
2502
  {
2617
2503
  "name": "operationResults",
2618
2504
  "kind": "property",
2619
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2505
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2620
2506
  "required": false,
2621
2507
  "description": null
2622
2508
  },
@@ -2627,6 +2513,13 @@
2627
2513
  "required": false,
2628
2514
  "description": null
2629
2515
  },
2516
+ {
2517
+ "name": "resolveMediaAsset",
2518
+ "kind": "property",
2519
+ "type": "RuntimeMediaAssetResolver | undefined",
2520
+ "required": false,
2521
+ "description": null
2522
+ },
2630
2523
  {
2631
2524
  "name": "resolveNodeProps",
2632
2525
  "kind": "property",
@@ -2667,7 +2560,7 @@
2667
2560
  "modulePath": "src/RuntimeRendererConfig.tsx",
2668
2561
  "sourceLocation": {
2669
2562
  "filePath": "src/RuntimeRendererConfig.tsx",
2670
- "line": 152,
2563
+ "line": 158,
2671
2564
  "column": 1
2672
2565
  },
2673
2566
  "exportPaths": ["src/index.ts"],
@@ -2699,36 +2592,37 @@
2699
2592
  "modulePath": "src/RuntimeRenderer.tsx",
2700
2593
  "sourceLocation": {
2701
2594
  "filePath": "src/RuntimeRenderer.tsx",
2702
- "line": 49,
2595
+ "line": 56,
2703
2596
  "column": 1
2704
2597
  },
2705
2598
  "exportPaths": ["src/index.ts"],
2706
2599
  "relatedSymbols": [
2707
2600
  "RuntimeActionHandler",
2708
2601
  "RuntimeBindingOperationExecutor",
2602
+ "RuntimeMediaAssetResolver",
2709
2603
  "RuntimeRendererConfig",
2710
2604
  "RuntimeRendererWrapArgs"
2711
2605
  ],
2712
2606
  "signatures": [],
2713
2607
  "members": [
2714
2608
  {
2715
- "name": "bindingContext",
2609
+ "name": "apis",
2716
2610
  "kind": "property",
2717
- "type": "Record<string, unknown> | undefined",
2611
+ "type": "ApiDefinitionList | undefined",
2718
2612
  "required": false,
2719
2613
  "description": null
2720
2614
  },
2721
2615
  {
2722
- "name": "dataBindings",
2616
+ "name": "bindingContext",
2723
2617
  "kind": "property",
2724
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2618
+ "type": "Record<string, unknown> | undefined",
2725
2619
  "required": false,
2726
2620
  "description": null
2727
2621
  },
2728
2622
  {
2729
- "name": "dataSources",
2623
+ "name": "dataBindings",
2730
2624
  "kind": "property",
2731
- "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2625
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2732
2626
  "required": false,
2733
2627
  "description": null
2734
2628
  },
@@ -2756,7 +2650,7 @@
2756
2650
  {
2757
2651
  "name": "executeAction",
2758
2652
  "kind": "property",
2759
- "type": "import(\"/home/runner/work/runtime/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
2653
+ "type": "import(\"./src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
2760
2654
  "required": false,
2761
2655
  "description": null
2762
2656
  },
@@ -2774,6 +2668,13 @@
2774
2668
  "required": false,
2775
2669
  "description": null
2776
2670
  },
2671
+ {
2672
+ "name": "mediaAssets",
2673
+ "kind": "property",
2674
+ "type": "Readonly<Record<string, import(\"@ankhorage/contracts/dist/media\").MediaAsset>> | undefined",
2675
+ "required": false,
2676
+ "description": null
2677
+ },
2777
2678
  {
2778
2679
  "name": "node",
2779
2680
  "kind": "property",
@@ -2802,6 +2703,13 @@
2802
2703
  "required": false,
2803
2704
  "description": null
2804
2705
  },
2706
+ {
2707
+ "name": "resolveMediaAsset",
2708
+ "kind": "property",
2709
+ "type": "RuntimeMediaAssetResolver | undefined",
2710
+ "required": false,
2711
+ "description": null
2712
+ },
2805
2713
  {
2806
2714
  "name": "stateAdapter",
2807
2715
  "kind": "property",
@@ -2828,7 +2736,7 @@
2828
2736
  "modulePath": "src/RuntimeRendererConfig.tsx",
2829
2737
  "sourceLocation": {
2830
2738
  "filePath": "src/RuntimeRendererConfig.tsx",
2831
- "line": 30,
2739
+ "line": 32,
2832
2740
  "column": 1
2833
2741
  },
2834
2742
  "exportPaths": ["src/index.ts"],
@@ -2859,6 +2767,24 @@
2859
2767
  ],
2860
2768
  "structuredRows": []
2861
2769
  },
2770
+ {
2771
+ "name": "RuntimeResolvedMediaValue",
2772
+ "description": null,
2773
+ "isReadme": false,
2774
+ "examples": [],
2775
+ "kind": "unknown",
2776
+ "modulePath": "src/runtimeMedia.ts",
2777
+ "sourceLocation": {
2778
+ "filePath": "src/runtimeMedia.ts",
2779
+ "line": 7,
2780
+ "column": 1
2781
+ },
2782
+ "exportPaths": ["src/index.ts"],
2783
+ "relatedSymbols": [],
2784
+ "signatures": [],
2785
+ "members": [],
2786
+ "structuredRows": []
2787
+ },
2862
2788
  {
2863
2789
  "name": "RuntimeResolveNodePropsArgs",
2864
2790
  "description": null,
@@ -3174,7 +3100,7 @@
3174
3100
  "modulePath": "src/RuntimeRendererConfig.tsx",
3175
3101
  "sourceLocation": {
3176
3102
  "filePath": "src/RuntimeRendererConfig.tsx",
3177
- "line": 167,
3103
+ "line": 173,
3178
3104
  "column": 1
3179
3105
  },
3180
3106
  "exportPaths": ["src/index.ts"],
@@ -3211,11 +3137,11 @@
3211
3137
  ],
3212
3138
  "signatures": [
3213
3139
  {
3214
- "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState",
3140
+ "label": "(args: { readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }) => RuntimeScreenOperationLoaderState",
3215
3141
  "parameters": [
3216
3142
  {
3217
3143
  "name": "args",
3218
- "type": "{ readonly bindingContext?: Record<string, unknown>; readonly dataSources?: RuntimeBindingResolutionContext[\"dataSources\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }",
3144
+ "type": "{ readonly bindingContext?: Record<string, unknown>; readonly apis?: RuntimeBindingResolutionContext[\"apis\"]; readonly executeOperation?: RuntimeBindingOperationExecutor; readonly operationResults?: RuntimeBindingOperationResultCache; readonly onDiagnostics?: (diagnostics: readonly DataSourceDiagnostic[]) => void; readonly screen: ScreenSpec; }",
3219
3145
  "required": true,
3220
3146
  "description": null
3221
3147
  }
@@ -3233,21 +3159,21 @@
3233
3159
  "isReadme": false,
3234
3160
  "examples": [],
3235
3161
  "kind": "function",
3236
- "modulePath": "src/runtimeBindings.ts",
3162
+ "modulePath": "src/runtimeApiSelection.ts",
3237
3163
  "sourceLocation": {
3238
- "filePath": "src/runtimeBindings.ts",
3239
- "line": 169,
3164
+ "filePath": "src/runtimeApiSelection.ts",
3165
+ "line": 14,
3240
3166
  "column": 1
3241
3167
  },
3242
3168
  "exportPaths": ["src/index.ts"],
3243
3169
  "relatedSymbols": [],
3244
3170
  "signatures": [
3245
3171
  {
3246
- "label": "(operation: BindingOperationRef, dataSources: Readonly<Record<string, DataSourceConfig>> | undefined) => readonly DataSourceDiagnostic[]",
3172
+ "label": "(operation: BindingOperationRef, apis: ApiDefinitionList | undefined) => readonly DataSourceDiagnostic[]",
3247
3173
  "parameters": [
3248
3174
  {
3249
- "name": "dataSources",
3250
- "type": "Readonly<Record<string, DataSourceConfig>> | undefined",
3175
+ "name": "apis",
3176
+ "type": "ApiDefinitionList | undefined",
3251
3177
  "required": true,
3252
3178
  "description": null
3253
3179
  },
@@ -3274,7 +3200,7 @@
3274
3200
  "modulePath": "src/runtimeActionRegistry.ts",
3275
3201
  "sourceLocation": {
3276
3202
  "filePath": "src/runtimeActionRegistry.ts",
3277
- "line": 180,
3203
+ "line": 179,
3278
3204
  "column": 1
3279
3205
  },
3280
3206
  "exportPaths": ["src/index.ts"],