@ankhorage/runtime 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,564 @@
1
+ [
2
+ {
3
+ "name": "createRuntimeManifest",
4
+ "description": null,
5
+ "isReadme": false,
6
+ "examples": [],
7
+ "kind": "function",
8
+ "modulePath": "src/index.ts",
9
+ "sourceLocation": {
10
+ "filePath": "src/index.ts",
11
+ "line": 81,
12
+ "column": 1
13
+ },
14
+ "exportPaths": ["src/index.ts"],
15
+ "relatedSymbols": ["RuntimeManifest", "RuntimeManifestInput"],
16
+ "signatures": [
17
+ {
18
+ "label": "(input: RuntimeManifestInput) => RuntimeManifest",
19
+ "parameters": [
20
+ {
21
+ "name": "input",
22
+ "type": "RuntimeManifestInput",
23
+ "required": true,
24
+ "description": null
25
+ }
26
+ ],
27
+ "returnType": "RuntimeManifest",
28
+ "returnDescription": null
29
+ }
30
+ ],
31
+ "members": [],
32
+ "structuredRows": []
33
+ },
34
+ {
35
+ "name": "defineRuntimeAction",
36
+ "description": null,
37
+ "isReadme": false,
38
+ "examples": [],
39
+ "kind": "function",
40
+ "modulePath": "src/index.ts",
41
+ "sourceLocation": {
42
+ "filePath": "src/index.ts",
43
+ "line": 63,
44
+ "column": 1
45
+ },
46
+ "exportPaths": ["src/index.ts"],
47
+ "relatedSymbols": ["RuntimeActionDescriptor"],
48
+ "signatures": [
49
+ {
50
+ "label": "(action: RuntimeActionDescriptor<Data>) => RuntimeActionDescriptor<Data>",
51
+ "parameters": [
52
+ {
53
+ "name": "action",
54
+ "type": "RuntimeActionDescriptor<Data>",
55
+ "required": true,
56
+ "description": null
57
+ }
58
+ ],
59
+ "returnType": "RuntimeActionDescriptor<Data>",
60
+ "returnDescription": null
61
+ }
62
+ ],
63
+ "members": [],
64
+ "structuredRows": []
65
+ },
66
+ {
67
+ "name": "defineRuntimeAdapter",
68
+ "description": null,
69
+ "isReadme": false,
70
+ "examples": [],
71
+ "kind": "function",
72
+ "modulePath": "src/index.ts",
73
+ "sourceLocation": {
74
+ "filePath": "src/index.ts",
75
+ "line": 69,
76
+ "column": 1
77
+ },
78
+ "exportPaths": ["src/index.ts"],
79
+ "relatedSymbols": ["RuntimeAdapterDescriptor"],
80
+ "signatures": [
81
+ {
82
+ "label": "(adapter: RuntimeAdapterDescriptor<Options>) => RuntimeAdapterDescriptor<Options>",
83
+ "parameters": [
84
+ {
85
+ "name": "adapter",
86
+ "type": "RuntimeAdapterDescriptor<Options>",
87
+ "required": true,
88
+ "description": null
89
+ }
90
+ ],
91
+ "returnType": "RuntimeAdapterDescriptor<Options>",
92
+ "returnDescription": null
93
+ }
94
+ ],
95
+ "members": [],
96
+ "structuredRows": []
97
+ },
98
+ {
99
+ "name": "defineRuntimeBinding",
100
+ "description": null,
101
+ "isReadme": false,
102
+ "examples": [],
103
+ "kind": "function",
104
+ "modulePath": "src/index.ts",
105
+ "sourceLocation": {
106
+ "filePath": "src/index.ts",
107
+ "line": 75,
108
+ "column": 1
109
+ },
110
+ "exportPaths": ["src/index.ts"],
111
+ "relatedSymbols": ["RuntimeBindingDescriptor"],
112
+ "signatures": [
113
+ {
114
+ "label": "(binding: RuntimeBindingDescriptor<Value>) => RuntimeBindingDescriptor<Value>",
115
+ "parameters": [
116
+ {
117
+ "name": "binding",
118
+ "type": "RuntimeBindingDescriptor<Value>",
119
+ "required": true,
120
+ "description": null
121
+ }
122
+ ],
123
+ "returnType": "RuntimeBindingDescriptor<Value>",
124
+ "returnDescription": null
125
+ }
126
+ ],
127
+ "members": [],
128
+ "structuredRows": []
129
+ },
130
+ {
131
+ "name": "listRuntimeCapabilities",
132
+ "description": null,
133
+ "isReadme": false,
134
+ "examples": [],
135
+ "kind": "function",
136
+ "modulePath": "src/index.ts",
137
+ "sourceLocation": {
138
+ "filePath": "src/index.ts",
139
+ "line": 93,
140
+ "column": 1
141
+ },
142
+ "exportPaths": ["src/index.ts"],
143
+ "relatedSymbols": [],
144
+ "signatures": [
145
+ {
146
+ "label": "() => readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
147
+ "parameters": [],
148
+ "returnType": "readonly (\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\")[]",
149
+ "returnDescription": null
150
+ }
151
+ ],
152
+ "members": [],
153
+ "structuredRows": []
154
+ },
155
+ {
156
+ "name": "RUNTIME_CAPABILITIES",
157
+ "description": null,
158
+ "isReadme": false,
159
+ "examples": [],
160
+ "kind": "value",
161
+ "modulePath": "src/index.ts",
162
+ "sourceLocation": {
163
+ "filePath": "src/index.ts",
164
+ "line": 1,
165
+ "column": 14
166
+ },
167
+ "exportPaths": ["src/index.ts"],
168
+ "relatedSymbols": [],
169
+ "signatures": [],
170
+ "members": [],
171
+ "structuredRows": []
172
+ },
173
+ {
174
+ "name": "RUNTIME_MANIFEST_KIND",
175
+ "description": null,
176
+ "isReadme": false,
177
+ "examples": [],
178
+ "kind": "value",
179
+ "modulePath": "src/index.ts",
180
+ "sourceLocation": {
181
+ "filePath": "src/index.ts",
182
+ "line": 8,
183
+ "column": 14
184
+ },
185
+ "exportPaths": ["src/index.ts"],
186
+ "relatedSymbols": [],
187
+ "signatures": [],
188
+ "members": [],
189
+ "structuredRows": []
190
+ },
191
+ {
192
+ "name": "RuntimeActionDescriptor",
193
+ "description": null,
194
+ "isReadme": false,
195
+ "examples": [],
196
+ "kind": "type",
197
+ "modulePath": "src/index.ts",
198
+ "sourceLocation": {
199
+ "filePath": "src/index.ts",
200
+ "line": 24,
201
+ "column": 1
202
+ },
203
+ "exportPaths": ["src/index.ts"],
204
+ "relatedSymbols": [],
205
+ "signatures": [],
206
+ "members": [
207
+ {
208
+ "name": "capability",
209
+ "kind": "property",
210
+ "type": "\"runtime.render\" | \"runtime.actions\" | \"runtime.bindings\" | \"runtime.adapters\" | undefined",
211
+ "required": false,
212
+ "description": null
213
+ },
214
+ {
215
+ "name": "data",
216
+ "kind": "property",
217
+ "type": "Data | undefined",
218
+ "required": false,
219
+ "description": null
220
+ },
221
+ {
222
+ "name": "description",
223
+ "kind": "property",
224
+ "type": "string | undefined",
225
+ "required": false,
226
+ "description": null
227
+ },
228
+ {
229
+ "name": "id",
230
+ "kind": "property",
231
+ "type": "string",
232
+ "required": true,
233
+ "description": null
234
+ }
235
+ ],
236
+ "structuredRows": []
237
+ },
238
+ {
239
+ "name": "RuntimeAdapterDescriptor",
240
+ "description": null,
241
+ "isReadme": false,
242
+ "examples": [],
243
+ "kind": "type",
244
+ "modulePath": "src/index.ts",
245
+ "sourceLocation": {
246
+ "filePath": "src/index.ts",
247
+ "line": 39,
248
+ "column": 1
249
+ },
250
+ "exportPaths": ["src/index.ts"],
251
+ "relatedSymbols": [],
252
+ "signatures": [],
253
+ "members": [
254
+ {
255
+ "name": "id",
256
+ "kind": "property",
257
+ "type": "string",
258
+ "required": true,
259
+ "description": null
260
+ },
261
+ {
262
+ "name": "kind",
263
+ "kind": "property",
264
+ "type": "string",
265
+ "required": true,
266
+ "description": null
267
+ },
268
+ {
269
+ "name": "options",
270
+ "kind": "property",
271
+ "type": "Options | undefined",
272
+ "required": false,
273
+ "description": null
274
+ }
275
+ ],
276
+ "structuredRows": []
277
+ },
278
+ {
279
+ "name": "RuntimeBindingDescriptor",
280
+ "description": null,
281
+ "isReadme": false,
282
+ "examples": [],
283
+ "kind": "type",
284
+ "modulePath": "src/index.ts",
285
+ "sourceLocation": {
286
+ "filePath": "src/index.ts",
287
+ "line": 31,
288
+ "column": 1
289
+ },
290
+ "exportPaths": ["src/index.ts"],
291
+ "relatedSymbols": [],
292
+ "signatures": [],
293
+ "members": [
294
+ {
295
+ "name": "actionId",
296
+ "kind": "property",
297
+ "type": "string | undefined",
298
+ "required": false,
299
+ "description": null
300
+ },
301
+ {
302
+ "name": "id",
303
+ "kind": "property",
304
+ "type": "string",
305
+ "required": true,
306
+ "description": null
307
+ },
308
+ {
309
+ "name": "source",
310
+ "kind": "property",
311
+ "type": "string",
312
+ "required": true,
313
+ "description": null
314
+ },
315
+ {
316
+ "name": "target",
317
+ "kind": "property",
318
+ "type": "string",
319
+ "required": true,
320
+ "description": null
321
+ },
322
+ {
323
+ "name": "value",
324
+ "kind": "property",
325
+ "type": "Value | undefined",
326
+ "required": false,
327
+ "description": null
328
+ }
329
+ ],
330
+ "structuredRows": []
331
+ },
332
+ {
333
+ "name": "RuntimeCapability",
334
+ "description": null,
335
+ "isReadme": false,
336
+ "examples": [],
337
+ "kind": "unknown",
338
+ "modulePath": "src/index.ts",
339
+ "sourceLocation": {
340
+ "filePath": "src/index.ts",
341
+ "line": 10,
342
+ "column": 1
343
+ },
344
+ "exportPaths": ["src/index.ts"],
345
+ "relatedSymbols": [],
346
+ "signatures": [],
347
+ "members": [],
348
+ "structuredRows": []
349
+ },
350
+ {
351
+ "name": "RuntimeConfig",
352
+ "description": null,
353
+ "isReadme": false,
354
+ "examples": [],
355
+ "kind": "type",
356
+ "modulePath": "src/index.ts",
357
+ "sourceLocation": {
358
+ "filePath": "src/index.ts",
359
+ "line": 18,
360
+ "column": 1
361
+ },
362
+ "exportPaths": ["src/index.ts"],
363
+ "relatedSymbols": [],
364
+ "signatures": [],
365
+ "members": [
366
+ {
367
+ "name": "appId",
368
+ "kind": "property",
369
+ "type": "string",
370
+ "required": true,
371
+ "description": null
372
+ },
373
+ {
374
+ "name": "environment",
375
+ "kind": "property",
376
+ "type": "string | undefined",
377
+ "required": false,
378
+ "description": null
379
+ },
380
+ {
381
+ "name": "values",
382
+ "kind": "property",
383
+ "type": "Readonly<Record<string, unknown>> | undefined",
384
+ "required": false,
385
+ "description": null
386
+ }
387
+ ],
388
+ "structuredRows": []
389
+ },
390
+ {
391
+ "name": "RuntimeDiagnostic",
392
+ "description": null,
393
+ "isReadme": false,
394
+ "examples": [],
395
+ "kind": "type",
396
+ "modulePath": "src/index.ts",
397
+ "sourceLocation": {
398
+ "filePath": "src/index.ts",
399
+ "line": 12,
400
+ "column": 1
401
+ },
402
+ "exportPaths": ["src/index.ts"],
403
+ "relatedSymbols": [],
404
+ "signatures": [],
405
+ "members": [
406
+ {
407
+ "name": "code",
408
+ "kind": "property",
409
+ "type": "string",
410
+ "required": true,
411
+ "description": null
412
+ },
413
+ {
414
+ "name": "message",
415
+ "kind": "property",
416
+ "type": "string",
417
+ "required": true,
418
+ "description": null
419
+ },
420
+ {
421
+ "name": "severity",
422
+ "kind": "property",
423
+ "type": "\"error\" | \"info\" | \"warning\"",
424
+ "required": true,
425
+ "description": null
426
+ }
427
+ ],
428
+ "structuredRows": []
429
+ },
430
+ {
431
+ "name": "RuntimeManifest",
432
+ "description": null,
433
+ "isReadme": false,
434
+ "examples": [],
435
+ "kind": "type",
436
+ "modulePath": "src/index.ts",
437
+ "sourceLocation": {
438
+ "filePath": "src/index.ts",
439
+ "line": 45,
440
+ "column": 1
441
+ },
442
+ "exportPaths": ["src/index.ts"],
443
+ "relatedSymbols": [
444
+ "RuntimeActionDescriptor",
445
+ "RuntimeAdapterDescriptor",
446
+ "RuntimeBindingDescriptor",
447
+ "RuntimeConfig",
448
+ "RuntimeDiagnostic"
449
+ ],
450
+ "signatures": [],
451
+ "members": [
452
+ {
453
+ "name": "actions",
454
+ "kind": "property",
455
+ "type": "readonly RuntimeActionDescriptor<unknown>[]",
456
+ "required": true,
457
+ "description": null
458
+ },
459
+ {
460
+ "name": "adapters",
461
+ "kind": "property",
462
+ "type": "readonly RuntimeAdapterDescriptor<unknown>[]",
463
+ "required": true,
464
+ "description": null
465
+ },
466
+ {
467
+ "name": "bindings",
468
+ "kind": "property",
469
+ "type": "readonly RuntimeBindingDescriptor<unknown>[]",
470
+ "required": true,
471
+ "description": null
472
+ },
473
+ {
474
+ "name": "config",
475
+ "kind": "property",
476
+ "type": "RuntimeConfig",
477
+ "required": true,
478
+ "description": null
479
+ },
480
+ {
481
+ "name": "diagnostics",
482
+ "kind": "property",
483
+ "type": "readonly RuntimeDiagnostic[]",
484
+ "required": true,
485
+ "description": null
486
+ },
487
+ {
488
+ "name": "kind",
489
+ "kind": "property",
490
+ "type": "\"ankhorage-runtime-manifest\"",
491
+ "required": true,
492
+ "description": null
493
+ },
494
+ {
495
+ "name": "version",
496
+ "kind": "property",
497
+ "type": "1",
498
+ "required": true,
499
+ "description": null
500
+ }
501
+ ],
502
+ "structuredRows": []
503
+ },
504
+ {
505
+ "name": "RuntimeManifestInput",
506
+ "description": null,
507
+ "isReadme": false,
508
+ "examples": [],
509
+ "kind": "type",
510
+ "modulePath": "src/index.ts",
511
+ "sourceLocation": {
512
+ "filePath": "src/index.ts",
513
+ "line": 55,
514
+ "column": 1
515
+ },
516
+ "exportPaths": ["src/index.ts"],
517
+ "relatedSymbols": [
518
+ "RuntimeActionDescriptor",
519
+ "RuntimeAdapterDescriptor",
520
+ "RuntimeBindingDescriptor",
521
+ "RuntimeConfig",
522
+ "RuntimeDiagnostic"
523
+ ],
524
+ "signatures": [],
525
+ "members": [
526
+ {
527
+ "name": "actions",
528
+ "kind": "property",
529
+ "type": "readonly RuntimeActionDescriptor<unknown>[] | undefined",
530
+ "required": false,
531
+ "description": null
532
+ },
533
+ {
534
+ "name": "adapters",
535
+ "kind": "property",
536
+ "type": "readonly RuntimeAdapterDescriptor<unknown>[] | undefined",
537
+ "required": false,
538
+ "description": null
539
+ },
540
+ {
541
+ "name": "bindings",
542
+ "kind": "property",
543
+ "type": "readonly RuntimeBindingDescriptor<unknown>[] | undefined",
544
+ "required": false,
545
+ "description": null
546
+ },
547
+ {
548
+ "name": "config",
549
+ "kind": "property",
550
+ "type": "RuntimeConfig",
551
+ "required": true,
552
+ "description": null
553
+ },
554
+ {
555
+ "name": "diagnostics",
556
+ "kind": "property",
557
+ "type": "readonly RuntimeDiagnostic[] | undefined",
558
+ "required": false,
559
+ "description": null
560
+ }
561
+ ],
562
+ "structuredRows": []
563
+ }
564
+ ]