@xyo-network/diviner-forecasting-model 2.72.0 → 2.72.2

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 (2) hide show
  1. package/dist/docs.json +1809 -0
  2. package/package.json +8 -8
package/dist/docs.json ADDED
@@ -0,0 +1,1809 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/diviner-forecasting-model",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 20,
10
+ "name": "Forecast",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 21,
17
+ "name": "error",
18
+ "variant": "declaration",
19
+ "kind": 1024,
20
+ "flags": {
21
+ "isOptional": true
22
+ },
23
+ "sources": [
24
+ {
25
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
26
+ "line": 2,
27
+ "character": 2,
28
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts#L2"
29
+ }
30
+ ],
31
+ "type": {
32
+ "type": "intrinsic",
33
+ "name": "number"
34
+ }
35
+ },
36
+ {
37
+ "id": 22,
38
+ "name": "timestamp",
39
+ "variant": "declaration",
40
+ "kind": 1024,
41
+ "flags": {
42
+ "isOptional": true
43
+ },
44
+ "sources": [
45
+ {
46
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
47
+ "line": 3,
48
+ "character": 2,
49
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts#L3"
50
+ }
51
+ ],
52
+ "type": {
53
+ "type": "intrinsic",
54
+ "name": "number"
55
+ }
56
+ },
57
+ {
58
+ "id": 23,
59
+ "name": "value",
60
+ "variant": "declaration",
61
+ "kind": 1024,
62
+ "flags": {},
63
+ "sources": [
64
+ {
65
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
66
+ "line": 4,
67
+ "character": 2,
68
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts#L4"
69
+ }
70
+ ],
71
+ "type": {
72
+ "type": "intrinsic",
73
+ "name": "number"
74
+ }
75
+ }
76
+ ],
77
+ "groups": [
78
+ {
79
+ "title": "Properties",
80
+ "children": [
81
+ 21,
82
+ 22,
83
+ 23
84
+ ]
85
+ }
86
+ ],
87
+ "sources": [
88
+ {
89
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts",
90
+ "line": 1,
91
+ "character": 17,
92
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Forecast.ts#L1"
93
+ }
94
+ ]
95
+ },
96
+ {
97
+ "id": 7,
98
+ "name": "ForecastingSettings",
99
+ "variant": "declaration",
100
+ "kind": 256,
101
+ "flags": {},
102
+ "children": [
103
+ {
104
+ "id": 8,
105
+ "name": "forecastingMethod",
106
+ "variant": "declaration",
107
+ "kind": 1024,
108
+ "flags": {
109
+ "isOptional": true
110
+ },
111
+ "sources": [
112
+ {
113
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
114
+ "line": 2,
115
+ "character": 2,
116
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L2"
117
+ }
118
+ ],
119
+ "type": {
120
+ "type": "intrinsic",
121
+ "name": "string"
122
+ }
123
+ },
124
+ {
125
+ "id": 9,
126
+ "name": "forecastingSteps",
127
+ "variant": "declaration",
128
+ "kind": 1024,
129
+ "flags": {
130
+ "isOptional": true
131
+ },
132
+ "sources": [
133
+ {
134
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
135
+ "line": 3,
136
+ "character": 2,
137
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L3"
138
+ }
139
+ ],
140
+ "type": {
141
+ "type": "intrinsic",
142
+ "name": "number"
143
+ }
144
+ },
145
+ {
146
+ "id": 10,
147
+ "name": "windowSize",
148
+ "variant": "declaration",
149
+ "kind": 1024,
150
+ "flags": {
151
+ "isOptional": true
152
+ },
153
+ "sources": [
154
+ {
155
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
156
+ "line": 4,
157
+ "character": 2,
158
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L4"
159
+ }
160
+ ],
161
+ "type": {
162
+ "type": "intrinsic",
163
+ "name": "number"
164
+ }
165
+ },
166
+ {
167
+ "id": 11,
168
+ "name": "witnessAddresses",
169
+ "variant": "declaration",
170
+ "kind": 1024,
171
+ "flags": {
172
+ "isOptional": true
173
+ },
174
+ "sources": [
175
+ {
176
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
177
+ "line": 5,
178
+ "character": 2,
179
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L5"
180
+ }
181
+ ],
182
+ "type": {
183
+ "type": "array",
184
+ "elementType": {
185
+ "type": "intrinsic",
186
+ "name": "string"
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "id": 12,
192
+ "name": "witnessSchema",
193
+ "variant": "declaration",
194
+ "kind": 1024,
195
+ "flags": {
196
+ "isOptional": true
197
+ },
198
+ "sources": [
199
+ {
200
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
201
+ "line": 6,
202
+ "character": 2,
203
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L6"
204
+ }
205
+ ],
206
+ "type": {
207
+ "type": "intrinsic",
208
+ "name": "string"
209
+ }
210
+ }
211
+ ],
212
+ "groups": [
213
+ {
214
+ "title": "Properties",
215
+ "children": [
216
+ 8,
217
+ 9,
218
+ 10,
219
+ 11,
220
+ 12
221
+ ]
222
+ }
223
+ ],
224
+ "sources": [
225
+ {
226
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts",
227
+ "line": 1,
228
+ "character": 17,
229
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/ForecastingSettings.ts#L1"
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "id": 13,
235
+ "name": "TransformerSettings",
236
+ "variant": "declaration",
237
+ "kind": 256,
238
+ "flags": {},
239
+ "children": [
240
+ {
241
+ "id": 14,
242
+ "name": "jsonPathExpression",
243
+ "variant": "declaration",
244
+ "kind": 1024,
245
+ "flags": {
246
+ "isOptional": true
247
+ },
248
+ "sources": [
249
+ {
250
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/TransformerSettings.ts",
251
+ "line": 2,
252
+ "character": 2,
253
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/TransformerSettings.ts#L2"
254
+ }
255
+ ],
256
+ "type": {
257
+ "type": "intrinsic",
258
+ "name": "string"
259
+ }
260
+ }
261
+ ],
262
+ "groups": [
263
+ {
264
+ "title": "Properties",
265
+ "children": [
266
+ 14
267
+ ]
268
+ }
269
+ ],
270
+ "sources": [
271
+ {
272
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/TransformerSettings.ts",
273
+ "line": 1,
274
+ "character": 17,
275
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/TransformerSettings.ts#L1"
276
+ }
277
+ ]
278
+ },
279
+ {
280
+ "id": 26,
281
+ "name": "ForecastPayload",
282
+ "variant": "declaration",
283
+ "kind": 4194304,
284
+ "flags": {},
285
+ "sources": [
286
+ {
287
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
288
+ "line": 9,
289
+ "character": 12,
290
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L9"
291
+ }
292
+ ],
293
+ "type": {
294
+ "type": "reference",
295
+ "target": {
296
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
297
+ "qualifiedName": "Payload"
298
+ },
299
+ "typeArguments": [
300
+ {
301
+ "type": "reflection",
302
+ "declaration": {
303
+ "id": 27,
304
+ "name": "__type",
305
+ "variant": "declaration",
306
+ "kind": 65536,
307
+ "flags": {},
308
+ "children": [
309
+ {
310
+ "id": 28,
311
+ "name": "schema",
312
+ "variant": "declaration",
313
+ "kind": 1024,
314
+ "flags": {},
315
+ "sources": [
316
+ {
317
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
318
+ "line": 10,
319
+ "character": 2,
320
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L10"
321
+ }
322
+ ],
323
+ "type": {
324
+ "type": "reference",
325
+ "target": 24,
326
+ "name": "ForecastPayloadSchema",
327
+ "package": "@xyo-network/diviner-forecasting-model"
328
+ }
329
+ },
330
+ {
331
+ "id": 29,
332
+ "name": "values",
333
+ "variant": "declaration",
334
+ "kind": 1024,
335
+ "flags": {},
336
+ "sources": [
337
+ {
338
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
339
+ "line": 11,
340
+ "character": 2,
341
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L11"
342
+ }
343
+ ],
344
+ "type": {
345
+ "type": "array",
346
+ "elementType": {
347
+ "type": "reference",
348
+ "target": 20,
349
+ "name": "Forecast",
350
+ "package": "@xyo-network/diviner-forecasting-model"
351
+ }
352
+ }
353
+ }
354
+ ],
355
+ "groups": [
356
+ {
357
+ "title": "Properties",
358
+ "children": [
359
+ 28,
360
+ 29
361
+ ]
362
+ }
363
+ ],
364
+ "sources": [
365
+ {
366
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
367
+ "line": 9,
368
+ "character": 38,
369
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L9"
370
+ }
371
+ ]
372
+ }
373
+ }
374
+ ],
375
+ "name": "Payload",
376
+ "package": "@xyo-network/payload-model"
377
+ }
378
+ },
379
+ {
380
+ "id": 25,
381
+ "name": "ForecastPayloadSchema",
382
+ "variant": "declaration",
383
+ "kind": 4194304,
384
+ "flags": {},
385
+ "sources": [
386
+ {
387
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
388
+ "line": 6,
389
+ "character": 12,
390
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L6"
391
+ },
392
+ {
393
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
394
+ "line": 7,
395
+ "character": 13,
396
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L7"
397
+ }
398
+ ],
399
+ "type": {
400
+ "type": "templateLiteral",
401
+ "head": "",
402
+ "tail": [
403
+ [
404
+ {
405
+ "type": "reference",
406
+ "target": 58,
407
+ "name": "ForecastingDivinerSchema",
408
+ "package": "@xyo-network/diviner-forecasting-model"
409
+ },
410
+ ".forecast"
411
+ ]
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "id": 3,
417
+ "name": "ForecastingDivinerConfig",
418
+ "variant": "declaration",
419
+ "kind": 4194304,
420
+ "flags": {},
421
+ "sources": [
422
+ {
423
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
424
+ "line": 11,
425
+ "character": 12,
426
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L11"
427
+ }
428
+ ],
429
+ "type": {
430
+ "type": "reference",
431
+ "target": {
432
+ "sourceFileName": "../../../model/src/Config.ts",
433
+ "qualifiedName": "DivinerConfig"
434
+ },
435
+ "typeArguments": [
436
+ {
437
+ "type": "intersection",
438
+ "types": [
439
+ {
440
+ "type": "reflection",
441
+ "declaration": {
442
+ "id": 4,
443
+ "name": "__type",
444
+ "variant": "declaration",
445
+ "kind": 65536,
446
+ "flags": {},
447
+ "children": [
448
+ {
449
+ "id": 5,
450
+ "name": "boundWitnessDiviner",
451
+ "variant": "declaration",
452
+ "kind": 1024,
453
+ "flags": {
454
+ "isOptional": true
455
+ },
456
+ "sources": [
457
+ {
458
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
459
+ "line": 13,
460
+ "character": 4,
461
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L13"
462
+ }
463
+ ],
464
+ "type": {
465
+ "type": "reference",
466
+ "target": {
467
+ "sourceFileName": "../../../../../module/packages/model/src/instance/ModuleInstance.ts",
468
+ "qualifiedName": "ModuleFilter"
469
+ },
470
+ "name": "ModuleFilter",
471
+ "package": "@xyo-network/module-model"
472
+ }
473
+ },
474
+ {
475
+ "id": 6,
476
+ "name": "schema",
477
+ "variant": "declaration",
478
+ "kind": 1024,
479
+ "flags": {},
480
+ "sources": [
481
+ {
482
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
483
+ "line": 14,
484
+ "character": 4,
485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L14"
486
+ }
487
+ ],
488
+ "type": {
489
+ "type": "reference",
490
+ "target": 1,
491
+ "name": "ForecastingDivinerConfigSchema",
492
+ "package": "@xyo-network/diviner-forecasting-model"
493
+ }
494
+ }
495
+ ],
496
+ "groups": [
497
+ {
498
+ "title": "Properties",
499
+ "children": [
500
+ 5,
501
+ 6
502
+ ]
503
+ }
504
+ ],
505
+ "sources": [
506
+ {
507
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
508
+ "line": 12,
509
+ "character": 2,
510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L12"
511
+ }
512
+ ]
513
+ }
514
+ },
515
+ {
516
+ "type": "reference",
517
+ "target": 7,
518
+ "name": "ForecastingSettings",
519
+ "package": "@xyo-network/diviner-forecasting-model"
520
+ },
521
+ {
522
+ "type": "reference",
523
+ "target": 13,
524
+ "name": "TransformerSettings",
525
+ "package": "@xyo-network/diviner-forecasting-model"
526
+ }
527
+ ]
528
+ }
529
+ ],
530
+ "name": "DivinerConfig",
531
+ "package": "@xyo-network/diviner-model"
532
+ }
533
+ },
534
+ {
535
+ "id": 2,
536
+ "name": "ForecastingDivinerConfigSchema",
537
+ "variant": "declaration",
538
+ "kind": 4194304,
539
+ "flags": {},
540
+ "sources": [
541
+ {
542
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
543
+ "line": 8,
544
+ "character": 12,
545
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L8"
546
+ },
547
+ {
548
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
549
+ "line": 9,
550
+ "character": 13,
551
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L9"
552
+ }
553
+ ],
554
+ "type": {
555
+ "type": "templateLiteral",
556
+ "head": "",
557
+ "tail": [
558
+ [
559
+ {
560
+ "type": "reference",
561
+ "target": 58,
562
+ "name": "ForecastingDivinerSchema",
563
+ "package": "@xyo-network/diviner-forecasting-model"
564
+ },
565
+ ".config"
566
+ ]
567
+ ]
568
+ }
569
+ },
570
+ {
571
+ "id": 46,
572
+ "name": "ForecastingDivinerQueryPayload",
573
+ "variant": "declaration",
574
+ "kind": 4194304,
575
+ "flags": {},
576
+ "sources": [
577
+ {
578
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
579
+ "line": 9,
580
+ "character": 12,
581
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L9"
582
+ }
583
+ ],
584
+ "type": {
585
+ "type": "reference",
586
+ "target": {
587
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Query.ts",
588
+ "qualifiedName": "Query"
589
+ },
590
+ "typeArguments": [
591
+ {
592
+ "type": "intersection",
593
+ "types": [
594
+ {
595
+ "type": "reflection",
596
+ "declaration": {
597
+ "id": 47,
598
+ "name": "__type",
599
+ "variant": "declaration",
600
+ "kind": 65536,
601
+ "flags": {},
602
+ "children": [
603
+ {
604
+ "id": 48,
605
+ "name": "schema",
606
+ "variant": "declaration",
607
+ "kind": 1024,
608
+ "flags": {},
609
+ "sources": [
610
+ {
611
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
612
+ "line": 9,
613
+ "character": 53,
614
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L9"
615
+ }
616
+ ],
617
+ "type": {
618
+ "type": "reference",
619
+ "target": 44,
620
+ "name": "ForecastingDivinerQuerySchema",
621
+ "package": "@xyo-network/diviner-forecasting-model"
622
+ }
623
+ }
624
+ ],
625
+ "groups": [
626
+ {
627
+ "title": "Properties",
628
+ "children": [
629
+ 48
630
+ ]
631
+ }
632
+ ],
633
+ "sources": [
634
+ {
635
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
636
+ "line": 9,
637
+ "character": 51,
638
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L9"
639
+ }
640
+ ]
641
+ }
642
+ },
643
+ {
644
+ "type": "reference",
645
+ "target": {
646
+ "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
647
+ "qualifiedName": "Partial"
648
+ },
649
+ "typeArguments": [
650
+ {
651
+ "type": "reference",
652
+ "target": 7,
653
+ "name": "ForecastingSettings",
654
+ "package": "@xyo-network/diviner-forecasting-model"
655
+ }
656
+ ],
657
+ "name": "Partial",
658
+ "package": "typescript"
659
+ }
660
+ ]
661
+ }
662
+ ],
663
+ "name": "Query",
664
+ "package": "@xyo-network/payload-model"
665
+ }
666
+ },
667
+ {
668
+ "id": 45,
669
+ "name": "ForecastingDivinerQuerySchema",
670
+ "variant": "declaration",
671
+ "kind": 4194304,
672
+ "flags": {},
673
+ "sources": [
674
+ {
675
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
676
+ "line": 6,
677
+ "character": 12,
678
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L6"
679
+ },
680
+ {
681
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
682
+ "line": 7,
683
+ "character": 13,
684
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L7"
685
+ }
686
+ ],
687
+ "type": {
688
+ "type": "templateLiteral",
689
+ "head": "",
690
+ "tail": [
691
+ [
692
+ {
693
+ "type": "reference",
694
+ "target": 58,
695
+ "name": "ForecastingDivinerSchema",
696
+ "package": "@xyo-network/diviner-forecasting-model"
697
+ },
698
+ ".query"
699
+ ]
700
+ ]
701
+ }
702
+ },
703
+ {
704
+ "id": 59,
705
+ "name": "ForecastingDivinerSchema",
706
+ "variant": "declaration",
707
+ "kind": 4194304,
708
+ "flags": {},
709
+ "sources": [
710
+ {
711
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts",
712
+ "line": 1,
713
+ "character": 12,
714
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts#L1"
715
+ },
716
+ {
717
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts",
718
+ "line": 2,
719
+ "character": 13,
720
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts#L2"
721
+ }
722
+ ],
723
+ "type": {
724
+ "type": "literal",
725
+ "value": "network.xyo.diviner.forecasting"
726
+ }
727
+ },
728
+ {
729
+ "id": 15,
730
+ "name": "ForecastingMethod",
731
+ "variant": "declaration",
732
+ "kind": 4194304,
733
+ "flags": {},
734
+ "sources": [
735
+ {
736
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
737
+ "line": 7,
738
+ "character": 12,
739
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts#L7"
740
+ }
741
+ ],
742
+ "type": {
743
+ "type": "reflection",
744
+ "declaration": {
745
+ "id": 16,
746
+ "name": "__type",
747
+ "variant": "declaration",
748
+ "kind": 65536,
749
+ "flags": {},
750
+ "sources": [
751
+ {
752
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts",
753
+ "line": 7,
754
+ "character": 32,
755
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/ForecastingMethod.ts#L7"
756
+ }
757
+ ],
758
+ "signatures": [
759
+ {
760
+ "id": 17,
761
+ "name": "__type",
762
+ "variant": "signature",
763
+ "kind": 4096,
764
+ "flags": {},
765
+ "parameters": [
766
+ {
767
+ "id": 18,
768
+ "name": "payloads",
769
+ "variant": "param",
770
+ "kind": 32768,
771
+ "flags": {},
772
+ "type": {
773
+ "type": "array",
774
+ "elementType": {
775
+ "type": "reference",
776
+ "target": {
777
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
778
+ "qualifiedName": "Payload"
779
+ },
780
+ "name": "Payload",
781
+ "package": "@xyo-network/payload-model"
782
+ }
783
+ }
784
+ },
785
+ {
786
+ "id": 19,
787
+ "name": "transformers",
788
+ "variant": "param",
789
+ "kind": 32768,
790
+ "flags": {},
791
+ "type": {
792
+ "type": "reference",
793
+ "target": 40,
794
+ "name": "PayloadValueTransformer",
795
+ "package": "@xyo-network/diviner-forecasting-model"
796
+ }
797
+ }
798
+ ],
799
+ "type": {
800
+ "type": "reference",
801
+ "target": {
802
+ "sourceFileName": "../../../../../../../shared/packages/promise/src/types.ts",
803
+ "qualifiedName": "Promisable"
804
+ },
805
+ "typeArguments": [
806
+ {
807
+ "type": "array",
808
+ "elementType": {
809
+ "type": "reference",
810
+ "target": 20,
811
+ "name": "Forecast",
812
+ "package": "@xyo-network/diviner-forecasting-model"
813
+ }
814
+ }
815
+ ],
816
+ "name": "Promisable",
817
+ "package": "@xyo-network/promise"
818
+ }
819
+ }
820
+ ]
821
+ }
822
+ }
823
+ },
824
+ {
825
+ "id": 40,
826
+ "name": "PayloadValueTransformer",
827
+ "variant": "declaration",
828
+ "kind": 4194304,
829
+ "flags": {},
830
+ "sources": [
831
+ {
832
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
833
+ "line": 3,
834
+ "character": 12,
835
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts#L3"
836
+ }
837
+ ],
838
+ "type": {
839
+ "type": "reflection",
840
+ "declaration": {
841
+ "id": 41,
842
+ "name": "__type",
843
+ "variant": "declaration",
844
+ "kind": 65536,
845
+ "flags": {},
846
+ "sources": [
847
+ {
848
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts",
849
+ "line": 3,
850
+ "character": 38,
851
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/PayloadValueTransformer.ts#L3"
852
+ }
853
+ ],
854
+ "signatures": [
855
+ {
856
+ "id": 42,
857
+ "name": "__type",
858
+ "variant": "signature",
859
+ "kind": 4096,
860
+ "flags": {},
861
+ "parameters": [
862
+ {
863
+ "id": 43,
864
+ "name": "payload",
865
+ "variant": "param",
866
+ "kind": 32768,
867
+ "flags": {},
868
+ "type": {
869
+ "type": "reference",
870
+ "target": {
871
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
872
+ "qualifiedName": "Payload"
873
+ },
874
+ "name": "Payload",
875
+ "package": "@xyo-network/payload-model"
876
+ }
877
+ }
878
+ ],
879
+ "type": {
880
+ "type": "intrinsic",
881
+ "name": "number"
882
+ }
883
+ }
884
+ ]
885
+ }
886
+ }
887
+ },
888
+ {
889
+ "id": 24,
890
+ "name": "ForecastPayloadSchema",
891
+ "variant": "declaration",
892
+ "kind": 32,
893
+ "flags": {},
894
+ "sources": [
895
+ {
896
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
897
+ "line": 6,
898
+ "character": 12,
899
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L6"
900
+ },
901
+ {
902
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
903
+ "line": 7,
904
+ "character": 13,
905
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L7"
906
+ }
907
+ ],
908
+ "type": {
909
+ "type": "literal",
910
+ "value": "network.xyo.diviner.forecasting.forecast"
911
+ }
912
+ },
913
+ {
914
+ "id": 1,
915
+ "name": "ForecastingDivinerConfigSchema",
916
+ "variant": "declaration",
917
+ "kind": 32,
918
+ "flags": {},
919
+ "sources": [
920
+ {
921
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
922
+ "line": 8,
923
+ "character": 12,
924
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L8"
925
+ },
926
+ {
927
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts",
928
+ "line": 9,
929
+ "character": 13,
930
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Config/Config.ts#L9"
931
+ }
932
+ ],
933
+ "type": {
934
+ "type": "literal",
935
+ "value": "network.xyo.diviner.forecasting.config"
936
+ }
937
+ },
938
+ {
939
+ "id": 44,
940
+ "name": "ForecastingDivinerQuerySchema",
941
+ "variant": "declaration",
942
+ "kind": 32,
943
+ "flags": {},
944
+ "sources": [
945
+ {
946
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
947
+ "line": 6,
948
+ "character": 12,
949
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L6"
950
+ },
951
+ {
952
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
953
+ "line": 7,
954
+ "character": 13,
955
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L7"
956
+ }
957
+ ],
958
+ "type": {
959
+ "type": "literal",
960
+ "value": "network.xyo.diviner.forecasting.query"
961
+ }
962
+ },
963
+ {
964
+ "id": 58,
965
+ "name": "ForecastingDivinerSchema",
966
+ "variant": "declaration",
967
+ "kind": 32,
968
+ "flags": {},
969
+ "sources": [
970
+ {
971
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts",
972
+ "line": 1,
973
+ "character": 12,
974
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts#L1"
975
+ },
976
+ {
977
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts",
978
+ "line": 2,
979
+ "character": 13,
980
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Schema.ts#L2"
981
+ }
982
+ ],
983
+ "type": {
984
+ "type": "literal",
985
+ "value": "network.xyo.diviner.forecasting"
986
+ }
987
+ },
988
+ {
989
+ "id": 30,
990
+ "name": "isForecastPayload",
991
+ "variant": "declaration",
992
+ "kind": 64,
993
+ "flags": {},
994
+ "sources": [
995
+ {
996
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
997
+ "line": 13,
998
+ "character": 13,
999
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L13"
1000
+ }
1001
+ ],
1002
+ "signatures": [
1003
+ {
1004
+ "id": 31,
1005
+ "name": "isForecastPayload",
1006
+ "variant": "signature",
1007
+ "kind": 4096,
1008
+ "flags": {},
1009
+ "sources": [
1010
+ {
1011
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
1012
+ "line": 13,
1013
+ "character": 33,
1014
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L13"
1015
+ }
1016
+ ],
1017
+ "parameters": [
1018
+ {
1019
+ "id": 32,
1020
+ "name": "x",
1021
+ "variant": "param",
1022
+ "kind": 32768,
1023
+ "flags": {
1024
+ "isOptional": true
1025
+ },
1026
+ "type": {
1027
+ "type": "union",
1028
+ "types": [
1029
+ {
1030
+ "type": "literal",
1031
+ "value": null
1032
+ },
1033
+ {
1034
+ "type": "intersection",
1035
+ "types": [
1036
+ {
1037
+ "type": "reference",
1038
+ "target": {
1039
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1040
+ "qualifiedName": "SchemaFields"
1041
+ },
1042
+ "name": "SchemaFields",
1043
+ "package": "@xyo-network/payload-model"
1044
+ },
1045
+ {
1046
+ "type": "reference",
1047
+ "target": {
1048
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1049
+ "qualifiedName": "PayloadFields"
1050
+ },
1051
+ "name": "PayloadFields",
1052
+ "package": "@xyo-network/payload-model"
1053
+ },
1054
+ {
1055
+ "type": "reflection",
1056
+ "declaration": {
1057
+ "id": 33,
1058
+ "name": "__type",
1059
+ "variant": "declaration",
1060
+ "kind": 65536,
1061
+ "flags": {},
1062
+ "children": [
1063
+ {
1064
+ "id": 34,
1065
+ "name": "schema",
1066
+ "variant": "declaration",
1067
+ "kind": 1024,
1068
+ "flags": {},
1069
+ "sources": [
1070
+ {
1071
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1072
+ "line": 19,
1073
+ "character": 4
1074
+ }
1075
+ ],
1076
+ "type": {
1077
+ "type": "intrinsic",
1078
+ "name": "string"
1079
+ }
1080
+ }
1081
+ ],
1082
+ "groups": [
1083
+ {
1084
+ "title": "Properties",
1085
+ "children": [
1086
+ 34
1087
+ ]
1088
+ }
1089
+ ],
1090
+ "sources": [
1091
+ {
1092
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1093
+ "line": 18,
1094
+ "character": 17
1095
+ }
1096
+ ]
1097
+ }
1098
+ }
1099
+ ]
1100
+ }
1101
+ ]
1102
+ }
1103
+ }
1104
+ ],
1105
+ "type": {
1106
+ "type": "predicate",
1107
+ "name": "x",
1108
+ "asserts": false,
1109
+ "targetType": {
1110
+ "type": "intersection",
1111
+ "types": [
1112
+ {
1113
+ "type": "reference",
1114
+ "target": {
1115
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1116
+ "qualifiedName": "SchemaFields"
1117
+ },
1118
+ "name": "SchemaFields",
1119
+ "package": "@xyo-network/payload-model"
1120
+ },
1121
+ {
1122
+ "type": "reference",
1123
+ "target": {
1124
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1125
+ "qualifiedName": "PayloadFields"
1126
+ },
1127
+ "name": "PayloadFields",
1128
+ "package": "@xyo-network/payload-model"
1129
+ },
1130
+ {
1131
+ "type": "reflection",
1132
+ "declaration": {
1133
+ "id": 35,
1134
+ "name": "__type",
1135
+ "variant": "declaration",
1136
+ "kind": 65536,
1137
+ "flags": {},
1138
+ "children": [
1139
+ {
1140
+ "id": 36,
1141
+ "name": "schema",
1142
+ "variant": "declaration",
1143
+ "kind": 1024,
1144
+ "flags": {},
1145
+ "sources": [
1146
+ {
1147
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
1148
+ "line": 10,
1149
+ "character": 2,
1150
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L10"
1151
+ }
1152
+ ],
1153
+ "type": {
1154
+ "type": "literal",
1155
+ "value": "network.xyo.diviner.forecasting.forecast"
1156
+ }
1157
+ },
1158
+ {
1159
+ "id": 37,
1160
+ "name": "values",
1161
+ "variant": "declaration",
1162
+ "kind": 1024,
1163
+ "flags": {},
1164
+ "sources": [
1165
+ {
1166
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
1167
+ "line": 11,
1168
+ "character": 2,
1169
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L11"
1170
+ }
1171
+ ],
1172
+ "type": {
1173
+ "type": "array",
1174
+ "elementType": {
1175
+ "type": "reference",
1176
+ "target": 20,
1177
+ "name": "Forecast",
1178
+ "package": "@xyo-network/diviner-forecasting-model"
1179
+ }
1180
+ }
1181
+ }
1182
+ ],
1183
+ "groups": [
1184
+ {
1185
+ "title": "Properties",
1186
+ "children": [
1187
+ 36,
1188
+ 37
1189
+ ]
1190
+ }
1191
+ ],
1192
+ "sources": [
1193
+ {
1194
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts",
1195
+ "line": 9,
1196
+ "character": 38,
1197
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Payload/Payload.ts#L9"
1198
+ }
1199
+ ]
1200
+ }
1201
+ },
1202
+ {
1203
+ "type": "reflection",
1204
+ "declaration": {
1205
+ "id": 38,
1206
+ "name": "__type",
1207
+ "variant": "declaration",
1208
+ "kind": 65536,
1209
+ "flags": {},
1210
+ "children": [
1211
+ {
1212
+ "id": 39,
1213
+ "name": "schema",
1214
+ "variant": "declaration",
1215
+ "kind": 1024,
1216
+ "flags": {},
1217
+ "sources": [
1218
+ {
1219
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1220
+ "line": 17,
1221
+ "character": 4
1222
+ }
1223
+ ],
1224
+ "type": {
1225
+ "type": "literal",
1226
+ "value": "network.xyo.diviner.forecasting.forecast"
1227
+ }
1228
+ }
1229
+ ],
1230
+ "groups": [
1231
+ {
1232
+ "title": "Properties",
1233
+ "children": [
1234
+ 39
1235
+ ]
1236
+ }
1237
+ ],
1238
+ "sources": [
1239
+ {
1240
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1241
+ "line": 16,
1242
+ "character": 178
1243
+ }
1244
+ ]
1245
+ }
1246
+ }
1247
+ ]
1248
+ }
1249
+ }
1250
+ }
1251
+ ]
1252
+ },
1253
+ {
1254
+ "id": 49,
1255
+ "name": "isForecastingDivinerQueryPayload",
1256
+ "variant": "declaration",
1257
+ "kind": 64,
1258
+ "flags": {},
1259
+ "sources": [
1260
+ {
1261
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
1262
+ "line": 10,
1263
+ "character": 13,
1264
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L10"
1265
+ }
1266
+ ],
1267
+ "signatures": [
1268
+ {
1269
+ "id": 50,
1270
+ "name": "isForecastingDivinerQueryPayload",
1271
+ "variant": "signature",
1272
+ "kind": 4096,
1273
+ "flags": {},
1274
+ "sources": [
1275
+ {
1276
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
1277
+ "line": 10,
1278
+ "character": 48,
1279
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L10"
1280
+ }
1281
+ ],
1282
+ "parameters": [
1283
+ {
1284
+ "id": 51,
1285
+ "name": "x",
1286
+ "variant": "param",
1287
+ "kind": 32768,
1288
+ "flags": {
1289
+ "isOptional": true
1290
+ },
1291
+ "type": {
1292
+ "type": "union",
1293
+ "types": [
1294
+ {
1295
+ "type": "literal",
1296
+ "value": null
1297
+ },
1298
+ {
1299
+ "type": "intersection",
1300
+ "types": [
1301
+ {
1302
+ "type": "reference",
1303
+ "target": {
1304
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1305
+ "qualifiedName": "SchemaFields"
1306
+ },
1307
+ "name": "SchemaFields",
1308
+ "package": "@xyo-network/payload-model"
1309
+ },
1310
+ {
1311
+ "type": "reference",
1312
+ "target": {
1313
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1314
+ "qualifiedName": "PayloadFields"
1315
+ },
1316
+ "name": "PayloadFields",
1317
+ "package": "@xyo-network/payload-model"
1318
+ },
1319
+ {
1320
+ "type": "reflection",
1321
+ "declaration": {
1322
+ "id": 52,
1323
+ "name": "__type",
1324
+ "variant": "declaration",
1325
+ "kind": 65536,
1326
+ "flags": {},
1327
+ "children": [
1328
+ {
1329
+ "id": 53,
1330
+ "name": "schema",
1331
+ "variant": "declaration",
1332
+ "kind": 1024,
1333
+ "flags": {},
1334
+ "sources": [
1335
+ {
1336
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1337
+ "line": 19,
1338
+ "character": 4
1339
+ }
1340
+ ],
1341
+ "type": {
1342
+ "type": "intrinsic",
1343
+ "name": "string"
1344
+ }
1345
+ }
1346
+ ],
1347
+ "groups": [
1348
+ {
1349
+ "title": "Properties",
1350
+ "children": [
1351
+ 53
1352
+ ]
1353
+ }
1354
+ ],
1355
+ "sources": [
1356
+ {
1357
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1358
+ "line": 18,
1359
+ "character": 17
1360
+ }
1361
+ ]
1362
+ }
1363
+ }
1364
+ ]
1365
+ }
1366
+ ]
1367
+ }
1368
+ }
1369
+ ],
1370
+ "type": {
1371
+ "type": "predicate",
1372
+ "name": "x",
1373
+ "asserts": false,
1374
+ "targetType": {
1375
+ "type": "intersection",
1376
+ "types": [
1377
+ {
1378
+ "type": "reference",
1379
+ "target": {
1380
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1381
+ "qualifiedName": "SchemaFields"
1382
+ },
1383
+ "name": "SchemaFields",
1384
+ "package": "@xyo-network/payload-model"
1385
+ },
1386
+ {
1387
+ "type": "reference",
1388
+ "target": {
1389
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1390
+ "qualifiedName": "PayloadFields"
1391
+ },
1392
+ "name": "PayloadFields",
1393
+ "package": "@xyo-network/payload-model"
1394
+ },
1395
+ {
1396
+ "type": "reflection",
1397
+ "declaration": {
1398
+ "id": 54,
1399
+ "name": "__type",
1400
+ "variant": "declaration",
1401
+ "kind": 65536,
1402
+ "flags": {},
1403
+ "children": [
1404
+ {
1405
+ "id": 55,
1406
+ "name": "schema",
1407
+ "variant": "declaration",
1408
+ "kind": 1024,
1409
+ "flags": {},
1410
+ "sources": [
1411
+ {
1412
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
1413
+ "line": 9,
1414
+ "character": 53,
1415
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L9"
1416
+ }
1417
+ ],
1418
+ "type": {
1419
+ "type": "literal",
1420
+ "value": "network.xyo.diviner.forecasting.query"
1421
+ }
1422
+ }
1423
+ ],
1424
+ "groups": [
1425
+ {
1426
+ "title": "Properties",
1427
+ "children": [
1428
+ 55
1429
+ ]
1430
+ }
1431
+ ],
1432
+ "sources": [
1433
+ {
1434
+ "fileName": "modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts",
1435
+ "line": 9,
1436
+ "character": 51,
1437
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/27ff8affb21a2/packages/modules/packages/diviner/packages/forecasting/packages/model/src/Query.ts#L9"
1438
+ }
1439
+ ]
1440
+ }
1441
+ },
1442
+ {
1443
+ "type": "reference",
1444
+ "target": {
1445
+ "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1446
+ "qualifiedName": "Partial"
1447
+ },
1448
+ "typeArguments": [
1449
+ {
1450
+ "type": "reference",
1451
+ "target": 7,
1452
+ "name": "ForecastingSettings",
1453
+ "package": "@xyo-network/diviner-forecasting-model"
1454
+ }
1455
+ ],
1456
+ "name": "Partial",
1457
+ "package": "typescript"
1458
+ },
1459
+ {
1460
+ "type": "reference",
1461
+ "target": {
1462
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Query.ts",
1463
+ "qualifiedName": "QueryFields"
1464
+ },
1465
+ "name": "QueryFields",
1466
+ "package": "@xyo-network/payload-model"
1467
+ },
1468
+ {
1469
+ "type": "reflection",
1470
+ "declaration": {
1471
+ "id": 56,
1472
+ "name": "__type",
1473
+ "variant": "declaration",
1474
+ "kind": 65536,
1475
+ "flags": {},
1476
+ "children": [
1477
+ {
1478
+ "id": 57,
1479
+ "name": "schema",
1480
+ "variant": "declaration",
1481
+ "kind": 1024,
1482
+ "flags": {},
1483
+ "sources": [
1484
+ {
1485
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1486
+ "line": 17,
1487
+ "character": 4
1488
+ }
1489
+ ],
1490
+ "type": {
1491
+ "type": "literal",
1492
+ "value": "network.xyo.diviner.forecasting.query"
1493
+ }
1494
+ }
1495
+ ],
1496
+ "groups": [
1497
+ {
1498
+ "title": "Properties",
1499
+ "children": [
1500
+ 57
1501
+ ]
1502
+ }
1503
+ ],
1504
+ "sources": [
1505
+ {
1506
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1507
+ "line": 16,
1508
+ "character": 178
1509
+ }
1510
+ ]
1511
+ }
1512
+ }
1513
+ ]
1514
+ }
1515
+ }
1516
+ }
1517
+ ]
1518
+ }
1519
+ ],
1520
+ "groups": [
1521
+ {
1522
+ "title": "Interfaces",
1523
+ "children": [
1524
+ 20,
1525
+ 7,
1526
+ 13
1527
+ ]
1528
+ },
1529
+ {
1530
+ "title": "Type Aliases",
1531
+ "children": [
1532
+ 26,
1533
+ 25,
1534
+ 3,
1535
+ 2,
1536
+ 46,
1537
+ 45,
1538
+ 59,
1539
+ 15,
1540
+ 40
1541
+ ]
1542
+ },
1543
+ {
1544
+ "title": "Variables",
1545
+ "children": [
1546
+ 24,
1547
+ 1,
1548
+ 44,
1549
+ 58
1550
+ ]
1551
+ },
1552
+ {
1553
+ "title": "Functions",
1554
+ "children": [
1555
+ 30,
1556
+ 49
1557
+ ]
1558
+ }
1559
+ ],
1560
+ "packageName": "@xyo-network/diviner-forecasting-model",
1561
+ "readme": [
1562
+ {
1563
+ "kind": "text",
1564
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1565
+ }
1566
+ ],
1567
+ "symbolIdMap": {
1568
+ "0": {
1569
+ "sourceFileName": "src/index.ts",
1570
+ "qualifiedName": ""
1571
+ },
1572
+ "1": {
1573
+ "sourceFileName": "src/Config/Config.ts",
1574
+ "qualifiedName": "ForecastingDivinerConfigSchema"
1575
+ },
1576
+ "2": {
1577
+ "sourceFileName": "src/Config/Config.ts",
1578
+ "qualifiedName": "ForecastingDivinerConfigSchema"
1579
+ },
1580
+ "3": {
1581
+ "sourceFileName": "src/Config/Config.ts",
1582
+ "qualifiedName": "ForecastingDivinerConfig"
1583
+ },
1584
+ "4": {
1585
+ "sourceFileName": "src/Config/Config.ts",
1586
+ "qualifiedName": "__type"
1587
+ },
1588
+ "5": {
1589
+ "sourceFileName": "src/Config/Config.ts",
1590
+ "qualifiedName": "__type.boundWitnessDiviner"
1591
+ },
1592
+ "6": {
1593
+ "sourceFileName": "src/Config/Config.ts",
1594
+ "qualifiedName": "__type.schema"
1595
+ },
1596
+ "7": {
1597
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1598
+ "qualifiedName": "ForecastingSettings"
1599
+ },
1600
+ "8": {
1601
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1602
+ "qualifiedName": "ForecastingSettings.forecastingMethod"
1603
+ },
1604
+ "9": {
1605
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1606
+ "qualifiedName": "ForecastingSettings.forecastingSteps"
1607
+ },
1608
+ "10": {
1609
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1610
+ "qualifiedName": "ForecastingSettings.windowSize"
1611
+ },
1612
+ "11": {
1613
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1614
+ "qualifiedName": "ForecastingSettings.witnessAddresses"
1615
+ },
1616
+ "12": {
1617
+ "sourceFileName": "src/Config/ForecastingSettings.ts",
1618
+ "qualifiedName": "ForecastingSettings.witnessSchema"
1619
+ },
1620
+ "13": {
1621
+ "sourceFileName": "src/Config/TransformerSettings.ts",
1622
+ "qualifiedName": "TransformerSettings"
1623
+ },
1624
+ "14": {
1625
+ "sourceFileName": "src/Config/TransformerSettings.ts",
1626
+ "qualifiedName": "TransformerSettings.jsonPathExpression"
1627
+ },
1628
+ "15": {
1629
+ "sourceFileName": "src/ForecastingMethod.ts",
1630
+ "qualifiedName": "ForecastingMethod"
1631
+ },
1632
+ "16": {
1633
+ "sourceFileName": "src/ForecastingMethod.ts",
1634
+ "qualifiedName": "__type"
1635
+ },
1636
+ "17": {
1637
+ "sourceFileName": "src/ForecastingMethod.ts",
1638
+ "qualifiedName": "__type"
1639
+ },
1640
+ "18": {
1641
+ "sourceFileName": "src/ForecastingMethod.ts",
1642
+ "qualifiedName": "payloads"
1643
+ },
1644
+ "19": {
1645
+ "sourceFileName": "src/ForecastingMethod.ts",
1646
+ "qualifiedName": "transformers"
1647
+ },
1648
+ "20": {
1649
+ "sourceFileName": "src/Payload/Forecast.ts",
1650
+ "qualifiedName": "Forecast"
1651
+ },
1652
+ "21": {
1653
+ "sourceFileName": "src/Payload/Forecast.ts",
1654
+ "qualifiedName": "Forecast.error"
1655
+ },
1656
+ "22": {
1657
+ "sourceFileName": "src/Payload/Forecast.ts",
1658
+ "qualifiedName": "Forecast.timestamp"
1659
+ },
1660
+ "23": {
1661
+ "sourceFileName": "src/Payload/Forecast.ts",
1662
+ "qualifiedName": "Forecast.value"
1663
+ },
1664
+ "24": {
1665
+ "sourceFileName": "src/Payload/Payload.ts",
1666
+ "qualifiedName": "ForecastPayloadSchema"
1667
+ },
1668
+ "25": {
1669
+ "sourceFileName": "src/Payload/Payload.ts",
1670
+ "qualifiedName": "ForecastPayloadSchema"
1671
+ },
1672
+ "26": {
1673
+ "sourceFileName": "src/Payload/Payload.ts",
1674
+ "qualifiedName": "ForecastPayload"
1675
+ },
1676
+ "27": {
1677
+ "sourceFileName": "src/Payload/Payload.ts",
1678
+ "qualifiedName": "__type"
1679
+ },
1680
+ "28": {
1681
+ "sourceFileName": "src/Payload/Payload.ts",
1682
+ "qualifiedName": "__type.schema"
1683
+ },
1684
+ "29": {
1685
+ "sourceFileName": "src/Payload/Payload.ts",
1686
+ "qualifiedName": "__type.values"
1687
+ },
1688
+ "30": {
1689
+ "sourceFileName": "src/Payload/Payload.ts",
1690
+ "qualifiedName": "isForecastPayload"
1691
+ },
1692
+ "31": {
1693
+ "sourceFileName": "src/Payload/Payload.ts",
1694
+ "qualifiedName": "isForecastPayload"
1695
+ },
1696
+ "32": {
1697
+ "sourceFileName": "src/Payload/Payload.ts",
1698
+ "qualifiedName": "x"
1699
+ },
1700
+ "33": {
1701
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1702
+ "qualifiedName": "__type"
1703
+ },
1704
+ "34": {
1705
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1706
+ "qualifiedName": "__type.schema"
1707
+ },
1708
+ "35": {
1709
+ "sourceFileName": "src/Payload/Payload.ts",
1710
+ "qualifiedName": "__type"
1711
+ },
1712
+ "36": {
1713
+ "sourceFileName": "src/Payload/Payload.ts",
1714
+ "qualifiedName": "__type.schema"
1715
+ },
1716
+ "37": {
1717
+ "sourceFileName": "src/Payload/Payload.ts",
1718
+ "qualifiedName": "__type.values"
1719
+ },
1720
+ "38": {
1721
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1722
+ "qualifiedName": "__type"
1723
+ },
1724
+ "39": {
1725
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1726
+ "qualifiedName": "__type.schema"
1727
+ },
1728
+ "40": {
1729
+ "sourceFileName": "src/PayloadValueTransformer.ts",
1730
+ "qualifiedName": "PayloadValueTransformer"
1731
+ },
1732
+ "41": {
1733
+ "sourceFileName": "src/PayloadValueTransformer.ts",
1734
+ "qualifiedName": "__type"
1735
+ },
1736
+ "42": {
1737
+ "sourceFileName": "src/PayloadValueTransformer.ts",
1738
+ "qualifiedName": "__type"
1739
+ },
1740
+ "43": {
1741
+ "sourceFileName": "src/PayloadValueTransformer.ts",
1742
+ "qualifiedName": "payload"
1743
+ },
1744
+ "44": {
1745
+ "sourceFileName": "src/Query.ts",
1746
+ "qualifiedName": "ForecastingDivinerQuerySchema"
1747
+ },
1748
+ "45": {
1749
+ "sourceFileName": "src/Query.ts",
1750
+ "qualifiedName": "ForecastingDivinerQuerySchema"
1751
+ },
1752
+ "46": {
1753
+ "sourceFileName": "src/Query.ts",
1754
+ "qualifiedName": "ForecastingDivinerQueryPayload"
1755
+ },
1756
+ "47": {
1757
+ "sourceFileName": "src/Query.ts",
1758
+ "qualifiedName": "__type"
1759
+ },
1760
+ "48": {
1761
+ "sourceFileName": "src/Query.ts",
1762
+ "qualifiedName": "__type.schema"
1763
+ },
1764
+ "49": {
1765
+ "sourceFileName": "src/Query.ts",
1766
+ "qualifiedName": "isForecastingDivinerQueryPayload"
1767
+ },
1768
+ "50": {
1769
+ "sourceFileName": "src/Query.ts",
1770
+ "qualifiedName": "isForecastingDivinerQueryPayload"
1771
+ },
1772
+ "51": {
1773
+ "sourceFileName": "src/Query.ts",
1774
+ "qualifiedName": "x"
1775
+ },
1776
+ "52": {
1777
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1778
+ "qualifiedName": "__type"
1779
+ },
1780
+ "53": {
1781
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1782
+ "qualifiedName": "__type.schema"
1783
+ },
1784
+ "54": {
1785
+ "sourceFileName": "src/Query.ts",
1786
+ "qualifiedName": "__type"
1787
+ },
1788
+ "55": {
1789
+ "sourceFileName": "src/Query.ts",
1790
+ "qualifiedName": "__type.schema"
1791
+ },
1792
+ "56": {
1793
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1794
+ "qualifiedName": "__type"
1795
+ },
1796
+ "57": {
1797
+ "sourceFileName": "../../../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
1798
+ "qualifiedName": "__type.schema"
1799
+ },
1800
+ "58": {
1801
+ "sourceFileName": "src/Schema.ts",
1802
+ "qualifiedName": "ForecastingDivinerSchema"
1803
+ },
1804
+ "59": {
1805
+ "sourceFileName": "src/Schema.ts",
1806
+ "qualifiedName": "ForecastingDivinerSchema"
1807
+ }
1808
+ }
1809
+ }