@ankhorage/runtime 0.2.4 → 1.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 (44) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/RuntimeScreen.d.ts.map +1 -1
  4. package/dist/RuntimeScreen.js +5 -43
  5. package/dist/RuntimeScreen.js.map +1 -1
  6. package/dist/index.d.ts +2 -4
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/index.js +2 -3
  9. package/dist/index.js.map +1 -1
  10. package/dist/registry.d.ts +0 -1
  11. package/dist/registry.d.ts.map +1 -1
  12. package/dist/registry.js +0 -1
  13. package/dist/registry.js.map +1 -1
  14. package/dist/runtimeDataSourceOperations.d.ts +3 -1
  15. package/dist/runtimeDataSourceOperations.d.ts.map +1 -1
  16. package/dist/runtimeDataSourceOperations.js +31 -26
  17. package/dist/runtimeDataSourceOperations.js.map +1 -1
  18. package/dist/runtimeDatabaseOperationExecutor.d.ts +9 -0
  19. package/dist/runtimeDatabaseOperationExecutor.d.ts.map +1 -0
  20. package/dist/runtimeDatabaseOperationExecutor.js +228 -0
  21. package/dist/runtimeDatabaseOperationExecutor.js.map +1 -0
  22. package/dist/runtimeScreenLoaders.d.ts +1 -2
  23. package/dist/runtimeScreenLoaders.d.ts.map +1 -1
  24. package/dist/runtimeScreenLoaders.js +1 -4
  25. package/dist/runtimeScreenLoaders.js.map +1 -1
  26. package/package.json +3 -3
  27. package/paradox/badges/npm.svg +3 -3
  28. package/paradox/components.md +1 -1
  29. package/paradox/diagrams/architecture-overview.mmd +5 -12
  30. package/paradox/diagrams/export-graph.mmd +1 -31
  31. package/paradox/diagrams/module-relationships.mmd +4 -9
  32. package/paradox/diagrams/sequences/runtime-screen.mmd +0 -3
  33. package/paradox/exports.json +30 -311
  34. package/paradox/exports.md +94 -199
  35. package/paradox/index.html +382 -744
  36. package/paradox/paradox.json +685 -928
  37. package/dist/appExtensionRegistry.d.ts +0 -3
  38. package/dist/appExtensionRegistry.d.ts.map +0 -1
  39. package/dist/appExtensionRegistry.js +0 -2
  40. package/dist/appExtensionRegistry.js.map +0 -1
  41. package/dist/runtimeApiLoaders.d.ts +0 -35
  42. package/dist/runtimeApiLoaders.d.ts.map +0 -1
  43. package/dist/runtimeApiLoaders.js +0 -218
  44. package/dist/runtimeApiLoaders.js.map +0 -1
@@ -1,22 +1,4 @@
1
1
  [
2
- {
3
- "name": "APP_EXTENSION_COMPONENT_REGISTRY",
4
- "description": null,
5
- "isReadme": false,
6
- "examples": [],
7
- "kind": "value",
8
- "modulePath": "src/appExtensionRegistry.ts",
9
- "sourceLocation": {
10
- "filePath": "src/appExtensionRegistry.ts",
11
- "line": 3,
12
- "column": 14
13
- },
14
- "exportPaths": ["src/index.ts"],
15
- "relatedSymbols": [],
16
- "signatures": [],
17
- "members": [],
18
- "structuredRows": []
19
- },
20
2
  {
21
3
  "name": "ComponentRegistry",
22
4
  "description": null,
@@ -248,7 +230,7 @@
248
230
  "modulePath": "src/runtimeScreenLoaders.ts",
249
231
  "sourceLocation": {
250
232
  "filePath": "src/runtimeScreenLoaders.ts",
251
- "line": 93,
233
+ "line": 82,
252
234
  "column": 1
253
235
  },
254
236
  "exportPaths": ["src/index.ts"],
@@ -351,7 +333,7 @@
351
333
  "modulePath": "src/runtimeDataSourceOperations.ts",
352
334
  "sourceLocation": {
353
335
  "filePath": "src/runtimeDataSourceOperations.ts",
354
- "line": 12,
336
+ "line": 14,
355
337
  "column": 1
356
338
  },
357
339
  "exportPaths": ["src/index.ts"],
@@ -450,7 +432,7 @@
450
432
  "modulePath": "src/runtimeScreenLoaders.ts",
451
433
  "sourceLocation": {
452
434
  "filePath": "src/runtimeScreenLoaders.ts",
453
- "line": 60,
435
+ "line": 49,
454
436
  "column": 1
455
437
  },
456
438
  "exportPaths": ["src/index.ts"],
@@ -669,38 +651,6 @@
669
651
  "members": [],
670
652
  "structuredRows": []
671
653
  },
672
- {
673
- "name": "executeRuntimeApiLoaders",
674
- "description": null,
675
- "isReadme": false,
676
- "examples": [],
677
- "kind": "function",
678
- "modulePath": "src/runtimeApiLoaders.ts",
679
- "sourceLocation": {
680
- "filePath": "src/runtimeApiLoaders.ts",
681
- "line": 100,
682
- "column": 1
683
- },
684
- "exportPaths": ["src/index.ts"],
685
- "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderExecutionResult"],
686
- "signatures": [
687
- {
688
- "label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }) => RuntimeApiLoaderExecutionResult",
689
- "parameters": [
690
- {
691
- "name": "args",
692
- "type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter: StateAdapter; }",
693
- "required": true,
694
- "description": null
695
- }
696
- ],
697
- "returnType": "RuntimeApiLoaderExecutionResult",
698
- "returnDescription": null
699
- }
700
- ],
701
- "members": [],
702
- "structuredRows": []
703
- },
704
654
  {
705
655
  "name": "executeRuntimeScreenOperationLoaders",
706
656
  "description": null,
@@ -710,7 +660,7 @@
710
660
  "modulePath": "src/runtimeScreenLoaders.ts",
711
661
  "sourceLocation": {
712
662
  "filePath": "src/runtimeScreenLoaders.ts",
713
- "line": 189,
663
+ "line": 178,
714
664
  "column": 1
715
665
  },
716
666
  "exportPaths": ["src/index.ts"],
@@ -813,38 +763,6 @@
813
763
  "members": [],
814
764
  "structuredRows": []
815
765
  },
816
- {
817
- "name": "materializeRuntimeApiLoaderState",
818
- "description": null,
819
- "isReadme": false,
820
- "examples": [],
821
- "kind": "function",
822
- "modulePath": "src/runtimeApiLoaders.ts",
823
- "sourceLocation": {
824
- "filePath": "src/runtimeApiLoaders.ts",
825
- "line": 40,
826
- "column": 1
827
- },
828
- "exportPaths": ["src/index.ts"],
829
- "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderMaterializationResult"],
830
- "signatures": [
831
- {
832
- "label": "(args: { readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }) => RuntimeApiLoaderMaterializationResult",
833
- "parameters": [
834
- {
835
- "name": "args",
836
- "type": "{ readonly data?: AppDataManifest; readonly loaders: readonly RuntimeApiLoaderDefinition[]; }",
837
- "required": true,
838
- "description": null
839
- }
840
- ],
841
- "returnType": "RuntimeApiLoaderMaterializationResult",
842
- "returnDescription": null
843
- }
844
- ],
845
- "members": [],
846
- "structuredRows": []
847
- },
848
766
  {
849
767
  "name": "mergeRuntimeRendererConfig",
850
768
  "description": null,
@@ -1187,38 +1105,6 @@
1187
1105
  "members": [],
1188
1106
  "structuredRows": []
1189
1107
  },
1190
- {
1191
- "name": "resolveScreenApiLoaders",
1192
- "description": null,
1193
- "isReadme": false,
1194
- "examples": [],
1195
- "kind": "function",
1196
- "modulePath": "src/runtimeScreenLoaders.ts",
1197
- "sourceLocation": {
1198
- "filePath": "src/runtimeScreenLoaders.ts",
1199
- "line": 44,
1200
- "column": 1
1201
- },
1202
- "exportPaths": ["src/index.ts"],
1203
- "relatedSymbols": [],
1204
- "signatures": [
1205
- {
1206
- "label": "(screen: ScreenSpec) => readonly ApiScreenDataLoaderDefinition[]",
1207
- "parameters": [
1208
- {
1209
- "name": "screen",
1210
- "type": "ScreenSpec",
1211
- "required": true,
1212
- "description": null
1213
- }
1214
- ],
1215
- "returnType": "readonly ApiScreenDataLoaderDefinition[]",
1216
- "returnDescription": null
1217
- }
1218
- ],
1219
- "members": [],
1220
- "structuredRows": []
1221
- },
1222
1108
  {
1223
1109
  "name": "resolveScreenOperationLoaders",
1224
1110
  "description": null,
@@ -1228,7 +1114,7 @@
1228
1114
  "modulePath": "src/runtimeScreenLoaders.ts",
1229
1115
  "sourceLocation": {
1230
1116
  "filePath": "src/runtimeScreenLoaders.ts",
1231
- "line": 52,
1117
+ "line": 43,
1232
1118
  "column": 1
1233
1119
  },
1234
1120
  "exportPaths": ["src/index.ts"],
@@ -1613,148 +1499,6 @@
1613
1499
  ],
1614
1500
  "structuredRows": []
1615
1501
  },
1616
- {
1617
- "name": "RuntimeApiLoaderDefinition",
1618
- "description": null,
1619
- "isReadme": false,
1620
- "examples": [],
1621
- "kind": "unknown",
1622
- "modulePath": "src/runtimeApiLoaders.ts",
1623
- "sourceLocation": {
1624
- "filePath": "src/runtimeApiLoaders.ts",
1625
- "line": 17,
1626
- "column": 1
1627
- },
1628
- "exportPaths": ["src/index.ts"],
1629
- "relatedSymbols": [],
1630
- "signatures": [],
1631
- "members": [],
1632
- "structuredRows": []
1633
- },
1634
- {
1635
- "name": "RuntimeApiLoaderDiagnostic",
1636
- "description": null,
1637
- "isReadme": false,
1638
- "examples": [],
1639
- "kind": "type",
1640
- "modulePath": "src/runtimeApiLoaders.ts",
1641
- "sourceLocation": {
1642
- "filePath": "src/runtimeApiLoaders.ts",
1643
- "line": 19,
1644
- "column": 1
1645
- },
1646
- "exportPaths": ["src/index.ts"],
1647
- "relatedSymbols": [],
1648
- "signatures": [],
1649
- "members": [
1650
- {
1651
- "name": "apiId",
1652
- "kind": "property",
1653
- "type": "string | undefined",
1654
- "required": false,
1655
- "description": null
1656
- },
1657
- {
1658
- "name": "code",
1659
- "kind": "property",
1660
- "type": "\"invalid-record\" | \"missing-api\" | \"missing-target-path\" | \"state-set-failed\" | \"unsupported-loader\"",
1661
- "required": true,
1662
- "description": null
1663
- },
1664
- {
1665
- "name": "message",
1666
- "kind": "property",
1667
- "type": "string",
1668
- "required": true,
1669
- "description": null
1670
- },
1671
- {
1672
- "name": "targetPath",
1673
- "kind": "property",
1674
- "type": "string | undefined",
1675
- "required": false,
1676
- "description": null
1677
- }
1678
- ],
1679
- "structuredRows": []
1680
- },
1681
- {
1682
- "name": "RuntimeApiLoaderExecutionResult",
1683
- "description": null,
1684
- "isReadme": false,
1685
- "examples": [],
1686
- "kind": "type",
1687
- "modulePath": "src/runtimeApiLoaders.ts",
1688
- "sourceLocation": {
1689
- "filePath": "src/runtimeApiLoaders.ts",
1690
- "line": 31,
1691
- "column": 1
1692
- },
1693
- "exportPaths": ["src/index.ts"],
1694
- "relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
1695
- "signatures": [],
1696
- "members": [
1697
- {
1698
- "name": "diagnostics",
1699
- "kind": "property",
1700
- "type": "readonly RuntimeApiLoaderDiagnostic[]",
1701
- "required": true,
1702
- "description": null
1703
- }
1704
- ],
1705
- "structuredRows": []
1706
- },
1707
- {
1708
- "name": "RuntimeApiLoaderMaterializationResult",
1709
- "description": null,
1710
- "isReadme": false,
1711
- "examples": [],
1712
- "kind": "type",
1713
- "modulePath": "src/runtimeApiLoaders.ts",
1714
- "sourceLocation": {
1715
- "filePath": "src/runtimeApiLoaders.ts",
1716
- "line": 35,
1717
- "column": 1
1718
- },
1719
- "exportPaths": ["src/index.ts"],
1720
- "relatedSymbols": ["RuntimeApiLoaderDiagnostic"],
1721
- "signatures": [],
1722
- "members": [
1723
- {
1724
- "name": "diagnostics",
1725
- "kind": "property",
1726
- "type": "readonly RuntimeApiLoaderDiagnostic[]",
1727
- "required": true,
1728
- "description": null
1729
- },
1730
- {
1731
- "name": "state",
1732
- "kind": "property",
1733
- "type": "Readonly<Record<string, StateValue>>",
1734
- "required": true,
1735
- "description": null
1736
- }
1737
- ],
1738
- "structuredRows": []
1739
- },
1740
- {
1741
- "name": "RuntimeApiLoaderMode",
1742
- "description": null,
1743
- "isReadme": false,
1744
- "examples": [],
1745
- "kind": "unknown",
1746
- "modulePath": "src/runtimeApiLoaders.ts",
1747
- "sourceLocation": {
1748
- "filePath": "src/runtimeApiLoaders.ts",
1749
- "line": 15,
1750
- "column": 1
1751
- },
1752
- "exportPaths": ["src/index.ts"],
1753
- "relatedSymbols": [],
1754
- "signatures": [],
1755
- "members": [],
1756
- "structuredRows": []
1757
- },
1758
1502
  {
1759
1503
  "name": "RuntimeBindingDescriptor",
1760
1504
  "description": null,
@@ -1979,7 +1723,7 @@
1979
1723
  {
1980
1724
  "name": "dataBindings",
1981
1725
  "kind": "property",
1982
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1726
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1983
1727
  "required": false,
1984
1728
  "description": null
1985
1729
  },
@@ -2061,7 +1805,7 @@
2061
1805
  {
2062
1806
  "name": "dataBindings",
2063
1807
  "kind": "property",
2064
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1808
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2065
1809
  "required": false,
2066
1810
  "description": null
2067
1811
  },
@@ -2184,7 +1928,7 @@
2184
1928
  {
2185
1929
  "name": "dataBindings",
2186
1930
  "kind": "property",
2187
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
1931
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2188
1932
  "required": false,
2189
1933
  "description": null
2190
1934
  },
@@ -2263,7 +2007,7 @@
2263
2007
  "modulePath": "src/runtimeDataSourceOperations.ts",
2264
2008
  "sourceLocation": {
2265
2009
  "filePath": "src/runtimeDataSourceOperations.ts",
2266
- "line": 7,
2010
+ "line": 8,
2267
2011
  "column": 1
2268
2012
  },
2269
2013
  "exportPaths": ["src/index.ts"],
@@ -2277,11 +2021,18 @@
2277
2021
  "required": false,
2278
2022
  "description": null
2279
2023
  },
2024
+ {
2025
+ "name": "databaseAdapters",
2026
+ "kind": "property",
2027
+ "type": "Readonly<Record<string, DbAdapter>> | undefined",
2028
+ "required": false,
2029
+ "description": null
2030
+ },
2280
2031
  {
2281
2032
  "name": "fetch",
2282
2033
  "kind": "property",
2283
- "type": "EndpointTestFetch",
2284
- "required": true,
2034
+ "type": "EndpointTestFetch | undefined",
2035
+ "required": false,
2285
2036
  "description": null
2286
2037
  }
2287
2038
  ],
@@ -2470,7 +2221,7 @@
2470
2221
  {
2471
2222
  "name": "dataBindings",
2472
2223
  "kind": "property",
2473
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2224
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2474
2225
  "required": false,
2475
2226
  "description": null
2476
2227
  },
@@ -2809,14 +2560,14 @@
2809
2560
  {
2810
2561
  "name": "dataBindings",
2811
2562
  "kind": "property",
2812
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2563
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2813
2564
  "required": false,
2814
2565
  "description": null
2815
2566
  },
2816
2567
  {
2817
2568
  "name": "dataSources",
2818
2569
  "kind": "property",
2819
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2570
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2820
2571
  "required": false,
2821
2572
  "description": null
2822
2573
  },
@@ -2865,7 +2616,7 @@
2865
2616
  {
2866
2617
  "name": "operationResults",
2867
2618
  "kind": "property",
2868
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2619
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").BindingValue | undefined>> | undefined",
2869
2620
  "required": false,
2870
2621
  "description": null
2871
2622
  },
@@ -2970,14 +2721,14 @@
2970
2721
  {
2971
2722
  "name": "dataBindings",
2972
2723
  "kind": "property",
2973
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2724
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/bindings\").ComponentDataBinding>> | undefined",
2974
2725
  "required": false,
2975
2726
  "description": null
2976
2727
  },
2977
2728
  {
2978
2729
  "name": "dataSources",
2979
2730
  "kind": "property",
2980
- "type": "Readonly<Record<string, import(\"/Users/a_rtiphishl_e/git/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2731
+ "type": "Readonly<Record<string, import(\"/home/runner/work/runtime/runtime/node_modules/@ankhorage/contracts/dist/index\").DataSourceConfig>> | undefined",
2981
2732
  "required": false,
2982
2733
  "description": null
2983
2734
  },
@@ -3005,7 +2756,7 @@
3005
2756
  {
3006
2757
  "name": "executeAction",
3007
2758
  "kind": "property",
3008
- "type": "import(\"/Users/a_rtiphishl_e/git/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
2759
+ "type": "import(\"/home/runner/work/runtime/runtime/src/RuntimeRendererConfig\").RuntimeActionHandler | undefined",
3009
2760
  "required": false,
3010
2761
  "description": null
3011
2762
  },
@@ -3150,7 +2901,7 @@
3150
2901
  "modulePath": "src/RuntimeScreen.tsx",
3151
2902
  "sourceLocation": {
3152
2903
  "filePath": "src/RuntimeScreen.tsx",
3153
- "line": 24,
2904
+ "line": 17,
3154
2905
  "column": 1
3155
2906
  },
3156
2907
  "exportPaths": ["src/index.ts"],
@@ -3182,7 +2933,7 @@
3182
2933
  "modulePath": "src/runtimeScreenLoaders.ts",
3183
2934
  "sourceLocation": {
3184
2935
  "filePath": "src/runtimeScreenLoaders.ts",
3185
- "line": 26,
2936
+ "line": 25,
3186
2937
  "column": 1
3187
2938
  },
3188
2939
  "exportPaths": ["src/index.ts"],
@@ -3222,7 +2973,7 @@
3222
2973
  "modulePath": "src/runtimeScreenLoaders.ts",
3223
2974
  "sourceLocation": {
3224
2975
  "filePath": "src/runtimeScreenLoaders.ts",
3225
- "line": 19,
2976
+ "line": 18,
3226
2977
  "column": 1
3227
2978
  },
3228
2979
  "exportPaths": ["src/index.ts"],
@@ -3269,7 +3020,7 @@
3269
3020
  "modulePath": "src/RuntimeScreen.tsx",
3270
3021
  "sourceLocation": {
3271
3022
  "filePath": "src/RuntimeScreen.tsx",
3272
- "line": 17,
3023
+ "line": 10,
3273
3024
  "column": 1
3274
3025
  },
3275
3026
  "exportPaths": ["src/index.ts"],
@@ -3414,38 +3165,6 @@
3414
3165
  "members": [],
3415
3166
  "structuredRows": []
3416
3167
  },
3417
- {
3418
- "name": "useRuntimeApiStateLoaders",
3419
- "description": null,
3420
- "isReadme": false,
3421
- "examples": [],
3422
- "kind": "function",
3423
- "modulePath": "src/runtimeApiLoaders.ts",
3424
- "sourceLocation": {
3425
- "filePath": "src/runtimeApiLoaders.ts",
3426
- "line": 125,
3427
- "column": 1
3428
- },
3429
- "exportPaths": ["src/index.ts"],
3430
- "relatedSymbols": ["RuntimeApiLoaderDefinition", "RuntimeApiLoaderDiagnostic"],
3431
- "signatures": [
3432
- {
3433
- "label": "(args: { readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }) => { readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
3434
- "parameters": [
3435
- {
3436
- "name": "args",
3437
- "type": "{ readonly data?: AppDataManifest; readonly loaders?: readonly RuntimeApiLoaderDefinition[]; readonly stateAdapter?: StateAdapter; }",
3438
- "required": true,
3439
- "description": null
3440
- }
3441
- ],
3442
- "returnType": "{ readonly diagnostics: readonly RuntimeApiLoaderDiagnostic[]; readonly stateAdapter: StateAdapter; readonly stateVersion: number; }",
3443
- "returnDescription": null
3444
- }
3445
- ],
3446
- "members": [],
3447
- "structuredRows": []
3448
- },
3449
3168
  {
3450
3169
  "name": "useRuntimeRendererConfig",
3451
3170
  "description": null,
@@ -3480,7 +3199,7 @@
3480
3199
  "modulePath": "src/runtimeScreenLoaders.ts",
3481
3200
  "sourceLocation": {
3482
3201
  "filePath": "src/runtimeScreenLoaders.ts",
3483
- "line": 284,
3202
+ "line": 273,
3484
3203
  "column": 1
3485
3204
  },
3486
3205
  "exportPaths": ["src/index.ts"],