@xyo-network/diviner-model 2.43.6 → 2.43.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +1544 -282
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
25
25
  "line": 7,
26
26
  "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
28
28
  }
29
29
  ],
30
30
  "type": {
@@ -40,7 +40,7 @@
40
40
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
41
41
  "line": 7,
42
42
  "character": 10,
43
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
44
44
  }
45
45
  ],
46
46
  "signatures": [
@@ -215,7 +215,7 @@
215
215
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
216
216
  "line": 5,
217
217
  "character": 17,
218
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L5"
218
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L5"
219
219
  }
220
220
  ],
221
221
  "extendedBy": [
@@ -242,7 +242,7 @@
242
242
  "sources": [
243
243
  {
244
244
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
245
- "line": 7,
245
+ "line": 8,
246
246
  "character": 4
247
247
  }
248
248
  ],
@@ -264,7 +264,7 @@
264
264
  "sources": [
265
265
  {
266
266
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
267
- "line": 8,
267
+ "line": 9,
268
268
  "character": 4
269
269
  }
270
270
  ],
@@ -290,6 +290,150 @@
290
290
  "children": [
291
291
  {
292
292
  "id": 21,
293
+ "name": "security",
294
+ "kind": 1024,
295
+ "kindString": "Property",
296
+ "flags": {
297
+ "isOptional": true
298
+ },
299
+ "sources": [
300
+ {
301
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
302
+ "line": 8,
303
+ "character": 4
304
+ }
305
+ ],
306
+ "type": {
307
+ "type": "reflection",
308
+ "declaration": {
309
+ "id": 22,
310
+ "name": "__type",
311
+ "kind": 65536,
312
+ "kindString": "Type literal",
313
+ "flags": {},
314
+ "children": [
315
+ {
316
+ "id": 23,
317
+ "name": "allowed",
318
+ "kind": 1024,
319
+ "kindString": "Property",
320
+ "flags": {
321
+ "isOptional": true
322
+ },
323
+ "sources": [
324
+ {
325
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
326
+ "line": 9,
327
+ "character": 8
328
+ }
329
+ ],
330
+ "type": {
331
+ "type": "reference",
332
+ "typeArguments": [
333
+ {
334
+ "type": "intrinsic",
335
+ "name": "string"
336
+ },
337
+ {
338
+ "type": "array",
339
+ "elementType": {
340
+ "type": "array",
341
+ "elementType": {
342
+ "type": "intrinsic",
343
+ "name": "string"
344
+ }
345
+ }
346
+ }
347
+ ],
348
+ "name": "Record",
349
+ "qualifiedName": "Record",
350
+ "package": "typescript"
351
+ }
352
+ },
353
+ {
354
+ "id": 24,
355
+ "name": "disallowed",
356
+ "kind": 1024,
357
+ "kindString": "Property",
358
+ "flags": {
359
+ "isOptional": true
360
+ },
361
+ "sources": [
362
+ {
363
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
364
+ "line": 10,
365
+ "character": 8
366
+ }
367
+ ],
368
+ "type": {
369
+ "type": "reference",
370
+ "typeArguments": [
371
+ {
372
+ "type": "intrinsic",
373
+ "name": "string"
374
+ },
375
+ {
376
+ "type": "array",
377
+ "elementType": {
378
+ "type": "intrinsic",
379
+ "name": "string"
380
+ }
381
+ }
382
+ ],
383
+ "name": "Record",
384
+ "qualifiedName": "Record",
385
+ "package": "typescript"
386
+ }
387
+ }
388
+ ],
389
+ "groups": [
390
+ {
391
+ "title": "Properties",
392
+ "children": [
393
+ 23,
394
+ 24
395
+ ]
396
+ }
397
+ ],
398
+ "sources": [
399
+ {
400
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
401
+ "line": 8,
402
+ "character": 15
403
+ }
404
+ ]
405
+ }
406
+ }
407
+ }
408
+ ],
409
+ "groups": [
410
+ {
411
+ "title": "Properties",
412
+ "children": [
413
+ 21
414
+ ]
415
+ }
416
+ ],
417
+ "sources": [
418
+ {
419
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
420
+ "line": 7,
421
+ "character": 87
422
+ }
423
+ ]
424
+ }
425
+ },
426
+ {
427
+ "type": "reflection",
428
+ "declaration": {
429
+ "id": 25,
430
+ "name": "__type",
431
+ "kind": 65536,
432
+ "kindString": "Type literal",
433
+ "flags": {},
434
+ "children": [
435
+ {
436
+ "id": 26,
293
437
  "name": "schema",
294
438
  "kind": 1024,
295
439
  "kindString": "Property",
@@ -311,7 +455,7 @@
311
455
  {
312
456
  "title": "Properties",
313
457
  "children": [
314
- 21
458
+ 26
315
459
  ]
316
460
  }
317
461
  ],
@@ -332,7 +476,7 @@
332
476
  }
333
477
  },
334
478
  {
335
- "id": 22,
479
+ "id": 27,
336
480
  "name": "description",
337
481
  "kind": 1024,
338
482
  "kindString": "Property",
@@ -340,14 +484,14 @@
340
484
  "sources": [
341
485
  {
342
486
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
343
- "line": 9,
487
+ "line": 10,
344
488
  "character": 4
345
489
  }
346
490
  ],
347
491
  "type": {
348
492
  "type": "reflection",
349
493
  "declaration": {
350
- "id": 23,
494
+ "id": 28,
351
495
  "name": "__type",
352
496
  "kind": 65536,
353
497
  "kindString": "Type literal",
@@ -355,13 +499,13 @@
355
499
  "sources": [
356
500
  {
357
501
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
358
- "line": 9,
502
+ "line": 10,
359
503
  "character": 17
360
504
  }
361
505
  ],
362
506
  "signatures": [
363
507
  {
364
- "id": 24,
508
+ "id": 29,
365
509
  "name": "__type",
366
510
  "kind": 4096,
367
511
  "kindString": "Call signature",
@@ -390,7 +534,7 @@
390
534
  }
391
535
  },
392
536
  {
393
- "id": 51,
537
+ "id": 99,
394
538
  "name": "divine",
395
539
  "kind": 1024,
396
540
  "kindString": "Property",
@@ -400,13 +544,13 @@
400
544
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
401
545
  "line": 7,
402
546
  "character": 2,
403
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
547
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
404
548
  }
405
549
  ],
406
550
  "type": {
407
551
  "type": "reflection",
408
552
  "declaration": {
409
- "id": 52,
553
+ "id": 100,
410
554
  "name": "__type",
411
555
  "kind": 65536,
412
556
  "kindString": "Type literal",
@@ -416,19 +560,19 @@
416
560
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
417
561
  "line": 7,
418
562
  "character": 10,
419
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
563
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L7"
420
564
  }
421
565
  ],
422
566
  "signatures": [
423
567
  {
424
- "id": 53,
568
+ "id": 101,
425
569
  "name": "__type",
426
570
  "kind": 4096,
427
571
  "kindString": "Call signature",
428
572
  "flags": {},
429
573
  "parameters": [
430
574
  {
431
- "id": 54,
575
+ "id": 102,
432
576
  "name": "payloads",
433
577
  "kind": 32768,
434
578
  "kindString": "Parameter",
@@ -451,14 +595,14 @@
451
595
  {
452
596
  "type": "reflection",
453
597
  "declaration": {
454
- "id": 55,
598
+ "id": 103,
455
599
  "name": "__type",
456
600
  "kind": 65536,
457
601
  "kindString": "Type literal",
458
602
  "flags": {},
459
603
  "children": [
460
604
  {
461
- "id": 56,
605
+ "id": 104,
462
606
  "name": "schema",
463
607
  "kind": 1024,
464
608
  "kindString": "Property",
@@ -480,7 +624,7 @@
480
624
  {
481
625
  "title": "Properties",
482
626
  "children": [
483
- 56
627
+ 104
484
628
  ]
485
629
  }
486
630
  ],
@@ -518,14 +662,14 @@
518
662
  {
519
663
  "type": "reflection",
520
664
  "declaration": {
521
- "id": 57,
665
+ "id": 105,
522
666
  "name": "__type",
523
667
  "kind": 65536,
524
668
  "kindString": "Type literal",
525
669
  "flags": {},
526
670
  "children": [
527
671
  {
528
- "id": 58,
672
+ "id": 106,
529
673
  "name": "schema",
530
674
  "kind": 1024,
531
675
  "kindString": "Property",
@@ -547,7 +691,7 @@
547
691
  {
548
692
  "title": "Properties",
549
693
  "children": [
550
- 58
694
+ 106
551
695
  ]
552
696
  }
553
697
  ],
@@ -583,7 +727,7 @@
583
727
  }
584
728
  },
585
729
  {
586
- "id": 25,
730
+ "id": 30,
587
731
  "name": "queries",
588
732
  "kind": 1024,
589
733
  "kindString": "Property",
@@ -591,14 +735,14 @@
591
735
  "sources": [
592
736
  {
593
737
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
594
- "line": 10,
738
+ "line": 11,
595
739
  "character": 4
596
740
  }
597
741
  ],
598
742
  "type": {
599
743
  "type": "reflection",
600
744
  "declaration": {
601
- "id": 26,
745
+ "id": 31,
602
746
  "name": "__type",
603
747
  "kind": 65536,
604
748
  "kindString": "Type literal",
@@ -606,13 +750,13 @@
606
750
  "sources": [
607
751
  {
608
752
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
609
- "line": 10,
753
+ "line": 11,
610
754
  "character": 13
611
755
  }
612
756
  ],
613
757
  "signatures": [
614
758
  {
615
- "id": 27,
759
+ "id": 32,
616
760
  "name": "__type",
617
761
  "kind": 4096,
618
762
  "kindString": "Call signature",
@@ -634,7 +778,7 @@
634
778
  }
635
779
  },
636
780
  {
637
- "id": 28,
781
+ "id": 33,
638
782
  "name": "query",
639
783
  "kind": 1024,
640
784
  "kindString": "Property",
@@ -642,14 +786,14 @@
642
786
  "sources": [
643
787
  {
644
788
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
645
- "line": 11,
789
+ "line": 12,
646
790
  "character": 4
647
791
  }
648
792
  ],
649
793
  "type": {
650
794
  "type": "reflection",
651
795
  "declaration": {
652
- "id": 29,
796
+ "id": 34,
653
797
  "name": "__type",
654
798
  "kind": 65536,
655
799
  "kindString": "Type literal",
@@ -657,20 +801,20 @@
657
801
  "sources": [
658
802
  {
659
803
  "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
660
- "line": 11,
804
+ "line": 12,
661
805
  "character": 11
662
806
  }
663
807
  ],
664
808
  "signatures": [
665
809
  {
666
- "id": 30,
810
+ "id": 35,
667
811
  "name": "__type",
668
812
  "kind": 4096,
669
813
  "kindString": "Call signature",
670
814
  "flags": {},
671
815
  "typeParameter": [
672
816
  {
673
- "id": 39,
817
+ "id": 44,
674
818
  "name": "T",
675
819
  "kind": 131072,
676
820
  "kindString": "Type parameter",
@@ -693,14 +837,14 @@
693
837
  {
694
838
  "type": "reflection",
695
839
  "declaration": {
696
- "id": 31,
840
+ "id": 36,
697
841
  "name": "__type",
698
842
  "kind": 65536,
699
843
  "kindString": "Type literal",
700
844
  "flags": {},
701
845
  "children": [
702
846
  {
703
- "id": 32,
847
+ "id": 37,
704
848
  "name": "query",
705
849
  "kind": 1024,
706
850
  "kindString": "Property",
@@ -718,7 +862,7 @@
718
862
  }
719
863
  },
720
864
  {
721
- "id": 33,
865
+ "id": 38,
722
866
  "name": "resultSet",
723
867
  "kind": 1024,
724
868
  "kindString": "Property",
@@ -738,7 +882,7 @@
738
882
  }
739
883
  },
740
884
  {
741
- "id": 34,
885
+ "id": 39,
742
886
  "name": "schema",
743
887
  "kind": 1024,
744
888
  "kindString": "Property",
@@ -760,9 +904,9 @@
760
904
  {
761
905
  "title": "Properties",
762
906
  "children": [
763
- 32,
764
- 33,
765
- 34
907
+ 37,
908
+ 38,
909
+ 39
766
910
  ]
767
911
  }
768
912
  ],
@@ -795,14 +939,14 @@
795
939
  {
796
940
  "type": "reflection",
797
941
  "declaration": {
798
- "id": 35,
942
+ "id": 40,
799
943
  "name": "__type",
800
944
  "kind": 65536,
801
945
  "kindString": "Type literal",
802
946
  "flags": {},
803
947
  "children": [
804
948
  {
805
- "id": 36,
949
+ "id": 41,
806
950
  "name": "query",
807
951
  "kind": 1024,
808
952
  "kindString": "Property",
@@ -820,7 +964,7 @@
820
964
  }
821
965
  },
822
966
  {
823
- "id": 37,
967
+ "id": 42,
824
968
  "name": "resultSet",
825
969
  "kind": 1024,
826
970
  "kindString": "Property",
@@ -840,7 +984,7 @@
840
984
  }
841
985
  },
842
986
  {
843
- "id": 38,
987
+ "id": 43,
844
988
  "name": "schema",
845
989
  "kind": 1024,
846
990
  "kindString": "Property",
@@ -862,9 +1006,9 @@
862
1006
  {
863
1007
  "title": "Properties",
864
1008
  "children": [
865
- 36,
866
- 37,
867
- 38
1009
+ 41,
1010
+ 42,
1011
+ 43
868
1012
  ]
869
1013
  }
870
1014
  ],
@@ -879,225 +1023,1275 @@
879
1023
  }
880
1024
  ]
881
1025
  }
882
- }
883
- ],
884
- "parameters": [
885
- {
886
- "id": 40,
887
- "name": "query",
888
- "kind": 32768,
889
- "kindString": "Parameter",
890
- "flags": {},
891
- "type": {
892
- "type": "reference",
893
- "id": 39,
894
- "name": "T"
895
- }
896
1026
  },
897
1027
  {
898
- "id": 41,
899
- "name": "payloads",
900
- "kind": 32768,
901
- "kindString": "Parameter",
902
- "flags": {
903
- "isOptional": true
904
- },
1028
+ "id": 59,
1029
+ "name": "TConf",
1030
+ "kind": 131072,
1031
+ "kindString": "Type parameter",
1032
+ "flags": {},
905
1033
  "type": {
906
- "type": "array",
907
- "elementType": {
908
- "type": "intersection",
909
- "types": [
910
- {
911
- "type": "reference",
912
- "name": "SchemaFields"
913
- },
914
- {
915
- "type": "reference",
916
- "name": "PayloadFields"
917
- },
918
- {
919
- "type": "reflection",
920
- "declaration": {
921
- "id": 42,
922
- "name": "__type",
923
- "kind": 65536,
924
- "kindString": "Type literal",
925
- "flags": {},
926
- "children": [
927
- {
928
- "id": 43,
929
- "name": "schema",
930
- "kind": 1024,
931
- "kindString": "Property",
932
- "flags": {},
933
- "sources": [
934
- {
935
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
936
- "line": 19,
937
- "character": 4
938
- }
939
- ],
940
- "type": {
941
- "type": "intrinsic",
942
- "name": "string"
943
- }
944
- }
945
- ],
946
- "groups": [
947
- {
948
- "title": "Properties",
949
- "children": [
950
- 43
951
- ]
952
- }
953
- ],
954
- "sources": [
955
- {
956
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
957
- "line": 18,
958
- "character": 17
959
- }
960
- ]
961
- }
962
- }
963
- ]
964
- }
965
- }
966
- }
967
- ],
968
- "type": {
969
- "type": "reference",
970
- "typeArguments": [
971
- {
972
- "type": "reference",
973
- "typeArguments": [
1034
+ "type": "intersection",
1035
+ "types": [
974
1036
  {
975
- "type": "intersection",
976
- "types": [
977
- {
978
- "type": "reference",
979
- "name": "SchemaFields"
980
- },
981
- {
982
- "type": "reference",
983
- "name": "PayloadFields"
984
- },
985
- {
986
- "type": "reflection",
987
- "declaration": {
988
- "id": 44,
989
- "name": "__type",
990
- "kind": 65536,
991
- "kindString": "Type literal",
992
- "flags": {},
993
- "children": [
1037
+ "type": "reference",
1038
+ "name": "SchemaFields"
1039
+ },
1040
+ {
1041
+ "type": "reference",
1042
+ "name": "PayloadFields"
1043
+ },
1044
+ {
1045
+ "type": "reflection",
1046
+ "declaration": {
1047
+ "id": 45,
1048
+ "name": "__type",
1049
+ "kind": 65536,
1050
+ "kindString": "Type literal",
1051
+ "flags": {},
1052
+ "children": [
1053
+ {
1054
+ "id": 46,
1055
+ "name": "security",
1056
+ "kind": 1024,
1057
+ "kindString": "Property",
1058
+ "flags": {
1059
+ "isOptional": true
1060
+ },
1061
+ "sources": [
994
1062
  {
995
- "id": 45,
996
- "name": "schema",
997
- "kind": 1024,
998
- "kindString": "Property",
1063
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1064
+ "line": 8,
1065
+ "character": 4
1066
+ }
1067
+ ],
1068
+ "type": {
1069
+ "type": "reflection",
1070
+ "declaration": {
1071
+ "id": 47,
1072
+ "name": "__type",
1073
+ "kind": 65536,
1074
+ "kindString": "Type literal",
999
1075
  "flags": {},
1000
- "sources": [
1076
+ "children": [
1001
1077
  {
1002
- "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1003
- "line": 19,
1004
- "character": 4
1078
+ "id": 48,
1079
+ "name": "allowed",
1080
+ "kind": 1024,
1081
+ "kindString": "Property",
1082
+ "flags": {
1083
+ "isOptional": true
1084
+ },
1085
+ "sources": [
1086
+ {
1087
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1088
+ "line": 9,
1089
+ "character": 8
1090
+ }
1091
+ ],
1092
+ "type": {
1093
+ "type": "reference",
1094
+ "typeArguments": [
1095
+ {
1096
+ "type": "intrinsic",
1097
+ "name": "string"
1098
+ },
1099
+ {
1100
+ "type": "array",
1101
+ "elementType": {
1102
+ "type": "array",
1103
+ "elementType": {
1104
+ "type": "intrinsic",
1105
+ "name": "string"
1106
+ }
1107
+ }
1108
+ }
1109
+ ],
1110
+ "name": "Record",
1111
+ "qualifiedName": "Record",
1112
+ "package": "typescript"
1113
+ }
1114
+ },
1115
+ {
1116
+ "id": 49,
1117
+ "name": "disallowed",
1118
+ "kind": 1024,
1119
+ "kindString": "Property",
1120
+ "flags": {
1121
+ "isOptional": true
1122
+ },
1123
+ "sources": [
1124
+ {
1125
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1126
+ "line": 10,
1127
+ "character": 8
1128
+ }
1129
+ ],
1130
+ "type": {
1131
+ "type": "reference",
1132
+ "typeArguments": [
1133
+ {
1134
+ "type": "intrinsic",
1135
+ "name": "string"
1136
+ },
1137
+ {
1138
+ "type": "array",
1139
+ "elementType": {
1140
+ "type": "intrinsic",
1141
+ "name": "string"
1142
+ }
1143
+ }
1144
+ ],
1145
+ "name": "Record",
1146
+ "qualifiedName": "Record",
1147
+ "package": "typescript"
1148
+ }
1005
1149
  }
1006
1150
  ],
1007
- "type": {
1008
- "type": "intrinsic",
1009
- "name": "string"
1010
- }
1011
- }
1012
- ],
1013
- "groups": [
1014
- {
1151
+ "groups": [
1152
+ {
1153
+ "title": "Properties",
1154
+ "children": [
1155
+ 48,
1156
+ 49
1157
+ ]
1158
+ }
1159
+ ],
1160
+ "sources": [
1161
+ {
1162
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1163
+ "line": 8,
1164
+ "character": 15
1165
+ }
1166
+ ]
1167
+ }
1168
+ }
1169
+ }
1170
+ ],
1171
+ "groups": [
1172
+ {
1173
+ "title": "Properties",
1174
+ "children": [
1175
+ 46
1176
+ ]
1177
+ }
1178
+ ],
1179
+ "sources": [
1180
+ {
1181
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1182
+ "line": 7,
1183
+ "character": 87
1184
+ }
1185
+ ]
1186
+ }
1187
+ },
1188
+ {
1189
+ "type": "reflection",
1190
+ "declaration": {
1191
+ "id": 50,
1192
+ "name": "__type",
1193
+ "kind": 65536,
1194
+ "kindString": "Type literal",
1195
+ "flags": {},
1196
+ "children": [
1197
+ {
1198
+ "id": 51,
1199
+ "name": "schema",
1200
+ "kind": 1024,
1201
+ "kindString": "Property",
1202
+ "flags": {},
1203
+ "sources": [
1204
+ {
1205
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1206
+ "line": 19,
1207
+ "character": 4
1208
+ }
1209
+ ],
1210
+ "type": {
1211
+ "type": "intrinsic",
1212
+ "name": "string"
1213
+ }
1214
+ }
1215
+ ],
1216
+ "groups": [
1217
+ {
1218
+ "title": "Properties",
1219
+ "children": [
1220
+ 51
1221
+ ]
1222
+ }
1223
+ ],
1224
+ "sources": [
1225
+ {
1226
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1227
+ "line": 18,
1228
+ "character": 17
1229
+ }
1230
+ ]
1231
+ }
1232
+ }
1233
+ ]
1234
+ },
1235
+ "default": {
1236
+ "type": "intersection",
1237
+ "types": [
1238
+ {
1239
+ "type": "reference",
1240
+ "name": "SchemaFields"
1241
+ },
1242
+ {
1243
+ "type": "reference",
1244
+ "name": "PayloadFields"
1245
+ },
1246
+ {
1247
+ "type": "reflection",
1248
+ "declaration": {
1249
+ "id": 52,
1250
+ "name": "__type",
1251
+ "kind": 65536,
1252
+ "kindString": "Type literal",
1253
+ "flags": {},
1254
+ "children": [
1255
+ {
1256
+ "id": 53,
1257
+ "name": "security",
1258
+ "kind": 1024,
1259
+ "kindString": "Property",
1260
+ "flags": {
1261
+ "isOptional": true
1262
+ },
1263
+ "sources": [
1264
+ {
1265
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1266
+ "line": 8,
1267
+ "character": 4
1268
+ }
1269
+ ],
1270
+ "type": {
1271
+ "type": "reflection",
1272
+ "declaration": {
1273
+ "id": 54,
1274
+ "name": "__type",
1275
+ "kind": 65536,
1276
+ "kindString": "Type literal",
1277
+ "flags": {},
1278
+ "children": [
1279
+ {
1280
+ "id": 55,
1281
+ "name": "allowed",
1282
+ "kind": 1024,
1283
+ "kindString": "Property",
1284
+ "flags": {
1285
+ "isOptional": true
1286
+ },
1287
+ "sources": [
1288
+ {
1289
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1290
+ "line": 9,
1291
+ "character": 8
1292
+ }
1293
+ ],
1294
+ "type": {
1295
+ "type": "reference",
1296
+ "typeArguments": [
1297
+ {
1298
+ "type": "intrinsic",
1299
+ "name": "string"
1300
+ },
1301
+ {
1302
+ "type": "array",
1303
+ "elementType": {
1304
+ "type": "array",
1305
+ "elementType": {
1306
+ "type": "intrinsic",
1307
+ "name": "string"
1308
+ }
1309
+ }
1310
+ }
1311
+ ],
1312
+ "name": "Record",
1313
+ "qualifiedName": "Record",
1314
+ "package": "typescript"
1315
+ }
1316
+ },
1317
+ {
1318
+ "id": 56,
1319
+ "name": "disallowed",
1320
+ "kind": 1024,
1321
+ "kindString": "Property",
1322
+ "flags": {
1323
+ "isOptional": true
1324
+ },
1325
+ "sources": [
1326
+ {
1327
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1328
+ "line": 10,
1329
+ "character": 8
1330
+ }
1331
+ ],
1332
+ "type": {
1333
+ "type": "reference",
1334
+ "typeArguments": [
1335
+ {
1336
+ "type": "intrinsic",
1337
+ "name": "string"
1338
+ },
1339
+ {
1340
+ "type": "array",
1341
+ "elementType": {
1342
+ "type": "intrinsic",
1343
+ "name": "string"
1344
+ }
1345
+ }
1346
+ ],
1347
+ "name": "Record",
1348
+ "qualifiedName": "Record",
1349
+ "package": "typescript"
1350
+ }
1351
+ }
1352
+ ],
1353
+ "groups": [
1354
+ {
1355
+ "title": "Properties",
1356
+ "children": [
1357
+ 55,
1358
+ 56
1359
+ ]
1360
+ }
1361
+ ],
1362
+ "sources": [
1363
+ {
1364
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1365
+ "line": 8,
1366
+ "character": 15
1367
+ }
1368
+ ]
1369
+ }
1370
+ }
1371
+ }
1372
+ ],
1373
+ "groups": [
1374
+ {
1375
+ "title": "Properties",
1376
+ "children": [
1377
+ 53
1378
+ ]
1379
+ }
1380
+ ],
1381
+ "sources": [
1382
+ {
1383
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1384
+ "line": 7,
1385
+ "character": 87
1386
+ }
1387
+ ]
1388
+ }
1389
+ },
1390
+ {
1391
+ "type": "reflection",
1392
+ "declaration": {
1393
+ "id": 57,
1394
+ "name": "__type",
1395
+ "kind": 65536,
1396
+ "kindString": "Type literal",
1397
+ "flags": {},
1398
+ "children": [
1399
+ {
1400
+ "id": 58,
1401
+ "name": "schema",
1402
+ "kind": 1024,
1403
+ "kindString": "Property",
1404
+ "flags": {},
1405
+ "sources": [
1406
+ {
1407
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1408
+ "line": 19,
1409
+ "character": 4
1410
+ }
1411
+ ],
1412
+ "type": {
1413
+ "type": "intrinsic",
1414
+ "name": "string"
1415
+ }
1416
+ }
1417
+ ],
1418
+ "groups": [
1419
+ {
1420
+ "title": "Properties",
1421
+ "children": [
1422
+ 58
1423
+ ]
1424
+ }
1425
+ ],
1426
+ "sources": [
1427
+ {
1428
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1429
+ "line": 18,
1430
+ "character": 17
1431
+ }
1432
+ ]
1433
+ }
1434
+ }
1435
+ ]
1436
+ }
1437
+ }
1438
+ ],
1439
+ "parameters": [
1440
+ {
1441
+ "id": 60,
1442
+ "name": "query",
1443
+ "kind": 32768,
1444
+ "kindString": "Parameter",
1445
+ "flags": {},
1446
+ "type": {
1447
+ "type": "reference",
1448
+ "id": 44,
1449
+ "name": "T"
1450
+ }
1451
+ },
1452
+ {
1453
+ "id": 61,
1454
+ "name": "payloads",
1455
+ "kind": 32768,
1456
+ "kindString": "Parameter",
1457
+ "flags": {
1458
+ "isOptional": true
1459
+ },
1460
+ "type": {
1461
+ "type": "array",
1462
+ "elementType": {
1463
+ "type": "intersection",
1464
+ "types": [
1465
+ {
1466
+ "type": "reference",
1467
+ "name": "SchemaFields"
1468
+ },
1469
+ {
1470
+ "type": "reference",
1471
+ "name": "PayloadFields"
1472
+ },
1473
+ {
1474
+ "type": "reflection",
1475
+ "declaration": {
1476
+ "id": 62,
1477
+ "name": "__type",
1478
+ "kind": 65536,
1479
+ "kindString": "Type literal",
1480
+ "flags": {},
1481
+ "children": [
1482
+ {
1483
+ "id": 63,
1484
+ "name": "schema",
1485
+ "kind": 1024,
1486
+ "kindString": "Property",
1487
+ "flags": {},
1488
+ "sources": [
1489
+ {
1490
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1491
+ "line": 19,
1492
+ "character": 4
1493
+ }
1494
+ ],
1495
+ "type": {
1496
+ "type": "intrinsic",
1497
+ "name": "string"
1498
+ }
1499
+ }
1500
+ ],
1501
+ "groups": [
1502
+ {
1503
+ "title": "Properties",
1504
+ "children": [
1505
+ 63
1506
+ ]
1507
+ }
1508
+ ],
1509
+ "sources": [
1510
+ {
1511
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1512
+ "line": 18,
1513
+ "character": 17
1514
+ }
1515
+ ]
1516
+ }
1517
+ }
1518
+ ]
1519
+ }
1520
+ }
1521
+ },
1522
+ {
1523
+ "id": 64,
1524
+ "name": "queryConfig",
1525
+ "kind": 32768,
1526
+ "kindString": "Parameter",
1527
+ "flags": {
1528
+ "isOptional": true
1529
+ },
1530
+ "type": {
1531
+ "type": "reference",
1532
+ "id": 59,
1533
+ "name": "TConf"
1534
+ }
1535
+ }
1536
+ ],
1537
+ "type": {
1538
+ "type": "reference",
1539
+ "typeArguments": [
1540
+ {
1541
+ "type": "reference",
1542
+ "typeArguments": [
1543
+ {
1544
+ "type": "intersection",
1545
+ "types": [
1546
+ {
1547
+ "type": "reference",
1548
+ "name": "SchemaFields"
1549
+ },
1550
+ {
1551
+ "type": "reference",
1552
+ "name": "PayloadFields"
1553
+ },
1554
+ {
1555
+ "type": "reflection",
1556
+ "declaration": {
1557
+ "id": 65,
1558
+ "name": "__type",
1559
+ "kind": 65536,
1560
+ "kindString": "Type literal",
1561
+ "flags": {},
1562
+ "children": [
1563
+ {
1564
+ "id": 66,
1565
+ "name": "schema",
1566
+ "kind": 1024,
1567
+ "kindString": "Property",
1568
+ "flags": {},
1569
+ "sources": [
1570
+ {
1571
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1572
+ "line": 19,
1573
+ "character": 4
1574
+ }
1575
+ ],
1576
+ "type": {
1577
+ "type": "intrinsic",
1578
+ "name": "string"
1579
+ }
1580
+ }
1581
+ ],
1582
+ "groups": [
1583
+ {
1015
1584
  "title": "Properties",
1016
1585
  "children": [
1017
- 45
1586
+ 66
1587
+ ]
1588
+ }
1589
+ ],
1590
+ "sources": [
1591
+ {
1592
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1593
+ "line": 18,
1594
+ "character": 17
1595
+ }
1596
+ ]
1597
+ }
1598
+ }
1599
+ ]
1600
+ }
1601
+ ],
1602
+ "name": "ModuleQueryResult"
1603
+ },
1604
+ {
1605
+ "type": "intrinsic",
1606
+ "name": "never"
1607
+ }
1608
+ ],
1609
+ "name": "Promisable"
1610
+ }
1611
+ }
1612
+ ]
1613
+ }
1614
+ },
1615
+ "inheritedFrom": {
1616
+ "type": "reference",
1617
+ "name": "Module.query"
1618
+ }
1619
+ },
1620
+ {
1621
+ "id": 67,
1622
+ "name": "queryable",
1623
+ "kind": 1024,
1624
+ "kindString": "Property",
1625
+ "flags": {},
1626
+ "sources": [
1627
+ {
1628
+ "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
1629
+ "line": 13,
1630
+ "character": 4
1631
+ }
1632
+ ],
1633
+ "type": {
1634
+ "type": "reflection",
1635
+ "declaration": {
1636
+ "id": 68,
1637
+ "name": "__type",
1638
+ "kind": 65536,
1639
+ "kindString": "Type literal",
1640
+ "flags": {},
1641
+ "sources": [
1642
+ {
1643
+ "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
1644
+ "line": 13,
1645
+ "character": 15
1646
+ }
1647
+ ],
1648
+ "signatures": [
1649
+ {
1650
+ "id": 69,
1651
+ "name": "__type",
1652
+ "kind": 4096,
1653
+ "kindString": "Call signature",
1654
+ "flags": {},
1655
+ "typeParameter": [
1656
+ {
1657
+ "id": 78,
1658
+ "name": "T",
1659
+ "kind": 131072,
1660
+ "kindString": "Type parameter",
1661
+ "flags": {},
1662
+ "type": {
1663
+ "type": "intersection",
1664
+ "types": [
1665
+ {
1666
+ "type": "reference",
1667
+ "name": "SchemaFields"
1668
+ },
1669
+ {
1670
+ "type": "reference",
1671
+ "name": "PayloadFields"
1672
+ },
1673
+ {
1674
+ "type": "reference",
1675
+ "name": "XyoBoundWitnessFields"
1676
+ },
1677
+ {
1678
+ "type": "reflection",
1679
+ "declaration": {
1680
+ "id": 70,
1681
+ "name": "__type",
1682
+ "kind": 65536,
1683
+ "kindString": "Type literal",
1684
+ "flags": {},
1685
+ "children": [
1686
+ {
1687
+ "id": 71,
1688
+ "name": "query",
1689
+ "kind": 1024,
1690
+ "kindString": "Property",
1691
+ "flags": {},
1692
+ "sources": [
1693
+ {
1694
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1695
+ "line": 5,
1696
+ "character": 4
1697
+ }
1698
+ ],
1699
+ "type": {
1700
+ "type": "intrinsic",
1701
+ "name": "string"
1702
+ }
1703
+ },
1704
+ {
1705
+ "id": 72,
1706
+ "name": "resultSet",
1707
+ "kind": 1024,
1708
+ "kindString": "Property",
1709
+ "flags": {
1710
+ "isOptional": true
1711
+ },
1712
+ "sources": [
1713
+ {
1714
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1715
+ "line": 6,
1716
+ "character": 4
1717
+ }
1718
+ ],
1719
+ "type": {
1720
+ "type": "intrinsic",
1721
+ "name": "string"
1722
+ }
1723
+ },
1724
+ {
1725
+ "id": 73,
1726
+ "name": "schema",
1727
+ "kind": 1024,
1728
+ "kindString": "Property",
1729
+ "flags": {},
1730
+ "sources": [
1731
+ {
1732
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1733
+ "line": 7,
1734
+ "character": 4
1735
+ }
1736
+ ],
1737
+ "type": {
1738
+ "type": "literal",
1739
+ "value": "network.xyo.boundwitness.query"
1740
+ }
1741
+ }
1742
+ ],
1743
+ "groups": [
1744
+ {
1745
+ "title": "Properties",
1746
+ "children": [
1747
+ 71,
1748
+ 72,
1749
+ 73
1750
+ ]
1751
+ }
1752
+ ],
1753
+ "sources": [
1754
+ {
1755
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1756
+ "line": 4,
1757
+ "character": 51
1758
+ }
1759
+ ]
1760
+ }
1761
+ }
1762
+ ]
1763
+ },
1764
+ "default": {
1765
+ "type": "intersection",
1766
+ "types": [
1767
+ {
1768
+ "type": "reference",
1769
+ "name": "SchemaFields"
1770
+ },
1771
+ {
1772
+ "type": "reference",
1773
+ "name": "PayloadFields"
1774
+ },
1775
+ {
1776
+ "type": "reference",
1777
+ "name": "XyoBoundWitnessFields"
1778
+ },
1779
+ {
1780
+ "type": "reflection",
1781
+ "declaration": {
1782
+ "id": 74,
1783
+ "name": "__type",
1784
+ "kind": 65536,
1785
+ "kindString": "Type literal",
1786
+ "flags": {},
1787
+ "children": [
1788
+ {
1789
+ "id": 75,
1790
+ "name": "query",
1791
+ "kind": 1024,
1792
+ "kindString": "Property",
1793
+ "flags": {},
1794
+ "sources": [
1795
+ {
1796
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1797
+ "line": 5,
1798
+ "character": 4
1799
+ }
1800
+ ],
1801
+ "type": {
1802
+ "type": "intrinsic",
1803
+ "name": "string"
1804
+ }
1805
+ },
1806
+ {
1807
+ "id": 76,
1808
+ "name": "resultSet",
1809
+ "kind": 1024,
1810
+ "kindString": "Property",
1811
+ "flags": {
1812
+ "isOptional": true
1813
+ },
1814
+ "sources": [
1815
+ {
1816
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1817
+ "line": 6,
1818
+ "character": 4
1819
+ }
1820
+ ],
1821
+ "type": {
1822
+ "type": "intrinsic",
1823
+ "name": "string"
1824
+ }
1825
+ },
1826
+ {
1827
+ "id": 77,
1828
+ "name": "schema",
1829
+ "kind": 1024,
1830
+ "kindString": "Property",
1831
+ "flags": {},
1832
+ "sources": [
1833
+ {
1834
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1835
+ "line": 7,
1836
+ "character": 4
1837
+ }
1838
+ ],
1839
+ "type": {
1840
+ "type": "literal",
1841
+ "value": "network.xyo.boundwitness.query"
1842
+ }
1843
+ }
1844
+ ],
1845
+ "groups": [
1846
+ {
1847
+ "title": "Properties",
1848
+ "children": [
1849
+ 75,
1850
+ 76,
1851
+ 77
1852
+ ]
1853
+ }
1854
+ ],
1855
+ "sources": [
1856
+ {
1857
+ "fileName": "modules/packages/module/packages/model/dist/esm/Query/XyoQueryBoundWitness.d.ts",
1858
+ "line": 4,
1859
+ "character": 51
1860
+ }
1861
+ ]
1862
+ }
1863
+ }
1864
+ ]
1865
+ }
1866
+ },
1867
+ {
1868
+ "id": 93,
1869
+ "name": "TConf",
1870
+ "kind": 131072,
1871
+ "kindString": "Type parameter",
1872
+ "flags": {},
1873
+ "type": {
1874
+ "type": "intersection",
1875
+ "types": [
1876
+ {
1877
+ "type": "reference",
1878
+ "name": "SchemaFields"
1879
+ },
1880
+ {
1881
+ "type": "reference",
1882
+ "name": "PayloadFields"
1883
+ },
1884
+ {
1885
+ "type": "reflection",
1886
+ "declaration": {
1887
+ "id": 79,
1888
+ "name": "__type",
1889
+ "kind": 65536,
1890
+ "kindString": "Type literal",
1891
+ "flags": {},
1892
+ "children": [
1893
+ {
1894
+ "id": 80,
1895
+ "name": "security",
1896
+ "kind": 1024,
1897
+ "kindString": "Property",
1898
+ "flags": {
1899
+ "isOptional": true
1900
+ },
1901
+ "sources": [
1902
+ {
1903
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1904
+ "line": 8,
1905
+ "character": 4
1906
+ }
1907
+ ],
1908
+ "type": {
1909
+ "type": "reflection",
1910
+ "declaration": {
1911
+ "id": 81,
1912
+ "name": "__type",
1913
+ "kind": 65536,
1914
+ "kindString": "Type literal",
1915
+ "flags": {},
1916
+ "children": [
1917
+ {
1918
+ "id": 82,
1919
+ "name": "allowed",
1920
+ "kind": 1024,
1921
+ "kindString": "Property",
1922
+ "flags": {
1923
+ "isOptional": true
1924
+ },
1925
+ "sources": [
1926
+ {
1927
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1928
+ "line": 9,
1929
+ "character": 8
1930
+ }
1931
+ ],
1932
+ "type": {
1933
+ "type": "reference",
1934
+ "typeArguments": [
1935
+ {
1936
+ "type": "intrinsic",
1937
+ "name": "string"
1938
+ },
1939
+ {
1940
+ "type": "array",
1941
+ "elementType": {
1942
+ "type": "array",
1943
+ "elementType": {
1944
+ "type": "intrinsic",
1945
+ "name": "string"
1946
+ }
1947
+ }
1948
+ }
1949
+ ],
1950
+ "name": "Record",
1951
+ "qualifiedName": "Record",
1952
+ "package": "typescript"
1953
+ }
1954
+ },
1955
+ {
1956
+ "id": 83,
1957
+ "name": "disallowed",
1958
+ "kind": 1024,
1959
+ "kindString": "Property",
1960
+ "flags": {
1961
+ "isOptional": true
1962
+ },
1963
+ "sources": [
1964
+ {
1965
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
1966
+ "line": 10,
1967
+ "character": 8
1968
+ }
1969
+ ],
1970
+ "type": {
1971
+ "type": "reference",
1972
+ "typeArguments": [
1973
+ {
1974
+ "type": "intrinsic",
1975
+ "name": "string"
1976
+ },
1977
+ {
1978
+ "type": "array",
1979
+ "elementType": {
1980
+ "type": "intrinsic",
1981
+ "name": "string"
1982
+ }
1983
+ }
1984
+ ],
1985
+ "name": "Record",
1986
+ "qualifiedName": "Record",
1987
+ "package": "typescript"
1988
+ }
1989
+ }
1990
+ ],
1991
+ "groups": [
1992
+ {
1993
+ "title": "Properties",
1994
+ "children": [
1995
+ 82,
1996
+ 83
1997
+ ]
1998
+ }
1999
+ ],
2000
+ "sources": [
2001
+ {
2002
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2003
+ "line": 8,
2004
+ "character": 15
2005
+ }
2006
+ ]
2007
+ }
2008
+ }
2009
+ }
2010
+ ],
2011
+ "groups": [
2012
+ {
2013
+ "title": "Properties",
2014
+ "children": [
2015
+ 80
2016
+ ]
2017
+ }
2018
+ ],
2019
+ "sources": [
2020
+ {
2021
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2022
+ "line": 7,
2023
+ "character": 87
2024
+ }
2025
+ ]
2026
+ }
2027
+ },
2028
+ {
2029
+ "type": "reflection",
2030
+ "declaration": {
2031
+ "id": 84,
2032
+ "name": "__type",
2033
+ "kind": 65536,
2034
+ "kindString": "Type literal",
2035
+ "flags": {},
2036
+ "children": [
2037
+ {
2038
+ "id": 85,
2039
+ "name": "schema",
2040
+ "kind": 1024,
2041
+ "kindString": "Property",
2042
+ "flags": {},
2043
+ "sources": [
2044
+ {
2045
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
2046
+ "line": 19,
2047
+ "character": 4
2048
+ }
2049
+ ],
2050
+ "type": {
2051
+ "type": "intrinsic",
2052
+ "name": "string"
2053
+ }
2054
+ }
2055
+ ],
2056
+ "groups": [
2057
+ {
2058
+ "title": "Properties",
2059
+ "children": [
2060
+ 85
2061
+ ]
2062
+ }
2063
+ ],
2064
+ "sources": [
2065
+ {
2066
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
2067
+ "line": 18,
2068
+ "character": 17
2069
+ }
2070
+ ]
2071
+ }
2072
+ }
2073
+ ]
2074
+ },
2075
+ "default": {
2076
+ "type": "intersection",
2077
+ "types": [
2078
+ {
2079
+ "type": "reference",
2080
+ "name": "SchemaFields"
2081
+ },
2082
+ {
2083
+ "type": "reference",
2084
+ "name": "PayloadFields"
2085
+ },
2086
+ {
2087
+ "type": "reflection",
2088
+ "declaration": {
2089
+ "id": 86,
2090
+ "name": "__type",
2091
+ "kind": 65536,
2092
+ "kindString": "Type literal",
2093
+ "flags": {},
2094
+ "children": [
2095
+ {
2096
+ "id": 87,
2097
+ "name": "security",
2098
+ "kind": 1024,
2099
+ "kindString": "Property",
2100
+ "flags": {
2101
+ "isOptional": true
2102
+ },
2103
+ "sources": [
2104
+ {
2105
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2106
+ "line": 8,
2107
+ "character": 4
2108
+ }
2109
+ ],
2110
+ "type": {
2111
+ "type": "reflection",
2112
+ "declaration": {
2113
+ "id": 88,
2114
+ "name": "__type",
2115
+ "kind": 65536,
2116
+ "kindString": "Type literal",
2117
+ "flags": {},
2118
+ "children": [
2119
+ {
2120
+ "id": 89,
2121
+ "name": "allowed",
2122
+ "kind": 1024,
2123
+ "kindString": "Property",
2124
+ "flags": {
2125
+ "isOptional": true
2126
+ },
2127
+ "sources": [
2128
+ {
2129
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2130
+ "line": 9,
2131
+ "character": 8
2132
+ }
2133
+ ],
2134
+ "type": {
2135
+ "type": "reference",
2136
+ "typeArguments": [
2137
+ {
2138
+ "type": "intrinsic",
2139
+ "name": "string"
2140
+ },
2141
+ {
2142
+ "type": "array",
2143
+ "elementType": {
2144
+ "type": "array",
2145
+ "elementType": {
2146
+ "type": "intrinsic",
2147
+ "name": "string"
2148
+ }
2149
+ }
2150
+ }
2151
+ ],
2152
+ "name": "Record",
2153
+ "qualifiedName": "Record",
2154
+ "package": "typescript"
2155
+ }
2156
+ },
2157
+ {
2158
+ "id": 90,
2159
+ "name": "disallowed",
2160
+ "kind": 1024,
2161
+ "kindString": "Property",
2162
+ "flags": {
2163
+ "isOptional": true
2164
+ },
2165
+ "sources": [
2166
+ {
2167
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2168
+ "line": 10,
2169
+ "character": 8
2170
+ }
2171
+ ],
2172
+ "type": {
2173
+ "type": "reference",
2174
+ "typeArguments": [
2175
+ {
2176
+ "type": "intrinsic",
2177
+ "name": "string"
2178
+ },
2179
+ {
2180
+ "type": "array",
2181
+ "elementType": {
2182
+ "type": "intrinsic",
2183
+ "name": "string"
2184
+ }
2185
+ }
2186
+ ],
2187
+ "name": "Record",
2188
+ "qualifiedName": "Record",
2189
+ "package": "typescript"
2190
+ }
2191
+ }
2192
+ ],
2193
+ "groups": [
2194
+ {
2195
+ "title": "Properties",
2196
+ "children": [
2197
+ 89,
2198
+ 90
2199
+ ]
2200
+ }
2201
+ ],
2202
+ "sources": [
2203
+ {
2204
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2205
+ "line": 8,
2206
+ "character": 15
2207
+ }
1018
2208
  ]
1019
2209
  }
1020
- ],
2210
+ }
2211
+ }
2212
+ ],
2213
+ "groups": [
2214
+ {
2215
+ "title": "Properties",
2216
+ "children": [
2217
+ 87
2218
+ ]
2219
+ }
2220
+ ],
2221
+ "sources": [
2222
+ {
2223
+ "fileName": "modules/packages/module/packages/model/dist/esm/Config.d.ts",
2224
+ "line": 7,
2225
+ "character": 87
2226
+ }
2227
+ ]
2228
+ }
2229
+ },
2230
+ {
2231
+ "type": "reflection",
2232
+ "declaration": {
2233
+ "id": 91,
2234
+ "name": "__type",
2235
+ "kind": 65536,
2236
+ "kindString": "Type literal",
2237
+ "flags": {},
2238
+ "children": [
2239
+ {
2240
+ "id": 92,
2241
+ "name": "schema",
2242
+ "kind": 1024,
2243
+ "kindString": "Property",
2244
+ "flags": {},
1021
2245
  "sources": [
1022
2246
  {
1023
2247
  "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
1024
- "line": 18,
1025
- "character": 17
2248
+ "line": 19,
2249
+ "character": 4
1026
2250
  }
2251
+ ],
2252
+ "type": {
2253
+ "type": "intrinsic",
2254
+ "name": "string"
2255
+ }
2256
+ }
2257
+ ],
2258
+ "groups": [
2259
+ {
2260
+ "title": "Properties",
2261
+ "children": [
2262
+ 92
1027
2263
  ]
1028
2264
  }
1029
- }
1030
- ]
2265
+ ],
2266
+ "sources": [
2267
+ {
2268
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
2269
+ "line": 18,
2270
+ "character": 17
2271
+ }
2272
+ ]
2273
+ }
1031
2274
  }
1032
- ],
1033
- "name": "ModuleQueryResult"
1034
- },
1035
- {
1036
- "type": "intrinsic",
1037
- "name": "never"
2275
+ ]
1038
2276
  }
1039
- ],
1040
- "name": "Promisable"
1041
- }
1042
- }
1043
- ]
1044
- }
1045
- },
1046
- "inheritedFrom": {
1047
- "type": "reference",
1048
- "name": "Module.query"
1049
- }
1050
- },
1051
- {
1052
- "id": 46,
1053
- "name": "queryable",
1054
- "kind": 1024,
1055
- "kindString": "Property",
1056
- "flags": {},
1057
- "sources": [
1058
- {
1059
- "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
1060
- "line": 12,
1061
- "character": 4
1062
- }
1063
- ],
1064
- "type": {
1065
- "type": "reflection",
1066
- "declaration": {
1067
- "id": 47,
1068
- "name": "__type",
1069
- "kind": 65536,
1070
- "kindString": "Type literal",
1071
- "flags": {},
1072
- "sources": [
1073
- {
1074
- "fileName": "modules/packages/module/packages/model/dist/esm/model/Module.d.ts",
1075
- "line": 12,
1076
- "character": 15
1077
- }
1078
- ],
1079
- "signatures": [
1080
- {
1081
- "id": 48,
1082
- "name": "__type",
1083
- "kind": 4096,
1084
- "kindString": "Call signature",
1085
- "flags": {},
2277
+ }
2278
+ ],
1086
2279
  "parameters": [
1087
2280
  {
1088
- "id": 49,
1089
- "name": "schema",
2281
+ "id": 94,
2282
+ "name": "query",
1090
2283
  "kind": 32768,
1091
2284
  "kindString": "Parameter",
1092
2285
  "flags": {},
1093
2286
  "type": {
1094
- "type": "intrinsic",
1095
- "name": "string"
2287
+ "type": "reference",
2288
+ "id": 78,
2289
+ "name": "T"
1096
2290
  }
1097
2291
  },
1098
2292
  {
1099
- "id": 50,
1100
- "name": "addresses",
2293
+ "id": 95,
2294
+ "name": "payloads",
1101
2295
  "kind": 32768,
1102
2296
  "kindString": "Parameter",
1103
2297
  "flags": {
@@ -1106,10 +2300,78 @@
1106
2300
  "type": {
1107
2301
  "type": "array",
1108
2302
  "elementType": {
1109
- "type": "intrinsic",
1110
- "name": "string"
2303
+ "type": "intersection",
2304
+ "types": [
2305
+ {
2306
+ "type": "reference",
2307
+ "name": "SchemaFields"
2308
+ },
2309
+ {
2310
+ "type": "reference",
2311
+ "name": "PayloadFields"
2312
+ },
2313
+ {
2314
+ "type": "reflection",
2315
+ "declaration": {
2316
+ "id": 96,
2317
+ "name": "__type",
2318
+ "kind": 65536,
2319
+ "kindString": "Type literal",
2320
+ "flags": {},
2321
+ "children": [
2322
+ {
2323
+ "id": 97,
2324
+ "name": "schema",
2325
+ "kind": 1024,
2326
+ "kindString": "Property",
2327
+ "flags": {},
2328
+ "sources": [
2329
+ {
2330
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
2331
+ "line": 19,
2332
+ "character": 4
2333
+ }
2334
+ ],
2335
+ "type": {
2336
+ "type": "intrinsic",
2337
+ "name": "string"
2338
+ }
2339
+ }
2340
+ ],
2341
+ "groups": [
2342
+ {
2343
+ "title": "Properties",
2344
+ "children": [
2345
+ 97
2346
+ ]
2347
+ }
2348
+ ],
2349
+ "sources": [
2350
+ {
2351
+ "fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
2352
+ "line": 18,
2353
+ "character": 17
2354
+ }
2355
+ ]
2356
+ }
2357
+ }
2358
+ ]
1111
2359
  }
1112
2360
  }
2361
+ },
2362
+ {
2363
+ "id": 98,
2364
+ "name": "queryConfig",
2365
+ "kind": 32768,
2366
+ "kindString": "Parameter",
2367
+ "flags": {
2368
+ "isOptional": true
2369
+ },
2370
+ "type": {
2371
+ "type": "reference",
2372
+ "id": 93,
2373
+ "name": "TConf"
2374
+ }
1113
2375
  }
1114
2376
  ],
1115
2377
  "type": {
@@ -1132,11 +2394,11 @@
1132
2394
  "children": [
1133
2395
  18,
1134
2396
  19,
1135
- 22,
1136
- 51,
1137
- 25,
1138
- 28,
1139
- 46
2397
+ 27,
2398
+ 99,
2399
+ 30,
2400
+ 33,
2401
+ 67
1140
2402
  ]
1141
2403
  }
1142
2404
  ],
@@ -1145,7 +2407,7 @@
1145
2407
  "fileName": "modules/packages/diviner/packages/model/src/Diviner.ts",
1146
2408
  "line": 10,
1147
2409
  "character": 17,
1148
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L10"
2410
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Diviner.ts#L10"
1149
2411
  }
1150
2412
  ],
1151
2413
  "extendedTypes": [
@@ -1171,7 +2433,7 @@
1171
2433
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1172
2434
  "line": 7,
1173
2435
  "character": 12,
1174
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L7"
2436
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L7"
1175
2437
  }
1176
2438
  ],
1177
2439
  "typeParameters": [
@@ -1234,7 +2496,7 @@
1234
2496
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1235
2497
  "line": 9,
1236
2498
  "character": 4,
1237
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L9"
2499
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L9"
1238
2500
  }
1239
2501
  ],
1240
2502
  "type": {
@@ -1264,7 +2526,7 @@
1264
2526
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1265
2527
  "line": 8,
1266
2528
  "character": 2,
1267
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L8"
2529
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L8"
1268
2530
  }
1269
2531
  ]
1270
2532
  }
@@ -1291,13 +2553,13 @@
1291
2553
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1292
2554
  "line": 4,
1293
2555
  "character": 12,
1294
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
2556
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
1295
2557
  },
1296
2558
  {
1297
2559
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1298
2560
  "line": 5,
1299
2561
  "character": 13,
1300
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
2562
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
1301
2563
  }
1302
2564
  ],
1303
2565
  "type": {
@@ -1306,7 +2568,7 @@
1306
2568
  }
1307
2569
  },
1308
2570
  {
1309
- "id": 64,
2571
+ "id": 112,
1310
2572
  "name": "XyoDivinerDivineQuery",
1311
2573
  "kind": 4194304,
1312
2574
  "kindString": "Type alias",
@@ -1316,7 +2578,7 @@
1316
2578
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1317
2579
  "line": 6,
1318
2580
  "character": 12,
1319
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2581
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
1320
2582
  }
1321
2583
  ],
1322
2584
  "type": {
@@ -1325,14 +2587,14 @@
1325
2587
  {
1326
2588
  "type": "reflection",
1327
2589
  "declaration": {
1328
- "id": 65,
2590
+ "id": 113,
1329
2591
  "name": "__type",
1330
2592
  "kind": 65536,
1331
2593
  "kindString": "Type literal",
1332
2594
  "flags": {},
1333
2595
  "children": [
1334
2596
  {
1335
- "id": 66,
2597
+ "id": 114,
1336
2598
  "name": "schema",
1337
2599
  "kind": 1024,
1338
2600
  "kindString": "Property",
@@ -1342,12 +2604,12 @@
1342
2604
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1343
2605
  "line": 7,
1344
2606
  "character": 2,
1345
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L7"
2607
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L7"
1346
2608
  }
1347
2609
  ],
1348
2610
  "type": {
1349
2611
  "type": "reference",
1350
- "id": 62,
2612
+ "id": 110,
1351
2613
  "name": "XyoDivinerDivineQuerySchema"
1352
2614
  }
1353
2615
  }
@@ -1356,7 +2618,7 @@
1356
2618
  {
1357
2619
  "title": "Properties",
1358
2620
  "children": [
1359
- 66
2621
+ 114
1360
2622
  ]
1361
2623
  }
1362
2624
  ],
@@ -1365,7 +2627,7 @@
1365
2627
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1366
2628
  "line": 6,
1367
2629
  "character": 45,
1368
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
2630
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L6"
1369
2631
  }
1370
2632
  ]
1371
2633
  }
@@ -1375,7 +2637,7 @@
1375
2637
  }
1376
2638
  },
1377
2639
  {
1378
- "id": 63,
2640
+ "id": 111,
1379
2641
  "name": "XyoDivinerDivineQuerySchema",
1380
2642
  "kind": 4194304,
1381
2643
  "kindString": "Type alias",
@@ -1385,13 +2647,13 @@
1385
2647
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1386
2648
  "line": 3,
1387
2649
  "character": 12,
1388
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
2650
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
1389
2651
  },
1390
2652
  {
1391
2653
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1392
2654
  "line": 4,
1393
2655
  "character": 13,
1394
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
2656
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
1395
2657
  }
1396
2658
  ],
1397
2659
  "type": {
@@ -1400,7 +2662,7 @@
1400
2662
  }
1401
2663
  },
1402
2664
  {
1403
- "id": 60,
2665
+ "id": 108,
1404
2666
  "name": "XyoDivinerQuery",
1405
2667
  "kind": 4194304,
1406
2668
  "kindString": "Type alias",
@@ -1410,12 +2672,12 @@
1410
2672
  "fileName": "modules/packages/diviner/packages/model/src/Queries/index.ts",
1411
2673
  "line": 9,
1412
2674
  "character": 12,
1413
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L9"
2675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L9"
1414
2676
  }
1415
2677
  ],
1416
2678
  "typeParameters": [
1417
2679
  {
1418
- "id": 61,
2680
+ "id": 109,
1419
2681
  "name": "TQuery",
1420
2682
  "kind": 131072,
1421
2683
  "kindString": "Type parameter",
@@ -1446,7 +2708,7 @@
1446
2708
  "type": "conditional",
1447
2709
  "checkType": {
1448
2710
  "type": "reference",
1449
- "id": 61,
2711
+ "id": 109,
1450
2712
  "name": "TQuery"
1451
2713
  },
1452
2714
  "extendsType": {
@@ -1458,19 +2720,19 @@
1458
2720
  "types": [
1459
2721
  {
1460
2722
  "type": "reference",
1461
- "id": 59,
2723
+ "id": 107,
1462
2724
  "name": "XyoDivinerQueryBase"
1463
2725
  },
1464
2726
  {
1465
2727
  "type": "reference",
1466
- "id": 61,
2728
+ "id": 109,
1467
2729
  "name": "TQuery"
1468
2730
  }
1469
2731
  ]
1470
2732
  },
1471
2733
  "falseType": {
1472
2734
  "type": "reference",
1473
- "id": 59,
2735
+ "id": 107,
1474
2736
  "name": "XyoDivinerQueryBase"
1475
2737
  }
1476
2738
  }
@@ -1479,7 +2741,7 @@
1479
2741
  }
1480
2742
  },
1481
2743
  {
1482
- "id": 59,
2744
+ "id": 107,
1483
2745
  "name": "XyoDivinerQueryBase",
1484
2746
  "kind": 4194304,
1485
2747
  "kindString": "Type alias",
@@ -1489,12 +2751,12 @@
1489
2751
  "fileName": "modules/packages/diviner/packages/model/src/Queries/index.ts",
1490
2752
  "line": 7,
1491
2753
  "character": 12,
1492
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L7"
2754
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/index.ts#L7"
1493
2755
  }
1494
2756
  ],
1495
2757
  "type": {
1496
2758
  "type": "reference",
1497
- "id": 64,
2759
+ "id": 112,
1498
2760
  "name": "XyoDivinerDivineQuery"
1499
2761
  }
1500
2762
  },
@@ -1509,13 +2771,13 @@
1509
2771
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1510
2772
  "line": 4,
1511
2773
  "character": 12,
1512
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
2774
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L4"
1513
2775
  },
1514
2776
  {
1515
2777
  "fileName": "modules/packages/diviner/packages/model/src/Config.ts",
1516
2778
  "line": 5,
1517
2779
  "character": 13,
1518
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
2780
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Config.ts#L5"
1519
2781
  }
1520
2782
  ],
1521
2783
  "type": {
@@ -1524,7 +2786,7 @@
1524
2786
  }
1525
2787
  },
1526
2788
  {
1527
- "id": 62,
2789
+ "id": 110,
1528
2790
  "name": "XyoDivinerDivineQuerySchema",
1529
2791
  "kind": 32,
1530
2792
  "kindString": "Variable",
@@ -1534,13 +2796,13 @@
1534
2796
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1535
2797
  "line": 3,
1536
2798
  "character": 12,
1537
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
2799
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L3"
1538
2800
  },
1539
2801
  {
1540
2802
  "fileName": "modules/packages/diviner/packages/model/src/Queries/Divine.ts",
1541
2803
  "line": 4,
1542
2804
  "character": 13,
1543
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
2805
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/Queries/Divine.ts#L4"
1544
2806
  }
1545
2807
  ],
1546
2808
  "type": {
@@ -1562,17 +2824,17 @@
1562
2824
  "children": [
1563
2825
  3,
1564
2826
  2,
1565
- 64,
1566
- 63,
1567
- 60,
1568
- 59
2827
+ 112,
2828
+ 111,
2829
+ 108,
2830
+ 107
1569
2831
  ]
1570
2832
  },
1571
2833
  {
1572
2834
  "title": "Variables",
1573
2835
  "children": [
1574
2836
  1,
1575
- 62
2837
+ 110
1576
2838
  ]
1577
2839
  }
1578
2840
  ],
@@ -1581,7 +2843,7 @@
1581
2843
  "fileName": "modules/packages/diviner/packages/model/src/index.ts",
1582
2844
  "line": 1,
1583
2845
  "character": 0,
1584
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/061f8a82c/packages/modules/packages/diviner/packages/model/src/index.ts#L1"
2846
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9ca7aff1a/packages/modules/packages/diviner/packages/model/src/index.ts#L1"
1585
2847
  }
1586
2848
  ]
1587
2849
  }