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