@xyo-network/archivist-wrapper 2.50.3 → 2.50.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.
package/dist/docs.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "sources": [
23
23
  {
24
24
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
25
- "line": 20,
25
+ "line": 19,
26
26
  "character": 4
27
27
  }
28
28
  ],
@@ -361,7 +361,7 @@
361
361
  "sources": [
362
362
  {
363
363
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
364
- "line": 17,
364
+ "line": 16,
365
365
  "character": 23
366
366
  }
367
367
  ],
@@ -385,7 +385,7 @@
385
385
  "sources": [
386
386
  {
387
387
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
388
- "line": 19,
388
+ "line": 18,
389
389
  "character": 13
390
390
  }
391
391
  ],
@@ -671,6 +671,771 @@
671
671
  "name": "ModuleWrapper.module"
672
672
  }
673
673
  },
674
+ {
675
+ "id": 132,
676
+ "name": "on",
677
+ "kind": 1024,
678
+ "kindString": "Property",
679
+ "flags": {},
680
+ "sources": [
681
+ {
682
+ "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
683
+ "line": 31,
684
+ "character": 4
685
+ }
686
+ ],
687
+ "type": {
688
+ "type": "reflection",
689
+ "declaration": {
690
+ "id": 133,
691
+ "name": "__type",
692
+ "kind": 65536,
693
+ "kindString": "Type literal",
694
+ "flags": {},
695
+ "sources": [
696
+ {
697
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleEventEmitter.d.ts",
698
+ "line": 4,
699
+ "character": 4
700
+ }
701
+ ],
702
+ "signatures": [
703
+ {
704
+ "id": 134,
705
+ "name": "__type",
706
+ "kind": 4096,
707
+ "kindString": "Call signature",
708
+ "flags": {},
709
+ "parameters": [
710
+ {
711
+ "id": 135,
712
+ "name": "event",
713
+ "kind": 32768,
714
+ "kindString": "Parameter",
715
+ "flags": {},
716
+ "type": {
717
+ "type": "literal",
718
+ "value": "moduleQueried"
719
+ }
720
+ },
721
+ {
722
+ "id": 136,
723
+ "name": "handler",
724
+ "kind": 32768,
725
+ "kindString": "Parameter",
726
+ "flags": {},
727
+ "type": {
728
+ "type": "reference",
729
+ "typeArguments": [
730
+ {
731
+ "type": "intersection",
732
+ "types": [
733
+ {
734
+ "type": "reflection",
735
+ "declaration": {
736
+ "id": 137,
737
+ "name": "__type",
738
+ "kind": 65536,
739
+ "kindString": "Type literal",
740
+ "flags": {},
741
+ "children": [
742
+ {
743
+ "id": 138,
744
+ "name": "module",
745
+ "kind": 1024,
746
+ "kindString": "Property",
747
+ "flags": {},
748
+ "sources": [
749
+ {
750
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
751
+ "line": 11,
752
+ "character": 4
753
+ }
754
+ ],
755
+ "type": {
756
+ "type": "reference",
757
+ "typeArguments": [
758
+ {
759
+ "type": "intersection",
760
+ "types": [
761
+ {
762
+ "type": "reference",
763
+ "name": "SchemaFields"
764
+ },
765
+ {
766
+ "type": "reference",
767
+ "name": "PayloadFields"
768
+ },
769
+ {
770
+ "type": "reflection",
771
+ "declaration": {
772
+ "id": 139,
773
+ "name": "__type",
774
+ "kind": 65536,
775
+ "kindString": "Type literal",
776
+ "flags": {},
777
+ "children": [
778
+ {
779
+ "id": 140,
780
+ "name": "name",
781
+ "kind": 1024,
782
+ "kindString": "Property",
783
+ "flags": {
784
+ "isOptional": true
785
+ },
786
+ "sources": [
787
+ {
788
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
789
+ "line": 9,
790
+ "character": 4
791
+ }
792
+ ],
793
+ "type": {
794
+ "type": "intrinsic",
795
+ "name": "string"
796
+ }
797
+ },
798
+ {
799
+ "id": 141,
800
+ "name": "security",
801
+ "kind": 1024,
802
+ "kindString": "Property",
803
+ "flags": {
804
+ "isOptional": true
805
+ },
806
+ "sources": [
807
+ {
808
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
809
+ "line": 10,
810
+ "character": 4
811
+ }
812
+ ],
813
+ "type": {
814
+ "type": "reflection",
815
+ "declaration": {
816
+ "id": 142,
817
+ "name": "__type",
818
+ "kind": 65536,
819
+ "kindString": "Type literal",
820
+ "flags": {},
821
+ "children": [
822
+ {
823
+ "id": 143,
824
+ "name": "allowAnonymous",
825
+ "kind": 1024,
826
+ "kindString": "Property",
827
+ "flags": {
828
+ "isOptional": true
829
+ },
830
+ "sources": [
831
+ {
832
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
833
+ "line": 11,
834
+ "character": 8
835
+ }
836
+ ],
837
+ "type": {
838
+ "type": "intrinsic",
839
+ "name": "boolean"
840
+ }
841
+ },
842
+ {
843
+ "id": 144,
844
+ "name": "allowed",
845
+ "kind": 1024,
846
+ "kindString": "Property",
847
+ "flags": {
848
+ "isOptional": true
849
+ },
850
+ "sources": [
851
+ {
852
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
853
+ "line": 12,
854
+ "character": 8
855
+ }
856
+ ],
857
+ "type": {
858
+ "type": "reference",
859
+ "typeArguments": [
860
+ {
861
+ "type": "intrinsic",
862
+ "name": "string"
863
+ },
864
+ {
865
+ "type": "array",
866
+ "elementType": {
867
+ "type": "union",
868
+ "types": [
869
+ {
870
+ "type": "intrinsic",
871
+ "name": "string"
872
+ },
873
+ {
874
+ "type": "reference",
875
+ "name": "CosigningAddressSet"
876
+ }
877
+ ]
878
+ }
879
+ }
880
+ ],
881
+ "name": "Record",
882
+ "qualifiedName": "Record",
883
+ "package": "typescript"
884
+ }
885
+ },
886
+ {
887
+ "id": 145,
888
+ "name": "disallowed",
889
+ "kind": 1024,
890
+ "kindString": "Property",
891
+ "flags": {
892
+ "isOptional": true
893
+ },
894
+ "sources": [
895
+ {
896
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
897
+ "line": 13,
898
+ "character": 8
899
+ }
900
+ ],
901
+ "type": {
902
+ "type": "reference",
903
+ "typeArguments": [
904
+ {
905
+ "type": "intrinsic",
906
+ "name": "string"
907
+ },
908
+ {
909
+ "type": "array",
910
+ "elementType": {
911
+ "type": "intrinsic",
912
+ "name": "string"
913
+ }
914
+ }
915
+ ],
916
+ "name": "Record",
917
+ "qualifiedName": "Record",
918
+ "package": "typescript"
919
+ }
920
+ }
921
+ ],
922
+ "groups": [
923
+ {
924
+ "title": "Properties",
925
+ "children": [
926
+ 143,
927
+ 144,
928
+ 145
929
+ ]
930
+ }
931
+ ],
932
+ "sources": [
933
+ {
934
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
935
+ "line": 10,
936
+ "character": 15
937
+ }
938
+ ]
939
+ }
940
+ }
941
+ },
942
+ {
943
+ "id": 146,
944
+ "name": "storeQueries",
945
+ "kind": 1024,
946
+ "kindString": "Property",
947
+ "flags": {
948
+ "isOptional": true
949
+ },
950
+ "sources": [
951
+ {
952
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
953
+ "line": 15,
954
+ "character": 4
955
+ }
956
+ ],
957
+ "type": {
958
+ "type": "intrinsic",
959
+ "name": "boolean"
960
+ }
961
+ }
962
+ ],
963
+ "groups": [
964
+ {
965
+ "title": "Properties",
966
+ "children": [
967
+ 140,
968
+ 141,
969
+ 146
970
+ ]
971
+ }
972
+ ],
973
+ "sources": [
974
+ {
975
+ "fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
976
+ "line": 8,
977
+ "character": 75
978
+ }
979
+ ]
980
+ }
981
+ },
982
+ {
983
+ "type": "reflection",
984
+ "declaration": {
985
+ "id": 147,
986
+ "name": "__type",
987
+ "kind": 65536,
988
+ "kindString": "Type literal",
989
+ "flags": {},
990
+ "children": [
991
+ {
992
+ "id": 148,
993
+ "name": "schema",
994
+ "kind": 1024,
995
+ "kindString": "Property",
996
+ "flags": {},
997
+ "sources": [
998
+ {
999
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1000
+ "line": 19,
1001
+ "character": 4
1002
+ }
1003
+ ],
1004
+ "type": {
1005
+ "type": "intrinsic",
1006
+ "name": "string"
1007
+ }
1008
+ }
1009
+ ],
1010
+ "groups": [
1011
+ {
1012
+ "title": "Properties",
1013
+ "children": [
1014
+ 148
1015
+ ]
1016
+ }
1017
+ ],
1018
+ "sources": [
1019
+ {
1020
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1021
+ "line": 18,
1022
+ "character": 17
1023
+ }
1024
+ ]
1025
+ }
1026
+ }
1027
+ ]
1028
+ }
1029
+ ],
1030
+ "name": "Module"
1031
+ }
1032
+ }
1033
+ ],
1034
+ "groups": [
1035
+ {
1036
+ "title": "Properties",
1037
+ "children": [
1038
+ 138
1039
+ ]
1040
+ }
1041
+ ],
1042
+ "sources": [
1043
+ {
1044
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
1045
+ "line": 10,
1046
+ "character": 115
1047
+ }
1048
+ ]
1049
+ }
1050
+ },
1051
+ {
1052
+ "type": "reflection",
1053
+ "declaration": {
1054
+ "id": 149,
1055
+ "name": "__type",
1056
+ "kind": 65536,
1057
+ "kindString": "Type literal",
1058
+ "flags": {},
1059
+ "children": [
1060
+ {
1061
+ "id": 150,
1062
+ "name": "payloads",
1063
+ "kind": 1024,
1064
+ "kindString": "Property",
1065
+ "flags": {
1066
+ "isOptional": true
1067
+ },
1068
+ "sources": [
1069
+ {
1070
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
1071
+ "line": 16,
1072
+ "character": 4
1073
+ }
1074
+ ],
1075
+ "type": {
1076
+ "type": "array",
1077
+ "elementType": {
1078
+ "type": "intersection",
1079
+ "types": [
1080
+ {
1081
+ "type": "reference",
1082
+ "name": "SchemaFields"
1083
+ },
1084
+ {
1085
+ "type": "reference",
1086
+ "name": "PayloadFields"
1087
+ },
1088
+ {
1089
+ "type": "reflection",
1090
+ "declaration": {
1091
+ "id": 151,
1092
+ "name": "__type",
1093
+ "kind": 65536,
1094
+ "kindString": "Type literal",
1095
+ "flags": {},
1096
+ "children": [
1097
+ {
1098
+ "id": 152,
1099
+ "name": "schema",
1100
+ "kind": 1024,
1101
+ "kindString": "Property",
1102
+ "flags": {},
1103
+ "sources": [
1104
+ {
1105
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1106
+ "line": 19,
1107
+ "character": 4
1108
+ }
1109
+ ],
1110
+ "type": {
1111
+ "type": "intrinsic",
1112
+ "name": "string"
1113
+ }
1114
+ }
1115
+ ],
1116
+ "groups": [
1117
+ {
1118
+ "title": "Properties",
1119
+ "children": [
1120
+ 152
1121
+ ]
1122
+ }
1123
+ ],
1124
+ "sources": [
1125
+ {
1126
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1127
+ "line": 18,
1128
+ "character": 17
1129
+ }
1130
+ ]
1131
+ }
1132
+ }
1133
+ ]
1134
+ }
1135
+ }
1136
+ },
1137
+ {
1138
+ "id": 153,
1139
+ "name": "query",
1140
+ "kind": 1024,
1141
+ "kindString": "Property",
1142
+ "flags": {},
1143
+ "sources": [
1144
+ {
1145
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
1146
+ "line": 17,
1147
+ "character": 4
1148
+ }
1149
+ ],
1150
+ "type": {
1151
+ "type": "intersection",
1152
+ "types": [
1153
+ {
1154
+ "type": "reference",
1155
+ "name": "SchemaFields"
1156
+ },
1157
+ {
1158
+ "type": "reference",
1159
+ "name": "PayloadFields"
1160
+ },
1161
+ {
1162
+ "type": "reference",
1163
+ "name": "XyoBoundWitnessFields"
1164
+ },
1165
+ {
1166
+ "type": "reflection",
1167
+ "declaration": {
1168
+ "id": 154,
1169
+ "name": "__type",
1170
+ "kind": 65536,
1171
+ "kindString": "Type literal",
1172
+ "flags": {},
1173
+ "children": [
1174
+ {
1175
+ "id": 155,
1176
+ "name": "query",
1177
+ "kind": 1024,
1178
+ "kindString": "Property",
1179
+ "flags": {},
1180
+ "sources": [
1181
+ {
1182
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1183
+ "line": 5,
1184
+ "character": 4
1185
+ }
1186
+ ],
1187
+ "type": {
1188
+ "type": "intrinsic",
1189
+ "name": "string"
1190
+ }
1191
+ },
1192
+ {
1193
+ "id": 156,
1194
+ "name": "resultSet",
1195
+ "kind": 1024,
1196
+ "kindString": "Property",
1197
+ "flags": {
1198
+ "isOptional": true
1199
+ },
1200
+ "sources": [
1201
+ {
1202
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1203
+ "line": 6,
1204
+ "character": 4
1205
+ }
1206
+ ],
1207
+ "type": {
1208
+ "type": "intrinsic",
1209
+ "name": "string"
1210
+ }
1211
+ },
1212
+ {
1213
+ "id": 157,
1214
+ "name": "schema",
1215
+ "kind": 1024,
1216
+ "kindString": "Property",
1217
+ "flags": {},
1218
+ "sources": [
1219
+ {
1220
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1221
+ "line": 7,
1222
+ "character": 4
1223
+ }
1224
+ ],
1225
+ "type": {
1226
+ "type": "literal",
1227
+ "value": "network.xyo.boundwitness"
1228
+ }
1229
+ }
1230
+ ],
1231
+ "groups": [
1232
+ {
1233
+ "title": "Properties",
1234
+ "children": [
1235
+ 155,
1236
+ 156,
1237
+ 157
1238
+ ]
1239
+ }
1240
+ ],
1241
+ "sources": [
1242
+ {
1243
+ "fileName": "modules/packages/module/packages/model/dist/types/Query/XyoQueryBoundWitness.d.ts",
1244
+ "line": 4,
1245
+ "character": 51
1246
+ }
1247
+ ]
1248
+ }
1249
+ }
1250
+ ]
1251
+ }
1252
+ },
1253
+ {
1254
+ "id": 158,
1255
+ "name": "result",
1256
+ "kind": 1024,
1257
+ "kindString": "Property",
1258
+ "flags": {},
1259
+ "sources": [
1260
+ {
1261
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
1262
+ "line": 18,
1263
+ "character": 4
1264
+ }
1265
+ ],
1266
+ "type": {
1267
+ "type": "tuple",
1268
+ "elements": [
1269
+ {
1270
+ "type": "intersection",
1271
+ "types": [
1272
+ {
1273
+ "type": "reference",
1274
+ "name": "SchemaFields"
1275
+ },
1276
+ {
1277
+ "type": "reference",
1278
+ "name": "PayloadFields"
1279
+ },
1280
+ {
1281
+ "type": "reference",
1282
+ "name": "XyoBoundWitnessFields"
1283
+ },
1284
+ {
1285
+ "type": "reflection",
1286
+ "declaration": {
1287
+ "id": 159,
1288
+ "name": "__type",
1289
+ "kind": 65536,
1290
+ "kindString": "Type literal",
1291
+ "flags": {},
1292
+ "children": [
1293
+ {
1294
+ "id": 160,
1295
+ "name": "schema",
1296
+ "kind": 1024,
1297
+ "kindString": "Property",
1298
+ "flags": {},
1299
+ "sources": [
1300
+ {
1301
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1302
+ "line": 17,
1303
+ "character": 4
1304
+ }
1305
+ ],
1306
+ "type": {
1307
+ "type": "literal",
1308
+ "value": "network.xyo.boundwitness"
1309
+ }
1310
+ }
1311
+ ],
1312
+ "groups": [
1313
+ {
1314
+ "title": "Properties",
1315
+ "children": [
1316
+ 160
1317
+ ]
1318
+ }
1319
+ ],
1320
+ "sources": [
1321
+ {
1322
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1323
+ "line": 16,
1324
+ "character": 221
1325
+ }
1326
+ ]
1327
+ }
1328
+ }
1329
+ ]
1330
+ },
1331
+ {
1332
+ "type": "array",
1333
+ "elementType": {
1334
+ "type": "intersection",
1335
+ "types": [
1336
+ {
1337
+ "type": "reference",
1338
+ "name": "SchemaFields"
1339
+ },
1340
+ {
1341
+ "type": "reference",
1342
+ "name": "PayloadFields"
1343
+ },
1344
+ {
1345
+ "type": "reflection",
1346
+ "declaration": {
1347
+ "id": 161,
1348
+ "name": "__type",
1349
+ "kind": 65536,
1350
+ "kindString": "Type literal",
1351
+ "flags": {},
1352
+ "children": [
1353
+ {
1354
+ "id": 162,
1355
+ "name": "schema",
1356
+ "kind": 1024,
1357
+ "kindString": "Property",
1358
+ "flags": {},
1359
+ "sources": [
1360
+ {
1361
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1362
+ "line": 19,
1363
+ "character": 4
1364
+ }
1365
+ ],
1366
+ "type": {
1367
+ "type": "intrinsic",
1368
+ "name": "string"
1369
+ }
1370
+ }
1371
+ ],
1372
+ "groups": [
1373
+ {
1374
+ "title": "Properties",
1375
+ "children": [
1376
+ 162
1377
+ ]
1378
+ }
1379
+ ],
1380
+ "sources": [
1381
+ {
1382
+ "fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
1383
+ "line": 18,
1384
+ "character": 17
1385
+ }
1386
+ ]
1387
+ }
1388
+ }
1389
+ ]
1390
+ }
1391
+ }
1392
+ ]
1393
+ }
1394
+ }
1395
+ ],
1396
+ "groups": [
1397
+ {
1398
+ "title": "Properties",
1399
+ "children": [
1400
+ 150,
1401
+ 153,
1402
+ 158
1403
+ ]
1404
+ }
1405
+ ],
1406
+ "sources": [
1407
+ {
1408
+ "fileName": "modules/packages/module/packages/model/dist/types/Events/ModuleQueried.d.ts",
1409
+ "line": 15,
1410
+ "character": 53
1411
+ }
1412
+ ]
1413
+ }
1414
+ }
1415
+ ]
1416
+ }
1417
+ ],
1418
+ "name": "EventListener"
1419
+ }
1420
+ }
1421
+ ],
1422
+ "type": {
1423
+ "type": "reference",
1424
+ "name": "ModuleQueriedEventEmitter"
1425
+ }
1426
+ }
1427
+ ]
1428
+ }
1429
+ },
1430
+ "inheritedFrom": {
1431
+ "type": "reference",
1432
+ "name": "ModuleWrapper.on"
1433
+ },
1434
+ "implementationOf": {
1435
+ "type": "reference",
1436
+ "name": "ArchivistModule.on"
1437
+ }
1438
+ },
674
1439
  {
675
1440
  "id": 2,
676
1441
  "name": "requiredQueries",
@@ -684,7 +1449,7 @@
684
1449
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
685
1450
  "line": 27,
686
1451
  "character": 18,
687
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L27"
1452
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L27"
688
1453
  }
689
1454
  ],
690
1455
  "type": {
@@ -709,7 +1474,7 @@
709
1474
  "sources": [
710
1475
  {
711
1476
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
712
- "line": 21,
1477
+ "line": 20,
713
1478
  "character": 8
714
1479
  }
715
1480
  ],
@@ -750,7 +1515,7 @@
750
1515
  "sources": [
751
1516
  {
752
1517
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
753
- "line": 22,
1518
+ "line": 21,
754
1519
  "character": 8
755
1520
  }
756
1521
  ],
@@ -798,7 +1563,7 @@
798
1563
  "sources": [
799
1564
  {
800
1565
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
801
- "line": 23,
1566
+ "line": 22,
802
1567
  "character": 8
803
1568
  }
804
1569
  ],
@@ -839,7 +1604,7 @@
839
1604
  "sources": [
840
1605
  {
841
1606
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
842
- "line": 24,
1607
+ "line": 23,
843
1608
  "character": 8
844
1609
  }
845
1610
  ],
@@ -883,7 +1648,7 @@
883
1648
  "sources": [
884
1649
  {
885
1650
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
886
- "line": 25,
1651
+ "line": 24,
887
1652
  "character": 8
888
1653
  }
889
1654
  ],
@@ -926,7 +1691,7 @@
926
1691
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
927
1692
  "line": 44,
928
1693
  "character": 8,
929
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L44"
1694
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L44"
930
1695
  }
931
1696
  ],
932
1697
  "signatures": [
@@ -1017,7 +1782,7 @@
1017
1782
  }
1018
1783
  },
1019
1784
  {
1020
- "id": 280,
1785
+ "id": 311,
1021
1786
  "name": "bindQuery",
1022
1787
  "kind": 2048,
1023
1788
  "kindString": "Method",
@@ -1033,14 +1798,14 @@
1033
1798
  ],
1034
1799
  "signatures": [
1035
1800
  {
1036
- "id": 281,
1801
+ "id": 312,
1037
1802
  "name": "bindQuery",
1038
1803
  "kind": 4096,
1039
1804
  "kindString": "Call signature",
1040
1805
  "flags": {},
1041
1806
  "typeParameter": [
1042
1807
  {
1043
- "id": 286,
1808
+ "id": 317,
1044
1809
  "name": "T",
1045
1810
  "kind": 131072,
1046
1811
  "kindString": "Type parameter",
@@ -1066,14 +1831,14 @@
1066
1831
  {
1067
1832
  "type": "reflection",
1068
1833
  "declaration": {
1069
- "id": 282,
1834
+ "id": 313,
1070
1835
  "name": "__type",
1071
1836
  "kind": 65536,
1072
1837
  "kindString": "Type literal",
1073
1838
  "flags": {},
1074
1839
  "children": [
1075
1840
  {
1076
- "id": 283,
1841
+ "id": 314,
1077
1842
  "name": "schema",
1078
1843
  "kind": 1024,
1079
1844
  "kindString": "Property",
@@ -1095,7 +1860,7 @@
1095
1860
  {
1096
1861
  "title": "Properties",
1097
1862
  "children": [
1098
- 283
1863
+ 314
1099
1864
  ]
1100
1865
  }
1101
1866
  ],
@@ -1131,14 +1896,14 @@
1131
1896
  {
1132
1897
  "type": "reflection",
1133
1898
  "declaration": {
1134
- "id": 284,
1899
+ "id": 315,
1135
1900
  "name": "__type",
1136
1901
  "kind": 65536,
1137
1902
  "kindString": "Type literal",
1138
1903
  "flags": {},
1139
1904
  "children": [
1140
1905
  {
1141
- "id": 285,
1906
+ "id": 316,
1142
1907
  "name": "schema",
1143
1908
  "kind": 1024,
1144
1909
  "kindString": "Property",
@@ -1160,7 +1925,7 @@
1160
1925
  {
1161
1926
  "title": "Properties",
1162
1927
  "children": [
1163
- 285
1928
+ 316
1164
1929
  ]
1165
1930
  }
1166
1931
  ],
@@ -1184,19 +1949,19 @@
1184
1949
  ],
1185
1950
  "parameters": [
1186
1951
  {
1187
- "id": 287,
1952
+ "id": 318,
1188
1953
  "name": "query",
1189
1954
  "kind": 32768,
1190
1955
  "kindString": "Parameter",
1191
1956
  "flags": {},
1192
1957
  "type": {
1193
1958
  "type": "reference",
1194
- "id": 286,
1959
+ "id": 317,
1195
1960
  "name": "T"
1196
1961
  }
1197
1962
  },
1198
1963
  {
1199
- "id": 288,
1964
+ "id": 319,
1200
1965
  "name": "payloads",
1201
1966
  "kind": 32768,
1202
1967
  "kindString": "Parameter",
@@ -1219,14 +1984,14 @@
1219
1984
  {
1220
1985
  "type": "reflection",
1221
1986
  "declaration": {
1222
- "id": 289,
1987
+ "id": 320,
1223
1988
  "name": "__type",
1224
1989
  "kind": 65536,
1225
1990
  "kindString": "Type literal",
1226
1991
  "flags": {},
1227
1992
  "children": [
1228
1993
  {
1229
- "id": 290,
1994
+ "id": 321,
1230
1995
  "name": "schema",
1231
1996
  "kind": 1024,
1232
1997
  "kindString": "Property",
@@ -1248,7 +2013,7 @@
1248
2013
  {
1249
2014
  "title": "Properties",
1250
2015
  "children": [
1251
- 290
2016
+ 321
1252
2017
  ]
1253
2018
  }
1254
2019
  ],
@@ -1266,7 +2031,7 @@
1266
2031
  }
1267
2032
  },
1268
2033
  {
1269
- "id": 291,
2034
+ "id": 322,
1270
2035
  "name": "account",
1271
2036
  "kind": 32768,
1272
2037
  "kindString": "Parameter",
@@ -1303,14 +2068,14 @@
1303
2068
  {
1304
2069
  "type": "reflection",
1305
2070
  "declaration": {
1306
- "id": 292,
2071
+ "id": 323,
1307
2072
  "name": "__type",
1308
2073
  "kind": 65536,
1309
2074
  "kindString": "Type literal",
1310
2075
  "flags": {},
1311
2076
  "children": [
1312
2077
  {
1313
- "id": 293,
2078
+ "id": 324,
1314
2079
  "name": "query",
1315
2080
  "kind": 1024,
1316
2081
  "kindString": "Property",
@@ -1328,7 +2093,7 @@
1328
2093
  }
1329
2094
  },
1330
2095
  {
1331
- "id": 294,
2096
+ "id": 325,
1332
2097
  "name": "resultSet",
1333
2098
  "kind": 1024,
1334
2099
  "kindString": "Property",
@@ -1348,7 +2113,7 @@
1348
2113
  }
1349
2114
  },
1350
2115
  {
1351
- "id": 295,
2116
+ "id": 326,
1352
2117
  "name": "schema",
1353
2118
  "kind": 1024,
1354
2119
  "kindString": "Property",
@@ -1370,9 +2135,9 @@
1370
2135
  {
1371
2136
  "title": "Properties",
1372
2137
  "children": [
1373
- 293,
1374
- 294,
1375
- 295
2138
+ 324,
2139
+ 325,
2140
+ 326
1376
2141
  ]
1377
2142
  }
1378
2143
  ],
@@ -1403,14 +2168,14 @@
1403
2168
  {
1404
2169
  "type": "reflection",
1405
2170
  "declaration": {
1406
- "id": 296,
2171
+ "id": 327,
1407
2172
  "name": "__type",
1408
2173
  "kind": 65536,
1409
2174
  "kindString": "Type literal",
1410
2175
  "flags": {},
1411
2176
  "children": [
1412
2177
  {
1413
- "id": 297,
2178
+ "id": 328,
1414
2179
  "name": "schema",
1415
2180
  "kind": 1024,
1416
2181
  "kindString": "Property",
@@ -1432,7 +2197,7 @@
1432
2197
  {
1433
2198
  "title": "Properties",
1434
2199
  "children": [
1435
- 297
2200
+ 328
1436
2201
  ]
1437
2202
  }
1438
2203
  ],
@@ -1469,7 +2234,7 @@
1469
2234
  }
1470
2235
  },
1471
2236
  {
1472
- "id": 298,
2237
+ "id": 329,
1473
2238
  "name": "bindQueryInternal",
1474
2239
  "kind": 2048,
1475
2240
  "kindString": "Method",
@@ -1485,14 +2250,14 @@
1485
2250
  ],
1486
2251
  "signatures": [
1487
2252
  {
1488
- "id": 299,
2253
+ "id": 330,
1489
2254
  "name": "bindQueryInternal",
1490
2255
  "kind": 4096,
1491
2256
  "kindString": "Call signature",
1492
2257
  "flags": {},
1493
2258
  "typeParameter": [
1494
2259
  {
1495
- "id": 304,
2260
+ "id": 335,
1496
2261
  "name": "T",
1497
2262
  "kind": 131072,
1498
2263
  "kindString": "Type parameter",
@@ -1518,14 +2283,14 @@
1518
2283
  {
1519
2284
  "type": "reflection",
1520
2285
  "declaration": {
1521
- "id": 300,
2286
+ "id": 331,
1522
2287
  "name": "__type",
1523
2288
  "kind": 65536,
1524
2289
  "kindString": "Type literal",
1525
2290
  "flags": {},
1526
2291
  "children": [
1527
2292
  {
1528
- "id": 301,
2293
+ "id": 332,
1529
2294
  "name": "schema",
1530
2295
  "kind": 1024,
1531
2296
  "kindString": "Property",
@@ -1547,7 +2312,7 @@
1547
2312
  {
1548
2313
  "title": "Properties",
1549
2314
  "children": [
1550
- 301
2315
+ 332
1551
2316
  ]
1552
2317
  }
1553
2318
  ],
@@ -1583,14 +2348,14 @@
1583
2348
  {
1584
2349
  "type": "reflection",
1585
2350
  "declaration": {
1586
- "id": 302,
2351
+ "id": 333,
1587
2352
  "name": "__type",
1588
2353
  "kind": 65536,
1589
2354
  "kindString": "Type literal",
1590
2355
  "flags": {},
1591
2356
  "children": [
1592
2357
  {
1593
- "id": 303,
2358
+ "id": 334,
1594
2359
  "name": "schema",
1595
2360
  "kind": 1024,
1596
2361
  "kindString": "Property",
@@ -1612,7 +2377,7 @@
1612
2377
  {
1613
2378
  "title": "Properties",
1614
2379
  "children": [
1615
- 303
2380
+ 334
1616
2381
  ]
1617
2382
  }
1618
2383
  ],
@@ -1636,19 +2401,19 @@
1636
2401
  ],
1637
2402
  "parameters": [
1638
2403
  {
1639
- "id": 305,
2404
+ "id": 336,
1640
2405
  "name": "query",
1641
2406
  "kind": 32768,
1642
2407
  "kindString": "Parameter",
1643
2408
  "flags": {},
1644
2409
  "type": {
1645
2410
  "type": "reference",
1646
- "id": 304,
2411
+ "id": 335,
1647
2412
  "name": "T"
1648
2413
  }
1649
2414
  },
1650
2415
  {
1651
- "id": 306,
2416
+ "id": 337,
1652
2417
  "name": "payloads",
1653
2418
  "kind": 32768,
1654
2419
  "kindString": "Parameter",
@@ -1671,14 +2436,14 @@
1671
2436
  {
1672
2437
  "type": "reflection",
1673
2438
  "declaration": {
1674
- "id": 307,
2439
+ "id": 338,
1675
2440
  "name": "__type",
1676
2441
  "kind": 65536,
1677
2442
  "kindString": "Type literal",
1678
2443
  "flags": {},
1679
2444
  "children": [
1680
2445
  {
1681
- "id": 308,
2446
+ "id": 339,
1682
2447
  "name": "schema",
1683
2448
  "kind": 1024,
1684
2449
  "kindString": "Property",
@@ -1700,7 +2465,7 @@
1700
2465
  {
1701
2466
  "title": "Properties",
1702
2467
  "children": [
1703
- 308
2468
+ 339
1704
2469
  ]
1705
2470
  }
1706
2471
  ],
@@ -1718,7 +2483,7 @@
1718
2483
  }
1719
2484
  },
1720
2485
  {
1721
- "id": 309,
2486
+ "id": 340,
1722
2487
  "name": "account",
1723
2488
  "kind": 32768,
1724
2489
  "kindString": "Parameter",
@@ -1752,14 +2517,14 @@
1752
2517
  {
1753
2518
  "type": "reflection",
1754
2519
  "declaration": {
1755
- "id": 310,
2520
+ "id": 341,
1756
2521
  "name": "__type",
1757
2522
  "kind": 65536,
1758
2523
  "kindString": "Type literal",
1759
2524
  "flags": {},
1760
2525
  "children": [
1761
2526
  {
1762
- "id": 311,
2527
+ "id": 342,
1763
2528
  "name": "query",
1764
2529
  "kind": 1024,
1765
2530
  "kindString": "Property",
@@ -1777,7 +2542,7 @@
1777
2542
  }
1778
2543
  },
1779
2544
  {
1780
- "id": 312,
2545
+ "id": 343,
1781
2546
  "name": "resultSet",
1782
2547
  "kind": 1024,
1783
2548
  "kindString": "Property",
@@ -1797,7 +2562,7 @@
1797
2562
  }
1798
2563
  },
1799
2564
  {
1800
- "id": 313,
2565
+ "id": 344,
1801
2566
  "name": "schema",
1802
2567
  "kind": 1024,
1803
2568
  "kindString": "Property",
@@ -1819,9 +2584,9 @@
1819
2584
  {
1820
2585
  "title": "Properties",
1821
2586
  "children": [
1822
- 311,
1823
- 312,
1824
- 313
2587
+ 342,
2588
+ 343,
2589
+ 344
1825
2590
  ]
1826
2591
  }
1827
2592
  ],
@@ -1852,14 +2617,14 @@
1852
2617
  {
1853
2618
  "type": "reflection",
1854
2619
  "declaration": {
1855
- "id": 314,
2620
+ "id": 345,
1856
2621
  "name": "__type",
1857
2622
  "kind": 65536,
1858
2623
  "kindString": "Type literal",
1859
2624
  "flags": {},
1860
2625
  "children": [
1861
2626
  {
1862
- "id": 315,
2627
+ "id": 346,
1863
2628
  "name": "schema",
1864
2629
  "kind": 1024,
1865
2630
  "kindString": "Property",
@@ -1881,7 +2646,7 @@
1881
2646
  {
1882
2647
  "title": "Properties",
1883
2648
  "children": [
1884
- 315
2649
+ 346
1885
2650
  ]
1886
2651
  }
1887
2652
  ],
@@ -1921,7 +2686,7 @@
1921
2686
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
1922
2687
  "line": 50,
1923
2688
  "character": 8,
1924
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L50"
2689
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L50"
1925
2690
  }
1926
2691
  ],
1927
2692
  "signatures": [
@@ -1965,7 +2730,7 @@
1965
2730
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
1966
2731
  "line": 55,
1967
2732
  "character": 8,
1968
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L55"
2733
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L55"
1969
2734
  }
1970
2735
  ],
1971
2736
  "signatures": [
@@ -2070,7 +2835,7 @@
2070
2835
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2071
2836
  "line": 61,
2072
2837
  "character": 8,
2073
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L61"
2838
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L61"
2074
2839
  }
2075
2840
  ],
2076
2841
  "signatures": [
@@ -2131,7 +2896,7 @@
2131
2896
  "sources": [
2132
2897
  {
2133
2898
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2134
- "line": 30,
2899
+ "line": 29,
2135
2900
  "character": 4
2136
2901
  }
2137
2902
  ],
@@ -2192,7 +2957,7 @@
2192
2957
  "sources": [
2193
2958
  {
2194
2959
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
2195
- "line": 31,
2960
+ "line": 30,
2196
2961
  "character": 4
2197
2962
  }
2198
2963
  ],
@@ -2284,7 +3049,7 @@
2284
3049
  }
2285
3050
  },
2286
3051
  {
2287
- "id": 316,
3052
+ "id": 347,
2288
3053
  "name": "filterErrors",
2289
3054
  "kind": 2048,
2290
3055
  "kindString": "Method",
@@ -2300,14 +3065,14 @@
2300
3065
  ],
2301
3066
  "signatures": [
2302
3067
  {
2303
- "id": 317,
3068
+ "id": 348,
2304
3069
  "name": "filterErrors",
2305
3070
  "kind": 4096,
2306
3071
  "kindString": "Call signature",
2307
3072
  "flags": {},
2308
3073
  "parameters": [
2309
3074
  {
2310
- "id": 318,
3075
+ "id": 349,
2311
3076
  "name": "query",
2312
3077
  "kind": 32768,
2313
3078
  "kindString": "Parameter",
@@ -2333,14 +3098,14 @@
2333
3098
  {
2334
3099
  "type": "reflection",
2335
3100
  "declaration": {
2336
- "id": 319,
3101
+ "id": 350,
2337
3102
  "name": "__type",
2338
3103
  "kind": 65536,
2339
3104
  "kindString": "Type literal",
2340
3105
  "flags": {},
2341
3106
  "children": [
2342
3107
  {
2343
- "id": 320,
3108
+ "id": 351,
2344
3109
  "name": "query",
2345
3110
  "kind": 1024,
2346
3111
  "kindString": "Property",
@@ -2358,7 +3123,7 @@
2358
3123
  }
2359
3124
  },
2360
3125
  {
2361
- "id": 321,
3126
+ "id": 352,
2362
3127
  "name": "resultSet",
2363
3128
  "kind": 1024,
2364
3129
  "kindString": "Property",
@@ -2378,7 +3143,7 @@
2378
3143
  }
2379
3144
  },
2380
3145
  {
2381
- "id": 322,
3146
+ "id": 353,
2382
3147
  "name": "schema",
2383
3148
  "kind": 1024,
2384
3149
  "kindString": "Property",
@@ -2400,9 +3165,9 @@
2400
3165
  {
2401
3166
  "title": "Properties",
2402
3167
  "children": [
2403
- 320,
2404
- 321,
2405
- 322
3168
+ 351,
3169
+ 352,
3170
+ 353
2406
3171
  ]
2407
3172
  }
2408
3173
  ],
@@ -2434,14 +3199,14 @@
2434
3199
  {
2435
3200
  "type": "reflection",
2436
3201
  "declaration": {
2437
- "id": 323,
3202
+ "id": 354,
2438
3203
  "name": "__type",
2439
3204
  "kind": 65536,
2440
3205
  "kindString": "Type literal",
2441
3206
  "flags": {},
2442
3207
  "children": [
2443
3208
  {
2444
- "id": 324,
3209
+ "id": 355,
2445
3210
  "name": "schema",
2446
3211
  "kind": 1024,
2447
3212
  "kindString": "Property",
@@ -2463,7 +3228,7 @@
2463
3228
  {
2464
3229
  "title": "Properties",
2465
3230
  "children": [
2466
- 324
3231
+ 355
2467
3232
  ]
2468
3233
  }
2469
3234
  ],
@@ -2485,7 +3250,7 @@
2485
3250
  }
2486
3251
  },
2487
3252
  {
2488
- "id": 325,
3253
+ "id": 356,
2489
3254
  "name": "result",
2490
3255
  "kind": 32768,
2491
3256
  "kindString": "Parameter",
@@ -2514,14 +3279,14 @@
2514
3279
  {
2515
3280
  "type": "reflection",
2516
3281
  "declaration": {
2517
- "id": 326,
3282
+ "id": 357,
2518
3283
  "name": "__type",
2519
3284
  "kind": 65536,
2520
3285
  "kindString": "Type literal",
2521
3286
  "flags": {},
2522
3287
  "children": [
2523
3288
  {
2524
- "id": 327,
3289
+ "id": 358,
2525
3290
  "name": "schema",
2526
3291
  "kind": 1024,
2527
3292
  "kindString": "Property",
@@ -2543,7 +3308,7 @@
2543
3308
  {
2544
3309
  "title": "Properties",
2545
3310
  "children": [
2546
- 327
3311
+ 358
2547
3312
  ]
2548
3313
  }
2549
3314
  ],
@@ -2588,14 +3353,14 @@
2588
3353
  {
2589
3354
  "type": "reflection",
2590
3355
  "declaration": {
2591
- "id": 328,
3356
+ "id": 359,
2592
3357
  "name": "__type",
2593
3358
  "kind": 65536,
2594
3359
  "kindString": "Type literal",
2595
3360
  "flags": {},
2596
3361
  "children": [
2597
3362
  {
2598
- "id": 329,
3363
+ "id": 360,
2599
3364
  "name": "message",
2600
3365
  "kind": 1024,
2601
3366
  "kindString": "Property",
@@ -2615,7 +3380,7 @@
2615
3380
  }
2616
3381
  },
2617
3382
  {
2618
- "id": 330,
3383
+ "id": 361,
2619
3384
  "name": "schema",
2620
3385
  "kind": 1024,
2621
3386
  "kindString": "Property",
@@ -2633,7 +3398,7 @@
2633
3398
  }
2634
3399
  },
2635
3400
  {
2636
- "id": 331,
3401
+ "id": 362,
2637
3402
  "name": "sources",
2638
3403
  "kind": 1024,
2639
3404
  "kindString": "Property",
@@ -2658,9 +3423,9 @@
2658
3423
  {
2659
3424
  "title": "Properties",
2660
3425
  "children": [
2661
- 329,
2662
- 330,
2663
- 331
3426
+ 360,
3427
+ 361,
3428
+ 362
2664
3429
  ]
2665
3430
  }
2666
3431
  ],
@@ -2700,7 +3465,7 @@
2700
3465
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2701
3466
  "line": 69,
2702
3467
  "character": 8,
2703
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L69"
3468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L69"
2704
3469
  }
2705
3470
  ],
2706
3471
  "signatures": [
@@ -2888,7 +3653,7 @@
2888
3653
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
2889
3654
  "line": 75,
2890
3655
  "character": 8,
2891
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L75"
3656
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L75"
2892
3657
  }
2893
3658
  ],
2894
3659
  "signatures": [
@@ -3005,7 +3770,7 @@
3005
3770
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
3006
3771
  "line": 81,
3007
3772
  "character": 8,
3008
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L81"
3773
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L81"
3009
3774
  }
3010
3775
  ],
3011
3776
  "signatures": [
@@ -3170,7 +3935,7 @@
3170
3935
  }
3171
3936
  },
3172
3937
  {
3173
- "id": 132,
3938
+ "id": 163,
3174
3939
  "name": "query",
3175
3940
  "kind": 2048,
3176
3941
  "kindString": "Method",
@@ -3184,14 +3949,14 @@
3184
3949
  ],
3185
3950
  "signatures": [
3186
3951
  {
3187
- "id": 133,
3952
+ "id": 164,
3188
3953
  "name": "query",
3189
3954
  "kind": 4096,
3190
3955
  "kindString": "Call signature",
3191
3956
  "flags": {},
3192
3957
  "typeParameter": [
3193
3958
  {
3194
- "id": 142,
3959
+ "id": 173,
3195
3960
  "name": "T",
3196
3961
  "kind": 131072,
3197
3962
  "kindString": "Type parameter",
@@ -3214,14 +3979,14 @@
3214
3979
  {
3215
3980
  "type": "reflection",
3216
3981
  "declaration": {
3217
- "id": 134,
3982
+ "id": 165,
3218
3983
  "name": "__type",
3219
3984
  "kind": 65536,
3220
3985
  "kindString": "Type literal",
3221
3986
  "flags": {},
3222
3987
  "children": [
3223
3988
  {
3224
- "id": 135,
3989
+ "id": 166,
3225
3990
  "name": "query",
3226
3991
  "kind": 1024,
3227
3992
  "kindString": "Property",
@@ -3239,7 +4004,7 @@
3239
4004
  }
3240
4005
  },
3241
4006
  {
3242
- "id": 136,
4007
+ "id": 167,
3243
4008
  "name": "resultSet",
3244
4009
  "kind": 1024,
3245
4010
  "kindString": "Property",
@@ -3259,7 +4024,7 @@
3259
4024
  }
3260
4025
  },
3261
4026
  {
3262
- "id": 137,
4027
+ "id": 168,
3263
4028
  "name": "schema",
3264
4029
  "kind": 1024,
3265
4030
  "kindString": "Property",
@@ -3281,9 +4046,9 @@
3281
4046
  {
3282
4047
  "title": "Properties",
3283
4048
  "children": [
3284
- 135,
3285
- 136,
3286
- 137
4049
+ 166,
4050
+ 167,
4051
+ 168
3287
4052
  ]
3288
4053
  }
3289
4054
  ],
@@ -3316,14 +4081,14 @@
3316
4081
  {
3317
4082
  "type": "reflection",
3318
4083
  "declaration": {
3319
- "id": 138,
4084
+ "id": 169,
3320
4085
  "name": "__type",
3321
4086
  "kind": 65536,
3322
4087
  "kindString": "Type literal",
3323
4088
  "flags": {},
3324
4089
  "children": [
3325
4090
  {
3326
- "id": 139,
4091
+ "id": 170,
3327
4092
  "name": "query",
3328
4093
  "kind": 1024,
3329
4094
  "kindString": "Property",
@@ -3341,7 +4106,7 @@
3341
4106
  }
3342
4107
  },
3343
4108
  {
3344
- "id": 140,
4109
+ "id": 171,
3345
4110
  "name": "resultSet",
3346
4111
  "kind": 1024,
3347
4112
  "kindString": "Property",
@@ -3361,7 +4126,7 @@
3361
4126
  }
3362
4127
  },
3363
4128
  {
3364
- "id": 141,
4129
+ "id": 172,
3365
4130
  "name": "schema",
3366
4131
  "kind": 1024,
3367
4132
  "kindString": "Property",
@@ -3383,9 +4148,9 @@
3383
4148
  {
3384
4149
  "title": "Properties",
3385
4150
  "children": [
3386
- 139,
3387
- 140,
3388
- 141
4151
+ 170,
4152
+ 171,
4153
+ 172
3389
4154
  ]
3390
4155
  }
3391
4156
  ],
@@ -3404,19 +4169,19 @@
3404
4169
  ],
3405
4170
  "parameters": [
3406
4171
  {
3407
- "id": 143,
4172
+ "id": 174,
3408
4173
  "name": "query",
3409
4174
  "kind": 32768,
3410
4175
  "kindString": "Parameter",
3411
4176
  "flags": {},
3412
4177
  "type": {
3413
4178
  "type": "reference",
3414
- "id": 142,
4179
+ "id": 173,
3415
4180
  "name": "T"
3416
4181
  }
3417
4182
  },
3418
4183
  {
3419
- "id": 144,
4184
+ "id": 175,
3420
4185
  "name": "payloads",
3421
4186
  "kind": 32768,
3422
4187
  "kindString": "Parameter",
@@ -3439,14 +4204,14 @@
3439
4204
  {
3440
4205
  "type": "reflection",
3441
4206
  "declaration": {
3442
- "id": 145,
4207
+ "id": 176,
3443
4208
  "name": "__type",
3444
4209
  "kind": 65536,
3445
4210
  "kindString": "Type literal",
3446
4211
  "flags": {},
3447
4212
  "children": [
3448
4213
  {
3449
- "id": 146,
4214
+ "id": 177,
3450
4215
  "name": "schema",
3451
4216
  "kind": 1024,
3452
4217
  "kindString": "Property",
@@ -3468,7 +4233,7 @@
3468
4233
  {
3469
4234
  "title": "Properties",
3470
4235
  "children": [
3471
- 146
4236
+ 177
3472
4237
  ]
3473
4238
  }
3474
4239
  ],
@@ -3506,14 +4271,14 @@
3506
4271
  {
3507
4272
  "type": "reflection",
3508
4273
  "declaration": {
3509
- "id": 147,
4274
+ "id": 178,
3510
4275
  "name": "__type",
3511
4276
  "kind": 65536,
3512
4277
  "kindString": "Type literal",
3513
4278
  "flags": {},
3514
4279
  "children": [
3515
4280
  {
3516
- "id": 148,
4281
+ "id": 179,
3517
4282
  "name": "schema",
3518
4283
  "kind": 1024,
3519
4284
  "kindString": "Property",
@@ -3535,7 +4300,7 @@
3535
4300
  {
3536
4301
  "title": "Properties",
3537
4302
  "children": [
3538
- 148
4303
+ 179
3539
4304
  ]
3540
4305
  }
3541
4306
  ],
@@ -3578,7 +4343,7 @@
3578
4343
  }
3579
4344
  },
3580
4345
  {
3581
- "id": 149,
4346
+ "id": 180,
3582
4347
  "name": "queryable",
3583
4348
  "kind": 2048,
3584
4349
  "kindString": "Method",
@@ -3592,14 +4357,14 @@
3592
4357
  ],
3593
4358
  "signatures": [
3594
4359
  {
3595
- "id": 150,
4360
+ "id": 181,
3596
4361
  "name": "queryable",
3597
4362
  "kind": 4096,
3598
4363
  "kindString": "Call signature",
3599
4364
  "flags": {},
3600
4365
  "typeParameter": [
3601
4366
  {
3602
- "id": 159,
4367
+ "id": 190,
3603
4368
  "name": "T",
3604
4369
  "kind": 131072,
3605
4370
  "kindString": "Type parameter",
@@ -3622,14 +4387,14 @@
3622
4387
  {
3623
4388
  "type": "reflection",
3624
4389
  "declaration": {
3625
- "id": 151,
4390
+ "id": 182,
3626
4391
  "name": "__type",
3627
4392
  "kind": 65536,
3628
4393
  "kindString": "Type literal",
3629
4394
  "flags": {},
3630
4395
  "children": [
3631
4396
  {
3632
- "id": 152,
4397
+ "id": 183,
3633
4398
  "name": "query",
3634
4399
  "kind": 1024,
3635
4400
  "kindString": "Property",
@@ -3647,7 +4412,7 @@
3647
4412
  }
3648
4413
  },
3649
4414
  {
3650
- "id": 153,
4415
+ "id": 184,
3651
4416
  "name": "resultSet",
3652
4417
  "kind": 1024,
3653
4418
  "kindString": "Property",
@@ -3667,7 +4432,7 @@
3667
4432
  }
3668
4433
  },
3669
4434
  {
3670
- "id": 154,
4435
+ "id": 185,
3671
4436
  "name": "schema",
3672
4437
  "kind": 1024,
3673
4438
  "kindString": "Property",
@@ -3689,9 +4454,9 @@
3689
4454
  {
3690
4455
  "title": "Properties",
3691
4456
  "children": [
3692
- 152,
3693
- 153,
3694
- 154
4457
+ 183,
4458
+ 184,
4459
+ 185
3695
4460
  ]
3696
4461
  }
3697
4462
  ],
@@ -3724,14 +4489,14 @@
3724
4489
  {
3725
4490
  "type": "reflection",
3726
4491
  "declaration": {
3727
- "id": 155,
4492
+ "id": 186,
3728
4493
  "name": "__type",
3729
4494
  "kind": 65536,
3730
4495
  "kindString": "Type literal",
3731
4496
  "flags": {},
3732
4497
  "children": [
3733
4498
  {
3734
- "id": 156,
4499
+ "id": 187,
3735
4500
  "name": "query",
3736
4501
  "kind": 1024,
3737
4502
  "kindString": "Property",
@@ -3749,7 +4514,7 @@
3749
4514
  }
3750
4515
  },
3751
4516
  {
3752
- "id": 157,
4517
+ "id": 188,
3753
4518
  "name": "resultSet",
3754
4519
  "kind": 1024,
3755
4520
  "kindString": "Property",
@@ -3769,7 +4534,7 @@
3769
4534
  }
3770
4535
  },
3771
4536
  {
3772
- "id": 158,
4537
+ "id": 189,
3773
4538
  "name": "schema",
3774
4539
  "kind": 1024,
3775
4540
  "kindString": "Property",
@@ -3791,9 +4556,9 @@
3791
4556
  {
3792
4557
  "title": "Properties",
3793
4558
  "children": [
3794
- 156,
3795
- 157,
3796
- 158
4559
+ 187,
4560
+ 188,
4561
+ 189
3797
4562
  ]
3798
4563
  }
3799
4564
  ],
@@ -3812,19 +4577,19 @@
3812
4577
  ],
3813
4578
  "parameters": [
3814
4579
  {
3815
- "id": 160,
4580
+ "id": 191,
3816
4581
  "name": "query",
3817
4582
  "kind": 32768,
3818
4583
  "kindString": "Parameter",
3819
4584
  "flags": {},
3820
4585
  "type": {
3821
4586
  "type": "reference",
3822
- "id": 159,
4587
+ "id": 190,
3823
4588
  "name": "T"
3824
4589
  }
3825
4590
  },
3826
4591
  {
3827
- "id": 161,
4592
+ "id": 192,
3828
4593
  "name": "payloads",
3829
4594
  "kind": 32768,
3830
4595
  "kindString": "Parameter",
@@ -3847,14 +4612,14 @@
3847
4612
  {
3848
4613
  "type": "reflection",
3849
4614
  "declaration": {
3850
- "id": 162,
4615
+ "id": 193,
3851
4616
  "name": "__type",
3852
4617
  "kind": 65536,
3853
4618
  "kindString": "Type literal",
3854
4619
  "flags": {},
3855
4620
  "children": [
3856
4621
  {
3857
- "id": 163,
4622
+ "id": 194,
3858
4623
  "name": "schema",
3859
4624
  "kind": 1024,
3860
4625
  "kindString": "Property",
@@ -3876,7 +4641,7 @@
3876
4641
  {
3877
4642
  "title": "Properties",
3878
4643
  "children": [
3879
- 163
4644
+ 194
3880
4645
  ]
3881
4646
  }
3882
4647
  ],
@@ -3928,7 +4693,7 @@
3928
4693
  }
3929
4694
  },
3930
4695
  {
3931
- "id": 164,
4696
+ "id": 195,
3932
4697
  "name": "resolve",
3933
4698
  "kind": 2048,
3934
4699
  "kindString": "Method",
@@ -3947,14 +4712,14 @@
3947
4712
  ],
3948
4713
  "signatures": [
3949
4714
  {
3950
- "id": 165,
4715
+ "id": 196,
3951
4716
  "name": "resolve",
3952
4717
  "kind": 4096,
3953
4718
  "kindString": "Call signature",
3954
4719
  "flags": {},
3955
4720
  "typeParameter": [
3956
4721
  {
3957
- "id": 186,
4722
+ "id": 217,
3958
4723
  "name": "TModule",
3959
4724
  "kind": 131072,
3960
4725
  "kindString": "Type parameter",
@@ -3976,14 +4741,14 @@
3976
4741
  {
3977
4742
  "type": "reflection",
3978
4743
  "declaration": {
3979
- "id": 166,
4744
+ "id": 197,
3980
4745
  "name": "__type",
3981
4746
  "kind": 65536,
3982
4747
  "kindString": "Type literal",
3983
4748
  "flags": {},
3984
4749
  "children": [
3985
4750
  {
3986
- "id": 167,
4751
+ "id": 198,
3987
4752
  "name": "name",
3988
4753
  "kind": 1024,
3989
4754
  "kindString": "Property",
@@ -4003,7 +4768,7 @@
4003
4768
  }
4004
4769
  },
4005
4770
  {
4006
- "id": 168,
4771
+ "id": 199,
4007
4772
  "name": "security",
4008
4773
  "kind": 1024,
4009
4774
  "kindString": "Property",
@@ -4020,14 +4785,14 @@
4020
4785
  "type": {
4021
4786
  "type": "reflection",
4022
4787
  "declaration": {
4023
- "id": 169,
4788
+ "id": 200,
4024
4789
  "name": "__type",
4025
4790
  "kind": 65536,
4026
4791
  "kindString": "Type literal",
4027
4792
  "flags": {},
4028
4793
  "children": [
4029
4794
  {
4030
- "id": 170,
4795
+ "id": 201,
4031
4796
  "name": "allowAnonymous",
4032
4797
  "kind": 1024,
4033
4798
  "kindString": "Property",
@@ -4047,7 +4812,7 @@
4047
4812
  }
4048
4813
  },
4049
4814
  {
4050
- "id": 171,
4815
+ "id": 202,
4051
4816
  "name": "allowed",
4052
4817
  "kind": 1024,
4053
4818
  "kindString": "Property",
@@ -4091,7 +4856,7 @@
4091
4856
  }
4092
4857
  },
4093
4858
  {
4094
- "id": 172,
4859
+ "id": 203,
4095
4860
  "name": "disallowed",
4096
4861
  "kind": 1024,
4097
4862
  "kindString": "Property",
@@ -4130,9 +4895,9 @@
4130
4895
  {
4131
4896
  "title": "Properties",
4132
4897
  "children": [
4133
- 170,
4134
- 171,
4135
- 172
4898
+ 201,
4899
+ 202,
4900
+ 203
4136
4901
  ]
4137
4902
  }
4138
4903
  ],
@@ -4147,7 +4912,7 @@
4147
4912
  }
4148
4913
  },
4149
4914
  {
4150
- "id": 173,
4915
+ "id": 204,
4151
4916
  "name": "storeQueries",
4152
4917
  "kind": 1024,
4153
4918
  "kindString": "Property",
@@ -4171,9 +4936,9 @@
4171
4936
  {
4172
4937
  "title": "Properties",
4173
4938
  "children": [
4174
- 167,
4175
- 168,
4176
- 173
4939
+ 198,
4940
+ 199,
4941
+ 204
4177
4942
  ]
4178
4943
  }
4179
4944
  ],
@@ -4189,14 +4954,14 @@
4189
4954
  {
4190
4955
  "type": "reflection",
4191
4956
  "declaration": {
4192
- "id": 174,
4957
+ "id": 205,
4193
4958
  "name": "__type",
4194
4959
  "kind": 65536,
4195
4960
  "kindString": "Type literal",
4196
4961
  "flags": {},
4197
4962
  "children": [
4198
4963
  {
4199
- "id": 175,
4964
+ "id": 206,
4200
4965
  "name": "schema",
4201
4966
  "kind": 1024,
4202
4967
  "kindString": "Property",
@@ -4218,7 +4983,7 @@
4218
4983
  {
4219
4984
  "title": "Properties",
4220
4985
  "children": [
4221
- 175
4986
+ 206
4222
4987
  ]
4223
4988
  }
4224
4989
  ],
@@ -4253,14 +5018,14 @@
4253
5018
  {
4254
5019
  "type": "reflection",
4255
5020
  "declaration": {
4256
- "id": 176,
5021
+ "id": 207,
4257
5022
  "name": "__type",
4258
5023
  "kind": 65536,
4259
5024
  "kindString": "Type literal",
4260
5025
  "flags": {},
4261
5026
  "children": [
4262
5027
  {
4263
- "id": 177,
5028
+ "id": 208,
4264
5029
  "name": "name",
4265
5030
  "kind": 1024,
4266
5031
  "kindString": "Property",
@@ -4280,7 +5045,7 @@
4280
5045
  }
4281
5046
  },
4282
5047
  {
4283
- "id": 178,
5048
+ "id": 209,
4284
5049
  "name": "security",
4285
5050
  "kind": 1024,
4286
5051
  "kindString": "Property",
@@ -4297,14 +5062,14 @@
4297
5062
  "type": {
4298
5063
  "type": "reflection",
4299
5064
  "declaration": {
4300
- "id": 179,
5065
+ "id": 210,
4301
5066
  "name": "__type",
4302
5067
  "kind": 65536,
4303
5068
  "kindString": "Type literal",
4304
5069
  "flags": {},
4305
5070
  "children": [
4306
5071
  {
4307
- "id": 180,
5072
+ "id": 211,
4308
5073
  "name": "allowAnonymous",
4309
5074
  "kind": 1024,
4310
5075
  "kindString": "Property",
@@ -4324,7 +5089,7 @@
4324
5089
  }
4325
5090
  },
4326
5091
  {
4327
- "id": 181,
5092
+ "id": 212,
4328
5093
  "name": "allowed",
4329
5094
  "kind": 1024,
4330
5095
  "kindString": "Property",
@@ -4368,7 +5133,7 @@
4368
5133
  }
4369
5134
  },
4370
5135
  {
4371
- "id": 182,
5136
+ "id": 213,
4372
5137
  "name": "disallowed",
4373
5138
  "kind": 1024,
4374
5139
  "kindString": "Property",
@@ -4407,9 +5172,9 @@
4407
5172
  {
4408
5173
  "title": "Properties",
4409
5174
  "children": [
4410
- 180,
4411
- 181,
4412
- 182
5175
+ 211,
5176
+ 212,
5177
+ 213
4413
5178
  ]
4414
5179
  }
4415
5180
  ],
@@ -4424,7 +5189,7 @@
4424
5189
  }
4425
5190
  },
4426
5191
  {
4427
- "id": 183,
5192
+ "id": 214,
4428
5193
  "name": "storeQueries",
4429
5194
  "kind": 1024,
4430
5195
  "kindString": "Property",
@@ -4448,9 +5213,9 @@
4448
5213
  {
4449
5214
  "title": "Properties",
4450
5215
  "children": [
4451
- 177,
4452
- 178,
4453
- 183
5216
+ 208,
5217
+ 209,
5218
+ 214
4454
5219
  ]
4455
5220
  }
4456
5221
  ],
@@ -4466,14 +5231,14 @@
4466
5231
  {
4467
5232
  "type": "reflection",
4468
5233
  "declaration": {
4469
- "id": 184,
5234
+ "id": 215,
4470
5235
  "name": "__type",
4471
5236
  "kind": 65536,
4472
5237
  "kindString": "Type literal",
4473
5238
  "flags": {},
4474
5239
  "children": [
4475
5240
  {
4476
- "id": 185,
5241
+ "id": 216,
4477
5242
  "name": "schema",
4478
5243
  "kind": 1024,
4479
5244
  "kindString": "Property",
@@ -4495,7 +5260,7 @@
4495
5260
  {
4496
5261
  "title": "Properties",
4497
5262
  "children": [
4498
- 185
5263
+ 216
4499
5264
  ]
4500
5265
  }
4501
5266
  ],
@@ -4517,7 +5282,7 @@
4517
5282
  ],
4518
5283
  "parameters": [
4519
5284
  {
4520
- "id": 187,
5285
+ "id": 218,
4521
5286
  "name": "nameOrAddress",
4522
5287
  "kind": 32768,
4523
5288
  "kindString": "Parameter",
@@ -4542,7 +5307,7 @@
4542
5307
  },
4543
5308
  {
4544
5309
  "type": "reference",
4545
- "id": 186,
5310
+ "id": 217,
4546
5311
  "name": "TModule"
4547
5312
  }
4548
5313
  ]
@@ -4558,14 +5323,14 @@
4558
5323
  }
4559
5324
  },
4560
5325
  {
4561
- "id": 188,
5326
+ "id": 219,
4562
5327
  "name": "resolve",
4563
5328
  "kind": 4096,
4564
5329
  "kindString": "Call signature",
4565
5330
  "flags": {},
4566
5331
  "typeParameter": [
4567
5332
  {
4568
- "id": 209,
5333
+ "id": 240,
4569
5334
  "name": "TModule",
4570
5335
  "kind": 131072,
4571
5336
  "kindString": "Type parameter",
@@ -4587,14 +5352,14 @@
4587
5352
  {
4588
5353
  "type": "reflection",
4589
5354
  "declaration": {
4590
- "id": 189,
5355
+ "id": 220,
4591
5356
  "name": "__type",
4592
5357
  "kind": 65536,
4593
5358
  "kindString": "Type literal",
4594
5359
  "flags": {},
4595
5360
  "children": [
4596
5361
  {
4597
- "id": 190,
5362
+ "id": 221,
4598
5363
  "name": "name",
4599
5364
  "kind": 1024,
4600
5365
  "kindString": "Property",
@@ -4614,7 +5379,7 @@
4614
5379
  }
4615
5380
  },
4616
5381
  {
4617
- "id": 191,
5382
+ "id": 222,
4618
5383
  "name": "security",
4619
5384
  "kind": 1024,
4620
5385
  "kindString": "Property",
@@ -4631,14 +5396,14 @@
4631
5396
  "type": {
4632
5397
  "type": "reflection",
4633
5398
  "declaration": {
4634
- "id": 192,
5399
+ "id": 223,
4635
5400
  "name": "__type",
4636
5401
  "kind": 65536,
4637
5402
  "kindString": "Type literal",
4638
5403
  "flags": {},
4639
5404
  "children": [
4640
5405
  {
4641
- "id": 193,
5406
+ "id": 224,
4642
5407
  "name": "allowAnonymous",
4643
5408
  "kind": 1024,
4644
5409
  "kindString": "Property",
@@ -4658,7 +5423,7 @@
4658
5423
  }
4659
5424
  },
4660
5425
  {
4661
- "id": 194,
5426
+ "id": 225,
4662
5427
  "name": "allowed",
4663
5428
  "kind": 1024,
4664
5429
  "kindString": "Property",
@@ -4702,7 +5467,7 @@
4702
5467
  }
4703
5468
  },
4704
5469
  {
4705
- "id": 195,
5470
+ "id": 226,
4706
5471
  "name": "disallowed",
4707
5472
  "kind": 1024,
4708
5473
  "kindString": "Property",
@@ -4741,9 +5506,9 @@
4741
5506
  {
4742
5507
  "title": "Properties",
4743
5508
  "children": [
4744
- 193,
4745
- 194,
4746
- 195
5509
+ 224,
5510
+ 225,
5511
+ 226
4747
5512
  ]
4748
5513
  }
4749
5514
  ],
@@ -4758,7 +5523,7 @@
4758
5523
  }
4759
5524
  },
4760
5525
  {
4761
- "id": 196,
5526
+ "id": 227,
4762
5527
  "name": "storeQueries",
4763
5528
  "kind": 1024,
4764
5529
  "kindString": "Property",
@@ -4782,9 +5547,9 @@
4782
5547
  {
4783
5548
  "title": "Properties",
4784
5549
  "children": [
4785
- 190,
4786
- 191,
4787
- 196
5550
+ 221,
5551
+ 222,
5552
+ 227
4788
5553
  ]
4789
5554
  }
4790
5555
  ],
@@ -4800,14 +5565,14 @@
4800
5565
  {
4801
5566
  "type": "reflection",
4802
5567
  "declaration": {
4803
- "id": 197,
5568
+ "id": 228,
4804
5569
  "name": "__type",
4805
5570
  "kind": 65536,
4806
5571
  "kindString": "Type literal",
4807
5572
  "flags": {},
4808
5573
  "children": [
4809
5574
  {
4810
- "id": 198,
5575
+ "id": 229,
4811
5576
  "name": "schema",
4812
5577
  "kind": 1024,
4813
5578
  "kindString": "Property",
@@ -4829,7 +5594,7 @@
4829
5594
  {
4830
5595
  "title": "Properties",
4831
5596
  "children": [
4832
- 198
5597
+ 229
4833
5598
  ]
4834
5599
  }
4835
5600
  ],
@@ -4864,14 +5629,14 @@
4864
5629
  {
4865
5630
  "type": "reflection",
4866
5631
  "declaration": {
4867
- "id": 199,
5632
+ "id": 230,
4868
5633
  "name": "__type",
4869
5634
  "kind": 65536,
4870
5635
  "kindString": "Type literal",
4871
5636
  "flags": {},
4872
5637
  "children": [
4873
5638
  {
4874
- "id": 200,
5639
+ "id": 231,
4875
5640
  "name": "name",
4876
5641
  "kind": 1024,
4877
5642
  "kindString": "Property",
@@ -4891,7 +5656,7 @@
4891
5656
  }
4892
5657
  },
4893
5658
  {
4894
- "id": 201,
5659
+ "id": 232,
4895
5660
  "name": "security",
4896
5661
  "kind": 1024,
4897
5662
  "kindString": "Property",
@@ -4908,14 +5673,14 @@
4908
5673
  "type": {
4909
5674
  "type": "reflection",
4910
5675
  "declaration": {
4911
- "id": 202,
5676
+ "id": 233,
4912
5677
  "name": "__type",
4913
5678
  "kind": 65536,
4914
5679
  "kindString": "Type literal",
4915
5680
  "flags": {},
4916
5681
  "children": [
4917
5682
  {
4918
- "id": 203,
5683
+ "id": 234,
4919
5684
  "name": "allowAnonymous",
4920
5685
  "kind": 1024,
4921
5686
  "kindString": "Property",
@@ -4935,7 +5700,7 @@
4935
5700
  }
4936
5701
  },
4937
5702
  {
4938
- "id": 204,
5703
+ "id": 235,
4939
5704
  "name": "allowed",
4940
5705
  "kind": 1024,
4941
5706
  "kindString": "Property",
@@ -4979,7 +5744,7 @@
4979
5744
  }
4980
5745
  },
4981
5746
  {
4982
- "id": 205,
5747
+ "id": 236,
4983
5748
  "name": "disallowed",
4984
5749
  "kind": 1024,
4985
5750
  "kindString": "Property",
@@ -5018,9 +5783,9 @@
5018
5783
  {
5019
5784
  "title": "Properties",
5020
5785
  "children": [
5021
- 203,
5022
- 204,
5023
- 205
5786
+ 234,
5787
+ 235,
5788
+ 236
5024
5789
  ]
5025
5790
  }
5026
5791
  ],
@@ -5035,7 +5800,7 @@
5035
5800
  }
5036
5801
  },
5037
5802
  {
5038
- "id": 206,
5803
+ "id": 237,
5039
5804
  "name": "storeQueries",
5040
5805
  "kind": 1024,
5041
5806
  "kindString": "Property",
@@ -5059,9 +5824,9 @@
5059
5824
  {
5060
5825
  "title": "Properties",
5061
5826
  "children": [
5062
- 200,
5063
- 201,
5064
- 206
5827
+ 231,
5828
+ 232,
5829
+ 237
5065
5830
  ]
5066
5831
  }
5067
5832
  ],
@@ -5077,14 +5842,14 @@
5077
5842
  {
5078
5843
  "type": "reflection",
5079
5844
  "declaration": {
5080
- "id": 207,
5845
+ "id": 238,
5081
5846
  "name": "__type",
5082
5847
  "kind": 65536,
5083
5848
  "kindString": "Type literal",
5084
5849
  "flags": {},
5085
5850
  "children": [
5086
5851
  {
5087
- "id": 208,
5852
+ "id": 239,
5088
5853
  "name": "schema",
5089
5854
  "kind": 1024,
5090
5855
  "kindString": "Property",
@@ -5106,7 +5871,7 @@
5106
5871
  {
5107
5872
  "title": "Properties",
5108
5873
  "children": [
5109
- 208
5874
+ 239
5110
5875
  ]
5111
5876
  }
5112
5877
  ],
@@ -5128,7 +5893,7 @@
5128
5893
  ],
5129
5894
  "parameters": [
5130
5895
  {
5131
- "id": 210,
5896
+ "id": 241,
5132
5897
  "name": "filter",
5133
5898
  "kind": 32768,
5134
5899
  "kindString": "Parameter",
@@ -5148,7 +5913,7 @@
5148
5913
  "type": "array",
5149
5914
  "elementType": {
5150
5915
  "type": "reference",
5151
- "id": 209,
5916
+ "id": 240,
5152
5917
  "name": "TModule"
5153
5918
  }
5154
5919
  }
@@ -5169,7 +5934,7 @@
5169
5934
  }
5170
5935
  },
5171
5936
  {
5172
- "id": 211,
5937
+ "id": 242,
5173
5938
  "name": "resolveWrapped",
5174
5939
  "kind": 2048,
5175
5940
  "kindString": "Method",
@@ -5188,7 +5953,7 @@
5188
5953
  ],
5189
5954
  "signatures": [
5190
5955
  {
5191
- "id": 212,
5956
+ "id": 243,
5192
5957
  "name": "resolveWrapped",
5193
5958
  "kind": 4096,
5194
5959
  "kindString": "Call signature",
@@ -5227,7 +5992,7 @@
5227
5992
  },
5228
5993
  "typeParameter": [
5229
5994
  {
5230
- "id": 233,
5995
+ "id": 264,
5231
5996
  "name": "T",
5232
5997
  "kind": 131072,
5233
5998
  "kindString": "Type parameter",
@@ -5252,14 +6017,14 @@
5252
6017
  {
5253
6018
  "type": "reflection",
5254
6019
  "declaration": {
5255
- "id": 213,
6020
+ "id": 244,
5256
6021
  "name": "__type",
5257
6022
  "kind": 65536,
5258
6023
  "kindString": "Type literal",
5259
6024
  "flags": {},
5260
6025
  "children": [
5261
6026
  {
5262
- "id": 214,
6027
+ "id": 245,
5263
6028
  "name": "name",
5264
6029
  "kind": 1024,
5265
6030
  "kindString": "Property",
@@ -5279,7 +6044,7 @@
5279
6044
  }
5280
6045
  },
5281
6046
  {
5282
- "id": 215,
6047
+ "id": 246,
5283
6048
  "name": "security",
5284
6049
  "kind": 1024,
5285
6050
  "kindString": "Property",
@@ -5296,14 +6061,14 @@
5296
6061
  "type": {
5297
6062
  "type": "reflection",
5298
6063
  "declaration": {
5299
- "id": 216,
6064
+ "id": 247,
5300
6065
  "name": "__type",
5301
6066
  "kind": 65536,
5302
6067
  "kindString": "Type literal",
5303
6068
  "flags": {},
5304
6069
  "children": [
5305
6070
  {
5306
- "id": 217,
6071
+ "id": 248,
5307
6072
  "name": "allowAnonymous",
5308
6073
  "kind": 1024,
5309
6074
  "kindString": "Property",
@@ -5323,7 +6088,7 @@
5323
6088
  }
5324
6089
  },
5325
6090
  {
5326
- "id": 218,
6091
+ "id": 249,
5327
6092
  "name": "allowed",
5328
6093
  "kind": 1024,
5329
6094
  "kindString": "Property",
@@ -5367,7 +6132,7 @@
5367
6132
  }
5368
6133
  },
5369
6134
  {
5370
- "id": 219,
6135
+ "id": 250,
5371
6136
  "name": "disallowed",
5372
6137
  "kind": 1024,
5373
6138
  "kindString": "Property",
@@ -5406,9 +6171,9 @@
5406
6171
  {
5407
6172
  "title": "Properties",
5408
6173
  "children": [
5409
- 217,
5410
- 218,
5411
- 219
6174
+ 248,
6175
+ 249,
6176
+ 250
5412
6177
  ]
5413
6178
  }
5414
6179
  ],
@@ -5423,7 +6188,7 @@
5423
6188
  }
5424
6189
  },
5425
6190
  {
5426
- "id": 220,
6191
+ "id": 251,
5427
6192
  "name": "storeQueries",
5428
6193
  "kind": 1024,
5429
6194
  "kindString": "Property",
@@ -5447,9 +6212,9 @@
5447
6212
  {
5448
6213
  "title": "Properties",
5449
6214
  "children": [
5450
- 214,
5451
- 215,
5452
- 220
6215
+ 245,
6216
+ 246,
6217
+ 251
5453
6218
  ]
5454
6219
  }
5455
6220
  ],
@@ -5465,14 +6230,14 @@
5465
6230
  {
5466
6231
  "type": "reflection",
5467
6232
  "declaration": {
5468
- "id": 221,
6233
+ "id": 252,
5469
6234
  "name": "__type",
5470
6235
  "kind": 65536,
5471
6236
  "kindString": "Type literal",
5472
6237
  "flags": {},
5473
6238
  "children": [
5474
6239
  {
5475
- "id": 222,
6240
+ "id": 253,
5476
6241
  "name": "schema",
5477
6242
  "kind": 1024,
5478
6243
  "kindString": "Property",
@@ -5494,7 +6259,7 @@
5494
6259
  {
5495
6260
  "title": "Properties",
5496
6261
  "children": [
5497
- 222
6262
+ 253
5498
6263
  ]
5499
6264
  }
5500
6265
  ],
@@ -5514,7 +6279,7 @@
5514
6279
  },
5515
6280
  {
5516
6281
  "type": "reference",
5517
- "id": 233,
6282
+ "id": 264,
5518
6283
  "name": "T"
5519
6284
  }
5520
6285
  ],
@@ -5540,14 +6305,14 @@
5540
6305
  {
5541
6306
  "type": "reflection",
5542
6307
  "declaration": {
5543
- "id": 223,
6308
+ "id": 254,
5544
6309
  "name": "__type",
5545
6310
  "kind": 65536,
5546
6311
  "kindString": "Type literal",
5547
6312
  "flags": {},
5548
6313
  "children": [
5549
6314
  {
5550
- "id": 224,
6315
+ "id": 255,
5551
6316
  "name": "name",
5552
6317
  "kind": 1024,
5553
6318
  "kindString": "Property",
@@ -5567,7 +6332,7 @@
5567
6332
  }
5568
6333
  },
5569
6334
  {
5570
- "id": 225,
6335
+ "id": 256,
5571
6336
  "name": "security",
5572
6337
  "kind": 1024,
5573
6338
  "kindString": "Property",
@@ -5584,14 +6349,14 @@
5584
6349
  "type": {
5585
6350
  "type": "reflection",
5586
6351
  "declaration": {
5587
- "id": 226,
6352
+ "id": 257,
5588
6353
  "name": "__type",
5589
6354
  "kind": 65536,
5590
6355
  "kindString": "Type literal",
5591
6356
  "flags": {},
5592
6357
  "children": [
5593
6358
  {
5594
- "id": 227,
6359
+ "id": 258,
5595
6360
  "name": "allowAnonymous",
5596
6361
  "kind": 1024,
5597
6362
  "kindString": "Property",
@@ -5611,7 +6376,7 @@
5611
6376
  }
5612
6377
  },
5613
6378
  {
5614
- "id": 228,
6379
+ "id": 259,
5615
6380
  "name": "allowed",
5616
6381
  "kind": 1024,
5617
6382
  "kindString": "Property",
@@ -5655,7 +6420,7 @@
5655
6420
  }
5656
6421
  },
5657
6422
  {
5658
- "id": 229,
6423
+ "id": 260,
5659
6424
  "name": "disallowed",
5660
6425
  "kind": 1024,
5661
6426
  "kindString": "Property",
@@ -5694,9 +6459,9 @@
5694
6459
  {
5695
6460
  "title": "Properties",
5696
6461
  "children": [
5697
- 227,
5698
- 228,
5699
- 229
6462
+ 258,
6463
+ 259,
6464
+ 260
5700
6465
  ]
5701
6466
  }
5702
6467
  ],
@@ -5711,7 +6476,7 @@
5711
6476
  }
5712
6477
  },
5713
6478
  {
5714
- "id": 230,
6479
+ "id": 261,
5715
6480
  "name": "storeQueries",
5716
6481
  "kind": 1024,
5717
6482
  "kindString": "Property",
@@ -5735,9 +6500,9 @@
5735
6500
  {
5736
6501
  "title": "Properties",
5737
6502
  "children": [
5738
- 224,
5739
- 225,
5740
- 230
6503
+ 255,
6504
+ 256,
6505
+ 261
5741
6506
  ]
5742
6507
  }
5743
6508
  ],
@@ -5753,14 +6518,14 @@
5753
6518
  {
5754
6519
  "type": "reflection",
5755
6520
  "declaration": {
5756
- "id": 231,
6521
+ "id": 262,
5757
6522
  "name": "__type",
5758
6523
  "kind": 65536,
5759
6524
  "kindString": "Type literal",
5760
6525
  "flags": {},
5761
6526
  "children": [
5762
6527
  {
5763
- "id": 232,
6528
+ "id": 263,
5764
6529
  "name": "schema",
5765
6530
  "kind": 1024,
5766
6531
  "kindString": "Property",
@@ -5782,7 +6547,7 @@
5782
6547
  {
5783
6548
  "title": "Properties",
5784
6549
  "children": [
5785
- 232
6550
+ 263
5786
6551
  ]
5787
6552
  }
5788
6553
  ],
@@ -5807,7 +6572,7 @@
5807
6572
  ],
5808
6573
  "parameters": [
5809
6574
  {
5810
- "id": 234,
6575
+ "id": 265,
5811
6576
  "name": "wrapper",
5812
6577
  "kind": 32768,
5813
6578
  "kindString": "Parameter",
@@ -5840,14 +6605,14 @@
5840
6605
  {
5841
6606
  "type": "reflection",
5842
6607
  "declaration": {
5843
- "id": 235,
6608
+ "id": 266,
5844
6609
  "name": "__type",
5845
6610
  "kind": 65536,
5846
6611
  "kindString": "Type literal",
5847
6612
  "flags": {},
5848
6613
  "children": [
5849
6614
  {
5850
- "id": 236,
6615
+ "id": 267,
5851
6616
  "name": "name",
5852
6617
  "kind": 1024,
5853
6618
  "kindString": "Property",
@@ -5867,7 +6632,7 @@
5867
6632
  }
5868
6633
  },
5869
6634
  {
5870
- "id": 237,
6635
+ "id": 268,
5871
6636
  "name": "security",
5872
6637
  "kind": 1024,
5873
6638
  "kindString": "Property",
@@ -5884,14 +6649,14 @@
5884
6649
  "type": {
5885
6650
  "type": "reflection",
5886
6651
  "declaration": {
5887
- "id": 238,
6652
+ "id": 269,
5888
6653
  "name": "__type",
5889
6654
  "kind": 65536,
5890
6655
  "kindString": "Type literal",
5891
6656
  "flags": {},
5892
6657
  "children": [
5893
6658
  {
5894
- "id": 239,
6659
+ "id": 270,
5895
6660
  "name": "allowAnonymous",
5896
6661
  "kind": 1024,
5897
6662
  "kindString": "Property",
@@ -5911,7 +6676,7 @@
5911
6676
  }
5912
6677
  },
5913
6678
  {
5914
- "id": 240,
6679
+ "id": 271,
5915
6680
  "name": "allowed",
5916
6681
  "kind": 1024,
5917
6682
  "kindString": "Property",
@@ -5955,7 +6720,7 @@
5955
6720
  }
5956
6721
  },
5957
6722
  {
5958
- "id": 241,
6723
+ "id": 272,
5959
6724
  "name": "disallowed",
5960
6725
  "kind": 1024,
5961
6726
  "kindString": "Property",
@@ -5994,9 +6759,9 @@
5994
6759
  {
5995
6760
  "title": "Properties",
5996
6761
  "children": [
5997
- 239,
5998
- 240,
5999
- 241
6762
+ 270,
6763
+ 271,
6764
+ 272
6000
6765
  ]
6001
6766
  }
6002
6767
  ],
@@ -6011,7 +6776,7 @@
6011
6776
  }
6012
6777
  },
6013
6778
  {
6014
- "id": 242,
6779
+ "id": 273,
6015
6780
  "name": "storeQueries",
6016
6781
  "kind": 1024,
6017
6782
  "kindString": "Property",
@@ -6035,9 +6800,9 @@
6035
6800
  {
6036
6801
  "title": "Properties",
6037
6802
  "children": [
6038
- 236,
6039
- 237,
6040
- 242
6803
+ 267,
6804
+ 268,
6805
+ 273
6041
6806
  ]
6042
6807
  }
6043
6808
  ],
@@ -6053,14 +6818,14 @@
6053
6818
  {
6054
6819
  "type": "reflection",
6055
6820
  "declaration": {
6056
- "id": 243,
6821
+ "id": 274,
6057
6822
  "name": "__type",
6058
6823
  "kind": 65536,
6059
6824
  "kindString": "Type literal",
6060
6825
  "flags": {},
6061
6826
  "children": [
6062
6827
  {
6063
- "id": 244,
6828
+ "id": 275,
6064
6829
  "name": "schema",
6065
6830
  "kind": 1024,
6066
6831
  "kindString": "Property",
@@ -6082,7 +6847,7 @@
6082
6847
  {
6083
6848
  "title": "Properties",
6084
6849
  "children": [
6085
- 244
6850
+ 275
6086
6851
  ]
6087
6852
  }
6088
6853
  ],
@@ -6102,7 +6867,7 @@
6102
6867
  },
6103
6868
  {
6104
6869
  "type": "reference",
6105
- "id": 233,
6870
+ "id": 264,
6106
6871
  "name": "T"
6107
6872
  }
6108
6873
  ],
@@ -6110,7 +6875,7 @@
6110
6875
  }
6111
6876
  },
6112
6877
  {
6113
- "id": 245,
6878
+ "id": 276,
6114
6879
  "name": "filter",
6115
6880
  "kind": 32768,
6116
6881
  "kindString": "Parameter",
@@ -6138,7 +6903,7 @@
6138
6903
  "type": "array",
6139
6904
  "elementType": {
6140
6905
  "type": "reference",
6141
- "id": 233,
6906
+ "id": 264,
6142
6907
  "name": "T"
6143
6908
  }
6144
6909
  }
@@ -6153,14 +6918,14 @@
6153
6918
  }
6154
6919
  },
6155
6920
  {
6156
- "id": 246,
6921
+ "id": 277,
6157
6922
  "name": "resolveWrapped",
6158
6923
  "kind": 4096,
6159
6924
  "kindString": "Call signature",
6160
6925
  "flags": {},
6161
6926
  "typeParameter": [
6162
6927
  {
6163
- "id": 267,
6928
+ "id": 298,
6164
6929
  "name": "T",
6165
6930
  "kind": 131072,
6166
6931
  "kindString": "Type parameter",
@@ -6185,14 +6950,14 @@
6185
6950
  {
6186
6951
  "type": "reflection",
6187
6952
  "declaration": {
6188
- "id": 247,
6953
+ "id": 278,
6189
6954
  "name": "__type",
6190
6955
  "kind": 65536,
6191
6956
  "kindString": "Type literal",
6192
6957
  "flags": {},
6193
6958
  "children": [
6194
6959
  {
6195
- "id": 248,
6960
+ "id": 279,
6196
6961
  "name": "name",
6197
6962
  "kind": 1024,
6198
6963
  "kindString": "Property",
@@ -6212,7 +6977,7 @@
6212
6977
  }
6213
6978
  },
6214
6979
  {
6215
- "id": 249,
6980
+ "id": 280,
6216
6981
  "name": "security",
6217
6982
  "kind": 1024,
6218
6983
  "kindString": "Property",
@@ -6229,14 +6994,14 @@
6229
6994
  "type": {
6230
6995
  "type": "reflection",
6231
6996
  "declaration": {
6232
- "id": 250,
6997
+ "id": 281,
6233
6998
  "name": "__type",
6234
6999
  "kind": 65536,
6235
7000
  "kindString": "Type literal",
6236
7001
  "flags": {},
6237
7002
  "children": [
6238
7003
  {
6239
- "id": 251,
7004
+ "id": 282,
6240
7005
  "name": "allowAnonymous",
6241
7006
  "kind": 1024,
6242
7007
  "kindString": "Property",
@@ -6256,7 +7021,7 @@
6256
7021
  }
6257
7022
  },
6258
7023
  {
6259
- "id": 252,
7024
+ "id": 283,
6260
7025
  "name": "allowed",
6261
7026
  "kind": 1024,
6262
7027
  "kindString": "Property",
@@ -6300,7 +7065,7 @@
6300
7065
  }
6301
7066
  },
6302
7067
  {
6303
- "id": 253,
7068
+ "id": 284,
6304
7069
  "name": "disallowed",
6305
7070
  "kind": 1024,
6306
7071
  "kindString": "Property",
@@ -6339,9 +7104,9 @@
6339
7104
  {
6340
7105
  "title": "Properties",
6341
7106
  "children": [
6342
- 251,
6343
- 252,
6344
- 253
7107
+ 282,
7108
+ 283,
7109
+ 284
6345
7110
  ]
6346
7111
  }
6347
7112
  ],
@@ -6356,7 +7121,7 @@
6356
7121
  }
6357
7122
  },
6358
7123
  {
6359
- "id": 254,
7124
+ "id": 285,
6360
7125
  "name": "storeQueries",
6361
7126
  "kind": 1024,
6362
7127
  "kindString": "Property",
@@ -6380,9 +7145,9 @@
6380
7145
  {
6381
7146
  "title": "Properties",
6382
7147
  "children": [
6383
- 248,
6384
- 249,
6385
- 254
7148
+ 279,
7149
+ 280,
7150
+ 285
6386
7151
  ]
6387
7152
  }
6388
7153
  ],
@@ -6398,14 +7163,14 @@
6398
7163
  {
6399
7164
  "type": "reflection",
6400
7165
  "declaration": {
6401
- "id": 255,
7166
+ "id": 286,
6402
7167
  "name": "__type",
6403
7168
  "kind": 65536,
6404
7169
  "kindString": "Type literal",
6405
7170
  "flags": {},
6406
7171
  "children": [
6407
7172
  {
6408
- "id": 256,
7173
+ "id": 287,
6409
7174
  "name": "schema",
6410
7175
  "kind": 1024,
6411
7176
  "kindString": "Property",
@@ -6427,7 +7192,7 @@
6427
7192
  {
6428
7193
  "title": "Properties",
6429
7194
  "children": [
6430
- 256
7195
+ 287
6431
7196
  ]
6432
7197
  }
6433
7198
  ],
@@ -6447,7 +7212,7 @@
6447
7212
  },
6448
7213
  {
6449
7214
  "type": "reference",
6450
- "id": 267,
7215
+ "id": 298,
6451
7216
  "name": "T"
6452
7217
  }
6453
7218
  ],
@@ -6473,14 +7238,14 @@
6473
7238
  {
6474
7239
  "type": "reflection",
6475
7240
  "declaration": {
6476
- "id": 257,
7241
+ "id": 288,
6477
7242
  "name": "__type",
6478
7243
  "kind": 65536,
6479
7244
  "kindString": "Type literal",
6480
7245
  "flags": {},
6481
7246
  "children": [
6482
7247
  {
6483
- "id": 258,
7248
+ "id": 289,
6484
7249
  "name": "name",
6485
7250
  "kind": 1024,
6486
7251
  "kindString": "Property",
@@ -6500,7 +7265,7 @@
6500
7265
  }
6501
7266
  },
6502
7267
  {
6503
- "id": 259,
7268
+ "id": 290,
6504
7269
  "name": "security",
6505
7270
  "kind": 1024,
6506
7271
  "kindString": "Property",
@@ -6517,14 +7282,14 @@
6517
7282
  "type": {
6518
7283
  "type": "reflection",
6519
7284
  "declaration": {
6520
- "id": 260,
7285
+ "id": 291,
6521
7286
  "name": "__type",
6522
7287
  "kind": 65536,
6523
7288
  "kindString": "Type literal",
6524
7289
  "flags": {},
6525
7290
  "children": [
6526
7291
  {
6527
- "id": 261,
7292
+ "id": 292,
6528
7293
  "name": "allowAnonymous",
6529
7294
  "kind": 1024,
6530
7295
  "kindString": "Property",
@@ -6544,7 +7309,7 @@
6544
7309
  }
6545
7310
  },
6546
7311
  {
6547
- "id": 262,
7312
+ "id": 293,
6548
7313
  "name": "allowed",
6549
7314
  "kind": 1024,
6550
7315
  "kindString": "Property",
@@ -6588,7 +7353,7 @@
6588
7353
  }
6589
7354
  },
6590
7355
  {
6591
- "id": 263,
7356
+ "id": 294,
6592
7357
  "name": "disallowed",
6593
7358
  "kind": 1024,
6594
7359
  "kindString": "Property",
@@ -6627,9 +7392,9 @@
6627
7392
  {
6628
7393
  "title": "Properties",
6629
7394
  "children": [
6630
- 261,
6631
- 262,
6632
- 263
7395
+ 292,
7396
+ 293,
7397
+ 294
6633
7398
  ]
6634
7399
  }
6635
7400
  ],
@@ -6644,7 +7409,7 @@
6644
7409
  }
6645
7410
  },
6646
7411
  {
6647
- "id": 264,
7412
+ "id": 295,
6648
7413
  "name": "storeQueries",
6649
7414
  "kind": 1024,
6650
7415
  "kindString": "Property",
@@ -6668,9 +7433,9 @@
6668
7433
  {
6669
7434
  "title": "Properties",
6670
7435
  "children": [
6671
- 258,
6672
- 259,
6673
- 264
7436
+ 289,
7437
+ 290,
7438
+ 295
6674
7439
  ]
6675
7440
  }
6676
7441
  ],
@@ -6686,14 +7451,14 @@
6686
7451
  {
6687
7452
  "type": "reflection",
6688
7453
  "declaration": {
6689
- "id": 265,
7454
+ "id": 296,
6690
7455
  "name": "__type",
6691
7456
  "kind": 65536,
6692
7457
  "kindString": "Type literal",
6693
7458
  "flags": {},
6694
7459
  "children": [
6695
7460
  {
6696
- "id": 266,
7461
+ "id": 297,
6697
7462
  "name": "schema",
6698
7463
  "kind": 1024,
6699
7464
  "kindString": "Property",
@@ -6715,7 +7480,7 @@
6715
7480
  {
6716
7481
  "title": "Properties",
6717
7482
  "children": [
6718
- 266
7483
+ 297
6719
7484
  ]
6720
7485
  }
6721
7486
  ],
@@ -6740,7 +7505,7 @@
6740
7505
  ],
6741
7506
  "parameters": [
6742
7507
  {
6743
- "id": 268,
7508
+ "id": 299,
6744
7509
  "name": "wrapper",
6745
7510
  "kind": 32768,
6746
7511
  "kindString": "Parameter",
@@ -6765,14 +7530,14 @@
6765
7530
  {
6766
7531
  "type": "reflection",
6767
7532
  "declaration": {
6768
- "id": 269,
7533
+ "id": 300,
6769
7534
  "name": "__type",
6770
7535
  "kind": 65536,
6771
7536
  "kindString": "Type literal",
6772
7537
  "flags": {},
6773
7538
  "children": [
6774
7539
  {
6775
- "id": 270,
7540
+ "id": 301,
6776
7541
  "name": "name",
6777
7542
  "kind": 1024,
6778
7543
  "kindString": "Property",
@@ -6792,7 +7557,7 @@
6792
7557
  }
6793
7558
  },
6794
7559
  {
6795
- "id": 271,
7560
+ "id": 302,
6796
7561
  "name": "security",
6797
7562
  "kind": 1024,
6798
7563
  "kindString": "Property",
@@ -6809,14 +7574,14 @@
6809
7574
  "type": {
6810
7575
  "type": "reflection",
6811
7576
  "declaration": {
6812
- "id": 272,
7577
+ "id": 303,
6813
7578
  "name": "__type",
6814
7579
  "kind": 65536,
6815
7580
  "kindString": "Type literal",
6816
7581
  "flags": {},
6817
7582
  "children": [
6818
7583
  {
6819
- "id": 273,
7584
+ "id": 304,
6820
7585
  "name": "allowAnonymous",
6821
7586
  "kind": 1024,
6822
7587
  "kindString": "Property",
@@ -6836,7 +7601,7 @@
6836
7601
  }
6837
7602
  },
6838
7603
  {
6839
- "id": 274,
7604
+ "id": 305,
6840
7605
  "name": "allowed",
6841
7606
  "kind": 1024,
6842
7607
  "kindString": "Property",
@@ -6880,7 +7645,7 @@
6880
7645
  }
6881
7646
  },
6882
7647
  {
6883
- "id": 275,
7648
+ "id": 306,
6884
7649
  "name": "disallowed",
6885
7650
  "kind": 1024,
6886
7651
  "kindString": "Property",
@@ -6919,9 +7684,9 @@
6919
7684
  {
6920
7685
  "title": "Properties",
6921
7686
  "children": [
6922
- 273,
6923
- 274,
6924
- 275
7687
+ 304,
7688
+ 305,
7689
+ 306
6925
7690
  ]
6926
7691
  }
6927
7692
  ],
@@ -6936,7 +7701,7 @@
6936
7701
  }
6937
7702
  },
6938
7703
  {
6939
- "id": 276,
7704
+ "id": 307,
6940
7705
  "name": "storeQueries",
6941
7706
  "kind": 1024,
6942
7707
  "kindString": "Property",
@@ -6960,9 +7725,9 @@
6960
7725
  {
6961
7726
  "title": "Properties",
6962
7727
  "children": [
6963
- 270,
6964
- 271,
6965
- 276
7728
+ 301,
7729
+ 302,
7730
+ 307
6966
7731
  ]
6967
7732
  }
6968
7733
  ],
@@ -6978,14 +7743,14 @@
6978
7743
  {
6979
7744
  "type": "reflection",
6980
7745
  "declaration": {
6981
- "id": 277,
7746
+ "id": 308,
6982
7747
  "name": "__type",
6983
7748
  "kind": 65536,
6984
7749
  "kindString": "Type literal",
6985
7750
  "flags": {},
6986
7751
  "children": [
6987
7752
  {
6988
- "id": 278,
7753
+ "id": 309,
6989
7754
  "name": "schema",
6990
7755
  "kind": 1024,
6991
7756
  "kindString": "Property",
@@ -7007,7 +7772,7 @@
7007
7772
  {
7008
7773
  "title": "Properties",
7009
7774
  "children": [
7010
- 278
7775
+ 309
7011
7776
  ]
7012
7777
  }
7013
7778
  ],
@@ -7027,7 +7792,7 @@
7027
7792
  },
7028
7793
  {
7029
7794
  "type": "reference",
7030
- "id": 267,
7795
+ "id": 298,
7031
7796
  "name": "T"
7032
7797
  }
7033
7798
  ],
@@ -7035,7 +7800,7 @@
7035
7800
  }
7036
7801
  },
7037
7802
  {
7038
- "id": 279,
7803
+ "id": 310,
7039
7804
  "name": "nameOrAddress",
7040
7805
  "kind": 32768,
7041
7806
  "kindString": "Parameter",
@@ -7058,7 +7823,7 @@
7058
7823
  },
7059
7824
  {
7060
7825
  "type": "reference",
7061
- "id": 267,
7826
+ "id": 298,
7062
7827
  "name": "T"
7063
7828
  }
7064
7829
  ]
@@ -7080,7 +7845,7 @@
7080
7845
  }
7081
7846
  },
7082
7847
  {
7083
- "id": 332,
7848
+ "id": 363,
7084
7849
  "name": "sendQuery",
7085
7850
  "kind": 2048,
7086
7851
  "kindString": "Method",
@@ -7096,14 +7861,14 @@
7096
7861
  ],
7097
7862
  "signatures": [
7098
7863
  {
7099
- "id": 333,
7864
+ "id": 364,
7100
7865
  "name": "sendQuery",
7101
7866
  "kind": 4096,
7102
7867
  "kindString": "Call signature",
7103
7868
  "flags": {},
7104
7869
  "typeParameter": [
7105
7870
  {
7106
- "id": 338,
7871
+ "id": 369,
7107
7872
  "name": "T",
7108
7873
  "kind": 131072,
7109
7874
  "kindString": "Type parameter",
@@ -7129,14 +7894,14 @@
7129
7894
  {
7130
7895
  "type": "reflection",
7131
7896
  "declaration": {
7132
- "id": 334,
7897
+ "id": 365,
7133
7898
  "name": "__type",
7134
7899
  "kind": 65536,
7135
7900
  "kindString": "Type literal",
7136
7901
  "flags": {},
7137
7902
  "children": [
7138
7903
  {
7139
- "id": 335,
7904
+ "id": 366,
7140
7905
  "name": "schema",
7141
7906
  "kind": 1024,
7142
7907
  "kindString": "Property",
@@ -7158,7 +7923,7 @@
7158
7923
  {
7159
7924
  "title": "Properties",
7160
7925
  "children": [
7161
- 335
7926
+ 366
7162
7927
  ]
7163
7928
  }
7164
7929
  ],
@@ -7194,14 +7959,14 @@
7194
7959
  {
7195
7960
  "type": "reflection",
7196
7961
  "declaration": {
7197
- "id": 336,
7962
+ "id": 367,
7198
7963
  "name": "__type",
7199
7964
  "kind": 65536,
7200
7965
  "kindString": "Type literal",
7201
7966
  "flags": {},
7202
7967
  "children": [
7203
7968
  {
7204
- "id": 337,
7969
+ "id": 368,
7205
7970
  "name": "schema",
7206
7971
  "kind": 1024,
7207
7972
  "kindString": "Property",
@@ -7223,7 +7988,7 @@
7223
7988
  {
7224
7989
  "title": "Properties",
7225
7990
  "children": [
7226
- 337
7991
+ 368
7227
7992
  ]
7228
7993
  }
7229
7994
  ],
@@ -7247,19 +8012,19 @@
7247
8012
  ],
7248
8013
  "parameters": [
7249
8014
  {
7250
- "id": 339,
8015
+ "id": 370,
7251
8016
  "name": "queryPayload",
7252
8017
  "kind": 32768,
7253
8018
  "kindString": "Parameter",
7254
8019
  "flags": {},
7255
8020
  "type": {
7256
8021
  "type": "reference",
7257
- "id": 338,
8022
+ "id": 369,
7258
8023
  "name": "T"
7259
8024
  }
7260
8025
  },
7261
8026
  {
7262
- "id": 340,
8027
+ "id": 371,
7263
8028
  "name": "payloads",
7264
8029
  "kind": 32768,
7265
8030
  "kindString": "Parameter",
@@ -7283,14 +8048,14 @@
7283
8048
  {
7284
8049
  "type": "reflection",
7285
8050
  "declaration": {
7286
- "id": 341,
8051
+ "id": 372,
7287
8052
  "name": "__type",
7288
8053
  "kind": 65536,
7289
8054
  "kindString": "Type literal",
7290
8055
  "flags": {},
7291
8056
  "children": [
7292
8057
  {
7293
- "id": 342,
8058
+ "id": 373,
7294
8059
  "name": "schema",
7295
8060
  "kind": 1024,
7296
8061
  "kindString": "Property",
@@ -7312,7 +8077,7 @@
7312
8077
  {
7313
8078
  "title": "Properties",
7314
8079
  "children": [
7315
- 342
8080
+ 373
7316
8081
  ]
7317
8082
  }
7318
8083
  ],
@@ -7351,14 +8116,14 @@
7351
8116
  {
7352
8117
  "type": "reflection",
7353
8118
  "declaration": {
7354
- "id": 343,
8119
+ "id": 374,
7355
8120
  "name": "__type",
7356
8121
  "kind": 65536,
7357
8122
  "kindString": "Type literal",
7358
8123
  "flags": {},
7359
8124
  "children": [
7360
8125
  {
7361
- "id": 344,
8126
+ "id": 375,
7362
8127
  "name": "schema",
7363
8128
  "kind": 1024,
7364
8129
  "kindString": "Property",
@@ -7380,7 +8145,7 @@
7380
8145
  {
7381
8146
  "title": "Properties",
7382
8147
  "children": [
7383
- 344
8148
+ 375
7384
8149
  ]
7385
8150
  }
7386
8151
  ],
@@ -7413,7 +8178,7 @@
7413
8178
  }
7414
8179
  },
7415
8180
  {
7416
- "id": 345,
8181
+ "id": 376,
7417
8182
  "name": "throwErrors",
7418
8183
  "kind": 2048,
7419
8184
  "kindString": "Method",
@@ -7429,14 +8194,14 @@
7429
8194
  ],
7430
8195
  "signatures": [
7431
8196
  {
7432
- "id": 346,
8197
+ "id": 377,
7433
8198
  "name": "throwErrors",
7434
8199
  "kind": 4096,
7435
8200
  "kindString": "Call signature",
7436
8201
  "flags": {},
7437
8202
  "parameters": [
7438
8203
  {
7439
- "id": 347,
8204
+ "id": 378,
7440
8205
  "name": "query",
7441
8206
  "kind": 32768,
7442
8207
  "kindString": "Parameter",
@@ -7462,14 +8227,14 @@
7462
8227
  {
7463
8228
  "type": "reflection",
7464
8229
  "declaration": {
7465
- "id": 348,
8230
+ "id": 379,
7466
8231
  "name": "__type",
7467
8232
  "kind": 65536,
7468
8233
  "kindString": "Type literal",
7469
8234
  "flags": {},
7470
8235
  "children": [
7471
8236
  {
7472
- "id": 349,
8237
+ "id": 380,
7473
8238
  "name": "query",
7474
8239
  "kind": 1024,
7475
8240
  "kindString": "Property",
@@ -7487,7 +8252,7 @@
7487
8252
  }
7488
8253
  },
7489
8254
  {
7490
- "id": 350,
8255
+ "id": 381,
7491
8256
  "name": "resultSet",
7492
8257
  "kind": 1024,
7493
8258
  "kindString": "Property",
@@ -7507,7 +8272,7 @@
7507
8272
  }
7508
8273
  },
7509
8274
  {
7510
- "id": 351,
8275
+ "id": 382,
7511
8276
  "name": "schema",
7512
8277
  "kind": 1024,
7513
8278
  "kindString": "Property",
@@ -7529,9 +8294,9 @@
7529
8294
  {
7530
8295
  "title": "Properties",
7531
8296
  "children": [
7532
- 349,
7533
- 350,
7534
- 351
8297
+ 380,
8298
+ 381,
8299
+ 382
7535
8300
  ]
7536
8301
  }
7537
8302
  ],
@@ -7563,14 +8328,14 @@
7563
8328
  {
7564
8329
  "type": "reflection",
7565
8330
  "declaration": {
7566
- "id": 352,
8331
+ "id": 383,
7567
8332
  "name": "__type",
7568
8333
  "kind": 65536,
7569
8334
  "kindString": "Type literal",
7570
8335
  "flags": {},
7571
8336
  "children": [
7572
8337
  {
7573
- "id": 353,
8338
+ "id": 384,
7574
8339
  "name": "schema",
7575
8340
  "kind": 1024,
7576
8341
  "kindString": "Property",
@@ -7592,7 +8357,7 @@
7592
8357
  {
7593
8358
  "title": "Properties",
7594
8359
  "children": [
7595
- 353
8360
+ 384
7596
8361
  ]
7597
8362
  }
7598
8363
  ],
@@ -7614,7 +8379,7 @@
7614
8379
  }
7615
8380
  },
7616
8381
  {
7617
- "id": 354,
8382
+ "id": 385,
7618
8383
  "name": "result",
7619
8384
  "kind": 32768,
7620
8385
  "kindString": "Parameter",
@@ -7643,14 +8408,14 @@
7643
8408
  {
7644
8409
  "type": "reflection",
7645
8410
  "declaration": {
7646
- "id": 355,
8411
+ "id": 386,
7647
8412
  "name": "__type",
7648
8413
  "kind": 65536,
7649
8414
  "kindString": "Type literal",
7650
8415
  "flags": {},
7651
8416
  "children": [
7652
8417
  {
7653
- "id": 356,
8418
+ "id": 387,
7654
8419
  "name": "schema",
7655
8420
  "kind": 1024,
7656
8421
  "kindString": "Property",
@@ -7672,7 +8437,7 @@
7672
8437
  {
7673
8438
  "title": "Properties",
7674
8439
  "children": [
7675
- 356
8440
+ 387
7676
8441
  ]
7677
8442
  }
7678
8443
  ],
@@ -7720,7 +8485,7 @@
7720
8485
  "sources": [
7721
8486
  {
7722
8487
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
7723
- "line": 26,
8488
+ "line": 25,
7724
8489
  "character": 11
7725
8490
  }
7726
8491
  ],
@@ -8043,7 +8808,7 @@
8043
8808
  "sources": [
8044
8809
  {
8045
8810
  "fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
8046
- "line": 27,
8811
+ "line": 26,
8047
8812
  "character": 11
8048
8813
  }
8049
8814
  ],
@@ -8371,7 +9136,7 @@
8371
9136
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
8372
9137
  "line": 29,
8373
9138
  "character": 18,
8374
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L29"
9139
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L29"
8375
9140
  }
8376
9141
  ],
8377
9142
  "signatures": [
@@ -8678,7 +9443,7 @@
8678
9443
  },
8679
9444
  "type": {
8680
9445
  "type": "reference",
8681
- "name": "Account"
9446
+ "name": "AccountInstance"
8682
9447
  }
8683
9448
  }
8684
9449
  ],
@@ -8720,7 +9485,7 @@
8720
9485
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
8721
9486
  "line": 40,
8722
9487
  "character": 18,
8723
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L40"
9488
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L40"
8724
9489
  }
8725
9490
  ],
8726
9491
  "signatures": [
@@ -9027,7 +9792,7 @@
9027
9792
  },
9028
9793
  "type": {
9029
9794
  "type": "reference",
9030
- "name": "Account"
9795
+ "name": "AccountInstance"
9031
9796
  }
9032
9797
  }
9033
9798
  ],
@@ -9060,6 +9825,7 @@
9060
9825
  "children": [
9061
9826
  104,
9062
9827
  105,
9828
+ 132,
9063
9829
  2
9064
9830
  ]
9065
9831
  },
@@ -9077,23 +9843,23 @@
9077
9843
  "title": "Methods",
9078
9844
  "children": [
9079
9845
  71,
9080
- 280,
9081
- 298,
9846
+ 311,
9847
+ 329,
9082
9848
  75,
9083
9849
  77,
9084
9850
  81,
9085
9851
  126,
9086
9852
  128,
9087
- 316,
9853
+ 347,
9088
9854
  84,
9089
9855
  92,
9090
9856
  97,
9091
- 132,
9092
- 149,
9093
- 164,
9094
- 211,
9095
- 332,
9096
- 345,
9857
+ 163,
9858
+ 180,
9859
+ 195,
9860
+ 242,
9861
+ 363,
9862
+ 376,
9097
9863
  31,
9098
9864
  44,
9099
9865
  3,
@@ -9106,7 +9872,7 @@
9106
9872
  "fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
9107
9873
  "line": 26,
9108
9874
  "character": 13,
9109
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L26"
9875
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L26"
9110
9876
  }
9111
9877
  ],
9112
9878
  "extendedTypes": [
@@ -9136,7 +9902,7 @@
9136
9902
  "fileName": "modules/packages/archivist/packages/wrapper/src/index.ts",
9137
9903
  "line": 1,
9138
9904
  "character": 0,
9139
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/modules/packages/archivist/packages/wrapper/src/index.ts#L1"
9905
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/modules/packages/archivist/packages/wrapper/src/index.ts#L1"
9140
9906
  }
9141
9907
  ]
9142
9908
  }