@xyo-network/archivist-wrapper 2.46.3 → 2.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ArchivistWrapper.js +19 -3
- package/dist/cjs/ArchivistWrapper.js.map +1 -1
- package/dist/docs.json +592 -892
- package/dist/esm/ArchivistWrapper.js +14 -0
- package/dist/esm/ArchivistWrapper.js.map +1 -1
- package/dist/types/ArchivistWrapper.d.ts +4 -1
- package/dist/types/ArchivistWrapper.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/ArchivistWrapper.ts +17 -1
package/dist/docs.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 51,
|
|
18
18
|
"name": "constructor",
|
|
19
19
|
"kind": 512,
|
|
20
20
|
"kindString": "Constructor",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
],
|
|
29
29
|
"signatures": [
|
|
30
30
|
{
|
|
31
|
-
"id":
|
|
31
|
+
"id": 52,
|
|
32
32
|
"name": "new ArchivistWrapper",
|
|
33
33
|
"kind": 16384,
|
|
34
34
|
"kindString": "Constructor signature",
|
|
35
35
|
"flags": {},
|
|
36
36
|
"parameters": [
|
|
37
37
|
{
|
|
38
|
-
"id":
|
|
38
|
+
"id": 53,
|
|
39
39
|
"name": "module",
|
|
40
40
|
"kind": 32768,
|
|
41
41
|
"kindString": "Parameter",
|
|
@@ -57,14 +57,14 @@
|
|
|
57
57
|
{
|
|
58
58
|
"type": "reflection",
|
|
59
59
|
"declaration": {
|
|
60
|
-
"id":
|
|
60
|
+
"id": 54,
|
|
61
61
|
"name": "__type",
|
|
62
62
|
"kind": 65536,
|
|
63
63
|
"kindString": "Type literal",
|
|
64
64
|
"flags": {},
|
|
65
65
|
"children": [
|
|
66
66
|
{
|
|
67
|
-
"id":
|
|
67
|
+
"id": 55,
|
|
68
68
|
"name": "name",
|
|
69
69
|
"kind": 1024,
|
|
70
70
|
"kindString": "Property",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
|
-
"id":
|
|
87
|
+
"id": 56,
|
|
88
88
|
"name": "security",
|
|
89
89
|
"kind": 1024,
|
|
90
90
|
"kindString": "Property",
|
|
@@ -101,15 +101,15 @@
|
|
|
101
101
|
"type": {
|
|
102
102
|
"type": "reflection",
|
|
103
103
|
"declaration": {
|
|
104
|
-
"id":
|
|
104
|
+
"id": 57,
|
|
105
105
|
"name": "__type",
|
|
106
106
|
"kind": 65536,
|
|
107
107
|
"kindString": "Type literal",
|
|
108
108
|
"flags": {},
|
|
109
109
|
"children": [
|
|
110
110
|
{
|
|
111
|
-
"id":
|
|
112
|
-
"name": "
|
|
111
|
+
"id": 58,
|
|
112
|
+
"name": "allowAnonymous",
|
|
113
113
|
"kind": 1024,
|
|
114
114
|
"kindString": "Property",
|
|
115
115
|
"flags": {
|
|
@@ -122,6 +122,26 @@
|
|
|
122
122
|
"character": 8
|
|
123
123
|
}
|
|
124
124
|
],
|
|
125
|
+
"type": {
|
|
126
|
+
"type": "intrinsic",
|
|
127
|
+
"name": "boolean"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 59,
|
|
132
|
+
"name": "allowed",
|
|
133
|
+
"kind": 1024,
|
|
134
|
+
"kindString": "Property",
|
|
135
|
+
"flags": {
|
|
136
|
+
"isOptional": true
|
|
137
|
+
},
|
|
138
|
+
"sources": [
|
|
139
|
+
{
|
|
140
|
+
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
141
|
+
"line": 12,
|
|
142
|
+
"character": 8
|
|
143
|
+
}
|
|
144
|
+
],
|
|
125
145
|
"type": {
|
|
126
146
|
"type": "reference",
|
|
127
147
|
"typeArguments": [
|
|
@@ -152,7 +172,7 @@
|
|
|
152
172
|
}
|
|
153
173
|
},
|
|
154
174
|
{
|
|
155
|
-
"id":
|
|
175
|
+
"id": 60,
|
|
156
176
|
"name": "disallowed",
|
|
157
177
|
"kind": 1024,
|
|
158
178
|
"kindString": "Property",
|
|
@@ -162,7 +182,7 @@
|
|
|
162
182
|
"sources": [
|
|
163
183
|
{
|
|
164
184
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
165
|
-
"line":
|
|
185
|
+
"line": 13,
|
|
166
186
|
"character": 8
|
|
167
187
|
}
|
|
168
188
|
],
|
|
@@ -191,8 +211,9 @@
|
|
|
191
211
|
{
|
|
192
212
|
"title": "Properties",
|
|
193
213
|
"children": [
|
|
194
|
-
|
|
195
|
-
|
|
214
|
+
58,
|
|
215
|
+
59,
|
|
216
|
+
60
|
|
196
217
|
]
|
|
197
218
|
}
|
|
198
219
|
],
|
|
@@ -211,8 +232,8 @@
|
|
|
211
232
|
{
|
|
212
233
|
"title": "Properties",
|
|
213
234
|
"children": [
|
|
214
|
-
|
|
215
|
-
|
|
235
|
+
55,
|
|
236
|
+
56
|
|
216
237
|
]
|
|
217
238
|
}
|
|
218
239
|
],
|
|
@@ -228,14 +249,14 @@
|
|
|
228
249
|
{
|
|
229
250
|
"type": "reflection",
|
|
230
251
|
"declaration": {
|
|
231
|
-
"id":
|
|
252
|
+
"id": 61,
|
|
232
253
|
"name": "__type",
|
|
233
254
|
"kind": 65536,
|
|
234
255
|
"kindString": "Type literal",
|
|
235
256
|
"flags": {},
|
|
236
257
|
"children": [
|
|
237
258
|
{
|
|
238
|
-
"id":
|
|
259
|
+
"id": 62,
|
|
239
260
|
"name": "schema",
|
|
240
261
|
"kind": 1024,
|
|
241
262
|
"kindString": "Property",
|
|
@@ -257,7 +278,7 @@
|
|
|
257
278
|
{
|
|
258
279
|
"title": "Properties",
|
|
259
280
|
"children": [
|
|
260
|
-
|
|
281
|
+
62
|
|
261
282
|
]
|
|
262
283
|
}
|
|
263
284
|
],
|
|
@@ -277,7 +298,7 @@
|
|
|
277
298
|
}
|
|
278
299
|
},
|
|
279
300
|
{
|
|
280
|
-
"id":
|
|
301
|
+
"id": 63,
|
|
281
302
|
"name": "account",
|
|
282
303
|
"kind": 32768,
|
|
283
304
|
"kindString": "Parameter",
|
|
@@ -307,7 +328,7 @@
|
|
|
307
328
|
}
|
|
308
329
|
},
|
|
309
330
|
{
|
|
310
|
-
"id":
|
|
331
|
+
"id": 97,
|
|
311
332
|
"name": "account",
|
|
312
333
|
"kind": 1024,
|
|
313
334
|
"kindString": "Property",
|
|
@@ -333,7 +354,7 @@
|
|
|
333
354
|
}
|
|
334
355
|
},
|
|
335
356
|
{
|
|
336
|
-
"id":
|
|
357
|
+
"id": 98,
|
|
337
358
|
"name": "module",
|
|
338
359
|
"kind": 1024,
|
|
339
360
|
"kindString": "Property",
|
|
@@ -364,14 +385,14 @@
|
|
|
364
385
|
{
|
|
365
386
|
"type": "reflection",
|
|
366
387
|
"declaration": {
|
|
367
|
-
"id":
|
|
388
|
+
"id": 99,
|
|
368
389
|
"name": "__type",
|
|
369
390
|
"kind": 65536,
|
|
370
391
|
"kindString": "Type literal",
|
|
371
392
|
"flags": {},
|
|
372
393
|
"children": [
|
|
373
394
|
{
|
|
374
|
-
"id":
|
|
395
|
+
"id": 100,
|
|
375
396
|
"name": "name",
|
|
376
397
|
"kind": 1024,
|
|
377
398
|
"kindString": "Property",
|
|
@@ -391,7 +412,7 @@
|
|
|
391
412
|
}
|
|
392
413
|
},
|
|
393
414
|
{
|
|
394
|
-
"id":
|
|
415
|
+
"id": 101,
|
|
395
416
|
"name": "security",
|
|
396
417
|
"kind": 1024,
|
|
397
418
|
"kindString": "Property",
|
|
@@ -408,15 +429,15 @@
|
|
|
408
429
|
"type": {
|
|
409
430
|
"type": "reflection",
|
|
410
431
|
"declaration": {
|
|
411
|
-
"id":
|
|
432
|
+
"id": 102,
|
|
412
433
|
"name": "__type",
|
|
413
434
|
"kind": 65536,
|
|
414
435
|
"kindString": "Type literal",
|
|
415
436
|
"flags": {},
|
|
416
437
|
"children": [
|
|
417
438
|
{
|
|
418
|
-
"id":
|
|
419
|
-
"name": "
|
|
439
|
+
"id": 103,
|
|
440
|
+
"name": "allowAnonymous",
|
|
420
441
|
"kind": 1024,
|
|
421
442
|
"kindString": "Property",
|
|
422
443
|
"flags": {
|
|
@@ -429,6 +450,26 @@
|
|
|
429
450
|
"character": 8
|
|
430
451
|
}
|
|
431
452
|
],
|
|
453
|
+
"type": {
|
|
454
|
+
"type": "intrinsic",
|
|
455
|
+
"name": "boolean"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": 104,
|
|
460
|
+
"name": "allowed",
|
|
461
|
+
"kind": 1024,
|
|
462
|
+
"kindString": "Property",
|
|
463
|
+
"flags": {
|
|
464
|
+
"isOptional": true
|
|
465
|
+
},
|
|
466
|
+
"sources": [
|
|
467
|
+
{
|
|
468
|
+
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
469
|
+
"line": 12,
|
|
470
|
+
"character": 8
|
|
471
|
+
}
|
|
472
|
+
],
|
|
432
473
|
"type": {
|
|
433
474
|
"type": "reference",
|
|
434
475
|
"typeArguments": [
|
|
@@ -459,7 +500,7 @@
|
|
|
459
500
|
}
|
|
460
501
|
},
|
|
461
502
|
{
|
|
462
|
-
"id":
|
|
503
|
+
"id": 105,
|
|
463
504
|
"name": "disallowed",
|
|
464
505
|
"kind": 1024,
|
|
465
506
|
"kindString": "Property",
|
|
@@ -469,7 +510,7 @@
|
|
|
469
510
|
"sources": [
|
|
470
511
|
{
|
|
471
512
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
472
|
-
"line":
|
|
513
|
+
"line": 13,
|
|
473
514
|
"character": 8
|
|
474
515
|
}
|
|
475
516
|
],
|
|
@@ -498,8 +539,9 @@
|
|
|
498
539
|
{
|
|
499
540
|
"title": "Properties",
|
|
500
541
|
"children": [
|
|
501
|
-
|
|
502
|
-
|
|
542
|
+
103,
|
|
543
|
+
104,
|
|
544
|
+
105
|
|
503
545
|
]
|
|
504
546
|
}
|
|
505
547
|
],
|
|
@@ -518,8 +560,8 @@
|
|
|
518
560
|
{
|
|
519
561
|
"title": "Properties",
|
|
520
562
|
"children": [
|
|
521
|
-
|
|
522
|
-
|
|
563
|
+
100,
|
|
564
|
+
101
|
|
523
565
|
]
|
|
524
566
|
}
|
|
525
567
|
],
|
|
@@ -535,14 +577,14 @@
|
|
|
535
577
|
{
|
|
536
578
|
"type": "reflection",
|
|
537
579
|
"declaration": {
|
|
538
|
-
"id":
|
|
580
|
+
"id": 106,
|
|
539
581
|
"name": "__type",
|
|
540
582
|
"kind": 65536,
|
|
541
583
|
"kindString": "Type literal",
|
|
542
584
|
"flags": {},
|
|
543
585
|
"children": [
|
|
544
586
|
{
|
|
545
|
-
"id":
|
|
587
|
+
"id": 107,
|
|
546
588
|
"name": "schema",
|
|
547
589
|
"kind": 1024,
|
|
548
590
|
"kindString": "Property",
|
|
@@ -564,7 +606,7 @@
|
|
|
564
606
|
{
|
|
565
607
|
"title": "Properties",
|
|
566
608
|
"children": [
|
|
567
|
-
|
|
609
|
+
107
|
|
568
610
|
]
|
|
569
611
|
}
|
|
570
612
|
],
|
|
@@ -597,9 +639,10 @@
|
|
|
597
639
|
},
|
|
598
640
|
"sources": [
|
|
599
641
|
{
|
|
600
|
-
"fileName": "modules/packages/
|
|
601
|
-
"line":
|
|
602
|
-
"character":
|
|
642
|
+
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
643
|
+
"line": 26,
|
|
644
|
+
"character": 9,
|
|
645
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L26"
|
|
603
646
|
}
|
|
604
647
|
],
|
|
605
648
|
"type": {
|
|
@@ -609,13 +652,14 @@
|
|
|
609
652
|
"name": "string"
|
|
610
653
|
}
|
|
611
654
|
},
|
|
612
|
-
"
|
|
655
|
+
"defaultValue": "...",
|
|
656
|
+
"overwrites": {
|
|
613
657
|
"type": "reference",
|
|
614
658
|
"name": "ModuleWrapper.requiredQueries"
|
|
615
659
|
}
|
|
616
660
|
},
|
|
617
661
|
{
|
|
618
|
-
"id":
|
|
662
|
+
"id": 108,
|
|
619
663
|
"name": "address",
|
|
620
664
|
"kind": 262144,
|
|
621
665
|
"kindString": "Accessor",
|
|
@@ -628,7 +672,7 @@
|
|
|
628
672
|
}
|
|
629
673
|
],
|
|
630
674
|
"getSignature": {
|
|
631
|
-
"id":
|
|
675
|
+
"id": 109,
|
|
632
676
|
"name": "address",
|
|
633
677
|
"kind": 524288,
|
|
634
678
|
"kindString": "Get signature",
|
|
@@ -656,7 +700,7 @@
|
|
|
656
700
|
}
|
|
657
701
|
},
|
|
658
702
|
{
|
|
659
|
-
"id":
|
|
703
|
+
"id": 110,
|
|
660
704
|
"name": "config",
|
|
661
705
|
"kind": 262144,
|
|
662
706
|
"kindString": "Accessor",
|
|
@@ -669,7 +713,7 @@
|
|
|
669
713
|
}
|
|
670
714
|
],
|
|
671
715
|
"getSignature": {
|
|
672
|
-
"id":
|
|
716
|
+
"id": 111,
|
|
673
717
|
"name": "config",
|
|
674
718
|
"kind": 524288,
|
|
675
719
|
"kindString": "Get signature",
|
|
@@ -704,7 +748,7 @@
|
|
|
704
748
|
}
|
|
705
749
|
},
|
|
706
750
|
{
|
|
707
|
-
"id":
|
|
751
|
+
"id": 112,
|
|
708
752
|
"name": "queries",
|
|
709
753
|
"kind": 262144,
|
|
710
754
|
"kindString": "Accessor",
|
|
@@ -717,7 +761,7 @@
|
|
|
717
761
|
}
|
|
718
762
|
],
|
|
719
763
|
"getSignature": {
|
|
720
|
-
"id":
|
|
764
|
+
"id": 113,
|
|
721
765
|
"name": "queries",
|
|
722
766
|
"kind": 524288,
|
|
723
767
|
"kindString": "Get signature",
|
|
@@ -748,7 +792,7 @@
|
|
|
748
792
|
}
|
|
749
793
|
},
|
|
750
794
|
{
|
|
751
|
-
"id":
|
|
795
|
+
"id": 114,
|
|
752
796
|
"name": "resolver",
|
|
753
797
|
"kind": 262144,
|
|
754
798
|
"kindString": "Accessor",
|
|
@@ -761,7 +805,7 @@
|
|
|
761
805
|
}
|
|
762
806
|
],
|
|
763
807
|
"getSignature": {
|
|
764
|
-
"id":
|
|
808
|
+
"id": 115,
|
|
765
809
|
"name": "resolver",
|
|
766
810
|
"kind": 524288,
|
|
767
811
|
"kindString": "Get signature",
|
|
@@ -793,14 +837,14 @@
|
|
|
793
837
|
{
|
|
794
838
|
"type": "reflection",
|
|
795
839
|
"declaration": {
|
|
796
|
-
"id":
|
|
840
|
+
"id": 116,
|
|
797
841
|
"name": "__type",
|
|
798
842
|
"kind": 65536,
|
|
799
843
|
"kindString": "Type literal",
|
|
800
844
|
"flags": {},
|
|
801
845
|
"children": [
|
|
802
846
|
{
|
|
803
|
-
"id":
|
|
847
|
+
"id": 117,
|
|
804
848
|
"name": "name",
|
|
805
849
|
"kind": 1024,
|
|
806
850
|
"kindString": "Property",
|
|
@@ -820,7 +864,7 @@
|
|
|
820
864
|
}
|
|
821
865
|
},
|
|
822
866
|
{
|
|
823
|
-
"id":
|
|
867
|
+
"id": 118,
|
|
824
868
|
"name": "security",
|
|
825
869
|
"kind": 1024,
|
|
826
870
|
"kindString": "Property",
|
|
@@ -837,15 +881,15 @@
|
|
|
837
881
|
"type": {
|
|
838
882
|
"type": "reflection",
|
|
839
883
|
"declaration": {
|
|
840
|
-
"id":
|
|
884
|
+
"id": 119,
|
|
841
885
|
"name": "__type",
|
|
842
886
|
"kind": 65536,
|
|
843
887
|
"kindString": "Type literal",
|
|
844
888
|
"flags": {},
|
|
845
889
|
"children": [
|
|
846
890
|
{
|
|
847
|
-
"id":
|
|
848
|
-
"name": "
|
|
891
|
+
"id": 120,
|
|
892
|
+
"name": "allowAnonymous",
|
|
849
893
|
"kind": 1024,
|
|
850
894
|
"kindString": "Property",
|
|
851
895
|
"flags": {
|
|
@@ -858,6 +902,26 @@
|
|
|
858
902
|
"character": 12
|
|
859
903
|
}
|
|
860
904
|
],
|
|
905
|
+
"type": {
|
|
906
|
+
"type": "intrinsic",
|
|
907
|
+
"name": "boolean"
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"id": 121,
|
|
912
|
+
"name": "allowed",
|
|
913
|
+
"kind": 1024,
|
|
914
|
+
"kindString": "Property",
|
|
915
|
+
"flags": {
|
|
916
|
+
"isOptional": true
|
|
917
|
+
},
|
|
918
|
+
"sources": [
|
|
919
|
+
{
|
|
920
|
+
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
921
|
+
"line": 27,
|
|
922
|
+
"character": 12
|
|
923
|
+
}
|
|
924
|
+
],
|
|
861
925
|
"type": {
|
|
862
926
|
"type": "reference",
|
|
863
927
|
"typeArguments": [
|
|
@@ -888,7 +952,7 @@
|
|
|
888
952
|
}
|
|
889
953
|
},
|
|
890
954
|
{
|
|
891
|
-
"id":
|
|
955
|
+
"id": 122,
|
|
892
956
|
"name": "disallowed",
|
|
893
957
|
"kind": 1024,
|
|
894
958
|
"kindString": "Property",
|
|
@@ -898,7 +962,7 @@
|
|
|
898
962
|
"sources": [
|
|
899
963
|
{
|
|
900
964
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
901
|
-
"line":
|
|
965
|
+
"line": 28,
|
|
902
966
|
"character": 12
|
|
903
967
|
}
|
|
904
968
|
],
|
|
@@ -927,8 +991,9 @@
|
|
|
927
991
|
{
|
|
928
992
|
"title": "Properties",
|
|
929
993
|
"children": [
|
|
930
|
-
|
|
931
|
-
|
|
994
|
+
120,
|
|
995
|
+
121,
|
|
996
|
+
122
|
|
932
997
|
]
|
|
933
998
|
}
|
|
934
999
|
],
|
|
@@ -947,8 +1012,8 @@
|
|
|
947
1012
|
{
|
|
948
1013
|
"title": "Properties",
|
|
949
1014
|
"children": [
|
|
950
|
-
|
|
951
|
-
|
|
1015
|
+
117,
|
|
1016
|
+
118
|
|
952
1017
|
]
|
|
953
1018
|
}
|
|
954
1019
|
],
|
|
@@ -964,14 +1029,14 @@
|
|
|
964
1029
|
{
|
|
965
1030
|
"type": "reflection",
|
|
966
1031
|
"declaration": {
|
|
967
|
-
"id":
|
|
1032
|
+
"id": 123,
|
|
968
1033
|
"name": "__type",
|
|
969
1034
|
"kind": 65536,
|
|
970
1035
|
"kindString": "Type literal",
|
|
971
1036
|
"flags": {},
|
|
972
1037
|
"children": [
|
|
973
1038
|
{
|
|
974
|
-
"id":
|
|
1039
|
+
"id": 124,
|
|
975
1040
|
"name": "schema",
|
|
976
1041
|
"kind": 1024,
|
|
977
1042
|
"kindString": "Property",
|
|
@@ -979,7 +1044,7 @@
|
|
|
979
1044
|
"sources": [
|
|
980
1045
|
{
|
|
981
1046
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
982
|
-
"line":
|
|
1047
|
+
"line": 31,
|
|
983
1048
|
"character": 8
|
|
984
1049
|
}
|
|
985
1050
|
],
|
|
@@ -993,14 +1058,14 @@
|
|
|
993
1058
|
{
|
|
994
1059
|
"title": "Properties",
|
|
995
1060
|
"children": [
|
|
996
|
-
|
|
1061
|
+
124
|
|
997
1062
|
]
|
|
998
1063
|
}
|
|
999
1064
|
],
|
|
1000
1065
|
"sources": [
|
|
1001
1066
|
{
|
|
1002
1067
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
1003
|
-
"line":
|
|
1068
|
+
"line": 30,
|
|
1004
1069
|
"character": 8
|
|
1005
1070
|
}
|
|
1006
1071
|
]
|
|
@@ -1035,7 +1100,7 @@
|
|
|
1035
1100
|
}
|
|
1036
1101
|
},
|
|
1037
1102
|
{
|
|
1038
|
-
"id":
|
|
1103
|
+
"id": 64,
|
|
1039
1104
|
"name": "all",
|
|
1040
1105
|
"kind": 2048,
|
|
1041
1106
|
"kindString": "Method",
|
|
@@ -1045,14 +1110,14 @@
|
|
|
1045
1110
|
"sources": [
|
|
1046
1111
|
{
|
|
1047
1112
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
1048
|
-
"line":
|
|
1113
|
+
"line": 41,
|
|
1049
1114
|
"character": 15,
|
|
1050
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1115
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L41"
|
|
1051
1116
|
}
|
|
1052
1117
|
],
|
|
1053
1118
|
"signatures": [
|
|
1054
1119
|
{
|
|
1055
|
-
"id":
|
|
1120
|
+
"id": 65,
|
|
1056
1121
|
"name": "all",
|
|
1057
1122
|
"kind": 4096,
|
|
1058
1123
|
"kindString": "Call signature",
|
|
@@ -1076,14 +1141,14 @@
|
|
|
1076
1141
|
{
|
|
1077
1142
|
"type": "reflection",
|
|
1078
1143
|
"declaration": {
|
|
1079
|
-
"id":
|
|
1144
|
+
"id": 66,
|
|
1080
1145
|
"name": "__type",
|
|
1081
1146
|
"kind": 65536,
|
|
1082
1147
|
"kindString": "Type literal",
|
|
1083
1148
|
"flags": {},
|
|
1084
1149
|
"children": [
|
|
1085
1150
|
{
|
|
1086
|
-
"id":
|
|
1151
|
+
"id": 67,
|
|
1087
1152
|
"name": "schema",
|
|
1088
1153
|
"kind": 1024,
|
|
1089
1154
|
"kindString": "Property",
|
|
@@ -1105,7 +1170,7 @@
|
|
|
1105
1170
|
{
|
|
1106
1171
|
"title": "Properties",
|
|
1107
1172
|
"children": [
|
|
1108
|
-
|
|
1173
|
+
67
|
|
1109
1174
|
]
|
|
1110
1175
|
}
|
|
1111
1176
|
],
|
|
@@ -1138,7 +1203,7 @@
|
|
|
1138
1203
|
}
|
|
1139
1204
|
},
|
|
1140
1205
|
{
|
|
1141
|
-
"id":
|
|
1206
|
+
"id": 175,
|
|
1142
1207
|
"name": "bindQuery",
|
|
1143
1208
|
"kind": 2048,
|
|
1144
1209
|
"kindString": "Method",
|
|
@@ -1148,20 +1213,20 @@
|
|
|
1148
1213
|
"sources": [
|
|
1149
1214
|
{
|
|
1150
1215
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
1151
|
-
"line":
|
|
1216
|
+
"line": 42,
|
|
1152
1217
|
"character": 14
|
|
1153
1218
|
}
|
|
1154
1219
|
],
|
|
1155
1220
|
"signatures": [
|
|
1156
1221
|
{
|
|
1157
|
-
"id":
|
|
1222
|
+
"id": 176,
|
|
1158
1223
|
"name": "bindQuery",
|
|
1159
1224
|
"kind": 4096,
|
|
1160
1225
|
"kindString": "Call signature",
|
|
1161
1226
|
"flags": {},
|
|
1162
1227
|
"typeParameter": [
|
|
1163
1228
|
{
|
|
1164
|
-
"id":
|
|
1229
|
+
"id": 181,
|
|
1165
1230
|
"name": "T",
|
|
1166
1231
|
"kind": 131072,
|
|
1167
1232
|
"kindString": "Type parameter",
|
|
@@ -1187,14 +1252,14 @@
|
|
|
1187
1252
|
{
|
|
1188
1253
|
"type": "reflection",
|
|
1189
1254
|
"declaration": {
|
|
1190
|
-
"id":
|
|
1255
|
+
"id": 177,
|
|
1191
1256
|
"name": "__type",
|
|
1192
1257
|
"kind": 65536,
|
|
1193
1258
|
"kindString": "Type literal",
|
|
1194
1259
|
"flags": {},
|
|
1195
1260
|
"children": [
|
|
1196
1261
|
{
|
|
1197
|
-
"id":
|
|
1262
|
+
"id": 178,
|
|
1198
1263
|
"name": "schema",
|
|
1199
1264
|
"kind": 1024,
|
|
1200
1265
|
"kindString": "Property",
|
|
@@ -1216,7 +1281,7 @@
|
|
|
1216
1281
|
{
|
|
1217
1282
|
"title": "Properties",
|
|
1218
1283
|
"children": [
|
|
1219
|
-
|
|
1284
|
+
178
|
|
1220
1285
|
]
|
|
1221
1286
|
}
|
|
1222
1287
|
],
|
|
@@ -1252,14 +1317,14 @@
|
|
|
1252
1317
|
{
|
|
1253
1318
|
"type": "reflection",
|
|
1254
1319
|
"declaration": {
|
|
1255
|
-
"id":
|
|
1320
|
+
"id": 179,
|
|
1256
1321
|
"name": "__type",
|
|
1257
1322
|
"kind": 65536,
|
|
1258
1323
|
"kindString": "Type literal",
|
|
1259
1324
|
"flags": {},
|
|
1260
1325
|
"children": [
|
|
1261
1326
|
{
|
|
1262
|
-
"id":
|
|
1327
|
+
"id": 180,
|
|
1263
1328
|
"name": "schema",
|
|
1264
1329
|
"kind": 1024,
|
|
1265
1330
|
"kindString": "Property",
|
|
@@ -1281,7 +1346,7 @@
|
|
|
1281
1346
|
{
|
|
1282
1347
|
"title": "Properties",
|
|
1283
1348
|
"children": [
|
|
1284
|
-
|
|
1349
|
+
180
|
|
1285
1350
|
]
|
|
1286
1351
|
}
|
|
1287
1352
|
],
|
|
@@ -1305,19 +1370,19 @@
|
|
|
1305
1370
|
],
|
|
1306
1371
|
"parameters": [
|
|
1307
1372
|
{
|
|
1308
|
-
"id":
|
|
1373
|
+
"id": 182,
|
|
1309
1374
|
"name": "query",
|
|
1310
1375
|
"kind": 32768,
|
|
1311
1376
|
"kindString": "Parameter",
|
|
1312
1377
|
"flags": {},
|
|
1313
1378
|
"type": {
|
|
1314
1379
|
"type": "reference",
|
|
1315
|
-
"id":
|
|
1380
|
+
"id": 181,
|
|
1316
1381
|
"name": "T"
|
|
1317
1382
|
}
|
|
1318
1383
|
},
|
|
1319
1384
|
{
|
|
1320
|
-
"id":
|
|
1385
|
+
"id": 183,
|
|
1321
1386
|
"name": "payloads",
|
|
1322
1387
|
"kind": 32768,
|
|
1323
1388
|
"kindString": "Parameter",
|
|
@@ -1340,14 +1405,14 @@
|
|
|
1340
1405
|
{
|
|
1341
1406
|
"type": "reflection",
|
|
1342
1407
|
"declaration": {
|
|
1343
|
-
"id":
|
|
1408
|
+
"id": 184,
|
|
1344
1409
|
"name": "__type",
|
|
1345
1410
|
"kind": 65536,
|
|
1346
1411
|
"kindString": "Type literal",
|
|
1347
1412
|
"flags": {},
|
|
1348
1413
|
"children": [
|
|
1349
1414
|
{
|
|
1350
|
-
"id":
|
|
1415
|
+
"id": 185,
|
|
1351
1416
|
"name": "schema",
|
|
1352
1417
|
"kind": 1024,
|
|
1353
1418
|
"kindString": "Property",
|
|
@@ -1369,7 +1434,7 @@
|
|
|
1369
1434
|
{
|
|
1370
1435
|
"title": "Properties",
|
|
1371
1436
|
"children": [
|
|
1372
|
-
|
|
1437
|
+
185
|
|
1373
1438
|
]
|
|
1374
1439
|
}
|
|
1375
1440
|
],
|
|
@@ -1387,7 +1452,7 @@
|
|
|
1387
1452
|
}
|
|
1388
1453
|
},
|
|
1389
1454
|
{
|
|
1390
|
-
"id":
|
|
1455
|
+
"id": 186,
|
|
1391
1456
|
"name": "account",
|
|
1392
1457
|
"kind": 32768,
|
|
1393
1458
|
"kindString": "Parameter",
|
|
@@ -1424,14 +1489,14 @@
|
|
|
1424
1489
|
{
|
|
1425
1490
|
"type": "reflection",
|
|
1426
1491
|
"declaration": {
|
|
1427
|
-
"id":
|
|
1492
|
+
"id": 187,
|
|
1428
1493
|
"name": "__type",
|
|
1429
1494
|
"kind": 65536,
|
|
1430
1495
|
"kindString": "Type literal",
|
|
1431
1496
|
"flags": {},
|
|
1432
1497
|
"children": [
|
|
1433
1498
|
{
|
|
1434
|
-
"id":
|
|
1499
|
+
"id": 188,
|
|
1435
1500
|
"name": "query",
|
|
1436
1501
|
"kind": 1024,
|
|
1437
1502
|
"kindString": "Property",
|
|
@@ -1449,7 +1514,7 @@
|
|
|
1449
1514
|
}
|
|
1450
1515
|
},
|
|
1451
1516
|
{
|
|
1452
|
-
"id":
|
|
1517
|
+
"id": 189,
|
|
1453
1518
|
"name": "resultSet",
|
|
1454
1519
|
"kind": 1024,
|
|
1455
1520
|
"kindString": "Property",
|
|
@@ -1469,7 +1534,7 @@
|
|
|
1469
1534
|
}
|
|
1470
1535
|
},
|
|
1471
1536
|
{
|
|
1472
|
-
"id":
|
|
1537
|
+
"id": 190,
|
|
1473
1538
|
"name": "schema",
|
|
1474
1539
|
"kind": 1024,
|
|
1475
1540
|
"kindString": "Property",
|
|
@@ -1491,9 +1556,9 @@
|
|
|
1491
1556
|
{
|
|
1492
1557
|
"title": "Properties",
|
|
1493
1558
|
"children": [
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1559
|
+
188,
|
|
1560
|
+
189,
|
|
1561
|
+
190
|
|
1497
1562
|
]
|
|
1498
1563
|
}
|
|
1499
1564
|
],
|
|
@@ -1524,14 +1589,14 @@
|
|
|
1524
1589
|
{
|
|
1525
1590
|
"type": "reflection",
|
|
1526
1591
|
"declaration": {
|
|
1527
|
-
"id":
|
|
1592
|
+
"id": 191,
|
|
1528
1593
|
"name": "__type",
|
|
1529
1594
|
"kind": 65536,
|
|
1530
1595
|
"kindString": "Type literal",
|
|
1531
1596
|
"flags": {},
|
|
1532
1597
|
"children": [
|
|
1533
1598
|
{
|
|
1534
|
-
"id":
|
|
1599
|
+
"id": 192,
|
|
1535
1600
|
"name": "schema",
|
|
1536
1601
|
"kind": 1024,
|
|
1537
1602
|
"kindString": "Property",
|
|
@@ -1553,7 +1618,7 @@
|
|
|
1553
1618
|
{
|
|
1554
1619
|
"title": "Properties",
|
|
1555
1620
|
"children": [
|
|
1556
|
-
|
|
1621
|
+
192
|
|
1557
1622
|
]
|
|
1558
1623
|
}
|
|
1559
1624
|
],
|
|
@@ -1590,7 +1655,7 @@
|
|
|
1590
1655
|
}
|
|
1591
1656
|
},
|
|
1592
1657
|
{
|
|
1593
|
-
"id":
|
|
1658
|
+
"id": 193,
|
|
1594
1659
|
"name": "bindQueryInternal",
|
|
1595
1660
|
"kind": 2048,
|
|
1596
1661
|
"kindString": "Method",
|
|
@@ -1600,20 +1665,20 @@
|
|
|
1600
1665
|
"sources": [
|
|
1601
1666
|
{
|
|
1602
1667
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
1603
|
-
"line":
|
|
1668
|
+
"line": 43,
|
|
1604
1669
|
"character": 14
|
|
1605
1670
|
}
|
|
1606
1671
|
],
|
|
1607
1672
|
"signatures": [
|
|
1608
1673
|
{
|
|
1609
|
-
"id":
|
|
1674
|
+
"id": 194,
|
|
1610
1675
|
"name": "bindQueryInternal",
|
|
1611
1676
|
"kind": 4096,
|
|
1612
1677
|
"kindString": "Call signature",
|
|
1613
1678
|
"flags": {},
|
|
1614
1679
|
"typeParameter": [
|
|
1615
1680
|
{
|
|
1616
|
-
"id":
|
|
1681
|
+
"id": 199,
|
|
1617
1682
|
"name": "T",
|
|
1618
1683
|
"kind": 131072,
|
|
1619
1684
|
"kindString": "Type parameter",
|
|
@@ -1639,14 +1704,14 @@
|
|
|
1639
1704
|
{
|
|
1640
1705
|
"type": "reflection",
|
|
1641
1706
|
"declaration": {
|
|
1642
|
-
"id":
|
|
1707
|
+
"id": 195,
|
|
1643
1708
|
"name": "__type",
|
|
1644
1709
|
"kind": 65536,
|
|
1645
1710
|
"kindString": "Type literal",
|
|
1646
1711
|
"flags": {},
|
|
1647
1712
|
"children": [
|
|
1648
1713
|
{
|
|
1649
|
-
"id":
|
|
1714
|
+
"id": 196,
|
|
1650
1715
|
"name": "schema",
|
|
1651
1716
|
"kind": 1024,
|
|
1652
1717
|
"kindString": "Property",
|
|
@@ -1668,7 +1733,7 @@
|
|
|
1668
1733
|
{
|
|
1669
1734
|
"title": "Properties",
|
|
1670
1735
|
"children": [
|
|
1671
|
-
|
|
1736
|
+
196
|
|
1672
1737
|
]
|
|
1673
1738
|
}
|
|
1674
1739
|
],
|
|
@@ -1704,14 +1769,14 @@
|
|
|
1704
1769
|
{
|
|
1705
1770
|
"type": "reflection",
|
|
1706
1771
|
"declaration": {
|
|
1707
|
-
"id":
|
|
1772
|
+
"id": 197,
|
|
1708
1773
|
"name": "__type",
|
|
1709
1774
|
"kind": 65536,
|
|
1710
1775
|
"kindString": "Type literal",
|
|
1711
1776
|
"flags": {},
|
|
1712
1777
|
"children": [
|
|
1713
1778
|
{
|
|
1714
|
-
"id":
|
|
1779
|
+
"id": 198,
|
|
1715
1780
|
"name": "schema",
|
|
1716
1781
|
"kind": 1024,
|
|
1717
1782
|
"kindString": "Property",
|
|
@@ -1733,7 +1798,7 @@
|
|
|
1733
1798
|
{
|
|
1734
1799
|
"title": "Properties",
|
|
1735
1800
|
"children": [
|
|
1736
|
-
|
|
1801
|
+
198
|
|
1737
1802
|
]
|
|
1738
1803
|
}
|
|
1739
1804
|
],
|
|
@@ -1757,19 +1822,19 @@
|
|
|
1757
1822
|
],
|
|
1758
1823
|
"parameters": [
|
|
1759
1824
|
{
|
|
1760
|
-
"id":
|
|
1825
|
+
"id": 200,
|
|
1761
1826
|
"name": "query",
|
|
1762
1827
|
"kind": 32768,
|
|
1763
1828
|
"kindString": "Parameter",
|
|
1764
1829
|
"flags": {},
|
|
1765
1830
|
"type": {
|
|
1766
1831
|
"type": "reference",
|
|
1767
|
-
"id":
|
|
1832
|
+
"id": 199,
|
|
1768
1833
|
"name": "T"
|
|
1769
1834
|
}
|
|
1770
1835
|
},
|
|
1771
1836
|
{
|
|
1772
|
-
"id":
|
|
1837
|
+
"id": 201,
|
|
1773
1838
|
"name": "payloads",
|
|
1774
1839
|
"kind": 32768,
|
|
1775
1840
|
"kindString": "Parameter",
|
|
@@ -1792,14 +1857,14 @@
|
|
|
1792
1857
|
{
|
|
1793
1858
|
"type": "reflection",
|
|
1794
1859
|
"declaration": {
|
|
1795
|
-
"id":
|
|
1860
|
+
"id": 202,
|
|
1796
1861
|
"name": "__type",
|
|
1797
1862
|
"kind": 65536,
|
|
1798
1863
|
"kindString": "Type literal",
|
|
1799
1864
|
"flags": {},
|
|
1800
1865
|
"children": [
|
|
1801
1866
|
{
|
|
1802
|
-
"id":
|
|
1867
|
+
"id": 203,
|
|
1803
1868
|
"name": "schema",
|
|
1804
1869
|
"kind": 1024,
|
|
1805
1870
|
"kindString": "Property",
|
|
@@ -1821,7 +1886,7 @@
|
|
|
1821
1886
|
{
|
|
1822
1887
|
"title": "Properties",
|
|
1823
1888
|
"children": [
|
|
1824
|
-
|
|
1889
|
+
203
|
|
1825
1890
|
]
|
|
1826
1891
|
}
|
|
1827
1892
|
],
|
|
@@ -1839,7 +1904,7 @@
|
|
|
1839
1904
|
}
|
|
1840
1905
|
},
|
|
1841
1906
|
{
|
|
1842
|
-
"id":
|
|
1907
|
+
"id": 204,
|
|
1843
1908
|
"name": "account",
|
|
1844
1909
|
"kind": 32768,
|
|
1845
1910
|
"kindString": "Parameter",
|
|
@@ -1873,14 +1938,14 @@
|
|
|
1873
1938
|
{
|
|
1874
1939
|
"type": "reflection",
|
|
1875
1940
|
"declaration": {
|
|
1876
|
-
"id":
|
|
1941
|
+
"id": 205,
|
|
1877
1942
|
"name": "__type",
|
|
1878
1943
|
"kind": 65536,
|
|
1879
1944
|
"kindString": "Type literal",
|
|
1880
1945
|
"flags": {},
|
|
1881
1946
|
"children": [
|
|
1882
1947
|
{
|
|
1883
|
-
"id":
|
|
1948
|
+
"id": 206,
|
|
1884
1949
|
"name": "query",
|
|
1885
1950
|
"kind": 1024,
|
|
1886
1951
|
"kindString": "Property",
|
|
@@ -1898,7 +1963,7 @@
|
|
|
1898
1963
|
}
|
|
1899
1964
|
},
|
|
1900
1965
|
{
|
|
1901
|
-
"id":
|
|
1966
|
+
"id": 207,
|
|
1902
1967
|
"name": "resultSet",
|
|
1903
1968
|
"kind": 1024,
|
|
1904
1969
|
"kindString": "Property",
|
|
@@ -1918,7 +1983,7 @@
|
|
|
1918
1983
|
}
|
|
1919
1984
|
},
|
|
1920
1985
|
{
|
|
1921
|
-
"id":
|
|
1986
|
+
"id": 208,
|
|
1922
1987
|
"name": "schema",
|
|
1923
1988
|
"kind": 1024,
|
|
1924
1989
|
"kindString": "Property",
|
|
@@ -1940,9 +2005,9 @@
|
|
|
1940
2005
|
{
|
|
1941
2006
|
"title": "Properties",
|
|
1942
2007
|
"children": [
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
2008
|
+
206,
|
|
2009
|
+
207,
|
|
2010
|
+
208
|
|
1946
2011
|
]
|
|
1947
2012
|
}
|
|
1948
2013
|
],
|
|
@@ -1973,14 +2038,14 @@
|
|
|
1973
2038
|
{
|
|
1974
2039
|
"type": "reflection",
|
|
1975
2040
|
"declaration": {
|
|
1976
|
-
"id":
|
|
2041
|
+
"id": 209,
|
|
1977
2042
|
"name": "__type",
|
|
1978
2043
|
"kind": 65536,
|
|
1979
2044
|
"kindString": "Type literal",
|
|
1980
2045
|
"flags": {},
|
|
1981
2046
|
"children": [
|
|
1982
2047
|
{
|
|
1983
|
-
"id":
|
|
2048
|
+
"id": 210,
|
|
1984
2049
|
"name": "schema",
|
|
1985
2050
|
"kind": 1024,
|
|
1986
2051
|
"kindString": "Property",
|
|
@@ -2002,7 +2067,7 @@
|
|
|
2002
2067
|
{
|
|
2003
2068
|
"title": "Properties",
|
|
2004
2069
|
"children": [
|
|
2005
|
-
|
|
2070
|
+
210
|
|
2006
2071
|
]
|
|
2007
2072
|
}
|
|
2008
2073
|
],
|
|
@@ -2032,7 +2097,7 @@
|
|
|
2032
2097
|
}
|
|
2033
2098
|
},
|
|
2034
2099
|
{
|
|
2035
|
-
"id":
|
|
2100
|
+
"id": 68,
|
|
2036
2101
|
"name": "clear",
|
|
2037
2102
|
"kind": 2048,
|
|
2038
2103
|
"kindString": "Method",
|
|
@@ -2042,14 +2107,14 @@
|
|
|
2042
2107
|
"sources": [
|
|
2043
2108
|
{
|
|
2044
2109
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
2045
|
-
"line":
|
|
2110
|
+
"line": 47,
|
|
2046
2111
|
"character": 15,
|
|
2047
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2112
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L47"
|
|
2048
2113
|
}
|
|
2049
2114
|
],
|
|
2050
2115
|
"signatures": [
|
|
2051
2116
|
{
|
|
2052
|
-
"id":
|
|
2117
|
+
"id": 69,
|
|
2053
2118
|
"name": "clear",
|
|
2054
2119
|
"kind": 4096,
|
|
2055
2120
|
"kindString": "Call signature",
|
|
@@ -2078,7 +2143,7 @@
|
|
|
2078
2143
|
}
|
|
2079
2144
|
},
|
|
2080
2145
|
{
|
|
2081
|
-
"id":
|
|
2146
|
+
"id": 70,
|
|
2082
2147
|
"name": "commit",
|
|
2083
2148
|
"kind": 2048,
|
|
2084
2149
|
"kindString": "Method",
|
|
@@ -2088,14 +2153,14 @@
|
|
|
2088
2153
|
"sources": [
|
|
2089
2154
|
{
|
|
2090
2155
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
2091
|
-
"line":
|
|
2156
|
+
"line": 52,
|
|
2092
2157
|
"character": 15,
|
|
2093
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2158
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L52"
|
|
2094
2159
|
}
|
|
2095
2160
|
],
|
|
2096
2161
|
"signatures": [
|
|
2097
2162
|
{
|
|
2098
|
-
"id":
|
|
2163
|
+
"id": 71,
|
|
2099
2164
|
"name": "commit",
|
|
2100
2165
|
"kind": 4096,
|
|
2101
2166
|
"kindString": "Call signature",
|
|
@@ -2123,14 +2188,14 @@
|
|
|
2123
2188
|
{
|
|
2124
2189
|
"type": "reflection",
|
|
2125
2190
|
"declaration": {
|
|
2126
|
-
"id":
|
|
2191
|
+
"id": 72,
|
|
2127
2192
|
"name": "__type",
|
|
2128
2193
|
"kind": 65536,
|
|
2129
2194
|
"kindString": "Type literal",
|
|
2130
2195
|
"flags": {},
|
|
2131
2196
|
"children": [
|
|
2132
2197
|
{
|
|
2133
|
-
"id":
|
|
2198
|
+
"id": 73,
|
|
2134
2199
|
"name": "schema",
|
|
2135
2200
|
"kind": 1024,
|
|
2136
2201
|
"kindString": "Property",
|
|
@@ -2152,7 +2217,7 @@
|
|
|
2152
2217
|
{
|
|
2153
2218
|
"title": "Properties",
|
|
2154
2219
|
"children": [
|
|
2155
|
-
|
|
2220
|
+
73
|
|
2156
2221
|
]
|
|
2157
2222
|
}
|
|
2158
2223
|
],
|
|
@@ -2185,7 +2250,7 @@
|
|
|
2185
2250
|
}
|
|
2186
2251
|
},
|
|
2187
2252
|
{
|
|
2188
|
-
"id":
|
|
2253
|
+
"id": 74,
|
|
2189
2254
|
"name": "delete",
|
|
2190
2255
|
"kind": 2048,
|
|
2191
2256
|
"kindString": "Method",
|
|
@@ -2195,21 +2260,21 @@
|
|
|
2195
2260
|
"sources": [
|
|
2196
2261
|
{
|
|
2197
2262
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
2198
|
-
"line":
|
|
2263
|
+
"line": 58,
|
|
2199
2264
|
"character": 15,
|
|
2200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2265
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L58"
|
|
2201
2266
|
}
|
|
2202
2267
|
],
|
|
2203
2268
|
"signatures": [
|
|
2204
2269
|
{
|
|
2205
|
-
"id":
|
|
2270
|
+
"id": 75,
|
|
2206
2271
|
"name": "delete",
|
|
2207
2272
|
"kind": 4096,
|
|
2208
2273
|
"kindString": "Call signature",
|
|
2209
2274
|
"flags": {},
|
|
2210
2275
|
"parameters": [
|
|
2211
2276
|
{
|
|
2212
|
-
"id":
|
|
2277
|
+
"id": 76,
|
|
2213
2278
|
"name": "hashes",
|
|
2214
2279
|
"kind": 32768,
|
|
2215
2280
|
"kindString": "Parameter",
|
|
@@ -2250,7 +2315,7 @@
|
|
|
2250
2315
|
}
|
|
2251
2316
|
},
|
|
2252
2317
|
{
|
|
2253
|
-
"id":
|
|
2318
|
+
"id": 125,
|
|
2254
2319
|
"name": "describe",
|
|
2255
2320
|
"kind": 2048,
|
|
2256
2321
|
"kindString": "Method",
|
|
@@ -2258,13 +2323,13 @@
|
|
|
2258
2323
|
"sources": [
|
|
2259
2324
|
{
|
|
2260
2325
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
2261
|
-
"line":
|
|
2326
|
+
"line": 37,
|
|
2262
2327
|
"character": 4
|
|
2263
2328
|
}
|
|
2264
2329
|
],
|
|
2265
2330
|
"signatures": [
|
|
2266
2331
|
{
|
|
2267
|
-
"id":
|
|
2332
|
+
"id": 126,
|
|
2268
2333
|
"name": "describe",
|
|
2269
2334
|
"kind": 4096,
|
|
2270
2335
|
"kindString": "Call signature",
|
|
@@ -2295,7 +2360,7 @@
|
|
|
2295
2360
|
}
|
|
2296
2361
|
},
|
|
2297
2362
|
{
|
|
2298
|
-
"id":
|
|
2363
|
+
"id": 127,
|
|
2299
2364
|
"name": "discover",
|
|
2300
2365
|
"kind": 2048,
|
|
2301
2366
|
"kindString": "Method",
|
|
@@ -2303,13 +2368,13 @@
|
|
|
2303
2368
|
"sources": [
|
|
2304
2369
|
{
|
|
2305
2370
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
2306
|
-
"line":
|
|
2371
|
+
"line": 38,
|
|
2307
2372
|
"character": 4
|
|
2308
2373
|
}
|
|
2309
2374
|
],
|
|
2310
2375
|
"signatures": [
|
|
2311
2376
|
{
|
|
2312
|
-
"id":
|
|
2377
|
+
"id": 128,
|
|
2313
2378
|
"name": "discover",
|
|
2314
2379
|
"kind": 4096,
|
|
2315
2380
|
"kindString": "Call signature",
|
|
@@ -2333,14 +2398,14 @@
|
|
|
2333
2398
|
{
|
|
2334
2399
|
"type": "reflection",
|
|
2335
2400
|
"declaration": {
|
|
2336
|
-
"id":
|
|
2401
|
+
"id": 129,
|
|
2337
2402
|
"name": "__type",
|
|
2338
2403
|
"kind": 65536,
|
|
2339
2404
|
"kindString": "Type literal",
|
|
2340
2405
|
"flags": {},
|
|
2341
2406
|
"children": [
|
|
2342
2407
|
{
|
|
2343
|
-
"id":
|
|
2408
|
+
"id": 130,
|
|
2344
2409
|
"name": "schema",
|
|
2345
2410
|
"kind": 1024,
|
|
2346
2411
|
"kindString": "Property",
|
|
@@ -2362,7 +2427,7 @@
|
|
|
2362
2427
|
{
|
|
2363
2428
|
"title": "Properties",
|
|
2364
2429
|
"children": [
|
|
2365
|
-
|
|
2430
|
+
130
|
|
2366
2431
|
]
|
|
2367
2432
|
}
|
|
2368
2433
|
],
|
|
@@ -2395,7 +2460,7 @@
|
|
|
2395
2460
|
}
|
|
2396
2461
|
},
|
|
2397
2462
|
{
|
|
2398
|
-
"id":
|
|
2463
|
+
"id": 211,
|
|
2399
2464
|
"name": "filterErrors",
|
|
2400
2465
|
"kind": 2048,
|
|
2401
2466
|
"kindString": "Method",
|
|
@@ -2405,20 +2470,20 @@
|
|
|
2405
2470
|
"sources": [
|
|
2406
2471
|
{
|
|
2407
2472
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
2408
|
-
"line":
|
|
2473
|
+
"line": 44,
|
|
2409
2474
|
"character": 14
|
|
2410
2475
|
}
|
|
2411
2476
|
],
|
|
2412
2477
|
"signatures": [
|
|
2413
2478
|
{
|
|
2414
|
-
"id":
|
|
2479
|
+
"id": 212,
|
|
2415
2480
|
"name": "filterErrors",
|
|
2416
2481
|
"kind": 4096,
|
|
2417
2482
|
"kindString": "Call signature",
|
|
2418
2483
|
"flags": {},
|
|
2419
2484
|
"parameters": [
|
|
2420
2485
|
{
|
|
2421
|
-
"id":
|
|
2486
|
+
"id": 213,
|
|
2422
2487
|
"name": "query",
|
|
2423
2488
|
"kind": 32768,
|
|
2424
2489
|
"kindString": "Parameter",
|
|
@@ -2444,14 +2509,14 @@
|
|
|
2444
2509
|
{
|
|
2445
2510
|
"type": "reflection",
|
|
2446
2511
|
"declaration": {
|
|
2447
|
-
"id":
|
|
2512
|
+
"id": 214,
|
|
2448
2513
|
"name": "__type",
|
|
2449
2514
|
"kind": 65536,
|
|
2450
2515
|
"kindString": "Type literal",
|
|
2451
2516
|
"flags": {},
|
|
2452
2517
|
"children": [
|
|
2453
2518
|
{
|
|
2454
|
-
"id":
|
|
2519
|
+
"id": 215,
|
|
2455
2520
|
"name": "query",
|
|
2456
2521
|
"kind": 1024,
|
|
2457
2522
|
"kindString": "Property",
|
|
@@ -2469,7 +2534,7 @@
|
|
|
2469
2534
|
}
|
|
2470
2535
|
},
|
|
2471
2536
|
{
|
|
2472
|
-
"id":
|
|
2537
|
+
"id": 216,
|
|
2473
2538
|
"name": "resultSet",
|
|
2474
2539
|
"kind": 1024,
|
|
2475
2540
|
"kindString": "Property",
|
|
@@ -2489,7 +2554,7 @@
|
|
|
2489
2554
|
}
|
|
2490
2555
|
},
|
|
2491
2556
|
{
|
|
2492
|
-
"id":
|
|
2557
|
+
"id": 217,
|
|
2493
2558
|
"name": "schema",
|
|
2494
2559
|
"kind": 1024,
|
|
2495
2560
|
"kindString": "Property",
|
|
@@ -2511,9 +2576,9 @@
|
|
|
2511
2576
|
{
|
|
2512
2577
|
"title": "Properties",
|
|
2513
2578
|
"children": [
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2579
|
+
215,
|
|
2580
|
+
216,
|
|
2581
|
+
217
|
|
2517
2582
|
]
|
|
2518
2583
|
}
|
|
2519
2584
|
],
|
|
@@ -2545,14 +2610,14 @@
|
|
|
2545
2610
|
{
|
|
2546
2611
|
"type": "reflection",
|
|
2547
2612
|
"declaration": {
|
|
2548
|
-
"id":
|
|
2613
|
+
"id": 218,
|
|
2549
2614
|
"name": "__type",
|
|
2550
2615
|
"kind": 65536,
|
|
2551
2616
|
"kindString": "Type literal",
|
|
2552
2617
|
"flags": {},
|
|
2553
2618
|
"children": [
|
|
2554
2619
|
{
|
|
2555
|
-
"id":
|
|
2620
|
+
"id": 219,
|
|
2556
2621
|
"name": "schema",
|
|
2557
2622
|
"kind": 1024,
|
|
2558
2623
|
"kindString": "Property",
|
|
@@ -2574,7 +2639,7 @@
|
|
|
2574
2639
|
{
|
|
2575
2640
|
"title": "Properties",
|
|
2576
2641
|
"children": [
|
|
2577
|
-
|
|
2642
|
+
219
|
|
2578
2643
|
]
|
|
2579
2644
|
}
|
|
2580
2645
|
],
|
|
@@ -2596,7 +2661,7 @@
|
|
|
2596
2661
|
}
|
|
2597
2662
|
},
|
|
2598
2663
|
{
|
|
2599
|
-
"id":
|
|
2664
|
+
"id": 220,
|
|
2600
2665
|
"name": "result",
|
|
2601
2666
|
"kind": 32768,
|
|
2602
2667
|
"kindString": "Parameter",
|
|
@@ -2618,14 +2683,14 @@
|
|
|
2618
2683
|
{
|
|
2619
2684
|
"type": "reflection",
|
|
2620
2685
|
"declaration": {
|
|
2621
|
-
"id":
|
|
2686
|
+
"id": 221,
|
|
2622
2687
|
"name": "__type",
|
|
2623
2688
|
"kind": 65536,
|
|
2624
2689
|
"kindString": "Type literal",
|
|
2625
2690
|
"flags": {},
|
|
2626
2691
|
"children": [
|
|
2627
2692
|
{
|
|
2628
|
-
"id":
|
|
2693
|
+
"id": 222,
|
|
2629
2694
|
"name": "schema",
|
|
2630
2695
|
"kind": 1024,
|
|
2631
2696
|
"kindString": "Property",
|
|
@@ -2647,7 +2712,7 @@
|
|
|
2647
2712
|
{
|
|
2648
2713
|
"title": "Properties",
|
|
2649
2714
|
"children": [
|
|
2650
|
-
|
|
2715
|
+
222
|
|
2651
2716
|
]
|
|
2652
2717
|
}
|
|
2653
2718
|
],
|
|
@@ -2690,14 +2755,14 @@
|
|
|
2690
2755
|
{
|
|
2691
2756
|
"type": "reflection",
|
|
2692
2757
|
"declaration": {
|
|
2693
|
-
"id":
|
|
2758
|
+
"id": 223,
|
|
2694
2759
|
"name": "__type",
|
|
2695
2760
|
"kind": 65536,
|
|
2696
2761
|
"kindString": "Type literal",
|
|
2697
2762
|
"flags": {},
|
|
2698
2763
|
"children": [
|
|
2699
2764
|
{
|
|
2700
|
-
"id":
|
|
2765
|
+
"id": 224,
|
|
2701
2766
|
"name": "message",
|
|
2702
2767
|
"kind": 1024,
|
|
2703
2768
|
"kindString": "Property",
|
|
@@ -2717,7 +2782,7 @@
|
|
|
2717
2782
|
}
|
|
2718
2783
|
},
|
|
2719
2784
|
{
|
|
2720
|
-
"id":
|
|
2785
|
+
"id": 225,
|
|
2721
2786
|
"name": "schema",
|
|
2722
2787
|
"kind": 1024,
|
|
2723
2788
|
"kindString": "Property",
|
|
@@ -2735,7 +2800,7 @@
|
|
|
2735
2800
|
}
|
|
2736
2801
|
},
|
|
2737
2802
|
{
|
|
2738
|
-
"id":
|
|
2803
|
+
"id": 226,
|
|
2739
2804
|
"name": "sources",
|
|
2740
2805
|
"kind": 1024,
|
|
2741
2806
|
"kindString": "Property",
|
|
@@ -2760,9 +2825,9 @@
|
|
|
2760
2825
|
{
|
|
2761
2826
|
"title": "Properties",
|
|
2762
2827
|
"children": [
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2828
|
+
224,
|
|
2829
|
+
225,
|
|
2830
|
+
226
|
|
2766
2831
|
]
|
|
2767
2832
|
}
|
|
2768
2833
|
],
|
|
@@ -2792,7 +2857,7 @@
|
|
|
2792
2857
|
}
|
|
2793
2858
|
},
|
|
2794
2859
|
{
|
|
2795
|
-
"id":
|
|
2860
|
+
"id": 77,
|
|
2796
2861
|
"name": "find",
|
|
2797
2862
|
"kind": 2048,
|
|
2798
2863
|
"kindString": "Method",
|
|
@@ -2802,21 +2867,21 @@
|
|
|
2802
2867
|
"sources": [
|
|
2803
2868
|
{
|
|
2804
2869
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
2805
|
-
"line":
|
|
2870
|
+
"line": 66,
|
|
2806
2871
|
"character": 15,
|
|
2807
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2872
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L66"
|
|
2808
2873
|
}
|
|
2809
2874
|
],
|
|
2810
2875
|
"signatures": [
|
|
2811
2876
|
{
|
|
2812
|
-
"id":
|
|
2877
|
+
"id": 78,
|
|
2813
2878
|
"name": "find",
|
|
2814
2879
|
"kind": 4096,
|
|
2815
2880
|
"kindString": "Call signature",
|
|
2816
2881
|
"flags": {},
|
|
2817
2882
|
"typeParameter": [
|
|
2818
2883
|
{
|
|
2819
|
-
"id":
|
|
2884
|
+
"id": 83,
|
|
2820
2885
|
"name": "R",
|
|
2821
2886
|
"kind": 131072,
|
|
2822
2887
|
"kindString": "Type parameter",
|
|
@@ -2835,14 +2900,14 @@
|
|
|
2835
2900
|
{
|
|
2836
2901
|
"type": "reflection",
|
|
2837
2902
|
"declaration": {
|
|
2838
|
-
"id":
|
|
2903
|
+
"id": 79,
|
|
2839
2904
|
"name": "__type",
|
|
2840
2905
|
"kind": 65536,
|
|
2841
2906
|
"kindString": "Type literal",
|
|
2842
2907
|
"flags": {},
|
|
2843
2908
|
"children": [
|
|
2844
2909
|
{
|
|
2845
|
-
"id":
|
|
2910
|
+
"id": 80,
|
|
2846
2911
|
"name": "schema",
|
|
2847
2912
|
"kind": 1024,
|
|
2848
2913
|
"kindString": "Property",
|
|
@@ -2864,7 +2929,7 @@
|
|
|
2864
2929
|
{
|
|
2865
2930
|
"title": "Properties",
|
|
2866
2931
|
"children": [
|
|
2867
|
-
|
|
2932
|
+
80
|
|
2868
2933
|
]
|
|
2869
2934
|
}
|
|
2870
2935
|
],
|
|
@@ -2893,14 +2958,14 @@
|
|
|
2893
2958
|
{
|
|
2894
2959
|
"type": "reflection",
|
|
2895
2960
|
"declaration": {
|
|
2896
|
-
"id":
|
|
2961
|
+
"id": 81,
|
|
2897
2962
|
"name": "__type",
|
|
2898
2963
|
"kind": 65536,
|
|
2899
2964
|
"kindString": "Type literal",
|
|
2900
2965
|
"flags": {},
|
|
2901
2966
|
"children": [
|
|
2902
2967
|
{
|
|
2903
|
-
"id":
|
|
2968
|
+
"id": 82,
|
|
2904
2969
|
"name": "schema",
|
|
2905
2970
|
"kind": 1024,
|
|
2906
2971
|
"kindString": "Property",
|
|
@@ -2922,7 +2987,7 @@
|
|
|
2922
2987
|
{
|
|
2923
2988
|
"title": "Properties",
|
|
2924
2989
|
"children": [
|
|
2925
|
-
|
|
2990
|
+
82
|
|
2926
2991
|
]
|
|
2927
2992
|
}
|
|
2928
2993
|
],
|
|
@@ -2941,7 +3006,7 @@
|
|
|
2941
3006
|
],
|
|
2942
3007
|
"parameters": [
|
|
2943
3008
|
{
|
|
2944
|
-
"id":
|
|
3009
|
+
"id": 84,
|
|
2945
3010
|
"name": "filter",
|
|
2946
3011
|
"kind": 32768,
|
|
2947
3012
|
"kindString": "Parameter",
|
|
@@ -2961,7 +3026,7 @@
|
|
|
2961
3026
|
"type": "array",
|
|
2962
3027
|
"elementType": {
|
|
2963
3028
|
"type": "reference",
|
|
2964
|
-
"id":
|
|
3029
|
+
"id": 83,
|
|
2965
3030
|
"name": "R"
|
|
2966
3031
|
}
|
|
2967
3032
|
}
|
|
@@ -2982,7 +3047,7 @@
|
|
|
2982
3047
|
}
|
|
2983
3048
|
},
|
|
2984
3049
|
{
|
|
2985
|
-
"id":
|
|
3050
|
+
"id": 85,
|
|
2986
3051
|
"name": "get",
|
|
2987
3052
|
"kind": 2048,
|
|
2988
3053
|
"kindString": "Method",
|
|
@@ -2992,21 +3057,21 @@
|
|
|
2992
3057
|
"sources": [
|
|
2993
3058
|
{
|
|
2994
3059
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
2995
|
-
"line":
|
|
3060
|
+
"line": 72,
|
|
2996
3061
|
"character": 15,
|
|
2997
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3062
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L72"
|
|
2998
3063
|
}
|
|
2999
3064
|
],
|
|
3000
3065
|
"signatures": [
|
|
3001
3066
|
{
|
|
3002
|
-
"id":
|
|
3067
|
+
"id": 86,
|
|
3003
3068
|
"name": "get",
|
|
3004
3069
|
"kind": 4096,
|
|
3005
3070
|
"kindString": "Call signature",
|
|
3006
3071
|
"flags": {},
|
|
3007
3072
|
"parameters": [
|
|
3008
3073
|
{
|
|
3009
|
-
"id":
|
|
3074
|
+
"id": 87,
|
|
3010
3075
|
"name": "hashes",
|
|
3011
3076
|
"kind": 32768,
|
|
3012
3077
|
"kindString": "Parameter",
|
|
@@ -3039,14 +3104,14 @@
|
|
|
3039
3104
|
{
|
|
3040
3105
|
"type": "reflection",
|
|
3041
3106
|
"declaration": {
|
|
3042
|
-
"id":
|
|
3107
|
+
"id": 88,
|
|
3043
3108
|
"name": "__type",
|
|
3044
3109
|
"kind": 65536,
|
|
3045
3110
|
"kindString": "Type literal",
|
|
3046
3111
|
"flags": {},
|
|
3047
3112
|
"children": [
|
|
3048
3113
|
{
|
|
3049
|
-
"id":
|
|
3114
|
+
"id": 89,
|
|
3050
3115
|
"name": "schema",
|
|
3051
3116
|
"kind": 1024,
|
|
3052
3117
|
"kindString": "Property",
|
|
@@ -3068,7 +3133,7 @@
|
|
|
3068
3133
|
{
|
|
3069
3134
|
"title": "Properties",
|
|
3070
3135
|
"children": [
|
|
3071
|
-
|
|
3136
|
+
89
|
|
3072
3137
|
]
|
|
3073
3138
|
}
|
|
3074
3139
|
],
|
|
@@ -3101,7 +3166,7 @@
|
|
|
3101
3166
|
}
|
|
3102
3167
|
},
|
|
3103
3168
|
{
|
|
3104
|
-
"id":
|
|
3169
|
+
"id": 90,
|
|
3105
3170
|
"name": "insert",
|
|
3106
3171
|
"kind": 2048,
|
|
3107
3172
|
"kindString": "Method",
|
|
@@ -3111,21 +3176,21 @@
|
|
|
3111
3176
|
"sources": [
|
|
3112
3177
|
{
|
|
3113
3178
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
3114
|
-
"line":
|
|
3179
|
+
"line": 78,
|
|
3115
3180
|
"character": 15,
|
|
3116
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L78"
|
|
3117
3182
|
}
|
|
3118
3183
|
],
|
|
3119
3184
|
"signatures": [
|
|
3120
3185
|
{
|
|
3121
|
-
"id":
|
|
3186
|
+
"id": 91,
|
|
3122
3187
|
"name": "insert",
|
|
3123
3188
|
"kind": 4096,
|
|
3124
3189
|
"kindString": "Call signature",
|
|
3125
3190
|
"flags": {},
|
|
3126
3191
|
"parameters": [
|
|
3127
3192
|
{
|
|
3128
|
-
"id":
|
|
3193
|
+
"id": 92,
|
|
3129
3194
|
"name": "payloads",
|
|
3130
3195
|
"kind": 32768,
|
|
3131
3196
|
"kindString": "Parameter",
|
|
@@ -3146,14 +3211,14 @@
|
|
|
3146
3211
|
{
|
|
3147
3212
|
"type": "reflection",
|
|
3148
3213
|
"declaration": {
|
|
3149
|
-
"id":
|
|
3214
|
+
"id": 93,
|
|
3150
3215
|
"name": "__type",
|
|
3151
3216
|
"kind": 65536,
|
|
3152
3217
|
"kindString": "Type literal",
|
|
3153
3218
|
"flags": {},
|
|
3154
3219
|
"children": [
|
|
3155
3220
|
{
|
|
3156
|
-
"id":
|
|
3221
|
+
"id": 94,
|
|
3157
3222
|
"name": "schema",
|
|
3158
3223
|
"kind": 1024,
|
|
3159
3224
|
"kindString": "Property",
|
|
@@ -3175,7 +3240,7 @@
|
|
|
3175
3240
|
{
|
|
3176
3241
|
"title": "Properties",
|
|
3177
3242
|
"children": [
|
|
3178
|
-
|
|
3243
|
+
94
|
|
3179
3244
|
]
|
|
3180
3245
|
}
|
|
3181
3246
|
],
|
|
@@ -3216,14 +3281,14 @@
|
|
|
3216
3281
|
{
|
|
3217
3282
|
"type": "reflection",
|
|
3218
3283
|
"declaration": {
|
|
3219
|
-
"id":
|
|
3284
|
+
"id": 95,
|
|
3220
3285
|
"name": "__type",
|
|
3221
3286
|
"kind": 65536,
|
|
3222
3287
|
"kindString": "Type literal",
|
|
3223
3288
|
"flags": {},
|
|
3224
3289
|
"children": [
|
|
3225
3290
|
{
|
|
3226
|
-
"id":
|
|
3291
|
+
"id": 96,
|
|
3227
3292
|
"name": "schema",
|
|
3228
3293
|
"kind": 1024,
|
|
3229
3294
|
"kindString": "Property",
|
|
@@ -3245,7 +3310,7 @@
|
|
|
3245
3310
|
{
|
|
3246
3311
|
"title": "Properties",
|
|
3247
3312
|
"children": [
|
|
3248
|
-
|
|
3313
|
+
96
|
|
3249
3314
|
]
|
|
3250
3315
|
}
|
|
3251
3316
|
],
|
|
@@ -3278,7 +3343,7 @@
|
|
|
3278
3343
|
}
|
|
3279
3344
|
},
|
|
3280
3345
|
{
|
|
3281
|
-
"id":
|
|
3346
|
+
"id": 131,
|
|
3282
3347
|
"name": "query",
|
|
3283
3348
|
"kind": 2048,
|
|
3284
3349
|
"kindString": "Method",
|
|
@@ -3286,20 +3351,20 @@
|
|
|
3286
3351
|
"sources": [
|
|
3287
3352
|
{
|
|
3288
3353
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
3289
|
-
"line":
|
|
3354
|
+
"line": 39,
|
|
3290
3355
|
"character": 4
|
|
3291
3356
|
}
|
|
3292
3357
|
],
|
|
3293
3358
|
"signatures": [
|
|
3294
3359
|
{
|
|
3295
|
-
"id":
|
|
3360
|
+
"id": 132,
|
|
3296
3361
|
"name": "query",
|
|
3297
3362
|
"kind": 4096,
|
|
3298
3363
|
"kindString": "Call signature",
|
|
3299
3364
|
"flags": {},
|
|
3300
3365
|
"typeParameter": [
|
|
3301
3366
|
{
|
|
3302
|
-
"id":
|
|
3367
|
+
"id": 141,
|
|
3303
3368
|
"name": "T",
|
|
3304
3369
|
"kind": 131072,
|
|
3305
3370
|
"kindString": "Type parameter",
|
|
@@ -3322,14 +3387,14 @@
|
|
|
3322
3387
|
{
|
|
3323
3388
|
"type": "reflection",
|
|
3324
3389
|
"declaration": {
|
|
3325
|
-
"id":
|
|
3390
|
+
"id": 133,
|
|
3326
3391
|
"name": "__type",
|
|
3327
3392
|
"kind": 65536,
|
|
3328
3393
|
"kindString": "Type literal",
|
|
3329
3394
|
"flags": {},
|
|
3330
3395
|
"children": [
|
|
3331
3396
|
{
|
|
3332
|
-
"id":
|
|
3397
|
+
"id": 134,
|
|
3333
3398
|
"name": "query",
|
|
3334
3399
|
"kind": 1024,
|
|
3335
3400
|
"kindString": "Property",
|
|
@@ -3347,7 +3412,7 @@
|
|
|
3347
3412
|
}
|
|
3348
3413
|
},
|
|
3349
3414
|
{
|
|
3350
|
-
"id":
|
|
3415
|
+
"id": 135,
|
|
3351
3416
|
"name": "resultSet",
|
|
3352
3417
|
"kind": 1024,
|
|
3353
3418
|
"kindString": "Property",
|
|
@@ -3367,7 +3432,7 @@
|
|
|
3367
3432
|
}
|
|
3368
3433
|
},
|
|
3369
3434
|
{
|
|
3370
|
-
"id":
|
|
3435
|
+
"id": 136,
|
|
3371
3436
|
"name": "schema",
|
|
3372
3437
|
"kind": 1024,
|
|
3373
3438
|
"kindString": "Property",
|
|
@@ -3389,9 +3454,9 @@
|
|
|
3389
3454
|
{
|
|
3390
3455
|
"title": "Properties",
|
|
3391
3456
|
"children": [
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3457
|
+
134,
|
|
3458
|
+
135,
|
|
3459
|
+
136
|
|
3395
3460
|
]
|
|
3396
3461
|
}
|
|
3397
3462
|
],
|
|
@@ -3424,14 +3489,14 @@
|
|
|
3424
3489
|
{
|
|
3425
3490
|
"type": "reflection",
|
|
3426
3491
|
"declaration": {
|
|
3427
|
-
"id":
|
|
3492
|
+
"id": 137,
|
|
3428
3493
|
"name": "__type",
|
|
3429
3494
|
"kind": 65536,
|
|
3430
3495
|
"kindString": "Type literal",
|
|
3431
3496
|
"flags": {},
|
|
3432
3497
|
"children": [
|
|
3433
3498
|
{
|
|
3434
|
-
"id":
|
|
3499
|
+
"id": 138,
|
|
3435
3500
|
"name": "query",
|
|
3436
3501
|
"kind": 1024,
|
|
3437
3502
|
"kindString": "Property",
|
|
@@ -3449,7 +3514,7 @@
|
|
|
3449
3514
|
}
|
|
3450
3515
|
},
|
|
3451
3516
|
{
|
|
3452
|
-
"id":
|
|
3517
|
+
"id": 139,
|
|
3453
3518
|
"name": "resultSet",
|
|
3454
3519
|
"kind": 1024,
|
|
3455
3520
|
"kindString": "Property",
|
|
@@ -3469,7 +3534,7 @@
|
|
|
3469
3534
|
}
|
|
3470
3535
|
},
|
|
3471
3536
|
{
|
|
3472
|
-
"id":
|
|
3537
|
+
"id": 140,
|
|
3473
3538
|
"name": "schema",
|
|
3474
3539
|
"kind": 1024,
|
|
3475
3540
|
"kindString": "Property",
|
|
@@ -3491,9 +3556,9 @@
|
|
|
3491
3556
|
{
|
|
3492
3557
|
"title": "Properties",
|
|
3493
3558
|
"children": [
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3559
|
+
138,
|
|
3560
|
+
139,
|
|
3561
|
+
140
|
|
3497
3562
|
]
|
|
3498
3563
|
}
|
|
3499
3564
|
],
|
|
@@ -3512,19 +3577,19 @@
|
|
|
3512
3577
|
],
|
|
3513
3578
|
"parameters": [
|
|
3514
3579
|
{
|
|
3515
|
-
"id":
|
|
3580
|
+
"id": 142,
|
|
3516
3581
|
"name": "query",
|
|
3517
3582
|
"kind": 32768,
|
|
3518
3583
|
"kindString": "Parameter",
|
|
3519
3584
|
"flags": {},
|
|
3520
3585
|
"type": {
|
|
3521
3586
|
"type": "reference",
|
|
3522
|
-
"id":
|
|
3587
|
+
"id": 141,
|
|
3523
3588
|
"name": "T"
|
|
3524
3589
|
}
|
|
3525
3590
|
},
|
|
3526
3591
|
{
|
|
3527
|
-
"id":
|
|
3592
|
+
"id": 143,
|
|
3528
3593
|
"name": "payloads",
|
|
3529
3594
|
"kind": 32768,
|
|
3530
3595
|
"kindString": "Parameter",
|
|
@@ -3547,14 +3612,14 @@
|
|
|
3547
3612
|
{
|
|
3548
3613
|
"type": "reflection",
|
|
3549
3614
|
"declaration": {
|
|
3550
|
-
"id":
|
|
3615
|
+
"id": 144,
|
|
3551
3616
|
"name": "__type",
|
|
3552
3617
|
"kind": 65536,
|
|
3553
3618
|
"kindString": "Type literal",
|
|
3554
3619
|
"flags": {},
|
|
3555
3620
|
"children": [
|
|
3556
3621
|
{
|
|
3557
|
-
"id":
|
|
3622
|
+
"id": 145,
|
|
3558
3623
|
"name": "schema",
|
|
3559
3624
|
"kind": 1024,
|
|
3560
3625
|
"kindString": "Property",
|
|
@@ -3576,7 +3641,7 @@
|
|
|
3576
3641
|
{
|
|
3577
3642
|
"title": "Properties",
|
|
3578
3643
|
"children": [
|
|
3579
|
-
|
|
3644
|
+
145
|
|
3580
3645
|
]
|
|
3581
3646
|
}
|
|
3582
3647
|
],
|
|
@@ -3614,14 +3679,14 @@
|
|
|
3614
3679
|
{
|
|
3615
3680
|
"type": "reflection",
|
|
3616
3681
|
"declaration": {
|
|
3617
|
-
"id":
|
|
3682
|
+
"id": 146,
|
|
3618
3683
|
"name": "__type",
|
|
3619
3684
|
"kind": 65536,
|
|
3620
3685
|
"kindString": "Type literal",
|
|
3621
3686
|
"flags": {},
|
|
3622
3687
|
"children": [
|
|
3623
3688
|
{
|
|
3624
|
-
"id":
|
|
3689
|
+
"id": 147,
|
|
3625
3690
|
"name": "schema",
|
|
3626
3691
|
"kind": 1024,
|
|
3627
3692
|
"kindString": "Property",
|
|
@@ -3643,7 +3708,7 @@
|
|
|
3643
3708
|
{
|
|
3644
3709
|
"title": "Properties",
|
|
3645
3710
|
"children": [
|
|
3646
|
-
|
|
3711
|
+
147
|
|
3647
3712
|
]
|
|
3648
3713
|
}
|
|
3649
3714
|
],
|
|
@@ -3686,7 +3751,7 @@
|
|
|
3686
3751
|
}
|
|
3687
3752
|
},
|
|
3688
3753
|
{
|
|
3689
|
-
"id":
|
|
3754
|
+
"id": 148,
|
|
3690
3755
|
"name": "queryable",
|
|
3691
3756
|
"kind": 2048,
|
|
3692
3757
|
"kindString": "Method",
|
|
@@ -3694,20 +3759,20 @@
|
|
|
3694
3759
|
"sources": [
|
|
3695
3760
|
{
|
|
3696
3761
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
3697
|
-
"line":
|
|
3762
|
+
"line": 40,
|
|
3698
3763
|
"character": 4
|
|
3699
3764
|
}
|
|
3700
3765
|
],
|
|
3701
3766
|
"signatures": [
|
|
3702
3767
|
{
|
|
3703
|
-
"id":
|
|
3768
|
+
"id": 149,
|
|
3704
3769
|
"name": "queryable",
|
|
3705
3770
|
"kind": 4096,
|
|
3706
3771
|
"kindString": "Call signature",
|
|
3707
3772
|
"flags": {},
|
|
3708
3773
|
"typeParameter": [
|
|
3709
3774
|
{
|
|
3710
|
-
"id":
|
|
3775
|
+
"id": 158,
|
|
3711
3776
|
"name": "T",
|
|
3712
3777
|
"kind": 131072,
|
|
3713
3778
|
"kindString": "Type parameter",
|
|
@@ -3730,14 +3795,14 @@
|
|
|
3730
3795
|
{
|
|
3731
3796
|
"type": "reflection",
|
|
3732
3797
|
"declaration": {
|
|
3733
|
-
"id":
|
|
3798
|
+
"id": 150,
|
|
3734
3799
|
"name": "__type",
|
|
3735
3800
|
"kind": 65536,
|
|
3736
3801
|
"kindString": "Type literal",
|
|
3737
3802
|
"flags": {},
|
|
3738
3803
|
"children": [
|
|
3739
3804
|
{
|
|
3740
|
-
"id":
|
|
3805
|
+
"id": 151,
|
|
3741
3806
|
"name": "query",
|
|
3742
3807
|
"kind": 1024,
|
|
3743
3808
|
"kindString": "Property",
|
|
@@ -3755,7 +3820,7 @@
|
|
|
3755
3820
|
}
|
|
3756
3821
|
},
|
|
3757
3822
|
{
|
|
3758
|
-
"id":
|
|
3823
|
+
"id": 152,
|
|
3759
3824
|
"name": "resultSet",
|
|
3760
3825
|
"kind": 1024,
|
|
3761
3826
|
"kindString": "Property",
|
|
@@ -3775,7 +3840,7 @@
|
|
|
3775
3840
|
}
|
|
3776
3841
|
},
|
|
3777
3842
|
{
|
|
3778
|
-
"id":
|
|
3843
|
+
"id": 153,
|
|
3779
3844
|
"name": "schema",
|
|
3780
3845
|
"kind": 1024,
|
|
3781
3846
|
"kindString": "Property",
|
|
@@ -3797,9 +3862,9 @@
|
|
|
3797
3862
|
{
|
|
3798
3863
|
"title": "Properties",
|
|
3799
3864
|
"children": [
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3865
|
+
151,
|
|
3866
|
+
152,
|
|
3867
|
+
153
|
|
3803
3868
|
]
|
|
3804
3869
|
}
|
|
3805
3870
|
],
|
|
@@ -3832,14 +3897,14 @@
|
|
|
3832
3897
|
{
|
|
3833
3898
|
"type": "reflection",
|
|
3834
3899
|
"declaration": {
|
|
3835
|
-
"id":
|
|
3900
|
+
"id": 154,
|
|
3836
3901
|
"name": "__type",
|
|
3837
3902
|
"kind": 65536,
|
|
3838
3903
|
"kindString": "Type literal",
|
|
3839
3904
|
"flags": {},
|
|
3840
3905
|
"children": [
|
|
3841
3906
|
{
|
|
3842
|
-
"id":
|
|
3907
|
+
"id": 155,
|
|
3843
3908
|
"name": "query",
|
|
3844
3909
|
"kind": 1024,
|
|
3845
3910
|
"kindString": "Property",
|
|
@@ -3857,7 +3922,7 @@
|
|
|
3857
3922
|
}
|
|
3858
3923
|
},
|
|
3859
3924
|
{
|
|
3860
|
-
"id":
|
|
3925
|
+
"id": 156,
|
|
3861
3926
|
"name": "resultSet",
|
|
3862
3927
|
"kind": 1024,
|
|
3863
3928
|
"kindString": "Property",
|
|
@@ -3877,7 +3942,7 @@
|
|
|
3877
3942
|
}
|
|
3878
3943
|
},
|
|
3879
3944
|
{
|
|
3880
|
-
"id":
|
|
3945
|
+
"id": 157,
|
|
3881
3946
|
"name": "schema",
|
|
3882
3947
|
"kind": 1024,
|
|
3883
3948
|
"kindString": "Property",
|
|
@@ -3899,9 +3964,9 @@
|
|
|
3899
3964
|
{
|
|
3900
3965
|
"title": "Properties",
|
|
3901
3966
|
"children": [
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
|
|
3967
|
+
155,
|
|
3968
|
+
156,
|
|
3969
|
+
157
|
|
3905
3970
|
]
|
|
3906
3971
|
}
|
|
3907
3972
|
],
|
|
@@ -3920,19 +3985,19 @@
|
|
|
3920
3985
|
],
|
|
3921
3986
|
"parameters": [
|
|
3922
3987
|
{
|
|
3923
|
-
"id":
|
|
3988
|
+
"id": 159,
|
|
3924
3989
|
"name": "query",
|
|
3925
3990
|
"kind": 32768,
|
|
3926
3991
|
"kindString": "Parameter",
|
|
3927
3992
|
"flags": {},
|
|
3928
3993
|
"type": {
|
|
3929
3994
|
"type": "reference",
|
|
3930
|
-
"id":
|
|
3995
|
+
"id": 158,
|
|
3931
3996
|
"name": "T"
|
|
3932
3997
|
}
|
|
3933
3998
|
},
|
|
3934
3999
|
{
|
|
3935
|
-
"id":
|
|
4000
|
+
"id": 160,
|
|
3936
4001
|
"name": "payloads",
|
|
3937
4002
|
"kind": 32768,
|
|
3938
4003
|
"kindString": "Parameter",
|
|
@@ -3955,14 +4020,14 @@
|
|
|
3955
4020
|
{
|
|
3956
4021
|
"type": "reflection",
|
|
3957
4022
|
"declaration": {
|
|
3958
|
-
"id":
|
|
4023
|
+
"id": 161,
|
|
3959
4024
|
"name": "__type",
|
|
3960
4025
|
"kind": 65536,
|
|
3961
4026
|
"kindString": "Type literal",
|
|
3962
4027
|
"flags": {},
|
|
3963
4028
|
"children": [
|
|
3964
4029
|
{
|
|
3965
|
-
"id":
|
|
4030
|
+
"id": 162,
|
|
3966
4031
|
"name": "schema",
|
|
3967
4032
|
"kind": 1024,
|
|
3968
4033
|
"kindString": "Property",
|
|
@@ -3984,7 +4049,7 @@
|
|
|
3984
4049
|
{
|
|
3985
4050
|
"title": "Properties",
|
|
3986
4051
|
"children": [
|
|
3987
|
-
|
|
4052
|
+
162
|
|
3988
4053
|
]
|
|
3989
4054
|
}
|
|
3990
4055
|
],
|
|
@@ -4036,7 +4101,7 @@
|
|
|
4036
4101
|
}
|
|
4037
4102
|
},
|
|
4038
4103
|
{
|
|
4039
|
-
"id":
|
|
4104
|
+
"id": 163,
|
|
4040
4105
|
"name": "resolve",
|
|
4041
4106
|
"kind": 2048,
|
|
4042
4107
|
"kindString": "Method",
|
|
@@ -4044,20 +4109,20 @@
|
|
|
4044
4109
|
"sources": [
|
|
4045
4110
|
{
|
|
4046
4111
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
4047
|
-
"line":
|
|
4112
|
+
"line": 41,
|
|
4048
4113
|
"character": 4
|
|
4049
4114
|
}
|
|
4050
4115
|
],
|
|
4051
4116
|
"signatures": [
|
|
4052
4117
|
{
|
|
4053
|
-
"id":
|
|
4118
|
+
"id": 164,
|
|
4054
4119
|
"name": "resolve",
|
|
4055
4120
|
"kind": 4096,
|
|
4056
4121
|
"kindString": "Call signature",
|
|
4057
4122
|
"flags": {},
|
|
4058
4123
|
"parameters": [
|
|
4059
4124
|
{
|
|
4060
|
-
"id":
|
|
4125
|
+
"id": 165,
|
|
4061
4126
|
"name": "filter",
|
|
4062
4127
|
"kind": 32768,
|
|
4063
4128
|
"kindString": "Parameter",
|
|
@@ -4092,14 +4157,14 @@
|
|
|
4092
4157
|
{
|
|
4093
4158
|
"type": "reflection",
|
|
4094
4159
|
"declaration": {
|
|
4095
|
-
"id":
|
|
4160
|
+
"id": 166,
|
|
4096
4161
|
"name": "__type",
|
|
4097
4162
|
"kind": 65536,
|
|
4098
4163
|
"kindString": "Type literal",
|
|
4099
4164
|
"flags": {},
|
|
4100
4165
|
"children": [
|
|
4101
4166
|
{
|
|
4102
|
-
"id":
|
|
4167
|
+
"id": 167,
|
|
4103
4168
|
"name": "name",
|
|
4104
4169
|
"kind": 1024,
|
|
4105
4170
|
"kindString": "Property",
|
|
@@ -4119,7 +4184,7 @@
|
|
|
4119
4184
|
}
|
|
4120
4185
|
},
|
|
4121
4186
|
{
|
|
4122
|
-
"id":
|
|
4187
|
+
"id": 168,
|
|
4123
4188
|
"name": "security",
|
|
4124
4189
|
"kind": 1024,
|
|
4125
4190
|
"kindString": "Property",
|
|
@@ -4136,15 +4201,15 @@
|
|
|
4136
4201
|
"type": {
|
|
4137
4202
|
"type": "reflection",
|
|
4138
4203
|
"declaration": {
|
|
4139
|
-
"id":
|
|
4204
|
+
"id": 169,
|
|
4140
4205
|
"name": "__type",
|
|
4141
4206
|
"kind": 65536,
|
|
4142
4207
|
"kindString": "Type literal",
|
|
4143
4208
|
"flags": {},
|
|
4144
4209
|
"children": [
|
|
4145
4210
|
{
|
|
4146
|
-
"id":
|
|
4147
|
-
"name": "
|
|
4211
|
+
"id": 170,
|
|
4212
|
+
"name": "allowAnonymous",
|
|
4148
4213
|
"kind": 1024,
|
|
4149
4214
|
"kindString": "Property",
|
|
4150
4215
|
"flags": {
|
|
@@ -4157,6 +4222,26 @@
|
|
|
4157
4222
|
"character": 8
|
|
4158
4223
|
}
|
|
4159
4224
|
],
|
|
4225
|
+
"type": {
|
|
4226
|
+
"type": "intrinsic",
|
|
4227
|
+
"name": "boolean"
|
|
4228
|
+
}
|
|
4229
|
+
},
|
|
4230
|
+
{
|
|
4231
|
+
"id": 171,
|
|
4232
|
+
"name": "allowed",
|
|
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": 12,
|
|
4242
|
+
"character": 8
|
|
4243
|
+
}
|
|
4244
|
+
],
|
|
4160
4245
|
"type": {
|
|
4161
4246
|
"type": "reference",
|
|
4162
4247
|
"typeArguments": [
|
|
@@ -4187,7 +4272,7 @@
|
|
|
4187
4272
|
}
|
|
4188
4273
|
},
|
|
4189
4274
|
{
|
|
4190
|
-
"id":
|
|
4275
|
+
"id": 172,
|
|
4191
4276
|
"name": "disallowed",
|
|
4192
4277
|
"kind": 1024,
|
|
4193
4278
|
"kindString": "Property",
|
|
@@ -4197,7 +4282,7 @@
|
|
|
4197
4282
|
"sources": [
|
|
4198
4283
|
{
|
|
4199
4284
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
4200
|
-
"line":
|
|
4285
|
+
"line": 13,
|
|
4201
4286
|
"character": 8
|
|
4202
4287
|
}
|
|
4203
4288
|
],
|
|
@@ -4226,8 +4311,9 @@
|
|
|
4226
4311
|
{
|
|
4227
4312
|
"title": "Properties",
|
|
4228
4313
|
"children": [
|
|
4229
|
-
|
|
4230
|
-
|
|
4314
|
+
170,
|
|
4315
|
+
171,
|
|
4316
|
+
172
|
|
4231
4317
|
]
|
|
4232
4318
|
}
|
|
4233
4319
|
],
|
|
@@ -4246,8 +4332,8 @@
|
|
|
4246
4332
|
{
|
|
4247
4333
|
"title": "Properties",
|
|
4248
4334
|
"children": [
|
|
4249
|
-
|
|
4250
|
-
|
|
4335
|
+
167,
|
|
4336
|
+
168
|
|
4251
4337
|
]
|
|
4252
4338
|
}
|
|
4253
4339
|
],
|
|
@@ -4263,14 +4349,14 @@
|
|
|
4263
4349
|
{
|
|
4264
4350
|
"type": "reflection",
|
|
4265
4351
|
"declaration": {
|
|
4266
|
-
"id":
|
|
4352
|
+
"id": 173,
|
|
4267
4353
|
"name": "__type",
|
|
4268
4354
|
"kind": 65536,
|
|
4269
4355
|
"kindString": "Type literal",
|
|
4270
4356
|
"flags": {},
|
|
4271
4357
|
"children": [
|
|
4272
4358
|
{
|
|
4273
|
-
"id":
|
|
4359
|
+
"id": 174,
|
|
4274
4360
|
"name": "schema",
|
|
4275
4361
|
"kind": 1024,
|
|
4276
4362
|
"kindString": "Property",
|
|
@@ -4292,7 +4378,7 @@
|
|
|
4292
4378
|
{
|
|
4293
4379
|
"title": "Properties",
|
|
4294
4380
|
"children": [
|
|
4295
|
-
|
|
4381
|
+
174
|
|
4296
4382
|
]
|
|
4297
4383
|
}
|
|
4298
4384
|
],
|
|
@@ -4338,7 +4424,7 @@
|
|
|
4338
4424
|
}
|
|
4339
4425
|
},
|
|
4340
4426
|
{
|
|
4341
|
-
"id":
|
|
4427
|
+
"id": 227,
|
|
4342
4428
|
"name": "sendQuery",
|
|
4343
4429
|
"kind": 2048,
|
|
4344
4430
|
"kindString": "Method",
|
|
@@ -4348,20 +4434,20 @@
|
|
|
4348
4434
|
"sources": [
|
|
4349
4435
|
{
|
|
4350
4436
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
4351
|
-
"line":
|
|
4437
|
+
"line": 45,
|
|
4352
4438
|
"character": 14
|
|
4353
4439
|
}
|
|
4354
4440
|
],
|
|
4355
4441
|
"signatures": [
|
|
4356
4442
|
{
|
|
4357
|
-
"id":
|
|
4443
|
+
"id": 228,
|
|
4358
4444
|
"name": "sendQuery",
|
|
4359
4445
|
"kind": 4096,
|
|
4360
4446
|
"kindString": "Call signature",
|
|
4361
4447
|
"flags": {},
|
|
4362
4448
|
"typeParameter": [
|
|
4363
4449
|
{
|
|
4364
|
-
"id":
|
|
4450
|
+
"id": 233,
|
|
4365
4451
|
"name": "T",
|
|
4366
4452
|
"kind": 131072,
|
|
4367
4453
|
"kindString": "Type parameter",
|
|
@@ -4387,14 +4473,14 @@
|
|
|
4387
4473
|
{
|
|
4388
4474
|
"type": "reflection",
|
|
4389
4475
|
"declaration": {
|
|
4390
|
-
"id":
|
|
4476
|
+
"id": 229,
|
|
4391
4477
|
"name": "__type",
|
|
4392
4478
|
"kind": 65536,
|
|
4393
4479
|
"kindString": "Type literal",
|
|
4394
4480
|
"flags": {},
|
|
4395
4481
|
"children": [
|
|
4396
4482
|
{
|
|
4397
|
-
"id":
|
|
4483
|
+
"id": 230,
|
|
4398
4484
|
"name": "schema",
|
|
4399
4485
|
"kind": 1024,
|
|
4400
4486
|
"kindString": "Property",
|
|
@@ -4416,7 +4502,7 @@
|
|
|
4416
4502
|
{
|
|
4417
4503
|
"title": "Properties",
|
|
4418
4504
|
"children": [
|
|
4419
|
-
|
|
4505
|
+
230
|
|
4420
4506
|
]
|
|
4421
4507
|
}
|
|
4422
4508
|
],
|
|
@@ -4452,14 +4538,14 @@
|
|
|
4452
4538
|
{
|
|
4453
4539
|
"type": "reflection",
|
|
4454
4540
|
"declaration": {
|
|
4455
|
-
"id":
|
|
4541
|
+
"id": 231,
|
|
4456
4542
|
"name": "__type",
|
|
4457
4543
|
"kind": 65536,
|
|
4458
4544
|
"kindString": "Type literal",
|
|
4459
4545
|
"flags": {},
|
|
4460
4546
|
"children": [
|
|
4461
4547
|
{
|
|
4462
|
-
"id":
|
|
4548
|
+
"id": 232,
|
|
4463
4549
|
"name": "schema",
|
|
4464
4550
|
"kind": 1024,
|
|
4465
4551
|
"kindString": "Property",
|
|
@@ -4481,7 +4567,7 @@
|
|
|
4481
4567
|
{
|
|
4482
4568
|
"title": "Properties",
|
|
4483
4569
|
"children": [
|
|
4484
|
-
|
|
4570
|
+
232
|
|
4485
4571
|
]
|
|
4486
4572
|
}
|
|
4487
4573
|
],
|
|
@@ -4505,19 +4591,19 @@
|
|
|
4505
4591
|
],
|
|
4506
4592
|
"parameters": [
|
|
4507
4593
|
{
|
|
4508
|
-
"id":
|
|
4594
|
+
"id": 234,
|
|
4509
4595
|
"name": "queryPayload",
|
|
4510
4596
|
"kind": 32768,
|
|
4511
4597
|
"kindString": "Parameter",
|
|
4512
4598
|
"flags": {},
|
|
4513
4599
|
"type": {
|
|
4514
4600
|
"type": "reference",
|
|
4515
|
-
"id":
|
|
4601
|
+
"id": 233,
|
|
4516
4602
|
"name": "T"
|
|
4517
4603
|
}
|
|
4518
4604
|
},
|
|
4519
4605
|
{
|
|
4520
|
-
"id":
|
|
4606
|
+
"id": 235,
|
|
4521
4607
|
"name": "payloads",
|
|
4522
4608
|
"kind": 32768,
|
|
4523
4609
|
"kindString": "Parameter",
|
|
@@ -4541,14 +4627,14 @@
|
|
|
4541
4627
|
{
|
|
4542
4628
|
"type": "reflection",
|
|
4543
4629
|
"declaration": {
|
|
4544
|
-
"id":
|
|
4630
|
+
"id": 236,
|
|
4545
4631
|
"name": "__type",
|
|
4546
4632
|
"kind": 65536,
|
|
4547
4633
|
"kindString": "Type literal",
|
|
4548
4634
|
"flags": {},
|
|
4549
4635
|
"children": [
|
|
4550
4636
|
{
|
|
4551
|
-
"id":
|
|
4637
|
+
"id": 237,
|
|
4552
4638
|
"name": "schema",
|
|
4553
4639
|
"kind": 1024,
|
|
4554
4640
|
"kindString": "Property",
|
|
@@ -4570,7 +4656,7 @@
|
|
|
4570
4656
|
{
|
|
4571
4657
|
"title": "Properties",
|
|
4572
4658
|
"children": [
|
|
4573
|
-
|
|
4659
|
+
237
|
|
4574
4660
|
]
|
|
4575
4661
|
}
|
|
4576
4662
|
],
|
|
@@ -4609,14 +4695,14 @@
|
|
|
4609
4695
|
{
|
|
4610
4696
|
"type": "reflection",
|
|
4611
4697
|
"declaration": {
|
|
4612
|
-
"id":
|
|
4698
|
+
"id": 238,
|
|
4613
4699
|
"name": "__type",
|
|
4614
4700
|
"kind": 65536,
|
|
4615
4701
|
"kindString": "Type literal",
|
|
4616
4702
|
"flags": {},
|
|
4617
4703
|
"children": [
|
|
4618
4704
|
{
|
|
4619
|
-
"id":
|
|
4705
|
+
"id": 239,
|
|
4620
4706
|
"name": "schema",
|
|
4621
4707
|
"kind": 1024,
|
|
4622
4708
|
"kindString": "Property",
|
|
@@ -4638,7 +4724,7 @@
|
|
|
4638
4724
|
{
|
|
4639
4725
|
"title": "Properties",
|
|
4640
4726
|
"children": [
|
|
4641
|
-
|
|
4727
|
+
239
|
|
4642
4728
|
]
|
|
4643
4729
|
}
|
|
4644
4730
|
],
|
|
@@ -4671,7 +4757,7 @@
|
|
|
4671
4757
|
}
|
|
4672
4758
|
},
|
|
4673
4759
|
{
|
|
4674
|
-
"id":
|
|
4760
|
+
"id": 240,
|
|
4675
4761
|
"name": "throwErrors",
|
|
4676
4762
|
"kind": 2048,
|
|
4677
4763
|
"kindString": "Method",
|
|
@@ -4681,20 +4767,20 @@
|
|
|
4681
4767
|
"sources": [
|
|
4682
4768
|
{
|
|
4683
4769
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
4684
|
-
"line":
|
|
4770
|
+
"line": 46,
|
|
4685
4771
|
"character": 14
|
|
4686
4772
|
}
|
|
4687
4773
|
],
|
|
4688
4774
|
"signatures": [
|
|
4689
4775
|
{
|
|
4690
|
-
"id":
|
|
4776
|
+
"id": 241,
|
|
4691
4777
|
"name": "throwErrors",
|
|
4692
4778
|
"kind": 4096,
|
|
4693
4779
|
"kindString": "Call signature",
|
|
4694
4780
|
"flags": {},
|
|
4695
4781
|
"parameters": [
|
|
4696
4782
|
{
|
|
4697
|
-
"id":
|
|
4783
|
+
"id": 242,
|
|
4698
4784
|
"name": "query",
|
|
4699
4785
|
"kind": 32768,
|
|
4700
4786
|
"kindString": "Parameter",
|
|
@@ -4720,14 +4806,14 @@
|
|
|
4720
4806
|
{
|
|
4721
4807
|
"type": "reflection",
|
|
4722
4808
|
"declaration": {
|
|
4723
|
-
"id":
|
|
4809
|
+
"id": 243,
|
|
4724
4810
|
"name": "__type",
|
|
4725
4811
|
"kind": 65536,
|
|
4726
4812
|
"kindString": "Type literal",
|
|
4727
4813
|
"flags": {},
|
|
4728
4814
|
"children": [
|
|
4729
4815
|
{
|
|
4730
|
-
"id":
|
|
4816
|
+
"id": 244,
|
|
4731
4817
|
"name": "query",
|
|
4732
4818
|
"kind": 1024,
|
|
4733
4819
|
"kindString": "Property",
|
|
@@ -4745,7 +4831,7 @@
|
|
|
4745
4831
|
}
|
|
4746
4832
|
},
|
|
4747
4833
|
{
|
|
4748
|
-
"id":
|
|
4834
|
+
"id": 245,
|
|
4749
4835
|
"name": "resultSet",
|
|
4750
4836
|
"kind": 1024,
|
|
4751
4837
|
"kindString": "Property",
|
|
@@ -4765,7 +4851,7 @@
|
|
|
4765
4851
|
}
|
|
4766
4852
|
},
|
|
4767
4853
|
{
|
|
4768
|
-
"id":
|
|
4854
|
+
"id": 246,
|
|
4769
4855
|
"name": "schema",
|
|
4770
4856
|
"kind": 1024,
|
|
4771
4857
|
"kindString": "Property",
|
|
@@ -4787,9 +4873,9 @@
|
|
|
4787
4873
|
{
|
|
4788
4874
|
"title": "Properties",
|
|
4789
4875
|
"children": [
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4876
|
+
244,
|
|
4877
|
+
245,
|
|
4878
|
+
246
|
|
4793
4879
|
]
|
|
4794
4880
|
}
|
|
4795
4881
|
],
|
|
@@ -4821,14 +4907,14 @@
|
|
|
4821
4907
|
{
|
|
4822
4908
|
"type": "reflection",
|
|
4823
4909
|
"declaration": {
|
|
4824
|
-
"id":
|
|
4910
|
+
"id": 247,
|
|
4825
4911
|
"name": "__type",
|
|
4826
4912
|
"kind": 65536,
|
|
4827
4913
|
"kindString": "Type literal",
|
|
4828
4914
|
"flags": {},
|
|
4829
4915
|
"children": [
|
|
4830
4916
|
{
|
|
4831
|
-
"id":
|
|
4917
|
+
"id": 248,
|
|
4832
4918
|
"name": "schema",
|
|
4833
4919
|
"kind": 1024,
|
|
4834
4920
|
"kindString": "Property",
|
|
@@ -4850,7 +4936,7 @@
|
|
|
4850
4936
|
{
|
|
4851
4937
|
"title": "Properties",
|
|
4852
4938
|
"children": [
|
|
4853
|
-
|
|
4939
|
+
248
|
|
4854
4940
|
]
|
|
4855
4941
|
}
|
|
4856
4942
|
],
|
|
@@ -4872,7 +4958,7 @@
|
|
|
4872
4958
|
}
|
|
4873
4959
|
},
|
|
4874
4960
|
{
|
|
4875
|
-
"id":
|
|
4961
|
+
"id": 249,
|
|
4876
4962
|
"name": "result",
|
|
4877
4963
|
"kind": 32768,
|
|
4878
4964
|
"kindString": "Parameter",
|
|
@@ -4894,14 +4980,14 @@
|
|
|
4894
4980
|
{
|
|
4895
4981
|
"type": "reflection",
|
|
4896
4982
|
"declaration": {
|
|
4897
|
-
"id":
|
|
4983
|
+
"id": 250,
|
|
4898
4984
|
"name": "__type",
|
|
4899
4985
|
"kind": 65536,
|
|
4900
4986
|
"kindString": "Type literal",
|
|
4901
4987
|
"flags": {},
|
|
4902
4988
|
"children": [
|
|
4903
4989
|
{
|
|
4904
|
-
"id":
|
|
4990
|
+
"id": 251,
|
|
4905
4991
|
"name": "schema",
|
|
4906
4992
|
"kind": 1024,
|
|
4907
4993
|
"kindString": "Property",
|
|
@@ -4923,7 +5009,7 @@
|
|
|
4923
5009
|
{
|
|
4924
5010
|
"title": "Properties",
|
|
4925
5011
|
"children": [
|
|
4926
|
-
|
|
5012
|
+
251
|
|
4927
5013
|
]
|
|
4928
5014
|
}
|
|
4929
5015
|
],
|
|
@@ -4959,7 +5045,7 @@
|
|
|
4959
5045
|
}
|
|
4960
5046
|
},
|
|
4961
5047
|
{
|
|
4962
|
-
"id":
|
|
5048
|
+
"id": 27,
|
|
4963
5049
|
"name": "hasRequiredQueries",
|
|
4964
5050
|
"kind": 2048,
|
|
4965
5051
|
"kindString": "Method",
|
|
@@ -4969,20 +5055,20 @@
|
|
|
4969
5055
|
"sources": [
|
|
4970
5056
|
{
|
|
4971
5057
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
4972
|
-
"line":
|
|
5058
|
+
"line": 33,
|
|
4973
5059
|
"character": 11
|
|
4974
5060
|
}
|
|
4975
5061
|
],
|
|
4976
5062
|
"signatures": [
|
|
4977
5063
|
{
|
|
4978
|
-
"id":
|
|
5064
|
+
"id": 28,
|
|
4979
5065
|
"name": "hasRequiredQueries",
|
|
4980
5066
|
"kind": 4096,
|
|
4981
5067
|
"kindString": "Call signature",
|
|
4982
5068
|
"flags": {},
|
|
4983
5069
|
"parameters": [
|
|
4984
5070
|
{
|
|
4985
|
-
"id":
|
|
5071
|
+
"id": 29,
|
|
4986
5072
|
"name": "module",
|
|
4987
5073
|
"kind": 32768,
|
|
4988
5074
|
"kindString": "Parameter",
|
|
@@ -5004,14 +5090,14 @@
|
|
|
5004
5090
|
{
|
|
5005
5091
|
"type": "reflection",
|
|
5006
5092
|
"declaration": {
|
|
5007
|
-
"id":
|
|
5093
|
+
"id": 30,
|
|
5008
5094
|
"name": "__type",
|
|
5009
5095
|
"kind": 65536,
|
|
5010
5096
|
"kindString": "Type literal",
|
|
5011
5097
|
"flags": {},
|
|
5012
5098
|
"children": [
|
|
5013
5099
|
{
|
|
5014
|
-
"id":
|
|
5100
|
+
"id": 31,
|
|
5015
5101
|
"name": "name",
|
|
5016
5102
|
"kind": 1024,
|
|
5017
5103
|
"kindString": "Property",
|
|
@@ -5031,7 +5117,7 @@
|
|
|
5031
5117
|
}
|
|
5032
5118
|
},
|
|
5033
5119
|
{
|
|
5034
|
-
"id":
|
|
5120
|
+
"id": 32,
|
|
5035
5121
|
"name": "security",
|
|
5036
5122
|
"kind": 1024,
|
|
5037
5123
|
"kindString": "Property",
|
|
@@ -5048,15 +5134,15 @@
|
|
|
5048
5134
|
"type": {
|
|
5049
5135
|
"type": "reflection",
|
|
5050
5136
|
"declaration": {
|
|
5051
|
-
"id":
|
|
5137
|
+
"id": 33,
|
|
5052
5138
|
"name": "__type",
|
|
5053
5139
|
"kind": 65536,
|
|
5054
5140
|
"kindString": "Type literal",
|
|
5055
5141
|
"flags": {},
|
|
5056
5142
|
"children": [
|
|
5057
5143
|
{
|
|
5058
|
-
"id":
|
|
5059
|
-
"name": "
|
|
5144
|
+
"id": 34,
|
|
5145
|
+
"name": "allowAnonymous",
|
|
5060
5146
|
"kind": 1024,
|
|
5061
5147
|
"kindString": "Property",
|
|
5062
5148
|
"flags": {
|
|
@@ -5069,6 +5155,26 @@
|
|
|
5069
5155
|
"character": 8
|
|
5070
5156
|
}
|
|
5071
5157
|
],
|
|
5158
|
+
"type": {
|
|
5159
|
+
"type": "intrinsic",
|
|
5160
|
+
"name": "boolean"
|
|
5161
|
+
}
|
|
5162
|
+
},
|
|
5163
|
+
{
|
|
5164
|
+
"id": 35,
|
|
5165
|
+
"name": "allowed",
|
|
5166
|
+
"kind": 1024,
|
|
5167
|
+
"kindString": "Property",
|
|
5168
|
+
"flags": {
|
|
5169
|
+
"isOptional": true
|
|
5170
|
+
},
|
|
5171
|
+
"sources": [
|
|
5172
|
+
{
|
|
5173
|
+
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5174
|
+
"line": 12,
|
|
5175
|
+
"character": 8
|
|
5176
|
+
}
|
|
5177
|
+
],
|
|
5072
5178
|
"type": {
|
|
5073
5179
|
"type": "reference",
|
|
5074
5180
|
"typeArguments": [
|
|
@@ -5099,7 +5205,7 @@
|
|
|
5099
5205
|
}
|
|
5100
5206
|
},
|
|
5101
5207
|
{
|
|
5102
|
-
"id":
|
|
5208
|
+
"id": 36,
|
|
5103
5209
|
"name": "disallowed",
|
|
5104
5210
|
"kind": 1024,
|
|
5105
5211
|
"kindString": "Property",
|
|
@@ -5109,7 +5215,7 @@
|
|
|
5109
5215
|
"sources": [
|
|
5110
5216
|
{
|
|
5111
5217
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5112
|
-
"line":
|
|
5218
|
+
"line": 13,
|
|
5113
5219
|
"character": 8
|
|
5114
5220
|
}
|
|
5115
5221
|
],
|
|
@@ -5138,8 +5244,9 @@
|
|
|
5138
5244
|
{
|
|
5139
5245
|
"title": "Properties",
|
|
5140
5246
|
"children": [
|
|
5141
|
-
|
|
5142
|
-
|
|
5247
|
+
34,
|
|
5248
|
+
35,
|
|
5249
|
+
36
|
|
5143
5250
|
]
|
|
5144
5251
|
}
|
|
5145
5252
|
],
|
|
@@ -5158,8 +5265,8 @@
|
|
|
5158
5265
|
{
|
|
5159
5266
|
"title": "Properties",
|
|
5160
5267
|
"children": [
|
|
5161
|
-
|
|
5162
|
-
|
|
5268
|
+
31,
|
|
5269
|
+
32
|
|
5163
5270
|
]
|
|
5164
5271
|
}
|
|
5165
5272
|
],
|
|
@@ -5175,14 +5282,14 @@
|
|
|
5175
5282
|
{
|
|
5176
5283
|
"type": "reflection",
|
|
5177
5284
|
"declaration": {
|
|
5178
|
-
"id":
|
|
5285
|
+
"id": 37,
|
|
5179
5286
|
"name": "__type",
|
|
5180
5287
|
"kind": 65536,
|
|
5181
5288
|
"kindString": "Type literal",
|
|
5182
5289
|
"flags": {},
|
|
5183
5290
|
"children": [
|
|
5184
5291
|
{
|
|
5185
|
-
"id":
|
|
5292
|
+
"id": 38,
|
|
5186
5293
|
"name": "schema",
|
|
5187
5294
|
"kind": 1024,
|
|
5188
5295
|
"kindString": "Property",
|
|
@@ -5204,7 +5311,7 @@
|
|
|
5204
5311
|
{
|
|
5205
5312
|
"title": "Properties",
|
|
5206
5313
|
"children": [
|
|
5207
|
-
|
|
5314
|
+
38
|
|
5208
5315
|
]
|
|
5209
5316
|
}
|
|
5210
5317
|
],
|
|
@@ -5240,7 +5347,7 @@
|
|
|
5240
5347
|
}
|
|
5241
5348
|
},
|
|
5242
5349
|
{
|
|
5243
|
-
"id":
|
|
5350
|
+
"id": 39,
|
|
5244
5351
|
"name": "missingRequiredQueries",
|
|
5245
5352
|
"kind": 2048,
|
|
5246
5353
|
"kindString": "Method",
|
|
@@ -5250,20 +5357,20 @@
|
|
|
5250
5357
|
"sources": [
|
|
5251
5358
|
{
|
|
5252
5359
|
"fileName": "modules/packages/module/dist/types/ModuleWrapper.d.ts",
|
|
5253
|
-
"line":
|
|
5360
|
+
"line": 34,
|
|
5254
5361
|
"character": 11
|
|
5255
5362
|
}
|
|
5256
5363
|
],
|
|
5257
5364
|
"signatures": [
|
|
5258
5365
|
{
|
|
5259
|
-
"id":
|
|
5366
|
+
"id": 40,
|
|
5260
5367
|
"name": "missingRequiredQueries",
|
|
5261
5368
|
"kind": 4096,
|
|
5262
5369
|
"kindString": "Call signature",
|
|
5263
5370
|
"flags": {},
|
|
5264
5371
|
"parameters": [
|
|
5265
5372
|
{
|
|
5266
|
-
"id":
|
|
5373
|
+
"id": 41,
|
|
5267
5374
|
"name": "module",
|
|
5268
5375
|
"kind": 32768,
|
|
5269
5376
|
"kindString": "Parameter",
|
|
@@ -5285,14 +5392,14 @@
|
|
|
5285
5392
|
{
|
|
5286
5393
|
"type": "reflection",
|
|
5287
5394
|
"declaration": {
|
|
5288
|
-
"id":
|
|
5395
|
+
"id": 42,
|
|
5289
5396
|
"name": "__type",
|
|
5290
5397
|
"kind": 65536,
|
|
5291
5398
|
"kindString": "Type literal",
|
|
5292
5399
|
"flags": {},
|
|
5293
5400
|
"children": [
|
|
5294
5401
|
{
|
|
5295
|
-
"id":
|
|
5402
|
+
"id": 43,
|
|
5296
5403
|
"name": "name",
|
|
5297
5404
|
"kind": 1024,
|
|
5298
5405
|
"kindString": "Property",
|
|
@@ -5312,7 +5419,7 @@
|
|
|
5312
5419
|
}
|
|
5313
5420
|
},
|
|
5314
5421
|
{
|
|
5315
|
-
"id":
|
|
5422
|
+
"id": 44,
|
|
5316
5423
|
"name": "security",
|
|
5317
5424
|
"kind": 1024,
|
|
5318
5425
|
"kindString": "Property",
|
|
@@ -5329,15 +5436,15 @@
|
|
|
5329
5436
|
"type": {
|
|
5330
5437
|
"type": "reflection",
|
|
5331
5438
|
"declaration": {
|
|
5332
|
-
"id":
|
|
5439
|
+
"id": 45,
|
|
5333
5440
|
"name": "__type",
|
|
5334
5441
|
"kind": 65536,
|
|
5335
5442
|
"kindString": "Type literal",
|
|
5336
5443
|
"flags": {},
|
|
5337
5444
|
"children": [
|
|
5338
5445
|
{
|
|
5339
|
-
"id":
|
|
5340
|
-
"name": "
|
|
5446
|
+
"id": 46,
|
|
5447
|
+
"name": "allowAnonymous",
|
|
5341
5448
|
"kind": 1024,
|
|
5342
5449
|
"kindString": "Property",
|
|
5343
5450
|
"flags": {
|
|
@@ -5350,6 +5457,26 @@
|
|
|
5350
5457
|
"character": 8
|
|
5351
5458
|
}
|
|
5352
5459
|
],
|
|
5460
|
+
"type": {
|
|
5461
|
+
"type": "intrinsic",
|
|
5462
|
+
"name": "boolean"
|
|
5463
|
+
}
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"id": 47,
|
|
5467
|
+
"name": "allowed",
|
|
5468
|
+
"kind": 1024,
|
|
5469
|
+
"kindString": "Property",
|
|
5470
|
+
"flags": {
|
|
5471
|
+
"isOptional": true
|
|
5472
|
+
},
|
|
5473
|
+
"sources": [
|
|
5474
|
+
{
|
|
5475
|
+
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5476
|
+
"line": 12,
|
|
5477
|
+
"character": 8
|
|
5478
|
+
}
|
|
5479
|
+
],
|
|
5353
5480
|
"type": {
|
|
5354
5481
|
"type": "reference",
|
|
5355
5482
|
"typeArguments": [
|
|
@@ -5380,7 +5507,7 @@
|
|
|
5380
5507
|
}
|
|
5381
5508
|
},
|
|
5382
5509
|
{
|
|
5383
|
-
"id":
|
|
5510
|
+
"id": 48,
|
|
5384
5511
|
"name": "disallowed",
|
|
5385
5512
|
"kind": 1024,
|
|
5386
5513
|
"kindString": "Property",
|
|
@@ -5390,7 +5517,7 @@
|
|
|
5390
5517
|
"sources": [
|
|
5391
5518
|
{
|
|
5392
5519
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5393
|
-
"line":
|
|
5520
|
+
"line": 13,
|
|
5394
5521
|
"character": 8
|
|
5395
5522
|
}
|
|
5396
5523
|
],
|
|
@@ -5419,8 +5546,9 @@
|
|
|
5419
5546
|
{
|
|
5420
5547
|
"title": "Properties",
|
|
5421
5548
|
"children": [
|
|
5422
|
-
|
|
5423
|
-
|
|
5549
|
+
46,
|
|
5550
|
+
47,
|
|
5551
|
+
48
|
|
5424
5552
|
]
|
|
5425
5553
|
}
|
|
5426
5554
|
],
|
|
@@ -5439,8 +5567,8 @@
|
|
|
5439
5567
|
{
|
|
5440
5568
|
"title": "Properties",
|
|
5441
5569
|
"children": [
|
|
5442
|
-
|
|
5443
|
-
|
|
5570
|
+
43,
|
|
5571
|
+
44
|
|
5444
5572
|
]
|
|
5445
5573
|
}
|
|
5446
5574
|
],
|
|
@@ -5456,14 +5584,14 @@
|
|
|
5456
5584
|
{
|
|
5457
5585
|
"type": "reflection",
|
|
5458
5586
|
"declaration": {
|
|
5459
|
-
"id":
|
|
5587
|
+
"id": 49,
|
|
5460
5588
|
"name": "__type",
|
|
5461
5589
|
"kind": 65536,
|
|
5462
5590
|
"kindString": "Type literal",
|
|
5463
5591
|
"flags": {},
|
|
5464
5592
|
"children": [
|
|
5465
5593
|
{
|
|
5466
|
-
"id":
|
|
5594
|
+
"id": 50,
|
|
5467
5595
|
"name": "schema",
|
|
5468
5596
|
"kind": 1024,
|
|
5469
5597
|
"kindString": "Property",
|
|
@@ -5485,7 +5613,7 @@
|
|
|
5485
5613
|
{
|
|
5486
5614
|
"title": "Properties",
|
|
5487
5615
|
"children": [
|
|
5488
|
-
|
|
5616
|
+
50
|
|
5489
5617
|
]
|
|
5490
5618
|
}
|
|
5491
5619
|
],
|
|
@@ -5524,7 +5652,7 @@
|
|
|
5524
5652
|
}
|
|
5525
5653
|
},
|
|
5526
5654
|
{
|
|
5527
|
-
"id":
|
|
5655
|
+
"id": 3,
|
|
5528
5656
|
"name": "tryWrap",
|
|
5529
5657
|
"kind": 2048,
|
|
5530
5658
|
"kindString": "Method",
|
|
@@ -5533,21 +5661,22 @@
|
|
|
5533
5661
|
},
|
|
5534
5662
|
"sources": [
|
|
5535
5663
|
{
|
|
5536
|
-
"fileName": "modules/packages/
|
|
5537
|
-
"line":
|
|
5538
|
-
"character":
|
|
5664
|
+
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
5665
|
+
"line": 28,
|
|
5666
|
+
"character": 9,
|
|
5667
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L28"
|
|
5539
5668
|
}
|
|
5540
5669
|
],
|
|
5541
5670
|
"signatures": [
|
|
5542
5671
|
{
|
|
5543
|
-
"id":
|
|
5672
|
+
"id": 4,
|
|
5544
5673
|
"name": "tryWrap",
|
|
5545
5674
|
"kind": 4096,
|
|
5546
5675
|
"kindString": "Call signature",
|
|
5547
5676
|
"flags": {},
|
|
5548
5677
|
"parameters": [
|
|
5549
5678
|
{
|
|
5550
|
-
"id":
|
|
5679
|
+
"id": 5,
|
|
5551
5680
|
"name": "module",
|
|
5552
5681
|
"kind": 32768,
|
|
5553
5682
|
"kindString": "Parameter",
|
|
@@ -5569,14 +5698,14 @@
|
|
|
5569
5698
|
{
|
|
5570
5699
|
"type": "reflection",
|
|
5571
5700
|
"declaration": {
|
|
5572
|
-
"id":
|
|
5701
|
+
"id": 6,
|
|
5573
5702
|
"name": "__type",
|
|
5574
5703
|
"kind": 65536,
|
|
5575
5704
|
"kindString": "Type literal",
|
|
5576
5705
|
"flags": {},
|
|
5577
5706
|
"children": [
|
|
5578
5707
|
{
|
|
5579
|
-
"id":
|
|
5708
|
+
"id": 7,
|
|
5580
5709
|
"name": "name",
|
|
5581
5710
|
"kind": 1024,
|
|
5582
5711
|
"kindString": "Property",
|
|
@@ -5596,7 +5725,7 @@
|
|
|
5596
5725
|
}
|
|
5597
5726
|
},
|
|
5598
5727
|
{
|
|
5599
|
-
"id":
|
|
5728
|
+
"id": 8,
|
|
5600
5729
|
"name": "security",
|
|
5601
5730
|
"kind": 1024,
|
|
5602
5731
|
"kindString": "Property",
|
|
@@ -5613,15 +5742,15 @@
|
|
|
5613
5742
|
"type": {
|
|
5614
5743
|
"type": "reflection",
|
|
5615
5744
|
"declaration": {
|
|
5616
|
-
"id":
|
|
5745
|
+
"id": 9,
|
|
5617
5746
|
"name": "__type",
|
|
5618
5747
|
"kind": 65536,
|
|
5619
5748
|
"kindString": "Type literal",
|
|
5620
5749
|
"flags": {},
|
|
5621
5750
|
"children": [
|
|
5622
5751
|
{
|
|
5623
|
-
"id":
|
|
5624
|
-
"name": "
|
|
5752
|
+
"id": 10,
|
|
5753
|
+
"name": "allowAnonymous",
|
|
5625
5754
|
"kind": 1024,
|
|
5626
5755
|
"kindString": "Property",
|
|
5627
5756
|
"flags": {
|
|
@@ -5634,6 +5763,26 @@
|
|
|
5634
5763
|
"character": 8
|
|
5635
5764
|
}
|
|
5636
5765
|
],
|
|
5766
|
+
"type": {
|
|
5767
|
+
"type": "intrinsic",
|
|
5768
|
+
"name": "boolean"
|
|
5769
|
+
}
|
|
5770
|
+
},
|
|
5771
|
+
{
|
|
5772
|
+
"id": 11,
|
|
5773
|
+
"name": "allowed",
|
|
5774
|
+
"kind": 1024,
|
|
5775
|
+
"kindString": "Property",
|
|
5776
|
+
"flags": {
|
|
5777
|
+
"isOptional": true
|
|
5778
|
+
},
|
|
5779
|
+
"sources": [
|
|
5780
|
+
{
|
|
5781
|
+
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5782
|
+
"line": 12,
|
|
5783
|
+
"character": 8
|
|
5784
|
+
}
|
|
5785
|
+
],
|
|
5637
5786
|
"type": {
|
|
5638
5787
|
"type": "reference",
|
|
5639
5788
|
"typeArguments": [
|
|
@@ -5664,7 +5813,7 @@
|
|
|
5664
5813
|
}
|
|
5665
5814
|
},
|
|
5666
5815
|
{
|
|
5667
|
-
"id":
|
|
5816
|
+
"id": 12,
|
|
5668
5817
|
"name": "disallowed",
|
|
5669
5818
|
"kind": 1024,
|
|
5670
5819
|
"kindString": "Property",
|
|
@@ -5674,7 +5823,7 @@
|
|
|
5674
5823
|
"sources": [
|
|
5675
5824
|
{
|
|
5676
5825
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5677
|
-
"line":
|
|
5826
|
+
"line": 13,
|
|
5678
5827
|
"character": 8
|
|
5679
5828
|
}
|
|
5680
5829
|
],
|
|
@@ -5703,8 +5852,9 @@
|
|
|
5703
5852
|
{
|
|
5704
5853
|
"title": "Properties",
|
|
5705
5854
|
"children": [
|
|
5706
|
-
|
|
5707
|
-
|
|
5855
|
+
10,
|
|
5856
|
+
11,
|
|
5857
|
+
12
|
|
5708
5858
|
]
|
|
5709
5859
|
}
|
|
5710
5860
|
],
|
|
@@ -5723,8 +5873,8 @@
|
|
|
5723
5873
|
{
|
|
5724
5874
|
"title": "Properties",
|
|
5725
5875
|
"children": [
|
|
5726
|
-
|
|
5727
|
-
|
|
5876
|
+
7,
|
|
5877
|
+
8
|
|
5728
5878
|
]
|
|
5729
5879
|
}
|
|
5730
5880
|
],
|
|
@@ -5740,14 +5890,14 @@
|
|
|
5740
5890
|
{
|
|
5741
5891
|
"type": "reflection",
|
|
5742
5892
|
"declaration": {
|
|
5743
|
-
"id":
|
|
5893
|
+
"id": 13,
|
|
5744
5894
|
"name": "__type",
|
|
5745
5895
|
"kind": 65536,
|
|
5746
5896
|
"kindString": "Type literal",
|
|
5747
5897
|
"flags": {},
|
|
5748
5898
|
"children": [
|
|
5749
5899
|
{
|
|
5750
|
-
"id":
|
|
5900
|
+
"id": 14,
|
|
5751
5901
|
"name": "schema",
|
|
5752
5902
|
"kind": 1024,
|
|
5753
5903
|
"kindString": "Property",
|
|
@@ -5769,7 +5919,7 @@
|
|
|
5769
5919
|
{
|
|
5770
5920
|
"title": "Properties",
|
|
5771
5921
|
"children": [
|
|
5772
|
-
|
|
5922
|
+
14
|
|
5773
5923
|
]
|
|
5774
5924
|
}
|
|
5775
5925
|
],
|
|
@@ -5798,260 +5948,24 @@
|
|
|
5798
5948
|
},
|
|
5799
5949
|
{
|
|
5800
5950
|
"type": "reference",
|
|
5801
|
-
"
|
|
5802
|
-
|
|
5803
|
-
"type": "reference",
|
|
5804
|
-
"typeArguments": [
|
|
5805
|
-
{
|
|
5806
|
-
"type": "intersection",
|
|
5807
|
-
"types": [
|
|
5808
|
-
{
|
|
5809
|
-
"type": "reference",
|
|
5810
|
-
"name": "SchemaFields"
|
|
5811
|
-
},
|
|
5812
|
-
{
|
|
5813
|
-
"type": "reference",
|
|
5814
|
-
"name": "PayloadFields"
|
|
5815
|
-
},
|
|
5816
|
-
{
|
|
5817
|
-
"type": "reflection",
|
|
5818
|
-
"declaration": {
|
|
5819
|
-
"id": 36,
|
|
5820
|
-
"name": "__type",
|
|
5821
|
-
"kind": 65536,
|
|
5822
|
-
"kindString": "Type literal",
|
|
5823
|
-
"flags": {},
|
|
5824
|
-
"children": [
|
|
5825
|
-
{
|
|
5826
|
-
"id": 37,
|
|
5827
|
-
"name": "name",
|
|
5828
|
-
"kind": 1024,
|
|
5829
|
-
"kindString": "Property",
|
|
5830
|
-
"flags": {
|
|
5831
|
-
"isOptional": true
|
|
5832
|
-
},
|
|
5833
|
-
"sources": [
|
|
5834
|
-
{
|
|
5835
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5836
|
-
"line": 9,
|
|
5837
|
-
"character": 4
|
|
5838
|
-
}
|
|
5839
|
-
],
|
|
5840
|
-
"type": {
|
|
5841
|
-
"type": "intrinsic",
|
|
5842
|
-
"name": "string"
|
|
5843
|
-
}
|
|
5844
|
-
},
|
|
5845
|
-
{
|
|
5846
|
-
"id": 38,
|
|
5847
|
-
"name": "security",
|
|
5848
|
-
"kind": 1024,
|
|
5849
|
-
"kindString": "Property",
|
|
5850
|
-
"flags": {
|
|
5851
|
-
"isOptional": true
|
|
5852
|
-
},
|
|
5853
|
-
"sources": [
|
|
5854
|
-
{
|
|
5855
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5856
|
-
"line": 10,
|
|
5857
|
-
"character": 4
|
|
5858
|
-
}
|
|
5859
|
-
],
|
|
5860
|
-
"type": {
|
|
5861
|
-
"type": "reflection",
|
|
5862
|
-
"declaration": {
|
|
5863
|
-
"id": 39,
|
|
5864
|
-
"name": "__type",
|
|
5865
|
-
"kind": 65536,
|
|
5866
|
-
"kindString": "Type literal",
|
|
5867
|
-
"flags": {},
|
|
5868
|
-
"children": [
|
|
5869
|
-
{
|
|
5870
|
-
"id": 40,
|
|
5871
|
-
"name": "allowed",
|
|
5872
|
-
"kind": 1024,
|
|
5873
|
-
"kindString": "Property",
|
|
5874
|
-
"flags": {
|
|
5875
|
-
"isOptional": true
|
|
5876
|
-
},
|
|
5877
|
-
"sources": [
|
|
5878
|
-
{
|
|
5879
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5880
|
-
"line": 11,
|
|
5881
|
-
"character": 8
|
|
5882
|
-
}
|
|
5883
|
-
],
|
|
5884
|
-
"type": {
|
|
5885
|
-
"type": "reference",
|
|
5886
|
-
"typeArguments": [
|
|
5887
|
-
{
|
|
5888
|
-
"type": "intrinsic",
|
|
5889
|
-
"name": "string"
|
|
5890
|
-
},
|
|
5891
|
-
{
|
|
5892
|
-
"type": "array",
|
|
5893
|
-
"elementType": {
|
|
5894
|
-
"type": "union",
|
|
5895
|
-
"types": [
|
|
5896
|
-
{
|
|
5897
|
-
"type": "intrinsic",
|
|
5898
|
-
"name": "string"
|
|
5899
|
-
},
|
|
5900
|
-
{
|
|
5901
|
-
"type": "reference",
|
|
5902
|
-
"name": "CosigningAddressSet"
|
|
5903
|
-
}
|
|
5904
|
-
]
|
|
5905
|
-
}
|
|
5906
|
-
}
|
|
5907
|
-
],
|
|
5908
|
-
"name": "Record",
|
|
5909
|
-
"qualifiedName": "Record",
|
|
5910
|
-
"package": "typescript"
|
|
5911
|
-
}
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"id": 41,
|
|
5915
|
-
"name": "disallowed",
|
|
5916
|
-
"kind": 1024,
|
|
5917
|
-
"kindString": "Property",
|
|
5918
|
-
"flags": {
|
|
5919
|
-
"isOptional": true
|
|
5920
|
-
},
|
|
5921
|
-
"sources": [
|
|
5922
|
-
{
|
|
5923
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5924
|
-
"line": 12,
|
|
5925
|
-
"character": 8
|
|
5926
|
-
}
|
|
5927
|
-
],
|
|
5928
|
-
"type": {
|
|
5929
|
-
"type": "reference",
|
|
5930
|
-
"typeArguments": [
|
|
5931
|
-
{
|
|
5932
|
-
"type": "intrinsic",
|
|
5933
|
-
"name": "string"
|
|
5934
|
-
},
|
|
5935
|
-
{
|
|
5936
|
-
"type": "array",
|
|
5937
|
-
"elementType": {
|
|
5938
|
-
"type": "intrinsic",
|
|
5939
|
-
"name": "string"
|
|
5940
|
-
}
|
|
5941
|
-
}
|
|
5942
|
-
],
|
|
5943
|
-
"name": "Record",
|
|
5944
|
-
"qualifiedName": "Record",
|
|
5945
|
-
"package": "typescript"
|
|
5946
|
-
}
|
|
5947
|
-
}
|
|
5948
|
-
],
|
|
5949
|
-
"groups": [
|
|
5950
|
-
{
|
|
5951
|
-
"title": "Properties",
|
|
5952
|
-
"children": [
|
|
5953
|
-
40,
|
|
5954
|
-
41
|
|
5955
|
-
]
|
|
5956
|
-
}
|
|
5957
|
-
],
|
|
5958
|
-
"sources": [
|
|
5959
|
-
{
|
|
5960
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5961
|
-
"line": 10,
|
|
5962
|
-
"character": 15
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5965
|
-
}
|
|
5966
|
-
}
|
|
5967
|
-
}
|
|
5968
|
-
],
|
|
5969
|
-
"groups": [
|
|
5970
|
-
{
|
|
5971
|
-
"title": "Properties",
|
|
5972
|
-
"children": [
|
|
5973
|
-
37,
|
|
5974
|
-
38
|
|
5975
|
-
]
|
|
5976
|
-
}
|
|
5977
|
-
],
|
|
5978
|
-
"sources": [
|
|
5979
|
-
{
|
|
5980
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
5981
|
-
"line": 8,
|
|
5982
|
-
"character": 79
|
|
5983
|
-
}
|
|
5984
|
-
]
|
|
5985
|
-
}
|
|
5986
|
-
},
|
|
5987
|
-
{
|
|
5988
|
-
"type": "reflection",
|
|
5989
|
-
"declaration": {
|
|
5990
|
-
"id": 42,
|
|
5991
|
-
"name": "__type",
|
|
5992
|
-
"kind": 65536,
|
|
5993
|
-
"kindString": "Type literal",
|
|
5994
|
-
"flags": {},
|
|
5995
|
-
"children": [
|
|
5996
|
-
{
|
|
5997
|
-
"id": 43,
|
|
5998
|
-
"name": "schema",
|
|
5999
|
-
"kind": 1024,
|
|
6000
|
-
"kindString": "Property",
|
|
6001
|
-
"flags": {},
|
|
6002
|
-
"sources": [
|
|
6003
|
-
{
|
|
6004
|
-
"fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
|
|
6005
|
-
"line": 19,
|
|
6006
|
-
"character": 4
|
|
6007
|
-
}
|
|
6008
|
-
],
|
|
6009
|
-
"type": {
|
|
6010
|
-
"type": "intrinsic",
|
|
6011
|
-
"name": "string"
|
|
6012
|
-
}
|
|
6013
|
-
}
|
|
6014
|
-
],
|
|
6015
|
-
"groups": [
|
|
6016
|
-
{
|
|
6017
|
-
"title": "Properties",
|
|
6018
|
-
"children": [
|
|
6019
|
-
43
|
|
6020
|
-
]
|
|
6021
|
-
}
|
|
6022
|
-
],
|
|
6023
|
-
"sources": [
|
|
6024
|
-
{
|
|
6025
|
-
"fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
|
|
6026
|
-
"line": 18,
|
|
6027
|
-
"character": 17
|
|
6028
|
-
}
|
|
6029
|
-
]
|
|
6030
|
-
}
|
|
6031
|
-
}
|
|
6032
|
-
]
|
|
6033
|
-
}
|
|
6034
|
-
],
|
|
6035
|
-
"name": "Module"
|
|
6036
|
-
}
|
|
6037
|
-
],
|
|
6038
|
-
"name": "ModuleWrapper"
|
|
5951
|
+
"id": 1,
|
|
5952
|
+
"name": "ArchivistWrapper"
|
|
6039
5953
|
}
|
|
6040
5954
|
]
|
|
6041
5955
|
},
|
|
6042
|
-
"
|
|
5956
|
+
"overwrites": {
|
|
6043
5957
|
"type": "reference",
|
|
6044
5958
|
"name": "ModuleWrapper.tryWrap"
|
|
6045
5959
|
}
|
|
6046
5960
|
}
|
|
6047
5961
|
],
|
|
6048
|
-
"
|
|
5962
|
+
"overwrites": {
|
|
6049
5963
|
"type": "reference",
|
|
6050
5964
|
"name": "ModuleWrapper.tryWrap"
|
|
6051
5965
|
}
|
|
6052
5966
|
},
|
|
6053
5967
|
{
|
|
6054
|
-
"id":
|
|
5968
|
+
"id": 15,
|
|
6055
5969
|
"name": "wrap",
|
|
6056
5970
|
"kind": 2048,
|
|
6057
5971
|
"kindString": "Method",
|
|
@@ -6060,21 +5974,22 @@
|
|
|
6060
5974
|
},
|
|
6061
5975
|
"sources": [
|
|
6062
5976
|
{
|
|
6063
|
-
"fileName": "modules/packages/
|
|
6064
|
-
"line":
|
|
6065
|
-
"character":
|
|
5977
|
+
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
5978
|
+
"line": 37,
|
|
5979
|
+
"character": 9,
|
|
5980
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L37"
|
|
6066
5981
|
}
|
|
6067
5982
|
],
|
|
6068
5983
|
"signatures": [
|
|
6069
5984
|
{
|
|
6070
|
-
"id":
|
|
5985
|
+
"id": 16,
|
|
6071
5986
|
"name": "wrap",
|
|
6072
5987
|
"kind": 4096,
|
|
6073
5988
|
"kindString": "Call signature",
|
|
6074
5989
|
"flags": {},
|
|
6075
5990
|
"parameters": [
|
|
6076
5991
|
{
|
|
6077
|
-
"id":
|
|
5992
|
+
"id": 17,
|
|
6078
5993
|
"name": "module",
|
|
6079
5994
|
"kind": 32768,
|
|
6080
5995
|
"kindString": "Parameter",
|
|
@@ -6096,14 +6011,14 @@
|
|
|
6096
6011
|
{
|
|
6097
6012
|
"type": "reflection",
|
|
6098
6013
|
"declaration": {
|
|
6099
|
-
"id":
|
|
6014
|
+
"id": 18,
|
|
6100
6015
|
"name": "__type",
|
|
6101
6016
|
"kind": 65536,
|
|
6102
6017
|
"kindString": "Type literal",
|
|
6103
6018
|
"flags": {},
|
|
6104
6019
|
"children": [
|
|
6105
6020
|
{
|
|
6106
|
-
"id":
|
|
6021
|
+
"id": 19,
|
|
6107
6022
|
"name": "name",
|
|
6108
6023
|
"kind": 1024,
|
|
6109
6024
|
"kindString": "Property",
|
|
@@ -6123,7 +6038,7 @@
|
|
|
6123
6038
|
}
|
|
6124
6039
|
},
|
|
6125
6040
|
{
|
|
6126
|
-
"id":
|
|
6041
|
+
"id": 20,
|
|
6127
6042
|
"name": "security",
|
|
6128
6043
|
"kind": 1024,
|
|
6129
6044
|
"kindString": "Property",
|
|
@@ -6140,15 +6055,15 @@
|
|
|
6140
6055
|
"type": {
|
|
6141
6056
|
"type": "reflection",
|
|
6142
6057
|
"declaration": {
|
|
6143
|
-
"id":
|
|
6058
|
+
"id": 21,
|
|
6144
6059
|
"name": "__type",
|
|
6145
6060
|
"kind": 65536,
|
|
6146
6061
|
"kindString": "Type literal",
|
|
6147
6062
|
"flags": {},
|
|
6148
6063
|
"children": [
|
|
6149
6064
|
{
|
|
6150
|
-
"id":
|
|
6151
|
-
"name": "
|
|
6065
|
+
"id": 22,
|
|
6066
|
+
"name": "allowAnonymous",
|
|
6152
6067
|
"kind": 1024,
|
|
6153
6068
|
"kindString": "Property",
|
|
6154
6069
|
"flags": {
|
|
@@ -6162,232 +6077,12 @@
|
|
|
6162
6077
|
}
|
|
6163
6078
|
],
|
|
6164
6079
|
"type": {
|
|
6165
|
-
"type": "
|
|
6166
|
-
"
|
|
6167
|
-
{
|
|
6168
|
-
"type": "intrinsic",
|
|
6169
|
-
"name": "string"
|
|
6170
|
-
},
|
|
6171
|
-
{
|
|
6172
|
-
"type": "array",
|
|
6173
|
-
"elementType": {
|
|
6174
|
-
"type": "union",
|
|
6175
|
-
"types": [
|
|
6176
|
-
{
|
|
6177
|
-
"type": "intrinsic",
|
|
6178
|
-
"name": "string"
|
|
6179
|
-
},
|
|
6180
|
-
{
|
|
6181
|
-
"type": "reference",
|
|
6182
|
-
"name": "CosigningAddressSet"
|
|
6183
|
-
}
|
|
6184
|
-
]
|
|
6185
|
-
}
|
|
6186
|
-
}
|
|
6187
|
-
],
|
|
6188
|
-
"name": "Record",
|
|
6189
|
-
"qualifiedName": "Record",
|
|
6190
|
-
"package": "typescript"
|
|
6080
|
+
"type": "intrinsic",
|
|
6081
|
+
"name": "boolean"
|
|
6191
6082
|
}
|
|
6192
6083
|
},
|
|
6193
6084
|
{
|
|
6194
|
-
"id":
|
|
6195
|
-
"name": "disallowed",
|
|
6196
|
-
"kind": 1024,
|
|
6197
|
-
"kindString": "Property",
|
|
6198
|
-
"flags": {
|
|
6199
|
-
"isOptional": true
|
|
6200
|
-
},
|
|
6201
|
-
"sources": [
|
|
6202
|
-
{
|
|
6203
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6204
|
-
"line": 12,
|
|
6205
|
-
"character": 8
|
|
6206
|
-
}
|
|
6207
|
-
],
|
|
6208
|
-
"type": {
|
|
6209
|
-
"type": "reference",
|
|
6210
|
-
"typeArguments": [
|
|
6211
|
-
{
|
|
6212
|
-
"type": "intrinsic",
|
|
6213
|
-
"name": "string"
|
|
6214
|
-
},
|
|
6215
|
-
{
|
|
6216
|
-
"type": "array",
|
|
6217
|
-
"elementType": {
|
|
6218
|
-
"type": "intrinsic",
|
|
6219
|
-
"name": "string"
|
|
6220
|
-
}
|
|
6221
|
-
}
|
|
6222
|
-
],
|
|
6223
|
-
"name": "Record",
|
|
6224
|
-
"qualifiedName": "Record",
|
|
6225
|
-
"package": "typescript"
|
|
6226
|
-
}
|
|
6227
|
-
}
|
|
6228
|
-
],
|
|
6229
|
-
"groups": [
|
|
6230
|
-
{
|
|
6231
|
-
"title": "Properties",
|
|
6232
|
-
"children": [
|
|
6233
|
-
51,
|
|
6234
|
-
52
|
|
6235
|
-
]
|
|
6236
|
-
}
|
|
6237
|
-
],
|
|
6238
|
-
"sources": [
|
|
6239
|
-
{
|
|
6240
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6241
|
-
"line": 10,
|
|
6242
|
-
"character": 15
|
|
6243
|
-
}
|
|
6244
|
-
]
|
|
6245
|
-
}
|
|
6246
|
-
}
|
|
6247
|
-
}
|
|
6248
|
-
],
|
|
6249
|
-
"groups": [
|
|
6250
|
-
{
|
|
6251
|
-
"title": "Properties",
|
|
6252
|
-
"children": [
|
|
6253
|
-
48,
|
|
6254
|
-
49
|
|
6255
|
-
]
|
|
6256
|
-
}
|
|
6257
|
-
],
|
|
6258
|
-
"sources": [
|
|
6259
|
-
{
|
|
6260
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6261
|
-
"line": 8,
|
|
6262
|
-
"character": 79
|
|
6263
|
-
}
|
|
6264
|
-
]
|
|
6265
|
-
}
|
|
6266
|
-
},
|
|
6267
|
-
{
|
|
6268
|
-
"type": "reflection",
|
|
6269
|
-
"declaration": {
|
|
6270
|
-
"id": 53,
|
|
6271
|
-
"name": "__type",
|
|
6272
|
-
"kind": 65536,
|
|
6273
|
-
"kindString": "Type literal",
|
|
6274
|
-
"flags": {},
|
|
6275
|
-
"children": [
|
|
6276
|
-
{
|
|
6277
|
-
"id": 54,
|
|
6278
|
-
"name": "schema",
|
|
6279
|
-
"kind": 1024,
|
|
6280
|
-
"kindString": "Property",
|
|
6281
|
-
"flags": {},
|
|
6282
|
-
"sources": [
|
|
6283
|
-
{
|
|
6284
|
-
"fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
|
|
6285
|
-
"line": 19,
|
|
6286
|
-
"character": 4
|
|
6287
|
-
}
|
|
6288
|
-
],
|
|
6289
|
-
"type": {
|
|
6290
|
-
"type": "intrinsic",
|
|
6291
|
-
"name": "string"
|
|
6292
|
-
}
|
|
6293
|
-
}
|
|
6294
|
-
],
|
|
6295
|
-
"groups": [
|
|
6296
|
-
{
|
|
6297
|
-
"title": "Properties",
|
|
6298
|
-
"children": [
|
|
6299
|
-
54
|
|
6300
|
-
]
|
|
6301
|
-
}
|
|
6302
|
-
],
|
|
6303
|
-
"sources": [
|
|
6304
|
-
{
|
|
6305
|
-
"fileName": "protocol/packages/payload/packages/model/dist/types/XyoPayload.d.ts",
|
|
6306
|
-
"line": 18,
|
|
6307
|
-
"character": 17
|
|
6308
|
-
}
|
|
6309
|
-
]
|
|
6310
|
-
}
|
|
6311
|
-
}
|
|
6312
|
-
]
|
|
6313
|
-
}
|
|
6314
|
-
],
|
|
6315
|
-
"name": "Module"
|
|
6316
|
-
}
|
|
6317
|
-
}
|
|
6318
|
-
],
|
|
6319
|
-
"type": {
|
|
6320
|
-
"type": "reference",
|
|
6321
|
-
"typeArguments": [
|
|
6322
|
-
{
|
|
6323
|
-
"type": "reference",
|
|
6324
|
-
"typeArguments": [
|
|
6325
|
-
{
|
|
6326
|
-
"type": "intersection",
|
|
6327
|
-
"types": [
|
|
6328
|
-
{
|
|
6329
|
-
"type": "reference",
|
|
6330
|
-
"name": "SchemaFields"
|
|
6331
|
-
},
|
|
6332
|
-
{
|
|
6333
|
-
"type": "reference",
|
|
6334
|
-
"name": "PayloadFields"
|
|
6335
|
-
},
|
|
6336
|
-
{
|
|
6337
|
-
"type": "reflection",
|
|
6338
|
-
"declaration": {
|
|
6339
|
-
"id": 55,
|
|
6340
|
-
"name": "__type",
|
|
6341
|
-
"kind": 65536,
|
|
6342
|
-
"kindString": "Type literal",
|
|
6343
|
-
"flags": {},
|
|
6344
|
-
"children": [
|
|
6345
|
-
{
|
|
6346
|
-
"id": 56,
|
|
6347
|
-
"name": "name",
|
|
6348
|
-
"kind": 1024,
|
|
6349
|
-
"kindString": "Property",
|
|
6350
|
-
"flags": {
|
|
6351
|
-
"isOptional": true
|
|
6352
|
-
},
|
|
6353
|
-
"sources": [
|
|
6354
|
-
{
|
|
6355
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6356
|
-
"line": 9,
|
|
6357
|
-
"character": 4
|
|
6358
|
-
}
|
|
6359
|
-
],
|
|
6360
|
-
"type": {
|
|
6361
|
-
"type": "intrinsic",
|
|
6362
|
-
"name": "string"
|
|
6363
|
-
}
|
|
6364
|
-
},
|
|
6365
|
-
{
|
|
6366
|
-
"id": 57,
|
|
6367
|
-
"name": "security",
|
|
6368
|
-
"kind": 1024,
|
|
6369
|
-
"kindString": "Property",
|
|
6370
|
-
"flags": {
|
|
6371
|
-
"isOptional": true
|
|
6372
|
-
},
|
|
6373
|
-
"sources": [
|
|
6374
|
-
{
|
|
6375
|
-
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6376
|
-
"line": 10,
|
|
6377
|
-
"character": 4
|
|
6378
|
-
}
|
|
6379
|
-
],
|
|
6380
|
-
"type": {
|
|
6381
|
-
"type": "reflection",
|
|
6382
|
-
"declaration": {
|
|
6383
|
-
"id": 58,
|
|
6384
|
-
"name": "__type",
|
|
6385
|
-
"kind": 65536,
|
|
6386
|
-
"kindString": "Type literal",
|
|
6387
|
-
"flags": {},
|
|
6388
|
-
"children": [
|
|
6389
|
-
{
|
|
6390
|
-
"id": 59,
|
|
6085
|
+
"id": 23,
|
|
6391
6086
|
"name": "allowed",
|
|
6392
6087
|
"kind": 1024,
|
|
6393
6088
|
"kindString": "Property",
|
|
@@ -6397,7 +6092,7 @@
|
|
|
6397
6092
|
"sources": [
|
|
6398
6093
|
{
|
|
6399
6094
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6400
|
-
"line":
|
|
6095
|
+
"line": 12,
|
|
6401
6096
|
"character": 8
|
|
6402
6097
|
}
|
|
6403
6098
|
],
|
|
@@ -6431,7 +6126,7 @@
|
|
|
6431
6126
|
}
|
|
6432
6127
|
},
|
|
6433
6128
|
{
|
|
6434
|
-
"id":
|
|
6129
|
+
"id": 24,
|
|
6435
6130
|
"name": "disallowed",
|
|
6436
6131
|
"kind": 1024,
|
|
6437
6132
|
"kindString": "Property",
|
|
@@ -6441,7 +6136,7 @@
|
|
|
6441
6136
|
"sources": [
|
|
6442
6137
|
{
|
|
6443
6138
|
"fileName": "modules/packages/module/packages/model/dist/types/Config.d.ts",
|
|
6444
|
-
"line":
|
|
6139
|
+
"line": 13,
|
|
6445
6140
|
"character": 8
|
|
6446
6141
|
}
|
|
6447
6142
|
],
|
|
@@ -6470,8 +6165,9 @@
|
|
|
6470
6165
|
{
|
|
6471
6166
|
"title": "Properties",
|
|
6472
6167
|
"children": [
|
|
6473
|
-
|
|
6474
|
-
|
|
6168
|
+
22,
|
|
6169
|
+
23,
|
|
6170
|
+
24
|
|
6475
6171
|
]
|
|
6476
6172
|
}
|
|
6477
6173
|
],
|
|
@@ -6490,8 +6186,8 @@
|
|
|
6490
6186
|
{
|
|
6491
6187
|
"title": "Properties",
|
|
6492
6188
|
"children": [
|
|
6493
|
-
|
|
6494
|
-
|
|
6189
|
+
19,
|
|
6190
|
+
20
|
|
6495
6191
|
]
|
|
6496
6192
|
}
|
|
6497
6193
|
],
|
|
@@ -6507,14 +6203,14 @@
|
|
|
6507
6203
|
{
|
|
6508
6204
|
"type": "reflection",
|
|
6509
6205
|
"declaration": {
|
|
6510
|
-
"id":
|
|
6206
|
+
"id": 25,
|
|
6511
6207
|
"name": "__type",
|
|
6512
6208
|
"kind": 65536,
|
|
6513
6209
|
"kindString": "Type literal",
|
|
6514
6210
|
"flags": {},
|
|
6515
6211
|
"children": [
|
|
6516
6212
|
{
|
|
6517
|
-
"id":
|
|
6213
|
+
"id": 26,
|
|
6518
6214
|
"name": "schema",
|
|
6519
6215
|
"kind": 1024,
|
|
6520
6216
|
"kindString": "Property",
|
|
@@ -6536,7 +6232,7 @@
|
|
|
6536
6232
|
{
|
|
6537
6233
|
"title": "Properties",
|
|
6538
6234
|
"children": [
|
|
6539
|
-
|
|
6235
|
+
26
|
|
6540
6236
|
]
|
|
6541
6237
|
}
|
|
6542
6238
|
],
|
|
@@ -6554,16 +6250,20 @@
|
|
|
6554
6250
|
],
|
|
6555
6251
|
"name": "Module"
|
|
6556
6252
|
}
|
|
6557
|
-
|
|
6558
|
-
|
|
6253
|
+
}
|
|
6254
|
+
],
|
|
6255
|
+
"type": {
|
|
6256
|
+
"type": "reference",
|
|
6257
|
+
"id": 1,
|
|
6258
|
+
"name": "ArchivistWrapper"
|
|
6559
6259
|
},
|
|
6560
|
-
"
|
|
6260
|
+
"overwrites": {
|
|
6561
6261
|
"type": "reference",
|
|
6562
6262
|
"name": "ModuleWrapper.wrap"
|
|
6563
6263
|
}
|
|
6564
6264
|
}
|
|
6565
6265
|
],
|
|
6566
|
-
"
|
|
6266
|
+
"overwrites": {
|
|
6567
6267
|
"type": "reference",
|
|
6568
6268
|
"name": "ModuleWrapper.wrap"
|
|
6569
6269
|
}
|
|
@@ -6573,59 +6273,59 @@
|
|
|
6573
6273
|
{
|
|
6574
6274
|
"title": "Constructors",
|
|
6575
6275
|
"children": [
|
|
6576
|
-
|
|
6276
|
+
51
|
|
6577
6277
|
]
|
|
6578
6278
|
},
|
|
6579
6279
|
{
|
|
6580
6280
|
"title": "Properties",
|
|
6581
6281
|
"children": [
|
|
6582
|
-
|
|
6583
|
-
|
|
6282
|
+
97,
|
|
6283
|
+
98,
|
|
6584
6284
|
2
|
|
6585
6285
|
]
|
|
6586
6286
|
},
|
|
6587
6287
|
{
|
|
6588
6288
|
"title": "Accessors",
|
|
6589
6289
|
"children": [
|
|
6590
|
-
|
|
6591
|
-
|
|
6592
|
-
|
|
6593
|
-
|
|
6290
|
+
108,
|
|
6291
|
+
110,
|
|
6292
|
+
112,
|
|
6293
|
+
114
|
|
6594
6294
|
]
|
|
6595
6295
|
},
|
|
6596
6296
|
{
|
|
6597
6297
|
"title": "Methods",
|
|
6598
6298
|
"children": [
|
|
6599
|
-
|
|
6600
|
-
|
|
6601
|
-
|
|
6602
|
-
|
|
6603
|
-
|
|
6299
|
+
64,
|
|
6300
|
+
175,
|
|
6301
|
+
193,
|
|
6302
|
+
68,
|
|
6303
|
+
70,
|
|
6304
|
+
74,
|
|
6305
|
+
125,
|
|
6306
|
+
127,
|
|
6307
|
+
211,
|
|
6308
|
+
77,
|
|
6604
6309
|
85,
|
|
6605
|
-
|
|
6606
|
-
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
172,
|
|
6614
|
-
235,
|
|
6615
|
-
248,
|
|
6310
|
+
90,
|
|
6311
|
+
131,
|
|
6312
|
+
148,
|
|
6313
|
+
163,
|
|
6314
|
+
227,
|
|
6315
|
+
240,
|
|
6316
|
+
27,
|
|
6317
|
+
39,
|
|
6616
6318
|
3,
|
|
6617
|
-
|
|
6618
|
-
25,
|
|
6619
|
-
44
|
|
6319
|
+
15
|
|
6620
6320
|
]
|
|
6621
6321
|
}
|
|
6622
6322
|
],
|
|
6623
6323
|
"sources": [
|
|
6624
6324
|
{
|
|
6625
6325
|
"fileName": "modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts",
|
|
6626
|
-
"line":
|
|
6326
|
+
"line": 25,
|
|
6627
6327
|
"character": 13,
|
|
6628
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6328
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/ArchivistWrapper.ts#L25"
|
|
6629
6329
|
}
|
|
6630
6330
|
],
|
|
6631
6331
|
"extendedTypes": [
|
|
@@ -6655,7 +6355,7 @@
|
|
|
6655
6355
|
"fileName": "modules/packages/archivist/packages/wrapper/src/index.ts",
|
|
6656
6356
|
"line": 1,
|
|
6657
6357
|
"character": 0,
|
|
6658
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
6358
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8fb92a24abd/packages/modules/packages/archivist/packages/wrapper/src/index.ts#L1"
|
|
6659
6359
|
}
|
|
6660
6360
|
]
|
|
6661
6361
|
}
|