@xyo-network/bridge 2.32.0-rc.4 → 2.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/cjs/AxiosJson.d.ts +10 -0
  2. package/dist/cjs/AxiosJson.d.ts.map +1 -0
  3. package/dist/cjs/AxiosJson.js +36 -0
  4. package/dist/cjs/AxiosJson.js.map +1 -0
  5. package/dist/cjs/Config.d.ts +2 -1
  6. package/dist/cjs/Config.d.ts.map +1 -1
  7. package/dist/cjs/PartialConfig.d.ts +4 -0
  8. package/dist/cjs/PartialConfig.d.ts.map +1 -0
  9. package/dist/cjs/{PartialBridgeConfig.js → PartialConfig.js} +1 -1
  10. package/dist/cjs/PartialConfig.js.map +1 -0
  11. package/dist/cjs/XyoBridge.js +1 -1
  12. package/dist/cjs/XyoBridge.js.map +1 -1
  13. package/dist/cjs/XyoHttpBridge.d.ts +7 -6
  14. package/dist/cjs/XyoHttpBridge.d.ts.map +1 -1
  15. package/dist/cjs/XyoHttpBridge.js +12 -31
  16. package/dist/cjs/XyoHttpBridge.js.map +1 -1
  17. package/dist/cjs/index.d.ts +1 -1
  18. package/dist/cjs/index.d.ts.map +1 -1
  19. package/dist/cjs/index.js +1 -1
  20. package/dist/cjs/index.js.map +1 -1
  21. package/dist/docs.json +697 -748
  22. package/dist/esm/AxiosJson.d.ts +10 -0
  23. package/dist/esm/AxiosJson.d.ts.map +1 -0
  24. package/dist/esm/AxiosJson.js +39 -0
  25. package/dist/esm/AxiosJson.js.map +1 -0
  26. package/dist/esm/Config.d.ts +2 -1
  27. package/dist/esm/Config.d.ts.map +1 -1
  28. package/dist/esm/PartialConfig.d.ts +4 -0
  29. package/dist/esm/PartialConfig.d.ts.map +1 -0
  30. package/dist/esm/PartialConfig.js +2 -0
  31. package/dist/esm/PartialConfig.js.map +1 -0
  32. package/dist/esm/XyoBridge.js +1 -1
  33. package/dist/esm/XyoBridge.js.map +1 -1
  34. package/dist/esm/XyoHttpBridge.d.ts +7 -6
  35. package/dist/esm/XyoHttpBridge.d.ts.map +1 -1
  36. package/dist/esm/XyoHttpBridge.js +10 -34
  37. package/dist/esm/XyoHttpBridge.js.map +1 -1
  38. package/dist/esm/index.d.ts +1 -1
  39. package/dist/esm/index.d.ts.map +1 -1
  40. package/dist/esm/index.js +1 -1
  41. package/dist/esm/index.js.map +1 -1
  42. package/package.json +5 -6
  43. package/src/AxiosJson.ts +43 -0
  44. package/src/Config.ts +2 -1
  45. package/src/PartialConfig.ts +5 -0
  46. package/src/XyoBridge.ts +1 -1
  47. package/src/XyoHttpBridge.spec.ts +10 -9
  48. package/src/XyoHttpBridge.ts +14 -36
  49. package/src/index.ts +1 -1
  50. package/dist/cjs/PartialBridgeConfig.d.ts +0 -5
  51. package/dist/cjs/PartialBridgeConfig.d.ts.map +0 -1
  52. package/dist/cjs/PartialBridgeConfig.js.map +0 -1
  53. package/dist/esm/PartialBridgeConfig.d.ts +0 -5
  54. package/dist/esm/PartialBridgeConfig.d.ts.map +0 -1
  55. package/dist/esm/PartialBridgeConfig.js +0 -2
  56. package/dist/esm/PartialBridgeConfig.js.map +0 -1
  57. package/src/PartialBridgeConfig.ts +0 -5
package/dist/docs.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 25,
10
+ "id": 24,
11
11
  "name": "XyoBridge",
12
12
  "kind": 128,
13
13
  "kindString": "Class",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "children": [
18
18
  {
19
- "id": 26,
19
+ "id": 25,
20
20
  "name": "constructor",
21
21
  "kind": 512,
22
22
  "kindString": "Constructor",
@@ -30,14 +30,14 @@
30
30
  ],
31
31
  "signatures": [
32
32
  {
33
- "id": 27,
33
+ "id": 26,
34
34
  "name": "new XyoBridge",
35
35
  "kind": 16384,
36
36
  "kindString": "Constructor signature",
37
37
  "flags": {},
38
38
  "typeParameter": [
39
39
  {
40
- "id": 38,
40
+ "id": 37,
41
41
  "name": "TConfig",
42
42
  "kind": 131072,
43
43
  "kindString": "Type parameter",
@@ -49,14 +49,14 @@
49
49
  {
50
50
  "type": "reflection",
51
51
  "declaration": {
52
- "id": 28,
52
+ "id": 27,
53
53
  "name": "__type",
54
54
  "kind": 65536,
55
55
  "kindString": "Type literal",
56
56
  "flags": {},
57
57
  "children": [
58
58
  {
59
- "id": 30,
59
+ "id": 29,
60
60
  "name": "previousHash",
61
61
  "kind": 1024,
62
62
  "kindString": "Property",
@@ -76,7 +76,7 @@
76
76
  }
77
77
  },
78
78
  {
79
- "id": 29,
79
+ "id": 28,
80
80
  "name": "schema",
81
81
  "kind": 1024,
82
82
  "kindString": "Property",
@@ -94,7 +94,7 @@
94
94
  }
95
95
  },
96
96
  {
97
- "id": 31,
97
+ "id": 30,
98
98
  "name": "sources",
99
99
  "kind": 1024,
100
100
  "kindString": "Property",
@@ -117,7 +117,7 @@
117
117
  }
118
118
  },
119
119
  {
120
- "id": 32,
120
+ "id": 31,
121
121
  "name": "timestamp",
122
122
  "kind": 1024,
123
123
  "kindString": "Property",
@@ -141,10 +141,10 @@
141
141
  {
142
142
  "title": "Properties",
143
143
  "children": [
144
- 30,
145
144
  29,
146
- 31,
147
- 32
145
+ 28,
146
+ 30,
147
+ 31
148
148
  ]
149
149
  }
150
150
  ],
@@ -167,14 +167,14 @@
167
167
  {
168
168
  "type": "reflection",
169
169
  "declaration": {
170
- "id": 33,
170
+ "id": 32,
171
171
  "name": "__type",
172
172
  "kind": 65536,
173
173
  "kindString": "Type literal",
174
174
  "flags": {},
175
175
  "children": [
176
176
  {
177
- "id": 35,
177
+ "id": 34,
178
178
  "name": "previousHash",
179
179
  "kind": 1024,
180
180
  "kindString": "Property",
@@ -194,7 +194,7 @@
194
194
  }
195
195
  },
196
196
  {
197
- "id": 34,
197
+ "id": 33,
198
198
  "name": "schema",
199
199
  "kind": 1024,
200
200
  "kindString": "Property",
@@ -212,7 +212,7 @@
212
212
  }
213
213
  },
214
214
  {
215
- "id": 36,
215
+ "id": 35,
216
216
  "name": "sources",
217
217
  "kind": 1024,
218
218
  "kindString": "Property",
@@ -235,7 +235,7 @@
235
235
  }
236
236
  },
237
237
  {
238
- "id": 37,
238
+ "id": 36,
239
239
  "name": "timestamp",
240
240
  "kind": 1024,
241
241
  "kindString": "Property",
@@ -259,10 +259,10 @@
259
259
  {
260
260
  "title": "Properties",
261
261
  "children": [
262
- 35,
263
262
  34,
264
- 36,
265
- 37
263
+ 33,
264
+ 35,
265
+ 36
266
266
  ]
267
267
  }
268
268
  ],
@@ -280,26 +280,26 @@
280
280
  }
281
281
  },
282
282
  {
283
- "id": 39,
283
+ "id": 38,
284
284
  "name": "TQuery",
285
285
  "kind": 131072,
286
286
  "kindString": "Type parameter",
287
287
  "flags": {},
288
288
  "type": {
289
289
  "type": "reference",
290
- "id": 11,
290
+ "id": 10,
291
291
  "name": "XyoBridgeQuery"
292
292
  },
293
293
  "default": {
294
294
  "type": "reference",
295
- "id": 11,
295
+ "id": 10,
296
296
  "name": "XyoBridgeQuery"
297
297
  }
298
298
  }
299
299
  ],
300
300
  "parameters": [
301
301
  {
302
- "id": 40,
302
+ "id": 39,
303
303
  "name": "config",
304
304
  "kind": 32768,
305
305
  "kindString": "Parameter",
@@ -308,12 +308,12 @@
308
308
  },
309
309
  "type": {
310
310
  "type": "reference",
311
- "id": 38,
311
+ "id": 37,
312
312
  "name": "TConfig"
313
313
  }
314
314
  },
315
315
  {
316
- "id": 41,
316
+ "id": 40,
317
317
  "name": "account",
318
318
  "kind": 32768,
319
319
  "kindString": "Parameter",
@@ -326,7 +326,7 @@
326
326
  }
327
327
  },
328
328
  {
329
- "id": 42,
329
+ "id": 41,
330
330
  "name": "resolver",
331
331
  "kind": 32768,
332
332
  "kindString": "Parameter",
@@ -336,7 +336,7 @@
336
336
  "type": {
337
337
  "type": "reflection",
338
338
  "declaration": {
339
- "id": 43,
339
+ "id": 42,
340
340
  "name": "__type",
341
341
  "kind": 65536,
342
342
  "kindString": "Type literal",
@@ -350,14 +350,14 @@
350
350
  ],
351
351
  "signatures": [
352
352
  {
353
- "id": 44,
353
+ "id": 43,
354
354
  "name": "__type",
355
355
  "kind": 4096,
356
356
  "kindString": "Call signature",
357
357
  "flags": {},
358
358
  "parameters": [
359
359
  {
360
- "id": 45,
360
+ "id": 44,
361
361
  "name": "address",
362
362
  "kind": 32768,
363
363
  "kindString": "Parameter",
@@ -374,14 +374,14 @@
374
374
  {
375
375
  "type": "reflection",
376
376
  "declaration": {
377
- "id": 46,
377
+ "id": 45,
378
378
  "name": "__type",
379
379
  "kind": 65536,
380
380
  "kindString": "Type literal",
381
381
  "flags": {},
382
382
  "children": [
383
383
  {
384
- "id": 48,
384
+ "id": 47,
385
385
  "name": "previousHash",
386
386
  "kind": 1024,
387
387
  "kindString": "Property",
@@ -401,7 +401,7 @@
401
401
  }
402
402
  },
403
403
  {
404
- "id": 47,
404
+ "id": 46,
405
405
  "name": "schema",
406
406
  "kind": 1024,
407
407
  "kindString": "Property",
@@ -419,7 +419,7 @@
419
419
  }
420
420
  },
421
421
  {
422
- "id": 49,
422
+ "id": 48,
423
423
  "name": "sources",
424
424
  "kind": 1024,
425
425
  "kindString": "Property",
@@ -442,7 +442,7 @@
442
442
  }
443
443
  },
444
444
  {
445
- "id": 50,
445
+ "id": 49,
446
446
  "name": "timestamp",
447
447
  "kind": 1024,
448
448
  "kindString": "Property",
@@ -466,10 +466,10 @@
466
466
  {
467
467
  "title": "Properties",
468
468
  "children": [
469
- 48,
470
469
  47,
471
- 49,
472
- 50
470
+ 46,
471
+ 48,
472
+ 49
473
473
  ]
474
474
  }
475
475
  ],
@@ -488,14 +488,14 @@
488
488
  {
489
489
  "type": "reflection",
490
490
  "declaration": {
491
- "id": 51,
491
+ "id": 50,
492
492
  "name": "__type",
493
493
  "kind": 65536,
494
494
  "kindString": "Type literal",
495
495
  "flags": {},
496
496
  "children": [
497
497
  {
498
- "id": 53,
498
+ "id": 52,
499
499
  "name": "previousHash",
500
500
  "kind": 1024,
501
501
  "kindString": "Property",
@@ -515,7 +515,7 @@
515
515
  }
516
516
  },
517
517
  {
518
- "id": 52,
518
+ "id": 51,
519
519
  "name": "schema",
520
520
  "kind": 1024,
521
521
  "kindString": "Property",
@@ -533,7 +533,7 @@
533
533
  }
534
534
  },
535
535
  {
536
- "id": 54,
536
+ "id": 53,
537
537
  "name": "sources",
538
538
  "kind": 1024,
539
539
  "kindString": "Property",
@@ -556,7 +556,7 @@
556
556
  }
557
557
  },
558
558
  {
559
- "id": 55,
559
+ "id": 54,
560
560
  "name": "timestamp",
561
561
  "kind": 1024,
562
562
  "kindString": "Property",
@@ -580,10 +580,10 @@
580
580
  {
581
581
  "title": "Properties",
582
582
  "children": [
583
- 53,
584
583
  52,
585
- 54,
586
- 55
584
+ 51,
585
+ 53,
586
+ 54
587
587
  ]
588
588
  }
589
589
  ],
@@ -606,14 +606,14 @@
606
606
  {
607
607
  "type": "reflection",
608
608
  "declaration": {
609
- "id": 56,
609
+ "id": 55,
610
610
  "name": "__type",
611
611
  "kind": 65536,
612
612
  "kindString": "Type literal",
613
613
  "flags": {},
614
614
  "children": [
615
615
  {
616
- "id": 58,
616
+ "id": 57,
617
617
  "name": "previousHash",
618
618
  "kind": 1024,
619
619
  "kindString": "Property",
@@ -633,7 +633,7 @@
633
633
  }
634
634
  },
635
635
  {
636
- "id": 57,
636
+ "id": 56,
637
637
  "name": "schema",
638
638
  "kind": 1024,
639
639
  "kindString": "Property",
@@ -651,7 +651,7 @@
651
651
  }
652
652
  },
653
653
  {
654
- "id": 59,
654
+ "id": 58,
655
655
  "name": "sources",
656
656
  "kind": 1024,
657
657
  "kindString": "Property",
@@ -674,7 +674,7 @@
674
674
  }
675
675
  },
676
676
  {
677
- "id": 60,
677
+ "id": 59,
678
678
  "name": "timestamp",
679
679
  "kind": 1024,
680
680
  "kindString": "Property",
@@ -698,10 +698,10 @@
698
698
  {
699
699
  "title": "Properties",
700
700
  "children": [
701
- 58,
702
701
  57,
703
- 59,
704
- 60
702
+ 56,
703
+ 58,
704
+ 59
705
705
  ]
706
706
  }
707
707
  ],
@@ -725,16 +725,16 @@
725
725
  ],
726
726
  "type": {
727
727
  "type": "reference",
728
- "id": 25,
728
+ "id": 24,
729
729
  "typeArguments": [
730
730
  {
731
731
  "type": "reference",
732
- "id": 38,
732
+ "id": 37,
733
733
  "name": "TConfig"
734
734
  },
735
735
  {
736
736
  "type": "reference",
737
- "id": 39,
737
+ "id": 38,
738
738
  "name": "TQuery"
739
739
  }
740
740
  ],
@@ -752,7 +752,7 @@
752
752
  }
753
753
  },
754
754
  {
755
- "id": 84,
755
+ "id": 83,
756
756
  "name": "account",
757
757
  "kind": 1024,
758
758
  "kindString": "Property",
@@ -776,7 +776,7 @@
776
776
  }
777
777
  },
778
778
  {
779
- "id": 83,
779
+ "id": 82,
780
780
  "name": "config",
781
781
  "kind": 1024,
782
782
  "kindString": "Property",
@@ -793,7 +793,7 @@
793
793
  ],
794
794
  "type": {
795
795
  "type": "reference",
796
- "id": 38,
796
+ "id": 37,
797
797
  "name": "TConfig"
798
798
  },
799
799
  "inheritedFrom": {
@@ -802,7 +802,7 @@
802
802
  }
803
803
  },
804
804
  {
805
- "id": 85,
805
+ "id": 84,
806
806
  "name": "resolver",
807
807
  "kind": 1024,
808
808
  "kindString": "Property",
@@ -827,7 +827,7 @@
827
827
  }
828
828
  },
829
829
  {
830
- "id": 86,
830
+ "id": 85,
831
831
  "name": "address",
832
832
  "kind": 262144,
833
833
  "kindString": "Accessor",
@@ -840,7 +840,7 @@
840
840
  }
841
841
  ],
842
842
  "getSignature": {
843
- "id": 87,
843
+ "id": 86,
844
844
  "name": "address",
845
845
  "kind": 524288,
846
846
  "kindString": "Get signature",
@@ -868,7 +868,7 @@
868
868
  }
869
869
  },
870
870
  {
871
- "id": 99,
871
+ "id": 98,
872
872
  "name": "bindHashes",
873
873
  "kind": 2048,
874
874
  "kindString": "Method",
@@ -882,14 +882,14 @@
882
882
  ],
883
883
  "signatures": [
884
884
  {
885
- "id": 100,
885
+ "id": 99,
886
886
  "name": "bindHashes",
887
887
  "kind": 4096,
888
888
  "kindString": "Call signature",
889
889
  "flags": {},
890
890
  "parameters": [
891
891
  {
892
- "id": 101,
892
+ "id": 100,
893
893
  "name": "hashes",
894
894
  "kind": 32768,
895
895
  "kindString": "Parameter",
@@ -903,7 +903,7 @@
903
903
  }
904
904
  },
905
905
  {
906
- "id": 102,
906
+ "id": 101,
907
907
  "name": "schema",
908
908
  "kind": 32768,
909
909
  "kindString": "Parameter",
@@ -927,14 +927,14 @@
927
927
  {
928
928
  "type": "reflection",
929
929
  "declaration": {
930
- "id": 103,
930
+ "id": 102,
931
931
  "name": "__type",
932
932
  "kind": 65536,
933
933
  "kindString": "Type literal",
934
934
  "flags": {},
935
935
  "children": [
936
936
  {
937
- "id": 105,
937
+ "id": 104,
938
938
  "name": "previousHash",
939
939
  "kind": 1024,
940
940
  "kindString": "Property",
@@ -954,7 +954,7 @@
954
954
  }
955
955
  },
956
956
  {
957
- "id": 104,
957
+ "id": 103,
958
958
  "name": "schema",
959
959
  "kind": 1024,
960
960
  "kindString": "Property",
@@ -972,7 +972,7 @@
972
972
  }
973
973
  },
974
974
  {
975
- "id": 106,
975
+ "id": 105,
976
976
  "name": "sources",
977
977
  "kind": 1024,
978
978
  "kindString": "Property",
@@ -995,7 +995,7 @@
995
995
  }
996
996
  },
997
997
  {
998
- "id": 107,
998
+ "id": 106,
999
999
  "name": "timestamp",
1000
1000
  "kind": 1024,
1001
1001
  "kindString": "Property",
@@ -1019,10 +1019,10 @@
1019
1019
  {
1020
1020
  "title": "Properties",
1021
1021
  "children": [
1022
- 105,
1023
1022
  104,
1024
- 106,
1025
- 107
1023
+ 103,
1024
+ 105,
1025
+ 106
1026
1026
  ]
1027
1027
  }
1028
1028
  ],
@@ -1050,7 +1050,7 @@
1050
1050
  }
1051
1051
  },
1052
1052
  {
1053
- "id": 108,
1053
+ "id": 107,
1054
1054
  "name": "bindPayloads",
1055
1055
  "kind": 2048,
1056
1056
  "kindString": "Method",
@@ -1064,14 +1064,14 @@
1064
1064
  ],
1065
1065
  "signatures": [
1066
1066
  {
1067
- "id": 109,
1067
+ "id": 108,
1068
1068
  "name": "bindPayloads",
1069
1069
  "kind": 4096,
1070
1070
  "kindString": "Call signature",
1071
1071
  "flags": {},
1072
1072
  "parameters": [
1073
1073
  {
1074
- "id": 110,
1074
+ "id": 109,
1075
1075
  "name": "payloads",
1076
1076
  "kind": 32768,
1077
1077
  "kindString": "Parameter",
@@ -1088,14 +1088,14 @@
1088
1088
  {
1089
1089
  "type": "reflection",
1090
1090
  "declaration": {
1091
- "id": 111,
1091
+ "id": 110,
1092
1092
  "name": "__type",
1093
1093
  "kind": 65536,
1094
1094
  "kindString": "Type literal",
1095
1095
  "flags": {},
1096
1096
  "children": [
1097
1097
  {
1098
- "id": 113,
1098
+ "id": 112,
1099
1099
  "name": "previousHash",
1100
1100
  "kind": 1024,
1101
1101
  "kindString": "Property",
@@ -1115,7 +1115,7 @@
1115
1115
  }
1116
1116
  },
1117
1117
  {
1118
- "id": 112,
1118
+ "id": 111,
1119
1119
  "name": "schema",
1120
1120
  "kind": 1024,
1121
1121
  "kindString": "Property",
@@ -1133,7 +1133,7 @@
1133
1133
  }
1134
1134
  },
1135
1135
  {
1136
- "id": 114,
1136
+ "id": 113,
1137
1137
  "name": "sources",
1138
1138
  "kind": 1024,
1139
1139
  "kindString": "Property",
@@ -1156,7 +1156,7 @@
1156
1156
  }
1157
1157
  },
1158
1158
  {
1159
- "id": 115,
1159
+ "id": 114,
1160
1160
  "name": "timestamp",
1161
1161
  "kind": 1024,
1162
1162
  "kindString": "Property",
@@ -1180,10 +1180,10 @@
1180
1180
  {
1181
1181
  "title": "Properties",
1182
1182
  "children": [
1183
- 113,
1184
1183
  112,
1185
- 114,
1186
- 115
1184
+ 111,
1185
+ 113,
1186
+ 114
1187
1187
  ]
1188
1188
  }
1189
1189
  ],
@@ -1211,14 +1211,14 @@
1211
1211
  {
1212
1212
  "type": "reflection",
1213
1213
  "declaration": {
1214
- "id": 116,
1214
+ "id": 115,
1215
1215
  "name": "__type",
1216
1216
  "kind": 65536,
1217
1217
  "kindString": "Type literal",
1218
1218
  "flags": {},
1219
1219
  "children": [
1220
1220
  {
1221
- "id": 118,
1221
+ "id": 117,
1222
1222
  "name": "previousHash",
1223
1223
  "kind": 1024,
1224
1224
  "kindString": "Property",
@@ -1238,7 +1238,7 @@
1238
1238
  }
1239
1239
  },
1240
1240
  {
1241
- "id": 117,
1241
+ "id": 116,
1242
1242
  "name": "schema",
1243
1243
  "kind": 1024,
1244
1244
  "kindString": "Property",
@@ -1256,7 +1256,7 @@
1256
1256
  }
1257
1257
  },
1258
1258
  {
1259
- "id": 119,
1259
+ "id": 118,
1260
1260
  "name": "sources",
1261
1261
  "kind": 1024,
1262
1262
  "kindString": "Property",
@@ -1279,7 +1279,7 @@
1279
1279
  }
1280
1280
  },
1281
1281
  {
1282
- "id": 120,
1282
+ "id": 119,
1283
1283
  "name": "timestamp",
1284
1284
  "kind": 1024,
1285
1285
  "kindString": "Property",
@@ -1303,10 +1303,10 @@
1303
1303
  {
1304
1304
  "title": "Properties",
1305
1305
  "children": [
1306
- 118,
1307
1306
  117,
1308
- 119,
1309
- 120
1307
+ 116,
1308
+ 118,
1309
+ 119
1310
1310
  ]
1311
1311
  }
1312
1312
  ],
@@ -1334,7 +1334,7 @@
1334
1334
  }
1335
1335
  },
1336
1336
  {
1337
- "id": 63,
1337
+ "id": 62,
1338
1338
  "name": "connect",
1339
1339
  "kind": 2048,
1340
1340
  "kindString": "Method",
@@ -1346,12 +1346,12 @@
1346
1346
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
1347
1347
  "line": 18,
1348
1348
  "character": 11,
1349
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L18"
1349
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L18"
1350
1350
  }
1351
1351
  ],
1352
1352
  "signatures": [
1353
1353
  {
1354
- "id": 64,
1354
+ "id": 63,
1355
1355
  "name": "connect",
1356
1356
  "kind": 4096,
1357
1357
  "kindString": "Call signature",
@@ -1378,7 +1378,7 @@
1378
1378
  }
1379
1379
  },
1380
1380
  {
1381
- "id": 65,
1381
+ "id": 64,
1382
1382
  "name": "disconnect",
1383
1383
  "kind": 2048,
1384
1384
  "kindString": "Method",
@@ -1390,12 +1390,12 @@
1390
1390
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
1391
1391
  "line": 19,
1392
1392
  "character": 11,
1393
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L19"
1393
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L19"
1394
1394
  }
1395
1395
  ],
1396
1396
  "signatures": [
1397
1397
  {
1398
- "id": 66,
1398
+ "id": 65,
1399
1399
  "name": "disconnect",
1400
1400
  "kind": 4096,
1401
1401
  "kindString": "Call signature",
@@ -1422,7 +1422,7 @@
1422
1422
  }
1423
1423
  },
1424
1424
  {
1425
- "id": 91,
1425
+ "id": 90,
1426
1426
  "name": "discover",
1427
1427
  "kind": 2048,
1428
1428
  "kindString": "Method",
@@ -1436,7 +1436,7 @@
1436
1436
  ],
1437
1437
  "signatures": [
1438
1438
  {
1439
- "id": 92,
1439
+ "id": 91,
1440
1440
  "name": "discover",
1441
1441
  "kind": 4096,
1442
1442
  "kindString": "Call signature",
@@ -1457,7 +1457,7 @@
1457
1457
  }
1458
1458
  },
1459
1459
  {
1460
- "id": 67,
1460
+ "id": 66,
1461
1461
  "name": "forward",
1462
1462
  "kind": 2048,
1463
1463
  "kindString": "Method",
@@ -1469,26 +1469,26 @@
1469
1469
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
1470
1470
  "line": 21,
1471
1471
  "character": 11,
1472
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L21"
1472
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L21"
1473
1473
  }
1474
1474
  ],
1475
1475
  "signatures": [
1476
1476
  {
1477
- "id": 68,
1477
+ "id": 67,
1478
1478
  "name": "forward",
1479
1479
  "kind": 4096,
1480
1480
  "kindString": "Call signature",
1481
1481
  "flags": {},
1482
1482
  "parameters": [
1483
1483
  {
1484
- "id": 69,
1484
+ "id": 68,
1485
1485
  "name": "query",
1486
1486
  "kind": 32768,
1487
1487
  "kindString": "Parameter",
1488
1488
  "flags": {},
1489
1489
  "type": {
1490
1490
  "type": "reference",
1491
- "id": 39,
1491
+ "id": 38,
1492
1492
  "name": "TQuery"
1493
1493
  }
1494
1494
  }
@@ -1515,14 +1515,14 @@
1515
1515
  {
1516
1516
  "type": "reflection",
1517
1517
  "declaration": {
1518
- "id": 70,
1518
+ "id": 69,
1519
1519
  "name": "__type",
1520
1520
  "kind": 65536,
1521
1521
  "kindString": "Type literal",
1522
1522
  "flags": {},
1523
1523
  "children": [
1524
1524
  {
1525
- "id": 72,
1525
+ "id": 71,
1526
1526
  "name": "previousHash",
1527
1527
  "kind": 1024,
1528
1528
  "kindString": "Property",
@@ -1542,7 +1542,7 @@
1542
1542
  }
1543
1543
  },
1544
1544
  {
1545
- "id": 71,
1545
+ "id": 70,
1546
1546
  "name": "schema",
1547
1547
  "kind": 1024,
1548
1548
  "kindString": "Property",
@@ -1560,7 +1560,7 @@
1560
1560
  }
1561
1561
  },
1562
1562
  {
1563
- "id": 73,
1563
+ "id": 72,
1564
1564
  "name": "sources",
1565
1565
  "kind": 1024,
1566
1566
  "kindString": "Property",
@@ -1583,7 +1583,7 @@
1583
1583
  }
1584
1584
  },
1585
1585
  {
1586
- "id": 74,
1586
+ "id": 73,
1587
1587
  "name": "timestamp",
1588
1588
  "kind": 1024,
1589
1589
  "kindString": "Property",
@@ -1607,10 +1607,10 @@
1607
1607
  {
1608
1608
  "title": "Properties",
1609
1609
  "children": [
1610
- 72,
1611
1610
  71,
1612
- 73,
1613
- 74
1611
+ 70,
1612
+ 72,
1613
+ 73
1614
1614
  ]
1615
1615
  }
1616
1616
  ],
@@ -1637,7 +1637,7 @@
1637
1637
  ]
1638
1638
  },
1639
1639
  {
1640
- "id": 93,
1640
+ "id": 92,
1641
1641
  "name": "initialize",
1642
1642
  "kind": 2048,
1643
1643
  "kindString": "Method",
@@ -1651,7 +1651,7 @@
1651
1651
  ],
1652
1652
  "signatures": [
1653
1653
  {
1654
- "id": 94,
1654
+ "id": 93,
1655
1655
  "name": "initialize",
1656
1656
  "kind": 4096,
1657
1657
  "kindString": "Call signature",
@@ -1672,63 +1672,7 @@
1672
1672
  }
1673
1673
  },
1674
1674
  {
1675
- "id": 88,
1676
- "name": "queriable",
1677
- "kind": 2048,
1678
- "kindString": "Method",
1679
- "flags": {},
1680
- "sources": [
1681
- {
1682
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1683
- "line": 14,
1684
- "character": 4
1685
- }
1686
- ],
1687
- "signatures": [
1688
- {
1689
- "id": 89,
1690
- "name": "queriable",
1691
- "kind": 4096,
1692
- "kindString": "Call signature",
1693
- "flags": {},
1694
- "parameters": [
1695
- {
1696
- "id": 90,
1697
- "name": "schema",
1698
- "kind": 32768,
1699
- "kindString": "Parameter",
1700
- "flags": {},
1701
- "type": {
1702
- "type": "intrinsic",
1703
- "name": "string"
1704
- }
1705
- }
1706
- ],
1707
- "type": {
1708
- "type": "intrinsic",
1709
- "name": "boolean"
1710
- },
1711
- "inheritedFrom": {
1712
- "type": "reference",
1713
- "name": "XyoModule.queriable"
1714
- },
1715
- "implementationOf": {
1716
- "type": "reference",
1717
- "name": "BridgeModule.queriable"
1718
- }
1719
- }
1720
- ],
1721
- "inheritedFrom": {
1722
- "type": "reference",
1723
- "name": "XyoModule.queriable"
1724
- },
1725
- "implementationOf": {
1726
- "type": "reference",
1727
- "name": "BridgeModule.queriable"
1728
- }
1729
- },
1730
- {
1731
- "id": 61,
1675
+ "id": 60,
1732
1676
  "name": "queries",
1733
1677
  "kind": 2048,
1734
1678
  "kindString": "Method",
@@ -1738,12 +1682,12 @@
1738
1682
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
1739
1683
  "line": 14,
1740
1684
  "character": 11,
1741
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L14"
1685
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L14"
1742
1686
  }
1743
1687
  ],
1744
1688
  "signatures": [
1745
1689
  {
1746
- "id": 62,
1690
+ "id": 61,
1747
1691
  "name": "queries",
1748
1692
  "kind": 4096,
1749
1693
  "kindString": "Call signature",
@@ -1769,7 +1713,7 @@
1769
1713
  },
1770
1714
  "objectType": {
1771
1715
  "type": "reference",
1772
- "id": 39,
1716
+ "id": 38,
1773
1717
  "name": "TQuery"
1774
1718
  }
1775
1719
  }
@@ -1796,7 +1740,7 @@
1796
1740
  }
1797
1741
  },
1798
1742
  {
1799
- "id": 75,
1743
+ "id": 74,
1800
1744
  "name": "query",
1801
1745
  "kind": 2048,
1802
1746
  "kindString": "Method",
@@ -1806,26 +1750,26 @@
1806
1750
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
1807
1751
  "line": 23,
1808
1752
  "character": 17,
1809
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L23"
1753
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L23"
1810
1754
  }
1811
1755
  ],
1812
1756
  "signatures": [
1813
1757
  {
1814
- "id": 76,
1758
+ "id": 75,
1815
1759
  "name": "query",
1816
1760
  "kind": 4096,
1817
1761
  "kindString": "Call signature",
1818
1762
  "flags": {},
1819
1763
  "parameters": [
1820
1764
  {
1821
- "id": 77,
1765
+ "id": 76,
1822
1766
  "name": "query",
1823
1767
  "kind": 32768,
1824
1768
  "kindString": "Parameter",
1825
1769
  "flags": {},
1826
1770
  "type": {
1827
1771
  "type": "reference",
1828
- "id": 39,
1772
+ "id": 38,
1829
1773
  "name": "TQuery"
1830
1774
  }
1831
1775
  }
@@ -1852,14 +1796,14 @@
1852
1796
  {
1853
1797
  "type": "reflection",
1854
1798
  "declaration": {
1855
- "id": 78,
1799
+ "id": 77,
1856
1800
  "name": "__type",
1857
1801
  "kind": 65536,
1858
1802
  "kindString": "Type literal",
1859
1803
  "flags": {},
1860
1804
  "children": [
1861
1805
  {
1862
- "id": 80,
1806
+ "id": 79,
1863
1807
  "name": "previousHash",
1864
1808
  "kind": 1024,
1865
1809
  "kindString": "Property",
@@ -1879,7 +1823,7 @@
1879
1823
  }
1880
1824
  },
1881
1825
  {
1882
- "id": 79,
1826
+ "id": 78,
1883
1827
  "name": "schema",
1884
1828
  "kind": 1024,
1885
1829
  "kindString": "Property",
@@ -1897,7 +1841,7 @@
1897
1841
  }
1898
1842
  },
1899
1843
  {
1900
- "id": 81,
1844
+ "id": 80,
1901
1845
  "name": "sources",
1902
1846
  "kind": 1024,
1903
1847
  "kindString": "Property",
@@ -1920,7 +1864,7 @@
1920
1864
  }
1921
1865
  },
1922
1866
  {
1923
- "id": 82,
1867
+ "id": 81,
1924
1868
  "name": "timestamp",
1925
1869
  "kind": 1024,
1926
1870
  "kindString": "Property",
@@ -1944,10 +1888,10 @@
1944
1888
  {
1945
1889
  "title": "Properties",
1946
1890
  "children": [
1947
- 80,
1948
1891
  79,
1949
- 81,
1950
- 82
1892
+ 78,
1893
+ 80,
1894
+ 81
1951
1895
  ]
1952
1896
  }
1953
1897
  ],
@@ -1990,7 +1934,63 @@
1990
1934
  }
1991
1935
  },
1992
1936
  {
1993
- "id": 97,
1937
+ "id": 87,
1938
+ "name": "queryable",
1939
+ "kind": 2048,
1940
+ "kindString": "Method",
1941
+ "flags": {},
1942
+ "sources": [
1943
+ {
1944
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
1945
+ "line": 14,
1946
+ "character": 4
1947
+ }
1948
+ ],
1949
+ "signatures": [
1950
+ {
1951
+ "id": 88,
1952
+ "name": "queryable",
1953
+ "kind": 4096,
1954
+ "kindString": "Call signature",
1955
+ "flags": {},
1956
+ "parameters": [
1957
+ {
1958
+ "id": 89,
1959
+ "name": "schema",
1960
+ "kind": 32768,
1961
+ "kindString": "Parameter",
1962
+ "flags": {},
1963
+ "type": {
1964
+ "type": "intrinsic",
1965
+ "name": "string"
1966
+ }
1967
+ }
1968
+ ],
1969
+ "type": {
1970
+ "type": "intrinsic",
1971
+ "name": "boolean"
1972
+ },
1973
+ "inheritedFrom": {
1974
+ "type": "reference",
1975
+ "name": "XyoModule.queryable"
1976
+ },
1977
+ "implementationOf": {
1978
+ "type": "reference",
1979
+ "name": "BridgeModule.queryable"
1980
+ }
1981
+ }
1982
+ ],
1983
+ "inheritedFrom": {
1984
+ "type": "reference",
1985
+ "name": "XyoModule.queryable"
1986
+ },
1987
+ "implementationOf": {
1988
+ "type": "reference",
1989
+ "name": "BridgeModule.queryable"
1990
+ }
1991
+ },
1992
+ {
1993
+ "id": 96,
1994
1994
  "name": "shutdown",
1995
1995
  "kind": 2048,
1996
1996
  "kindString": "Method",
@@ -2004,7 +2004,7 @@
2004
2004
  ],
2005
2005
  "signatures": [
2006
2006
  {
2007
- "id": 98,
2007
+ "id": 97,
2008
2008
  "name": "shutdown",
2009
2009
  "kind": 4096,
2010
2010
  "kindString": "Call signature",
@@ -2025,7 +2025,7 @@
2025
2025
  }
2026
2026
  },
2027
2027
  {
2028
- "id": 95,
2028
+ "id": 94,
2029
2029
  "name": "subscribe",
2030
2030
  "kind": 2048,
2031
2031
  "kindString": "Method",
@@ -2039,7 +2039,7 @@
2039
2039
  ],
2040
2040
  "signatures": [
2041
2041
  {
2042
- "id": 96,
2042
+ "id": 95,
2043
2043
  "name": "subscribe",
2044
2044
  "kind": 4096,
2045
2045
  "kindString": "Call signature",
@@ -2064,38 +2064,38 @@
2064
2064
  {
2065
2065
  "title": "Constructors",
2066
2066
  "children": [
2067
- 26
2067
+ 25
2068
2068
  ]
2069
2069
  },
2070
2070
  {
2071
2071
  "title": "Properties",
2072
2072
  "children": [
2073
- 84,
2074
2073
  83,
2075
- 85
2074
+ 82,
2075
+ 84
2076
2076
  ]
2077
2077
  },
2078
2078
  {
2079
2079
  "title": "Accessors",
2080
2080
  "children": [
2081
- 86
2081
+ 85
2082
2082
  ]
2083
2083
  },
2084
2084
  {
2085
2085
  "title": "Methods",
2086
2086
  "children": [
2087
- 99,
2088
- 108,
2089
- 63,
2090
- 65,
2091
- 91,
2092
- 67,
2093
- 93,
2094
- 88,
2095
- 61,
2096
- 75,
2097
- 97,
2098
- 95
2087
+ 98,
2088
+ 107,
2089
+ 62,
2090
+ 64,
2091
+ 90,
2092
+ 66,
2093
+ 92,
2094
+ 60,
2095
+ 74,
2096
+ 87,
2097
+ 96,
2098
+ 94
2099
2099
  ]
2100
2100
  }
2101
2101
  ],
@@ -2104,12 +2104,12 @@
2104
2104
  "fileName": "modules/packages/bridge/src/XyoBridge.ts",
2105
2105
  "line": 10,
2106
2106
  "character": 22,
2107
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridge.ts#L10"
2107
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridge.ts#L10"
2108
2108
  }
2109
2109
  ],
2110
2110
  "typeParameters": [
2111
2111
  {
2112
- "id": 121,
2112
+ "id": 120,
2113
2113
  "name": "TConfig",
2114
2114
  "kind": 131072,
2115
2115
  "kindString": "Type parameter",
@@ -2126,19 +2126,19 @@
2126
2126
  }
2127
2127
  },
2128
2128
  {
2129
- "id": 122,
2129
+ "id": 121,
2130
2130
  "name": "TQuery",
2131
2131
  "kind": 131072,
2132
2132
  "kindString": "Type parameter",
2133
2133
  "flags": {},
2134
2134
  "type": {
2135
2135
  "type": "reference",
2136
- "id": 11,
2136
+ "id": 10,
2137
2137
  "name": "XyoBridgeQuery"
2138
2138
  },
2139
2139
  "default": {
2140
2140
  "type": "reference",
2141
- "id": 11,
2141
+ "id": 10,
2142
2142
  "name": "XyoBridgeQuery"
2143
2143
  }
2144
2144
  }
@@ -2149,12 +2149,12 @@
2149
2149
  "typeArguments": [
2150
2150
  {
2151
2151
  "type": "reference",
2152
- "id": 38,
2152
+ "id": 37,
2153
2153
  "name": "TConfig"
2154
2154
  },
2155
2155
  {
2156
2156
  "type": "reference",
2157
- "id": 39,
2157
+ "id": 38,
2158
2158
  "name": "TQuery"
2159
2159
  }
2160
2160
  ],
@@ -2167,7 +2167,7 @@
2167
2167
  "typeArguments": [
2168
2168
  {
2169
2169
  "type": "reference",
2170
- "id": 39,
2170
+ "id": 38,
2171
2171
  "name": "TQuery"
2172
2172
  }
2173
2173
  ],
@@ -2176,14 +2176,14 @@
2176
2176
  ]
2177
2177
  },
2178
2178
  {
2179
- "id": 123,
2179
+ "id": 122,
2180
2180
  "name": "XyoBridgeWrapper",
2181
2181
  "kind": 128,
2182
2182
  "kindString": "Class",
2183
2183
  "flags": {},
2184
2184
  "children": [
2185
2185
  {
2186
- "id": 124,
2186
+ "id": 123,
2187
2187
  "name": "constructor",
2188
2188
  "kind": 512,
2189
2189
  "kindString": "Constructor",
@@ -2197,14 +2197,14 @@
2197
2197
  ],
2198
2198
  "signatures": [
2199
2199
  {
2200
- "id": 125,
2200
+ "id": 124,
2201
2201
  "name": "new XyoBridgeWrapper",
2202
2202
  "kind": 16384,
2203
2203
  "kindString": "Constructor signature",
2204
2204
  "flags": {},
2205
2205
  "parameters": [
2206
2206
  {
2207
- "id": 126,
2207
+ "id": 125,
2208
2208
  "name": "module",
2209
2209
  "kind": 32768,
2210
2210
  "kindString": "Parameter",
@@ -2215,14 +2215,14 @@
2215
2215
  {
2216
2216
  "type": "reflection",
2217
2217
  "declaration": {
2218
- "id": 127,
2218
+ "id": 126,
2219
2219
  "name": "__type",
2220
2220
  "kind": 65536,
2221
2221
  "kindString": "Type literal",
2222
2222
  "flags": {},
2223
2223
  "children": [
2224
2224
  {
2225
- "id": 129,
2225
+ "id": 128,
2226
2226
  "name": "previousHash",
2227
2227
  "kind": 1024,
2228
2228
  "kindString": "Property",
@@ -2242,7 +2242,7 @@
2242
2242
  }
2243
2243
  },
2244
2244
  {
2245
- "id": 128,
2245
+ "id": 127,
2246
2246
  "name": "schema",
2247
2247
  "kind": 1024,
2248
2248
  "kindString": "Property",
@@ -2260,7 +2260,7 @@
2260
2260
  }
2261
2261
  },
2262
2262
  {
2263
- "id": 130,
2263
+ "id": 129,
2264
2264
  "name": "sources",
2265
2265
  "kind": 1024,
2266
2266
  "kindString": "Property",
@@ -2283,7 +2283,7 @@
2283
2283
  }
2284
2284
  },
2285
2285
  {
2286
- "id": 131,
2286
+ "id": 130,
2287
2287
  "name": "timestamp",
2288
2288
  "kind": 1024,
2289
2289
  "kindString": "Property",
@@ -2307,10 +2307,10 @@
2307
2307
  {
2308
2308
  "title": "Properties",
2309
2309
  "children": [
2310
- 129,
2311
2310
  128,
2312
- 130,
2313
- 131
2311
+ 127,
2312
+ 129,
2313
+ 130
2314
2314
  ]
2315
2315
  }
2316
2316
  ],
@@ -2329,14 +2329,14 @@
2329
2329
  {
2330
2330
  "type": "reflection",
2331
2331
  "declaration": {
2332
- "id": 132,
2332
+ "id": 131,
2333
2333
  "name": "__type",
2334
2334
  "kind": 65536,
2335
2335
  "kindString": "Type literal",
2336
2336
  "flags": {},
2337
2337
  "children": [
2338
2338
  {
2339
- "id": 134,
2339
+ "id": 133,
2340
2340
  "name": "previousHash",
2341
2341
  "kind": 1024,
2342
2342
  "kindString": "Property",
@@ -2356,7 +2356,7 @@
2356
2356
  }
2357
2357
  },
2358
2358
  {
2359
- "id": 133,
2359
+ "id": 132,
2360
2360
  "name": "schema",
2361
2361
  "kind": 1024,
2362
2362
  "kindString": "Property",
@@ -2374,7 +2374,7 @@
2374
2374
  }
2375
2375
  },
2376
2376
  {
2377
- "id": 135,
2377
+ "id": 134,
2378
2378
  "name": "sources",
2379
2379
  "kind": 1024,
2380
2380
  "kindString": "Property",
@@ -2397,7 +2397,7 @@
2397
2397
  }
2398
2398
  },
2399
2399
  {
2400
- "id": 136,
2400
+ "id": 135,
2401
2401
  "name": "timestamp",
2402
2402
  "kind": 1024,
2403
2403
  "kindString": "Property",
@@ -2421,10 +2421,10 @@
2421
2421
  {
2422
2422
  "title": "Properties",
2423
2423
  "children": [
2424
- 134,
2425
2424
  133,
2426
- 135,
2427
- 136
2425
+ 132,
2426
+ 134,
2427
+ 135
2428
2428
  ]
2429
2429
  }
2430
2430
  ],
@@ -2447,14 +2447,14 @@
2447
2447
  {
2448
2448
  "type": "reflection",
2449
2449
  "declaration": {
2450
- "id": 137,
2450
+ "id": 136,
2451
2451
  "name": "__type",
2452
2452
  "kind": 65536,
2453
2453
  "kindString": "Type literal",
2454
2454
  "flags": {},
2455
2455
  "children": [
2456
2456
  {
2457
- "id": 139,
2457
+ "id": 138,
2458
2458
  "name": "previousHash",
2459
2459
  "kind": 1024,
2460
2460
  "kindString": "Property",
@@ -2474,7 +2474,7 @@
2474
2474
  }
2475
2475
  },
2476
2476
  {
2477
- "id": 138,
2477
+ "id": 137,
2478
2478
  "name": "schema",
2479
2479
  "kind": 1024,
2480
2480
  "kindString": "Property",
@@ -2492,7 +2492,7 @@
2492
2492
  }
2493
2493
  },
2494
2494
  {
2495
- "id": 140,
2495
+ "id": 139,
2496
2496
  "name": "sources",
2497
2497
  "kind": 1024,
2498
2498
  "kindString": "Property",
@@ -2515,7 +2515,7 @@
2515
2515
  }
2516
2516
  },
2517
2517
  {
2518
- "id": 141,
2518
+ "id": 140,
2519
2519
  "name": "timestamp",
2520
2520
  "kind": 1024,
2521
2521
  "kindString": "Property",
@@ -2539,10 +2539,10 @@
2539
2539
  {
2540
2540
  "title": "Properties",
2541
2541
  "children": [
2542
- 139,
2543
2542
  138,
2544
- 140,
2545
- 141
2543
+ 137,
2544
+ 139,
2545
+ 140
2546
2546
  ]
2547
2547
  }
2548
2548
  ],
@@ -2562,7 +2562,7 @@
2562
2562
  ],
2563
2563
  "type": {
2564
2564
  "type": "reference",
2565
- "id": 123,
2565
+ "id": 122,
2566
2566
  "name": "XyoBridgeWrapper"
2567
2567
  },
2568
2568
  "inheritedFrom": {
@@ -2577,7 +2577,7 @@
2577
2577
  }
2578
2578
  },
2579
2579
  {
2580
- "id": 148,
2580
+ "id": 147,
2581
2581
  "name": "module",
2582
2582
  "kind": 1024,
2583
2583
  "kindString": "Property",
@@ -2595,14 +2595,14 @@
2595
2595
  {
2596
2596
  "type": "reflection",
2597
2597
  "declaration": {
2598
- "id": 149,
2598
+ "id": 148,
2599
2599
  "name": "__type",
2600
2600
  "kind": 65536,
2601
2601
  "kindString": "Type literal",
2602
2602
  "flags": {},
2603
2603
  "children": [
2604
2604
  {
2605
- "id": 151,
2605
+ "id": 150,
2606
2606
  "name": "previousHash",
2607
2607
  "kind": 1024,
2608
2608
  "kindString": "Property",
@@ -2622,7 +2622,7 @@
2622
2622
  }
2623
2623
  },
2624
2624
  {
2625
- "id": 150,
2625
+ "id": 149,
2626
2626
  "name": "schema",
2627
2627
  "kind": 1024,
2628
2628
  "kindString": "Property",
@@ -2640,7 +2640,7 @@
2640
2640
  }
2641
2641
  },
2642
2642
  {
2643
- "id": 152,
2643
+ "id": 151,
2644
2644
  "name": "sources",
2645
2645
  "kind": 1024,
2646
2646
  "kindString": "Property",
@@ -2663,7 +2663,7 @@
2663
2663
  }
2664
2664
  },
2665
2665
  {
2666
- "id": 153,
2666
+ "id": 152,
2667
2667
  "name": "timestamp",
2668
2668
  "kind": 1024,
2669
2669
  "kindString": "Property",
@@ -2687,10 +2687,10 @@
2687
2687
  {
2688
2688
  "title": "Properties",
2689
2689
  "children": [
2690
- 151,
2691
2690
  150,
2692
- 152,
2693
- 153
2691
+ 149,
2692
+ 151,
2693
+ 152
2694
2694
  ]
2695
2695
  }
2696
2696
  ],
@@ -2709,14 +2709,14 @@
2709
2709
  {
2710
2710
  "type": "reflection",
2711
2711
  "declaration": {
2712
- "id": 154,
2712
+ "id": 153,
2713
2713
  "name": "__type",
2714
2714
  "kind": 65536,
2715
2715
  "kindString": "Type literal",
2716
2716
  "flags": {},
2717
2717
  "children": [
2718
2718
  {
2719
- "id": 156,
2719
+ "id": 155,
2720
2720
  "name": "previousHash",
2721
2721
  "kind": 1024,
2722
2722
  "kindString": "Property",
@@ -2736,7 +2736,7 @@
2736
2736
  }
2737
2737
  },
2738
2738
  {
2739
- "id": 155,
2739
+ "id": 154,
2740
2740
  "name": "schema",
2741
2741
  "kind": 1024,
2742
2742
  "kindString": "Property",
@@ -2754,7 +2754,7 @@
2754
2754
  }
2755
2755
  },
2756
2756
  {
2757
- "id": 157,
2757
+ "id": 156,
2758
2758
  "name": "sources",
2759
2759
  "kind": 1024,
2760
2760
  "kindString": "Property",
@@ -2777,7 +2777,7 @@
2777
2777
  }
2778
2778
  },
2779
2779
  {
2780
- "id": 158,
2780
+ "id": 157,
2781
2781
  "name": "timestamp",
2782
2782
  "kind": 1024,
2783
2783
  "kindString": "Property",
@@ -2801,10 +2801,10 @@
2801
2801
  {
2802
2802
  "title": "Properties",
2803
2803
  "children": [
2804
- 156,
2805
2804
  155,
2806
- 157,
2807
- 158
2805
+ 154,
2806
+ 156,
2807
+ 157
2808
2808
  ]
2809
2809
  }
2810
2810
  ],
@@ -2827,14 +2827,14 @@
2827
2827
  {
2828
2828
  "type": "reflection",
2829
2829
  "declaration": {
2830
- "id": 159,
2830
+ "id": 158,
2831
2831
  "name": "__type",
2832
2832
  "kind": 65536,
2833
2833
  "kindString": "Type literal",
2834
2834
  "flags": {},
2835
2835
  "children": [
2836
2836
  {
2837
- "id": 161,
2837
+ "id": 160,
2838
2838
  "name": "previousHash",
2839
2839
  "kind": 1024,
2840
2840
  "kindString": "Property",
@@ -2854,7 +2854,7 @@
2854
2854
  }
2855
2855
  },
2856
2856
  {
2857
- "id": 160,
2857
+ "id": 159,
2858
2858
  "name": "schema",
2859
2859
  "kind": 1024,
2860
2860
  "kindString": "Property",
@@ -2872,7 +2872,7 @@
2872
2872
  }
2873
2873
  },
2874
2874
  {
2875
- "id": 162,
2875
+ "id": 161,
2876
2876
  "name": "sources",
2877
2877
  "kind": 1024,
2878
2878
  "kindString": "Property",
@@ -2895,7 +2895,7 @@
2895
2895
  }
2896
2896
  },
2897
2897
  {
2898
- "id": 163,
2898
+ "id": 162,
2899
2899
  "name": "timestamp",
2900
2900
  "kind": 1024,
2901
2901
  "kindString": "Property",
@@ -2919,10 +2919,10 @@
2919
2919
  {
2920
2920
  "title": "Properties",
2921
2921
  "children": [
2922
- 161,
2923
2922
  160,
2924
- 162,
2925
- 163
2923
+ 159,
2924
+ 161,
2925
+ 162
2926
2926
  ]
2927
2927
  }
2928
2928
  ],
@@ -2944,7 +2944,7 @@
2944
2944
  }
2945
2945
  },
2946
2946
  {
2947
- "id": 164,
2947
+ "id": 163,
2948
2948
  "name": "address",
2949
2949
  "kind": 262144,
2950
2950
  "kindString": "Accessor",
@@ -2957,7 +2957,7 @@
2957
2957
  }
2958
2958
  ],
2959
2959
  "getSignature": {
2960
- "id": 165,
2960
+ "id": 164,
2961
2961
  "name": "address",
2962
2962
  "kind": 524288,
2963
2963
  "kindString": "Get signature",
@@ -2977,7 +2977,7 @@
2977
2977
  }
2978
2978
  },
2979
2979
  {
2980
- "id": 166,
2980
+ "id": 165,
2981
2981
  "name": "queries",
2982
2982
  "kind": 262144,
2983
2983
  "kindString": "Accessor",
@@ -2990,7 +2990,7 @@
2990
2990
  }
2991
2991
  ],
2992
2992
  "getSignature": {
2993
- "id": 167,
2993
+ "id": 166,
2994
2994
  "name": "queries",
2995
2995
  "kind": 524288,
2996
2996
  "kindString": "Get signature",
@@ -2998,7 +2998,7 @@
2998
2998
  "type": {
2999
2999
  "type": "reflection",
3000
3000
  "declaration": {
3001
- "id": 168,
3001
+ "id": 167,
3002
3002
  "name": "__type",
3003
3003
  "kind": 65536,
3004
3004
  "kindString": "Type literal",
@@ -3012,7 +3012,7 @@
3012
3012
  ],
3013
3013
  "signatures": [
3014
3014
  {
3015
- "id": 169,
3015
+ "id": 168,
3016
3016
  "name": "__type",
3017
3017
  "kind": 4096,
3018
3018
  "kindString": "Call signature",
@@ -3039,7 +3039,7 @@
3039
3039
  }
3040
3040
  },
3041
3041
  {
3042
- "id": 142,
3042
+ "id": 141,
3043
3043
  "name": "connect",
3044
3044
  "kind": 2048,
3045
3045
  "kindString": "Method",
@@ -3049,19 +3049,19 @@
3049
3049
  "fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
3050
3050
  "line": 7,
3051
3051
  "character": 8,
3052
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L7"
3052
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L7"
3053
3053
  }
3054
3054
  ],
3055
3055
  "signatures": [
3056
3056
  {
3057
- "id": 143,
3057
+ "id": 142,
3058
3058
  "name": "connect",
3059
3059
  "kind": 4096,
3060
3060
  "kindString": "Call signature",
3061
3061
  "flags": {},
3062
3062
  "parameters": [
3063
3063
  {
3064
- "id": 144,
3064
+ "id": 143,
3065
3065
  "name": "uri",
3066
3066
  "kind": 32768,
3067
3067
  "kindString": "Parameter",
@@ -3098,7 +3098,7 @@
3098
3098
  }
3099
3099
  },
3100
3100
  {
3101
- "id": 145,
3101
+ "id": 144,
3102
3102
  "name": "disconnect",
3103
3103
  "kind": 2048,
3104
3104
  "kindString": "Method",
@@ -3108,19 +3108,19 @@
3108
3108
  "fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
3109
3109
  "line": 13,
3110
3110
  "character": 8,
3111
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L13"
3111
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L13"
3112
3112
  }
3113
3113
  ],
3114
3114
  "signatures": [
3115
3115
  {
3116
- "id": 146,
3116
+ "id": 145,
3117
3117
  "name": "disconnect",
3118
3118
  "kind": 4096,
3119
3119
  "kindString": "Call signature",
3120
3120
  "flags": {},
3121
3121
  "parameters": [
3122
3122
  {
3123
- "id": 147,
3123
+ "id": 146,
3124
3124
  "name": "uri",
3125
3125
  "kind": 32768,
3126
3126
  "kindString": "Parameter",
@@ -3157,55 +3157,7 @@
3157
3157
  }
3158
3158
  },
3159
3159
  {
3160
- "id": 170,
3161
- "name": "queriable",
3162
- "kind": 2048,
3163
- "kindString": "Method",
3164
- "flags": {},
3165
- "sources": [
3166
- {
3167
- "fileName": "modules/packages/module/dist/esm/XyoModuleWrapper.d.ts",
3168
- "line": 11,
3169
- "character": 4
3170
- }
3171
- ],
3172
- "signatures": [
3173
- {
3174
- "id": 171,
3175
- "name": "queriable",
3176
- "kind": 4096,
3177
- "kindString": "Call signature",
3178
- "flags": {},
3179
- "parameters": [
3180
- {
3181
- "id": 172,
3182
- "name": "schema",
3183
- "kind": 32768,
3184
- "kindString": "Parameter",
3185
- "flags": {},
3186
- "type": {
3187
- "type": "intrinsic",
3188
- "name": "string"
3189
- }
3190
- }
3191
- ],
3192
- "type": {
3193
- "type": "intrinsic",
3194
- "name": "boolean"
3195
- },
3196
- "inheritedFrom": {
3197
- "type": "reference",
3198
- "name": "XyoModuleWrapper.queriable"
3199
- }
3200
- }
3201
- ],
3202
- "inheritedFrom": {
3203
- "type": "reference",
3204
- "name": "XyoModuleWrapper.queriable"
3205
- }
3206
- },
3207
- {
3208
- "id": 173,
3160
+ "id": 172,
3209
3161
  "name": "query",
3210
3162
  "kind": 2048,
3211
3163
  "kindString": "Method",
@@ -3219,14 +3171,14 @@
3219
3171
  ],
3220
3172
  "signatures": [
3221
3173
  {
3222
- "id": 174,
3174
+ "id": 173,
3223
3175
  "name": "query",
3224
3176
  "kind": 4096,
3225
3177
  "kindString": "Call signature",
3226
3178
  "flags": {},
3227
3179
  "parameters": [
3228
3180
  {
3229
- "id": 175,
3181
+ "id": 174,
3230
3182
  "name": "query",
3231
3183
  "kind": 32768,
3232
3184
  "kindString": "Parameter",
@@ -3237,14 +3189,14 @@
3237
3189
  {
3238
3190
  "type": "reflection",
3239
3191
  "declaration": {
3240
- "id": 176,
3192
+ "id": 175,
3241
3193
  "name": "__type",
3242
3194
  "kind": 65536,
3243
3195
  "kindString": "Type literal",
3244
3196
  "flags": {},
3245
3197
  "children": [
3246
3198
  {
3247
- "id": 178,
3199
+ "id": 177,
3248
3200
  "name": "previousHash",
3249
3201
  "kind": 1024,
3250
3202
  "kindString": "Property",
@@ -3264,7 +3216,7 @@
3264
3216
  }
3265
3217
  },
3266
3218
  {
3267
- "id": 177,
3219
+ "id": 176,
3268
3220
  "name": "schema",
3269
3221
  "kind": 1024,
3270
3222
  "kindString": "Property",
@@ -3282,7 +3234,7 @@
3282
3234
  }
3283
3235
  },
3284
3236
  {
3285
- "id": 179,
3237
+ "id": 178,
3286
3238
  "name": "sources",
3287
3239
  "kind": 1024,
3288
3240
  "kindString": "Property",
@@ -3305,7 +3257,7 @@
3305
3257
  }
3306
3258
  },
3307
3259
  {
3308
- "id": 180,
3260
+ "id": 179,
3309
3261
  "name": "timestamp",
3310
3262
  "kind": 1024,
3311
3263
  "kindString": "Property",
@@ -3329,10 +3281,10 @@
3329
3281
  {
3330
3282
  "title": "Properties",
3331
3283
  "children": [
3332
- 178,
3333
3284
  177,
3334
- 179,
3335
- 180
3285
+ 176,
3286
+ 178,
3287
+ 179
3336
3288
  ]
3337
3289
  }
3338
3290
  ],
@@ -3363,14 +3315,14 @@
3363
3315
  {
3364
3316
  "type": "reflection",
3365
3317
  "declaration": {
3366
- "id": 181,
3318
+ "id": 180,
3367
3319
  "name": "__type",
3368
3320
  "kind": 65536,
3369
3321
  "kindString": "Type literal",
3370
3322
  "flags": {},
3371
3323
  "children": [
3372
3324
  {
3373
- "id": 183,
3325
+ "id": 182,
3374
3326
  "name": "previousHash",
3375
3327
  "kind": 1024,
3376
3328
  "kindString": "Property",
@@ -3390,7 +3342,7 @@
3390
3342
  }
3391
3343
  },
3392
3344
  {
3393
- "id": 182,
3345
+ "id": 181,
3394
3346
  "name": "schema",
3395
3347
  "kind": 1024,
3396
3348
  "kindString": "Property",
@@ -3408,7 +3360,7 @@
3408
3360
  }
3409
3361
  },
3410
3362
  {
3411
- "id": 184,
3363
+ "id": 183,
3412
3364
  "name": "sources",
3413
3365
  "kind": 1024,
3414
3366
  "kindString": "Property",
@@ -3431,7 +3383,7 @@
3431
3383
  }
3432
3384
  },
3433
3385
  {
3434
- "id": 185,
3386
+ "id": 184,
3435
3387
  "name": "timestamp",
3436
3388
  "kind": 1024,
3437
3389
  "kindString": "Property",
@@ -3455,10 +3407,10 @@
3455
3407
  {
3456
3408
  "title": "Properties",
3457
3409
  "children": [
3458
- 183,
3459
3410
  182,
3460
- 184,
3461
- 185
3411
+ 181,
3412
+ 183,
3413
+ 184
3462
3414
  ]
3463
3415
  }
3464
3416
  ],
@@ -3487,35 +3439,83 @@
3487
3439
  "type": "reference",
3488
3440
  "name": "XyoModuleWrapper.query"
3489
3441
  }
3442
+ },
3443
+ {
3444
+ "id": 169,
3445
+ "name": "queryable",
3446
+ "kind": 2048,
3447
+ "kindString": "Method",
3448
+ "flags": {},
3449
+ "sources": [
3450
+ {
3451
+ "fileName": "modules/packages/module/dist/esm/XyoModuleWrapper.d.ts",
3452
+ "line": 11,
3453
+ "character": 4
3454
+ }
3455
+ ],
3456
+ "signatures": [
3457
+ {
3458
+ "id": 170,
3459
+ "name": "queryable",
3460
+ "kind": 4096,
3461
+ "kindString": "Call signature",
3462
+ "flags": {},
3463
+ "parameters": [
3464
+ {
3465
+ "id": 171,
3466
+ "name": "schema",
3467
+ "kind": 32768,
3468
+ "kindString": "Parameter",
3469
+ "flags": {},
3470
+ "type": {
3471
+ "type": "intrinsic",
3472
+ "name": "string"
3473
+ }
3474
+ }
3475
+ ],
3476
+ "type": {
3477
+ "type": "intrinsic",
3478
+ "name": "boolean"
3479
+ },
3480
+ "inheritedFrom": {
3481
+ "type": "reference",
3482
+ "name": "XyoModuleWrapper.queryable"
3483
+ }
3484
+ }
3485
+ ],
3486
+ "inheritedFrom": {
3487
+ "type": "reference",
3488
+ "name": "XyoModuleWrapper.queryable"
3489
+ }
3490
3490
  }
3491
3491
  ],
3492
3492
  "groups": [
3493
3493
  {
3494
3494
  "title": "Constructors",
3495
3495
  "children": [
3496
- 124
3496
+ 123
3497
3497
  ]
3498
3498
  },
3499
3499
  {
3500
3500
  "title": "Properties",
3501
3501
  "children": [
3502
- 148
3502
+ 147
3503
3503
  ]
3504
3504
  },
3505
3505
  {
3506
3506
  "title": "Accessors",
3507
3507
  "children": [
3508
- 164,
3509
- 166
3508
+ 163,
3509
+ 165
3510
3510
  ]
3511
3511
  },
3512
3512
  {
3513
3513
  "title": "Methods",
3514
3514
  "children": [
3515
- 142,
3516
- 145,
3517
- 170,
3518
- 173
3515
+ 141,
3516
+ 144,
3517
+ 172,
3518
+ 169
3519
3519
  ]
3520
3520
  }
3521
3521
  ],
@@ -3524,7 +3524,7 @@
3524
3524
  "fileName": "modules/packages/bridge/src/XyoBridgeWrapper.ts",
3525
3525
  "line": 6,
3526
3526
  "character": 13,
3527
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L6"
3527
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoBridgeWrapper.ts#L6"
3528
3528
  }
3529
3529
  ],
3530
3530
  "extendedTypes": [
@@ -3541,14 +3541,14 @@
3541
3541
  ]
3542
3542
  },
3543
3543
  {
3544
- "id": 193,
3544
+ "id": 192,
3545
3545
  "name": "XyoHttpBridge",
3546
3546
  "kind": 128,
3547
3547
  "kindString": "Class",
3548
3548
  "flags": {},
3549
3549
  "children": [
3550
3550
  {
3551
- "id": 194,
3551
+ "id": 193,
3552
3552
  "name": "constructor",
3553
3553
  "kind": 512,
3554
3554
  "kindString": "Constructor",
@@ -3558,49 +3558,49 @@
3558
3558
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
3559
3559
  "line": 29,
3560
3560
  "character": 2,
3561
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L29"
3561
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L29"
3562
3562
  }
3563
3563
  ],
3564
3564
  "signatures": [
3565
3565
  {
3566
- "id": 195,
3566
+ "id": 194,
3567
3567
  "name": "new XyoHttpBridge",
3568
3568
  "kind": 16384,
3569
3569
  "kindString": "Constructor signature",
3570
3570
  "flags": {},
3571
3571
  "typeParameter": [
3572
3572
  {
3573
- "id": 196,
3573
+ "id": 195,
3574
3574
  "name": "TQuery",
3575
3575
  "kind": 131072,
3576
3576
  "kindString": "Type parameter",
3577
3577
  "flags": {},
3578
3578
  "type": {
3579
3579
  "type": "reference",
3580
- "id": 11,
3580
+ "id": 10,
3581
3581
  "name": "XyoBridgeQuery"
3582
3582
  },
3583
3583
  "default": {
3584
3584
  "type": "reference",
3585
- "id": 11,
3585
+ "id": 10,
3586
3586
  "name": "XyoBridgeQuery"
3587
3587
  }
3588
3588
  }
3589
3589
  ],
3590
3590
  "parameters": [
3591
3591
  {
3592
- "id": 197,
3592
+ "id": 196,
3593
3593
  "name": "config",
3594
3594
  "kind": 32768,
3595
3595
  "kindString": "Parameter",
3596
3596
  "flags": {},
3597
3597
  "type": {
3598
3598
  "type": "reference",
3599
- "id": 7,
3599
+ "id": 8,
3600
3600
  "typeArguments": [
3601
3601
  {
3602
3602
  "type": "reference",
3603
- "id": 188,
3603
+ "id": 187,
3604
3604
  "name": "XyoHttpBridgeConfig"
3605
3605
  }
3606
3606
  ],
@@ -3610,11 +3610,11 @@
3610
3610
  ],
3611
3611
  "type": {
3612
3612
  "type": "reference",
3613
- "id": 193,
3613
+ "id": 192,
3614
3614
  "typeArguments": [
3615
3615
  {
3616
3616
  "type": "reference",
3617
- "id": 196,
3617
+ "id": 195,
3618
3618
  "name": "TQuery"
3619
3619
  }
3620
3620
  ],
@@ -3632,7 +3632,7 @@
3632
3632
  }
3633
3633
  },
3634
3634
  {
3635
- "id": 226,
3635
+ "id": 225,
3636
3636
  "name": "account",
3637
3637
  "kind": 1024,
3638
3638
  "kindString": "Property",
@@ -3656,7 +3656,7 @@
3656
3656
  }
3657
3657
  },
3658
3658
  {
3659
- "id": 198,
3659
+ "id": 197,
3660
3660
  "name": "axios",
3661
3661
  "kind": 1024,
3662
3662
  "kindString": "Property",
@@ -3668,18 +3668,16 @@
3668
3668
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
3669
3669
  "line": 27,
3670
3670
  "character": 10,
3671
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L27"
3671
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L27"
3672
3672
  }
3673
3673
  ],
3674
3674
  "type": {
3675
3675
  "type": "reference",
3676
- "name": "Axios",
3677
- "qualifiedName": "Axios",
3678
- "package": "axios"
3676
+ "name": "AxiosJson"
3679
3677
  }
3680
3678
  },
3681
3679
  {
3682
- "id": 225,
3680
+ "id": 224,
3683
3681
  "name": "config",
3684
3682
  "kind": 1024,
3685
3683
  "kindString": "Property",
@@ -3696,7 +3694,7 @@
3696
3694
  ],
3697
3695
  "type": {
3698
3696
  "type": "reference",
3699
- "id": 188,
3697
+ "id": 187,
3700
3698
  "name": "XyoHttpBridgeConfig"
3701
3699
  },
3702
3700
  "inheritedFrom": {
@@ -3705,7 +3703,7 @@
3705
3703
  }
3706
3704
  },
3707
3705
  {
3708
- "id": 227,
3706
+ "id": 226,
3709
3707
  "name": "resolver",
3710
3708
  "kind": 1024,
3711
3709
  "kindString": "Property",
@@ -3730,7 +3728,7 @@
3730
3728
  }
3731
3729
  },
3732
3730
  {
3733
- "id": 228,
3731
+ "id": 227,
3734
3732
  "name": "address",
3735
3733
  "kind": 262144,
3736
3734
  "kindString": "Accessor",
@@ -3743,7 +3741,7 @@
3743
3741
  }
3744
3742
  ],
3745
3743
  "getSignature": {
3746
- "id": 229,
3744
+ "id": 228,
3747
3745
  "name": "address",
3748
3746
  "kind": 524288,
3749
3747
  "kindString": "Get signature",
@@ -3771,74 +3769,73 @@
3771
3769
  }
3772
3770
  },
3773
3771
  {
3774
- "id": 203,
3775
- "name": "axiosConfig",
3772
+ "id": 198,
3773
+ "name": "nodeUri",
3776
3774
  "kind": 262144,
3777
3775
  "kindString": "Accessor",
3778
3776
  "flags": {
3779
- "isPrivate": true
3777
+ "isPublic": true
3780
3778
  },
3781
3779
  "sources": [
3782
3780
  {
3783
3781
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
3784
- "line": 46,
3785
- "character": 14,
3786
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L46"
3782
+ "line": 34,
3783
+ "character": 13,
3784
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L34"
3787
3785
  }
3788
3786
  ],
3789
3787
  "getSignature": {
3790
- "id": 204,
3791
- "name": "axiosConfig",
3788
+ "id": 199,
3789
+ "name": "nodeUri",
3792
3790
  "kind": 524288,
3793
3791
  "kindString": "Get signature",
3794
3792
  "flags": {},
3795
3793
  "type": {
3796
- "type": "reference",
3797
- "typeArguments": [
3798
- {
3799
- "type": "intrinsic",
3800
- "name": "any"
3801
- }
3802
- ],
3803
- "name": "AxiosRequestConfig",
3804
- "qualifiedName": "AxiosRequestConfig",
3805
- "package": "axios"
3794
+ "type": "intrinsic",
3795
+ "name": "string"
3806
3796
  }
3807
3797
  }
3808
3798
  },
3809
3799
  {
3810
- "id": 201,
3811
- "name": "axiosHeaders",
3800
+ "id": 200,
3801
+ "name": "targetAddress",
3812
3802
  "kind": 262144,
3813
3803
  "kindString": "Accessor",
3814
3804
  "flags": {
3815
- "isPrivate": true
3805
+ "isPublic": true
3816
3806
  },
3817
3807
  "sources": [
3818
3808
  {
3819
3809
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
3820
3810
  "line": 38,
3821
- "character": 14,
3822
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L38"
3811
+ "character": 13,
3812
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L38"
3823
3813
  }
3824
3814
  ],
3825
3815
  "getSignature": {
3826
- "id": 202,
3827
- "name": "axiosHeaders",
3816
+ "id": 201,
3817
+ "name": "targetAddress",
3828
3818
  "kind": 524288,
3829
3819
  "kindString": "Get signature",
3830
3820
  "flags": {},
3831
3821
  "type": {
3832
- "type": "reference",
3833
- "name": "AxiosRequestHeaders",
3834
- "qualifiedName": "AxiosRequestHeaders",
3835
- "package": "axios"
3822
+ "type": "union",
3823
+ "types": [
3824
+ {
3825
+ "type": "intrinsic",
3826
+ "name": "undefined"
3827
+ },
3828
+ {
3829
+ "type": "intrinsic",
3830
+ "name": "string"
3831
+ }
3832
+ ]
3836
3833
  }
3837
3834
  }
3838
3835
  },
3839
3836
  {
3840
- "id": 199,
3841
- "name": "uri",
3837
+ "id": 202,
3838
+ "name": "targetAddressString",
3842
3839
  "kind": 262144,
3843
3840
  "kindString": "Accessor",
3844
3841
  "flags": {
@@ -3847,14 +3844,14 @@
3847
3844
  "sources": [
3848
3845
  {
3849
3846
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
3850
- "line": 34,
3847
+ "line": 42,
3851
3848
  "character": 13,
3852
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L34"
3849
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L42"
3853
3850
  }
3854
3851
  ],
3855
3852
  "getSignature": {
3856
- "id": 200,
3857
- "name": "uri",
3853
+ "id": 203,
3854
+ "name": "targetAddressString",
3858
3855
  "kind": 524288,
3859
3856
  "kindString": "Get signature",
3860
3857
  "flags": {},
@@ -3865,7 +3862,7 @@
3865
3862
  }
3866
3863
  },
3867
3864
  {
3868
- "id": 243,
3865
+ "id": 242,
3869
3866
  "name": "bindHashes",
3870
3867
  "kind": 2048,
3871
3868
  "kindString": "Method",
@@ -3879,14 +3876,14 @@
3879
3876
  ],
3880
3877
  "signatures": [
3881
3878
  {
3882
- "id": 244,
3879
+ "id": 243,
3883
3880
  "name": "bindHashes",
3884
3881
  "kind": 4096,
3885
3882
  "kindString": "Call signature",
3886
3883
  "flags": {},
3887
3884
  "parameters": [
3888
3885
  {
3889
- "id": 245,
3886
+ "id": 244,
3890
3887
  "name": "hashes",
3891
3888
  "kind": 32768,
3892
3889
  "kindString": "Parameter",
@@ -3900,7 +3897,7 @@
3900
3897
  }
3901
3898
  },
3902
3899
  {
3903
- "id": 246,
3900
+ "id": 245,
3904
3901
  "name": "schema",
3905
3902
  "kind": 32768,
3906
3903
  "kindString": "Parameter",
@@ -3924,14 +3921,14 @@
3924
3921
  {
3925
3922
  "type": "reflection",
3926
3923
  "declaration": {
3927
- "id": 247,
3924
+ "id": 246,
3928
3925
  "name": "__type",
3929
3926
  "kind": 65536,
3930
3927
  "kindString": "Type literal",
3931
3928
  "flags": {},
3932
3929
  "children": [
3933
3930
  {
3934
- "id": 249,
3931
+ "id": 248,
3935
3932
  "name": "previousHash",
3936
3933
  "kind": 1024,
3937
3934
  "kindString": "Property",
@@ -3951,7 +3948,7 @@
3951
3948
  }
3952
3949
  },
3953
3950
  {
3954
- "id": 248,
3951
+ "id": 247,
3955
3952
  "name": "schema",
3956
3953
  "kind": 1024,
3957
3954
  "kindString": "Property",
@@ -3969,7 +3966,7 @@
3969
3966
  }
3970
3967
  },
3971
3968
  {
3972
- "id": 250,
3969
+ "id": 249,
3973
3970
  "name": "sources",
3974
3971
  "kind": 1024,
3975
3972
  "kindString": "Property",
@@ -3992,7 +3989,7 @@
3992
3989
  }
3993
3990
  },
3994
3991
  {
3995
- "id": 251,
3992
+ "id": 250,
3996
3993
  "name": "timestamp",
3997
3994
  "kind": 1024,
3998
3995
  "kindString": "Property",
@@ -4016,10 +4013,10 @@
4016
4013
  {
4017
4014
  "title": "Properties",
4018
4015
  "children": [
4019
- 249,
4020
4016
  248,
4021
- 250,
4022
- 251
4017
+ 247,
4018
+ 249,
4019
+ 250
4023
4020
  ]
4024
4021
  }
4025
4022
  ],
@@ -4047,7 +4044,7 @@
4047
4044
  }
4048
4045
  },
4049
4046
  {
4050
- "id": 252,
4047
+ "id": 251,
4051
4048
  "name": "bindPayloads",
4052
4049
  "kind": 2048,
4053
4050
  "kindString": "Method",
@@ -4061,14 +4058,14 @@
4061
4058
  ],
4062
4059
  "signatures": [
4063
4060
  {
4064
- "id": 253,
4061
+ "id": 252,
4065
4062
  "name": "bindPayloads",
4066
4063
  "kind": 4096,
4067
4064
  "kindString": "Call signature",
4068
4065
  "flags": {},
4069
4066
  "parameters": [
4070
4067
  {
4071
- "id": 254,
4068
+ "id": 253,
4072
4069
  "name": "payloads",
4073
4070
  "kind": 32768,
4074
4071
  "kindString": "Parameter",
@@ -4085,14 +4082,14 @@
4085
4082
  {
4086
4083
  "type": "reflection",
4087
4084
  "declaration": {
4088
- "id": 255,
4085
+ "id": 254,
4089
4086
  "name": "__type",
4090
4087
  "kind": 65536,
4091
4088
  "kindString": "Type literal",
4092
4089
  "flags": {},
4093
4090
  "children": [
4094
4091
  {
4095
- "id": 257,
4092
+ "id": 256,
4096
4093
  "name": "previousHash",
4097
4094
  "kind": 1024,
4098
4095
  "kindString": "Property",
@@ -4112,7 +4109,7 @@
4112
4109
  }
4113
4110
  },
4114
4111
  {
4115
- "id": 256,
4112
+ "id": 255,
4116
4113
  "name": "schema",
4117
4114
  "kind": 1024,
4118
4115
  "kindString": "Property",
@@ -4130,7 +4127,7 @@
4130
4127
  }
4131
4128
  },
4132
4129
  {
4133
- "id": 258,
4130
+ "id": 257,
4134
4131
  "name": "sources",
4135
4132
  "kind": 1024,
4136
4133
  "kindString": "Property",
@@ -4153,7 +4150,7 @@
4153
4150
  }
4154
4151
  },
4155
4152
  {
4156
- "id": 259,
4153
+ "id": 258,
4157
4154
  "name": "timestamp",
4158
4155
  "kind": 1024,
4159
4156
  "kindString": "Property",
@@ -4177,10 +4174,10 @@
4177
4174
  {
4178
4175
  "title": "Properties",
4179
4176
  "children": [
4180
- 257,
4181
4177
  256,
4182
- 258,
4183
- 259
4178
+ 255,
4179
+ 257,
4180
+ 258
4184
4181
  ]
4185
4182
  }
4186
4183
  ],
@@ -4208,14 +4205,14 @@
4208
4205
  {
4209
4206
  "type": "reflection",
4210
4207
  "declaration": {
4211
- "id": 260,
4208
+ "id": 259,
4212
4209
  "name": "__type",
4213
4210
  "kind": 65536,
4214
4211
  "kindString": "Type literal",
4215
4212
  "flags": {},
4216
4213
  "children": [
4217
4214
  {
4218
- "id": 262,
4215
+ "id": 261,
4219
4216
  "name": "previousHash",
4220
4217
  "kind": 1024,
4221
4218
  "kindString": "Property",
@@ -4235,7 +4232,7 @@
4235
4232
  }
4236
4233
  },
4237
4234
  {
4238
- "id": 261,
4235
+ "id": 260,
4239
4236
  "name": "schema",
4240
4237
  "kind": 1024,
4241
4238
  "kindString": "Property",
@@ -4253,7 +4250,7 @@
4253
4250
  }
4254
4251
  },
4255
4252
  {
4256
- "id": 263,
4253
+ "id": 262,
4257
4254
  "name": "sources",
4258
4255
  "kind": 1024,
4259
4256
  "kindString": "Property",
@@ -4276,7 +4273,7 @@
4276
4273
  }
4277
4274
  },
4278
4275
  {
4279
- "id": 264,
4276
+ "id": 263,
4280
4277
  "name": "timestamp",
4281
4278
  "kind": 1024,
4282
4279
  "kindString": "Property",
@@ -4300,10 +4297,10 @@
4300
4297
  {
4301
4298
  "title": "Properties",
4302
4299
  "children": [
4303
- 262,
4304
4300
  261,
4305
- 263,
4306
- 264
4301
+ 260,
4302
+ 262,
4303
+ 263
4307
4304
  ]
4308
4305
  }
4309
4306
  ],
@@ -4331,7 +4328,7 @@
4331
4328
  }
4332
4329
  },
4333
4330
  {
4334
- "id": 205,
4331
+ "id": 204,
4335
4332
  "name": "connect",
4336
4333
  "kind": 2048,
4337
4334
  "kindString": "Method",
@@ -4339,14 +4336,14 @@
4339
4336
  "sources": [
4340
4337
  {
4341
4338
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
4342
- "line": 69,
4339
+ "line": 46,
4343
4340
  "character": 2,
4344
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L69"
4341
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L46"
4345
4342
  }
4346
4343
  ],
4347
4344
  "signatures": [
4348
4345
  {
4349
- "id": 206,
4346
+ "id": 205,
4350
4347
  "name": "connect",
4351
4348
  "kind": 4096,
4352
4349
  "kindString": "Call signature",
@@ -4373,7 +4370,7 @@
4373
4370
  }
4374
4371
  },
4375
4372
  {
4376
- "id": 207,
4373
+ "id": 206,
4377
4374
  "name": "disconnect",
4378
4375
  "kind": 2048,
4379
4376
  "kindString": "Method",
@@ -4381,14 +4378,14 @@
4381
4378
  "sources": [
4382
4379
  {
4383
4380
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
4384
- "line": 73,
4381
+ "line": 50,
4385
4382
  "character": 2,
4386
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L73"
4383
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L50"
4387
4384
  }
4388
4385
  ],
4389
4386
  "signatures": [
4390
4387
  {
4391
- "id": 208,
4388
+ "id": 207,
4392
4389
  "name": "disconnect",
4393
4390
  "kind": 4096,
4394
4391
  "kindString": "Call signature",
@@ -4415,7 +4412,7 @@
4415
4412
  }
4416
4413
  },
4417
4414
  {
4418
- "id": 235,
4415
+ "id": 234,
4419
4416
  "name": "discover",
4420
4417
  "kind": 2048,
4421
4418
  "kindString": "Method",
@@ -4429,7 +4426,7 @@
4429
4426
  ],
4430
4427
  "signatures": [
4431
4428
  {
4432
- "id": 236,
4429
+ "id": 235,
4433
4430
  "name": "discover",
4434
4431
  "kind": 4096,
4435
4432
  "kindString": "Call signature",
@@ -4450,7 +4447,7 @@
4450
4447
  }
4451
4448
  },
4452
4449
  {
4453
- "id": 209,
4450
+ "id": 208,
4454
4451
  "name": "forward",
4455
4452
  "kind": 2048,
4456
4453
  "kindString": "Method",
@@ -4458,28 +4455,28 @@
4458
4455
  "sources": [
4459
4456
  {
4460
4457
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
4461
- "line": 77,
4458
+ "line": 54,
4462
4459
  "character": 8,
4463
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L77"
4460
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L54"
4464
4461
  }
4465
4462
  ],
4466
4463
  "signatures": [
4467
4464
  {
4468
- "id": 210,
4465
+ "id": 209,
4469
4466
  "name": "forward",
4470
4467
  "kind": 4096,
4471
4468
  "kindString": "Call signature",
4472
4469
  "flags": {},
4473
4470
  "parameters": [
4474
4471
  {
4475
- "id": 211,
4472
+ "id": 210,
4476
4473
  "name": "query",
4477
4474
  "kind": 32768,
4478
4475
  "kindString": "Parameter",
4479
4476
  "flags": {},
4480
4477
  "type": {
4481
4478
  "type": "reference",
4482
- "id": 196,
4479
+ "id": 195,
4483
4480
  "name": "TQuery"
4484
4481
  }
4485
4482
  }
@@ -4500,14 +4497,14 @@
4500
4497
  {
4501
4498
  "type": "reflection",
4502
4499
  "declaration": {
4503
- "id": 212,
4500
+ "id": 211,
4504
4501
  "name": "__type",
4505
4502
  "kind": 65536,
4506
4503
  "kindString": "Type literal",
4507
4504
  "flags": {},
4508
4505
  "children": [
4509
4506
  {
4510
- "id": 214,
4507
+ "id": 213,
4511
4508
  "name": "previousHash",
4512
4509
  "kind": 1024,
4513
4510
  "kindString": "Property",
@@ -4527,7 +4524,7 @@
4527
4524
  }
4528
4525
  },
4529
4526
  {
4530
- "id": 213,
4527
+ "id": 212,
4531
4528
  "name": "schema",
4532
4529
  "kind": 1024,
4533
4530
  "kindString": "Property",
@@ -4545,7 +4542,7 @@
4545
4542
  }
4546
4543
  },
4547
4544
  {
4548
- "id": 215,
4545
+ "id": 214,
4549
4546
  "name": "sources",
4550
4547
  "kind": 1024,
4551
4548
  "kindString": "Property",
@@ -4568,7 +4565,7 @@
4568
4565
  }
4569
4566
  },
4570
4567
  {
4571
- "id": 216,
4568
+ "id": 215,
4572
4569
  "name": "timestamp",
4573
4570
  "kind": 1024,
4574
4571
  "kindString": "Property",
@@ -4592,10 +4589,10 @@
4592
4589
  {
4593
4590
  "title": "Properties",
4594
4591
  "children": [
4595
- 214,
4596
4592
  213,
4597
- 215,
4598
- 216
4593
+ 212,
4594
+ 214,
4595
+ 215
4599
4596
  ]
4600
4597
  }
4601
4598
  ],
@@ -4622,7 +4619,7 @@
4622
4619
  ]
4623
4620
  },
4624
4621
  {
4625
- "id": 237,
4622
+ "id": 236,
4626
4623
  "name": "initialize",
4627
4624
  "kind": 2048,
4628
4625
  "kindString": "Method",
@@ -4636,7 +4633,7 @@
4636
4633
  ],
4637
4634
  "signatures": [
4638
4635
  {
4639
- "id": 238,
4636
+ "id": 237,
4640
4637
  "name": "initialize",
4641
4638
  "kind": 4096,
4642
4639
  "kindString": "Call signature",
@@ -4657,63 +4654,7 @@
4657
4654
  }
4658
4655
  },
4659
4656
  {
4660
- "id": 230,
4661
- "name": "queriable",
4662
- "kind": 2048,
4663
- "kindString": "Method",
4664
- "flags": {},
4665
- "sources": [
4666
- {
4667
- "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
4668
- "line": 14,
4669
- "character": 4
4670
- }
4671
- ],
4672
- "signatures": [
4673
- {
4674
- "id": 231,
4675
- "name": "queriable",
4676
- "kind": 4096,
4677
- "kindString": "Call signature",
4678
- "flags": {},
4679
- "parameters": [
4680
- {
4681
- "id": 232,
4682
- "name": "schema",
4683
- "kind": 32768,
4684
- "kindString": "Parameter",
4685
- "flags": {},
4686
- "type": {
4687
- "type": "intrinsic",
4688
- "name": "string"
4689
- }
4690
- }
4691
- ],
4692
- "type": {
4693
- "type": "intrinsic",
4694
- "name": "boolean"
4695
- },
4696
- "inheritedFrom": {
4697
- "type": "reference",
4698
- "name": "XyoModule.queriable"
4699
- },
4700
- "implementationOf": {
4701
- "type": "reference",
4702
- "name": "BridgeModule.queriable"
4703
- }
4704
- }
4705
- ],
4706
- "inheritedFrom": {
4707
- "type": "reference",
4708
- "name": "XyoModule.queriable"
4709
- },
4710
- "implementationOf": {
4711
- "type": "reference",
4712
- "name": "BridgeModule.queriable"
4713
- }
4714
- },
4715
- {
4716
- "id": 233,
4657
+ "id": 232,
4717
4658
  "name": "queries",
4718
4659
  "kind": 2048,
4719
4660
  "kindString": "Method",
@@ -4727,7 +4668,7 @@
4727
4668
  ],
4728
4669
  "signatures": [
4729
4670
  {
4730
- "id": 234,
4671
+ "id": 233,
4731
4672
  "name": "queries",
4732
4673
  "kind": 4096,
4733
4674
  "kindString": "Call signature",
@@ -4742,7 +4683,7 @@
4742
4683
  },
4743
4684
  "objectType": {
4744
4685
  "type": "reference",
4745
- "id": 196,
4686
+ "id": 195,
4746
4687
  "name": "TQuery"
4747
4688
  }
4748
4689
  }
@@ -4767,7 +4708,7 @@
4767
4708
  }
4768
4709
  },
4769
4710
  {
4770
- "id": 217,
4711
+ "id": 216,
4771
4712
  "name": "query",
4772
4713
  "kind": 2048,
4773
4714
  "kindString": "Method",
@@ -4775,28 +4716,28 @@
4775
4716
  "sources": [
4776
4717
  {
4777
4718
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
4778
- "line": 91,
4719
+ "line": 69,
4779
4720
  "character": 17,
4780
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L91"
4721
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L69"
4781
4722
  }
4782
4723
  ],
4783
4724
  "signatures": [
4784
4725
  {
4785
- "id": 218,
4726
+ "id": 217,
4786
4727
  "name": "query",
4787
4728
  "kind": 4096,
4788
4729
  "kindString": "Call signature",
4789
4730
  "flags": {},
4790
4731
  "parameters": [
4791
4732
  {
4792
- "id": 219,
4733
+ "id": 218,
4793
4734
  "name": "query",
4794
4735
  "kind": 32768,
4795
4736
  "kindString": "Parameter",
4796
4737
  "flags": {},
4797
4738
  "type": {
4798
4739
  "type": "reference",
4799
- "id": 196,
4740
+ "id": 195,
4800
4741
  "name": "TQuery"
4801
4742
  }
4802
4743
  }
@@ -4817,14 +4758,14 @@
4817
4758
  {
4818
4759
  "type": "reflection",
4819
4760
  "declaration": {
4820
- "id": 220,
4761
+ "id": 219,
4821
4762
  "name": "__type",
4822
4763
  "kind": 65536,
4823
4764
  "kindString": "Type literal",
4824
4765
  "flags": {},
4825
4766
  "children": [
4826
4767
  {
4827
- "id": 222,
4768
+ "id": 221,
4828
4769
  "name": "previousHash",
4829
4770
  "kind": 1024,
4830
4771
  "kindString": "Property",
@@ -4844,7 +4785,7 @@
4844
4785
  }
4845
4786
  },
4846
4787
  {
4847
- "id": 221,
4788
+ "id": 220,
4848
4789
  "name": "schema",
4849
4790
  "kind": 1024,
4850
4791
  "kindString": "Property",
@@ -4862,7 +4803,7 @@
4862
4803
  }
4863
4804
  },
4864
4805
  {
4865
- "id": 223,
4806
+ "id": 222,
4866
4807
  "name": "sources",
4867
4808
  "kind": 1024,
4868
4809
  "kindString": "Property",
@@ -4885,7 +4826,7 @@
4885
4826
  }
4886
4827
  },
4887
4828
  {
4888
- "id": 224,
4829
+ "id": 223,
4889
4830
  "name": "timestamp",
4890
4831
  "kind": 1024,
4891
4832
  "kindString": "Property",
@@ -4909,10 +4850,10 @@
4909
4850
  {
4910
4851
  "title": "Properties",
4911
4852
  "children": [
4912
- 222,
4913
4853
  221,
4914
- 223,
4915
- 224
4854
+ 220,
4855
+ 222,
4856
+ 223
4916
4857
  ]
4917
4858
  }
4918
4859
  ],
@@ -4955,7 +4896,63 @@
4955
4896
  }
4956
4897
  },
4957
4898
  {
4958
- "id": 241,
4899
+ "id": 229,
4900
+ "name": "queryable",
4901
+ "kind": 2048,
4902
+ "kindString": "Method",
4903
+ "flags": {},
4904
+ "sources": [
4905
+ {
4906
+ "fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
4907
+ "line": 14,
4908
+ "character": 4
4909
+ }
4910
+ ],
4911
+ "signatures": [
4912
+ {
4913
+ "id": 230,
4914
+ "name": "queryable",
4915
+ "kind": 4096,
4916
+ "kindString": "Call signature",
4917
+ "flags": {},
4918
+ "parameters": [
4919
+ {
4920
+ "id": 231,
4921
+ "name": "schema",
4922
+ "kind": 32768,
4923
+ "kindString": "Parameter",
4924
+ "flags": {},
4925
+ "type": {
4926
+ "type": "intrinsic",
4927
+ "name": "string"
4928
+ }
4929
+ }
4930
+ ],
4931
+ "type": {
4932
+ "type": "intrinsic",
4933
+ "name": "boolean"
4934
+ },
4935
+ "inheritedFrom": {
4936
+ "type": "reference",
4937
+ "name": "XyoModule.queryable"
4938
+ },
4939
+ "implementationOf": {
4940
+ "type": "reference",
4941
+ "name": "BridgeModule.queryable"
4942
+ }
4943
+ }
4944
+ ],
4945
+ "inheritedFrom": {
4946
+ "type": "reference",
4947
+ "name": "XyoModule.queryable"
4948
+ },
4949
+ "implementationOf": {
4950
+ "type": "reference",
4951
+ "name": "BridgeModule.queryable"
4952
+ }
4953
+ },
4954
+ {
4955
+ "id": 240,
4959
4956
  "name": "shutdown",
4960
4957
  "kind": 2048,
4961
4958
  "kindString": "Method",
@@ -4969,7 +4966,7 @@
4969
4966
  ],
4970
4967
  "signatures": [
4971
4968
  {
4972
- "id": 242,
4969
+ "id": 241,
4973
4970
  "name": "shutdown",
4974
4971
  "kind": 4096,
4975
4972
  "kindString": "Call signature",
@@ -4990,7 +4987,7 @@
4990
4987
  }
4991
4988
  },
4992
4989
  {
4993
- "id": 239,
4990
+ "id": 238,
4994
4991
  "name": "subscribe",
4995
4992
  "kind": 2048,
4996
4993
  "kindString": "Method",
@@ -5004,7 +5001,7 @@
5004
5001
  ],
5005
5002
  "signatures": [
5006
5003
  {
5007
- "id": 240,
5004
+ "id": 239,
5008
5005
  "name": "subscribe",
5009
5006
  "kind": 4096,
5010
5007
  "kindString": "Call signature",
@@ -5029,42 +5026,42 @@
5029
5026
  {
5030
5027
  "title": "Constructors",
5031
5028
  "children": [
5032
- 194
5029
+ 193
5033
5030
  ]
5034
5031
  },
5035
5032
  {
5036
5033
  "title": "Properties",
5037
5034
  "children": [
5038
- 226,
5039
- 198,
5040
5035
  225,
5041
- 227
5036
+ 197,
5037
+ 224,
5038
+ 226
5042
5039
  ]
5043
5040
  },
5044
5041
  {
5045
5042
  "title": "Accessors",
5046
5043
  "children": [
5047
- 228,
5048
- 203,
5049
- 201,
5050
- 199
5044
+ 227,
5045
+ 198,
5046
+ 200,
5047
+ 202
5051
5048
  ]
5052
5049
  },
5053
5050
  {
5054
5051
  "title": "Methods",
5055
5052
  "children": [
5056
- 243,
5057
- 252,
5058
- 205,
5059
- 207,
5060
- 235,
5061
- 209,
5062
- 237,
5063
- 230,
5064
- 233,
5065
- 217,
5066
- 241,
5067
- 239
5053
+ 242,
5054
+ 251,
5055
+ 204,
5056
+ 206,
5057
+ 234,
5058
+ 208,
5059
+ 236,
5060
+ 232,
5061
+ 216,
5062
+ 229,
5063
+ 240,
5064
+ 238
5068
5065
  ]
5069
5066
  }
5070
5067
  ],
@@ -5073,24 +5070,24 @@
5073
5070
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5074
5071
  "line": 23,
5075
5072
  "character": 13,
5076
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L23"
5073
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L23"
5077
5074
  }
5078
5075
  ],
5079
5076
  "typeParameters": [
5080
5077
  {
5081
- "id": 265,
5078
+ "id": 264,
5082
5079
  "name": "TQuery",
5083
5080
  "kind": 131072,
5084
5081
  "kindString": "Type parameter",
5085
5082
  "flags": {},
5086
5083
  "type": {
5087
5084
  "type": "reference",
5088
- "id": 11,
5085
+ "id": 10,
5089
5086
  "name": "XyoBridgeQuery"
5090
5087
  },
5091
5088
  "default": {
5092
5089
  "type": "reference",
5093
- "id": 11,
5090
+ "id": 10,
5094
5091
  "name": "XyoBridgeQuery"
5095
5092
  }
5096
5093
  }
@@ -5101,12 +5098,12 @@
5101
5098
  "typeArguments": [
5102
5099
  {
5103
5100
  "type": "reference",
5104
- "id": 188,
5101
+ "id": 187,
5105
5102
  "name": "XyoHttpBridgeConfig"
5106
5103
  },
5107
5104
  {
5108
5105
  "type": "reference",
5109
- "id": 196,
5106
+ "id": 195,
5110
5107
  "name": "TQuery"
5111
5108
  }
5112
5109
  ],
@@ -5119,7 +5116,7 @@
5119
5116
  "typeArguments": [
5120
5117
  {
5121
5118
  "type": "reference",
5122
- "id": 196,
5119
+ "id": 195,
5123
5120
  "name": "TQuery"
5124
5121
  }
5125
5122
  ],
@@ -5128,22 +5125,22 @@
5128
5125
  ]
5129
5126
  },
5130
5127
  {
5131
- "id": 7,
5128
+ "id": 8,
5132
5129
  "name": "PartialBridgeConfig",
5133
5130
  "kind": 4194304,
5134
5131
  "kindString": "Type alias",
5135
5132
  "flags": {},
5136
5133
  "sources": [
5137
5134
  {
5138
- "fileName": "modules/packages/bridge/src/PartialBridgeConfig.ts",
5139
- "line": 3,
5135
+ "fileName": "modules/packages/bridge/src/PartialConfig.ts",
5136
+ "line": 5,
5140
5137
  "character": 12,
5141
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/PartialBridgeConfig.ts#L3"
5138
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/PartialConfig.ts#L5"
5142
5139
  }
5143
5140
  ],
5144
5141
  "typeParameters": [
5145
5142
  {
5146
- "id": 10,
5143
+ "id": 9,
5147
5144
  "name": "T",
5148
5145
  "kind": 131072,
5149
5146
  "kindString": "Type parameter",
@@ -5156,83 +5153,15 @@
5156
5153
  }
5157
5154
  ],
5158
5155
  "type": {
5159
- "type": "intersection",
5160
- "types": [
5156
+ "type": "reference",
5157
+ "typeArguments": [
5161
5158
  {
5162
5159
  "type": "reference",
5163
- "typeArguments": [
5164
- {
5165
- "type": "reference",
5166
- "id": 10,
5167
- "name": "T"
5168
- },
5169
- {
5170
- "type": "literal",
5171
- "value": "schema"
5172
- }
5173
- ],
5174
- "name": "Omit",
5175
- "qualifiedName": "Omit",
5176
- "package": "typescript"
5177
- },
5178
- {
5179
- "type": "reflection",
5180
- "declaration": {
5181
- "id": 8,
5182
- "name": "__type",
5183
- "kind": 65536,
5184
- "kindString": "Type literal",
5185
- "flags": {},
5186
- "children": [
5187
- {
5188
- "id": 9,
5189
- "name": "schema",
5190
- "kind": 1024,
5191
- "kindString": "Property",
5192
- "flags": {
5193
- "isOptional": true
5194
- },
5195
- "sources": [
5196
- {
5197
- "fileName": "modules/packages/bridge/src/PartialBridgeConfig.ts",
5198
- "line": 4,
5199
- "character": 2,
5200
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/PartialBridgeConfig.ts#L4"
5201
- }
5202
- ],
5203
- "type": {
5204
- "type": "indexedAccess",
5205
- "indexType": {
5206
- "type": "literal",
5207
- "value": "schema"
5208
- },
5209
- "objectType": {
5210
- "type": "reference",
5211
- "id": 10,
5212
- "name": "T"
5213
- }
5214
- }
5215
- }
5216
- ],
5217
- "groups": [
5218
- {
5219
- "title": "Properties",
5220
- "children": [
5221
- 9
5222
- ]
5223
- }
5224
- ],
5225
- "sources": [
5226
- {
5227
- "fileName": "modules/packages/bridge/src/PartialBridgeConfig.ts",
5228
- "line": 3,
5229
- "character": 81,
5230
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/PartialBridgeConfig.ts#L3"
5231
- }
5232
- ]
5233
- }
5160
+ "id": 9,
5161
+ "name": "T"
5234
5162
  }
5235
- ]
5163
+ ],
5164
+ "name": "PartialModuleConfig"
5236
5165
  }
5237
5166
  },
5238
5167
  {
@@ -5246,12 +5175,12 @@
5246
5175
  "fileName": "modules/packages/bridge/src/Config.ts",
5247
5176
  "line": 7,
5248
5177
  "character": 12,
5249
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L7"
5178
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L7"
5250
5179
  }
5251
5180
  ],
5252
5181
  "typeParameters": [
5253
5182
  {
5254
- "id": 6,
5183
+ "id": 7,
5255
5184
  "name": "TConfig",
5256
5185
  "kind": 131072,
5257
5186
  "kindString": "Type parameter",
@@ -5283,7 +5212,7 @@
5283
5212
  "children": [
5284
5213
  {
5285
5214
  "id": 5,
5286
- "name": "uri",
5215
+ "name": "nodeUri",
5287
5216
  "kind": 1024,
5288
5217
  "kindString": "Property",
5289
5218
  "flags": {},
@@ -5292,7 +5221,28 @@
5292
5221
  "fileName": "modules/packages/bridge/src/Config.ts",
5293
5222
  "line": 9,
5294
5223
  "character": 4,
5295
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L9"
5224
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L9"
5225
+ }
5226
+ ],
5227
+ "type": {
5228
+ "type": "intrinsic",
5229
+ "name": "string"
5230
+ }
5231
+ },
5232
+ {
5233
+ "id": 6,
5234
+ "name": "targetAddress",
5235
+ "kind": 1024,
5236
+ "kindString": "Property",
5237
+ "flags": {
5238
+ "isOptional": true
5239
+ },
5240
+ "sources": [
5241
+ {
5242
+ "fileName": "modules/packages/bridge/src/Config.ts",
5243
+ "line": 10,
5244
+ "character": 4,
5245
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L10"
5296
5246
  }
5297
5247
  ],
5298
5248
  "type": {
@@ -5305,7 +5255,8 @@
5305
5255
  {
5306
5256
  "title": "Properties",
5307
5257
  "children": [
5308
- 5
5258
+ 5,
5259
+ 6
5309
5260
  ]
5310
5261
  }
5311
5262
  ],
@@ -5314,14 +5265,14 @@
5314
5265
  "fileName": "modules/packages/bridge/src/Config.ts",
5315
5266
  "line": 8,
5316
5267
  "character": 2,
5317
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L8"
5268
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L8"
5318
5269
  }
5319
5270
  ]
5320
5271
  }
5321
5272
  },
5322
5273
  {
5323
5274
  "type": "reference",
5324
- "id": 6,
5275
+ "id": 7,
5325
5276
  "name": "TConfig"
5326
5277
  }
5327
5278
  ]
@@ -5341,13 +5292,13 @@
5341
5292
  "fileName": "modules/packages/bridge/src/Config.ts",
5342
5293
  "line": 4,
5343
5294
  "character": 12,
5344
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L4"
5295
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L4"
5345
5296
  },
5346
5297
  {
5347
5298
  "fileName": "modules/packages/bridge/src/Config.ts",
5348
5299
  "line": 5,
5349
5300
  "character": 13,
5350
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L5"
5301
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L5"
5351
5302
  }
5352
5303
  ],
5353
5304
  "type": {
@@ -5356,7 +5307,7 @@
5356
5307
  }
5357
5308
  },
5358
5309
  {
5359
- "id": 15,
5310
+ "id": 14,
5360
5311
  "name": "XyoBridgeConnectQuery",
5361
5312
  "kind": 4194304,
5362
5313
  "kindString": "Type alias",
@@ -5366,7 +5317,7 @@
5366
5317
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5367
5318
  "line": 6,
5368
5319
  "character": 12,
5369
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
5320
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
5370
5321
  }
5371
5322
  ],
5372
5323
  "type": {
@@ -5375,14 +5326,14 @@
5375
5326
  {
5376
5327
  "type": "reflection",
5377
5328
  "declaration": {
5378
- "id": 16,
5329
+ "id": 15,
5379
5330
  "name": "__type",
5380
5331
  "kind": 65536,
5381
5332
  "kindString": "Type literal",
5382
5333
  "flags": {},
5383
5334
  "children": [
5384
5335
  {
5385
- "id": 17,
5336
+ "id": 16,
5386
5337
  "name": "schema",
5387
5338
  "kind": 1024,
5388
5339
  "kindString": "Property",
@@ -5392,17 +5343,17 @@
5392
5343
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5393
5344
  "line": 7,
5394
5345
  "character": 2,
5395
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L7"
5346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L7"
5396
5347
  }
5397
5348
  ],
5398
5349
  "type": {
5399
5350
  "type": "reference",
5400
- "id": 13,
5351
+ "id": 12,
5401
5352
  "name": "XyoBridgeConnectQuerySchema"
5402
5353
  }
5403
5354
  },
5404
5355
  {
5405
- "id": 18,
5356
+ "id": 17,
5406
5357
  "name": "uri",
5407
5358
  "kind": 1024,
5408
5359
  "kindString": "Property",
@@ -5414,7 +5365,7 @@
5414
5365
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5415
5366
  "line": 8,
5416
5367
  "character": 2,
5417
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L8"
5368
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L8"
5418
5369
  }
5419
5370
  ],
5420
5371
  "type": {
@@ -5427,8 +5378,8 @@
5427
5378
  {
5428
5379
  "title": "Properties",
5429
5380
  "children": [
5430
- 17,
5431
- 18
5381
+ 16,
5382
+ 17
5432
5383
  ]
5433
5384
  }
5434
5385
  ],
@@ -5437,7 +5388,7 @@
5437
5388
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5438
5389
  "line": 6,
5439
5390
  "character": 45,
5440
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
5391
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L6"
5441
5392
  }
5442
5393
  ]
5443
5394
  }
@@ -5447,7 +5398,7 @@
5447
5398
  }
5448
5399
  },
5449
5400
  {
5450
- "id": 14,
5401
+ "id": 13,
5451
5402
  "name": "XyoBridgeConnectQuerySchema",
5452
5403
  "kind": 4194304,
5453
5404
  "kindString": "Type alias",
@@ -5457,13 +5408,13 @@
5457
5408
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5458
5409
  "line": 3,
5459
5410
  "character": 12,
5460
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
5411
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
5461
5412
  },
5462
5413
  {
5463
5414
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5464
5415
  "line": 4,
5465
5416
  "character": 13,
5466
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
5417
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
5467
5418
  }
5468
5419
  ],
5469
5420
  "type": {
@@ -5472,7 +5423,7 @@
5472
5423
  }
5473
5424
  },
5474
5425
  {
5475
- "id": 21,
5426
+ "id": 20,
5476
5427
  "name": "XyoBridgeDisconnectQuery",
5477
5428
  "kind": 4194304,
5478
5429
  "kindString": "Type alias",
@@ -5482,7 +5433,7 @@
5482
5433
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5483
5434
  "line": 6,
5484
5435
  "character": 12,
5485
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
5436
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
5486
5437
  }
5487
5438
  ],
5488
5439
  "type": {
@@ -5491,14 +5442,14 @@
5491
5442
  {
5492
5443
  "type": "reflection",
5493
5444
  "declaration": {
5494
- "id": 22,
5445
+ "id": 21,
5495
5446
  "name": "__type",
5496
5447
  "kind": 65536,
5497
5448
  "kindString": "Type literal",
5498
5449
  "flags": {},
5499
5450
  "children": [
5500
5451
  {
5501
- "id": 23,
5452
+ "id": 22,
5502
5453
  "name": "schema",
5503
5454
  "kind": 1024,
5504
5455
  "kindString": "Property",
@@ -5508,17 +5459,17 @@
5508
5459
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5509
5460
  "line": 7,
5510
5461
  "character": 2,
5511
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L7"
5462
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L7"
5512
5463
  }
5513
5464
  ],
5514
5465
  "type": {
5515
5466
  "type": "reference",
5516
- "id": 19,
5467
+ "id": 18,
5517
5468
  "name": "XyoBridgeDisconnectQuerySchema"
5518
5469
  }
5519
5470
  },
5520
5471
  {
5521
- "id": 24,
5472
+ "id": 23,
5522
5473
  "name": "uri",
5523
5474
  "kind": 1024,
5524
5475
  "kindString": "Property",
@@ -5530,7 +5481,7 @@
5530
5481
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5531
5482
  "line": 8,
5532
5483
  "character": 2,
5533
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L8"
5484
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L8"
5534
5485
  }
5535
5486
  ],
5536
5487
  "type": {
@@ -5543,8 +5494,8 @@
5543
5494
  {
5544
5495
  "title": "Properties",
5545
5496
  "children": [
5546
- 23,
5547
- 24
5497
+ 22,
5498
+ 23
5548
5499
  ]
5549
5500
  }
5550
5501
  ],
@@ -5553,7 +5504,7 @@
5553
5504
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5554
5505
  "line": 6,
5555
5506
  "character": 48,
5556
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
5507
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L6"
5557
5508
  }
5558
5509
  ]
5559
5510
  }
@@ -5563,7 +5514,7 @@
5563
5514
  }
5564
5515
  },
5565
5516
  {
5566
- "id": 20,
5517
+ "id": 19,
5567
5518
  "name": "XyoBridgeDisconnectQuerySchema",
5568
5519
  "kind": 4194304,
5569
5520
  "kindString": "Type alias",
@@ -5573,13 +5524,13 @@
5573
5524
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5574
5525
  "line": 3,
5575
5526
  "character": 12,
5576
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
5527
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
5577
5528
  },
5578
5529
  {
5579
5530
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5580
5531
  "line": 4,
5581
5532
  "character": 13,
5582
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
5533
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
5583
5534
  }
5584
5535
  ],
5585
5536
  "type": {
@@ -5588,7 +5539,7 @@
5588
5539
  }
5589
5540
  },
5590
5541
  {
5591
- "id": 11,
5542
+ "id": 10,
5592
5543
  "name": "XyoBridgeQuery",
5593
5544
  "kind": 4194304,
5594
5545
  "kindString": "Type alias",
@@ -5598,7 +5549,7 @@
5598
5549
  "fileName": "modules/packages/bridge/src/Queries/index.ts",
5599
5550
  "line": 9,
5600
5551
  "character": 12,
5601
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/index.ts#L9"
5552
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/index.ts#L9"
5602
5553
  }
5603
5554
  ],
5604
5555
  "type": {
@@ -5606,12 +5557,12 @@
5606
5557
  "types": [
5607
5558
  {
5608
5559
  "type": "reference",
5609
- "id": 15,
5560
+ "id": 14,
5610
5561
  "name": "XyoBridgeConnectQuery"
5611
5562
  },
5612
5563
  {
5613
5564
  "type": "reference",
5614
- "id": 21,
5565
+ "id": 20,
5615
5566
  "name": "XyoBridgeDisconnectQuery"
5616
5567
  },
5617
5568
  {
@@ -5622,7 +5573,7 @@
5622
5573
  }
5623
5574
  },
5624
5575
  {
5625
- "id": 12,
5576
+ "id": 11,
5626
5577
  "name": "XyoBridgeQuerySchema",
5627
5578
  "kind": 4194304,
5628
5579
  "kindString": "Type alias",
@@ -5632,7 +5583,7 @@
5632
5583
  "fileName": "modules/packages/bridge/src/Queries/index.ts",
5633
5584
  "line": 11,
5634
5585
  "character": 12,
5635
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/index.ts#L11"
5586
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/index.ts#L11"
5636
5587
  }
5637
5588
  ],
5638
5589
  "type": {
@@ -5640,12 +5591,12 @@
5640
5591
  "types": [
5641
5592
  {
5642
5593
  "type": "reference",
5643
- "id": 13,
5594
+ "id": 12,
5644
5595
  "name": "XyoBridgeConnectQuerySchema"
5645
5596
  },
5646
5597
  {
5647
5598
  "type": "reference",
5648
- "id": 19,
5599
+ "id": 18,
5649
5600
  "name": "XyoBridgeDisconnectQuerySchema"
5650
5601
  },
5651
5602
  {
@@ -5656,7 +5607,7 @@
5656
5607
  }
5657
5608
  },
5658
5609
  {
5659
- "id": 188,
5610
+ "id": 187,
5660
5611
  "name": "XyoHttpBridgeConfig",
5661
5612
  "kind": 4194304,
5662
5613
  "kindString": "Type alias",
@@ -5666,7 +5617,7 @@
5666
5617
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5667
5618
  "line": 17,
5668
5619
  "character": 12,
5669
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
5620
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
5670
5621
  }
5671
5622
  ],
5672
5623
  "type": {
@@ -5676,14 +5627,14 @@
5676
5627
  {
5677
5628
  "type": "reflection",
5678
5629
  "declaration": {
5679
- "id": 189,
5630
+ "id": 188,
5680
5631
  "name": "__type",
5681
5632
  "kind": 65536,
5682
5633
  "kindString": "Type literal",
5683
5634
  "flags": {},
5684
5635
  "children": [
5685
5636
  {
5686
- "id": 192,
5637
+ "id": 191,
5687
5638
  "name": "axios",
5688
5639
  "kind": 1024,
5689
5640
  "kindString": "Property",
@@ -5695,18 +5646,16 @@
5695
5646
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5696
5647
  "line": 20,
5697
5648
  "character": 2,
5698
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L20"
5649
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L20"
5699
5650
  }
5700
5651
  ],
5701
5652
  "type": {
5702
5653
  "type": "reference",
5703
- "name": "AxiosRequestConfig",
5704
- "qualifiedName": "AxiosRequestConfig",
5705
- "package": "axios"
5654
+ "name": "AxiosJsonRequestConfig"
5706
5655
  }
5707
5656
  },
5708
5657
  {
5709
- "id": 191,
5658
+ "id": 190,
5710
5659
  "name": "headers",
5711
5660
  "kind": 1024,
5712
5661
  "kindString": "Property",
@@ -5718,7 +5667,7 @@
5718
5667
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5719
5668
  "line": 19,
5720
5669
  "character": 2,
5721
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L19"
5670
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L19"
5722
5671
  }
5723
5672
  ],
5724
5673
  "type": {
@@ -5729,7 +5678,7 @@
5729
5678
  }
5730
5679
  },
5731
5680
  {
5732
- "id": 190,
5681
+ "id": 189,
5733
5682
  "name": "schema",
5734
5683
  "kind": 1024,
5735
5684
  "kindString": "Property",
@@ -5739,12 +5688,12 @@
5739
5688
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5740
5689
  "line": 18,
5741
5690
  "character": 2,
5742
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L18"
5691
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L18"
5743
5692
  }
5744
5693
  ],
5745
5694
  "type": {
5746
5695
  "type": "reference",
5747
- "id": 186,
5696
+ "id": 185,
5748
5697
  "name": "XyoHttpBridgeConfigSchema"
5749
5698
  }
5750
5699
  }
@@ -5753,9 +5702,9 @@
5753
5702
  {
5754
5703
  "title": "Properties",
5755
5704
  "children": [
5756
- 192,
5757
5705
  191,
5758
- 190
5706
+ 190,
5707
+ 189
5759
5708
  ]
5760
5709
  }
5761
5710
  ],
@@ -5764,7 +5713,7 @@
5764
5713
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5765
5714
  "line": 17,
5766
5715
  "character": 50,
5767
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
5716
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L17"
5768
5717
  }
5769
5718
  ]
5770
5719
  }
@@ -5774,7 +5723,7 @@
5774
5723
  }
5775
5724
  },
5776
5725
  {
5777
- "id": 187,
5726
+ "id": 186,
5778
5727
  "name": "XyoHttpBridgeConfigSchema",
5779
5728
  "kind": 4194304,
5780
5729
  "kindString": "Type alias",
@@ -5784,13 +5733,13 @@
5784
5733
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5785
5734
  "line": 14,
5786
5735
  "character": 12,
5787
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
5736
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
5788
5737
  },
5789
5738
  {
5790
5739
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5791
5740
  "line": 15,
5792
5741
  "character": 13,
5793
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
5742
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
5794
5743
  }
5795
5744
  ],
5796
5745
  "type": {
@@ -5809,13 +5758,13 @@
5809
5758
  "fileName": "modules/packages/bridge/src/Config.ts",
5810
5759
  "line": 4,
5811
5760
  "character": 12,
5812
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L4"
5761
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L4"
5813
5762
  },
5814
5763
  {
5815
5764
  "fileName": "modules/packages/bridge/src/Config.ts",
5816
5765
  "line": 5,
5817
5766
  "character": 13,
5818
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Config.ts#L5"
5767
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Config.ts#L5"
5819
5768
  }
5820
5769
  ],
5821
5770
  "type": {
@@ -5824,7 +5773,7 @@
5824
5773
  }
5825
5774
  },
5826
5775
  {
5827
- "id": 13,
5776
+ "id": 12,
5828
5777
  "name": "XyoBridgeConnectQuerySchema",
5829
5778
  "kind": 32,
5830
5779
  "kindString": "Variable",
@@ -5834,13 +5783,13 @@
5834
5783
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5835
5784
  "line": 3,
5836
5785
  "character": 12,
5837
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
5786
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L3"
5838
5787
  },
5839
5788
  {
5840
5789
  "fileName": "modules/packages/bridge/src/Queries/Connect.ts",
5841
5790
  "line": 4,
5842
5791
  "character": 13,
5843
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
5792
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Connect.ts#L4"
5844
5793
  }
5845
5794
  ],
5846
5795
  "type": {
@@ -5849,7 +5798,7 @@
5849
5798
  }
5850
5799
  },
5851
5800
  {
5852
- "id": 19,
5801
+ "id": 18,
5853
5802
  "name": "XyoBridgeDisconnectQuerySchema",
5854
5803
  "kind": 32,
5855
5804
  "kindString": "Variable",
@@ -5859,13 +5808,13 @@
5859
5808
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5860
5809
  "line": 3,
5861
5810
  "character": 12,
5862
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
5811
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L3"
5863
5812
  },
5864
5813
  {
5865
5814
  "fileName": "modules/packages/bridge/src/Queries/Disconnect.ts",
5866
5815
  "line": 4,
5867
5816
  "character": 13,
5868
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
5817
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/Queries/Disconnect.ts#L4"
5869
5818
  }
5870
5819
  ],
5871
5820
  "type": {
@@ -5874,7 +5823,7 @@
5874
5823
  }
5875
5824
  },
5876
5825
  {
5877
- "id": 186,
5826
+ "id": 185,
5878
5827
  "name": "XyoHttpBridgeConfigSchema",
5879
5828
  "kind": 32,
5880
5829
  "kindString": "Variable",
@@ -5884,13 +5833,13 @@
5884
5833
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5885
5834
  "line": 14,
5886
5835
  "character": 12,
5887
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
5836
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L14"
5888
5837
  },
5889
5838
  {
5890
5839
  "fileName": "modules/packages/bridge/src/XyoHttpBridge.ts",
5891
5840
  "line": 15,
5892
5841
  "character": 13,
5893
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
5842
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/XyoHttpBridge.ts#L15"
5894
5843
  }
5895
5844
  ],
5896
5845
  "type": {
@@ -5903,34 +5852,34 @@
5903
5852
  {
5904
5853
  "title": "Classes",
5905
5854
  "children": [
5906
- 25,
5907
- 123,
5908
- 193
5855
+ 24,
5856
+ 122,
5857
+ 192
5909
5858
  ]
5910
5859
  },
5911
5860
  {
5912
5861
  "title": "Type Aliases",
5913
5862
  "children": [
5914
- 7,
5863
+ 8,
5915
5864
  3,
5916
5865
  2,
5917
- 15,
5918
5866
  14,
5919
- 21,
5867
+ 13,
5920
5868
  20,
5869
+ 19,
5870
+ 10,
5921
5871
  11,
5922
- 12,
5923
- 188,
5924
- 187
5872
+ 187,
5873
+ 186
5925
5874
  ]
5926
5875
  },
5927
5876
  {
5928
5877
  "title": "Variables",
5929
5878
  "children": [
5930
5879
  1,
5931
- 13,
5932
- 19,
5933
- 186
5880
+ 12,
5881
+ 18,
5882
+ 185
5934
5883
  ]
5935
5884
  }
5936
5885
  ],
@@ -5939,7 +5888,7 @@
5939
5888
  "fileName": "modules/packages/bridge/src/index.ts",
5940
5889
  "line": 1,
5941
5890
  "character": 0,
5942
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/66dfc36/packages/modules/packages/bridge/src/index.ts#L1"
5891
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/bridge/src/index.ts#L1"
5943
5892
  }
5944
5893
  ]
5945
5894
  }