@xyo-network/diviner-model 2.49.5 → 2.50.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.
package/dist/docs.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "sources": [
23
23
  {
24
24
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
25
- "line": 7,
25
+ "line": 9,
26
26
  "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L9"
28
28
  }
29
29
  ],
30
30
  "type": {
@@ -38,9 +38,9 @@
38
38
  "sources": [
39
39
  {
40
40
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
41
- "line": 7,
41
+ "line": 9,
42
42
  "character": 10,
43
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L9"
44
44
  }
45
45
  ],
46
46
  "signatures": [
@@ -213,9 +213,9 @@
213
213
  "sources": [
214
214
  {
215
215
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
216
- "line": 5,
216
+ "line": 7,
217
217
  "character": 17,
218
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L5"
218
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
219
219
  }
220
220
  ],
221
221
  "extendedBy": [
@@ -269,275 +269,9 @@
269
269
  }
270
270
  ],
271
271
  "type": {
272
- "type": "intersection",
273
- "types": [
274
- {
275
- "type": "reference",
276
- "name": "SchemaFields"
277
- },
278
- {
279
- "type": "reference",
280
- "name": "PayloadFields"
281
- },
282
- {
283
- "type": "reflection",
284
- "declaration": {
285
- "id": 20,
286
- "name": "__type",
287
- "kind": 65536,
288
- "kindString": "Type literal",
289
- "flags": {},
290
- "children": [
291
- {
292
- "id": 21,
293
- "name": "name",
294
- "kind": 1024,
295
- "kindString": "Property",
296
- "flags": {
297
- "isOptional": true
298
- },
299
- "sources": [
300
- {
301
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
302
- "line": 9,
303
- "character": 4
304
- }
305
- ],
306
- "type": {
307
- "type": "intrinsic",
308
- "name": "string"
309
- }
310
- },
311
- {
312
- "id": 22,
313
- "name": "security",
314
- "kind": 1024,
315
- "kindString": "Property",
316
- "flags": {
317
- "isOptional": true
318
- },
319
- "sources": [
320
- {
321
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
322
- "line": 10,
323
- "character": 4
324
- }
325
- ],
326
- "type": {
327
- "type": "reflection",
328
- "declaration": {
329
- "id": 23,
330
- "name": "__type",
331
- "kind": 65536,
332
- "kindString": "Type literal",
333
- "flags": {},
334
- "children": [
335
- {
336
- "id": 24,
337
- "name": "allowAnonymous",
338
- "kind": 1024,
339
- "kindString": "Property",
340
- "flags": {
341
- "isOptional": true
342
- },
343
- "sources": [
344
- {
345
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
346
- "line": 11,
347
- "character": 8
348
- }
349
- ],
350
- "type": {
351
- "type": "intrinsic",
352
- "name": "boolean"
353
- }
354
- },
355
- {
356
- "id": 25,
357
- "name": "allowed",
358
- "kind": 1024,
359
- "kindString": "Property",
360
- "flags": {
361
- "isOptional": true
362
- },
363
- "sources": [
364
- {
365
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
366
- "line": 12,
367
- "character": 8
368
- }
369
- ],
370
- "type": {
371
- "type": "reference",
372
- "typeArguments": [
373
- {
374
- "type": "intrinsic",
375
- "name": "string"
376
- },
377
- {
378
- "type": "array",
379
- "elementType": {
380
- "type": "union",
381
- "types": [
382
- {
383
- "type": "intrinsic",
384
- "name": "string"
385
- },
386
- {
387
- "type": "reference",
388
- "name": "CosigningAddressSet"
389
- }
390
- ]
391
- }
392
- }
393
- ],
394
- "name": "Record",
395
- "qualifiedName": "Record",
396
- "package": "typescript"
397
- }
398
- },
399
- {
400
- "id": 26,
401
- "name": "disallowed",
402
- "kind": 1024,
403
- "kindString": "Property",
404
- "flags": {
405
- "isOptional": true
406
- },
407
- "sources": [
408
- {
409
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
410
- "line": 13,
411
- "character": 8
412
- }
413
- ],
414
- "type": {
415
- "type": "reference",
416
- "typeArguments": [
417
- {
418
- "type": "intrinsic",
419
- "name": "string"
420
- },
421
- {
422
- "type": "array",
423
- "elementType": {
424
- "type": "intrinsic",
425
- "name": "string"
426
- }
427
- }
428
- ],
429
- "name": "Record",
430
- "qualifiedName": "Record",
431
- "package": "typescript"
432
- }
433
- }
434
- ],
435
- "groups": [
436
- {
437
- "title": "Properties",
438
- "children": [
439
- 24,
440
- 25,
441
- 26
442
- ]
443
- }
444
- ],
445
- "sources": [
446
- {
447
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
448
- "line": 10,
449
- "character": 15
450
- }
451
- ]
452
- }
453
- }
454
- },
455
- {
456
- "id": 27,
457
- "name": "storeQueries",
458
- "kind": 1024,
459
- "kindString": "Property",
460
- "flags": {
461
- "isOptional": true
462
- },
463
- "sources": [
464
- {
465
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
466
- "line": 15,
467
- "character": 4
468
- }
469
- ],
470
- "type": {
471
- "type": "intrinsic",
472
- "name": "boolean"
473
- }
474
- }
475
- ],
476
- "groups": [
477
- {
478
- "title": "Properties",
479
- "children": [
480
- 21,
481
- 22,
482
- 27
483
- ]
484
- }
485
- ],
486
- "sources": [
487
- {
488
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
489
- "line": 8,
490
- "character": 75
491
- }
492
- ]
493
- }
494
- },
495
- {
496
- "type": "reflection",
497
- "declaration": {
498
- "id": 28,
499
- "name": "__type",
500
- "kind": 65536,
501
- "kindString": "Type literal",
502
- "flags": {},
503
- "children": [
504
- {
505
- "id": 29,
506
- "name": "schema",
507
- "kind": 1024,
508
- "kindString": "Property",
509
- "flags": {},
510
- "sources": [
511
- {
512
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
513
- "line": 19,
514
- "character": 4
515
- }
516
- ],
517
- "type": {
518
- "type": "intrinsic",
519
- "name": "string"
520
- }
521
- }
522
- ],
523
- "groups": [
524
- {
525
- "title": "Properties",
526
- "children": [
527
- 29
528
- ]
529
- }
530
- ],
531
- "sources": [
532
- {
533
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
534
- "line": 18,
535
- "character": 17
536
- }
537
- ]
538
- }
539
- }
540
- ]
272
+ "type": "reference",
273
+ "id": 109,
274
+ "name": "TConfig"
541
275
  },
542
276
  "inheritedFrom": {
543
277
  "type": "reference",
@@ -545,7 +279,7 @@
545
279
  }
546
280
  },
547
281
  {
548
- "id": 111,
282
+ "id": 101,
549
283
  "name": "divine",
550
284
  "kind": 1024,
551
285
  "kindString": "Property",
@@ -553,15 +287,15 @@
553
287
  "sources": [
554
288
  {
555
289
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
556
- "line": 7,
290
+ "line": 9,
557
291
  "character": 2,
558
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
292
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L9"
559
293
  }
560
294
  ],
561
295
  "type": {
562
296
  "type": "reflection",
563
297
  "declaration": {
564
- "id": 112,
298
+ "id": 102,
565
299
  "name": "__type",
566
300
  "kind": 65536,
567
301
  "kindString": "Type literal",
@@ -569,21 +303,21 @@
569
303
  "sources": [
570
304
  {
571
305
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
572
- "line": 7,
306
+ "line": 9,
573
307
  "character": 10,
574
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
308
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L9"
575
309
  }
576
310
  ],
577
311
  "signatures": [
578
312
  {
579
- "id": 113,
313
+ "id": 103,
580
314
  "name": "__type",
581
315
  "kind": 4096,
582
316
  "kindString": "Call signature",
583
317
  "flags": {},
584
318
  "parameters": [
585
319
  {
586
- "id": 114,
320
+ "id": 104,
587
321
  "name": "payloads",
588
322
  "kind": 32768,
589
323
  "kindString": "Parameter",
@@ -606,14 +340,14 @@
606
340
  {
607
341
  "type": "reflection",
608
342
  "declaration": {
609
- "id": 115,
343
+ "id": 105,
610
344
  "name": "__type",
611
345
  "kind": 65536,
612
346
  "kindString": "Type literal",
613
347
  "flags": {},
614
348
  "children": [
615
349
  {
616
- "id": 116,
350
+ "id": 106,
617
351
  "name": "schema",
618
352
  "kind": 1024,
619
353
  "kindString": "Property",
@@ -635,7 +369,7 @@
635
369
  {
636
370
  "title": "Properties",
637
371
  "children": [
638
- 116
372
+ 106
639
373
  ]
640
374
  }
641
375
  ],
@@ -673,14 +407,14 @@
673
407
  {
674
408
  "type": "reflection",
675
409
  "declaration": {
676
- "id": 117,
410
+ "id": 107,
677
411
  "name": "__type",
678
412
  "kind": 65536,
679
413
  "kindString": "Type literal",
680
414
  "flags": {},
681
415
  "children": [
682
416
  {
683
- "id": 118,
417
+ "id": 108,
684
418
  "name": "schema",
685
419
  "kind": 1024,
686
420
  "kindString": "Property",
@@ -702,7 +436,7 @@
702
436
  {
703
437
  "title": "Properties",
704
438
  "children": [
705
- 118
439
+ 108
706
440
  ]
707
441
  }
708
442
  ],
@@ -738,7 +472,7 @@
738
472
  }
739
473
  },
740
474
  {
741
- "id": 30,
475
+ "id": 20,
742
476
  "name": "downResolver",
743
477
  "kind": 1024,
744
478
  "kindString": "Property",
@@ -762,7 +496,7 @@
762
496
  }
763
497
  },
764
498
  {
765
- "id": 31,
499
+ "id": 21,
766
500
  "name": "queries",
767
501
  "kind": 1024,
768
502
  "kindString": "Property",
@@ -787,7 +521,7 @@
787
521
  }
788
522
  },
789
523
  {
790
- "id": 32,
524
+ "id": 22,
791
525
  "name": "query",
792
526
  "kind": 1024,
793
527
  "kindString": "Property",
@@ -802,7 +536,7 @@
802
536
  "type": {
803
537
  "type": "reflection",
804
538
  "declaration": {
805
- "id": 33,
539
+ "id": 23,
806
540
  "name": "__type",
807
541
  "kind": 65536,
808
542
  "kindString": "Type literal",
@@ -816,14 +550,14 @@
816
550
  ],
817
551
  "signatures": [
818
552
  {
819
- "id": 34,
553
+ "id": 24,
820
554
  "name": "__type",
821
555
  "kind": 4096,
822
556
  "kindString": "Call signature",
823
557
  "flags": {},
824
558
  "typeParameter": [
825
559
  {
826
- "id": 43,
560
+ "id": 33,
827
561
  "name": "T",
828
562
  "kind": 131072,
829
563
  "kindString": "Type parameter",
@@ -846,14 +580,14 @@
846
580
  {
847
581
  "type": "reflection",
848
582
  "declaration": {
849
- "id": 35,
583
+ "id": 25,
850
584
  "name": "__type",
851
585
  "kind": 65536,
852
586
  "kindString": "Type literal",
853
587
  "flags": {},
854
588
  "children": [
855
589
  {
856
- "id": 36,
590
+ "id": 26,
857
591
  "name": "query",
858
592
  "kind": 1024,
859
593
  "kindString": "Property",
@@ -871,7 +605,7 @@
871
605
  }
872
606
  },
873
607
  {
874
- "id": 37,
608
+ "id": 27,
875
609
  "name": "resultSet",
876
610
  "kind": 1024,
877
611
  "kindString": "Property",
@@ -891,7 +625,7 @@
891
625
  }
892
626
  },
893
627
  {
894
- "id": 38,
628
+ "id": 28,
895
629
  "name": "schema",
896
630
  "kind": 1024,
897
631
  "kindString": "Property",
@@ -913,9 +647,9 @@
913
647
  {
914
648
  "title": "Properties",
915
649
  "children": [
916
- 36,
917
- 37,
918
- 38
650
+ 26,
651
+ 27,
652
+ 28
919
653
  ]
920
654
  }
921
655
  ],
@@ -948,14 +682,14 @@
948
682
  {
949
683
  "type": "reflection",
950
684
  "declaration": {
951
- "id": 39,
685
+ "id": 29,
952
686
  "name": "__type",
953
687
  "kind": 65536,
954
688
  "kindString": "Type literal",
955
689
  "flags": {},
956
690
  "children": [
957
691
  {
958
- "id": 40,
692
+ "id": 30,
959
693
  "name": "query",
960
694
  "kind": 1024,
961
695
  "kindString": "Property",
@@ -973,7 +707,7 @@
973
707
  }
974
708
  },
975
709
  {
976
- "id": 41,
710
+ "id": 31,
977
711
  "name": "resultSet",
978
712
  "kind": 1024,
979
713
  "kindString": "Property",
@@ -993,7 +727,7 @@
993
727
  }
994
728
  },
995
729
  {
996
- "id": 42,
730
+ "id": 32,
997
731
  "name": "schema",
998
732
  "kind": 1024,
999
733
  "kindString": "Property",
@@ -1015,9 +749,9 @@
1015
749
  {
1016
750
  "title": "Properties",
1017
751
  "children": [
1018
- 40,
1019
- 41,
1020
- 42
752
+ 30,
753
+ 31,
754
+ 32
1021
755
  ]
1022
756
  }
1023
757
  ],
@@ -1034,7 +768,7 @@
1034
768
  }
1035
769
  },
1036
770
  {
1037
- "id": 64,
771
+ "id": 54,
1038
772
  "name": "TConf",
1039
773
  "kind": 131072,
1040
774
  "kindString": "Type parameter",
@@ -1053,14 +787,14 @@
1053
787
  {
1054
788
  "type": "reflection",
1055
789
  "declaration": {
1056
- "id": 44,
790
+ "id": 34,
1057
791
  "name": "__type",
1058
792
  "kind": 65536,
1059
793
  "kindString": "Type literal",
1060
794
  "flags": {},
1061
795
  "children": [
1062
796
  {
1063
- "id": 45,
797
+ "id": 35,
1064
798
  "name": "name",
1065
799
  "kind": 1024,
1066
800
  "kindString": "Property",
@@ -1080,7 +814,7 @@
1080
814
  }
1081
815
  },
1082
816
  {
1083
- "id": 46,
817
+ "id": 36,
1084
818
  "name": "security",
1085
819
  "kind": 1024,
1086
820
  "kindString": "Property",
@@ -1097,14 +831,14 @@
1097
831
  "type": {
1098
832
  "type": "reflection",
1099
833
  "declaration": {
1100
- "id": 47,
834
+ "id": 37,
1101
835
  "name": "__type",
1102
836
  "kind": 65536,
1103
837
  "kindString": "Type literal",
1104
838
  "flags": {},
1105
839
  "children": [
1106
840
  {
1107
- "id": 48,
841
+ "id": 38,
1108
842
  "name": "allowAnonymous",
1109
843
  "kind": 1024,
1110
844
  "kindString": "Property",
@@ -1124,7 +858,7 @@
1124
858
  }
1125
859
  },
1126
860
  {
1127
- "id": 49,
861
+ "id": 39,
1128
862
  "name": "allowed",
1129
863
  "kind": 1024,
1130
864
  "kindString": "Property",
@@ -1168,7 +902,7 @@
1168
902
  }
1169
903
  },
1170
904
  {
1171
- "id": 50,
905
+ "id": 40,
1172
906
  "name": "disallowed",
1173
907
  "kind": 1024,
1174
908
  "kindString": "Property",
@@ -1207,9 +941,9 @@
1207
941
  {
1208
942
  "title": "Properties",
1209
943
  "children": [
1210
- 48,
1211
- 49,
1212
- 50
944
+ 38,
945
+ 39,
946
+ 40
1213
947
  ]
1214
948
  }
1215
949
  ],
@@ -1224,7 +958,7 @@
1224
958
  }
1225
959
  },
1226
960
  {
1227
- "id": 51,
961
+ "id": 41,
1228
962
  "name": "storeQueries",
1229
963
  "kind": 1024,
1230
964
  "kindString": "Property",
@@ -1248,9 +982,9 @@
1248
982
  {
1249
983
  "title": "Properties",
1250
984
  "children": [
1251
- 45,
1252
- 46,
1253
- 51
985
+ 35,
986
+ 36,
987
+ 41
1254
988
  ]
1255
989
  }
1256
990
  ],
@@ -1266,14 +1000,14 @@
1266
1000
  {
1267
1001
  "type": "reflection",
1268
1002
  "declaration": {
1269
- "id": 52,
1003
+ "id": 42,
1270
1004
  "name": "__type",
1271
1005
  "kind": 65536,
1272
1006
  "kindString": "Type literal",
1273
1007
  "flags": {},
1274
1008
  "children": [
1275
1009
  {
1276
- "id": 53,
1010
+ "id": 43,
1277
1011
  "name": "schema",
1278
1012
  "kind": 1024,
1279
1013
  "kindString": "Property",
@@ -1295,7 +1029,7 @@
1295
1029
  {
1296
1030
  "title": "Properties",
1297
1031
  "children": [
1298
- 53
1032
+ 43
1299
1033
  ]
1300
1034
  }
1301
1035
  ],
@@ -1324,14 +1058,14 @@
1324
1058
  {
1325
1059
  "type": "reflection",
1326
1060
  "declaration": {
1327
- "id": 54,
1061
+ "id": 44,
1328
1062
  "name": "__type",
1329
1063
  "kind": 65536,
1330
1064
  "kindString": "Type literal",
1331
1065
  "flags": {},
1332
1066
  "children": [
1333
1067
  {
1334
- "id": 55,
1068
+ "id": 45,
1335
1069
  "name": "name",
1336
1070
  "kind": 1024,
1337
1071
  "kindString": "Property",
@@ -1351,7 +1085,7 @@
1351
1085
  }
1352
1086
  },
1353
1087
  {
1354
- "id": 56,
1088
+ "id": 46,
1355
1089
  "name": "security",
1356
1090
  "kind": 1024,
1357
1091
  "kindString": "Property",
@@ -1368,14 +1102,14 @@
1368
1102
  "type": {
1369
1103
  "type": "reflection",
1370
1104
  "declaration": {
1371
- "id": 57,
1105
+ "id": 47,
1372
1106
  "name": "__type",
1373
1107
  "kind": 65536,
1374
1108
  "kindString": "Type literal",
1375
1109
  "flags": {},
1376
1110
  "children": [
1377
1111
  {
1378
- "id": 58,
1112
+ "id": 48,
1379
1113
  "name": "allowAnonymous",
1380
1114
  "kind": 1024,
1381
1115
  "kindString": "Property",
@@ -1395,7 +1129,7 @@
1395
1129
  }
1396
1130
  },
1397
1131
  {
1398
- "id": 59,
1132
+ "id": 49,
1399
1133
  "name": "allowed",
1400
1134
  "kind": 1024,
1401
1135
  "kindString": "Property",
@@ -1439,7 +1173,7 @@
1439
1173
  }
1440
1174
  },
1441
1175
  {
1442
- "id": 60,
1176
+ "id": 50,
1443
1177
  "name": "disallowed",
1444
1178
  "kind": 1024,
1445
1179
  "kindString": "Property",
@@ -1478,9 +1212,9 @@
1478
1212
  {
1479
1213
  "title": "Properties",
1480
1214
  "children": [
1481
- 58,
1482
- 59,
1483
- 60
1215
+ 48,
1216
+ 49,
1217
+ 50
1484
1218
  ]
1485
1219
  }
1486
1220
  ],
@@ -1495,7 +1229,7 @@
1495
1229
  }
1496
1230
  },
1497
1231
  {
1498
- "id": 61,
1232
+ "id": 51,
1499
1233
  "name": "storeQueries",
1500
1234
  "kind": 1024,
1501
1235
  "kindString": "Property",
@@ -1519,9 +1253,9 @@
1519
1253
  {
1520
1254
  "title": "Properties",
1521
1255
  "children": [
1522
- 55,
1523
- 56,
1524
- 61
1256
+ 45,
1257
+ 46,
1258
+ 51
1525
1259
  ]
1526
1260
  }
1527
1261
  ],
@@ -1537,14 +1271,14 @@
1537
1271
  {
1538
1272
  "type": "reflection",
1539
1273
  "declaration": {
1540
- "id": 62,
1274
+ "id": 52,
1541
1275
  "name": "__type",
1542
1276
  "kind": 65536,
1543
1277
  "kindString": "Type literal",
1544
1278
  "flags": {},
1545
1279
  "children": [
1546
1280
  {
1547
- "id": 63,
1281
+ "id": 53,
1548
1282
  "name": "schema",
1549
1283
  "kind": 1024,
1550
1284
  "kindString": "Property",
@@ -1566,7 +1300,7 @@
1566
1300
  {
1567
1301
  "title": "Properties",
1568
1302
  "children": [
1569
- 63
1303
+ 53
1570
1304
  ]
1571
1305
  }
1572
1306
  ],
@@ -1585,19 +1319,19 @@
1585
1319
  ],
1586
1320
  "parameters": [
1587
1321
  {
1588
- "id": 65,
1322
+ "id": 55,
1589
1323
  "name": "query",
1590
1324
  "kind": 32768,
1591
1325
  "kindString": "Parameter",
1592
1326
  "flags": {},
1593
1327
  "type": {
1594
1328
  "type": "reference",
1595
- "id": 43,
1329
+ "id": 33,
1596
1330
  "name": "T"
1597
1331
  }
1598
1332
  },
1599
1333
  {
1600
- "id": 66,
1334
+ "id": 56,
1601
1335
  "name": "payloads",
1602
1336
  "kind": 32768,
1603
1337
  "kindString": "Parameter",
@@ -1620,14 +1354,14 @@
1620
1354
  {
1621
1355
  "type": "reflection",
1622
1356
  "declaration": {
1623
- "id": 67,
1357
+ "id": 57,
1624
1358
  "name": "__type",
1625
1359
  "kind": 65536,
1626
1360
  "kindString": "Type literal",
1627
1361
  "flags": {},
1628
1362
  "children": [
1629
1363
  {
1630
- "id": 68,
1364
+ "id": 58,
1631
1365
  "name": "schema",
1632
1366
  "kind": 1024,
1633
1367
  "kindString": "Property",
@@ -1649,7 +1383,7 @@
1649
1383
  {
1650
1384
  "title": "Properties",
1651
1385
  "children": [
1652
- 68
1386
+ 58
1653
1387
  ]
1654
1388
  }
1655
1389
  ],
@@ -1667,7 +1401,7 @@
1667
1401
  }
1668
1402
  },
1669
1403
  {
1670
- "id": 69,
1404
+ "id": 59,
1671
1405
  "name": "queryConfig",
1672
1406
  "kind": 32768,
1673
1407
  "kindString": "Parameter",
@@ -1676,7 +1410,7 @@
1676
1410
  },
1677
1411
  "type": {
1678
1412
  "type": "reference",
1679
- "id": 64,
1413
+ "id": 54,
1680
1414
  "name": "TConf"
1681
1415
  }
1682
1416
  }
@@ -1701,14 +1435,14 @@
1701
1435
  {
1702
1436
  "type": "reflection",
1703
1437
  "declaration": {
1704
- "id": 70,
1438
+ "id": 60,
1705
1439
  "name": "__type",
1706
1440
  "kind": 65536,
1707
1441
  "kindString": "Type literal",
1708
1442
  "flags": {},
1709
1443
  "children": [
1710
1444
  {
1711
- "id": 71,
1445
+ "id": 61,
1712
1446
  "name": "schema",
1713
1447
  "kind": 1024,
1714
1448
  "kindString": "Property",
@@ -1730,7 +1464,7 @@
1730
1464
  {
1731
1465
  "title": "Properties",
1732
1466
  "children": [
1733
- 71
1467
+ 61
1734
1468
  ]
1735
1469
  }
1736
1470
  ],
@@ -1765,7 +1499,7 @@
1765
1499
  }
1766
1500
  },
1767
1501
  {
1768
- "id": 72,
1502
+ "id": 62,
1769
1503
  "name": "queryable",
1770
1504
  "kind": 1024,
1771
1505
  "kindString": "Property",
@@ -1780,7 +1514,7 @@
1780
1514
  "type": {
1781
1515
  "type": "reflection",
1782
1516
  "declaration": {
1783
- "id": 73,
1517
+ "id": 63,
1784
1518
  "name": "__type",
1785
1519
  "kind": 65536,
1786
1520
  "kindString": "Type literal",
@@ -1794,14 +1528,14 @@
1794
1528
  ],
1795
1529
  "signatures": [
1796
1530
  {
1797
- "id": 74,
1531
+ "id": 64,
1798
1532
  "name": "__type",
1799
1533
  "kind": 4096,
1800
1534
  "kindString": "Call signature",
1801
1535
  "flags": {},
1802
1536
  "typeParameter": [
1803
1537
  {
1804
- "id": 83,
1538
+ "id": 73,
1805
1539
  "name": "T",
1806
1540
  "kind": 131072,
1807
1541
  "kindString": "Type parameter",
@@ -1824,14 +1558,14 @@
1824
1558
  {
1825
1559
  "type": "reflection",
1826
1560
  "declaration": {
1827
- "id": 75,
1561
+ "id": 65,
1828
1562
  "name": "__type",
1829
1563
  "kind": 65536,
1830
1564
  "kindString": "Type literal",
1831
1565
  "flags": {},
1832
1566
  "children": [
1833
1567
  {
1834
- "id": 76,
1568
+ "id": 66,
1835
1569
  "name": "query",
1836
1570
  "kind": 1024,
1837
1571
  "kindString": "Property",
@@ -1849,7 +1583,7 @@
1849
1583
  }
1850
1584
  },
1851
1585
  {
1852
- "id": 77,
1586
+ "id": 67,
1853
1587
  "name": "resultSet",
1854
1588
  "kind": 1024,
1855
1589
  "kindString": "Property",
@@ -1869,7 +1603,7 @@
1869
1603
  }
1870
1604
  },
1871
1605
  {
1872
- "id": 78,
1606
+ "id": 68,
1873
1607
  "name": "schema",
1874
1608
  "kind": 1024,
1875
1609
  "kindString": "Property",
@@ -1891,9 +1625,9 @@
1891
1625
  {
1892
1626
  "title": "Properties",
1893
1627
  "children": [
1894
- 76,
1895
- 77,
1896
- 78
1628
+ 66,
1629
+ 67,
1630
+ 68
1897
1631
  ]
1898
1632
  }
1899
1633
  ],
@@ -1926,14 +1660,14 @@
1926
1660
  {
1927
1661
  "type": "reflection",
1928
1662
  "declaration": {
1929
- "id": 79,
1663
+ "id": 69,
1930
1664
  "name": "__type",
1931
1665
  "kind": 65536,
1932
1666
  "kindString": "Type literal",
1933
1667
  "flags": {},
1934
1668
  "children": [
1935
1669
  {
1936
- "id": 80,
1670
+ "id": 70,
1937
1671
  "name": "query",
1938
1672
  "kind": 1024,
1939
1673
  "kindString": "Property",
@@ -1951,7 +1685,7 @@
1951
1685
  }
1952
1686
  },
1953
1687
  {
1954
- "id": 81,
1688
+ "id": 71,
1955
1689
  "name": "resultSet",
1956
1690
  "kind": 1024,
1957
1691
  "kindString": "Property",
@@ -1971,7 +1705,7 @@
1971
1705
  }
1972
1706
  },
1973
1707
  {
1974
- "id": 82,
1708
+ "id": 72,
1975
1709
  "name": "schema",
1976
1710
  "kind": 1024,
1977
1711
  "kindString": "Property",
@@ -1993,9 +1727,9 @@
1993
1727
  {
1994
1728
  "title": "Properties",
1995
1729
  "children": [
1996
- 80,
1997
- 81,
1998
- 82
1730
+ 70,
1731
+ 71,
1732
+ 72
1999
1733
  ]
2000
1734
  }
2001
1735
  ],
@@ -2012,7 +1746,7 @@
2012
1746
  }
2013
1747
  },
2014
1748
  {
2015
- "id": 104,
1749
+ "id": 94,
2016
1750
  "name": "TConf",
2017
1751
  "kind": 131072,
2018
1752
  "kindString": "Type parameter",
@@ -2031,14 +1765,14 @@
2031
1765
  {
2032
1766
  "type": "reflection",
2033
1767
  "declaration": {
2034
- "id": 84,
1768
+ "id": 74,
2035
1769
  "name": "__type",
2036
1770
  "kind": 65536,
2037
1771
  "kindString": "Type literal",
2038
1772
  "flags": {},
2039
1773
  "children": [
2040
1774
  {
2041
- "id": 85,
1775
+ "id": 75,
2042
1776
  "name": "name",
2043
1777
  "kind": 1024,
2044
1778
  "kindString": "Property",
@@ -2058,7 +1792,7 @@
2058
1792
  }
2059
1793
  },
2060
1794
  {
2061
- "id": 86,
1795
+ "id": 76,
2062
1796
  "name": "security",
2063
1797
  "kind": 1024,
2064
1798
  "kindString": "Property",
@@ -2075,14 +1809,14 @@
2075
1809
  "type": {
2076
1810
  "type": "reflection",
2077
1811
  "declaration": {
2078
- "id": 87,
1812
+ "id": 77,
2079
1813
  "name": "__type",
2080
1814
  "kind": 65536,
2081
1815
  "kindString": "Type literal",
2082
1816
  "flags": {},
2083
1817
  "children": [
2084
1818
  {
2085
- "id": 88,
1819
+ "id": 78,
2086
1820
  "name": "allowAnonymous",
2087
1821
  "kind": 1024,
2088
1822
  "kindString": "Property",
@@ -2102,7 +1836,7 @@
2102
1836
  }
2103
1837
  },
2104
1838
  {
2105
- "id": 89,
1839
+ "id": 79,
2106
1840
  "name": "allowed",
2107
1841
  "kind": 1024,
2108
1842
  "kindString": "Property",
@@ -2146,7 +1880,7 @@
2146
1880
  }
2147
1881
  },
2148
1882
  {
2149
- "id": 90,
1883
+ "id": 80,
2150
1884
  "name": "disallowed",
2151
1885
  "kind": 1024,
2152
1886
  "kindString": "Property",
@@ -2185,9 +1919,9 @@
2185
1919
  {
2186
1920
  "title": "Properties",
2187
1921
  "children": [
2188
- 88,
2189
- 89,
2190
- 90
1922
+ 78,
1923
+ 79,
1924
+ 80
2191
1925
  ]
2192
1926
  }
2193
1927
  ],
@@ -2202,7 +1936,7 @@
2202
1936
  }
2203
1937
  },
2204
1938
  {
2205
- "id": 91,
1939
+ "id": 81,
2206
1940
  "name": "storeQueries",
2207
1941
  "kind": 1024,
2208
1942
  "kindString": "Property",
@@ -2226,9 +1960,9 @@
2226
1960
  {
2227
1961
  "title": "Properties",
2228
1962
  "children": [
2229
- 85,
2230
- 86,
2231
- 91
1963
+ 75,
1964
+ 76,
1965
+ 81
2232
1966
  ]
2233
1967
  }
2234
1968
  ],
@@ -2244,14 +1978,14 @@
2244
1978
  {
2245
1979
  "type": "reflection",
2246
1980
  "declaration": {
2247
- "id": 92,
1981
+ "id": 82,
2248
1982
  "name": "__type",
2249
1983
  "kind": 65536,
2250
1984
  "kindString": "Type literal",
2251
1985
  "flags": {},
2252
1986
  "children": [
2253
1987
  {
2254
- "id": 93,
1988
+ "id": 83,
2255
1989
  "name": "schema",
2256
1990
  "kind": 1024,
2257
1991
  "kindString": "Property",
@@ -2273,7 +2007,7 @@
2273
2007
  {
2274
2008
  "title": "Properties",
2275
2009
  "children": [
2276
- 93
2010
+ 83
2277
2011
  ]
2278
2012
  }
2279
2013
  ],
@@ -2302,14 +2036,14 @@
2302
2036
  {
2303
2037
  "type": "reflection",
2304
2038
  "declaration": {
2305
- "id": 94,
2039
+ "id": 84,
2306
2040
  "name": "__type",
2307
2041
  "kind": 65536,
2308
2042
  "kindString": "Type literal",
2309
2043
  "flags": {},
2310
2044
  "children": [
2311
2045
  {
2312
- "id": 95,
2046
+ "id": 85,
2313
2047
  "name": "name",
2314
2048
  "kind": 1024,
2315
2049
  "kindString": "Property",
@@ -2329,7 +2063,7 @@
2329
2063
  }
2330
2064
  },
2331
2065
  {
2332
- "id": 96,
2066
+ "id": 86,
2333
2067
  "name": "security",
2334
2068
  "kind": 1024,
2335
2069
  "kindString": "Property",
@@ -2346,14 +2080,14 @@
2346
2080
  "type": {
2347
2081
  "type": "reflection",
2348
2082
  "declaration": {
2349
- "id": 97,
2083
+ "id": 87,
2350
2084
  "name": "__type",
2351
2085
  "kind": 65536,
2352
2086
  "kindString": "Type literal",
2353
2087
  "flags": {},
2354
2088
  "children": [
2355
2089
  {
2356
- "id": 98,
2090
+ "id": 88,
2357
2091
  "name": "allowAnonymous",
2358
2092
  "kind": 1024,
2359
2093
  "kindString": "Property",
@@ -2373,7 +2107,7 @@
2373
2107
  }
2374
2108
  },
2375
2109
  {
2376
- "id": 99,
2110
+ "id": 89,
2377
2111
  "name": "allowed",
2378
2112
  "kind": 1024,
2379
2113
  "kindString": "Property",
@@ -2417,7 +2151,7 @@
2417
2151
  }
2418
2152
  },
2419
2153
  {
2420
- "id": 100,
2154
+ "id": 90,
2421
2155
  "name": "disallowed",
2422
2156
  "kind": 1024,
2423
2157
  "kindString": "Property",
@@ -2456,9 +2190,9 @@
2456
2190
  {
2457
2191
  "title": "Properties",
2458
2192
  "children": [
2459
- 98,
2460
- 99,
2461
- 100
2193
+ 88,
2194
+ 89,
2195
+ 90
2462
2196
  ]
2463
2197
  }
2464
2198
  ],
@@ -2473,7 +2207,7 @@
2473
2207
  }
2474
2208
  },
2475
2209
  {
2476
- "id": 101,
2210
+ "id": 91,
2477
2211
  "name": "storeQueries",
2478
2212
  "kind": 1024,
2479
2213
  "kindString": "Property",
@@ -2497,9 +2231,9 @@
2497
2231
  {
2498
2232
  "title": "Properties",
2499
2233
  "children": [
2500
- 95,
2501
- 96,
2502
- 101
2234
+ 85,
2235
+ 86,
2236
+ 91
2503
2237
  ]
2504
2238
  }
2505
2239
  ],
@@ -2515,14 +2249,14 @@
2515
2249
  {
2516
2250
  "type": "reflection",
2517
2251
  "declaration": {
2518
- "id": 102,
2252
+ "id": 92,
2519
2253
  "name": "__type",
2520
2254
  "kind": 65536,
2521
2255
  "kindString": "Type literal",
2522
2256
  "flags": {},
2523
2257
  "children": [
2524
2258
  {
2525
- "id": 103,
2259
+ "id": 93,
2526
2260
  "name": "schema",
2527
2261
  "kind": 1024,
2528
2262
  "kindString": "Property",
@@ -2544,7 +2278,7 @@
2544
2278
  {
2545
2279
  "title": "Properties",
2546
2280
  "children": [
2547
- 103
2281
+ 93
2548
2282
  ]
2549
2283
  }
2550
2284
  ],
@@ -2563,19 +2297,19 @@
2563
2297
  ],
2564
2298
  "parameters": [
2565
2299
  {
2566
- "id": 105,
2300
+ "id": 95,
2567
2301
  "name": "query",
2568
2302
  "kind": 32768,
2569
2303
  "kindString": "Parameter",
2570
2304
  "flags": {},
2571
2305
  "type": {
2572
2306
  "type": "reference",
2573
- "id": 83,
2307
+ "id": 73,
2574
2308
  "name": "T"
2575
2309
  }
2576
2310
  },
2577
2311
  {
2578
- "id": 106,
2312
+ "id": 96,
2579
2313
  "name": "payloads",
2580
2314
  "kind": 32768,
2581
2315
  "kindString": "Parameter",
@@ -2598,14 +2332,14 @@
2598
2332
  {
2599
2333
  "type": "reflection",
2600
2334
  "declaration": {
2601
- "id": 107,
2335
+ "id": 97,
2602
2336
  "name": "__type",
2603
2337
  "kind": 65536,
2604
2338
  "kindString": "Type literal",
2605
2339
  "flags": {},
2606
2340
  "children": [
2607
2341
  {
2608
- "id": 108,
2342
+ "id": 98,
2609
2343
  "name": "schema",
2610
2344
  "kind": 1024,
2611
2345
  "kindString": "Property",
@@ -2627,7 +2361,7 @@
2627
2361
  {
2628
2362
  "title": "Properties",
2629
2363
  "children": [
2630
- 108
2364
+ 98
2631
2365
  ]
2632
2366
  }
2633
2367
  ],
@@ -2645,7 +2379,7 @@
2645
2379
  }
2646
2380
  },
2647
2381
  {
2648
- "id": 109,
2382
+ "id": 99,
2649
2383
  "name": "queryConfig",
2650
2384
  "kind": 32768,
2651
2385
  "kindString": "Parameter",
@@ -2654,7 +2388,7 @@
2654
2388
  },
2655
2389
  "type": {
2656
2390
  "type": "reference",
2657
- "id": 104,
2391
+ "id": 94,
2658
2392
  "name": "TConf"
2659
2393
  }
2660
2394
  }
@@ -2683,7 +2417,7 @@
2683
2417
  }
2684
2418
  },
2685
2419
  {
2686
- "id": 110,
2420
+ "id": 100,
2687
2421
  "name": "upResolver",
2688
2422
  "kind": 1024,
2689
2423
  "kindString": "Property",
@@ -2713,26 +2447,52 @@
2713
2447
  "children": [
2714
2448
  18,
2715
2449
  19,
2716
- 111,
2717
- 30,
2718
- 31,
2719
- 32,
2720
- 72,
2721
- 110
2450
+ 101,
2451
+ 20,
2452
+ 21,
2453
+ 22,
2454
+ 62,
2455
+ 100
2722
2456
  ]
2723
2457
  }
2724
2458
  ],
2725
2459
  "sources": [
2726
2460
  {
2727
2461
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
2728
- "line": 10,
2462
+ "line": 12,
2729
2463
  "character": 17,
2730
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L10"
2464
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L12"
2465
+ }
2466
+ ],
2467
+ "typeParameters": [
2468
+ {
2469
+ "id": 109,
2470
+ "name": "TConfig",
2471
+ "kind": 131072,
2472
+ "kindString": "Type parameter",
2473
+ "flags": {},
2474
+ "type": {
2475
+ "type": "reference",
2476
+ "id": 3,
2477
+ "name": "DivinerConfig"
2478
+ },
2479
+ "default": {
2480
+ "type": "reference",
2481
+ "id": 3,
2482
+ "name": "DivinerConfig"
2483
+ }
2731
2484
  }
2732
2485
  ],
2733
2486
  "extendedTypes": [
2734
2487
  {
2735
2488
  "type": "reference",
2489
+ "typeArguments": [
2490
+ {
2491
+ "type": "reference",
2492
+ "id": 109,
2493
+ "name": "TConfig"
2494
+ }
2495
+ ],
2736
2496
  "name": "Module"
2737
2497
  },
2738
2498
  {
@@ -2753,7 +2513,7 @@
2753
2513
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
2754
2514
  "line": 7,
2755
2515
  "character": 12,
2756
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L7"
2516
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L7"
2757
2517
  }
2758
2518
  ],
2759
2519
  "typeParameters": [
@@ -2816,7 +2576,7 @@
2816
2576
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
2817
2577
  "line": 9,
2818
2578
  "character": 4,
2819
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L9"
2579
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L9"
2820
2580
  }
2821
2581
  ],
2822
2582
  "type": {
@@ -2846,7 +2606,7 @@
2846
2606
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
2847
2607
  "line": 8,
2848
2608
  "character": 2,
2849
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L8"
2609
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L8"
2850
2610
  }
2851
2611
  ]
2852
2612
  }
@@ -2873,13 +2633,13 @@
2873
2633
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
2874
2634
  "line": 4,
2875
2635
  "character": 12,
2876
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
2636
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
2877
2637
  },
2878
2638
  {
2879
2639
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
2880
2640
  "line": 5,
2881
2641
  "character": 13,
2882
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
2642
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
2883
2643
  }
2884
2644
  ],
2885
2645
  "type": {
@@ -2888,7 +2648,7 @@
2888
2648
  }
2889
2649
  },
2890
2650
  {
2891
- "id": 124,
2651
+ "id": 115,
2892
2652
  "name": "XyoDivinerDivineQuery",
2893
2653
  "kind": 4194304,
2894
2654
  "kindString": "Type alias",
@@ -2898,7 +2658,7 @@
2898
2658
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
2899
2659
  "line": 6,
2900
2660
  "character": 12,
2901
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2661
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2902
2662
  }
2903
2663
  ],
2904
2664
  "type": {
@@ -2907,14 +2667,14 @@
2907
2667
  {
2908
2668
  "type": "reflection",
2909
2669
  "declaration": {
2910
- "id": 125,
2670
+ "id": 116,
2911
2671
  "name": "__type",
2912
2672
  "kind": 65536,
2913
2673
  "kindString": "Type literal",
2914
2674
  "flags": {},
2915
2675
  "children": [
2916
2676
  {
2917
- "id": 126,
2677
+ "id": 117,
2918
2678
  "name": "schema",
2919
2679
  "kind": 1024,
2920
2680
  "kindString": "Property",
@@ -2924,12 +2684,12 @@
2924
2684
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
2925
2685
  "line": 7,
2926
2686
  "character": 2,
2927
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L7"
2687
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L7"
2928
2688
  }
2929
2689
  ],
2930
2690
  "type": {
2931
2691
  "type": "reference",
2932
- "id": 122,
2692
+ "id": 113,
2933
2693
  "name": "XyoDivinerDivineQuerySchema"
2934
2694
  }
2935
2695
  }
@@ -2938,7 +2698,7 @@
2938
2698
  {
2939
2699
  "title": "Properties",
2940
2700
  "children": [
2941
- 126
2701
+ 117
2942
2702
  ]
2943
2703
  }
2944
2704
  ],
@@ -2947,7 +2707,7 @@
2947
2707
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
2948
2708
  "line": 6,
2949
2709
  "character": 45,
2950
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2710
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2951
2711
  }
2952
2712
  ]
2953
2713
  }
@@ -2957,7 +2717,7 @@
2957
2717
  }
2958
2718
  },
2959
2719
  {
2960
- "id": 123,
2720
+ "id": 114,
2961
2721
  "name": "XyoDivinerDivineQuerySchema",
2962
2722
  "kind": 4194304,
2963
2723
  "kindString": "Type alias",
@@ -2967,13 +2727,13 @@
2967
2727
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
2968
2728
  "line": 3,
2969
2729
  "character": 12,
2970
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
2730
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
2971
2731
  },
2972
2732
  {
2973
2733
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
2974
2734
  "line": 4,
2975
2735
  "character": 13,
2976
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
2736
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
2977
2737
  }
2978
2738
  ],
2979
2739
  "type": {
@@ -2982,7 +2742,7 @@
2982
2742
  }
2983
2743
  },
2984
2744
  {
2985
- "id": 120,
2745
+ "id": 111,
2986
2746
  "name": "XyoDivinerQuery",
2987
2747
  "kind": 4194304,
2988
2748
  "kindString": "Type alias",
@@ -2992,12 +2752,12 @@
2992
2752
  "fileName": "modules/packages/diviner/packages/model/src/Queries/index.ts",
2993
2753
  "line": 9,
2994
2754
  "character": 12,
2995
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L9"
2755
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L9"
2996
2756
  }
2997
2757
  ],
2998
2758
  "typeParameters": [
2999
2759
  {
3000
- "id": 121,
2760
+ "id": 112,
3001
2761
  "name": "TQuery",
3002
2762
  "kind": 131072,
3003
2763
  "kindString": "Type parameter",
@@ -3028,7 +2788,7 @@
3028
2788
  "type": "conditional",
3029
2789
  "checkType": {
3030
2790
  "type": "reference",
3031
- "id": 121,
2791
+ "id": 112,
3032
2792
  "name": "TQuery"
3033
2793
  },
3034
2794
  "extendsType": {
@@ -3040,19 +2800,19 @@
3040
2800
  "types": [
3041
2801
  {
3042
2802
  "type": "reference",
3043
- "id": 119,
2803
+ "id": 110,
3044
2804
  "name": "XyoDivinerQueryBase"
3045
2805
  },
3046
2806
  {
3047
2807
  "type": "reference",
3048
- "id": 121,
2808
+ "id": 112,
3049
2809
  "name": "TQuery"
3050
2810
  }
3051
2811
  ]
3052
2812
  },
3053
2813
  "falseType": {
3054
2814
  "type": "reference",
3055
- "id": 119,
2815
+ "id": 110,
3056
2816
  "name": "XyoDivinerQueryBase"
3057
2817
  }
3058
2818
  }
@@ -3061,7 +2821,7 @@
3061
2821
  }
3062
2822
  },
3063
2823
  {
3064
- "id": 119,
2824
+ "id": 110,
3065
2825
  "name": "XyoDivinerQueryBase",
3066
2826
  "kind": 4194304,
3067
2827
  "kindString": "Type alias",
@@ -3071,12 +2831,12 @@
3071
2831
  "fileName": "modules/packages/diviner/packages/model/src/Queries/index.ts",
3072
2832
  "line": 7,
3073
2833
  "character": 12,
3074
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L7"
2834
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L7"
3075
2835
  }
3076
2836
  ],
3077
2837
  "type": {
3078
2838
  "type": "reference",
3079
- "id": 124,
2839
+ "id": 115,
3080
2840
  "name": "XyoDivinerDivineQuery"
3081
2841
  }
3082
2842
  },
@@ -3091,13 +2851,13 @@
3091
2851
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
3092
2852
  "line": 4,
3093
2853
  "character": 12,
3094
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
2854
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
3095
2855
  },
3096
2856
  {
3097
2857
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
3098
2858
  "line": 5,
3099
2859
  "character": 13,
3100
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
2860
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
3101
2861
  }
3102
2862
  ],
3103
2863
  "type": {
@@ -3106,7 +2866,7 @@
3106
2866
  }
3107
2867
  },
3108
2868
  {
3109
- "id": 122,
2869
+ "id": 113,
3110
2870
  "name": "XyoDivinerDivineQuerySchema",
3111
2871
  "kind": 32,
3112
2872
  "kindString": "Variable",
@@ -3116,13 +2876,13 @@
3116
2876
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
3117
2877
  "line": 3,
3118
2878
  "character": 12,
3119
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
2879
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
3120
2880
  },
3121
2881
  {
3122
2882
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
3123
2883
  "line": 4,
3124
2884
  "character": 13,
3125
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
2885
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
3126
2886
  }
3127
2887
  ],
3128
2888
  "type": {
@@ -3144,17 +2904,17 @@
3144
2904
  "children": [
3145
2905
  3,
3146
2906
  2,
3147
- 124,
3148
- 123,
3149
- 120,
3150
- 119
2907
+ 115,
2908
+ 114,
2909
+ 111,
2910
+ 110
3151
2911
  ]
3152
2912
  },
3153
2913
  {
3154
2914
  "title": "Variables",
3155
2915
  "children": [
3156
2916
  1,
3157
- 122
2917
+ 113
3158
2918
  ]
3159
2919
  }
3160
2920
  ],
@@ -3163,7 +2923,7 @@
3163
2923
  "fileName": "modules/packages/diviner/packages/model/src/index.ts",
3164
2924
  "line": 1,
3165
2925
  "character": 0,
3166
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/model/src/index.ts#L1"
2926
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7046f6c06e5/packages/modules/packages/diviner/packages/model/src/index.ts#L1"
3167
2927
  }
3168
2928
  ]
3169
2929
  }