@xyo-network/archivist-wrapper 2.45.1 → 2.46.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 (2) hide show
  1. package/dist/docs.json +892 -348
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -220,7 +220,7 @@
220
220
  {
221
221
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
222
222
  "line": 8,
223
- "character": 87
223
+ "character": 79
224
224
  }
225
225
  ]
226
226
  }
@@ -527,7 +527,7 @@
527
527
  {
528
528
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
529
529
  "line": 8,
530
- "character": 87
530
+ "character": 79
531
531
  }
532
532
  ]
533
533
  }
@@ -675,79 +675,363 @@
675
675
  "kindString": "Get signature",
676
676
  "flags": {},
677
677
  "type": {
678
- "type": "intersection",
678
+ "type": "indexedAccess",
679
+ "indexType": {
680
+ "type": "literal",
681
+ "value": "config"
682
+ },
683
+ "objectType": {
684
+ "type": "reference",
685
+ "name": "TWrappedModule"
686
+ }
687
+ },
688
+ "inheritedFrom": {
689
+ "type": "reference",
690
+ "name": "ModuleWrapper.config"
691
+ },
692
+ "implementationOf": {
693
+ "type": "reference",
694
+ "name": "PayloadArchivist.config"
695
+ }
696
+ },
697
+ "inheritedFrom": {
698
+ "type": "reference",
699
+ "name": "ModuleWrapper.config"
700
+ },
701
+ "implementationOf": {
702
+ "type": "reference",
703
+ "name": "PayloadArchivist.config"
704
+ }
705
+ },
706
+ {
707
+ "id": 111,
708
+ "name": "queries",
709
+ "kind": 262144,
710
+ "kindString": "Accessor",
711
+ "flags": {},
712
+ "sources": [
713
+ {
714
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
715
+ "line": 22,
716
+ "character": 8
717
+ }
718
+ ],
719
+ "getSignature": {
720
+ "id": 112,
721
+ "name": "queries",
722
+ "kind": 524288,
723
+ "kindString": "Get signature",
724
+ "flags": {},
725
+ "type": {
726
+ "type": "array",
727
+ "elementType": {
728
+ "type": "intrinsic",
729
+ "name": "string"
730
+ }
731
+ },
732
+ "inheritedFrom": {
733
+ "type": "reference",
734
+ "name": "ModuleWrapper.queries"
735
+ },
736
+ "implementationOf": {
737
+ "type": "reference",
738
+ "name": "PayloadArchivist.queries"
739
+ }
740
+ },
741
+ "inheritedFrom": {
742
+ "type": "reference",
743
+ "name": "ModuleWrapper.queries"
744
+ },
745
+ "implementationOf": {
746
+ "type": "reference",
747
+ "name": "PayloadArchivist.queries"
748
+ }
749
+ },
750
+ {
751
+ "id": 113,
752
+ "name": "resolver",
753
+ "kind": 262144,
754
+ "kindString": "Accessor",
755
+ "flags": {},
756
+ "sources": [
757
+ {
758
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
759
+ "line": 23,
760
+ "character": 8
761
+ }
762
+ ],
763
+ "getSignature": {
764
+ "id": 114,
765
+ "name": "resolver",
766
+ "kind": 524288,
767
+ "kindString": "Get signature",
768
+ "flags": {},
769
+ "type": {
770
+ "type": "union",
679
771
  "types": [
680
772
  {
681
- "type": "reference",
682
- "name": "SchemaFields"
773
+ "type": "intrinsic",
774
+ "name": "undefined"
683
775
  },
684
776
  {
685
777
  "type": "reference",
686
- "name": "PayloadFields"
687
- },
688
- {
689
- "type": "reflection",
690
- "declaration": {
691
- "id": 111,
692
- "name": "__type",
693
- "kind": 65536,
694
- "kindString": "Type literal",
695
- "flags": {},
696
- "children": [
697
- {
698
- "id": 112,
699
- "name": "schema",
700
- "kind": 1024,
701
- "kindString": "Property",
702
- "flags": {},
703
- "sources": [
704
- {
705
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
706
- "line": 19,
707
- "character": 4
708
- }
709
- ],
710
- "type": {
711
- "type": "intrinsic",
712
- "name": "string"
778
+ "typeArguments": [
779
+ {
780
+ "type": "reference",
781
+ "typeArguments": [
782
+ {
783
+ "type": "intersection",
784
+ "types": [
785
+ {
786
+ "type": "reference",
787
+ "name": "SchemaFields"
788
+ },
789
+ {
790
+ "type": "reference",
791
+ "name": "PayloadFields"
792
+ },
793
+ {
794
+ "type": "reflection",
795
+ "declaration": {
796
+ "id": 115,
797
+ "name": "__type",
798
+ "kind": 65536,
799
+ "kindString": "Type literal",
800
+ "flags": {},
801
+ "children": [
802
+ {
803
+ "id": 116,
804
+ "name": "name",
805
+ "kind": 1024,
806
+ "kindString": "Property",
807
+ "flags": {
808
+ "isOptional": true
809
+ },
810
+ "sources": [
811
+ {
812
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
813
+ "line": 24,
814
+ "character": 8
815
+ }
816
+ ],
817
+ "type": {
818
+ "type": "intrinsic",
819
+ "name": "string"
820
+ }
821
+ },
822
+ {
823
+ "id": 117,
824
+ "name": "security",
825
+ "kind": 1024,
826
+ "kindString": "Property",
827
+ "flags": {
828
+ "isOptional": true
829
+ },
830
+ "sources": [
831
+ {
832
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
833
+ "line": 25,
834
+ "character": 8
835
+ }
836
+ ],
837
+ "type": {
838
+ "type": "reflection",
839
+ "declaration": {
840
+ "id": 118,
841
+ "name": "__type",
842
+ "kind": 65536,
843
+ "kindString": "Type literal",
844
+ "flags": {},
845
+ "children": [
846
+ {
847
+ "id": 119,
848
+ "name": "allowed",
849
+ "kind": 1024,
850
+ "kindString": "Property",
851
+ "flags": {
852
+ "isOptional": true
853
+ },
854
+ "sources": [
855
+ {
856
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
857
+ "line": 26,
858
+ "character": 12
859
+ }
860
+ ],
861
+ "type": {
862
+ "type": "reference",
863
+ "typeArguments": [
864
+ {
865
+ "type": "intrinsic",
866
+ "name": "string"
867
+ },
868
+ {
869
+ "type": "array",
870
+ "elementType": {
871
+ "type": "union",
872
+ "types": [
873
+ {
874
+ "type": "intrinsic",
875
+ "name": "string"
876
+ },
877
+ {
878
+ "type": "reference",
879
+ "name": "CosigningAddressSet"
880
+ }
881
+ ]
882
+ }
883
+ }
884
+ ],
885
+ "name": "Record",
886
+ "qualifiedName": "Record",
887
+ "package": "typescript"
888
+ }
889
+ },
890
+ {
891
+ "id": 120,
892
+ "name": "disallowed",
893
+ "kind": 1024,
894
+ "kindString": "Property",
895
+ "flags": {
896
+ "isOptional": true
897
+ },
898
+ "sources": [
899
+ {
900
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
901
+ "line": 27,
902
+ "character": 12
903
+ }
904
+ ],
905
+ "type": {
906
+ "type": "reference",
907
+ "typeArguments": [
908
+ {
909
+ "type": "intrinsic",
910
+ "name": "string"
911
+ },
912
+ {
913
+ "type": "array",
914
+ "elementType": {
915
+ "type": "intrinsic",
916
+ "name": "string"
917
+ }
918
+ }
919
+ ],
920
+ "name": "Record",
921
+ "qualifiedName": "Record",
922
+ "package": "typescript"
923
+ }
924
+ }
925
+ ],
926
+ "groups": [
927
+ {
928
+ "title": "Properties",
929
+ "children": [
930
+ 119,
931
+ 120
932
+ ]
933
+ }
934
+ ],
935
+ "sources": [
936
+ {
937
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
938
+ "line": 25,
939
+ "character": 19
940
+ }
941
+ ]
942
+ }
943
+ }
944
+ }
945
+ ],
946
+ "groups": [
947
+ {
948
+ "title": "Properties",
949
+ "children": [
950
+ 116,
951
+ 117
952
+ ]
953
+ }
954
+ ],
955
+ "sources": [
956
+ {
957
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
958
+ "line": 23,
959
+ "character": 183
960
+ }
961
+ ]
962
+ }
963
+ },
964
+ {
965
+ "type": "reflection",
966
+ "declaration": {
967
+ "id": 121,
968
+ "name": "__type",
969
+ "kind": 65536,
970
+ "kindString": "Type literal",
971
+ "flags": {},
972
+ "children": [
973
+ {
974
+ "id": 122,
975
+ "name": "schema",
976
+ "kind": 1024,
977
+ "kindString": "Property",
978
+ "flags": {},
979
+ "sources": [
980
+ {
981
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
982
+ "line": 30,
983
+ "character": 8
984
+ }
985
+ ],
986
+ "type": {
987
+ "type": "intrinsic",
988
+ "name": "string"
989
+ }
990
+ }
991
+ ],
992
+ "groups": [
993
+ {
994
+ "title": "Properties",
995
+ "children": [
996
+ 122
997
+ ]
998
+ }
999
+ ],
1000
+ "sources": [
1001
+ {
1002
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1003
+ "line": 29,
1004
+ "character": 8
1005
+ }
1006
+ ]
1007
+ }
1008
+ }
1009
+ ]
713
1010
  }
714
- }
715
- ],
716
- "groups": [
717
- {
718
- "title": "Properties",
719
- "children": [
720
- 112
721
- ]
722
- }
723
- ],
724
- "sources": [
725
- {
726
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
727
- "line": 18,
728
- "character": 17
729
- }
730
- ]
731
- }
1011
+ ],
1012
+ "name": "Module"
1013
+ }
1014
+ ],
1015
+ "name": "ModuleResolver"
732
1016
  }
733
1017
  ]
734
1018
  },
735
1019
  "inheritedFrom": {
736
1020
  "type": "reference",
737
- "name": "ModuleWrapper.config"
1021
+ "name": "ModuleWrapper.resolver"
738
1022
  },
739
1023
  "implementationOf": {
740
1024
  "type": "reference",
741
- "name": "PayloadArchivist.config"
1025
+ "name": "PayloadArchivist.resolver"
742
1026
  }
743
1027
  },
744
1028
  "inheritedFrom": {
745
1029
  "type": "reference",
746
- "name": "ModuleWrapper.config"
1030
+ "name": "ModuleWrapper.resolver"
747
1031
  },
748
1032
  "implementationOf": {
749
1033
  "type": "reference",
750
- "name": "PayloadArchivist.config"
1034
+ "name": "PayloadArchivist.resolver"
751
1035
  }
752
1036
  },
753
1037
  {
@@ -763,7 +1047,7 @@
763
1047
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
764
1048
  "line": 25,
765
1049
  "character": 15,
766
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L25"
1050
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L25"
767
1051
  }
768
1052
  ],
769
1053
  "signatures": [
@@ -854,7 +1138,7 @@
854
1138
  }
855
1139
  },
856
1140
  {
857
- "id": 153,
1141
+ "id": 172,
858
1142
  "name": "bindQuery",
859
1143
  "kind": 2048,
860
1144
  "kindString": "Method",
@@ -864,20 +1148,20 @@
864
1148
  "sources": [
865
1149
  {
866
1150
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
867
- "line": 30,
1151
+ "line": 40,
868
1152
  "character": 14
869
1153
  }
870
1154
  ],
871
1155
  "signatures": [
872
1156
  {
873
- "id": 154,
1157
+ "id": 173,
874
1158
  "name": "bindQuery",
875
1159
  "kind": 4096,
876
1160
  "kindString": "Call signature",
877
1161
  "flags": {},
878
1162
  "typeParameter": [
879
1163
  {
880
- "id": 159,
1164
+ "id": 178,
881
1165
  "name": "T",
882
1166
  "kind": 131072,
883
1167
  "kindString": "Type parameter",
@@ -903,14 +1187,14 @@
903
1187
  {
904
1188
  "type": "reflection",
905
1189
  "declaration": {
906
- "id": 155,
1190
+ "id": 174,
907
1191
  "name": "__type",
908
1192
  "kind": 65536,
909
1193
  "kindString": "Type literal",
910
1194
  "flags": {},
911
1195
  "children": [
912
1196
  {
913
- "id": 156,
1197
+ "id": 175,
914
1198
  "name": "schema",
915
1199
  "kind": 1024,
916
1200
  "kindString": "Property",
@@ -932,7 +1216,7 @@
932
1216
  {
933
1217
  "title": "Properties",
934
1218
  "children": [
935
- 156
1219
+ 175
936
1220
  ]
937
1221
  }
938
1222
  ],
@@ -968,14 +1252,14 @@
968
1252
  {
969
1253
  "type": "reflection",
970
1254
  "declaration": {
971
- "id": 157,
1255
+ "id": 176,
972
1256
  "name": "__type",
973
1257
  "kind": 65536,
974
1258
  "kindString": "Type literal",
975
1259
  "flags": {},
976
1260
  "children": [
977
1261
  {
978
- "id": 158,
1262
+ "id": 177,
979
1263
  "name": "schema",
980
1264
  "kind": 1024,
981
1265
  "kindString": "Property",
@@ -997,7 +1281,7 @@
997
1281
  {
998
1282
  "title": "Properties",
999
1283
  "children": [
1000
- 158
1284
+ 177
1001
1285
  ]
1002
1286
  }
1003
1287
  ],
@@ -1021,19 +1305,19 @@
1021
1305
  ],
1022
1306
  "parameters": [
1023
1307
  {
1024
- "id": 160,
1308
+ "id": 179,
1025
1309
  "name": "query",
1026
1310
  "kind": 32768,
1027
1311
  "kindString": "Parameter",
1028
1312
  "flags": {},
1029
1313
  "type": {
1030
1314
  "type": "reference",
1031
- "id": 159,
1315
+ "id": 178,
1032
1316
  "name": "T"
1033
1317
  }
1034
1318
  },
1035
1319
  {
1036
- "id": 161,
1320
+ "id": 180,
1037
1321
  "name": "payloads",
1038
1322
  "kind": 32768,
1039
1323
  "kindString": "Parameter",
@@ -1056,14 +1340,14 @@
1056
1340
  {
1057
1341
  "type": "reflection",
1058
1342
  "declaration": {
1059
- "id": 162,
1343
+ "id": 181,
1060
1344
  "name": "__type",
1061
1345
  "kind": 65536,
1062
1346
  "kindString": "Type literal",
1063
1347
  "flags": {},
1064
1348
  "children": [
1065
1349
  {
1066
- "id": 163,
1350
+ "id": 182,
1067
1351
  "name": "schema",
1068
1352
  "kind": 1024,
1069
1353
  "kindString": "Property",
@@ -1085,7 +1369,7 @@
1085
1369
  {
1086
1370
  "title": "Properties",
1087
1371
  "children": [
1088
- 163
1372
+ 182
1089
1373
  ]
1090
1374
  }
1091
1375
  ],
@@ -1103,7 +1387,7 @@
1103
1387
  }
1104
1388
  },
1105
1389
  {
1106
- "id": 164,
1390
+ "id": 183,
1107
1391
  "name": "account",
1108
1392
  "kind": 32768,
1109
1393
  "kindString": "Parameter",
@@ -1140,14 +1424,14 @@
1140
1424
  {
1141
1425
  "type": "reflection",
1142
1426
  "declaration": {
1143
- "id": 165,
1427
+ "id": 184,
1144
1428
  "name": "__type",
1145
1429
  "kind": 65536,
1146
1430
  "kindString": "Type literal",
1147
1431
  "flags": {},
1148
1432
  "children": [
1149
1433
  {
1150
- "id": 166,
1434
+ "id": 185,
1151
1435
  "name": "query",
1152
1436
  "kind": 1024,
1153
1437
  "kindString": "Property",
@@ -1165,7 +1449,7 @@
1165
1449
  }
1166
1450
  },
1167
1451
  {
1168
- "id": 167,
1452
+ "id": 186,
1169
1453
  "name": "resultSet",
1170
1454
  "kind": 1024,
1171
1455
  "kindString": "Property",
@@ -1185,7 +1469,7 @@
1185
1469
  }
1186
1470
  },
1187
1471
  {
1188
- "id": 168,
1472
+ "id": 187,
1189
1473
  "name": "schema",
1190
1474
  "kind": 1024,
1191
1475
  "kindString": "Property",
@@ -1207,9 +1491,9 @@
1207
1491
  {
1208
1492
  "title": "Properties",
1209
1493
  "children": [
1210
- 166,
1211
- 167,
1212
- 168
1494
+ 185,
1495
+ 186,
1496
+ 187
1213
1497
  ]
1214
1498
  }
1215
1499
  ],
@@ -1240,14 +1524,14 @@
1240
1524
  {
1241
1525
  "type": "reflection",
1242
1526
  "declaration": {
1243
- "id": 169,
1527
+ "id": 188,
1244
1528
  "name": "__type",
1245
1529
  "kind": 65536,
1246
1530
  "kindString": "Type literal",
1247
1531
  "flags": {},
1248
1532
  "children": [
1249
1533
  {
1250
- "id": 170,
1534
+ "id": 189,
1251
1535
  "name": "schema",
1252
1536
  "kind": 1024,
1253
1537
  "kindString": "Property",
@@ -1269,7 +1553,7 @@
1269
1553
  {
1270
1554
  "title": "Properties",
1271
1555
  "children": [
1272
- 170
1556
+ 189
1273
1557
  ]
1274
1558
  }
1275
1559
  ],
@@ -1306,7 +1590,7 @@
1306
1590
  }
1307
1591
  },
1308
1592
  {
1309
- "id": 171,
1593
+ "id": 190,
1310
1594
  "name": "bindQueryInternal",
1311
1595
  "kind": 2048,
1312
1596
  "kindString": "Method",
@@ -1316,20 +1600,20 @@
1316
1600
  "sources": [
1317
1601
  {
1318
1602
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1319
- "line": 31,
1603
+ "line": 41,
1320
1604
  "character": 14
1321
1605
  }
1322
1606
  ],
1323
1607
  "signatures": [
1324
1608
  {
1325
- "id": 172,
1609
+ "id": 191,
1326
1610
  "name": "bindQueryInternal",
1327
1611
  "kind": 4096,
1328
1612
  "kindString": "Call signature",
1329
1613
  "flags": {},
1330
1614
  "typeParameter": [
1331
1615
  {
1332
- "id": 177,
1616
+ "id": 196,
1333
1617
  "name": "T",
1334
1618
  "kind": 131072,
1335
1619
  "kindString": "Type parameter",
@@ -1355,14 +1639,14 @@
1355
1639
  {
1356
1640
  "type": "reflection",
1357
1641
  "declaration": {
1358
- "id": 173,
1642
+ "id": 192,
1359
1643
  "name": "__type",
1360
1644
  "kind": 65536,
1361
1645
  "kindString": "Type literal",
1362
1646
  "flags": {},
1363
1647
  "children": [
1364
1648
  {
1365
- "id": 174,
1649
+ "id": 193,
1366
1650
  "name": "schema",
1367
1651
  "kind": 1024,
1368
1652
  "kindString": "Property",
@@ -1384,7 +1668,7 @@
1384
1668
  {
1385
1669
  "title": "Properties",
1386
1670
  "children": [
1387
- 174
1671
+ 193
1388
1672
  ]
1389
1673
  }
1390
1674
  ],
@@ -1420,14 +1704,14 @@
1420
1704
  {
1421
1705
  "type": "reflection",
1422
1706
  "declaration": {
1423
- "id": 175,
1707
+ "id": 194,
1424
1708
  "name": "__type",
1425
1709
  "kind": 65536,
1426
1710
  "kindString": "Type literal",
1427
1711
  "flags": {},
1428
1712
  "children": [
1429
1713
  {
1430
- "id": 176,
1714
+ "id": 195,
1431
1715
  "name": "schema",
1432
1716
  "kind": 1024,
1433
1717
  "kindString": "Property",
@@ -1449,7 +1733,7 @@
1449
1733
  {
1450
1734
  "title": "Properties",
1451
1735
  "children": [
1452
- 176
1736
+ 195
1453
1737
  ]
1454
1738
  }
1455
1739
  ],
@@ -1473,19 +1757,19 @@
1473
1757
  ],
1474
1758
  "parameters": [
1475
1759
  {
1476
- "id": 178,
1760
+ "id": 197,
1477
1761
  "name": "query",
1478
1762
  "kind": 32768,
1479
1763
  "kindString": "Parameter",
1480
1764
  "flags": {},
1481
1765
  "type": {
1482
1766
  "type": "reference",
1483
- "id": 177,
1767
+ "id": 196,
1484
1768
  "name": "T"
1485
1769
  }
1486
1770
  },
1487
1771
  {
1488
- "id": 179,
1772
+ "id": 198,
1489
1773
  "name": "payloads",
1490
1774
  "kind": 32768,
1491
1775
  "kindString": "Parameter",
@@ -1508,14 +1792,14 @@
1508
1792
  {
1509
1793
  "type": "reflection",
1510
1794
  "declaration": {
1511
- "id": 180,
1795
+ "id": 199,
1512
1796
  "name": "__type",
1513
1797
  "kind": 65536,
1514
1798
  "kindString": "Type literal",
1515
1799
  "flags": {},
1516
1800
  "children": [
1517
1801
  {
1518
- "id": 181,
1802
+ "id": 200,
1519
1803
  "name": "schema",
1520
1804
  "kind": 1024,
1521
1805
  "kindString": "Property",
@@ -1537,7 +1821,7 @@
1537
1821
  {
1538
1822
  "title": "Properties",
1539
1823
  "children": [
1540
- 181
1824
+ 200
1541
1825
  ]
1542
1826
  }
1543
1827
  ],
@@ -1555,7 +1839,7 @@
1555
1839
  }
1556
1840
  },
1557
1841
  {
1558
- "id": 182,
1842
+ "id": 201,
1559
1843
  "name": "account",
1560
1844
  "kind": 32768,
1561
1845
  "kindString": "Parameter",
@@ -1589,14 +1873,14 @@
1589
1873
  {
1590
1874
  "type": "reflection",
1591
1875
  "declaration": {
1592
- "id": 183,
1876
+ "id": 202,
1593
1877
  "name": "__type",
1594
1878
  "kind": 65536,
1595
1879
  "kindString": "Type literal",
1596
1880
  "flags": {},
1597
1881
  "children": [
1598
1882
  {
1599
- "id": 184,
1883
+ "id": 203,
1600
1884
  "name": "query",
1601
1885
  "kind": 1024,
1602
1886
  "kindString": "Property",
@@ -1614,7 +1898,7 @@
1614
1898
  }
1615
1899
  },
1616
1900
  {
1617
- "id": 185,
1901
+ "id": 204,
1618
1902
  "name": "resultSet",
1619
1903
  "kind": 1024,
1620
1904
  "kindString": "Property",
@@ -1634,7 +1918,7 @@
1634
1918
  }
1635
1919
  },
1636
1920
  {
1637
- "id": 186,
1921
+ "id": 205,
1638
1922
  "name": "schema",
1639
1923
  "kind": 1024,
1640
1924
  "kindString": "Property",
@@ -1656,9 +1940,9 @@
1656
1940
  {
1657
1941
  "title": "Properties",
1658
1942
  "children": [
1659
- 184,
1660
- 185,
1661
- 186
1943
+ 203,
1944
+ 204,
1945
+ 205
1662
1946
  ]
1663
1947
  }
1664
1948
  ],
@@ -1689,14 +1973,14 @@
1689
1973
  {
1690
1974
  "type": "reflection",
1691
1975
  "declaration": {
1692
- "id": 187,
1976
+ "id": 206,
1693
1977
  "name": "__type",
1694
1978
  "kind": 65536,
1695
1979
  "kindString": "Type literal",
1696
1980
  "flags": {},
1697
1981
  "children": [
1698
1982
  {
1699
- "id": 188,
1983
+ "id": 207,
1700
1984
  "name": "schema",
1701
1985
  "kind": 1024,
1702
1986
  "kindString": "Property",
@@ -1718,7 +2002,7 @@
1718
2002
  {
1719
2003
  "title": "Properties",
1720
2004
  "children": [
1721
- 188
2005
+ 207
1722
2006
  ]
1723
2007
  }
1724
2008
  ],
@@ -1760,7 +2044,7 @@
1760
2044
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
1761
2045
  "line": 31,
1762
2046
  "character": 15,
1763
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L31"
2047
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L31"
1764
2048
  }
1765
2049
  ],
1766
2050
  "signatures": [
@@ -1806,7 +2090,7 @@
1806
2090
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
1807
2091
  "line": 36,
1808
2092
  "character": 15,
1809
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L36"
2093
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L36"
1810
2094
  }
1811
2095
  ],
1812
2096
  "signatures": [
@@ -1913,7 +2197,7 @@
1913
2197
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
1914
2198
  "line": 42,
1915
2199
  "character": 15,
1916
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L42"
2200
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L42"
1917
2201
  }
1918
2202
  ],
1919
2203
  "signatures": [
@@ -1966,22 +2250,22 @@
1966
2250
  }
1967
2251
  },
1968
2252
  {
1969
- "id": 113,
1970
- "name": "description",
2253
+ "id": 123,
2254
+ "name": "describe",
1971
2255
  "kind": 2048,
1972
2256
  "kindString": "Method",
1973
2257
  "flags": {},
1974
2258
  "sources": [
1975
2259
  {
1976
2260
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1977
- "line": 25,
2261
+ "line": 35,
1978
2262
  "character": 4
1979
2263
  }
1980
2264
  ],
1981
2265
  "signatures": [
1982
2266
  {
1983
- "id": 114,
1984
- "name": "description",
2267
+ "id": 124,
2268
+ "name": "describe",
1985
2269
  "kind": 4096,
1986
2270
  "kindString": "Call signature",
1987
2271
  "flags": {},
@@ -2001,25 +2285,17 @@
2001
2285
  },
2002
2286
  "inheritedFrom": {
2003
2287
  "type": "reference",
2004
- "name": "ModuleWrapper.description"
2005
- },
2006
- "implementationOf": {
2007
- "type": "reference",
2008
- "name": "PayloadArchivist.description"
2288
+ "name": "ModuleWrapper.describe"
2009
2289
  }
2010
2290
  }
2011
2291
  ],
2012
2292
  "inheritedFrom": {
2013
2293
  "type": "reference",
2014
- "name": "ModuleWrapper.description"
2015
- },
2016
- "implementationOf": {
2017
- "type": "reference",
2018
- "name": "PayloadArchivist.description"
2294
+ "name": "ModuleWrapper.describe"
2019
2295
  }
2020
2296
  },
2021
2297
  {
2022
- "id": 115,
2298
+ "id": 125,
2023
2299
  "name": "discover",
2024
2300
  "kind": 2048,
2025
2301
  "kindString": "Method",
@@ -2027,13 +2303,13 @@
2027
2303
  "sources": [
2028
2304
  {
2029
2305
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2030
- "line": 26,
2306
+ "line": 36,
2031
2307
  "character": 4
2032
2308
  }
2033
2309
  ],
2034
2310
  "signatures": [
2035
2311
  {
2036
- "id": 116,
2312
+ "id": 126,
2037
2313
  "name": "discover",
2038
2314
  "kind": 4096,
2039
2315
  "kindString": "Call signature",
@@ -2057,14 +2333,14 @@
2057
2333
  {
2058
2334
  "type": "reflection",
2059
2335
  "declaration": {
2060
- "id": 117,
2336
+ "id": 127,
2061
2337
  "name": "__type",
2062
2338
  "kind": 65536,
2063
2339
  "kindString": "Type literal",
2064
2340
  "flags": {},
2065
2341
  "children": [
2066
2342
  {
2067
- "id": 118,
2343
+ "id": 128,
2068
2344
  "name": "schema",
2069
2345
  "kind": 1024,
2070
2346
  "kindString": "Property",
@@ -2086,7 +2362,7 @@
2086
2362
  {
2087
2363
  "title": "Properties",
2088
2364
  "children": [
2089
- 118
2365
+ 128
2090
2366
  ]
2091
2367
  }
2092
2368
  ],
@@ -2119,7 +2395,7 @@
2119
2395
  }
2120
2396
  },
2121
2397
  {
2122
- "id": 189,
2398
+ "id": 208,
2123
2399
  "name": "filterErrors",
2124
2400
  "kind": 2048,
2125
2401
  "kindString": "Method",
@@ -2129,20 +2405,20 @@
2129
2405
  "sources": [
2130
2406
  {
2131
2407
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2132
- "line": 32,
2408
+ "line": 42,
2133
2409
  "character": 14
2134
2410
  }
2135
2411
  ],
2136
2412
  "signatures": [
2137
2413
  {
2138
- "id": 190,
2414
+ "id": 209,
2139
2415
  "name": "filterErrors",
2140
2416
  "kind": 4096,
2141
2417
  "kindString": "Call signature",
2142
2418
  "flags": {},
2143
2419
  "parameters": [
2144
2420
  {
2145
- "id": 191,
2421
+ "id": 210,
2146
2422
  "name": "query",
2147
2423
  "kind": 32768,
2148
2424
  "kindString": "Parameter",
@@ -2168,14 +2444,14 @@
2168
2444
  {
2169
2445
  "type": "reflection",
2170
2446
  "declaration": {
2171
- "id": 192,
2447
+ "id": 211,
2172
2448
  "name": "__type",
2173
2449
  "kind": 65536,
2174
2450
  "kindString": "Type literal",
2175
2451
  "flags": {},
2176
2452
  "children": [
2177
2453
  {
2178
- "id": 193,
2454
+ "id": 212,
2179
2455
  "name": "query",
2180
2456
  "kind": 1024,
2181
2457
  "kindString": "Property",
@@ -2193,7 +2469,7 @@
2193
2469
  }
2194
2470
  },
2195
2471
  {
2196
- "id": 194,
2472
+ "id": 213,
2197
2473
  "name": "resultSet",
2198
2474
  "kind": 1024,
2199
2475
  "kindString": "Property",
@@ -2213,7 +2489,7 @@
2213
2489
  }
2214
2490
  },
2215
2491
  {
2216
- "id": 195,
2492
+ "id": 214,
2217
2493
  "name": "schema",
2218
2494
  "kind": 1024,
2219
2495
  "kindString": "Property",
@@ -2235,9 +2511,9 @@
2235
2511
  {
2236
2512
  "title": "Properties",
2237
2513
  "children": [
2238
- 193,
2239
- 194,
2240
- 195
2514
+ 212,
2515
+ 213,
2516
+ 214
2241
2517
  ]
2242
2518
  }
2243
2519
  ],
@@ -2269,14 +2545,14 @@
2269
2545
  {
2270
2546
  "type": "reflection",
2271
2547
  "declaration": {
2272
- "id": 196,
2548
+ "id": 215,
2273
2549
  "name": "__type",
2274
2550
  "kind": 65536,
2275
2551
  "kindString": "Type literal",
2276
2552
  "flags": {},
2277
2553
  "children": [
2278
2554
  {
2279
- "id": 197,
2555
+ "id": 216,
2280
2556
  "name": "schema",
2281
2557
  "kind": 1024,
2282
2558
  "kindString": "Property",
@@ -2298,7 +2574,7 @@
2298
2574
  {
2299
2575
  "title": "Properties",
2300
2576
  "children": [
2301
- 197
2577
+ 216
2302
2578
  ]
2303
2579
  }
2304
2580
  ],
@@ -2320,7 +2596,7 @@
2320
2596
  }
2321
2597
  },
2322
2598
  {
2323
- "id": 198,
2599
+ "id": 217,
2324
2600
  "name": "result",
2325
2601
  "kind": 32768,
2326
2602
  "kindString": "Parameter",
@@ -2342,14 +2618,14 @@
2342
2618
  {
2343
2619
  "type": "reflection",
2344
2620
  "declaration": {
2345
- "id": 199,
2621
+ "id": 218,
2346
2622
  "name": "__type",
2347
2623
  "kind": 65536,
2348
2624
  "kindString": "Type literal",
2349
2625
  "flags": {},
2350
2626
  "children": [
2351
2627
  {
2352
- "id": 200,
2628
+ "id": 219,
2353
2629
  "name": "schema",
2354
2630
  "kind": 1024,
2355
2631
  "kindString": "Property",
@@ -2371,7 +2647,7 @@
2371
2647
  {
2372
2648
  "title": "Properties",
2373
2649
  "children": [
2374
- 200
2650
+ 219
2375
2651
  ]
2376
2652
  }
2377
2653
  ],
@@ -2414,14 +2690,14 @@
2414
2690
  {
2415
2691
  "type": "reflection",
2416
2692
  "declaration": {
2417
- "id": 201,
2693
+ "id": 220,
2418
2694
  "name": "__type",
2419
2695
  "kind": 65536,
2420
2696
  "kindString": "Type literal",
2421
2697
  "flags": {},
2422
2698
  "children": [
2423
2699
  {
2424
- "id": 202,
2700
+ "id": 221,
2425
2701
  "name": "message",
2426
2702
  "kind": 1024,
2427
2703
  "kindString": "Property",
@@ -2441,7 +2717,7 @@
2441
2717
  }
2442
2718
  },
2443
2719
  {
2444
- "id": 203,
2720
+ "id": 222,
2445
2721
  "name": "schema",
2446
2722
  "kind": 1024,
2447
2723
  "kindString": "Property",
@@ -2459,7 +2735,7 @@
2459
2735
  }
2460
2736
  },
2461
2737
  {
2462
- "id": 204,
2738
+ "id": 223,
2463
2739
  "name": "sources",
2464
2740
  "kind": 1024,
2465
2741
  "kindString": "Property",
@@ -2484,9 +2760,9 @@
2484
2760
  {
2485
2761
  "title": "Properties",
2486
2762
  "children": [
2487
- 202,
2488
- 203,
2489
- 204
2763
+ 221,
2764
+ 222,
2765
+ 223
2490
2766
  ]
2491
2767
  }
2492
2768
  ],
@@ -2528,7 +2804,7 @@
2528
2804
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2529
2805
  "line": 50,
2530
2806
  "character": 15,
2531
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L50"
2807
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L50"
2532
2808
  }
2533
2809
  ],
2534
2810
  "signatures": [
@@ -2718,7 +2994,7 @@
2718
2994
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2719
2995
  "line": 56,
2720
2996
  "character": 15,
2721
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L56"
2997
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L56"
2722
2998
  }
2723
2999
  ],
2724
3000
  "signatures": [
@@ -2837,7 +3113,7 @@
2837
3113
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2838
3114
  "line": 62,
2839
3115
  "character": 15,
2840
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L62"
3116
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L62"
2841
3117
  }
2842
3118
  ],
2843
3119
  "signatures": [
@@ -2963,92 +3239,46 @@
2963
3239
  "type": "literal",
2964
3240
  "value": "network.xyo.boundwitness"
2965
3241
  }
2966
- }
2967
- ],
2968
- "groups": [
2969
- {
2970
- "title": "Properties",
2971
- "children": [
2972
- 96
2973
- ]
2974
- }
2975
- ],
2976
- "sources": [
2977
- {
2978
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
2979
- "line": 16,
2980
- "character": 221
2981
- }
2982
- ]
2983
- }
2984
- }
2985
- ]
2986
- }
2987
- }
2988
- ],
2989
- "name": "Promise",
2990
- "qualifiedName": "Promise",
2991
- "package": "typescript"
2992
- },
2993
- "implementationOf": {
2994
- "type": "reference",
2995
- "name": "PayloadArchivist.insert"
2996
- }
2997
- }
2998
- ],
2999
- "implementationOf": {
3000
- "type": "reference",
3001
- "name": "PayloadArchivist.insert"
3002
- }
3003
- },
3004
- {
3005
- "id": 119,
3006
- "name": "queries",
3007
- "kind": 2048,
3008
- "kindString": "Method",
3009
- "flags": {},
3010
- "sources": [
3011
- {
3012
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3013
- "line": 27,
3014
- "character": 4
3015
- }
3016
- ],
3017
- "signatures": [
3018
- {
3019
- "id": 120,
3020
- "name": "queries",
3021
- "kind": 4096,
3022
- "kindString": "Call signature",
3023
- "flags": {},
3024
- "type": {
3025
- "type": "array",
3026
- "elementType": {
3027
- "type": "intrinsic",
3028
- "name": "string"
3029
- }
3030
- },
3031
- "inheritedFrom": {
3032
- "type": "reference",
3033
- "name": "ModuleWrapper.queries"
3242
+ }
3243
+ ],
3244
+ "groups": [
3245
+ {
3246
+ "title": "Properties",
3247
+ "children": [
3248
+ 96
3249
+ ]
3250
+ }
3251
+ ],
3252
+ "sources": [
3253
+ {
3254
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
3255
+ "line": 16,
3256
+ "character": 221
3257
+ }
3258
+ ]
3259
+ }
3260
+ }
3261
+ ]
3262
+ }
3263
+ }
3264
+ ],
3265
+ "name": "Promise",
3266
+ "qualifiedName": "Promise",
3267
+ "package": "typescript"
3034
3268
  },
3035
3269
  "implementationOf": {
3036
3270
  "type": "reference",
3037
- "name": "PayloadArchivist.queries"
3271
+ "name": "PayloadArchivist.insert"
3038
3272
  }
3039
3273
  }
3040
3274
  ],
3041
- "inheritedFrom": {
3042
- "type": "reference",
3043
- "name": "ModuleWrapper.queries"
3044
- },
3045
3275
  "implementationOf": {
3046
3276
  "type": "reference",
3047
- "name": "PayloadArchivist.queries"
3277
+ "name": "PayloadArchivist.insert"
3048
3278
  }
3049
3279
  },
3050
3280
  {
3051
- "id": 121,
3281
+ "id": 129,
3052
3282
  "name": "query",
3053
3283
  "kind": 2048,
3054
3284
  "kindString": "Method",
@@ -3056,20 +3286,20 @@
3056
3286
  "sources": [
3057
3287
  {
3058
3288
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3059
- "line": 28,
3289
+ "line": 37,
3060
3290
  "character": 4
3061
3291
  }
3062
3292
  ],
3063
3293
  "signatures": [
3064
3294
  {
3065
- "id": 122,
3295
+ "id": 130,
3066
3296
  "name": "query",
3067
3297
  "kind": 4096,
3068
3298
  "kindString": "Call signature",
3069
3299
  "flags": {},
3070
3300
  "typeParameter": [
3071
3301
  {
3072
- "id": 131,
3302
+ "id": 139,
3073
3303
  "name": "T",
3074
3304
  "kind": 131072,
3075
3305
  "kindString": "Type parameter",
@@ -3092,14 +3322,14 @@
3092
3322
  {
3093
3323
  "type": "reflection",
3094
3324
  "declaration": {
3095
- "id": 123,
3325
+ "id": 131,
3096
3326
  "name": "__type",
3097
3327
  "kind": 65536,
3098
3328
  "kindString": "Type literal",
3099
3329
  "flags": {},
3100
3330
  "children": [
3101
3331
  {
3102
- "id": 124,
3332
+ "id": 132,
3103
3333
  "name": "query",
3104
3334
  "kind": 1024,
3105
3335
  "kindString": "Property",
@@ -3117,7 +3347,7 @@
3117
3347
  }
3118
3348
  },
3119
3349
  {
3120
- "id": 125,
3350
+ "id": 133,
3121
3351
  "name": "resultSet",
3122
3352
  "kind": 1024,
3123
3353
  "kindString": "Property",
@@ -3137,7 +3367,7 @@
3137
3367
  }
3138
3368
  },
3139
3369
  {
3140
- "id": 126,
3370
+ "id": 134,
3141
3371
  "name": "schema",
3142
3372
  "kind": 1024,
3143
3373
  "kindString": "Property",
@@ -3159,9 +3389,9 @@
3159
3389
  {
3160
3390
  "title": "Properties",
3161
3391
  "children": [
3162
- 124,
3163
- 125,
3164
- 126
3392
+ 132,
3393
+ 133,
3394
+ 134
3165
3395
  ]
3166
3396
  }
3167
3397
  ],
@@ -3194,14 +3424,14 @@
3194
3424
  {
3195
3425
  "type": "reflection",
3196
3426
  "declaration": {
3197
- "id": 127,
3427
+ "id": 135,
3198
3428
  "name": "__type",
3199
3429
  "kind": 65536,
3200
3430
  "kindString": "Type literal",
3201
3431
  "flags": {},
3202
3432
  "children": [
3203
3433
  {
3204
- "id": 128,
3434
+ "id": 136,
3205
3435
  "name": "query",
3206
3436
  "kind": 1024,
3207
3437
  "kindString": "Property",
@@ -3219,7 +3449,7 @@
3219
3449
  }
3220
3450
  },
3221
3451
  {
3222
- "id": 129,
3452
+ "id": 137,
3223
3453
  "name": "resultSet",
3224
3454
  "kind": 1024,
3225
3455
  "kindString": "Property",
@@ -3239,7 +3469,7 @@
3239
3469
  }
3240
3470
  },
3241
3471
  {
3242
- "id": 130,
3472
+ "id": 138,
3243
3473
  "name": "schema",
3244
3474
  "kind": 1024,
3245
3475
  "kindString": "Property",
@@ -3261,9 +3491,9 @@
3261
3491
  {
3262
3492
  "title": "Properties",
3263
3493
  "children": [
3264
- 128,
3265
- 129,
3266
- 130
3494
+ 136,
3495
+ 137,
3496
+ 138
3267
3497
  ]
3268
3498
  }
3269
3499
  ],
@@ -3282,19 +3512,19 @@
3282
3512
  ],
3283
3513
  "parameters": [
3284
3514
  {
3285
- "id": 132,
3515
+ "id": 140,
3286
3516
  "name": "query",
3287
3517
  "kind": 32768,
3288
3518
  "kindString": "Parameter",
3289
3519
  "flags": {},
3290
3520
  "type": {
3291
3521
  "type": "reference",
3292
- "id": 131,
3522
+ "id": 139,
3293
3523
  "name": "T"
3294
3524
  }
3295
3525
  },
3296
3526
  {
3297
- "id": 133,
3527
+ "id": 141,
3298
3528
  "name": "payloads",
3299
3529
  "kind": 32768,
3300
3530
  "kindString": "Parameter",
@@ -3317,14 +3547,14 @@
3317
3547
  {
3318
3548
  "type": "reflection",
3319
3549
  "declaration": {
3320
- "id": 134,
3550
+ "id": 142,
3321
3551
  "name": "__type",
3322
3552
  "kind": 65536,
3323
3553
  "kindString": "Type literal",
3324
3554
  "flags": {},
3325
3555
  "children": [
3326
3556
  {
3327
- "id": 135,
3557
+ "id": 143,
3328
3558
  "name": "schema",
3329
3559
  "kind": 1024,
3330
3560
  "kindString": "Property",
@@ -3346,7 +3576,7 @@
3346
3576
  {
3347
3577
  "title": "Properties",
3348
3578
  "children": [
3349
- 135
3579
+ 143
3350
3580
  ]
3351
3581
  }
3352
3582
  ],
@@ -3384,14 +3614,14 @@
3384
3614
  {
3385
3615
  "type": "reflection",
3386
3616
  "declaration": {
3387
- "id": 136,
3617
+ "id": 144,
3388
3618
  "name": "__type",
3389
3619
  "kind": 65536,
3390
3620
  "kindString": "Type literal",
3391
3621
  "flags": {},
3392
3622
  "children": [
3393
3623
  {
3394
- "id": 137,
3624
+ "id": 145,
3395
3625
  "name": "schema",
3396
3626
  "kind": 1024,
3397
3627
  "kindString": "Property",
@@ -3413,7 +3643,7 @@
3413
3643
  {
3414
3644
  "title": "Properties",
3415
3645
  "children": [
3416
- 137
3646
+ 145
3417
3647
  ]
3418
3648
  }
3419
3649
  ],
@@ -3456,7 +3686,7 @@
3456
3686
  }
3457
3687
  },
3458
3688
  {
3459
- "id": 138,
3689
+ "id": 146,
3460
3690
  "name": "queryable",
3461
3691
  "kind": 2048,
3462
3692
  "kindString": "Method",
@@ -3464,20 +3694,20 @@
3464
3694
  "sources": [
3465
3695
  {
3466
3696
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3467
- "line": 29,
3697
+ "line": 38,
3468
3698
  "character": 4
3469
3699
  }
3470
3700
  ],
3471
3701
  "signatures": [
3472
3702
  {
3473
- "id": 139,
3703
+ "id": 147,
3474
3704
  "name": "queryable",
3475
3705
  "kind": 4096,
3476
3706
  "kindString": "Call signature",
3477
3707
  "flags": {},
3478
3708
  "typeParameter": [
3479
3709
  {
3480
- "id": 148,
3710
+ "id": 156,
3481
3711
  "name": "T",
3482
3712
  "kind": 131072,
3483
3713
  "kindString": "Type parameter",
@@ -3500,14 +3730,14 @@
3500
3730
  {
3501
3731
  "type": "reflection",
3502
3732
  "declaration": {
3503
- "id": 140,
3733
+ "id": 148,
3504
3734
  "name": "__type",
3505
3735
  "kind": 65536,
3506
3736
  "kindString": "Type literal",
3507
3737
  "flags": {},
3508
3738
  "children": [
3509
3739
  {
3510
- "id": 141,
3740
+ "id": 149,
3511
3741
  "name": "query",
3512
3742
  "kind": 1024,
3513
3743
  "kindString": "Property",
@@ -3525,7 +3755,7 @@
3525
3755
  }
3526
3756
  },
3527
3757
  {
3528
- "id": 142,
3758
+ "id": 150,
3529
3759
  "name": "resultSet",
3530
3760
  "kind": 1024,
3531
3761
  "kindString": "Property",
@@ -3545,7 +3775,7 @@
3545
3775
  }
3546
3776
  },
3547
3777
  {
3548
- "id": 143,
3778
+ "id": 151,
3549
3779
  "name": "schema",
3550
3780
  "kind": 1024,
3551
3781
  "kindString": "Property",
@@ -3567,9 +3797,9 @@
3567
3797
  {
3568
3798
  "title": "Properties",
3569
3799
  "children": [
3570
- 141,
3571
- 142,
3572
- 143
3800
+ 149,
3801
+ 150,
3802
+ 151
3573
3803
  ]
3574
3804
  }
3575
3805
  ],
@@ -3602,14 +3832,14 @@
3602
3832
  {
3603
3833
  "type": "reflection",
3604
3834
  "declaration": {
3605
- "id": 144,
3835
+ "id": 152,
3606
3836
  "name": "__type",
3607
3837
  "kind": 65536,
3608
3838
  "kindString": "Type literal",
3609
3839
  "flags": {},
3610
3840
  "children": [
3611
3841
  {
3612
- "id": 145,
3842
+ "id": 153,
3613
3843
  "name": "query",
3614
3844
  "kind": 1024,
3615
3845
  "kindString": "Property",
@@ -3627,7 +3857,7 @@
3627
3857
  }
3628
3858
  },
3629
3859
  {
3630
- "id": 146,
3860
+ "id": 154,
3631
3861
  "name": "resultSet",
3632
3862
  "kind": 1024,
3633
3863
  "kindString": "Property",
@@ -3647,7 +3877,7 @@
3647
3877
  }
3648
3878
  },
3649
3879
  {
3650
- "id": 147,
3880
+ "id": 155,
3651
3881
  "name": "schema",
3652
3882
  "kind": 1024,
3653
3883
  "kindString": "Property",
@@ -3669,9 +3899,9 @@
3669
3899
  {
3670
3900
  "title": "Properties",
3671
3901
  "children": [
3672
- 145,
3673
- 146,
3674
- 147
3902
+ 153,
3903
+ 154,
3904
+ 155
3675
3905
  ]
3676
3906
  }
3677
3907
  ],
@@ -3690,19 +3920,19 @@
3690
3920
  ],
3691
3921
  "parameters": [
3692
3922
  {
3693
- "id": 149,
3923
+ "id": 157,
3694
3924
  "name": "query",
3695
3925
  "kind": 32768,
3696
3926
  "kindString": "Parameter",
3697
3927
  "flags": {},
3698
3928
  "type": {
3699
3929
  "type": "reference",
3700
- "id": 148,
3930
+ "id": 156,
3701
3931
  "name": "T"
3702
3932
  }
3703
3933
  },
3704
3934
  {
3705
- "id": 150,
3935
+ "id": 158,
3706
3936
  "name": "payloads",
3707
3937
  "kind": 32768,
3708
3938
  "kindString": "Parameter",
@@ -3725,14 +3955,14 @@
3725
3955
  {
3726
3956
  "type": "reflection",
3727
3957
  "declaration": {
3728
- "id": 151,
3958
+ "id": 159,
3729
3959
  "name": "__type",
3730
3960
  "kind": 65536,
3731
3961
  "kindString": "Type literal",
3732
3962
  "flags": {},
3733
3963
  "children": [
3734
3964
  {
3735
- "id": 152,
3965
+ "id": 160,
3736
3966
  "name": "schema",
3737
3967
  "kind": 1024,
3738
3968
  "kindString": "Property",
@@ -3754,7 +3984,7 @@
3754
3984
  {
3755
3985
  "title": "Properties",
3756
3986
  "children": [
3757
- 152
3987
+ 160
3758
3988
  ]
3759
3989
  }
3760
3990
  ],
@@ -3773,8 +4003,18 @@
3773
4003
  }
3774
4004
  ],
3775
4005
  "type": {
3776
- "type": "intrinsic",
3777
- "name": "boolean"
4006
+ "type": "reference",
4007
+ "typeArguments": [
4008
+ {
4009
+ "type": "intrinsic",
4010
+ "name": "boolean"
4011
+ },
4012
+ {
4013
+ "type": "intrinsic",
4014
+ "name": "never"
4015
+ }
4016
+ ],
4017
+ "name": "Promisable"
3778
4018
  },
3779
4019
  "inheritedFrom": {
3780
4020
  "type": "reference",
@@ -3796,7 +4036,309 @@
3796
4036
  }
3797
4037
  },
3798
4038
  {
3799
- "id": 205,
4039
+ "id": 161,
4040
+ "name": "resolve",
4041
+ "kind": 2048,
4042
+ "kindString": "Method",
4043
+ "flags": {},
4044
+ "sources": [
4045
+ {
4046
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4047
+ "line": 39,
4048
+ "character": 4
4049
+ }
4050
+ ],
4051
+ "signatures": [
4052
+ {
4053
+ "id": 162,
4054
+ "name": "resolve",
4055
+ "kind": 4096,
4056
+ "kindString": "Call signature",
4057
+ "flags": {},
4058
+ "parameters": [
4059
+ {
4060
+ "id": 163,
4061
+ "name": "filter",
4062
+ "kind": 32768,
4063
+ "kindString": "Parameter",
4064
+ "flags": {
4065
+ "isOptional": true
4066
+ },
4067
+ "type": {
4068
+ "type": "reference",
4069
+ "name": "ModuleFilter"
4070
+ }
4071
+ }
4072
+ ],
4073
+ "type": {
4074
+ "type": "reference",
4075
+ "typeArguments": [
4076
+ {
4077
+ "type": "array",
4078
+ "elementType": {
4079
+ "type": "reference",
4080
+ "typeArguments": [
4081
+ {
4082
+ "type": "intersection",
4083
+ "types": [
4084
+ {
4085
+ "type": "reference",
4086
+ "name": "SchemaFields"
4087
+ },
4088
+ {
4089
+ "type": "reference",
4090
+ "name": "PayloadFields"
4091
+ },
4092
+ {
4093
+ "type": "reflection",
4094
+ "declaration": {
4095
+ "id": 164,
4096
+ "name": "__type",
4097
+ "kind": 65536,
4098
+ "kindString": "Type literal",
4099
+ "flags": {},
4100
+ "children": [
4101
+ {
4102
+ "id": 165,
4103
+ "name": "name",
4104
+ "kind": 1024,
4105
+ "kindString": "Property",
4106
+ "flags": {
4107
+ "isOptional": true
4108
+ },
4109
+ "sources": [
4110
+ {
4111
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4112
+ "line": 9,
4113
+ "character": 4
4114
+ }
4115
+ ],
4116
+ "type": {
4117
+ "type": "intrinsic",
4118
+ "name": "string"
4119
+ }
4120
+ },
4121
+ {
4122
+ "id": 166,
4123
+ "name": "security",
4124
+ "kind": 1024,
4125
+ "kindString": "Property",
4126
+ "flags": {
4127
+ "isOptional": true
4128
+ },
4129
+ "sources": [
4130
+ {
4131
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4132
+ "line": 10,
4133
+ "character": 4
4134
+ }
4135
+ ],
4136
+ "type": {
4137
+ "type": "reflection",
4138
+ "declaration": {
4139
+ "id": 167,
4140
+ "name": "__type",
4141
+ "kind": 65536,
4142
+ "kindString": "Type literal",
4143
+ "flags": {},
4144
+ "children": [
4145
+ {
4146
+ "id": 168,
4147
+ "name": "allowed",
4148
+ "kind": 1024,
4149
+ "kindString": "Property",
4150
+ "flags": {
4151
+ "isOptional": true
4152
+ },
4153
+ "sources": [
4154
+ {
4155
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4156
+ "line": 11,
4157
+ "character": 8
4158
+ }
4159
+ ],
4160
+ "type": {
4161
+ "type": "reference",
4162
+ "typeArguments": [
4163
+ {
4164
+ "type": "intrinsic",
4165
+ "name": "string"
4166
+ },
4167
+ {
4168
+ "type": "array",
4169
+ "elementType": {
4170
+ "type": "union",
4171
+ "types": [
4172
+ {
4173
+ "type": "intrinsic",
4174
+ "name": "string"
4175
+ },
4176
+ {
4177
+ "type": "reference",
4178
+ "name": "CosigningAddressSet"
4179
+ }
4180
+ ]
4181
+ }
4182
+ }
4183
+ ],
4184
+ "name": "Record",
4185
+ "qualifiedName": "Record",
4186
+ "package": "typescript"
4187
+ }
4188
+ },
4189
+ {
4190
+ "id": 169,
4191
+ "name": "disallowed",
4192
+ "kind": 1024,
4193
+ "kindString": "Property",
4194
+ "flags": {
4195
+ "isOptional": true
4196
+ },
4197
+ "sources": [
4198
+ {
4199
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4200
+ "line": 12,
4201
+ "character": 8
4202
+ }
4203
+ ],
4204
+ "type": {
4205
+ "type": "reference",
4206
+ "typeArguments": [
4207
+ {
4208
+ "type": "intrinsic",
4209
+ "name": "string"
4210
+ },
4211
+ {
4212
+ "type": "array",
4213
+ "elementType": {
4214
+ "type": "intrinsic",
4215
+ "name": "string"
4216
+ }
4217
+ }
4218
+ ],
4219
+ "name": "Record",
4220
+ "qualifiedName": "Record",
4221
+ "package": "typescript"
4222
+ }
4223
+ }
4224
+ ],
4225
+ "groups": [
4226
+ {
4227
+ "title": "Properties",
4228
+ "children": [
4229
+ 168,
4230
+ 169
4231
+ ]
4232
+ }
4233
+ ],
4234
+ "sources": [
4235
+ {
4236
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4237
+ "line": 10,
4238
+ "character": 15
4239
+ }
4240
+ ]
4241
+ }
4242
+ }
4243
+ }
4244
+ ],
4245
+ "groups": [
4246
+ {
4247
+ "title": "Properties",
4248
+ "children": [
4249
+ 165,
4250
+ 166
4251
+ ]
4252
+ }
4253
+ ],
4254
+ "sources": [
4255
+ {
4256
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4257
+ "line": 8,
4258
+ "character": 79
4259
+ }
4260
+ ]
4261
+ }
4262
+ },
4263
+ {
4264
+ "type": "reflection",
4265
+ "declaration": {
4266
+ "id": 170,
4267
+ "name": "__type",
4268
+ "kind": 65536,
4269
+ "kindString": "Type literal",
4270
+ "flags": {},
4271
+ "children": [
4272
+ {
4273
+ "id": 171,
4274
+ "name": "schema",
4275
+ "kind": 1024,
4276
+ "kindString": "Property",
4277
+ "flags": {},
4278
+ "sources": [
4279
+ {
4280
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4281
+ "line": 19,
4282
+ "character": 4
4283
+ }
4284
+ ],
4285
+ "type": {
4286
+ "type": "intrinsic",
4287
+ "name": "string"
4288
+ }
4289
+ }
4290
+ ],
4291
+ "groups": [
4292
+ {
4293
+ "title": "Properties",
4294
+ "children": [
4295
+ 171
4296
+ ]
4297
+ }
4298
+ ],
4299
+ "sources": [
4300
+ {
4301
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4302
+ "line": 18,
4303
+ "character": 17
4304
+ }
4305
+ ]
4306
+ }
4307
+ }
4308
+ ]
4309
+ }
4310
+ ],
4311
+ "name": "Module"
4312
+ }
4313
+ },
4314
+ {
4315
+ "type": "intrinsic",
4316
+ "name": "never"
4317
+ }
4318
+ ],
4319
+ "name": "Promisable"
4320
+ },
4321
+ "inheritedFrom": {
4322
+ "type": "reference",
4323
+ "name": "ModuleWrapper.resolve"
4324
+ },
4325
+ "implementationOf": {
4326
+ "type": "reference",
4327
+ "name": "PayloadArchivist.resolve"
4328
+ }
4329
+ }
4330
+ ],
4331
+ "inheritedFrom": {
4332
+ "type": "reference",
4333
+ "name": "ModuleWrapper.resolve"
4334
+ },
4335
+ "implementationOf": {
4336
+ "type": "reference",
4337
+ "name": "PayloadArchivist.resolve"
4338
+ }
4339
+ },
4340
+ {
4341
+ "id": 224,
3800
4342
  "name": "sendQuery",
3801
4343
  "kind": 2048,
3802
4344
  "kindString": "Method",
@@ -3806,20 +4348,20 @@
3806
4348
  "sources": [
3807
4349
  {
3808
4350
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3809
- "line": 33,
4351
+ "line": 43,
3810
4352
  "character": 14
3811
4353
  }
3812
4354
  ],
3813
4355
  "signatures": [
3814
4356
  {
3815
- "id": 206,
4357
+ "id": 225,
3816
4358
  "name": "sendQuery",
3817
4359
  "kind": 4096,
3818
4360
  "kindString": "Call signature",
3819
4361
  "flags": {},
3820
4362
  "typeParameter": [
3821
4363
  {
3822
- "id": 211,
4364
+ "id": 230,
3823
4365
  "name": "T",
3824
4366
  "kind": 131072,
3825
4367
  "kindString": "Type parameter",
@@ -3845,14 +4387,14 @@
3845
4387
  {
3846
4388
  "type": "reflection",
3847
4389
  "declaration": {
3848
- "id": 207,
4390
+ "id": 226,
3849
4391
  "name": "__type",
3850
4392
  "kind": 65536,
3851
4393
  "kindString": "Type literal",
3852
4394
  "flags": {},
3853
4395
  "children": [
3854
4396
  {
3855
- "id": 208,
4397
+ "id": 227,
3856
4398
  "name": "schema",
3857
4399
  "kind": 1024,
3858
4400
  "kindString": "Property",
@@ -3874,7 +4416,7 @@
3874
4416
  {
3875
4417
  "title": "Properties",
3876
4418
  "children": [
3877
- 208
4419
+ 227
3878
4420
  ]
3879
4421
  }
3880
4422
  ],
@@ -3910,14 +4452,14 @@
3910
4452
  {
3911
4453
  "type": "reflection",
3912
4454
  "declaration": {
3913
- "id": 209,
4455
+ "id": 228,
3914
4456
  "name": "__type",
3915
4457
  "kind": 65536,
3916
4458
  "kindString": "Type literal",
3917
4459
  "flags": {},
3918
4460
  "children": [
3919
4461
  {
3920
- "id": 210,
4462
+ "id": 229,
3921
4463
  "name": "schema",
3922
4464
  "kind": 1024,
3923
4465
  "kindString": "Property",
@@ -3939,7 +4481,7 @@
3939
4481
  {
3940
4482
  "title": "Properties",
3941
4483
  "children": [
3942
- 210
4484
+ 229
3943
4485
  ]
3944
4486
  }
3945
4487
  ],
@@ -3963,19 +4505,19 @@
3963
4505
  ],
3964
4506
  "parameters": [
3965
4507
  {
3966
- "id": 212,
4508
+ "id": 231,
3967
4509
  "name": "queryPayload",
3968
4510
  "kind": 32768,
3969
4511
  "kindString": "Parameter",
3970
4512
  "flags": {},
3971
4513
  "type": {
3972
4514
  "type": "reference",
3973
- "id": 211,
4515
+ "id": 230,
3974
4516
  "name": "T"
3975
4517
  }
3976
4518
  },
3977
4519
  {
3978
- "id": 213,
4520
+ "id": 232,
3979
4521
  "name": "payloads",
3980
4522
  "kind": 32768,
3981
4523
  "kindString": "Parameter",
@@ -3999,14 +4541,14 @@
3999
4541
  {
4000
4542
  "type": "reflection",
4001
4543
  "declaration": {
4002
- "id": 214,
4544
+ "id": 233,
4003
4545
  "name": "__type",
4004
4546
  "kind": 65536,
4005
4547
  "kindString": "Type literal",
4006
4548
  "flags": {},
4007
4549
  "children": [
4008
4550
  {
4009
- "id": 215,
4551
+ "id": 234,
4010
4552
  "name": "schema",
4011
4553
  "kind": 1024,
4012
4554
  "kindString": "Property",
@@ -4028,7 +4570,7 @@
4028
4570
  {
4029
4571
  "title": "Properties",
4030
4572
  "children": [
4031
- 215
4573
+ 234
4032
4574
  ]
4033
4575
  }
4034
4576
  ],
@@ -4067,14 +4609,14 @@
4067
4609
  {
4068
4610
  "type": "reflection",
4069
4611
  "declaration": {
4070
- "id": 216,
4612
+ "id": 235,
4071
4613
  "name": "__type",
4072
4614
  "kind": 65536,
4073
4615
  "kindString": "Type literal",
4074
4616
  "flags": {},
4075
4617
  "children": [
4076
4618
  {
4077
- "id": 217,
4619
+ "id": 236,
4078
4620
  "name": "schema",
4079
4621
  "kind": 1024,
4080
4622
  "kindString": "Property",
@@ -4096,7 +4638,7 @@
4096
4638
  {
4097
4639
  "title": "Properties",
4098
4640
  "children": [
4099
- 217
4641
+ 236
4100
4642
  ]
4101
4643
  }
4102
4644
  ],
@@ -4129,7 +4671,7 @@
4129
4671
  }
4130
4672
  },
4131
4673
  {
4132
- "id": 218,
4674
+ "id": 237,
4133
4675
  "name": "throwErrors",
4134
4676
  "kind": 2048,
4135
4677
  "kindString": "Method",
@@ -4139,20 +4681,20 @@
4139
4681
  "sources": [
4140
4682
  {
4141
4683
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4142
- "line": 34,
4684
+ "line": 44,
4143
4685
  "character": 14
4144
4686
  }
4145
4687
  ],
4146
4688
  "signatures": [
4147
4689
  {
4148
- "id": 219,
4690
+ "id": 238,
4149
4691
  "name": "throwErrors",
4150
4692
  "kind": 4096,
4151
4693
  "kindString": "Call signature",
4152
4694
  "flags": {},
4153
4695
  "parameters": [
4154
4696
  {
4155
- "id": 220,
4697
+ "id": 239,
4156
4698
  "name": "query",
4157
4699
  "kind": 32768,
4158
4700
  "kindString": "Parameter",
@@ -4178,14 +4720,14 @@
4178
4720
  {
4179
4721
  "type": "reflection",
4180
4722
  "declaration": {
4181
- "id": 221,
4723
+ "id": 240,
4182
4724
  "name": "__type",
4183
4725
  "kind": 65536,
4184
4726
  "kindString": "Type literal",
4185
4727
  "flags": {},
4186
4728
  "children": [
4187
4729
  {
4188
- "id": 222,
4730
+ "id": 241,
4189
4731
  "name": "query",
4190
4732
  "kind": 1024,
4191
4733
  "kindString": "Property",
@@ -4203,7 +4745,7 @@
4203
4745
  }
4204
4746
  },
4205
4747
  {
4206
- "id": 223,
4748
+ "id": 242,
4207
4749
  "name": "resultSet",
4208
4750
  "kind": 1024,
4209
4751
  "kindString": "Property",
@@ -4223,7 +4765,7 @@
4223
4765
  }
4224
4766
  },
4225
4767
  {
4226
- "id": 224,
4768
+ "id": 243,
4227
4769
  "name": "schema",
4228
4770
  "kind": 1024,
4229
4771
  "kindString": "Property",
@@ -4245,9 +4787,9 @@
4245
4787
  {
4246
4788
  "title": "Properties",
4247
4789
  "children": [
4248
- 222,
4249
- 223,
4250
- 224
4790
+ 241,
4791
+ 242,
4792
+ 243
4251
4793
  ]
4252
4794
  }
4253
4795
  ],
@@ -4279,14 +4821,14 @@
4279
4821
  {
4280
4822
  "type": "reflection",
4281
4823
  "declaration": {
4282
- "id": 225,
4824
+ "id": 244,
4283
4825
  "name": "__type",
4284
4826
  "kind": 65536,
4285
4827
  "kindString": "Type literal",
4286
4828
  "flags": {},
4287
4829
  "children": [
4288
4830
  {
4289
- "id": 226,
4831
+ "id": 245,
4290
4832
  "name": "schema",
4291
4833
  "kind": 1024,
4292
4834
  "kindString": "Property",
@@ -4308,7 +4850,7 @@
4308
4850
  {
4309
4851
  "title": "Properties",
4310
4852
  "children": [
4311
- 226
4853
+ 245
4312
4854
  ]
4313
4855
  }
4314
4856
  ],
@@ -4330,7 +4872,7 @@
4330
4872
  }
4331
4873
  },
4332
4874
  {
4333
- "id": 227,
4875
+ "id": 246,
4334
4876
  "name": "result",
4335
4877
  "kind": 32768,
4336
4878
  "kindString": "Parameter",
@@ -4352,14 +4894,14 @@
4352
4894
  {
4353
4895
  "type": "reflection",
4354
4896
  "declaration": {
4355
- "id": 228,
4897
+ "id": 247,
4356
4898
  "name": "__type",
4357
4899
  "kind": 65536,
4358
4900
  "kindString": "Type literal",
4359
4901
  "flags": {},
4360
4902
  "children": [
4361
4903
  {
4362
- "id": 229,
4904
+ "id": 248,
4363
4905
  "name": "schema",
4364
4906
  "kind": 1024,
4365
4907
  "kindString": "Property",
@@ -4381,7 +4923,7 @@
4381
4923
  {
4382
4924
  "title": "Properties",
4383
4925
  "children": [
4384
- 229
4926
+ 248
4385
4927
  ]
4386
4928
  }
4387
4929
  ],
@@ -4427,7 +4969,7 @@
4427
4969
  "sources": [
4428
4970
  {
4429
4971
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4430
- "line": 22,
4972
+ "line": 32,
4431
4973
  "character": 11
4432
4974
  }
4433
4975
  ],
@@ -4625,7 +5167,7 @@
4625
5167
  {
4626
5168
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4627
5169
  "line": 8,
4628
- "character": 87
5170
+ "character": 79
4629
5171
  }
4630
5172
  ]
4631
5173
  }
@@ -4708,7 +5250,7 @@
4708
5250
  "sources": [
4709
5251
  {
4710
5252
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4711
- "line": 23,
5253
+ "line": 33,
4712
5254
  "character": 11
4713
5255
  }
4714
5256
  ],
@@ -4722,7 +5264,7 @@
4722
5264
  "parameters": [
4723
5265
  {
4724
5266
  "id": 16,
4725
- "name": "_module",
5267
+ "name": "module",
4726
5268
  "kind": 32768,
4727
5269
  "kindString": "Parameter",
4728
5270
  "flags": {},
@@ -4906,7 +5448,7 @@
4906
5448
  {
4907
5449
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4908
5450
  "line": 8,
4909
- "character": 87
5451
+ "character": 79
4910
5452
  }
4911
5453
  ]
4912
5454
  }
@@ -5153,7 +5695,7 @@
5153
5695
  {
5154
5696
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5155
5697
  "line": 8,
5156
- "character": 87
5698
+ "character": 79
5157
5699
  }
5158
5700
  ]
5159
5701
  }
@@ -5235,7 +5777,7 @@
5235
5777
  "sources": [
5236
5778
  {
5237
5779
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
5238
- "line": 24,
5780
+ "line": 34,
5239
5781
  "character": 11
5240
5782
  }
5241
5783
  ],
@@ -5249,7 +5791,7 @@
5249
5791
  "parameters": [
5250
5792
  {
5251
5793
  "id": 35,
5252
- "name": "_module",
5794
+ "name": "module",
5253
5795
  "kind": 32768,
5254
5796
  "kindString": "Parameter",
5255
5797
  "flags": {},
@@ -5433,7 +5975,7 @@
5433
5975
  {
5434
5976
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5435
5977
  "line": 8,
5436
- "character": 87
5978
+ "character": 79
5437
5979
  }
5438
5980
  ]
5439
5981
  }
@@ -5673,7 +6215,7 @@
5673
6215
  {
5674
6216
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
5675
6217
  "line": 8,
5676
- "character": 87
6218
+ "character": 79
5677
6219
  }
5678
6220
  ]
5679
6221
  }
@@ -5762,29 +6304,31 @@
5762
6304
  "title": "Accessors",
5763
6305
  "children": [
5764
6306
  107,
5765
- 109
6307
+ 109,
6308
+ 111,
6309
+ 113
5766
6310
  ]
5767
6311
  },
5768
6312
  {
5769
6313
  "title": "Methods",
5770
6314
  "children": [
5771
6315
  64,
5772
- 153,
5773
- 171,
6316
+ 172,
6317
+ 190,
5774
6318
  68,
5775
6319
  70,
5776
6320
  74,
5777
- 113,
5778
- 115,
5779
- 189,
6321
+ 123,
6322
+ 125,
6323
+ 208,
5780
6324
  77,
5781
6325
  85,
5782
6326
  90,
5783
- 119,
5784
- 121,
5785
- 138,
5786
- 205,
5787
- 218,
6327
+ 129,
6328
+ 146,
6329
+ 161,
6330
+ 224,
6331
+ 237,
5788
6332
  3,
5789
6333
  14,
5790
6334
  33
@@ -5796,7 +6340,7 @@
5796
6340
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
5797
6341
  "line": 24,
5798
6342
  "character": 13,
5799
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L24"
6343
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L24"
5800
6344
  }
5801
6345
  ],
5802
6346
  "extendedTypes": [
@@ -5826,7 +6370,7 @@
5826
6370
  "fileName": "modules/packages/archivist/packages/wrapper/src/index.ts",
5827
6371
  "line": 1,
5828
6372
  "character": 0,
5829
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43b1e70a6/packages/modules/packages/archivist/packages/wrapper/src/index.ts#L1"
6373
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/415140d47b7/packages/modules/packages/archivist/packages/wrapper/src/index.ts#L1"
5830
6374
  }
5831
6375
  ]
5832
6376
  }