@xyo-network/diviner-wrapper 2.49.4 → 2.49.5

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 +1485 -1459
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
25
25
  "line": 11,
26
26
  "character": 2,
27
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L11"
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L11"
28
28
  }
29
29
  ],
30
30
  "signatures": [
@@ -672,7 +672,7 @@
672
672
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
673
673
  "line": 9,
674
674
  "character": 18,
675
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L9"
675
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L9"
676
676
  }
677
677
  ],
678
678
  "type": {
@@ -782,285 +782,6 @@
782
782
  "flags": {},
783
783
  "type": {
784
784
  "type": "reference",
785
- "typeArguments": [
786
- {
787
- "type": "reference",
788
- "typeArguments": [
789
- {
790
- "type": "intersection",
791
- "types": [
792
- {
793
- "type": "reference",
794
- "name": "SchemaFields"
795
- },
796
- {
797
- "type": "reference",
798
- "name": "PayloadFields"
799
- },
800
- {
801
- "type": "reflection",
802
- "declaration": {
803
- "id": 93,
804
- "name": "__type",
805
- "kind": 65536,
806
- "kindString": "Type literal",
807
- "flags": {},
808
- "children": [
809
- {
810
- "id": 94,
811
- "name": "name",
812
- "kind": 1024,
813
- "kindString": "Property",
814
- "flags": {
815
- "isOptional": true
816
- },
817
- "sources": [
818
- {
819
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
820
- "line": 23,
821
- "character": 8
822
- }
823
- ],
824
- "type": {
825
- "type": "intrinsic",
826
- "name": "string"
827
- }
828
- },
829
- {
830
- "id": 95,
831
- "name": "security",
832
- "kind": 1024,
833
- "kindString": "Property",
834
- "flags": {
835
- "isOptional": true
836
- },
837
- "sources": [
838
- {
839
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
840
- "line": 24,
841
- "character": 8
842
- }
843
- ],
844
- "type": {
845
- "type": "reflection",
846
- "declaration": {
847
- "id": 96,
848
- "name": "__type",
849
- "kind": 65536,
850
- "kindString": "Type literal",
851
- "flags": {},
852
- "children": [
853
- {
854
- "id": 97,
855
- "name": "allowAnonymous",
856
- "kind": 1024,
857
- "kindString": "Property",
858
- "flags": {
859
- "isOptional": true
860
- },
861
- "sources": [
862
- {
863
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
864
- "line": 25,
865
- "character": 12
866
- }
867
- ],
868
- "type": {
869
- "type": "intrinsic",
870
- "name": "boolean"
871
- }
872
- },
873
- {
874
- "id": 98,
875
- "name": "allowed",
876
- "kind": 1024,
877
- "kindString": "Property",
878
- "flags": {
879
- "isOptional": true
880
- },
881
- "sources": [
882
- {
883
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
884
- "line": 26,
885
- "character": 12
886
- }
887
- ],
888
- "type": {
889
- "type": "reference",
890
- "typeArguments": [
891
- {
892
- "type": "intrinsic",
893
- "name": "string"
894
- },
895
- {
896
- "type": "array",
897
- "elementType": {
898
- "type": "union",
899
- "types": [
900
- {
901
- "type": "intrinsic",
902
- "name": "string"
903
- },
904
- {
905
- "type": "reference",
906
- "name": "CosigningAddressSet"
907
- }
908
- ]
909
- }
910
- }
911
- ],
912
- "name": "Record",
913
- "qualifiedName": "Record",
914
- "package": "typescript"
915
- }
916
- },
917
- {
918
- "id": 99,
919
- "name": "disallowed",
920
- "kind": 1024,
921
- "kindString": "Property",
922
- "flags": {
923
- "isOptional": true
924
- },
925
- "sources": [
926
- {
927
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
928
- "line": 27,
929
- "character": 12
930
- }
931
- ],
932
- "type": {
933
- "type": "reference",
934
- "typeArguments": [
935
- {
936
- "type": "intrinsic",
937
- "name": "string"
938
- },
939
- {
940
- "type": "array",
941
- "elementType": {
942
- "type": "intrinsic",
943
- "name": "string"
944
- }
945
- }
946
- ],
947
- "name": "Record",
948
- "qualifiedName": "Record",
949
- "package": "typescript"
950
- }
951
- }
952
- ],
953
- "groups": [
954
- {
955
- "title": "Properties",
956
- "children": [
957
- 97,
958
- 98,
959
- 99
960
- ]
961
- }
962
- ],
963
- "sources": [
964
- {
965
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
966
- "line": 24,
967
- "character": 19
968
- }
969
- ]
970
- }
971
- }
972
- },
973
- {
974
- "id": 100,
975
- "name": "storeQueries",
976
- "kind": 1024,
977
- "kindString": "Property",
978
- "flags": {
979
- "isOptional": true
980
- },
981
- "sources": [
982
- {
983
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
984
- "line": 29,
985
- "character": 8
986
- }
987
- ],
988
- "type": {
989
- "type": "intrinsic",
990
- "name": "boolean"
991
- }
992
- }
993
- ],
994
- "groups": [
995
- {
996
- "title": "Properties",
997
- "children": [
998
- 94,
999
- 95,
1000
- 100
1001
- ]
1002
- }
1003
- ],
1004
- "sources": [
1005
- {
1006
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1007
- "line": 22,
1008
- "character": 187
1009
- }
1010
- ]
1011
- }
1012
- },
1013
- {
1014
- "type": "reflection",
1015
- "declaration": {
1016
- "id": 101,
1017
- "name": "__type",
1018
- "kind": 65536,
1019
- "kindString": "Type literal",
1020
- "flags": {},
1021
- "children": [
1022
- {
1023
- "id": 102,
1024
- "name": "schema",
1025
- "kind": 1024,
1026
- "kindString": "Property",
1027
- "flags": {},
1028
- "sources": [
1029
- {
1030
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1031
- "line": 31,
1032
- "character": 8
1033
- }
1034
- ],
1035
- "type": {
1036
- "type": "intrinsic",
1037
- "name": "string"
1038
- }
1039
- }
1040
- ],
1041
- "groups": [
1042
- {
1043
- "title": "Properties",
1044
- "children": [
1045
- 102
1046
- ]
1047
- }
1048
- ],
1049
- "sources": [
1050
- {
1051
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1052
- "line": 30,
1053
- "character": 8
1054
- }
1055
- ]
1056
- }
1057
- }
1058
- ]
1059
- }
1060
- ],
1061
- "name": "Module"
1062
- }
1063
- ],
1064
785
  "name": "ModuleResolver"
1065
786
  },
1066
787
  "inheritedFrom": {
@@ -1074,7 +795,7 @@
1074
795
  }
1075
796
  },
1076
797
  {
1077
- "id": 103,
798
+ "id": 93,
1078
799
  "name": "queries",
1079
800
  "kind": 262144,
1080
801
  "kindString": "Accessor",
@@ -1082,12 +803,12 @@
1082
803
  "sources": [
1083
804
  {
1084
805
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1085
- "line": 33,
806
+ "line": 23,
1086
807
  "character": 8
1087
808
  }
1088
809
  ],
1089
810
  "getSignature": {
1090
- "id": 104,
811
+ "id": 94,
1091
812
  "name": "queries",
1092
813
  "kind": 524288,
1093
814
  "kindString": "Get signature",
@@ -1110,7 +831,7 @@
1110
831
  }
1111
832
  },
1112
833
  {
1113
- "id": 105,
834
+ "id": 95,
1114
835
  "name": "upResolver",
1115
836
  "kind": 262144,
1116
837
  "kindString": "Accessor",
@@ -1118,334 +839,55 @@
1118
839
  "sources": [
1119
840
  {
1120
841
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1121
- "line": 34,
842
+ "line": 24,
1122
843
  "character": 8
1123
844
  }
1124
845
  ],
1125
846
  "getSignature": {
1126
- "id": 106,
847
+ "id": 96,
1127
848
  "name": "upResolver",
1128
849
  "kind": 524288,
1129
850
  "kindString": "Get signature",
1130
851
  "flags": {},
1131
852
  "type": {
1132
853
  "type": "reference",
1133
- "typeArguments": [
854
+ "name": "ModuleResolver"
855
+ },
856
+ "inheritedFrom": {
857
+ "type": "reference",
858
+ "name": "ModuleWrapper.upResolver"
859
+ }
860
+ },
861
+ "inheritedFrom": {
862
+ "type": "reference",
863
+ "name": "ModuleWrapper.upResolver"
864
+ }
865
+ },
866
+ {
867
+ "id": 251,
868
+ "name": "bindQuery",
869
+ "kind": 2048,
870
+ "kindString": "Method",
871
+ "flags": {
872
+ "isProtected": true
873
+ },
874
+ "sources": [
875
+ {
876
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
877
+ "line": 48,
878
+ "character": 14
879
+ }
880
+ ],
881
+ "signatures": [
882
+ {
883
+ "id": 252,
884
+ "name": "bindQuery",
885
+ "kind": 4096,
886
+ "kindString": "Call signature",
887
+ "flags": {},
888
+ "typeParameter": [
1134
889
  {
1135
- "type": "reference",
1136
- "typeArguments": [
1137
- {
1138
- "type": "intersection",
1139
- "types": [
1140
- {
1141
- "type": "reference",
1142
- "name": "SchemaFields"
1143
- },
1144
- {
1145
- "type": "reference",
1146
- "name": "PayloadFields"
1147
- },
1148
- {
1149
- "type": "reflection",
1150
- "declaration": {
1151
- "id": 107,
1152
- "name": "__type",
1153
- "kind": 65536,
1154
- "kindString": "Type literal",
1155
- "flags": {},
1156
- "children": [
1157
- {
1158
- "id": 108,
1159
- "name": "name",
1160
- "kind": 1024,
1161
- "kindString": "Property",
1162
- "flags": {
1163
- "isOptional": true
1164
- },
1165
- "sources": [
1166
- {
1167
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1168
- "line": 35,
1169
- "character": 8
1170
- }
1171
- ],
1172
- "type": {
1173
- "type": "intrinsic",
1174
- "name": "string"
1175
- }
1176
- },
1177
- {
1178
- "id": 109,
1179
- "name": "security",
1180
- "kind": 1024,
1181
- "kindString": "Property",
1182
- "flags": {
1183
- "isOptional": true
1184
- },
1185
- "sources": [
1186
- {
1187
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1188
- "line": 36,
1189
- "character": 8
1190
- }
1191
- ],
1192
- "type": {
1193
- "type": "reflection",
1194
- "declaration": {
1195
- "id": 110,
1196
- "name": "__type",
1197
- "kind": 65536,
1198
- "kindString": "Type literal",
1199
- "flags": {},
1200
- "children": [
1201
- {
1202
- "id": 111,
1203
- "name": "allowAnonymous",
1204
- "kind": 1024,
1205
- "kindString": "Property",
1206
- "flags": {
1207
- "isOptional": true
1208
- },
1209
- "sources": [
1210
- {
1211
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1212
- "line": 37,
1213
- "character": 12
1214
- }
1215
- ],
1216
- "type": {
1217
- "type": "intrinsic",
1218
- "name": "boolean"
1219
- }
1220
- },
1221
- {
1222
- "id": 112,
1223
- "name": "allowed",
1224
- "kind": 1024,
1225
- "kindString": "Property",
1226
- "flags": {
1227
- "isOptional": true
1228
- },
1229
- "sources": [
1230
- {
1231
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1232
- "line": 38,
1233
- "character": 12
1234
- }
1235
- ],
1236
- "type": {
1237
- "type": "reference",
1238
- "typeArguments": [
1239
- {
1240
- "type": "intrinsic",
1241
- "name": "string"
1242
- },
1243
- {
1244
- "type": "array",
1245
- "elementType": {
1246
- "type": "union",
1247
- "types": [
1248
- {
1249
- "type": "intrinsic",
1250
- "name": "string"
1251
- },
1252
- {
1253
- "type": "reference",
1254
- "name": "CosigningAddressSet"
1255
- }
1256
- ]
1257
- }
1258
- }
1259
- ],
1260
- "name": "Record",
1261
- "qualifiedName": "Record",
1262
- "package": "typescript"
1263
- }
1264
- },
1265
- {
1266
- "id": 113,
1267
- "name": "disallowed",
1268
- "kind": 1024,
1269
- "kindString": "Property",
1270
- "flags": {
1271
- "isOptional": true
1272
- },
1273
- "sources": [
1274
- {
1275
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1276
- "line": 39,
1277
- "character": 12
1278
- }
1279
- ],
1280
- "type": {
1281
- "type": "reference",
1282
- "typeArguments": [
1283
- {
1284
- "type": "intrinsic",
1285
- "name": "string"
1286
- },
1287
- {
1288
- "type": "array",
1289
- "elementType": {
1290
- "type": "intrinsic",
1291
- "name": "string"
1292
- }
1293
- }
1294
- ],
1295
- "name": "Record",
1296
- "qualifiedName": "Record",
1297
- "package": "typescript"
1298
- }
1299
- }
1300
- ],
1301
- "groups": [
1302
- {
1303
- "title": "Properties",
1304
- "children": [
1305
- 111,
1306
- 112,
1307
- 113
1308
- ]
1309
- }
1310
- ],
1311
- "sources": [
1312
- {
1313
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1314
- "line": 36,
1315
- "character": 19
1316
- }
1317
- ]
1318
- }
1319
- }
1320
- },
1321
- {
1322
- "id": 114,
1323
- "name": "storeQueries",
1324
- "kind": 1024,
1325
- "kindString": "Property",
1326
- "flags": {
1327
- "isOptional": true
1328
- },
1329
- "sources": [
1330
- {
1331
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1332
- "line": 41,
1333
- "character": 8
1334
- }
1335
- ],
1336
- "type": {
1337
- "type": "intrinsic",
1338
- "name": "boolean"
1339
- }
1340
- }
1341
- ],
1342
- "groups": [
1343
- {
1344
- "title": "Properties",
1345
- "children": [
1346
- 108,
1347
- 109,
1348
- 114
1349
- ]
1350
- }
1351
- ],
1352
- "sources": [
1353
- {
1354
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1355
- "line": 34,
1356
- "character": 185
1357
- }
1358
- ]
1359
- }
1360
- },
1361
- {
1362
- "type": "reflection",
1363
- "declaration": {
1364
- "id": 115,
1365
- "name": "__type",
1366
- "kind": 65536,
1367
- "kindString": "Type literal",
1368
- "flags": {},
1369
- "children": [
1370
- {
1371
- "id": 116,
1372
- "name": "schema",
1373
- "kind": 1024,
1374
- "kindString": "Property",
1375
- "flags": {},
1376
- "sources": [
1377
- {
1378
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1379
- "line": 43,
1380
- "character": 8
1381
- }
1382
- ],
1383
- "type": {
1384
- "type": "intrinsic",
1385
- "name": "string"
1386
- }
1387
- }
1388
- ],
1389
- "groups": [
1390
- {
1391
- "title": "Properties",
1392
- "children": [
1393
- 116
1394
- ]
1395
- }
1396
- ],
1397
- "sources": [
1398
- {
1399
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1400
- "line": 42,
1401
- "character": 8
1402
- }
1403
- ]
1404
- }
1405
- }
1406
- ]
1407
- }
1408
- ],
1409
- "name": "Module"
1410
- }
1411
- ],
1412
- "name": "ModuleResolver"
1413
- },
1414
- "inheritedFrom": {
1415
- "type": "reference",
1416
- "name": "ModuleWrapper.upResolver"
1417
- }
1418
- },
1419
- "inheritedFrom": {
1420
- "type": "reference",
1421
- "name": "ModuleWrapper.upResolver"
1422
- }
1423
- },
1424
- {
1425
- "id": 249,
1426
- "name": "bindQuery",
1427
- "kind": 2048,
1428
- "kindString": "Method",
1429
- "flags": {
1430
- "isProtected": true
1431
- },
1432
- "sources": [
1433
- {
1434
- "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1435
- "line": 68,
1436
- "character": 14
1437
- }
1438
- ],
1439
- "signatures": [
1440
- {
1441
- "id": 250,
1442
- "name": "bindQuery",
1443
- "kind": 4096,
1444
- "kindString": "Call signature",
1445
- "flags": {},
1446
- "typeParameter": [
1447
- {
1448
- "id": 255,
890
+ "id": 257,
1449
891
  "name": "T",
1450
892
  "kind": 131072,
1451
893
  "kindString": "Type parameter",
@@ -1471,14 +913,14 @@
1471
913
  {
1472
914
  "type": "reflection",
1473
915
  "declaration": {
1474
- "id": 251,
916
+ "id": 253,
1475
917
  "name": "__type",
1476
918
  "kind": 65536,
1477
919
  "kindString": "Type literal",
1478
920
  "flags": {},
1479
921
  "children": [
1480
922
  {
1481
- "id": 252,
923
+ "id": 254,
1482
924
  "name": "schema",
1483
925
  "kind": 1024,
1484
926
  "kindString": "Property",
@@ -1500,7 +942,7 @@
1500
942
  {
1501
943
  "title": "Properties",
1502
944
  "children": [
1503
- 252
945
+ 254
1504
946
  ]
1505
947
  }
1506
948
  ],
@@ -1536,14 +978,14 @@
1536
978
  {
1537
979
  "type": "reflection",
1538
980
  "declaration": {
1539
- "id": 253,
981
+ "id": 255,
1540
982
  "name": "__type",
1541
983
  "kind": 65536,
1542
984
  "kindString": "Type literal",
1543
985
  "flags": {},
1544
986
  "children": [
1545
987
  {
1546
- "id": 254,
988
+ "id": 256,
1547
989
  "name": "schema",
1548
990
  "kind": 1024,
1549
991
  "kindString": "Property",
@@ -1565,7 +1007,7 @@
1565
1007
  {
1566
1008
  "title": "Properties",
1567
1009
  "children": [
1568
- 254
1010
+ 256
1569
1011
  ]
1570
1012
  }
1571
1013
  ],
@@ -1589,19 +1031,19 @@
1589
1031
  ],
1590
1032
  "parameters": [
1591
1033
  {
1592
- "id": 256,
1034
+ "id": 258,
1593
1035
  "name": "query",
1594
1036
  "kind": 32768,
1595
1037
  "kindString": "Parameter",
1596
1038
  "flags": {},
1597
1039
  "type": {
1598
1040
  "type": "reference",
1599
- "id": 255,
1041
+ "id": 257,
1600
1042
  "name": "T"
1601
1043
  }
1602
1044
  },
1603
1045
  {
1604
- "id": 257,
1046
+ "id": 259,
1605
1047
  "name": "payloads",
1606
1048
  "kind": 32768,
1607
1049
  "kindString": "Parameter",
@@ -1624,14 +1066,14 @@
1624
1066
  {
1625
1067
  "type": "reflection",
1626
1068
  "declaration": {
1627
- "id": 258,
1069
+ "id": 260,
1628
1070
  "name": "__type",
1629
1071
  "kind": 65536,
1630
1072
  "kindString": "Type literal",
1631
1073
  "flags": {},
1632
1074
  "children": [
1633
1075
  {
1634
- "id": 259,
1076
+ "id": 261,
1635
1077
  "name": "schema",
1636
1078
  "kind": 1024,
1637
1079
  "kindString": "Property",
@@ -1653,7 +1095,7 @@
1653
1095
  {
1654
1096
  "title": "Properties",
1655
1097
  "children": [
1656
- 259
1098
+ 261
1657
1099
  ]
1658
1100
  }
1659
1101
  ],
@@ -1671,7 +1113,7 @@
1671
1113
  }
1672
1114
  },
1673
1115
  {
1674
- "id": 260,
1116
+ "id": 262,
1675
1117
  "name": "account",
1676
1118
  "kind": 32768,
1677
1119
  "kindString": "Parameter",
@@ -1708,14 +1150,14 @@
1708
1150
  {
1709
1151
  "type": "reflection",
1710
1152
  "declaration": {
1711
- "id": 261,
1153
+ "id": 263,
1712
1154
  "name": "__type",
1713
1155
  "kind": 65536,
1714
1156
  "kindString": "Type literal",
1715
1157
  "flags": {},
1716
1158
  "children": [
1717
1159
  {
1718
- "id": 262,
1160
+ "id": 264,
1719
1161
  "name": "query",
1720
1162
  "kind": 1024,
1721
1163
  "kindString": "Property",
@@ -1733,7 +1175,7 @@
1733
1175
  }
1734
1176
  },
1735
1177
  {
1736
- "id": 263,
1178
+ "id": 265,
1737
1179
  "name": "resultSet",
1738
1180
  "kind": 1024,
1739
1181
  "kindString": "Property",
@@ -1753,7 +1195,7 @@
1753
1195
  }
1754
1196
  },
1755
1197
  {
1756
- "id": 264,
1198
+ "id": 266,
1757
1199
  "name": "schema",
1758
1200
  "kind": 1024,
1759
1201
  "kindString": "Property",
@@ -1775,9 +1217,9 @@
1775
1217
  {
1776
1218
  "title": "Properties",
1777
1219
  "children": [
1778
- 262,
1779
- 263,
1780
- 264
1220
+ 264,
1221
+ 265,
1222
+ 266
1781
1223
  ]
1782
1224
  }
1783
1225
  ],
@@ -1808,14 +1250,14 @@
1808
1250
  {
1809
1251
  "type": "reflection",
1810
1252
  "declaration": {
1811
- "id": 265,
1253
+ "id": 267,
1812
1254
  "name": "__type",
1813
1255
  "kind": 65536,
1814
1256
  "kindString": "Type literal",
1815
1257
  "flags": {},
1816
1258
  "children": [
1817
1259
  {
1818
- "id": 266,
1260
+ "id": 268,
1819
1261
  "name": "schema",
1820
1262
  "kind": 1024,
1821
1263
  "kindString": "Property",
@@ -1837,7 +1279,7 @@
1837
1279
  {
1838
1280
  "title": "Properties",
1839
1281
  "children": [
1840
- 266
1282
+ 268
1841
1283
  ]
1842
1284
  }
1843
1285
  ],
@@ -1874,7 +1316,7 @@
1874
1316
  }
1875
1317
  },
1876
1318
  {
1877
- "id": 267,
1319
+ "id": 269,
1878
1320
  "name": "bindQueryInternal",
1879
1321
  "kind": 2048,
1880
1322
  "kindString": "Method",
@@ -1884,20 +1326,20 @@
1884
1326
  "sources": [
1885
1327
  {
1886
1328
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
1887
- "line": 69,
1329
+ "line": 49,
1888
1330
  "character": 14
1889
1331
  }
1890
1332
  ],
1891
1333
  "signatures": [
1892
1334
  {
1893
- "id": 268,
1335
+ "id": 270,
1894
1336
  "name": "bindQueryInternal",
1895
1337
  "kind": 4096,
1896
1338
  "kindString": "Call signature",
1897
1339
  "flags": {},
1898
1340
  "typeParameter": [
1899
1341
  {
1900
- "id": 273,
1342
+ "id": 275,
1901
1343
  "name": "T",
1902
1344
  "kind": 131072,
1903
1345
  "kindString": "Type parameter",
@@ -1923,14 +1365,14 @@
1923
1365
  {
1924
1366
  "type": "reflection",
1925
1367
  "declaration": {
1926
- "id": 269,
1368
+ "id": 271,
1927
1369
  "name": "__type",
1928
1370
  "kind": 65536,
1929
1371
  "kindString": "Type literal",
1930
1372
  "flags": {},
1931
1373
  "children": [
1932
1374
  {
1933
- "id": 270,
1375
+ "id": 272,
1934
1376
  "name": "schema",
1935
1377
  "kind": 1024,
1936
1378
  "kindString": "Property",
@@ -1952,7 +1394,7 @@
1952
1394
  {
1953
1395
  "title": "Properties",
1954
1396
  "children": [
1955
- 270
1397
+ 272
1956
1398
  ]
1957
1399
  }
1958
1400
  ],
@@ -1988,14 +1430,14 @@
1988
1430
  {
1989
1431
  "type": "reflection",
1990
1432
  "declaration": {
1991
- "id": 271,
1433
+ "id": 273,
1992
1434
  "name": "__type",
1993
1435
  "kind": 65536,
1994
1436
  "kindString": "Type literal",
1995
1437
  "flags": {},
1996
1438
  "children": [
1997
1439
  {
1998
- "id": 272,
1440
+ "id": 274,
1999
1441
  "name": "schema",
2000
1442
  "kind": 1024,
2001
1443
  "kindString": "Property",
@@ -2017,7 +1459,7 @@
2017
1459
  {
2018
1460
  "title": "Properties",
2019
1461
  "children": [
2020
- 272
1462
+ 274
2021
1463
  ]
2022
1464
  }
2023
1465
  ],
@@ -2041,19 +1483,19 @@
2041
1483
  ],
2042
1484
  "parameters": [
2043
1485
  {
2044
- "id": 274,
1486
+ "id": 276,
2045
1487
  "name": "query",
2046
1488
  "kind": 32768,
2047
1489
  "kindString": "Parameter",
2048
1490
  "flags": {},
2049
1491
  "type": {
2050
1492
  "type": "reference",
2051
- "id": 273,
1493
+ "id": 275,
2052
1494
  "name": "T"
2053
1495
  }
2054
1496
  },
2055
1497
  {
2056
- "id": 275,
1498
+ "id": 277,
2057
1499
  "name": "payloads",
2058
1500
  "kind": 32768,
2059
1501
  "kindString": "Parameter",
@@ -2076,14 +1518,14 @@
2076
1518
  {
2077
1519
  "type": "reflection",
2078
1520
  "declaration": {
2079
- "id": 276,
1521
+ "id": 278,
2080
1522
  "name": "__type",
2081
1523
  "kind": 65536,
2082
1524
  "kindString": "Type literal",
2083
1525
  "flags": {},
2084
1526
  "children": [
2085
1527
  {
2086
- "id": 277,
1528
+ "id": 279,
2087
1529
  "name": "schema",
2088
1530
  "kind": 1024,
2089
1531
  "kindString": "Property",
@@ -2105,7 +1547,7 @@
2105
1547
  {
2106
1548
  "title": "Properties",
2107
1549
  "children": [
2108
- 277
1550
+ 279
2109
1551
  ]
2110
1552
  }
2111
1553
  ],
@@ -2123,7 +1565,7 @@
2123
1565
  }
2124
1566
  },
2125
1567
  {
2126
- "id": 278,
1568
+ "id": 280,
2127
1569
  "name": "account",
2128
1570
  "kind": 32768,
2129
1571
  "kindString": "Parameter",
@@ -2157,14 +1599,14 @@
2157
1599
  {
2158
1600
  "type": "reflection",
2159
1601
  "declaration": {
2160
- "id": 279,
1602
+ "id": 281,
2161
1603
  "name": "__type",
2162
1604
  "kind": 65536,
2163
1605
  "kindString": "Type literal",
2164
1606
  "flags": {},
2165
1607
  "children": [
2166
1608
  {
2167
- "id": 280,
1609
+ "id": 282,
2168
1610
  "name": "query",
2169
1611
  "kind": 1024,
2170
1612
  "kindString": "Property",
@@ -2182,7 +1624,7 @@
2182
1624
  }
2183
1625
  },
2184
1626
  {
2185
- "id": 281,
1627
+ "id": 283,
2186
1628
  "name": "resultSet",
2187
1629
  "kind": 1024,
2188
1630
  "kindString": "Property",
@@ -2202,7 +1644,7 @@
2202
1644
  }
2203
1645
  },
2204
1646
  {
2205
- "id": 282,
1647
+ "id": 284,
2206
1648
  "name": "schema",
2207
1649
  "kind": 1024,
2208
1650
  "kindString": "Property",
@@ -2224,9 +1666,9 @@
2224
1666
  {
2225
1667
  "title": "Properties",
2226
1668
  "children": [
2227
- 280,
2228
- 281,
2229
- 282
1669
+ 282,
1670
+ 283,
1671
+ 284
2230
1672
  ]
2231
1673
  }
2232
1674
  ],
@@ -2257,14 +1699,14 @@
2257
1699
  {
2258
1700
  "type": "reflection",
2259
1701
  "declaration": {
2260
- "id": 283,
1702
+ "id": 285,
2261
1703
  "name": "__type",
2262
1704
  "kind": 65536,
2263
1705
  "kindString": "Type literal",
2264
1706
  "flags": {},
2265
1707
  "children": [
2266
1708
  {
2267
- "id": 284,
1709
+ "id": 286,
2268
1710
  "name": "schema",
2269
1711
  "kind": 1024,
2270
1712
  "kindString": "Property",
@@ -2286,7 +1728,7 @@
2286
1728
  {
2287
1729
  "title": "Properties",
2288
1730
  "children": [
2289
- 284
1731
+ 286
2290
1732
  ]
2291
1733
  }
2292
1734
  ],
@@ -2316,7 +1758,7 @@
2316
1758
  }
2317
1759
  },
2318
1760
  {
2319
- "id": 117,
1761
+ "id": 97,
2320
1762
  "name": "describe",
2321
1763
  "kind": 2048,
2322
1764
  "kindString": "Method",
@@ -2324,13 +1766,13 @@
2324
1766
  "sources": [
2325
1767
  {
2326
1768
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2327
- "line": 49,
1769
+ "line": 29,
2328
1770
  "character": 4
2329
1771
  }
2330
1772
  ],
2331
1773
  "signatures": [
2332
1774
  {
2333
- "id": 118,
1775
+ "id": 98,
2334
1776
  "name": "describe",
2335
1777
  "kind": 4096,
2336
1778
  "kindString": "Call signature",
@@ -2377,7 +1819,7 @@
2377
1819
  }
2378
1820
  },
2379
1821
  {
2380
- "id": 119,
1822
+ "id": 99,
2381
1823
  "name": "discover",
2382
1824
  "kind": 2048,
2383
1825
  "kindString": "Method",
@@ -2385,13 +1827,13 @@
2385
1827
  "sources": [
2386
1828
  {
2387
1829
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2388
- "line": 50,
1830
+ "line": 30,
2389
1831
  "character": 4
2390
1832
  }
2391
1833
  ],
2392
1834
  "signatures": [
2393
1835
  {
2394
- "id": 120,
1836
+ "id": 100,
2395
1837
  "name": "discover",
2396
1838
  "kind": 4096,
2397
1839
  "kindString": "Call signature",
@@ -2415,14 +1857,14 @@
2415
1857
  {
2416
1858
  "type": "reflection",
2417
1859
  "declaration": {
2418
- "id": 121,
1860
+ "id": 101,
2419
1861
  "name": "__type",
2420
1862
  "kind": 65536,
2421
1863
  "kindString": "Type literal",
2422
1864
  "flags": {},
2423
1865
  "children": [
2424
1866
  {
2425
- "id": 122,
1867
+ "id": 102,
2426
1868
  "name": "schema",
2427
1869
  "kind": 1024,
2428
1870
  "kindString": "Property",
@@ -2444,7 +1886,7 @@
2444
1886
  {
2445
1887
  "title": "Properties",
2446
1888
  "children": [
2447
- 122
1889
+ 102
2448
1890
  ]
2449
1891
  }
2450
1892
  ],
@@ -2487,7 +1929,7 @@
2487
1929
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
2488
1930
  "line": 29,
2489
1931
  "character": 8,
2490
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L29"
1932
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L29"
2491
1933
  }
2492
1934
  ],
2493
1935
  "signatures": [
@@ -2650,7 +2092,7 @@
2650
2092
  }
2651
2093
  },
2652
2094
  {
2653
- "id": 285,
2095
+ "id": 287,
2654
2096
  "name": "filterErrors",
2655
2097
  "kind": 2048,
2656
2098
  "kindString": "Method",
@@ -2660,20 +2102,20 @@
2660
2102
  "sources": [
2661
2103
  {
2662
2104
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2663
- "line": 70,
2105
+ "line": 50,
2664
2106
  "character": 14
2665
2107
  }
2666
2108
  ],
2667
2109
  "signatures": [
2668
2110
  {
2669
- "id": 286,
2111
+ "id": 288,
2670
2112
  "name": "filterErrors",
2671
2113
  "kind": 4096,
2672
2114
  "kindString": "Call signature",
2673
2115
  "flags": {},
2674
2116
  "parameters": [
2675
2117
  {
2676
- "id": 287,
2118
+ "id": 289,
2677
2119
  "name": "query",
2678
2120
  "kind": 32768,
2679
2121
  "kindString": "Parameter",
@@ -2699,14 +2141,14 @@
2699
2141
  {
2700
2142
  "type": "reflection",
2701
2143
  "declaration": {
2702
- "id": 288,
2144
+ "id": 290,
2703
2145
  "name": "__type",
2704
2146
  "kind": 65536,
2705
2147
  "kindString": "Type literal",
2706
2148
  "flags": {},
2707
2149
  "children": [
2708
2150
  {
2709
- "id": 289,
2151
+ "id": 291,
2710
2152
  "name": "query",
2711
2153
  "kind": 1024,
2712
2154
  "kindString": "Property",
@@ -2724,7 +2166,7 @@
2724
2166
  }
2725
2167
  },
2726
2168
  {
2727
- "id": 290,
2169
+ "id": 292,
2728
2170
  "name": "resultSet",
2729
2171
  "kind": 1024,
2730
2172
  "kindString": "Property",
@@ -2744,7 +2186,7 @@
2744
2186
  }
2745
2187
  },
2746
2188
  {
2747
- "id": 291,
2189
+ "id": 293,
2748
2190
  "name": "schema",
2749
2191
  "kind": 1024,
2750
2192
  "kindString": "Property",
@@ -2766,9 +2208,9 @@
2766
2208
  {
2767
2209
  "title": "Properties",
2768
2210
  "children": [
2769
- 289,
2770
- 290,
2771
- 291
2211
+ 291,
2212
+ 292,
2213
+ 293
2772
2214
  ]
2773
2215
  }
2774
2216
  ],
@@ -2800,14 +2242,14 @@
2800
2242
  {
2801
2243
  "type": "reflection",
2802
2244
  "declaration": {
2803
- "id": 292,
2245
+ "id": 294,
2804
2246
  "name": "__type",
2805
2247
  "kind": 65536,
2806
2248
  "kindString": "Type literal",
2807
2249
  "flags": {},
2808
2250
  "children": [
2809
2251
  {
2810
- "id": 293,
2252
+ "id": 295,
2811
2253
  "name": "schema",
2812
2254
  "kind": 1024,
2813
2255
  "kindString": "Property",
@@ -2829,7 +2271,7 @@
2829
2271
  {
2830
2272
  "title": "Properties",
2831
2273
  "children": [
2832
- 293
2274
+ 295
2833
2275
  ]
2834
2276
  }
2835
2277
  ],
@@ -2851,7 +2293,7 @@
2851
2293
  }
2852
2294
  },
2853
2295
  {
2854
- "id": 294,
2296
+ "id": 296,
2855
2297
  "name": "result",
2856
2298
  "kind": 32768,
2857
2299
  "kindString": "Parameter",
@@ -2880,14 +2322,14 @@
2880
2322
  {
2881
2323
  "type": "reflection",
2882
2324
  "declaration": {
2883
- "id": 295,
2325
+ "id": 297,
2884
2326
  "name": "__type",
2885
2327
  "kind": 65536,
2886
2328
  "kindString": "Type literal",
2887
2329
  "flags": {},
2888
2330
  "children": [
2889
2331
  {
2890
- "id": 296,
2332
+ "id": 298,
2891
2333
  "name": "schema",
2892
2334
  "kind": 1024,
2893
2335
  "kindString": "Property",
@@ -2909,7 +2351,7 @@
2909
2351
  {
2910
2352
  "title": "Properties",
2911
2353
  "children": [
2912
- 296
2354
+ 298
2913
2355
  ]
2914
2356
  }
2915
2357
  ],
@@ -2954,14 +2396,14 @@
2954
2396
  {
2955
2397
  "type": "reflection",
2956
2398
  "declaration": {
2957
- "id": 297,
2399
+ "id": 299,
2958
2400
  "name": "__type",
2959
2401
  "kind": 65536,
2960
2402
  "kindString": "Type literal",
2961
2403
  "flags": {},
2962
2404
  "children": [
2963
2405
  {
2964
- "id": 298,
2406
+ "id": 300,
2965
2407
  "name": "message",
2966
2408
  "kind": 1024,
2967
2409
  "kindString": "Property",
@@ -2981,7 +2423,7 @@
2981
2423
  }
2982
2424
  },
2983
2425
  {
2984
- "id": 299,
2426
+ "id": 301,
2985
2427
  "name": "schema",
2986
2428
  "kind": 1024,
2987
2429
  "kindString": "Property",
@@ -2999,7 +2441,7 @@
2999
2441
  }
3000
2442
  },
3001
2443
  {
3002
- "id": 300,
2444
+ "id": 302,
3003
2445
  "name": "sources",
3004
2446
  "kind": 1024,
3005
2447
  "kindString": "Property",
@@ -3024,9 +2466,9 @@
3024
2466
  {
3025
2467
  "title": "Properties",
3026
2468
  "children": [
3027
- 298,
3028
- 299,
3029
- 300
2469
+ 300,
2470
+ 301,
2471
+ 302
3030
2472
  ]
3031
2473
  }
3032
2474
  ],
@@ -3056,7 +2498,7 @@
3056
2498
  }
3057
2499
  },
3058
2500
  {
3059
- "id": 123,
2501
+ "id": 103,
3060
2502
  "name": "query",
3061
2503
  "kind": 2048,
3062
2504
  "kindString": "Method",
@@ -3064,20 +2506,20 @@
3064
2506
  "sources": [
3065
2507
  {
3066
2508
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3067
- "line": 51,
2509
+ "line": 31,
3068
2510
  "character": 4
3069
2511
  }
3070
2512
  ],
3071
2513
  "signatures": [
3072
2514
  {
3073
- "id": 124,
2515
+ "id": 104,
3074
2516
  "name": "query",
3075
2517
  "kind": 4096,
3076
2518
  "kindString": "Call signature",
3077
2519
  "flags": {},
3078
2520
  "typeParameter": [
3079
2521
  {
3080
- "id": 133,
2522
+ "id": 113,
3081
2523
  "name": "T",
3082
2524
  "kind": 131072,
3083
2525
  "kindString": "Type parameter",
@@ -3100,14 +2542,14 @@
3100
2542
  {
3101
2543
  "type": "reflection",
3102
2544
  "declaration": {
3103
- "id": 125,
2545
+ "id": 105,
3104
2546
  "name": "__type",
3105
2547
  "kind": 65536,
3106
2548
  "kindString": "Type literal",
3107
2549
  "flags": {},
3108
2550
  "children": [
3109
2551
  {
3110
- "id": 126,
2552
+ "id": 106,
3111
2553
  "name": "query",
3112
2554
  "kind": 1024,
3113
2555
  "kindString": "Property",
@@ -3125,7 +2567,7 @@
3125
2567
  }
3126
2568
  },
3127
2569
  {
3128
- "id": 127,
2570
+ "id": 107,
3129
2571
  "name": "resultSet",
3130
2572
  "kind": 1024,
3131
2573
  "kindString": "Property",
@@ -3145,7 +2587,7 @@
3145
2587
  }
3146
2588
  },
3147
2589
  {
3148
- "id": 128,
2590
+ "id": 108,
3149
2591
  "name": "schema",
3150
2592
  "kind": 1024,
3151
2593
  "kindString": "Property",
@@ -3167,9 +2609,9 @@
3167
2609
  {
3168
2610
  "title": "Properties",
3169
2611
  "children": [
3170
- 126,
3171
- 127,
3172
- 128
2612
+ 106,
2613
+ 107,
2614
+ 108
3173
2615
  ]
3174
2616
  }
3175
2617
  ],
@@ -3202,14 +2644,14 @@
3202
2644
  {
3203
2645
  "type": "reflection",
3204
2646
  "declaration": {
3205
- "id": 129,
2647
+ "id": 109,
3206
2648
  "name": "__type",
3207
2649
  "kind": 65536,
3208
2650
  "kindString": "Type literal",
3209
2651
  "flags": {},
3210
2652
  "children": [
3211
2653
  {
3212
- "id": 130,
2654
+ "id": 110,
3213
2655
  "name": "query",
3214
2656
  "kind": 1024,
3215
2657
  "kindString": "Property",
@@ -3227,7 +2669,7 @@
3227
2669
  }
3228
2670
  },
3229
2671
  {
3230
- "id": 131,
2672
+ "id": 111,
3231
2673
  "name": "resultSet",
3232
2674
  "kind": 1024,
3233
2675
  "kindString": "Property",
@@ -3247,7 +2689,7 @@
3247
2689
  }
3248
2690
  },
3249
2691
  {
3250
- "id": 132,
2692
+ "id": 112,
3251
2693
  "name": "schema",
3252
2694
  "kind": 1024,
3253
2695
  "kindString": "Property",
@@ -3269,9 +2711,9 @@
3269
2711
  {
3270
2712
  "title": "Properties",
3271
2713
  "children": [
3272
- 130,
3273
- 131,
3274
- 132
2714
+ 110,
2715
+ 111,
2716
+ 112
3275
2717
  ]
3276
2718
  }
3277
2719
  ],
@@ -3290,19 +2732,19 @@
3290
2732
  ],
3291
2733
  "parameters": [
3292
2734
  {
3293
- "id": 134,
2735
+ "id": 114,
3294
2736
  "name": "query",
3295
2737
  "kind": 32768,
3296
2738
  "kindString": "Parameter",
3297
2739
  "flags": {},
3298
2740
  "type": {
3299
2741
  "type": "reference",
3300
- "id": 133,
2742
+ "id": 113,
3301
2743
  "name": "T"
3302
2744
  }
3303
2745
  },
3304
2746
  {
3305
- "id": 135,
2747
+ "id": 115,
3306
2748
  "name": "payloads",
3307
2749
  "kind": 32768,
3308
2750
  "kindString": "Parameter",
@@ -3325,14 +2767,14 @@
3325
2767
  {
3326
2768
  "type": "reflection",
3327
2769
  "declaration": {
3328
- "id": 136,
2770
+ "id": 116,
3329
2771
  "name": "__type",
3330
2772
  "kind": 65536,
3331
2773
  "kindString": "Type literal",
3332
2774
  "flags": {},
3333
2775
  "children": [
3334
2776
  {
3335
- "id": 137,
2777
+ "id": 117,
3336
2778
  "name": "schema",
3337
2779
  "kind": 1024,
3338
2780
  "kindString": "Property",
@@ -3354,7 +2796,7 @@
3354
2796
  {
3355
2797
  "title": "Properties",
3356
2798
  "children": [
3357
- 137
2799
+ 117
3358
2800
  ]
3359
2801
  }
3360
2802
  ],
@@ -3392,14 +2834,14 @@
3392
2834
  {
3393
2835
  "type": "reflection",
3394
2836
  "declaration": {
3395
- "id": 138,
2837
+ "id": 118,
3396
2838
  "name": "__type",
3397
2839
  "kind": 65536,
3398
2840
  "kindString": "Type literal",
3399
2841
  "flags": {},
3400
2842
  "children": [
3401
2843
  {
3402
- "id": 139,
2844
+ "id": 119,
3403
2845
  "name": "schema",
3404
2846
  "kind": 1024,
3405
2847
  "kindString": "Property",
@@ -3421,7 +2863,7 @@
3421
2863
  {
3422
2864
  "title": "Properties",
3423
2865
  "children": [
3424
- 139
2866
+ 119
3425
2867
  ]
3426
2868
  }
3427
2869
  ],
@@ -3456,7 +2898,7 @@
3456
2898
  }
3457
2899
  },
3458
2900
  {
3459
- "id": 140,
2901
+ "id": 120,
3460
2902
  "name": "queryable",
3461
2903
  "kind": 2048,
3462
2904
  "kindString": "Method",
@@ -3464,20 +2906,20 @@
3464
2906
  "sources": [
3465
2907
  {
3466
2908
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3467
- "line": 52,
2909
+ "line": 32,
3468
2910
  "character": 4
3469
2911
  }
3470
2912
  ],
3471
2913
  "signatures": [
3472
2914
  {
3473
- "id": 141,
2915
+ "id": 121,
3474
2916
  "name": "queryable",
3475
2917
  "kind": 4096,
3476
2918
  "kindString": "Call signature",
3477
2919
  "flags": {},
3478
2920
  "typeParameter": [
3479
2921
  {
3480
- "id": 150,
2922
+ "id": 130,
3481
2923
  "name": "T",
3482
2924
  "kind": 131072,
3483
2925
  "kindString": "Type parameter",
@@ -3500,14 +2942,14 @@
3500
2942
  {
3501
2943
  "type": "reflection",
3502
2944
  "declaration": {
3503
- "id": 142,
2945
+ "id": 122,
3504
2946
  "name": "__type",
3505
2947
  "kind": 65536,
3506
2948
  "kindString": "Type literal",
3507
2949
  "flags": {},
3508
2950
  "children": [
3509
2951
  {
3510
- "id": 143,
2952
+ "id": 123,
3511
2953
  "name": "query",
3512
2954
  "kind": 1024,
3513
2955
  "kindString": "Property",
@@ -3525,7 +2967,7 @@
3525
2967
  }
3526
2968
  },
3527
2969
  {
3528
- "id": 144,
2970
+ "id": 124,
3529
2971
  "name": "resultSet",
3530
2972
  "kind": 1024,
3531
2973
  "kindString": "Property",
@@ -3545,7 +2987,7 @@
3545
2987
  }
3546
2988
  },
3547
2989
  {
3548
- "id": 145,
2990
+ "id": 125,
3549
2991
  "name": "schema",
3550
2992
  "kind": 1024,
3551
2993
  "kindString": "Property",
@@ -3567,9 +3009,9 @@
3567
3009
  {
3568
3010
  "title": "Properties",
3569
3011
  "children": [
3570
- 143,
3571
- 144,
3572
- 145
3012
+ 123,
3013
+ 124,
3014
+ 125
3573
3015
  ]
3574
3016
  }
3575
3017
  ],
@@ -3602,14 +3044,14 @@
3602
3044
  {
3603
3045
  "type": "reflection",
3604
3046
  "declaration": {
3605
- "id": 146,
3047
+ "id": 126,
3606
3048
  "name": "__type",
3607
3049
  "kind": 65536,
3608
3050
  "kindString": "Type literal",
3609
3051
  "flags": {},
3610
3052
  "children": [
3611
3053
  {
3612
- "id": 147,
3054
+ "id": 127,
3613
3055
  "name": "query",
3614
3056
  "kind": 1024,
3615
3057
  "kindString": "Property",
@@ -3627,7 +3069,7 @@
3627
3069
  }
3628
3070
  },
3629
3071
  {
3630
- "id": 148,
3072
+ "id": 128,
3631
3073
  "name": "resultSet",
3632
3074
  "kind": 1024,
3633
3075
  "kindString": "Property",
@@ -3647,7 +3089,7 @@
3647
3089
  }
3648
3090
  },
3649
3091
  {
3650
- "id": 149,
3092
+ "id": 129,
3651
3093
  "name": "schema",
3652
3094
  "kind": 1024,
3653
3095
  "kindString": "Property",
@@ -3669,9 +3111,9 @@
3669
3111
  {
3670
3112
  "title": "Properties",
3671
3113
  "children": [
3672
- 147,
3673
- 148,
3674
- 149
3114
+ 127,
3115
+ 128,
3116
+ 129
3675
3117
  ]
3676
3118
  }
3677
3119
  ],
@@ -3690,19 +3132,19 @@
3690
3132
  ],
3691
3133
  "parameters": [
3692
3134
  {
3693
- "id": 151,
3135
+ "id": 131,
3694
3136
  "name": "query",
3695
3137
  "kind": 32768,
3696
3138
  "kindString": "Parameter",
3697
3139
  "flags": {},
3698
3140
  "type": {
3699
3141
  "type": "reference",
3700
- "id": 150,
3142
+ "id": 130,
3701
3143
  "name": "T"
3702
3144
  }
3703
3145
  },
3704
3146
  {
3705
- "id": 152,
3147
+ "id": 132,
3706
3148
  "name": "payloads",
3707
3149
  "kind": 32768,
3708
3150
  "kindString": "Parameter",
@@ -3725,14 +3167,14 @@
3725
3167
  {
3726
3168
  "type": "reflection",
3727
3169
  "declaration": {
3728
- "id": 153,
3170
+ "id": 133,
3729
3171
  "name": "__type",
3730
3172
  "kind": 65536,
3731
3173
  "kindString": "Type literal",
3732
3174
  "flags": {},
3733
3175
  "children": [
3734
3176
  {
3735
- "id": 154,
3177
+ "id": 134,
3736
3178
  "name": "schema",
3737
3179
  "kind": 1024,
3738
3180
  "kindString": "Property",
@@ -3754,7 +3196,7 @@
3754
3196
  {
3755
3197
  "title": "Properties",
3756
3198
  "children": [
3757
- 154
3199
+ 134
3758
3200
  ]
3759
3201
  }
3760
3202
  ],
@@ -3798,7 +3240,7 @@
3798
3240
  }
3799
3241
  },
3800
3242
  {
3801
- "id": 155,
3243
+ "id": 135,
3802
3244
  "name": "resolve",
3803
3245
  "kind": 2048,
3804
3246
  "kindString": "Method",
@@ -3806,343 +3248,1199 @@
3806
3248
  "sources": [
3807
3249
  {
3808
3250
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3809
- "line": 53,
3251
+ "line": 33,
3810
3252
  "character": 4
3811
3253
  },
3812
3254
  {
3813
3255
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
3814
- "line": 54,
3256
+ "line": 34,
3815
3257
  "character": 4
3816
3258
  }
3817
3259
  ],
3818
3260
  "signatures": [
3819
3261
  {
3820
- "id": 156,
3262
+ "id": 136,
3821
3263
  "name": "resolve",
3822
3264
  "kind": 4096,
3823
3265
  "kindString": "Call signature",
3824
3266
  "flags": {},
3825
- "parameters": [
3267
+ "typeParameter": [
3826
3268
  {
3827
3269
  "id": 157,
3828
- "name": "nameOrAddress",
3829
- "kind": 32768,
3830
- "kindString": "Parameter",
3270
+ "name": "TModule",
3271
+ "kind": 131072,
3272
+ "kindString": "Type parameter",
3831
3273
  "flags": {},
3832
3274
  "type": {
3833
- "type": "intrinsic",
3834
- "name": "string"
3835
- }
3836
- }
3837
- ],
3838
- "type": {
3839
- "type": "reference",
3840
- "typeArguments": [
3841
- {
3842
- "type": "union",
3843
- "types": [
3844
- {
3845
- "type": "intrinsic",
3846
- "name": "undefined"
3847
- },
3275
+ "type": "reference",
3276
+ "typeArguments": [
3848
3277
  {
3849
- "type": "reference",
3850
- "typeArguments": [
3278
+ "type": "intersection",
3279
+ "types": [
3851
3280
  {
3852
- "type": "intersection",
3853
- "types": [
3854
- {
3855
- "type": "reference",
3856
- "name": "SchemaFields"
3857
- },
3858
- {
3859
- "type": "reference",
3860
- "name": "PayloadFields"
3861
- },
3862
- {
3863
- "type": "reflection",
3864
- "declaration": {
3865
- "id": 158,
3866
- "name": "__type",
3867
- "kind": 65536,
3868
- "kindString": "Type literal",
3869
- "flags": {},
3870
- "children": [
3281
+ "type": "reference",
3282
+ "name": "SchemaFields"
3283
+ },
3284
+ {
3285
+ "type": "reference",
3286
+ "name": "PayloadFields"
3287
+ },
3288
+ {
3289
+ "type": "reflection",
3290
+ "declaration": {
3291
+ "id": 137,
3292
+ "name": "__type",
3293
+ "kind": 65536,
3294
+ "kindString": "Type literal",
3295
+ "flags": {},
3296
+ "children": [
3297
+ {
3298
+ "id": 138,
3299
+ "name": "name",
3300
+ "kind": 1024,
3301
+ "kindString": "Property",
3302
+ "flags": {
3303
+ "isOptional": true
3304
+ },
3305
+ "sources": [
3871
3306
  {
3872
- "id": 159,
3873
- "name": "name",
3874
- "kind": 1024,
3875
- "kindString": "Property",
3876
- "flags": {
3877
- "isOptional": true
3878
- },
3879
- "sources": [
3880
- {
3881
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3882
- "line": 9,
3883
- "character": 4
3884
- }
3885
- ],
3886
- "type": {
3887
- "type": "intrinsic",
3888
- "name": "string"
3889
- }
3890
- },
3307
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3308
+ "line": 9,
3309
+ "character": 4
3310
+ }
3311
+ ],
3312
+ "type": {
3313
+ "type": "intrinsic",
3314
+ "name": "string"
3315
+ }
3316
+ },
3317
+ {
3318
+ "id": 139,
3319
+ "name": "security",
3320
+ "kind": 1024,
3321
+ "kindString": "Property",
3322
+ "flags": {
3323
+ "isOptional": true
3324
+ },
3325
+ "sources": [
3891
3326
  {
3892
- "id": 160,
3893
- "name": "security",
3894
- "kind": 1024,
3895
- "kindString": "Property",
3896
- "flags": {
3897
- "isOptional": true
3898
- },
3899
- "sources": [
3327
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3328
+ "line": 10,
3329
+ "character": 4
3330
+ }
3331
+ ],
3332
+ "type": {
3333
+ "type": "reflection",
3334
+ "declaration": {
3335
+ "id": 140,
3336
+ "name": "__type",
3337
+ "kind": 65536,
3338
+ "kindString": "Type literal",
3339
+ "flags": {},
3340
+ "children": [
3900
3341
  {
3901
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3902
- "line": 10,
3903
- "character": 4
3904
- }
3905
- ],
3906
- "type": {
3907
- "type": "reflection",
3908
- "declaration": {
3909
- "id": 161,
3910
- "name": "__type",
3911
- "kind": 65536,
3912
- "kindString": "Type literal",
3913
- "flags": {},
3914
- "children": [
3342
+ "id": 141,
3343
+ "name": "allowAnonymous",
3344
+ "kind": 1024,
3345
+ "kindString": "Property",
3346
+ "flags": {
3347
+ "isOptional": true
3348
+ },
3349
+ "sources": [
3915
3350
  {
3916
- "id": 162,
3917
- "name": "allowAnonymous",
3918
- "kind": 1024,
3919
- "kindString": "Property",
3920
- "flags": {
3921
- "isOptional": true
3351
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3352
+ "line": 11,
3353
+ "character": 8
3354
+ }
3355
+ ],
3356
+ "type": {
3357
+ "type": "intrinsic",
3358
+ "name": "boolean"
3359
+ }
3360
+ },
3361
+ {
3362
+ "id": 142,
3363
+ "name": "allowed",
3364
+ "kind": 1024,
3365
+ "kindString": "Property",
3366
+ "flags": {
3367
+ "isOptional": true
3368
+ },
3369
+ "sources": [
3370
+ {
3371
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3372
+ "line": 12,
3373
+ "character": 8
3374
+ }
3375
+ ],
3376
+ "type": {
3377
+ "type": "reference",
3378
+ "typeArguments": [
3379
+ {
3380
+ "type": "intrinsic",
3381
+ "name": "string"
3922
3382
  },
3923
- "sources": [
3924
- {
3925
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3926
- "line": 11,
3927
- "character": 8
3383
+ {
3384
+ "type": "array",
3385
+ "elementType": {
3386
+ "type": "union",
3387
+ "types": [
3388
+ {
3389
+ "type": "intrinsic",
3390
+ "name": "string"
3391
+ },
3392
+ {
3393
+ "type": "reference",
3394
+ "name": "CosigningAddressSet"
3395
+ }
3396
+ ]
3928
3397
  }
3929
- ],
3930
- "type": {
3931
- "type": "intrinsic",
3932
- "name": "boolean"
3933
3398
  }
3934
- },
3399
+ ],
3400
+ "name": "Record",
3401
+ "qualifiedName": "Record",
3402
+ "package": "typescript"
3403
+ }
3404
+ },
3405
+ {
3406
+ "id": 143,
3407
+ "name": "disallowed",
3408
+ "kind": 1024,
3409
+ "kindString": "Property",
3410
+ "flags": {
3411
+ "isOptional": true
3412
+ },
3413
+ "sources": [
3935
3414
  {
3936
- "id": 163,
3937
- "name": "allowed",
3938
- "kind": 1024,
3939
- "kindString": "Property",
3940
- "flags": {
3941
- "isOptional": true
3415
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3416
+ "line": 13,
3417
+ "character": 8
3418
+ }
3419
+ ],
3420
+ "type": {
3421
+ "type": "reference",
3422
+ "typeArguments": [
3423
+ {
3424
+ "type": "intrinsic",
3425
+ "name": "string"
3942
3426
  },
3943
- "sources": [
3944
- {
3945
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3946
- "line": 12,
3947
- "character": 8
3427
+ {
3428
+ "type": "array",
3429
+ "elementType": {
3430
+ "type": "intrinsic",
3431
+ "name": "string"
3948
3432
  }
3949
- ],
3950
- "type": {
3951
- "type": "reference",
3952
- "typeArguments": [
3953
- {
3954
- "type": "intrinsic",
3955
- "name": "string"
3956
- },
3957
- {
3958
- "type": "array",
3959
- "elementType": {
3960
- "type": "union",
3961
- "types": [
3962
- {
3963
- "type": "intrinsic",
3964
- "name": "string"
3965
- },
3966
- {
3967
- "type": "reference",
3968
- "name": "CosigningAddressSet"
3969
- }
3970
- ]
3971
- }
3972
- }
3973
- ],
3974
- "name": "Record",
3975
- "qualifiedName": "Record",
3976
- "package": "typescript"
3977
3433
  }
3978
- },
3434
+ ],
3435
+ "name": "Record",
3436
+ "qualifiedName": "Record",
3437
+ "package": "typescript"
3438
+ }
3439
+ }
3440
+ ],
3441
+ "groups": [
3442
+ {
3443
+ "title": "Properties",
3444
+ "children": [
3445
+ 141,
3446
+ 142,
3447
+ 143
3448
+ ]
3449
+ }
3450
+ ],
3451
+ "sources": [
3452
+ {
3453
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3454
+ "line": 10,
3455
+ "character": 15
3456
+ }
3457
+ ]
3458
+ }
3459
+ }
3460
+ },
3461
+ {
3462
+ "id": 144,
3463
+ "name": "storeQueries",
3464
+ "kind": 1024,
3465
+ "kindString": "Property",
3466
+ "flags": {
3467
+ "isOptional": true
3468
+ },
3469
+ "sources": [
3470
+ {
3471
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3472
+ "line": 15,
3473
+ "character": 4
3474
+ }
3475
+ ],
3476
+ "type": {
3477
+ "type": "intrinsic",
3478
+ "name": "boolean"
3479
+ }
3480
+ }
3481
+ ],
3482
+ "groups": [
3483
+ {
3484
+ "title": "Properties",
3485
+ "children": [
3486
+ 138,
3487
+ 139,
3488
+ 144
3489
+ ]
3490
+ }
3491
+ ],
3492
+ "sources": [
3493
+ {
3494
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3495
+ "line": 8,
3496
+ "character": 75
3497
+ }
3498
+ ]
3499
+ }
3500
+ },
3501
+ {
3502
+ "type": "reflection",
3503
+ "declaration": {
3504
+ "id": 145,
3505
+ "name": "__type",
3506
+ "kind": 65536,
3507
+ "kindString": "Type literal",
3508
+ "flags": {},
3509
+ "children": [
3510
+ {
3511
+ "id": 146,
3512
+ "name": "schema",
3513
+ "kind": 1024,
3514
+ "kindString": "Property",
3515
+ "flags": {},
3516
+ "sources": [
3517
+ {
3518
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
3519
+ "line": 19,
3520
+ "character": 4
3521
+ }
3522
+ ],
3523
+ "type": {
3524
+ "type": "intrinsic",
3525
+ "name": "string"
3526
+ }
3527
+ }
3528
+ ],
3529
+ "groups": [
3530
+ {
3531
+ "title": "Properties",
3532
+ "children": [
3533
+ 146
3534
+ ]
3535
+ }
3536
+ ],
3537
+ "sources": [
3538
+ {
3539
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
3540
+ "line": 18,
3541
+ "character": 17
3542
+ }
3543
+ ]
3544
+ }
3545
+ }
3546
+ ]
3547
+ }
3548
+ ],
3549
+ "name": "Module"
3550
+ },
3551
+ "default": {
3552
+ "type": "reference",
3553
+ "typeArguments": [
3554
+ {
3555
+ "type": "intersection",
3556
+ "types": [
3557
+ {
3558
+ "type": "reference",
3559
+ "name": "SchemaFields"
3560
+ },
3561
+ {
3562
+ "type": "reference",
3563
+ "name": "PayloadFields"
3564
+ },
3565
+ {
3566
+ "type": "reflection",
3567
+ "declaration": {
3568
+ "id": 147,
3569
+ "name": "__type",
3570
+ "kind": 65536,
3571
+ "kindString": "Type literal",
3572
+ "flags": {},
3573
+ "children": [
3574
+ {
3575
+ "id": 148,
3576
+ "name": "name",
3577
+ "kind": 1024,
3578
+ "kindString": "Property",
3579
+ "flags": {
3580
+ "isOptional": true
3581
+ },
3582
+ "sources": [
3583
+ {
3584
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3585
+ "line": 9,
3586
+ "character": 4
3587
+ }
3588
+ ],
3589
+ "type": {
3590
+ "type": "intrinsic",
3591
+ "name": "string"
3592
+ }
3593
+ },
3594
+ {
3595
+ "id": 149,
3596
+ "name": "security",
3597
+ "kind": 1024,
3598
+ "kindString": "Property",
3599
+ "flags": {
3600
+ "isOptional": true
3601
+ },
3602
+ "sources": [
3603
+ {
3604
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3605
+ "line": 10,
3606
+ "character": 4
3607
+ }
3608
+ ],
3609
+ "type": {
3610
+ "type": "reflection",
3611
+ "declaration": {
3612
+ "id": 150,
3613
+ "name": "__type",
3614
+ "kind": 65536,
3615
+ "kindString": "Type literal",
3616
+ "flags": {},
3617
+ "children": [
3618
+ {
3619
+ "id": 151,
3620
+ "name": "allowAnonymous",
3621
+ "kind": 1024,
3622
+ "kindString": "Property",
3623
+ "flags": {
3624
+ "isOptional": true
3625
+ },
3626
+ "sources": [
3627
+ {
3628
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3629
+ "line": 11,
3630
+ "character": 8
3631
+ }
3632
+ ],
3633
+ "type": {
3634
+ "type": "intrinsic",
3635
+ "name": "boolean"
3636
+ }
3637
+ },
3638
+ {
3639
+ "id": 152,
3640
+ "name": "allowed",
3641
+ "kind": 1024,
3642
+ "kindString": "Property",
3643
+ "flags": {
3644
+ "isOptional": true
3645
+ },
3646
+ "sources": [
3647
+ {
3648
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3649
+ "line": 12,
3650
+ "character": 8
3651
+ }
3652
+ ],
3653
+ "type": {
3654
+ "type": "reference",
3655
+ "typeArguments": [
3656
+ {
3657
+ "type": "intrinsic",
3658
+ "name": "string"
3659
+ },
3660
+ {
3661
+ "type": "array",
3662
+ "elementType": {
3663
+ "type": "union",
3664
+ "types": [
3665
+ {
3666
+ "type": "intrinsic",
3667
+ "name": "string"
3668
+ },
3669
+ {
3670
+ "type": "reference",
3671
+ "name": "CosigningAddressSet"
3672
+ }
3673
+ ]
3674
+ }
3675
+ }
3676
+ ],
3677
+ "name": "Record",
3678
+ "qualifiedName": "Record",
3679
+ "package": "typescript"
3680
+ }
3681
+ },
3682
+ {
3683
+ "id": 153,
3684
+ "name": "disallowed",
3685
+ "kind": 1024,
3686
+ "kindString": "Property",
3687
+ "flags": {
3688
+ "isOptional": true
3689
+ },
3690
+ "sources": [
3691
+ {
3692
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3693
+ "line": 13,
3694
+ "character": 8
3695
+ }
3696
+ ],
3697
+ "type": {
3698
+ "type": "reference",
3699
+ "typeArguments": [
3700
+ {
3701
+ "type": "intrinsic",
3702
+ "name": "string"
3703
+ },
3704
+ {
3705
+ "type": "array",
3706
+ "elementType": {
3707
+ "type": "intrinsic",
3708
+ "name": "string"
3709
+ }
3710
+ }
3711
+ ],
3712
+ "name": "Record",
3713
+ "qualifiedName": "Record",
3714
+ "package": "typescript"
3715
+ }
3716
+ }
3717
+ ],
3718
+ "groups": [
3719
+ {
3720
+ "title": "Properties",
3721
+ "children": [
3722
+ 151,
3723
+ 152,
3724
+ 153
3725
+ ]
3726
+ }
3727
+ ],
3728
+ "sources": [
3729
+ {
3730
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3731
+ "line": 10,
3732
+ "character": 15
3733
+ }
3734
+ ]
3735
+ }
3736
+ }
3737
+ },
3738
+ {
3739
+ "id": 154,
3740
+ "name": "storeQueries",
3741
+ "kind": 1024,
3742
+ "kindString": "Property",
3743
+ "flags": {
3744
+ "isOptional": true
3745
+ },
3746
+ "sources": [
3747
+ {
3748
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3749
+ "line": 15,
3750
+ "character": 4
3751
+ }
3752
+ ],
3753
+ "type": {
3754
+ "type": "intrinsic",
3755
+ "name": "boolean"
3756
+ }
3757
+ }
3758
+ ],
3759
+ "groups": [
3760
+ {
3761
+ "title": "Properties",
3762
+ "children": [
3763
+ 148,
3764
+ 149,
3765
+ 154
3766
+ ]
3767
+ }
3768
+ ],
3769
+ "sources": [
3770
+ {
3771
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3772
+ "line": 8,
3773
+ "character": 75
3774
+ }
3775
+ ]
3776
+ }
3777
+ },
3778
+ {
3779
+ "type": "reflection",
3780
+ "declaration": {
3781
+ "id": 155,
3782
+ "name": "__type",
3783
+ "kind": 65536,
3784
+ "kindString": "Type literal",
3785
+ "flags": {},
3786
+ "children": [
3787
+ {
3788
+ "id": 156,
3789
+ "name": "schema",
3790
+ "kind": 1024,
3791
+ "kindString": "Property",
3792
+ "flags": {},
3793
+ "sources": [
3794
+ {
3795
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
3796
+ "line": 19,
3797
+ "character": 4
3798
+ }
3799
+ ],
3800
+ "type": {
3801
+ "type": "intrinsic",
3802
+ "name": "string"
3803
+ }
3804
+ }
3805
+ ],
3806
+ "groups": [
3807
+ {
3808
+ "title": "Properties",
3809
+ "children": [
3810
+ 156
3811
+ ]
3812
+ }
3813
+ ],
3814
+ "sources": [
3815
+ {
3816
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
3817
+ "line": 18,
3818
+ "character": 17
3819
+ }
3820
+ ]
3821
+ }
3822
+ }
3823
+ ]
3824
+ }
3825
+ ],
3826
+ "name": "Module"
3827
+ }
3828
+ }
3829
+ ],
3830
+ "parameters": [
3831
+ {
3832
+ "id": 158,
3833
+ "name": "nameOrAddress",
3834
+ "kind": 32768,
3835
+ "kindString": "Parameter",
3836
+ "flags": {
3837
+ "isOptional": true
3838
+ },
3839
+ "type": {
3840
+ "type": "intrinsic",
3841
+ "name": "string"
3842
+ }
3843
+ }
3844
+ ],
3845
+ "type": {
3846
+ "type": "reference",
3847
+ "typeArguments": [
3848
+ {
3849
+ "type": "union",
3850
+ "types": [
3851
+ {
3852
+ "type": "intrinsic",
3853
+ "name": "undefined"
3854
+ },
3855
+ {
3856
+ "type": "reference",
3857
+ "id": 157,
3858
+ "name": "TModule"
3859
+ }
3860
+ ]
3861
+ }
3862
+ ],
3863
+ "name": "Promise",
3864
+ "qualifiedName": "Promise",
3865
+ "package": "typescript"
3866
+ },
3867
+ "inheritedFrom": {
3868
+ "type": "reference",
3869
+ "name": "ModuleWrapper.resolve"
3870
+ }
3871
+ },
3872
+ {
3873
+ "id": 159,
3874
+ "name": "resolve",
3875
+ "kind": 4096,
3876
+ "kindString": "Call signature",
3877
+ "flags": {},
3878
+ "typeParameter": [
3879
+ {
3880
+ "id": 180,
3881
+ "name": "TModule",
3882
+ "kind": 131072,
3883
+ "kindString": "Type parameter",
3884
+ "flags": {},
3885
+ "type": {
3886
+ "type": "reference",
3887
+ "typeArguments": [
3888
+ {
3889
+ "type": "intersection",
3890
+ "types": [
3891
+ {
3892
+ "type": "reference",
3893
+ "name": "SchemaFields"
3894
+ },
3895
+ {
3896
+ "type": "reference",
3897
+ "name": "PayloadFields"
3898
+ },
3899
+ {
3900
+ "type": "reflection",
3901
+ "declaration": {
3902
+ "id": 160,
3903
+ "name": "__type",
3904
+ "kind": 65536,
3905
+ "kindString": "Type literal",
3906
+ "flags": {},
3907
+ "children": [
3908
+ {
3909
+ "id": 161,
3910
+ "name": "name",
3911
+ "kind": 1024,
3912
+ "kindString": "Property",
3913
+ "flags": {
3914
+ "isOptional": true
3915
+ },
3916
+ "sources": [
3917
+ {
3918
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3919
+ "line": 9,
3920
+ "character": 4
3921
+ }
3922
+ ],
3923
+ "type": {
3924
+ "type": "intrinsic",
3925
+ "name": "string"
3926
+ }
3927
+ },
3928
+ {
3929
+ "id": 162,
3930
+ "name": "security",
3931
+ "kind": 1024,
3932
+ "kindString": "Property",
3933
+ "flags": {
3934
+ "isOptional": true
3935
+ },
3936
+ "sources": [
3937
+ {
3938
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3939
+ "line": 10,
3940
+ "character": 4
3941
+ }
3942
+ ],
3943
+ "type": {
3944
+ "type": "reflection",
3945
+ "declaration": {
3946
+ "id": 163,
3947
+ "name": "__type",
3948
+ "kind": 65536,
3949
+ "kindString": "Type literal",
3950
+ "flags": {},
3951
+ "children": [
3952
+ {
3953
+ "id": 164,
3954
+ "name": "allowAnonymous",
3955
+ "kind": 1024,
3956
+ "kindString": "Property",
3957
+ "flags": {
3958
+ "isOptional": true
3959
+ },
3960
+ "sources": [
3961
+ {
3962
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3963
+ "line": 11,
3964
+ "character": 8
3965
+ }
3966
+ ],
3967
+ "type": {
3968
+ "type": "intrinsic",
3969
+ "name": "boolean"
3970
+ }
3971
+ },
3972
+ {
3973
+ "id": 165,
3974
+ "name": "allowed",
3975
+ "kind": 1024,
3976
+ "kindString": "Property",
3977
+ "flags": {
3978
+ "isOptional": true
3979
+ },
3980
+ "sources": [
3981
+ {
3982
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3983
+ "line": 12,
3984
+ "character": 8
3985
+ }
3986
+ ],
3987
+ "type": {
3988
+ "type": "reference",
3989
+ "typeArguments": [
3990
+ {
3991
+ "type": "intrinsic",
3992
+ "name": "string"
3993
+ },
3994
+ {
3995
+ "type": "array",
3996
+ "elementType": {
3997
+ "type": "union",
3998
+ "types": [
3999
+ {
4000
+ "type": "intrinsic",
4001
+ "name": "string"
4002
+ },
4003
+ {
4004
+ "type": "reference",
4005
+ "name": "CosigningAddressSet"
4006
+ }
4007
+ ]
4008
+ }
4009
+ }
4010
+ ],
4011
+ "name": "Record",
4012
+ "qualifiedName": "Record",
4013
+ "package": "typescript"
4014
+ }
4015
+ },
4016
+ {
4017
+ "id": 166,
4018
+ "name": "disallowed",
4019
+ "kind": 1024,
4020
+ "kindString": "Property",
4021
+ "flags": {
4022
+ "isOptional": true
4023
+ },
4024
+ "sources": [
4025
+ {
4026
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4027
+ "line": 13,
4028
+ "character": 8
4029
+ }
4030
+ ],
4031
+ "type": {
4032
+ "type": "reference",
4033
+ "typeArguments": [
4034
+ {
4035
+ "type": "intrinsic",
4036
+ "name": "string"
4037
+ },
4038
+ {
4039
+ "type": "array",
4040
+ "elementType": {
4041
+ "type": "intrinsic",
4042
+ "name": "string"
4043
+ }
4044
+ }
4045
+ ],
4046
+ "name": "Record",
4047
+ "qualifiedName": "Record",
4048
+ "package": "typescript"
4049
+ }
4050
+ }
4051
+ ],
4052
+ "groups": [
4053
+ {
4054
+ "title": "Properties",
4055
+ "children": [
4056
+ 164,
4057
+ 165,
4058
+ 166
4059
+ ]
4060
+ }
4061
+ ],
4062
+ "sources": [
4063
+ {
4064
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4065
+ "line": 10,
4066
+ "character": 15
4067
+ }
4068
+ ]
4069
+ }
4070
+ }
4071
+ },
4072
+ {
4073
+ "id": 167,
4074
+ "name": "storeQueries",
4075
+ "kind": 1024,
4076
+ "kindString": "Property",
4077
+ "flags": {
4078
+ "isOptional": true
4079
+ },
4080
+ "sources": [
4081
+ {
4082
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4083
+ "line": 15,
4084
+ "character": 4
4085
+ }
4086
+ ],
4087
+ "type": {
4088
+ "type": "intrinsic",
4089
+ "name": "boolean"
4090
+ }
4091
+ }
4092
+ ],
4093
+ "groups": [
4094
+ {
4095
+ "title": "Properties",
4096
+ "children": [
4097
+ 161,
4098
+ 162,
4099
+ 167
4100
+ ]
4101
+ }
4102
+ ],
4103
+ "sources": [
4104
+ {
4105
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4106
+ "line": 8,
4107
+ "character": 75
4108
+ }
4109
+ ]
4110
+ }
4111
+ },
4112
+ {
4113
+ "type": "reflection",
4114
+ "declaration": {
4115
+ "id": 168,
4116
+ "name": "__type",
4117
+ "kind": 65536,
4118
+ "kindString": "Type literal",
4119
+ "flags": {},
4120
+ "children": [
4121
+ {
4122
+ "id": 169,
4123
+ "name": "schema",
4124
+ "kind": 1024,
4125
+ "kindString": "Property",
4126
+ "flags": {},
4127
+ "sources": [
4128
+ {
4129
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4130
+ "line": 19,
4131
+ "character": 4
4132
+ }
4133
+ ],
4134
+ "type": {
4135
+ "type": "intrinsic",
4136
+ "name": "string"
4137
+ }
4138
+ }
4139
+ ],
4140
+ "groups": [
4141
+ {
4142
+ "title": "Properties",
4143
+ "children": [
4144
+ 169
4145
+ ]
4146
+ }
4147
+ ],
4148
+ "sources": [
4149
+ {
4150
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4151
+ "line": 18,
4152
+ "character": 17
4153
+ }
4154
+ ]
4155
+ }
4156
+ }
4157
+ ]
4158
+ }
4159
+ ],
4160
+ "name": "Module"
4161
+ },
4162
+ "default": {
4163
+ "type": "reference",
4164
+ "typeArguments": [
4165
+ {
4166
+ "type": "intersection",
4167
+ "types": [
4168
+ {
4169
+ "type": "reference",
4170
+ "name": "SchemaFields"
4171
+ },
4172
+ {
4173
+ "type": "reference",
4174
+ "name": "PayloadFields"
4175
+ },
4176
+ {
4177
+ "type": "reflection",
4178
+ "declaration": {
4179
+ "id": 170,
4180
+ "name": "__type",
4181
+ "kind": 65536,
4182
+ "kindString": "Type literal",
4183
+ "flags": {},
4184
+ "children": [
4185
+ {
4186
+ "id": 171,
4187
+ "name": "name",
4188
+ "kind": 1024,
4189
+ "kindString": "Property",
4190
+ "flags": {
4191
+ "isOptional": true
4192
+ },
4193
+ "sources": [
4194
+ {
4195
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4196
+ "line": 9,
4197
+ "character": 4
4198
+ }
4199
+ ],
4200
+ "type": {
4201
+ "type": "intrinsic",
4202
+ "name": "string"
4203
+ }
4204
+ },
4205
+ {
4206
+ "id": 172,
4207
+ "name": "security",
4208
+ "kind": 1024,
4209
+ "kindString": "Property",
4210
+ "flags": {
4211
+ "isOptional": true
4212
+ },
4213
+ "sources": [
4214
+ {
4215
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4216
+ "line": 10,
4217
+ "character": 4
4218
+ }
4219
+ ],
4220
+ "type": {
4221
+ "type": "reflection",
4222
+ "declaration": {
4223
+ "id": 173,
4224
+ "name": "__type",
4225
+ "kind": 65536,
4226
+ "kindString": "Type literal",
4227
+ "flags": {},
4228
+ "children": [
4229
+ {
4230
+ "id": 174,
4231
+ "name": "allowAnonymous",
4232
+ "kind": 1024,
4233
+ "kindString": "Property",
4234
+ "flags": {
4235
+ "isOptional": true
4236
+ },
4237
+ "sources": [
3979
4238
  {
3980
- "id": 164,
3981
- "name": "disallowed",
3982
- "kind": 1024,
3983
- "kindString": "Property",
3984
- "flags": {
3985
- "isOptional": true
3986
- },
3987
- "sources": [
3988
- {
3989
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
3990
- "line": 13,
3991
- "character": 8
3992
- }
3993
- ],
3994
- "type": {
3995
- "type": "reference",
3996
- "typeArguments": [
3997
- {
3998
- "type": "intrinsic",
3999
- "name": "string"
4000
- },
4001
- {
4002
- "type": "array",
4003
- "elementType": {
4004
- "type": "intrinsic",
4005
- "name": "string"
4006
- }
4007
- }
4008
- ],
4009
- "name": "Record",
4010
- "qualifiedName": "Record",
4011
- "package": "typescript"
4012
- }
4239
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4240
+ "line": 11,
4241
+ "character": 8
4013
4242
  }
4014
4243
  ],
4015
- "groups": [
4244
+ "type": {
4245
+ "type": "intrinsic",
4246
+ "name": "boolean"
4247
+ }
4248
+ },
4249
+ {
4250
+ "id": 175,
4251
+ "name": "allowed",
4252
+ "kind": 1024,
4253
+ "kindString": "Property",
4254
+ "flags": {
4255
+ "isOptional": true
4256
+ },
4257
+ "sources": [
4016
4258
  {
4017
- "title": "Properties",
4018
- "children": [
4019
- 162,
4020
- 163,
4021
- 164
4022
- ]
4259
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4260
+ "line": 12,
4261
+ "character": 8
4023
4262
  }
4024
4263
  ],
4264
+ "type": {
4265
+ "type": "reference",
4266
+ "typeArguments": [
4267
+ {
4268
+ "type": "intrinsic",
4269
+ "name": "string"
4270
+ },
4271
+ {
4272
+ "type": "array",
4273
+ "elementType": {
4274
+ "type": "union",
4275
+ "types": [
4276
+ {
4277
+ "type": "intrinsic",
4278
+ "name": "string"
4279
+ },
4280
+ {
4281
+ "type": "reference",
4282
+ "name": "CosigningAddressSet"
4283
+ }
4284
+ ]
4285
+ }
4286
+ }
4287
+ ],
4288
+ "name": "Record",
4289
+ "qualifiedName": "Record",
4290
+ "package": "typescript"
4291
+ }
4292
+ },
4293
+ {
4294
+ "id": 176,
4295
+ "name": "disallowed",
4296
+ "kind": 1024,
4297
+ "kindString": "Property",
4298
+ "flags": {
4299
+ "isOptional": true
4300
+ },
4025
4301
  "sources": [
4026
4302
  {
4027
4303
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4028
- "line": 10,
4029
- "character": 15
4304
+ "line": 13,
4305
+ "character": 8
4030
4306
  }
4307
+ ],
4308
+ "type": {
4309
+ "type": "reference",
4310
+ "typeArguments": [
4311
+ {
4312
+ "type": "intrinsic",
4313
+ "name": "string"
4314
+ },
4315
+ {
4316
+ "type": "array",
4317
+ "elementType": {
4318
+ "type": "intrinsic",
4319
+ "name": "string"
4320
+ }
4321
+ }
4322
+ ],
4323
+ "name": "Record",
4324
+ "qualifiedName": "Record",
4325
+ "package": "typescript"
4326
+ }
4327
+ }
4328
+ ],
4329
+ "groups": [
4330
+ {
4331
+ "title": "Properties",
4332
+ "children": [
4333
+ 174,
4334
+ 175,
4335
+ 176
4031
4336
  ]
4032
4337
  }
4033
- }
4034
- },
4035
- {
4036
- "id": 165,
4037
- "name": "storeQueries",
4038
- "kind": 1024,
4039
- "kindString": "Property",
4040
- "flags": {
4041
- "isOptional": true
4042
- },
4338
+ ],
4043
4339
  "sources": [
4044
4340
  {
4045
4341
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4046
- "line": 15,
4047
- "character": 4
4342
+ "line": 10,
4343
+ "character": 15
4048
4344
  }
4049
- ],
4050
- "type": {
4051
- "type": "intrinsic",
4052
- "name": "boolean"
4053
- }
4054
- }
4055
- ],
4056
- "groups": [
4057
- {
4058
- "title": "Properties",
4059
- "children": [
4060
- 159,
4061
- 160,
4062
- 165
4063
4345
  ]
4064
4346
  }
4065
- ],
4347
+ }
4348
+ },
4349
+ {
4350
+ "id": 177,
4351
+ "name": "storeQueries",
4352
+ "kind": 1024,
4353
+ "kindString": "Property",
4354
+ "flags": {
4355
+ "isOptional": true
4356
+ },
4066
4357
  "sources": [
4067
4358
  {
4068
4359
  "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4069
- "line": 8,
4070
- "character": 75
4360
+ "line": 15,
4361
+ "character": 4
4071
4362
  }
4363
+ ],
4364
+ "type": {
4365
+ "type": "intrinsic",
4366
+ "name": "boolean"
4367
+ }
4368
+ }
4369
+ ],
4370
+ "groups": [
4371
+ {
4372
+ "title": "Properties",
4373
+ "children": [
4374
+ 171,
4375
+ 172,
4376
+ 177
4072
4377
  ]
4073
4378
  }
4074
- },
4075
- {
4076
- "type": "reflection",
4077
- "declaration": {
4078
- "id": 166,
4079
- "name": "__type",
4080
- "kind": 65536,
4081
- "kindString": "Type literal",
4379
+ ],
4380
+ "sources": [
4381
+ {
4382
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4383
+ "line": 8,
4384
+ "character": 75
4385
+ }
4386
+ ]
4387
+ }
4388
+ },
4389
+ {
4390
+ "type": "reflection",
4391
+ "declaration": {
4392
+ "id": 178,
4393
+ "name": "__type",
4394
+ "kind": 65536,
4395
+ "kindString": "Type literal",
4396
+ "flags": {},
4397
+ "children": [
4398
+ {
4399
+ "id": 179,
4400
+ "name": "schema",
4401
+ "kind": 1024,
4402
+ "kindString": "Property",
4082
4403
  "flags": {},
4083
- "children": [
4084
- {
4085
- "id": 167,
4086
- "name": "schema",
4087
- "kind": 1024,
4088
- "kindString": "Property",
4089
- "flags": {},
4090
- "sources": [
4091
- {
4092
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4093
- "line": 19,
4094
- "character": 4
4095
- }
4096
- ],
4097
- "type": {
4098
- "type": "intrinsic",
4099
- "name": "string"
4100
- }
4101
- }
4102
- ],
4103
- "groups": [
4104
- {
4105
- "title": "Properties",
4106
- "children": [
4107
- 167
4108
- ]
4109
- }
4110
- ],
4111
4404
  "sources": [
4112
4405
  {
4113
4406
  "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4114
- "line": 18,
4115
- "character": 17
4407
+ "line": 19,
4408
+ "character": 4
4116
4409
  }
4410
+ ],
4411
+ "type": {
4412
+ "type": "intrinsic",
4413
+ "name": "string"
4414
+ }
4415
+ }
4416
+ ],
4417
+ "groups": [
4418
+ {
4419
+ "title": "Properties",
4420
+ "children": [
4421
+ 179
4117
4422
  ]
4118
4423
  }
4119
- }
4120
- ]
4424
+ ],
4425
+ "sources": [
4426
+ {
4427
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4428
+ "line": 18,
4429
+ "character": 17
4430
+ }
4431
+ ]
4432
+ }
4121
4433
  }
4122
- ],
4123
- "name": "Module"
4434
+ ]
4124
4435
  }
4125
- ]
4436
+ ],
4437
+ "name": "Module"
4126
4438
  }
4127
- ],
4128
- "name": "Promise",
4129
- "qualifiedName": "Promise",
4130
- "package": "typescript"
4131
- },
4132
- "inheritedFrom": {
4133
- "type": "reference",
4134
- "name": "ModuleWrapper.resolve"
4135
- }
4136
- },
4137
- {
4138
- "id": 168,
4139
- "name": "resolve",
4140
- "kind": 4096,
4141
- "kindString": "Call signature",
4142
- "flags": {},
4439
+ }
4440
+ ],
4143
4441
  "parameters": [
4144
4442
  {
4145
- "id": 169,
4443
+ "id": 181,
4146
4444
  "name": "filter",
4147
4445
  "kind": 32768,
4148
4446
  "kindString": "Parameter",
@@ -4162,280 +4460,8 @@
4162
4460
  "type": "array",
4163
4461
  "elementType": {
4164
4462
  "type": "reference",
4165
- "typeArguments": [
4166
- {
4167
- "type": "intersection",
4168
- "types": [
4169
- {
4170
- "type": "reference",
4171
- "name": "SchemaFields"
4172
- },
4173
- {
4174
- "type": "reference",
4175
- "name": "PayloadFields"
4176
- },
4177
- {
4178
- "type": "reflection",
4179
- "declaration": {
4180
- "id": 170,
4181
- "name": "__type",
4182
- "kind": 65536,
4183
- "kindString": "Type literal",
4184
- "flags": {},
4185
- "children": [
4186
- {
4187
- "id": 171,
4188
- "name": "name",
4189
- "kind": 1024,
4190
- "kindString": "Property",
4191
- "flags": {
4192
- "isOptional": true
4193
- },
4194
- "sources": [
4195
- {
4196
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4197
- "line": 9,
4198
- "character": 4
4199
- }
4200
- ],
4201
- "type": {
4202
- "type": "intrinsic",
4203
- "name": "string"
4204
- }
4205
- },
4206
- {
4207
- "id": 172,
4208
- "name": "security",
4209
- "kind": 1024,
4210
- "kindString": "Property",
4211
- "flags": {
4212
- "isOptional": true
4213
- },
4214
- "sources": [
4215
- {
4216
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4217
- "line": 10,
4218
- "character": 4
4219
- }
4220
- ],
4221
- "type": {
4222
- "type": "reflection",
4223
- "declaration": {
4224
- "id": 173,
4225
- "name": "__type",
4226
- "kind": 65536,
4227
- "kindString": "Type literal",
4228
- "flags": {},
4229
- "children": [
4230
- {
4231
- "id": 174,
4232
- "name": "allowAnonymous",
4233
- "kind": 1024,
4234
- "kindString": "Property",
4235
- "flags": {
4236
- "isOptional": true
4237
- },
4238
- "sources": [
4239
- {
4240
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4241
- "line": 11,
4242
- "character": 8
4243
- }
4244
- ],
4245
- "type": {
4246
- "type": "intrinsic",
4247
- "name": "boolean"
4248
- }
4249
- },
4250
- {
4251
- "id": 175,
4252
- "name": "allowed",
4253
- "kind": 1024,
4254
- "kindString": "Property",
4255
- "flags": {
4256
- "isOptional": true
4257
- },
4258
- "sources": [
4259
- {
4260
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4261
- "line": 12,
4262
- "character": 8
4263
- }
4264
- ],
4265
- "type": {
4266
- "type": "reference",
4267
- "typeArguments": [
4268
- {
4269
- "type": "intrinsic",
4270
- "name": "string"
4271
- },
4272
- {
4273
- "type": "array",
4274
- "elementType": {
4275
- "type": "union",
4276
- "types": [
4277
- {
4278
- "type": "intrinsic",
4279
- "name": "string"
4280
- },
4281
- {
4282
- "type": "reference",
4283
- "name": "CosigningAddressSet"
4284
- }
4285
- ]
4286
- }
4287
- }
4288
- ],
4289
- "name": "Record",
4290
- "qualifiedName": "Record",
4291
- "package": "typescript"
4292
- }
4293
- },
4294
- {
4295
- "id": 176,
4296
- "name": "disallowed",
4297
- "kind": 1024,
4298
- "kindString": "Property",
4299
- "flags": {
4300
- "isOptional": true
4301
- },
4302
- "sources": [
4303
- {
4304
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4305
- "line": 13,
4306
- "character": 8
4307
- }
4308
- ],
4309
- "type": {
4310
- "type": "reference",
4311
- "typeArguments": [
4312
- {
4313
- "type": "intrinsic",
4314
- "name": "string"
4315
- },
4316
- {
4317
- "type": "array",
4318
- "elementType": {
4319
- "type": "intrinsic",
4320
- "name": "string"
4321
- }
4322
- }
4323
- ],
4324
- "name": "Record",
4325
- "qualifiedName": "Record",
4326
- "package": "typescript"
4327
- }
4328
- }
4329
- ],
4330
- "groups": [
4331
- {
4332
- "title": "Properties",
4333
- "children": [
4334
- 174,
4335
- 175,
4336
- 176
4337
- ]
4338
- }
4339
- ],
4340
- "sources": [
4341
- {
4342
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4343
- "line": 10,
4344
- "character": 15
4345
- }
4346
- ]
4347
- }
4348
- }
4349
- },
4350
- {
4351
- "id": 177,
4352
- "name": "storeQueries",
4353
- "kind": 1024,
4354
- "kindString": "Property",
4355
- "flags": {
4356
- "isOptional": true
4357
- },
4358
- "sources": [
4359
- {
4360
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4361
- "line": 15,
4362
- "character": 4
4363
- }
4364
- ],
4365
- "type": {
4366
- "type": "intrinsic",
4367
- "name": "boolean"
4368
- }
4369
- }
4370
- ],
4371
- "groups": [
4372
- {
4373
- "title": "Properties",
4374
- "children": [
4375
- 171,
4376
- 172,
4377
- 177
4378
- ]
4379
- }
4380
- ],
4381
- "sources": [
4382
- {
4383
- "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
4384
- "line": 8,
4385
- "character": 75
4386
- }
4387
- ]
4388
- }
4389
- },
4390
- {
4391
- "type": "reflection",
4392
- "declaration": {
4393
- "id": 178,
4394
- "name": "__type",
4395
- "kind": 65536,
4396
- "kindString": "Type literal",
4397
- "flags": {},
4398
- "children": [
4399
- {
4400
- "id": 179,
4401
- "name": "schema",
4402
- "kind": 1024,
4403
- "kindString": "Property",
4404
- "flags": {},
4405
- "sources": [
4406
- {
4407
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4408
- "line": 19,
4409
- "character": 4
4410
- }
4411
- ],
4412
- "type": {
4413
- "type": "intrinsic",
4414
- "name": "string"
4415
- }
4416
- }
4417
- ],
4418
- "groups": [
4419
- {
4420
- "title": "Properties",
4421
- "children": [
4422
- 179
4423
- ]
4424
- }
4425
- ],
4426
- "sources": [
4427
- {
4428
- "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
4429
- "line": 18,
4430
- "character": 17
4431
- }
4432
- ]
4433
- }
4434
- }
4435
- ]
4436
- }
4437
- ],
4438
- "name": "Module"
4463
+ "id": 180,
4464
+ "name": "TModule"
4439
4465
  }
4440
4466
  }
4441
4467
  ],
@@ -4455,7 +4481,7 @@
4455
4481
  }
4456
4482
  },
4457
4483
  {
4458
- "id": 180,
4484
+ "id": 182,
4459
4485
  "name": "resolveWrapped",
4460
4486
  "kind": 2048,
4461
4487
  "kindString": "Method",
@@ -4463,18 +4489,18 @@
4463
4489
  "sources": [
4464
4490
  {
4465
4491
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4466
- "line": 66,
4492
+ "line": 46,
4467
4493
  "character": 4
4468
4494
  },
4469
4495
  {
4470
4496
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
4471
- "line": 67,
4497
+ "line": 47,
4472
4498
  "character": 4
4473
4499
  }
4474
4500
  ],
4475
4501
  "signatures": [
4476
4502
  {
4477
- "id": 181,
4503
+ "id": 183,
4478
4504
  "name": "resolveWrapped",
4479
4505
  "kind": 4096,
4480
4506
  "kindString": "Call signature",
@@ -4513,7 +4539,7 @@
4513
4539
  },
4514
4540
  "typeParameter": [
4515
4541
  {
4516
- "id": 202,
4542
+ "id": 204,
4517
4543
  "name": "T",
4518
4544
  "kind": 131072,
4519
4545
  "kindString": "Type parameter",
@@ -4538,14 +4564,14 @@
4538
4564
  {
4539
4565
  "type": "reflection",
4540
4566
  "declaration": {
4541
- "id": 182,
4567
+ "id": 184,
4542
4568
  "name": "__type",
4543
4569
  "kind": 65536,
4544
4570
  "kindString": "Type literal",
4545
4571
  "flags": {},
4546
4572
  "children": [
4547
4573
  {
4548
- "id": 183,
4574
+ "id": 185,
4549
4575
  "name": "name",
4550
4576
  "kind": 1024,
4551
4577
  "kindString": "Property",
@@ -4565,7 +4591,7 @@
4565
4591
  }
4566
4592
  },
4567
4593
  {
4568
- "id": 184,
4594
+ "id": 186,
4569
4595
  "name": "security",
4570
4596
  "kind": 1024,
4571
4597
  "kindString": "Property",
@@ -4582,14 +4608,14 @@
4582
4608
  "type": {
4583
4609
  "type": "reflection",
4584
4610
  "declaration": {
4585
- "id": 185,
4611
+ "id": 187,
4586
4612
  "name": "__type",
4587
4613
  "kind": 65536,
4588
4614
  "kindString": "Type literal",
4589
4615
  "flags": {},
4590
4616
  "children": [
4591
4617
  {
4592
- "id": 186,
4618
+ "id": 188,
4593
4619
  "name": "allowAnonymous",
4594
4620
  "kind": 1024,
4595
4621
  "kindString": "Property",
@@ -4609,7 +4635,7 @@
4609
4635
  }
4610
4636
  },
4611
4637
  {
4612
- "id": 187,
4638
+ "id": 189,
4613
4639
  "name": "allowed",
4614
4640
  "kind": 1024,
4615
4641
  "kindString": "Property",
@@ -4653,7 +4679,7 @@
4653
4679
  }
4654
4680
  },
4655
4681
  {
4656
- "id": 188,
4682
+ "id": 190,
4657
4683
  "name": "disallowed",
4658
4684
  "kind": 1024,
4659
4685
  "kindString": "Property",
@@ -4692,9 +4718,9 @@
4692
4718
  {
4693
4719
  "title": "Properties",
4694
4720
  "children": [
4695
- 186,
4696
- 187,
4697
- 188
4721
+ 188,
4722
+ 189,
4723
+ 190
4698
4724
  ]
4699
4725
  }
4700
4726
  ],
@@ -4709,7 +4735,7 @@
4709
4735
  }
4710
4736
  },
4711
4737
  {
4712
- "id": 189,
4738
+ "id": 191,
4713
4739
  "name": "storeQueries",
4714
4740
  "kind": 1024,
4715
4741
  "kindString": "Property",
@@ -4733,9 +4759,9 @@
4733
4759
  {
4734
4760
  "title": "Properties",
4735
4761
  "children": [
4736
- 183,
4737
- 184,
4738
- 189
4762
+ 185,
4763
+ 186,
4764
+ 191
4739
4765
  ]
4740
4766
  }
4741
4767
  ],
@@ -4751,14 +4777,14 @@
4751
4777
  {
4752
4778
  "type": "reflection",
4753
4779
  "declaration": {
4754
- "id": 190,
4780
+ "id": 192,
4755
4781
  "name": "__type",
4756
4782
  "kind": 65536,
4757
4783
  "kindString": "Type literal",
4758
4784
  "flags": {},
4759
4785
  "children": [
4760
4786
  {
4761
- "id": 191,
4787
+ "id": 193,
4762
4788
  "name": "schema",
4763
4789
  "kind": 1024,
4764
4790
  "kindString": "Property",
@@ -4780,7 +4806,7 @@
4780
4806
  {
4781
4807
  "title": "Properties",
4782
4808
  "children": [
4783
- 191
4809
+ 193
4784
4810
  ]
4785
4811
  }
4786
4812
  ],
@@ -4800,7 +4826,7 @@
4800
4826
  },
4801
4827
  {
4802
4828
  "type": "reference",
4803
- "id": 202,
4829
+ "id": 204,
4804
4830
  "name": "T"
4805
4831
  }
4806
4832
  ],
@@ -4826,14 +4852,14 @@
4826
4852
  {
4827
4853
  "type": "reflection",
4828
4854
  "declaration": {
4829
- "id": 192,
4855
+ "id": 194,
4830
4856
  "name": "__type",
4831
4857
  "kind": 65536,
4832
4858
  "kindString": "Type literal",
4833
4859
  "flags": {},
4834
4860
  "children": [
4835
4861
  {
4836
- "id": 193,
4862
+ "id": 195,
4837
4863
  "name": "name",
4838
4864
  "kind": 1024,
4839
4865
  "kindString": "Property",
@@ -4853,7 +4879,7 @@
4853
4879
  }
4854
4880
  },
4855
4881
  {
4856
- "id": 194,
4882
+ "id": 196,
4857
4883
  "name": "security",
4858
4884
  "kind": 1024,
4859
4885
  "kindString": "Property",
@@ -4870,14 +4896,14 @@
4870
4896
  "type": {
4871
4897
  "type": "reflection",
4872
4898
  "declaration": {
4873
- "id": 195,
4899
+ "id": 197,
4874
4900
  "name": "__type",
4875
4901
  "kind": 65536,
4876
4902
  "kindString": "Type literal",
4877
4903
  "flags": {},
4878
4904
  "children": [
4879
4905
  {
4880
- "id": 196,
4906
+ "id": 198,
4881
4907
  "name": "allowAnonymous",
4882
4908
  "kind": 1024,
4883
4909
  "kindString": "Property",
@@ -4897,7 +4923,7 @@
4897
4923
  }
4898
4924
  },
4899
4925
  {
4900
- "id": 197,
4926
+ "id": 199,
4901
4927
  "name": "allowed",
4902
4928
  "kind": 1024,
4903
4929
  "kindString": "Property",
@@ -4941,7 +4967,7 @@
4941
4967
  }
4942
4968
  },
4943
4969
  {
4944
- "id": 198,
4970
+ "id": 200,
4945
4971
  "name": "disallowed",
4946
4972
  "kind": 1024,
4947
4973
  "kindString": "Property",
@@ -4980,9 +5006,9 @@
4980
5006
  {
4981
5007
  "title": "Properties",
4982
5008
  "children": [
4983
- 196,
4984
- 197,
4985
- 198
5009
+ 198,
5010
+ 199,
5011
+ 200
4986
5012
  ]
4987
5013
  }
4988
5014
  ],
@@ -4997,7 +5023,7 @@
4997
5023
  }
4998
5024
  },
4999
5025
  {
5000
- "id": 199,
5026
+ "id": 201,
5001
5027
  "name": "storeQueries",
5002
5028
  "kind": 1024,
5003
5029
  "kindString": "Property",
@@ -5021,9 +5047,9 @@
5021
5047
  {
5022
5048
  "title": "Properties",
5023
5049
  "children": [
5024
- 193,
5025
- 194,
5026
- 199
5050
+ 195,
5051
+ 196,
5052
+ 201
5027
5053
  ]
5028
5054
  }
5029
5055
  ],
@@ -5039,14 +5065,14 @@
5039
5065
  {
5040
5066
  "type": "reflection",
5041
5067
  "declaration": {
5042
- "id": 200,
5068
+ "id": 202,
5043
5069
  "name": "__type",
5044
5070
  "kind": 65536,
5045
5071
  "kindString": "Type literal",
5046
5072
  "flags": {},
5047
5073
  "children": [
5048
5074
  {
5049
- "id": 201,
5075
+ "id": 203,
5050
5076
  "name": "schema",
5051
5077
  "kind": 1024,
5052
5078
  "kindString": "Property",
@@ -5068,7 +5094,7 @@
5068
5094
  {
5069
5095
  "title": "Properties",
5070
5096
  "children": [
5071
- 201
5097
+ 203
5072
5098
  ]
5073
5099
  }
5074
5100
  ],
@@ -5093,7 +5119,7 @@
5093
5119
  ],
5094
5120
  "parameters": [
5095
5121
  {
5096
- "id": 203,
5122
+ "id": 205,
5097
5123
  "name": "wrapper",
5098
5124
  "kind": 32768,
5099
5125
  "kindString": "Parameter",
@@ -5126,14 +5152,14 @@
5126
5152
  {
5127
5153
  "type": "reflection",
5128
5154
  "declaration": {
5129
- "id": 204,
5155
+ "id": 206,
5130
5156
  "name": "__type",
5131
5157
  "kind": 65536,
5132
5158
  "kindString": "Type literal",
5133
5159
  "flags": {},
5134
5160
  "children": [
5135
5161
  {
5136
- "id": 205,
5162
+ "id": 207,
5137
5163
  "name": "name",
5138
5164
  "kind": 1024,
5139
5165
  "kindString": "Property",
@@ -5153,7 +5179,7 @@
5153
5179
  }
5154
5180
  },
5155
5181
  {
5156
- "id": 206,
5182
+ "id": 208,
5157
5183
  "name": "security",
5158
5184
  "kind": 1024,
5159
5185
  "kindString": "Property",
@@ -5170,14 +5196,14 @@
5170
5196
  "type": {
5171
5197
  "type": "reflection",
5172
5198
  "declaration": {
5173
- "id": 207,
5199
+ "id": 209,
5174
5200
  "name": "__type",
5175
5201
  "kind": 65536,
5176
5202
  "kindString": "Type literal",
5177
5203
  "flags": {},
5178
5204
  "children": [
5179
5205
  {
5180
- "id": 208,
5206
+ "id": 210,
5181
5207
  "name": "allowAnonymous",
5182
5208
  "kind": 1024,
5183
5209
  "kindString": "Property",
@@ -5197,7 +5223,7 @@
5197
5223
  }
5198
5224
  },
5199
5225
  {
5200
- "id": 209,
5226
+ "id": 211,
5201
5227
  "name": "allowed",
5202
5228
  "kind": 1024,
5203
5229
  "kindString": "Property",
@@ -5241,7 +5267,7 @@
5241
5267
  }
5242
5268
  },
5243
5269
  {
5244
- "id": 210,
5270
+ "id": 212,
5245
5271
  "name": "disallowed",
5246
5272
  "kind": 1024,
5247
5273
  "kindString": "Property",
@@ -5280,9 +5306,9 @@
5280
5306
  {
5281
5307
  "title": "Properties",
5282
5308
  "children": [
5283
- 208,
5284
- 209,
5285
- 210
5309
+ 210,
5310
+ 211,
5311
+ 212
5286
5312
  ]
5287
5313
  }
5288
5314
  ],
@@ -5297,7 +5323,7 @@
5297
5323
  }
5298
5324
  },
5299
5325
  {
5300
- "id": 211,
5326
+ "id": 213,
5301
5327
  "name": "storeQueries",
5302
5328
  "kind": 1024,
5303
5329
  "kindString": "Property",
@@ -5321,9 +5347,9 @@
5321
5347
  {
5322
5348
  "title": "Properties",
5323
5349
  "children": [
5324
- 205,
5325
- 206,
5326
- 211
5350
+ 207,
5351
+ 208,
5352
+ 213
5327
5353
  ]
5328
5354
  }
5329
5355
  ],
@@ -5339,14 +5365,14 @@
5339
5365
  {
5340
5366
  "type": "reflection",
5341
5367
  "declaration": {
5342
- "id": 212,
5368
+ "id": 214,
5343
5369
  "name": "__type",
5344
5370
  "kind": 65536,
5345
5371
  "kindString": "Type literal",
5346
5372
  "flags": {},
5347
5373
  "children": [
5348
5374
  {
5349
- "id": 213,
5375
+ "id": 215,
5350
5376
  "name": "schema",
5351
5377
  "kind": 1024,
5352
5378
  "kindString": "Property",
@@ -5368,7 +5394,7 @@
5368
5394
  {
5369
5395
  "title": "Properties",
5370
5396
  "children": [
5371
- 213
5397
+ 215
5372
5398
  ]
5373
5399
  }
5374
5400
  ],
@@ -5388,7 +5414,7 @@
5388
5414
  },
5389
5415
  {
5390
5416
  "type": "reference",
5391
- "id": 202,
5417
+ "id": 204,
5392
5418
  "name": "T"
5393
5419
  }
5394
5420
  ],
@@ -5396,7 +5422,7 @@
5396
5422
  }
5397
5423
  },
5398
5424
  {
5399
- "id": 214,
5425
+ "id": 216,
5400
5426
  "name": "filter",
5401
5427
  "kind": 32768,
5402
5428
  "kindString": "Parameter",
@@ -5424,7 +5450,7 @@
5424
5450
  "type": "array",
5425
5451
  "elementType": {
5426
5452
  "type": "reference",
5427
- "id": 202,
5453
+ "id": 204,
5428
5454
  "name": "T"
5429
5455
  }
5430
5456
  }
@@ -5439,14 +5465,14 @@
5439
5465
  }
5440
5466
  },
5441
5467
  {
5442
- "id": 215,
5468
+ "id": 217,
5443
5469
  "name": "resolveWrapped",
5444
5470
  "kind": 4096,
5445
5471
  "kindString": "Call signature",
5446
5472
  "flags": {},
5447
5473
  "typeParameter": [
5448
5474
  {
5449
- "id": 236,
5475
+ "id": 238,
5450
5476
  "name": "T",
5451
5477
  "kind": 131072,
5452
5478
  "kindString": "Type parameter",
@@ -5471,14 +5497,14 @@
5471
5497
  {
5472
5498
  "type": "reflection",
5473
5499
  "declaration": {
5474
- "id": 216,
5500
+ "id": 218,
5475
5501
  "name": "__type",
5476
5502
  "kind": 65536,
5477
5503
  "kindString": "Type literal",
5478
5504
  "flags": {},
5479
5505
  "children": [
5480
5506
  {
5481
- "id": 217,
5507
+ "id": 219,
5482
5508
  "name": "name",
5483
5509
  "kind": 1024,
5484
5510
  "kindString": "Property",
@@ -5498,7 +5524,7 @@
5498
5524
  }
5499
5525
  },
5500
5526
  {
5501
- "id": 218,
5527
+ "id": 220,
5502
5528
  "name": "security",
5503
5529
  "kind": 1024,
5504
5530
  "kindString": "Property",
@@ -5515,14 +5541,14 @@
5515
5541
  "type": {
5516
5542
  "type": "reflection",
5517
5543
  "declaration": {
5518
- "id": 219,
5544
+ "id": 221,
5519
5545
  "name": "__type",
5520
5546
  "kind": 65536,
5521
5547
  "kindString": "Type literal",
5522
5548
  "flags": {},
5523
5549
  "children": [
5524
5550
  {
5525
- "id": 220,
5551
+ "id": 222,
5526
5552
  "name": "allowAnonymous",
5527
5553
  "kind": 1024,
5528
5554
  "kindString": "Property",
@@ -5542,7 +5568,7 @@
5542
5568
  }
5543
5569
  },
5544
5570
  {
5545
- "id": 221,
5571
+ "id": 223,
5546
5572
  "name": "allowed",
5547
5573
  "kind": 1024,
5548
5574
  "kindString": "Property",
@@ -5586,7 +5612,7 @@
5586
5612
  }
5587
5613
  },
5588
5614
  {
5589
- "id": 222,
5615
+ "id": 224,
5590
5616
  "name": "disallowed",
5591
5617
  "kind": 1024,
5592
5618
  "kindString": "Property",
@@ -5625,9 +5651,9 @@
5625
5651
  {
5626
5652
  "title": "Properties",
5627
5653
  "children": [
5628
- 220,
5629
- 221,
5630
- 222
5654
+ 222,
5655
+ 223,
5656
+ 224
5631
5657
  ]
5632
5658
  }
5633
5659
  ],
@@ -5642,7 +5668,7 @@
5642
5668
  }
5643
5669
  },
5644
5670
  {
5645
- "id": 223,
5671
+ "id": 225,
5646
5672
  "name": "storeQueries",
5647
5673
  "kind": 1024,
5648
5674
  "kindString": "Property",
@@ -5666,9 +5692,9 @@
5666
5692
  {
5667
5693
  "title": "Properties",
5668
5694
  "children": [
5669
- 217,
5670
- 218,
5671
- 223
5695
+ 219,
5696
+ 220,
5697
+ 225
5672
5698
  ]
5673
5699
  }
5674
5700
  ],
@@ -5684,14 +5710,14 @@
5684
5710
  {
5685
5711
  "type": "reflection",
5686
5712
  "declaration": {
5687
- "id": 224,
5713
+ "id": 226,
5688
5714
  "name": "__type",
5689
5715
  "kind": 65536,
5690
5716
  "kindString": "Type literal",
5691
5717
  "flags": {},
5692
5718
  "children": [
5693
5719
  {
5694
- "id": 225,
5720
+ "id": 227,
5695
5721
  "name": "schema",
5696
5722
  "kind": 1024,
5697
5723
  "kindString": "Property",
@@ -5713,7 +5739,7 @@
5713
5739
  {
5714
5740
  "title": "Properties",
5715
5741
  "children": [
5716
- 225
5742
+ 227
5717
5743
  ]
5718
5744
  }
5719
5745
  ],
@@ -5733,7 +5759,7 @@
5733
5759
  },
5734
5760
  {
5735
5761
  "type": "reference",
5736
- "id": 236,
5762
+ "id": 238,
5737
5763
  "name": "T"
5738
5764
  }
5739
5765
  ],
@@ -5759,14 +5785,14 @@
5759
5785
  {
5760
5786
  "type": "reflection",
5761
5787
  "declaration": {
5762
- "id": 226,
5788
+ "id": 228,
5763
5789
  "name": "__type",
5764
5790
  "kind": 65536,
5765
5791
  "kindString": "Type literal",
5766
5792
  "flags": {},
5767
5793
  "children": [
5768
5794
  {
5769
- "id": 227,
5795
+ "id": 229,
5770
5796
  "name": "name",
5771
5797
  "kind": 1024,
5772
5798
  "kindString": "Property",
@@ -5786,7 +5812,7 @@
5786
5812
  }
5787
5813
  },
5788
5814
  {
5789
- "id": 228,
5815
+ "id": 230,
5790
5816
  "name": "security",
5791
5817
  "kind": 1024,
5792
5818
  "kindString": "Property",
@@ -5803,14 +5829,14 @@
5803
5829
  "type": {
5804
5830
  "type": "reflection",
5805
5831
  "declaration": {
5806
- "id": 229,
5832
+ "id": 231,
5807
5833
  "name": "__type",
5808
5834
  "kind": 65536,
5809
5835
  "kindString": "Type literal",
5810
5836
  "flags": {},
5811
5837
  "children": [
5812
5838
  {
5813
- "id": 230,
5839
+ "id": 232,
5814
5840
  "name": "allowAnonymous",
5815
5841
  "kind": 1024,
5816
5842
  "kindString": "Property",
@@ -5830,7 +5856,7 @@
5830
5856
  }
5831
5857
  },
5832
5858
  {
5833
- "id": 231,
5859
+ "id": 233,
5834
5860
  "name": "allowed",
5835
5861
  "kind": 1024,
5836
5862
  "kindString": "Property",
@@ -5874,7 +5900,7 @@
5874
5900
  }
5875
5901
  },
5876
5902
  {
5877
- "id": 232,
5903
+ "id": 234,
5878
5904
  "name": "disallowed",
5879
5905
  "kind": 1024,
5880
5906
  "kindString": "Property",
@@ -5913,9 +5939,9 @@
5913
5939
  {
5914
5940
  "title": "Properties",
5915
5941
  "children": [
5916
- 230,
5917
- 231,
5918
- 232
5942
+ 232,
5943
+ 233,
5944
+ 234
5919
5945
  ]
5920
5946
  }
5921
5947
  ],
@@ -5930,7 +5956,7 @@
5930
5956
  }
5931
5957
  },
5932
5958
  {
5933
- "id": 233,
5959
+ "id": 235,
5934
5960
  "name": "storeQueries",
5935
5961
  "kind": 1024,
5936
5962
  "kindString": "Property",
@@ -5954,9 +5980,9 @@
5954
5980
  {
5955
5981
  "title": "Properties",
5956
5982
  "children": [
5957
- 227,
5958
- 228,
5959
- 233
5983
+ 229,
5984
+ 230,
5985
+ 235
5960
5986
  ]
5961
5987
  }
5962
5988
  ],
@@ -5972,14 +5998,14 @@
5972
5998
  {
5973
5999
  "type": "reflection",
5974
6000
  "declaration": {
5975
- "id": 234,
6001
+ "id": 236,
5976
6002
  "name": "__type",
5977
6003
  "kind": 65536,
5978
6004
  "kindString": "Type literal",
5979
6005
  "flags": {},
5980
6006
  "children": [
5981
6007
  {
5982
- "id": 235,
6008
+ "id": 237,
5983
6009
  "name": "schema",
5984
6010
  "kind": 1024,
5985
6011
  "kindString": "Property",
@@ -6001,7 +6027,7 @@
6001
6027
  {
6002
6028
  "title": "Properties",
6003
6029
  "children": [
6004
- 235
6030
+ 237
6005
6031
  ]
6006
6032
  }
6007
6033
  ],
@@ -6026,7 +6052,7 @@
6026
6052
  ],
6027
6053
  "parameters": [
6028
6054
  {
6029
- "id": 237,
6055
+ "id": 239,
6030
6056
  "name": "wrapper",
6031
6057
  "kind": 32768,
6032
6058
  "kindString": "Parameter",
@@ -6051,14 +6077,14 @@
6051
6077
  {
6052
6078
  "type": "reflection",
6053
6079
  "declaration": {
6054
- "id": 238,
6080
+ "id": 240,
6055
6081
  "name": "__type",
6056
6082
  "kind": 65536,
6057
6083
  "kindString": "Type literal",
6058
6084
  "flags": {},
6059
6085
  "children": [
6060
6086
  {
6061
- "id": 239,
6087
+ "id": 241,
6062
6088
  "name": "name",
6063
6089
  "kind": 1024,
6064
6090
  "kindString": "Property",
@@ -6078,7 +6104,7 @@
6078
6104
  }
6079
6105
  },
6080
6106
  {
6081
- "id": 240,
6107
+ "id": 242,
6082
6108
  "name": "security",
6083
6109
  "kind": 1024,
6084
6110
  "kindString": "Property",
@@ -6095,14 +6121,14 @@
6095
6121
  "type": {
6096
6122
  "type": "reflection",
6097
6123
  "declaration": {
6098
- "id": 241,
6124
+ "id": 243,
6099
6125
  "name": "__type",
6100
6126
  "kind": 65536,
6101
6127
  "kindString": "Type literal",
6102
6128
  "flags": {},
6103
6129
  "children": [
6104
6130
  {
6105
- "id": 242,
6131
+ "id": 244,
6106
6132
  "name": "allowAnonymous",
6107
6133
  "kind": 1024,
6108
6134
  "kindString": "Property",
@@ -6122,7 +6148,7 @@
6122
6148
  }
6123
6149
  },
6124
6150
  {
6125
- "id": 243,
6151
+ "id": 245,
6126
6152
  "name": "allowed",
6127
6153
  "kind": 1024,
6128
6154
  "kindString": "Property",
@@ -6166,7 +6192,7 @@
6166
6192
  }
6167
6193
  },
6168
6194
  {
6169
- "id": 244,
6195
+ "id": 246,
6170
6196
  "name": "disallowed",
6171
6197
  "kind": 1024,
6172
6198
  "kindString": "Property",
@@ -6205,9 +6231,9 @@
6205
6231
  {
6206
6232
  "title": "Properties",
6207
6233
  "children": [
6208
- 242,
6209
- 243,
6210
- 244
6234
+ 244,
6235
+ 245,
6236
+ 246
6211
6237
  ]
6212
6238
  }
6213
6239
  ],
@@ -6222,7 +6248,7 @@
6222
6248
  }
6223
6249
  },
6224
6250
  {
6225
- "id": 245,
6251
+ "id": 247,
6226
6252
  "name": "storeQueries",
6227
6253
  "kind": 1024,
6228
6254
  "kindString": "Property",
@@ -6246,9 +6272,9 @@
6246
6272
  {
6247
6273
  "title": "Properties",
6248
6274
  "children": [
6249
- 239,
6250
- 240,
6251
- 245
6275
+ 241,
6276
+ 242,
6277
+ 247
6252
6278
  ]
6253
6279
  }
6254
6280
  ],
@@ -6264,14 +6290,14 @@
6264
6290
  {
6265
6291
  "type": "reflection",
6266
6292
  "declaration": {
6267
- "id": 246,
6293
+ "id": 248,
6268
6294
  "name": "__type",
6269
6295
  "kind": 65536,
6270
6296
  "kindString": "Type literal",
6271
6297
  "flags": {},
6272
6298
  "children": [
6273
6299
  {
6274
- "id": 247,
6300
+ "id": 249,
6275
6301
  "name": "schema",
6276
6302
  "kind": 1024,
6277
6303
  "kindString": "Property",
@@ -6293,7 +6319,7 @@
6293
6319
  {
6294
6320
  "title": "Properties",
6295
6321
  "children": [
6296
- 247
6322
+ 249
6297
6323
  ]
6298
6324
  }
6299
6325
  ],
@@ -6313,7 +6339,7 @@
6313
6339
  },
6314
6340
  {
6315
6341
  "type": "reference",
6316
- "id": 236,
6342
+ "id": 238,
6317
6343
  "name": "T"
6318
6344
  }
6319
6345
  ],
@@ -6321,7 +6347,7 @@
6321
6347
  }
6322
6348
  },
6323
6349
  {
6324
- "id": 248,
6350
+ "id": 250,
6325
6351
  "name": "nameOrAddress",
6326
6352
  "kind": 32768,
6327
6353
  "kindString": "Parameter",
@@ -6344,7 +6370,7 @@
6344
6370
  },
6345
6371
  {
6346
6372
  "type": "reference",
6347
- "id": 236,
6373
+ "id": 238,
6348
6374
  "name": "T"
6349
6375
  }
6350
6376
  ]
@@ -6366,7 +6392,7 @@
6366
6392
  }
6367
6393
  },
6368
6394
  {
6369
- "id": 301,
6395
+ "id": 303,
6370
6396
  "name": "sendQuery",
6371
6397
  "kind": 2048,
6372
6398
  "kindString": "Method",
@@ -6376,20 +6402,20 @@
6376
6402
  "sources": [
6377
6403
  {
6378
6404
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
6379
- "line": 71,
6405
+ "line": 51,
6380
6406
  "character": 14
6381
6407
  }
6382
6408
  ],
6383
6409
  "signatures": [
6384
6410
  {
6385
- "id": 302,
6411
+ "id": 304,
6386
6412
  "name": "sendQuery",
6387
6413
  "kind": 4096,
6388
6414
  "kindString": "Call signature",
6389
6415
  "flags": {},
6390
6416
  "typeParameter": [
6391
6417
  {
6392
- "id": 307,
6418
+ "id": 309,
6393
6419
  "name": "T",
6394
6420
  "kind": 131072,
6395
6421
  "kindString": "Type parameter",
@@ -6415,14 +6441,14 @@
6415
6441
  {
6416
6442
  "type": "reflection",
6417
6443
  "declaration": {
6418
- "id": 303,
6444
+ "id": 305,
6419
6445
  "name": "__type",
6420
6446
  "kind": 65536,
6421
6447
  "kindString": "Type literal",
6422
6448
  "flags": {},
6423
6449
  "children": [
6424
6450
  {
6425
- "id": 304,
6451
+ "id": 306,
6426
6452
  "name": "schema",
6427
6453
  "kind": 1024,
6428
6454
  "kindString": "Property",
@@ -6444,7 +6470,7 @@
6444
6470
  {
6445
6471
  "title": "Properties",
6446
6472
  "children": [
6447
- 304
6473
+ 306
6448
6474
  ]
6449
6475
  }
6450
6476
  ],
@@ -6480,14 +6506,14 @@
6480
6506
  {
6481
6507
  "type": "reflection",
6482
6508
  "declaration": {
6483
- "id": 305,
6509
+ "id": 307,
6484
6510
  "name": "__type",
6485
6511
  "kind": 65536,
6486
6512
  "kindString": "Type literal",
6487
6513
  "flags": {},
6488
6514
  "children": [
6489
6515
  {
6490
- "id": 306,
6516
+ "id": 308,
6491
6517
  "name": "schema",
6492
6518
  "kind": 1024,
6493
6519
  "kindString": "Property",
@@ -6509,7 +6535,7 @@
6509
6535
  {
6510
6536
  "title": "Properties",
6511
6537
  "children": [
6512
- 306
6538
+ 308
6513
6539
  ]
6514
6540
  }
6515
6541
  ],
@@ -6533,19 +6559,19 @@
6533
6559
  ],
6534
6560
  "parameters": [
6535
6561
  {
6536
- "id": 308,
6562
+ "id": 310,
6537
6563
  "name": "queryPayload",
6538
6564
  "kind": 32768,
6539
6565
  "kindString": "Parameter",
6540
6566
  "flags": {},
6541
6567
  "type": {
6542
6568
  "type": "reference",
6543
- "id": 307,
6569
+ "id": 309,
6544
6570
  "name": "T"
6545
6571
  }
6546
6572
  },
6547
6573
  {
6548
- "id": 309,
6574
+ "id": 311,
6549
6575
  "name": "payloads",
6550
6576
  "kind": 32768,
6551
6577
  "kindString": "Parameter",
@@ -6569,14 +6595,14 @@
6569
6595
  {
6570
6596
  "type": "reflection",
6571
6597
  "declaration": {
6572
- "id": 310,
6598
+ "id": 312,
6573
6599
  "name": "__type",
6574
6600
  "kind": 65536,
6575
6601
  "kindString": "Type literal",
6576
6602
  "flags": {},
6577
6603
  "children": [
6578
6604
  {
6579
- "id": 311,
6605
+ "id": 313,
6580
6606
  "name": "schema",
6581
6607
  "kind": 1024,
6582
6608
  "kindString": "Property",
@@ -6598,7 +6624,7 @@
6598
6624
  {
6599
6625
  "title": "Properties",
6600
6626
  "children": [
6601
- 311
6627
+ 313
6602
6628
  ]
6603
6629
  }
6604
6630
  ],
@@ -6637,14 +6663,14 @@
6637
6663
  {
6638
6664
  "type": "reflection",
6639
6665
  "declaration": {
6640
- "id": 312,
6666
+ "id": 314,
6641
6667
  "name": "__type",
6642
6668
  "kind": 65536,
6643
6669
  "kindString": "Type literal",
6644
6670
  "flags": {},
6645
6671
  "children": [
6646
6672
  {
6647
- "id": 313,
6673
+ "id": 315,
6648
6674
  "name": "schema",
6649
6675
  "kind": 1024,
6650
6676
  "kindString": "Property",
@@ -6666,7 +6692,7 @@
6666
6692
  {
6667
6693
  "title": "Properties",
6668
6694
  "children": [
6669
- 313
6695
+ 315
6670
6696
  ]
6671
6697
  }
6672
6698
  ],
@@ -6699,7 +6725,7 @@
6699
6725
  }
6700
6726
  },
6701
6727
  {
6702
- "id": 314,
6728
+ "id": 316,
6703
6729
  "name": "throwErrors",
6704
6730
  "kind": 2048,
6705
6731
  "kindString": "Method",
@@ -6709,20 +6735,20 @@
6709
6735
  "sources": [
6710
6736
  {
6711
6737
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
6712
- "line": 72,
6738
+ "line": 52,
6713
6739
  "character": 14
6714
6740
  }
6715
6741
  ],
6716
6742
  "signatures": [
6717
6743
  {
6718
- "id": 315,
6744
+ "id": 317,
6719
6745
  "name": "throwErrors",
6720
6746
  "kind": 4096,
6721
6747
  "kindString": "Call signature",
6722
6748
  "flags": {},
6723
6749
  "parameters": [
6724
6750
  {
6725
- "id": 316,
6751
+ "id": 318,
6726
6752
  "name": "query",
6727
6753
  "kind": 32768,
6728
6754
  "kindString": "Parameter",
@@ -6748,14 +6774,14 @@
6748
6774
  {
6749
6775
  "type": "reflection",
6750
6776
  "declaration": {
6751
- "id": 317,
6777
+ "id": 319,
6752
6778
  "name": "__type",
6753
6779
  "kind": 65536,
6754
6780
  "kindString": "Type literal",
6755
6781
  "flags": {},
6756
6782
  "children": [
6757
6783
  {
6758
- "id": 318,
6784
+ "id": 320,
6759
6785
  "name": "query",
6760
6786
  "kind": 1024,
6761
6787
  "kindString": "Property",
@@ -6773,7 +6799,7 @@
6773
6799
  }
6774
6800
  },
6775
6801
  {
6776
- "id": 319,
6802
+ "id": 321,
6777
6803
  "name": "resultSet",
6778
6804
  "kind": 1024,
6779
6805
  "kindString": "Property",
@@ -6793,7 +6819,7 @@
6793
6819
  }
6794
6820
  },
6795
6821
  {
6796
- "id": 320,
6822
+ "id": 322,
6797
6823
  "name": "schema",
6798
6824
  "kind": 1024,
6799
6825
  "kindString": "Property",
@@ -6815,9 +6841,9 @@
6815
6841
  {
6816
6842
  "title": "Properties",
6817
6843
  "children": [
6818
- 318,
6819
- 319,
6820
- 320
6844
+ 320,
6845
+ 321,
6846
+ 322
6821
6847
  ]
6822
6848
  }
6823
6849
  ],
@@ -6849,14 +6875,14 @@
6849
6875
  {
6850
6876
  "type": "reflection",
6851
6877
  "declaration": {
6852
- "id": 321,
6878
+ "id": 323,
6853
6879
  "name": "__type",
6854
6880
  "kind": 65536,
6855
6881
  "kindString": "Type literal",
6856
6882
  "flags": {},
6857
6883
  "children": [
6858
6884
  {
6859
- "id": 322,
6885
+ "id": 324,
6860
6886
  "name": "schema",
6861
6887
  "kind": 1024,
6862
6888
  "kindString": "Property",
@@ -6878,7 +6904,7 @@
6878
6904
  {
6879
6905
  "title": "Properties",
6880
6906
  "children": [
6881
- 322
6907
+ 324
6882
6908
  ]
6883
6909
  }
6884
6910
  ],
@@ -6900,7 +6926,7 @@
6900
6926
  }
6901
6927
  },
6902
6928
  {
6903
- "id": 323,
6929
+ "id": 325,
6904
6930
  "name": "result",
6905
6931
  "kind": 32768,
6906
6932
  "kindString": "Parameter",
@@ -6929,14 +6955,14 @@
6929
6955
  {
6930
6956
  "type": "reflection",
6931
6957
  "declaration": {
6932
- "id": 324,
6958
+ "id": 326,
6933
6959
  "name": "__type",
6934
6960
  "kind": 65536,
6935
6961
  "kindString": "Type literal",
6936
6962
  "flags": {},
6937
6963
  "children": [
6938
6964
  {
6939
- "id": 325,
6965
+ "id": 327,
6940
6966
  "name": "schema",
6941
6967
  "kind": 1024,
6942
6968
  "kindString": "Property",
@@ -6958,7 +6984,7 @@
6958
6984
  {
6959
6985
  "title": "Properties",
6960
6986
  "children": [
6961
- 325
6987
+ 327
6962
6988
  ]
6963
6989
  }
6964
6990
  ],
@@ -7006,7 +7032,7 @@
7006
7032
  "sources": [
7007
7033
  {
7008
7034
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
7009
- "line": 45,
7035
+ "line": 25,
7010
7036
  "character": 11
7011
7037
  }
7012
7038
  ],
@@ -7329,7 +7355,7 @@
7329
7355
  "sources": [
7330
7356
  {
7331
7357
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
7332
- "line": 46,
7358
+ "line": 26,
7333
7359
  "character": 11
7334
7360
  }
7335
7361
  ],
@@ -7657,7 +7683,7 @@
7657
7683
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
7658
7684
  "line": 16,
7659
7685
  "character": 18,
7660
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L16"
7686
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L16"
7661
7687
  }
7662
7688
  ],
7663
7689
  "signatures": [
@@ -7991,7 +8017,7 @@
7991
8017
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
7992
8018
  "line": 25,
7993
8019
  "character": 18,
7994
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L25"
8020
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L25"
7995
8021
  }
7996
8022
  ],
7997
8023
  "signatures": [
@@ -8325,25 +8351,25 @@
8325
8351
  87,
8326
8352
  89,
8327
8353
  91,
8328
- 103,
8329
- 105
8354
+ 93,
8355
+ 95
8330
8356
  ]
8331
8357
  },
8332
8358
  {
8333
8359
  "title": "Methods",
8334
8360
  "children": [
8335
- 249,
8336
- 267,
8337
- 117,
8338
- 119,
8361
+ 251,
8362
+ 269,
8363
+ 97,
8364
+ 99,
8339
8365
  68,
8340
- 285,
8341
- 123,
8342
- 140,
8343
- 155,
8344
- 180,
8345
- 301,
8346
- 314,
8366
+ 287,
8367
+ 103,
8368
+ 120,
8369
+ 135,
8370
+ 182,
8371
+ 303,
8372
+ 316,
8347
8373
  29,
8348
8374
  42,
8349
8375
  3,
@@ -8356,7 +8382,7 @@
8356
8382
  "fileName": "modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts",
8357
8383
  "line": 8,
8358
8384
  "character": 13,
8359
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L8"
8385
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/DivinerWrapper.ts#L8"
8360
8386
  }
8361
8387
  ],
8362
8388
  "extendedTypes": [
@@ -8386,7 +8412,7 @@
8386
8412
  "fileName": "modules/packages/diviner/packages/wrapper/src/index.ts",
8387
8413
  "line": 1,
8388
8414
  "character": 0,
8389
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/05cd02ba389/packages/modules/packages/diviner/packages/wrapper/src/index.ts#L1"
8415
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d633acf5b25/packages/modules/packages/diviner/packages/wrapper/src/index.ts#L1"
8390
8416
  }
8391
8417
  ]
8392
8418
  }