@xylabs/sdk-js 2.9.1 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/docs.json +1320 -276
  2. package/package.json +16 -15
  3. package/cspell.json +0 -13
package/dist/docs.json CHANGED
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "id": 0,
3
3
  "name": "@xylabs/sdk-js",
4
+ "variant": "project",
4
5
  "kind": 1,
5
- "kindString": "Project",
6
6
  "flags": {},
7
- "originalName": "",
8
7
  "children": [
9
8
  {
10
9
  "id": 44,
11
10
  "name": "ApiStage",
11
+ "variant": "declaration",
12
12
  "kind": 8,
13
- "kindString": "Enumeration",
14
13
  "flags": {},
15
14
  "children": [
16
15
  {
17
16
  "id": 45,
18
17
  "name": "Beta",
18
+ "variant": "declaration",
19
19
  "kind": 16,
20
- "kindString": "Enumeration Member",
21
20
  "flags": {},
22
21
  "sources": [
23
22
  {
@@ -34,8 +33,8 @@
34
33
  {
35
34
  "id": 46,
36
35
  "name": "Local",
36
+ "variant": "declaration",
37
37
  "kind": 16,
38
- "kindString": "Enumeration Member",
39
38
  "flags": {},
40
39
  "sources": [
41
40
  {
@@ -52,8 +51,8 @@
52
51
  {
53
52
  "id": 47,
54
53
  "name": "Prod",
54
+ "variant": "declaration",
55
55
  "kind": 16,
56
- "kindString": "Enumeration Member",
57
56
  "flags": {},
58
57
  "sources": [
59
58
  {
@@ -89,8 +88,8 @@
89
88
  {
90
89
  "id": 7,
91
90
  "name": "ApiClient",
91
+ "variant": "declaration",
92
92
  "kind": 128,
93
- "kindString": "Class",
94
93
  "flags": {
95
94
  "isAbstract": true
96
95
  },
@@ -98,8 +97,8 @@
98
97
  {
99
98
  "id": 8,
100
99
  "name": "constructor",
100
+ "variant": "declaration",
101
101
  "kind": 512,
102
- "kindString": "Constructor",
103
102
  "flags": {},
104
103
  "sources": [
105
104
  {
@@ -112,15 +111,22 @@
112
111
  {
113
112
  "id": 9,
114
113
  "name": "new ApiClient",
114
+ "variant": "signature",
115
115
  "kind": 16384,
116
- "kindString": "Constructor signature",
117
116
  "flags": {},
117
+ "sources": [
118
+ {
119
+ "fileName": "packages/api/dist/types/ApiClient.d.ts",
120
+ "line": 5,
121
+ "character": 4
122
+ }
123
+ ],
118
124
  "parameters": [
119
125
  {
120
126
  "id": 10,
121
127
  "name": "token",
128
+ "variant": "param",
122
129
  "kind": 32768,
123
- "kindString": "Parameter",
124
130
  "flags": {
125
131
  "isOptional": true
126
132
  },
@@ -141,22 +147,24 @@
141
147
  {
142
148
  "id": 11,
143
149
  "name": "stage",
150
+ "variant": "param",
144
151
  "kind": 32768,
145
- "kindString": "Parameter",
146
152
  "flags": {
147
153
  "isOptional": true
148
154
  },
149
155
  "type": {
150
156
  "type": "reference",
151
- "id": 44,
152
- "name": "ApiStage"
157
+ "target": 44,
158
+ "name": "ApiStage",
159
+ "package": "@xylabs/api"
153
160
  }
154
161
  }
155
162
  ],
156
163
  "type": {
157
164
  "type": "reference",
158
- "id": 7,
159
- "name": "ApiClient"
165
+ "target": 7,
166
+ "name": "ApiClient",
167
+ "package": "@xylabs/api"
160
168
  }
161
169
  }
162
170
  ]
@@ -164,8 +172,8 @@
164
172
  {
165
173
  "id": 13,
166
174
  "name": "stage",
175
+ "variant": "declaration",
167
176
  "kind": 1024,
168
- "kindString": "Property",
169
177
  "flags": {
170
178
  "isProtected": true,
171
179
  "isOptional": true
@@ -179,15 +187,16 @@
179
187
  ],
180
188
  "type": {
181
189
  "type": "reference",
182
- "id": 44,
183
- "name": "ApiStage"
190
+ "target": 44,
191
+ "name": "ApiStage",
192
+ "package": "@xylabs/api"
184
193
  }
185
194
  },
186
195
  {
187
196
  "id": 12,
188
197
  "name": "token",
198
+ "variant": "declaration",
189
199
  "kind": 1024,
190
- "kindString": "Property",
191
200
  "flags": {
192
201
  "isProtected": true,
193
202
  "isOptional": true
@@ -216,8 +225,8 @@
216
225
  {
217
226
  "id": 14,
218
227
  "name": "endPoint",
228
+ "variant": "declaration",
219
229
  "kind": 2048,
220
- "kindString": "Method",
221
230
  "flags": {
222
231
  "isAbstract": true
223
232
  },
@@ -232,9 +241,16 @@
232
241
  {
233
242
  "id": 15,
234
243
  "name": "endPoint",
244
+ "variant": "signature",
235
245
  "kind": 4096,
236
- "kindString": "Call signature",
237
246
  "flags": {},
247
+ "sources": [
248
+ {
249
+ "fileName": "packages/api/dist/types/ApiClient.d.ts",
250
+ "line": 6,
251
+ "character": 4
252
+ }
253
+ ],
238
254
  "type": {
239
255
  "type": "intrinsic",
240
256
  "name": "string"
@@ -275,15 +291,15 @@
275
291
  {
276
292
  "id": 21,
277
293
  "name": "ApiEndpoint",
294
+ "variant": "declaration",
278
295
  "kind": 128,
279
- "kindString": "Class",
280
296
  "flags": {},
281
297
  "children": [
282
298
  {
283
299
  "id": 22,
284
300
  "name": "constructor",
301
+ "variant": "declaration",
285
302
  "kind": 512,
286
- "kindString": "Constructor",
287
303
  "flags": {},
288
304
  "sources": [
289
305
  {
@@ -296,15 +312,22 @@
296
312
  {
297
313
  "id": 23,
298
314
  "name": "new ApiEndpoint",
315
+ "variant": "signature",
299
316
  "kind": 16384,
300
- "kindString": "Constructor signature",
301
317
  "flags": {},
318
+ "sources": [
319
+ {
320
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
321
+ "line": 6,
322
+ "character": 4
323
+ }
324
+ ],
302
325
  "typeParameter": [
303
326
  {
304
327
  "id": 24,
305
328
  "name": "T",
329
+ "variant": "typeParam",
306
330
  "kind": 131072,
307
- "kindString": "Type parameter",
308
331
  "flags": {}
309
332
  }
310
333
  ],
@@ -312,20 +335,21 @@
312
335
  {
313
336
  "id": 25,
314
337
  "name": "config",
338
+ "variant": "param",
315
339
  "kind": 32768,
316
- "kindString": "Parameter",
317
340
  "flags": {},
318
341
  "type": {
319
342
  "type": "reference",
320
- "id": 16,
321
- "name": "ApiConfig"
343
+ "target": 16,
344
+ "name": "ApiConfig",
345
+ "package": "@xylabs/api"
322
346
  }
323
347
  },
324
348
  {
325
349
  "id": 26,
326
350
  "name": "path",
351
+ "variant": "param",
327
352
  "kind": 32768,
328
- "kindString": "Parameter",
329
353
  "flags": {},
330
354
  "type": {
331
355
  "type": "intrinsic",
@@ -335,15 +359,17 @@
335
359
  ],
336
360
  "type": {
337
361
  "type": "reference",
338
- "id": 21,
362
+ "target": 21,
339
363
  "typeArguments": [
340
364
  {
341
365
  "type": "reference",
342
- "id": 24,
343
- "name": "T"
366
+ "target": -1,
367
+ "name": "T",
368
+ "refersToTypeParameter": true
344
369
  }
345
370
  ],
346
- "name": "ApiEndpoint"
371
+ "name": "ApiEndpoint",
372
+ "package": "@xylabs/api"
347
373
  }
348
374
  }
349
375
  ]
@@ -351,8 +377,8 @@
351
377
  {
352
378
  "id": 27,
353
379
  "name": "_value",
380
+ "variant": "declaration",
354
381
  "kind": 1024,
355
- "kindString": "Property",
356
382
  "flags": {
357
383
  "isPrivate": true,
358
384
  "isOptional": true
@@ -372,8 +398,8 @@
372
398
  {
373
399
  "id": 28,
374
400
  "name": "config",
401
+ "variant": "declaration",
375
402
  "kind": 1024,
376
- "kindString": "Property",
377
403
  "flags": {
378
404
  "isPrivate": true
379
405
  },
@@ -392,8 +418,8 @@
392
418
  {
393
419
  "id": 29,
394
420
  "name": "path",
421
+ "variant": "declaration",
395
422
  "kind": 1024,
396
- "kindString": "Property",
397
423
  "flags": {
398
424
  "isPrivate": true
399
425
  },
@@ -412,8 +438,8 @@
412
438
  {
413
439
  "id": 32,
414
440
  "name": "headers",
441
+ "variant": "declaration",
415
442
  "kind": 262144,
416
- "kindString": "Accessor",
417
443
  "flags": {
418
444
  "isPrivate": true
419
445
  },
@@ -427,9 +453,16 @@
427
453
  "getSignature": {
428
454
  "id": 33,
429
455
  "name": "headers",
456
+ "variant": "signature",
430
457
  "kind": 524288,
431
- "kindString": "Get signature",
432
458
  "flags": {},
459
+ "sources": [
460
+ {
461
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
462
+ "line": 8,
463
+ "character": 4
464
+ }
465
+ ],
433
466
  "type": {
434
467
  "type": "intrinsic",
435
468
  "name": "any"
@@ -439,8 +472,8 @@
439
472
  {
440
473
  "id": 34,
441
474
  "name": "url",
475
+ "variant": "declaration",
442
476
  "kind": 262144,
443
- "kindString": "Accessor",
444
477
  "flags": {
445
478
  "isPrivate": true
446
479
  },
@@ -454,9 +487,16 @@
454
487
  "getSignature": {
455
488
  "id": 35,
456
489
  "name": "url",
490
+ "variant": "signature",
457
491
  "kind": 524288,
458
- "kindString": "Get signature",
459
492
  "flags": {},
493
+ "sources": [
494
+ {
495
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
496
+ "line": 9,
497
+ "character": 4
498
+ }
499
+ ],
460
500
  "type": {
461
501
  "type": "intrinsic",
462
502
  "name": "any"
@@ -466,8 +506,8 @@
466
506
  {
467
507
  "id": 30,
468
508
  "name": "value",
509
+ "variant": "declaration",
469
510
  "kind": 262144,
470
- "kindString": "Accessor",
471
511
  "flags": {},
472
512
  "sources": [
473
513
  {
@@ -479,9 +519,16 @@
479
519
  "getSignature": {
480
520
  "id": 31,
481
521
  "name": "value",
522
+ "variant": "signature",
482
523
  "kind": 524288,
483
- "kindString": "Get signature",
484
524
  "flags": {},
525
+ "sources": [
526
+ {
527
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
528
+ "line": 7,
529
+ "character": 4
530
+ }
531
+ ],
485
532
  "type": {
486
533
  "type": "union",
487
534
  "types": [
@@ -491,8 +538,9 @@
491
538
  },
492
539
  {
493
540
  "type": "reference",
494
- "id": 24,
495
- "name": "T"
541
+ "target": -1,
542
+ "name": "T",
543
+ "refersToTypeParameter": true
496
544
  }
497
545
  ]
498
546
  }
@@ -501,8 +549,8 @@
501
549
  {
502
550
  "id": 36,
503
551
  "name": "fetch",
552
+ "variant": "declaration",
504
553
  "kind": 2048,
505
- "kindString": "Method",
506
554
  "flags": {},
507
555
  "sources": [
508
556
  {
@@ -515,20 +563,31 @@
515
563
  {
516
564
  "id": 37,
517
565
  "name": "fetch",
566
+ "variant": "signature",
518
567
  "kind": 4096,
519
- "kindString": "Call signature",
520
568
  "flags": {},
569
+ "sources": [
570
+ {
571
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
572
+ "line": 10,
573
+ "character": 4
574
+ }
575
+ ],
521
576
  "type": {
522
577
  "type": "reference",
578
+ "target": {
579
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
580
+ "qualifiedName": "Promise"
581
+ },
523
582
  "typeArguments": [
524
583
  {
525
584
  "type": "reference",
526
- "id": 24,
527
- "name": "T"
585
+ "target": -1,
586
+ "name": "T",
587
+ "refersToTypeParameter": true
528
588
  }
529
589
  ],
530
590
  "name": "Promise",
531
- "qualifiedName": "Promise",
532
591
  "package": "typescript"
533
592
  }
534
593
  }
@@ -537,8 +596,8 @@
537
596
  {
538
597
  "id": 38,
539
598
  "name": "get",
599
+ "variant": "declaration",
540
600
  "kind": 2048,
541
- "kindString": "Method",
542
601
  "flags": {},
543
602
  "sources": [
544
603
  {
@@ -551,38 +610,53 @@
551
610
  {
552
611
  "id": 39,
553
612
  "name": "get",
613
+ "variant": "signature",
554
614
  "kind": 4096,
555
- "kindString": "Call signature",
556
615
  "flags": {},
616
+ "sources": [
617
+ {
618
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
619
+ "line": 11,
620
+ "character": 4
621
+ }
622
+ ],
557
623
  "type": {
558
624
  "type": "reference",
625
+ "target": {
626
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
627
+ "qualifiedName": "Promise"
628
+ },
559
629
  "typeArguments": [
560
630
  {
561
631
  "type": "union",
562
632
  "types": [
563
633
  {
564
634
  "type": "reference",
565
- "id": 24,
566
- "name": "T"
635
+ "target": -1,
636
+ "name": "T",
637
+ "refersToTypeParameter": true
567
638
  },
568
639
  {
569
640
  "type": "reference",
641
+ "target": {
642
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
643
+ "qualifiedName": "NonNullable"
644
+ },
570
645
  "typeArguments": [
571
646
  {
572
647
  "type": "reference",
573
- "id": 24,
574
- "name": "T"
648
+ "target": -1,
649
+ "name": "T",
650
+ "refersToTypeParameter": true
575
651
  }
576
652
  ],
577
653
  "name": "NonNullable",
578
- "qualifiedName": "NonNullable",
579
654
  "package": "typescript"
580
655
  }
581
656
  ]
582
657
  }
583
658
  ],
584
659
  "name": "Promise",
585
- "qualifiedName": "Promise",
586
660
  "package": "typescript"
587
661
  }
588
662
  }
@@ -591,8 +665,8 @@
591
665
  {
592
666
  "id": 40,
593
667
  "name": "insert",
668
+ "variant": "declaration",
594
669
  "kind": 2048,
595
- "kindString": "Method",
596
670
  "flags": {},
597
671
  "sources": [
598
672
  {
@@ -605,34 +679,46 @@
605
679
  {
606
680
  "id": 41,
607
681
  "name": "insert",
682
+ "variant": "signature",
608
683
  "kind": 4096,
609
- "kindString": "Call signature",
610
684
  "flags": {},
685
+ "sources": [
686
+ {
687
+ "fileName": "packages/api/dist/types/ApiEndpoint.d.ts",
688
+ "line": 12,
689
+ "character": 4
690
+ }
691
+ ],
611
692
  "parameters": [
612
693
  {
613
694
  "id": 42,
614
695
  "name": "value",
696
+ "variant": "param",
615
697
  "kind": 32768,
616
- "kindString": "Parameter",
617
698
  "flags": {},
618
699
  "type": {
619
700
  "type": "reference",
620
- "id": 24,
621
- "name": "T"
701
+ "target": -1,
702
+ "name": "T",
703
+ "refersToTypeParameter": true
622
704
  }
623
705
  }
624
706
  ],
625
707
  "type": {
626
708
  "type": "reference",
709
+ "target": {
710
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
711
+ "qualifiedName": "Promise"
712
+ },
627
713
  "typeArguments": [
628
714
  {
629
715
  "type": "reference",
630
- "id": 24,
631
- "name": "T"
716
+ "target": -1,
717
+ "name": "T",
718
+ "refersToTypeParameter": true
632
719
  }
633
720
  ],
634
721
  "name": "Promise",
635
- "qualifiedName": "Promise",
636
722
  "package": "typescript"
637
723
  }
638
724
  }
@@ -682,8 +768,8 @@
682
768
  {
683
769
  "id": 43,
684
770
  "name": "T",
771
+ "variant": "typeParam",
685
772
  "kind": 131072,
686
- "kindString": "Type parameter",
687
773
  "flags": {}
688
774
  }
689
775
  ]
@@ -691,15 +777,15 @@
691
777
  {
692
778
  "id": 88,
693
779
  "name": "EthAddress",
780
+ "variant": "declaration",
694
781
  "kind": 128,
695
- "kindString": "Class",
696
782
  "flags": {},
697
783
  "children": [
698
784
  {
699
785
  "id": 98,
700
786
  "name": "constructor",
787
+ "variant": "declaration",
701
788
  "kind": 512,
702
- "kindString": "Constructor",
703
789
  "flags": {
704
790
  "isPrivate": true
705
791
  },
@@ -714,13 +800,21 @@
714
800
  {
715
801
  "id": 99,
716
802
  "name": "new EthAddress",
803
+ "variant": "signature",
717
804
  "kind": 16384,
718
- "kindString": "Constructor signature",
719
805
  "flags": {},
806
+ "sources": [
807
+ {
808
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
809
+ "line": 10,
810
+ "character": 4
811
+ }
812
+ ],
720
813
  "type": {
721
814
  "type": "reference",
722
- "id": 88,
723
- "name": "EthAddress"
815
+ "target": 88,
816
+ "name": "EthAddress",
817
+ "package": "@xylabs/eth-address"
724
818
  }
725
819
  }
726
820
  ]
@@ -728,8 +822,8 @@
728
822
  {
729
823
  "id": 101,
730
824
  "name": "address",
825
+ "variant": "declaration",
731
826
  "kind": 1024,
732
- "kindString": "Property",
733
827
  "flags": {
734
828
  "isPrivate": true
735
829
  },
@@ -748,8 +842,8 @@
748
842
  {
749
843
  "id": 100,
750
844
  "name": "type",
845
+ "variant": "declaration",
751
846
  "kind": 1024,
752
- "kindString": "Property",
753
847
  "flags": {},
754
848
  "sources": [
755
849
  {
@@ -766,8 +860,8 @@
766
860
  {
767
861
  "id": 89,
768
862
  "name": "type",
863
+ "variant": "declaration",
769
864
  "kind": 1024,
770
- "kindString": "Property",
771
865
  "flags": {
772
866
  "isStatic": true
773
867
  },
@@ -786,8 +880,8 @@
786
880
  {
787
881
  "id": 102,
788
882
  "name": "equals",
883
+ "variant": "declaration",
789
884
  "kind": 2048,
790
- "kindString": "Method",
791
885
  "flags": {},
792
886
  "sources": [
793
887
  {
@@ -800,15 +894,22 @@
800
894
  {
801
895
  "id": 103,
802
896
  "name": "equals",
897
+ "variant": "signature",
803
898
  "kind": 4096,
804
- "kindString": "Call signature",
805
899
  "flags": {},
900
+ "sources": [
901
+ {
902
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
903
+ "line": 13,
904
+ "character": 4
905
+ }
906
+ ],
806
907
  "parameters": [
807
908
  {
808
909
  "id": 104,
809
910
  "name": "address",
911
+ "variant": "param",
810
912
  "kind": 32768,
811
- "kindString": "Parameter",
812
913
  "flags": {
813
914
  "isOptional": true
814
915
  },
@@ -825,8 +926,9 @@
825
926
  },
826
927
  {
827
928
  "type": "reference",
828
- "id": 88,
829
- "name": "EthAddress"
929
+ "target": 88,
930
+ "name": "EthAddress",
931
+ "package": "@xylabs/eth-address"
830
932
  }
831
933
  ]
832
934
  }
@@ -842,8 +944,8 @@
842
944
  {
843
945
  "id": 105,
844
946
  "name": "toBigNumber",
947
+ "variant": "declaration",
845
948
  "kind": 2048,
846
- "kindString": "Method",
847
949
  "flags": {},
848
950
  "sources": [
849
951
  {
@@ -856,13 +958,23 @@
856
958
  {
857
959
  "id": 106,
858
960
  "name": "toBigNumber",
961
+ "variant": "signature",
859
962
  "kind": 4096,
860
- "kindString": "Call signature",
861
963
  "flags": {},
964
+ "sources": [
965
+ {
966
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
967
+ "line": 14,
968
+ "character": 4
969
+ }
970
+ ],
862
971
  "type": {
863
972
  "type": "reference",
973
+ "target": {
974
+ "sourceFileName": "node_modules/@types/bn.js/index.d.ts",
975
+ "qualifiedName": "BN"
976
+ },
864
977
  "name": "BN",
865
- "qualifiedName": "BN",
866
978
  "package": "@types/bn.js"
867
979
  }
868
980
  }
@@ -871,8 +983,8 @@
871
983
  {
872
984
  "id": 107,
873
985
  "name": "toHex",
986
+ "variant": "declaration",
874
987
  "kind": 2048,
875
- "kindString": "Method",
876
988
  "flags": {},
877
989
  "sources": [
878
990
  {
@@ -885,9 +997,16 @@
885
997
  {
886
998
  "id": 108,
887
999
  "name": "toHex",
1000
+ "variant": "signature",
888
1001
  "kind": 4096,
889
- "kindString": "Call signature",
890
1002
  "flags": {},
1003
+ "sources": [
1004
+ {
1005
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1006
+ "line": 15,
1007
+ "character": 4
1008
+ }
1009
+ ],
891
1010
  "type": {
892
1011
  "type": "intrinsic",
893
1012
  "name": "string"
@@ -898,8 +1017,8 @@
898
1017
  {
899
1018
  "id": 109,
900
1019
  "name": "toJSON",
1020
+ "variant": "declaration",
901
1021
  "kind": 2048,
902
- "kindString": "Method",
903
1022
  "flags": {},
904
1023
  "sources": [
905
1024
  {
@@ -912,9 +1031,16 @@
912
1031
  {
913
1032
  "id": 110,
914
1033
  "name": "toJSON",
1034
+ "variant": "signature",
915
1035
  "kind": 4096,
916
- "kindString": "Call signature",
917
1036
  "flags": {},
1037
+ "sources": [
1038
+ {
1039
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1040
+ "line": 16,
1041
+ "character": 4
1042
+ }
1043
+ ],
918
1044
  "type": {
919
1045
  "type": "intrinsic",
920
1046
  "name": "string"
@@ -925,8 +1051,8 @@
925
1051
  {
926
1052
  "id": 111,
927
1053
  "name": "toLowerCaseString",
1054
+ "variant": "declaration",
928
1055
  "kind": 2048,
929
- "kindString": "Method",
930
1056
  "flags": {},
931
1057
  "sources": [
932
1058
  {
@@ -939,9 +1065,16 @@
939
1065
  {
940
1066
  "id": 112,
941
1067
  "name": "toLowerCaseString",
1068
+ "variant": "signature",
942
1069
  "kind": 4096,
943
- "kindString": "Call signature",
944
1070
  "flags": {},
1071
+ "sources": [
1072
+ {
1073
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1074
+ "line": 17,
1075
+ "character": 4
1076
+ }
1077
+ ],
945
1078
  "type": {
946
1079
  "type": "intrinsic",
947
1080
  "name": "string"
@@ -952,8 +1085,8 @@
952
1085
  {
953
1086
  "id": 113,
954
1087
  "name": "toShortString",
1088
+ "variant": "declaration",
955
1089
  "kind": 2048,
956
- "kindString": "Method",
957
1090
  "flags": {},
958
1091
  "sources": [
959
1092
  {
@@ -966,15 +1099,22 @@
966
1099
  {
967
1100
  "id": 114,
968
1101
  "name": "toShortString",
1102
+ "variant": "signature",
969
1103
  "kind": 4096,
970
- "kindString": "Call signature",
971
1104
  "flags": {},
1105
+ "sources": [
1106
+ {
1107
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1108
+ "line": 18,
1109
+ "character": 4
1110
+ }
1111
+ ],
972
1112
  "parameters": [
973
1113
  {
974
1114
  "id": 115,
975
1115
  "name": "length",
1116
+ "variant": "param",
976
1117
  "kind": 32768,
977
- "kindString": "Parameter",
978
1118
  "flags": {
979
1119
  "isOptional": true
980
1120
  },
@@ -994,8 +1134,8 @@
994
1134
  {
995
1135
  "id": 116,
996
1136
  "name": "toString",
1137
+ "variant": "declaration",
997
1138
  "kind": 2048,
998
- "kindString": "Method",
999
1139
  "flags": {},
1000
1140
  "sources": [
1001
1141
  {
@@ -1008,9 +1148,16 @@
1008
1148
  {
1009
1149
  "id": 117,
1010
1150
  "name": "toString",
1151
+ "variant": "signature",
1011
1152
  "kind": 4096,
1012
- "kindString": "Call signature",
1013
1153
  "flags": {},
1154
+ "sources": [
1155
+ {
1156
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1157
+ "line": 19,
1158
+ "character": 4
1159
+ }
1160
+ ],
1014
1161
  "type": {
1015
1162
  "type": "intrinsic",
1016
1163
  "name": "string"
@@ -1021,8 +1168,8 @@
1021
1168
  {
1022
1169
  "id": 90,
1023
1170
  "name": "fromString",
1171
+ "variant": "declaration",
1024
1172
  "kind": 2048,
1025
- "kindString": "Method",
1026
1173
  "flags": {
1027
1174
  "isStatic": true
1028
1175
  },
@@ -1037,15 +1184,22 @@
1037
1184
  {
1038
1185
  "id": 91,
1039
1186
  "name": "fromString",
1187
+ "variant": "signature",
1040
1188
  "kind": 4096,
1041
- "kindString": "Call signature",
1042
1189
  "flags": {},
1190
+ "sources": [
1191
+ {
1192
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1193
+ "line": 11,
1194
+ "character": 4
1195
+ }
1196
+ ],
1043
1197
  "parameters": [
1044
1198
  {
1045
1199
  "id": 92,
1046
1200
  "name": "value",
1201
+ "variant": "param",
1047
1202
  "kind": 32768,
1048
- "kindString": "Parameter",
1049
1203
  "flags": {
1050
1204
  "isOptional": true
1051
1205
  },
@@ -1057,8 +1211,8 @@
1057
1211
  {
1058
1212
  "id": 93,
1059
1213
  "name": "base",
1214
+ "variant": "param",
1060
1215
  "kind": 32768,
1061
- "kindString": "Parameter",
1062
1216
  "flags": {
1063
1217
  "isOptional": true
1064
1218
  },
@@ -1077,8 +1231,9 @@
1077
1231
  },
1078
1232
  {
1079
1233
  "type": "reference",
1080
- "id": 88,
1081
- "name": "EthAddress"
1234
+ "target": 88,
1235
+ "name": "EthAddress",
1236
+ "package": "@xylabs/eth-address"
1082
1237
  }
1083
1238
  ]
1084
1239
  }
@@ -1088,8 +1243,8 @@
1088
1243
  {
1089
1244
  "id": 94,
1090
1245
  "name": "parse",
1246
+ "variant": "declaration",
1091
1247
  "kind": 2048,
1092
- "kindString": "Method",
1093
1248
  "flags": {
1094
1249
  "isStatic": true
1095
1250
  },
@@ -1104,15 +1259,22 @@
1104
1259
  {
1105
1260
  "id": 95,
1106
1261
  "name": "parse",
1262
+ "variant": "signature",
1107
1263
  "kind": 4096,
1108
- "kindString": "Call signature",
1109
1264
  "flags": {},
1265
+ "sources": [
1266
+ {
1267
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1268
+ "line": 12,
1269
+ "character": 4
1270
+ }
1271
+ ],
1110
1272
  "parameters": [
1111
1273
  {
1112
1274
  "id": 96,
1113
1275
  "name": "value",
1276
+ "variant": "param",
1114
1277
  "kind": 32768,
1115
- "kindString": "Parameter",
1116
1278
  "flags": {},
1117
1279
  "type": {
1118
1280
  "type": "intrinsic",
@@ -1122,8 +1284,8 @@
1122
1284
  {
1123
1285
  "id": 97,
1124
1286
  "name": "base",
1287
+ "variant": "param",
1125
1288
  "kind": 32768,
1126
- "kindString": "Parameter",
1127
1289
  "flags": {
1128
1290
  "isOptional": true
1129
1291
  },
@@ -1142,8 +1304,9 @@
1142
1304
  },
1143
1305
  {
1144
1306
  "type": "reference",
1145
- "id": 88,
1146
- "name": "EthAddress"
1307
+ "target": 88,
1308
+ "name": "EthAddress",
1309
+ "package": "@xylabs/eth-address"
1147
1310
  }
1148
1311
  ]
1149
1312
  }
@@ -1192,27 +1355,28 @@
1192
1355
  {
1193
1356
  "id": 130,
1194
1357
  "name": "ForgetPromise",
1358
+ "variant": "declaration",
1195
1359
  "kind": 128,
1196
- "kindString": "Class",
1197
1360
  "flags": {},
1198
1361
  "children": [
1199
1362
  {
1200
1363
  "id": 142,
1201
1364
  "name": "constructor",
1365
+ "variant": "declaration",
1202
1366
  "kind": 512,
1203
- "kindString": "Constructor",
1204
1367
  "flags": {},
1205
1368
  "signatures": [
1206
1369
  {
1207
1370
  "id": 143,
1208
1371
  "name": "new ForgetPromise",
1372
+ "variant": "signature",
1209
1373
  "kind": 16384,
1210
- "kindString": "Constructor signature",
1211
1374
  "flags": {},
1212
1375
  "type": {
1213
1376
  "type": "reference",
1214
- "id": 130,
1215
- "name": "ForgetPromise"
1377
+ "target": 130,
1378
+ "name": "ForgetPromise",
1379
+ "package": "@xylabs/forget"
1216
1380
  }
1217
1381
  }
1218
1382
  ]
@@ -1220,8 +1384,8 @@
1220
1384
  {
1221
1385
  "id": 131,
1222
1386
  "name": "activeForgets",
1387
+ "variant": "declaration",
1223
1388
  "kind": 1024,
1224
- "kindString": "Property",
1225
1389
  "flags": {
1226
1390
  "isStatic": true
1227
1391
  },
@@ -1240,8 +1404,8 @@
1240
1404
  {
1241
1405
  "id": 132,
1242
1406
  "name": "active",
1407
+ "variant": "declaration",
1243
1408
  "kind": 262144,
1244
- "kindString": "Accessor",
1245
1409
  "flags": {
1246
1410
  "isStatic": true
1247
1411
  },
@@ -1255,9 +1419,16 @@
1255
1419
  "getSignature": {
1256
1420
  "id": 133,
1257
1421
  "name": "active",
1422
+ "variant": "signature",
1258
1423
  "kind": 524288,
1259
- "kindString": "Get signature",
1260
1424
  "flags": {},
1425
+ "sources": [
1426
+ {
1427
+ "fileName": "packages/forget/dist/types/forget.d.ts",
1428
+ "line": 7,
1429
+ "character": 4
1430
+ }
1431
+ ],
1261
1432
  "type": {
1262
1433
  "type": "intrinsic",
1263
1434
  "name": "boolean"
@@ -1267,8 +1438,8 @@
1267
1438
  {
1268
1439
  "id": 134,
1269
1440
  "name": "awaitInactive",
1441
+ "variant": "declaration",
1270
1442
  "kind": 2048,
1271
- "kindString": "Method",
1272
1443
  "flags": {
1273
1444
  "isStatic": true
1274
1445
  },
@@ -1283,15 +1454,22 @@
1283
1454
  {
1284
1455
  "id": 135,
1285
1456
  "name": "awaitInactive",
1457
+ "variant": "signature",
1286
1458
  "kind": 4096,
1287
- "kindString": "Call signature",
1288
1459
  "flags": {},
1460
+ "sources": [
1461
+ {
1462
+ "fileName": "packages/forget/dist/types/forget.d.ts",
1463
+ "line": 8,
1464
+ "character": 4
1465
+ }
1466
+ ],
1289
1467
  "parameters": [
1290
1468
  {
1291
1469
  "id": 136,
1292
1470
  "name": "interval",
1471
+ "variant": "param",
1293
1472
  "kind": 32768,
1294
- "kindString": "Parameter",
1295
1473
  "flags": {
1296
1474
  "isOptional": true
1297
1475
  },
@@ -1303,8 +1481,8 @@
1303
1481
  {
1304
1482
  "id": 137,
1305
1483
  "name": "timeout",
1484
+ "variant": "param",
1306
1485
  "kind": 32768,
1307
- "kindString": "Parameter",
1308
1486
  "flags": {
1309
1487
  "isOptional": true
1310
1488
  },
@@ -1316,6 +1494,10 @@
1316
1494
  ],
1317
1495
  "type": {
1318
1496
  "type": "reference",
1497
+ "target": {
1498
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1499
+ "qualifiedName": "Promise"
1500
+ },
1319
1501
  "typeArguments": [
1320
1502
  {
1321
1503
  "type": "intrinsic",
@@ -1323,7 +1505,6 @@
1323
1505
  }
1324
1506
  ],
1325
1507
  "name": "Promise",
1326
- "qualifiedName": "Promise",
1327
1508
  "package": "typescript"
1328
1509
  }
1329
1510
  }
@@ -1332,8 +1513,8 @@
1332
1513
  {
1333
1514
  "id": 138,
1334
1515
  "name": "forget",
1516
+ "variant": "declaration",
1335
1517
  "kind": 2048,
1336
- "kindString": "Method",
1337
1518
  "flags": {
1338
1519
  "isStatic": true
1339
1520
  },
@@ -1348,18 +1529,29 @@
1348
1529
  {
1349
1530
  "id": 139,
1350
1531
  "name": "forget",
1532
+ "variant": "signature",
1351
1533
  "kind": 4096,
1352
- "kindString": "Call signature",
1353
1534
  "flags": {},
1535
+ "sources": [
1536
+ {
1537
+ "fileName": "packages/forget/dist/types/forget.d.ts",
1538
+ "line": 9,
1539
+ "character": 4
1540
+ }
1541
+ ],
1354
1542
  "parameters": [
1355
1543
  {
1356
1544
  "id": 140,
1357
1545
  "name": "promise",
1546
+ "variant": "param",
1358
1547
  "kind": 32768,
1359
- "kindString": "Parameter",
1360
1548
  "flags": {},
1361
1549
  "type": {
1362
1550
  "type": "reference",
1551
+ "target": {
1552
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1553
+ "qualifiedName": "Promise"
1554
+ },
1363
1555
  "typeArguments": [
1364
1556
  {
1365
1557
  "type": "intrinsic",
@@ -1367,21 +1559,25 @@
1367
1559
  }
1368
1560
  ],
1369
1561
  "name": "Promise",
1370
- "qualifiedName": "Promise",
1371
1562
  "package": "typescript"
1372
1563
  }
1373
1564
  },
1374
1565
  {
1375
1566
  "id": 141,
1376
1567
  "name": "timeout",
1568
+ "variant": "param",
1377
1569
  "kind": 32768,
1378
- "kindString": "Parameter",
1379
1570
  "flags": {
1380
1571
  "isOptional": true
1381
1572
  },
1382
1573
  "type": {
1383
1574
  "type": "reference",
1384
- "name": "ForgetTimeoutConfig"
1575
+ "target": {
1576
+ "sourceFileName": "packages/forget/src/forget.ts",
1577
+ "qualifiedName": "ForgetTimeoutConfig"
1578
+ },
1579
+ "name": "ForgetTimeoutConfig",
1580
+ "package": "@xylabs/forget"
1385
1581
  }
1386
1582
  }
1387
1583
  ],
@@ -1431,15 +1627,15 @@
1431
1627
  {
1432
1628
  "id": 149,
1433
1629
  "name": "Log",
1630
+ "variant": "declaration",
1434
1631
  "kind": 128,
1435
- "kindString": "Class",
1436
1632
  "flags": {},
1437
1633
  "children": [
1438
1634
  {
1439
1635
  "id": 150,
1440
1636
  "name": "constructor",
1637
+ "variant": "declaration",
1441
1638
  "kind": 512,
1442
- "kindString": "Constructor",
1443
1639
  "flags": {},
1444
1640
  "sources": [
1445
1641
  {
@@ -1452,27 +1648,36 @@
1452
1648
  {
1453
1649
  "id": 151,
1454
1650
  "name": "new Log",
1651
+ "variant": "signature",
1455
1652
  "kind": 16384,
1456
- "kindString": "Constructor signature",
1457
1653
  "flags": {},
1654
+ "sources": [
1655
+ {
1656
+ "fileName": "packages/log/dist/types/Log.d.ts",
1657
+ "line": 10,
1658
+ "character": 4
1659
+ }
1660
+ ],
1458
1661
  "parameters": [
1459
1662
  {
1460
1663
  "id": 152,
1461
1664
  "name": "config",
1665
+ "variant": "param",
1462
1666
  "kind": 32768,
1463
- "kindString": "Parameter",
1464
1667
  "flags": {},
1465
1668
  "type": {
1466
1669
  "type": "reference",
1467
- "id": 144,
1468
- "name": "LogConfig"
1670
+ "target": 144,
1671
+ "name": "LogConfig",
1672
+ "package": "@xylabs/log"
1469
1673
  }
1470
1674
  }
1471
1675
  ],
1472
1676
  "type": {
1473
1677
  "type": "reference",
1474
- "id": 149,
1475
- "name": "Log"
1678
+ "target": 149,
1679
+ "name": "Log",
1680
+ "package": "@xylabs/log"
1476
1681
  }
1477
1682
  }
1478
1683
  ]
@@ -1480,8 +1685,8 @@
1480
1685
  {
1481
1686
  "id": 153,
1482
1687
  "name": "devMode",
1688
+ "variant": "declaration",
1483
1689
  "kind": 1024,
1484
- "kindString": "Property",
1485
1690
  "flags": {
1486
1691
  "isPrivate": true,
1487
1692
  "isOptional": true
@@ -1501,8 +1706,8 @@
1501
1706
  {
1502
1707
  "id": 154,
1503
1708
  "name": "rollbar",
1709
+ "variant": "declaration",
1504
1710
  "kind": 1024,
1505
- "kindString": "Property",
1506
1711
  "flags": {
1507
1712
  "isPrivate": true,
1508
1713
  "isOptional": true
@@ -1522,8 +1727,8 @@
1522
1727
  {
1523
1728
  "id": 155,
1524
1729
  "name": "debug",
1730
+ "variant": "declaration",
1525
1731
  "kind": 2048,
1526
- "kindString": "Method",
1527
1732
  "flags": {},
1528
1733
  "sources": [
1529
1734
  {
@@ -1536,15 +1741,22 @@
1536
1741
  {
1537
1742
  "id": 156,
1538
1743
  "name": "debug",
1744
+ "variant": "signature",
1539
1745
  "kind": 4096,
1540
- "kindString": "Call signature",
1541
1746
  "flags": {},
1747
+ "sources": [
1748
+ {
1749
+ "fileName": "packages/log/dist/types/Log.d.ts",
1750
+ "line": 11,
1751
+ "character": 4
1752
+ }
1753
+ ],
1542
1754
  "parameters": [
1543
1755
  {
1544
1756
  "id": 157,
1545
1757
  "name": "params",
1758
+ "variant": "param",
1546
1759
  "kind": 32768,
1547
- "kindString": "Parameter",
1548
1760
  "flags": {
1549
1761
  "isRest": true
1550
1762
  },
@@ -1567,8 +1779,8 @@
1567
1779
  {
1568
1780
  "id": 158,
1569
1781
  "name": "error",
1782
+ "variant": "declaration",
1570
1783
  "kind": 2048,
1571
- "kindString": "Method",
1572
1784
  "flags": {},
1573
1785
  "sources": [
1574
1786
  {
@@ -1581,15 +1793,22 @@
1581
1793
  {
1582
1794
  "id": 159,
1583
1795
  "name": "error",
1796
+ "variant": "signature",
1584
1797
  "kind": 4096,
1585
- "kindString": "Call signature",
1586
1798
  "flags": {},
1799
+ "sources": [
1800
+ {
1801
+ "fileName": "packages/log/dist/types/Log.d.ts",
1802
+ "line": 12,
1803
+ "character": 4
1804
+ }
1805
+ ],
1587
1806
  "parameters": [
1588
1807
  {
1589
1808
  "id": 160,
1590
1809
  "name": "params",
1810
+ "variant": "param",
1591
1811
  "kind": 32768,
1592
- "kindString": "Parameter",
1593
1812
  "flags": {
1594
1813
  "isRest": true
1595
1814
  },
@@ -1612,8 +1831,8 @@
1612
1831
  {
1613
1832
  "id": 161,
1614
1833
  "name": "info",
1834
+ "variant": "declaration",
1615
1835
  "kind": 2048,
1616
- "kindString": "Method",
1617
1836
  "flags": {},
1618
1837
  "sources": [
1619
1838
  {
@@ -1626,15 +1845,22 @@
1626
1845
  {
1627
1846
  "id": 162,
1628
1847
  "name": "info",
1848
+ "variant": "signature",
1629
1849
  "kind": 4096,
1630
- "kindString": "Call signature",
1631
1850
  "flags": {},
1851
+ "sources": [
1852
+ {
1853
+ "fileName": "packages/log/dist/types/Log.d.ts",
1854
+ "line": 13,
1855
+ "character": 4
1856
+ }
1857
+ ],
1632
1858
  "parameters": [
1633
1859
  {
1634
1860
  "id": 163,
1635
1861
  "name": "params",
1862
+ "variant": "param",
1636
1863
  "kind": 32768,
1637
- "kindString": "Parameter",
1638
1864
  "flags": {
1639
1865
  "isRest": true
1640
1866
  },
@@ -1657,8 +1883,8 @@
1657
1883
  {
1658
1884
  "id": 164,
1659
1885
  "name": "log",
1886
+ "variant": "declaration",
1660
1887
  "kind": 2048,
1661
- "kindString": "Method",
1662
1888
  "flags": {},
1663
1889
  "sources": [
1664
1890
  {
@@ -1671,15 +1897,22 @@
1671
1897
  {
1672
1898
  "id": 165,
1673
1899
  "name": "log",
1900
+ "variant": "signature",
1674
1901
  "kind": 4096,
1675
- "kindString": "Call signature",
1676
1902
  "flags": {},
1903
+ "sources": [
1904
+ {
1905
+ "fileName": "packages/log/dist/types/Log.d.ts",
1906
+ "line": 14,
1907
+ "character": 4
1908
+ }
1909
+ ],
1677
1910
  "parameters": [
1678
1911
  {
1679
1912
  "id": 166,
1680
1913
  "name": "params",
1914
+ "variant": "param",
1681
1915
  "kind": 32768,
1682
- "kindString": "Parameter",
1683
1916
  "flags": {
1684
1917
  "isRest": true
1685
1918
  },
@@ -1702,8 +1935,8 @@
1702
1935
  {
1703
1936
  "id": 167,
1704
1937
  "name": "warn",
1938
+ "variant": "declaration",
1705
1939
  "kind": 2048,
1706
- "kindString": "Method",
1707
1940
  "flags": {},
1708
1941
  "sources": [
1709
1942
  {
@@ -1716,15 +1949,22 @@
1716
1949
  {
1717
1950
  "id": 168,
1718
1951
  "name": "warn",
1952
+ "variant": "signature",
1719
1953
  "kind": 4096,
1720
- "kindString": "Call signature",
1721
1954
  "flags": {},
1955
+ "sources": [
1956
+ {
1957
+ "fileName": "packages/log/dist/types/Log.d.ts",
1958
+ "line": 15,
1959
+ "character": 4
1960
+ }
1961
+ ],
1722
1962
  "parameters": [
1723
1963
  {
1724
1964
  "id": 169,
1725
1965
  "name": "params",
1966
+ "variant": "param",
1726
1967
  "kind": 32768,
1727
- "kindString": "Parameter",
1728
1968
  "flags": {
1729
1969
  "isRest": true
1730
1970
  },
@@ -1781,15 +2021,15 @@
1781
2021
  {
1782
2022
  "id": 16,
1783
2023
  "name": "ApiConfig",
2024
+ "variant": "declaration",
1784
2025
  "kind": 256,
1785
- "kindString": "Interface",
1786
2026
  "flags": {},
1787
2027
  "children": [
1788
2028
  {
1789
2029
  "id": 17,
1790
2030
  "name": "apiDomain",
2031
+ "variant": "declaration",
1791
2032
  "kind": 1024,
1792
- "kindString": "Property",
1793
2033
  "flags": {},
1794
2034
  "sources": [
1795
2035
  {
@@ -1806,8 +2046,8 @@
1806
2046
  {
1807
2047
  "id": 18,
1808
2048
  "name": "apiKey",
2049
+ "variant": "declaration",
1809
2050
  "kind": 1024,
1810
- "kindString": "Property",
1811
2051
  "flags": {
1812
2052
  "isOptional": true
1813
2053
  },
@@ -1826,8 +2066,8 @@
1826
2066
  {
1827
2067
  "id": 19,
1828
2068
  "name": "jwtToken",
2069
+ "variant": "declaration",
1829
2070
  "kind": 1024,
1830
- "kindString": "Property",
1831
2071
  "flags": {
1832
2072
  "isOptional": true
1833
2073
  },
@@ -1846,8 +2086,8 @@
1846
2086
  {
1847
2087
  "id": 20,
1848
2088
  "name": "userid",
2089
+ "variant": "declaration",
1849
2090
  "kind": 1024,
1850
- "kindString": "Property",
1851
2091
  "flags": {
1852
2092
  "isOptional": true
1853
2093
  },
@@ -1886,15 +2126,15 @@
1886
2126
  {
1887
2127
  "id": 144,
1888
2128
  "name": "LogConfig",
2129
+ "variant": "declaration",
1889
2130
  "kind": 256,
1890
- "kindString": "Interface",
1891
2131
  "flags": {},
1892
2132
  "children": [
1893
2133
  {
1894
2134
  "id": 145,
1895
2135
  "name": "commitHash",
2136
+ "variant": "declaration",
1896
2137
  "kind": 1024,
1897
- "kindString": "Property",
1898
2138
  "flags": {
1899
2139
  "isOptional": true
1900
2140
  },
@@ -1913,8 +2153,8 @@
1913
2153
  {
1914
2154
  "id": 146,
1915
2155
  "name": "devMode",
2156
+ "variant": "declaration",
1916
2157
  "kind": 1024,
1917
- "kindString": "Property",
1918
2158
  "flags": {
1919
2159
  "isOptional": true
1920
2160
  },
@@ -1933,8 +2173,8 @@
1933
2173
  {
1934
2174
  "id": 147,
1935
2175
  "name": "payload",
2176
+ "variant": "declaration",
1936
2177
  "kind": 1024,
1937
- "kindString": "Property",
1938
2178
  "flags": {
1939
2179
  "isOptional": true
1940
2180
  },
@@ -1947,6 +2187,10 @@
1947
2187
  ],
1948
2188
  "type": {
1949
2189
  "type": "reference",
2190
+ "target": {
2191
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2192
+ "qualifiedName": "Record"
2193
+ },
1950
2194
  "typeArguments": [
1951
2195
  {
1952
2196
  "type": "intrinsic",
@@ -1958,15 +2202,14 @@
1958
2202
  }
1959
2203
  ],
1960
2204
  "name": "Record",
1961
- "qualifiedName": "Record",
1962
2205
  "package": "typescript"
1963
2206
  }
1964
2207
  },
1965
2208
  {
1966
2209
  "id": 148,
1967
2210
  "name": "rollbarToken",
2211
+ "variant": "declaration",
1968
2212
  "kind": 1024,
1969
- "kindString": "Property",
1970
2213
  "flags": {
1971
2214
  "isOptional": true
1972
2215
  },
@@ -2005,8 +2248,8 @@
2005
2248
  {
2006
2249
  "id": 56,
2007
2250
  "name": "AssertExErrorFunc",
2251
+ "variant": "declaration",
2008
2252
  "kind": 4194304,
2009
- "kindString": "Type alias",
2010
2253
  "flags": {},
2011
2254
  "sources": [
2012
2255
  {
@@ -2019,20 +2262,23 @@
2019
2262
  {
2020
2263
  "id": 60,
2021
2264
  "name": "T",
2265
+ "variant": "typeParam",
2022
2266
  "kind": 131072,
2023
- "kindString": "Type parameter",
2024
2267
  "flags": {}
2025
2268
  },
2026
2269
  {
2027
2270
  "id": 61,
2028
2271
  "name": "R",
2272
+ "variant": "typeParam",
2029
2273
  "kind": 131072,
2030
- "kindString": "Type parameter",
2031
2274
  "flags": {},
2032
2275
  "type": {
2033
2276
  "type": "reference",
2277
+ "target": {
2278
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2279
+ "qualifiedName": "Error"
2280
+ },
2034
2281
  "name": "Error",
2035
- "qualifiedName": "Error",
2036
2282
  "package": "typescript"
2037
2283
  }
2038
2284
  }
@@ -2042,8 +2288,8 @@
2042
2288
  "declaration": {
2043
2289
  "id": 57,
2044
2290
  "name": "__type",
2291
+ "variant": "declaration",
2045
2292
  "kind": 65536,
2046
- "kindString": "Type literal",
2047
2293
  "flags": {},
2048
2294
  "sources": [
2049
2295
  {
@@ -2056,15 +2302,15 @@
2056
2302
  {
2057
2303
  "id": 58,
2058
2304
  "name": "__type",
2305
+ "variant": "signature",
2059
2306
  "kind": 4096,
2060
- "kindString": "Call signature",
2061
2307
  "flags": {},
2062
2308
  "parameters": [
2063
2309
  {
2064
2310
  "id": 59,
2065
2311
  "name": "value",
2312
+ "variant": "param",
2066
2313
  "kind": 32768,
2067
- "kindString": "Parameter",
2068
2314
  "flags": {
2069
2315
  "isOptional": true
2070
2316
  },
@@ -2073,8 +2319,9 @@
2073
2319
  "types": [
2074
2320
  {
2075
2321
  "type": "reference",
2076
- "id": 60,
2077
- "name": "T"
2322
+ "target": -1,
2323
+ "name": "T",
2324
+ "refersToTypeParameter": true
2078
2325
  },
2079
2326
  {
2080
2327
  "type": "literal",
@@ -2086,8 +2333,9 @@
2086
2333
  ],
2087
2334
  "type": {
2088
2335
  "type": "reference",
2089
- "id": 61,
2090
- "name": "R"
2336
+ "target": -1,
2337
+ "name": "R",
2338
+ "refersToTypeParameter": true
2091
2339
  }
2092
2340
  }
2093
2341
  ]
@@ -2097,8 +2345,8 @@
2097
2345
  {
2098
2346
  "id": 51,
2099
2347
  "name": "AssertExMessageFunc",
2348
+ "variant": "declaration",
2100
2349
  "kind": 4194304,
2101
- "kindString": "Type alias",
2102
2350
  "flags": {},
2103
2351
  "sources": [
2104
2352
  {
@@ -2111,8 +2359,8 @@
2111
2359
  {
2112
2360
  "id": 55,
2113
2361
  "name": "T",
2362
+ "variant": "typeParam",
2114
2363
  "kind": 131072,
2115
- "kindString": "Type parameter",
2116
2364
  "flags": {}
2117
2365
  }
2118
2366
  ],
@@ -2121,8 +2369,8 @@
2121
2369
  "declaration": {
2122
2370
  "id": 52,
2123
2371
  "name": "__type",
2372
+ "variant": "declaration",
2124
2373
  "kind": 65536,
2125
- "kindString": "Type literal",
2126
2374
  "flags": {},
2127
2375
  "sources": [
2128
2376
  {
@@ -2135,15 +2383,15 @@
2135
2383
  {
2136
2384
  "id": 53,
2137
2385
  "name": "__type",
2386
+ "variant": "signature",
2138
2387
  "kind": 4096,
2139
- "kindString": "Call signature",
2140
2388
  "flags": {},
2141
2389
  "parameters": [
2142
2390
  {
2143
2391
  "id": 54,
2144
2392
  "name": "value",
2393
+ "variant": "param",
2145
2394
  "kind": 32768,
2146
- "kindString": "Parameter",
2147
2395
  "flags": {
2148
2396
  "isOptional": true
2149
2397
  },
@@ -2152,8 +2400,9 @@
2152
2400
  "types": [
2153
2401
  {
2154
2402
  "type": "reference",
2155
- "id": 55,
2156
- "name": "T"
2403
+ "target": -1,
2404
+ "name": "T",
2405
+ "refersToTypeParameter": true
2157
2406
  },
2158
2407
  {
2159
2408
  "type": "literal",
@@ -2175,30 +2424,30 @@
2175
2424
  {
2176
2425
  "id": 1,
2177
2426
  "name": "Override",
2427
+ "variant": "declaration",
2178
2428
  "kind": 4194304,
2179
- "kindString": "Type alias",
2180
2429
  "flags": {},
2181
2430
  "sources": [
2182
2431
  {
2183
2432
  "fileName": "src/Override.ts",
2184
2433
  "line": 1,
2185
2434
  "character": 5,
2186
- "url": "https://github.com/xylabs/sdk-js/blob/d4fefe1/src/Override.ts#L1"
2435
+ "url": "https://github.com/xylabs/sdk-js/blob/de632cf/src/Override.ts#L1"
2187
2436
  }
2188
2437
  ],
2189
2438
  "typeParameters": [
2190
2439
  {
2191
2440
  "id": 2,
2192
2441
  "name": "T1",
2442
+ "variant": "typeParam",
2193
2443
  "kind": 131072,
2194
- "kindString": "Type parameter",
2195
2444
  "flags": {}
2196
2445
  },
2197
2446
  {
2198
2447
  "id": 3,
2199
2448
  "name": "T2",
2449
+ "variant": "typeParam",
2200
2450
  "kind": 131072,
2201
- "kindString": "Type parameter",
2202
2451
  "flags": {}
2203
2452
  }
2204
2453
  ],
@@ -2207,30 +2456,36 @@
2207
2456
  "types": [
2208
2457
  {
2209
2458
  "type": "reference",
2459
+ "target": {
2460
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2461
+ "qualifiedName": "Omit"
2462
+ },
2210
2463
  "typeArguments": [
2211
2464
  {
2212
2465
  "type": "reference",
2213
- "id": 2,
2214
- "name": "T1"
2466
+ "target": -1,
2467
+ "name": "T1",
2468
+ "refersToTypeParameter": true
2215
2469
  },
2216
2470
  {
2217
2471
  "type": "typeOperator",
2218
2472
  "operator": "keyof",
2219
2473
  "target": {
2220
2474
  "type": "reference",
2221
- "id": 3,
2222
- "name": "T2"
2475
+ "target": -1,
2476
+ "name": "T2",
2477
+ "refersToTypeParameter": true
2223
2478
  }
2224
2479
  }
2225
2480
  ],
2226
2481
  "name": "Omit",
2227
- "qualifiedName": "Omit",
2228
2482
  "package": "typescript"
2229
2483
  },
2230
2484
  {
2231
2485
  "type": "reference",
2232
- "id": 3,
2233
- "name": "T2"
2486
+ "target": -1,
2487
+ "name": "T2",
2488
+ "refersToTypeParameter": true
2234
2489
  }
2235
2490
  ]
2236
2491
  }
@@ -2238,8 +2493,8 @@
2238
2493
  {
2239
2494
  "id": 4,
2240
2495
  "name": "PartialRecord",
2496
+ "variant": "declaration",
2241
2497
  "kind": 4194304,
2242
- "kindString": "Type alias",
2243
2498
  "flags": {},
2244
2499
  "comment": {
2245
2500
  "summary": [],
@@ -2260,15 +2515,15 @@
2260
2515
  "fileName": "src/PartialRecord.ts",
2261
2516
  "line": 4,
2262
2517
  "character": 12,
2263
- "url": "https://github.com/xylabs/sdk-js/blob/d4fefe1/src/PartialRecord.ts#L4"
2518
+ "url": "https://github.com/xylabs/sdk-js/blob/de632cf/src/PartialRecord.ts#L4"
2264
2519
  }
2265
2520
  ],
2266
2521
  "typeParameters": [
2267
2522
  {
2268
2523
  "id": 5,
2269
2524
  "name": "K",
2525
+ "variant": "typeParam",
2270
2526
  "kind": 131072,
2271
- "kindString": "Type parameter",
2272
2527
  "flags": {},
2273
2528
  "type": {
2274
2529
  "type": "typeOperator",
@@ -2282,8 +2537,8 @@
2282
2537
  {
2283
2538
  "id": 6,
2284
2539
  "name": "T",
2540
+ "variant": "typeParam",
2285
2541
  "kind": 131072,
2286
- "kindString": "Type parameter",
2287
2542
  "flags": {}
2288
2543
  }
2289
2544
  ],
@@ -2292,13 +2547,15 @@
2292
2547
  "parameter": "P",
2293
2548
  "parameterType": {
2294
2549
  "type": "reference",
2295
- "id": 5,
2296
- "name": "K"
2550
+ "target": -1,
2551
+ "name": "K",
2552
+ "refersToTypeParameter": true
2297
2553
  },
2298
2554
  "templateType": {
2299
2555
  "type": "reference",
2300
- "id": 6,
2301
- "name": "T"
2556
+ "target": -1,
2557
+ "name": "T",
2558
+ "refersToTypeParameter": true
2302
2559
  },
2303
2560
  "optionalModifier": "+"
2304
2561
  }
@@ -2306,8 +2563,8 @@
2306
2563
  {
2307
2564
  "id": 62,
2308
2565
  "name": "assertEx",
2566
+ "variant": "declaration",
2309
2567
  "kind": 64,
2310
- "kindString": "Function",
2311
2568
  "flags": {},
2312
2569
  "sources": [
2313
2570
  {
@@ -2330,8 +2587,8 @@
2330
2587
  {
2331
2588
  "id": 63,
2332
2589
  "name": "assertEx",
2590
+ "variant": "signature",
2333
2591
  "kind": 4096,
2334
- "kindString": "Call signature",
2335
2592
  "flags": {},
2336
2593
  "comment": {
2337
2594
  "summary": [
@@ -2361,12 +2618,19 @@
2361
2618
  }
2362
2619
  ]
2363
2620
  },
2621
+ "sources": [
2622
+ {
2623
+ "fileName": "packages/assert/dist/types/index.d.ts",
2624
+ "line": 12,
2625
+ "character": 0
2626
+ }
2627
+ ],
2364
2628
  "typeParameter": [
2365
2629
  {
2366
2630
  "id": 64,
2367
2631
  "name": "T",
2632
+ "variant": "typeParam",
2368
2633
  "kind": 131072,
2369
- "kindString": "Type parameter",
2370
2634
  "flags": {}
2371
2635
  }
2372
2636
  ],
@@ -2374,8 +2638,8 @@
2374
2638
  {
2375
2639
  "id": 65,
2376
2640
  "name": "expr",
2641
+ "variant": "param",
2377
2642
  "kind": 32768,
2378
- "kindString": "Parameter",
2379
2643
  "flags": {
2380
2644
  "isOptional": true
2381
2645
  },
@@ -2396,8 +2660,9 @@
2396
2660
  },
2397
2661
  {
2398
2662
  "type": "reference",
2399
- "id": 64,
2400
- "name": "T"
2663
+ "target": -1,
2664
+ "name": "T",
2665
+ "refersToTypeParameter": true
2401
2666
  }
2402
2667
  ]
2403
2668
  }
@@ -2405,8 +2670,8 @@
2405
2670
  {
2406
2671
  "id": 66,
2407
2672
  "name": "message",
2673
+ "variant": "param",
2408
2674
  "kind": 32768,
2409
- "kindString": "Parameter",
2410
2675
  "flags": {
2411
2676
  "isOptional": true
2412
2677
  },
@@ -2426,22 +2691,30 @@
2426
2691
  ],
2427
2692
  "type": {
2428
2693
  "type": "reference",
2429
- "id": 64,
2430
- "name": "T"
2694
+ "target": -1,
2695
+ "name": "T",
2696
+ "refersToTypeParameter": true
2431
2697
  }
2432
2698
  },
2433
2699
  {
2434
2700
  "id": 67,
2435
2701
  "name": "assertEx",
2702
+ "variant": "signature",
2436
2703
  "kind": 4096,
2437
- "kindString": "Call signature",
2438
2704
  "flags": {},
2705
+ "sources": [
2706
+ {
2707
+ "fileName": "packages/assert/dist/types/index.d.ts",
2708
+ "line": 13,
2709
+ "character": 0
2710
+ }
2711
+ ],
2439
2712
  "typeParameter": [
2440
2713
  {
2441
2714
  "id": 68,
2442
2715
  "name": "T",
2716
+ "variant": "typeParam",
2443
2717
  "kind": 131072,
2444
- "kindString": "Type parameter",
2445
2718
  "flags": {}
2446
2719
  }
2447
2720
  ],
@@ -2449,8 +2722,8 @@
2449
2722
  {
2450
2723
  "id": 69,
2451
2724
  "name": "expr",
2725
+ "variant": "param",
2452
2726
  "kind": 32768,
2453
- "kindString": "Parameter",
2454
2727
  "flags": {
2455
2728
  "isOptional": true
2456
2729
  },
@@ -2463,8 +2736,9 @@
2463
2736
  },
2464
2737
  {
2465
2738
  "type": "reference",
2466
- "id": 68,
2467
- "name": "T"
2739
+ "target": -1,
2740
+ "name": "T",
2741
+ "refersToTypeParameter": true
2468
2742
  }
2469
2743
  ]
2470
2744
  }
@@ -2472,55 +2746,68 @@
2472
2746
  {
2473
2747
  "id": 70,
2474
2748
  "name": "messageFunc",
2749
+ "variant": "param",
2475
2750
  "kind": 32768,
2476
- "kindString": "Parameter",
2477
2751
  "flags": {
2478
2752
  "isOptional": true
2479
2753
  },
2480
2754
  "type": {
2481
2755
  "type": "reference",
2482
- "id": 51,
2756
+ "target": 51,
2483
2757
  "typeArguments": [
2484
2758
  {
2485
2759
  "type": "reference",
2486
- "id": 68,
2487
- "name": "T"
2760
+ "target": -1,
2761
+ "name": "T",
2762
+ "refersToTypeParameter": true
2488
2763
  }
2489
2764
  ],
2490
- "name": "AssertExMessageFunc"
2765
+ "name": "AssertExMessageFunc",
2766
+ "package": "@xylabs/assert"
2491
2767
  }
2492
2768
  }
2493
2769
  ],
2494
2770
  "type": {
2495
2771
  "type": "reference",
2496
- "id": 68,
2497
- "name": "T"
2772
+ "target": -1,
2773
+ "name": "T",
2774
+ "refersToTypeParameter": true
2498
2775
  }
2499
2776
  },
2500
2777
  {
2501
2778
  "id": 71,
2502
2779
  "name": "assertEx",
2780
+ "variant": "signature",
2503
2781
  "kind": 4096,
2504
- "kindString": "Call signature",
2505
2782
  "flags": {},
2783
+ "sources": [
2784
+ {
2785
+ "fileName": "packages/assert/dist/types/index.d.ts",
2786
+ "line": 14,
2787
+ "character": 0
2788
+ }
2789
+ ],
2506
2790
  "typeParameter": [
2507
2791
  {
2508
2792
  "id": 72,
2509
2793
  "name": "T",
2794
+ "variant": "typeParam",
2510
2795
  "kind": 131072,
2511
- "kindString": "Type parameter",
2512
2796
  "flags": {}
2513
2797
  },
2514
2798
  {
2515
2799
  "id": 73,
2516
2800
  "name": "R",
2801
+ "variant": "typeParam",
2517
2802
  "kind": 131072,
2518
- "kindString": "Type parameter",
2519
2803
  "flags": {},
2520
2804
  "type": {
2521
2805
  "type": "reference",
2806
+ "target": {
2807
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2808
+ "qualifiedName": "Error"
2809
+ },
2522
2810
  "name": "Error",
2523
- "qualifiedName": "Error",
2524
2811
  "package": "typescript"
2525
2812
  }
2526
2813
  }
@@ -2529,8 +2816,8 @@
2529
2816
  {
2530
2817
  "id": 74,
2531
2818
  "name": "expr",
2819
+ "variant": "param",
2532
2820
  "kind": 32768,
2533
- "kindString": "Parameter",
2534
2821
  "flags": {
2535
2822
  "isOptional": true
2536
2823
  },
@@ -2543,8 +2830,9 @@
2543
2830
  },
2544
2831
  {
2545
2832
  "type": "reference",
2546
- "id": 72,
2547
- "name": "T"
2833
+ "target": -1,
2834
+ "name": "T",
2835
+ "refersToTypeParameter": true
2548
2836
  }
2549
2837
  ]
2550
2838
  }
@@ -2552,34 +2840,38 @@
2552
2840
  {
2553
2841
  "id": 75,
2554
2842
  "name": "errorFunc",
2843
+ "variant": "param",
2555
2844
  "kind": 32768,
2556
- "kindString": "Parameter",
2557
2845
  "flags": {
2558
2846
  "isOptional": true
2559
2847
  },
2560
2848
  "type": {
2561
2849
  "type": "reference",
2562
- "id": 56,
2850
+ "target": 56,
2563
2851
  "typeArguments": [
2564
2852
  {
2565
2853
  "type": "reference",
2566
- "id": 72,
2567
- "name": "T"
2854
+ "target": -1,
2855
+ "name": "T",
2856
+ "refersToTypeParameter": true
2568
2857
  },
2569
2858
  {
2570
2859
  "type": "reference",
2571
- "id": 73,
2572
- "name": "R"
2860
+ "target": -1,
2861
+ "name": "R",
2862
+ "refersToTypeParameter": true
2573
2863
  }
2574
2864
  ],
2575
- "name": "AssertExErrorFunc"
2865
+ "name": "AssertExErrorFunc",
2866
+ "package": "@xylabs/assert"
2576
2867
  }
2577
2868
  }
2578
2869
  ],
2579
2870
  "type": {
2580
2871
  "type": "reference",
2581
- "id": 72,
2582
- "name": "T"
2872
+ "target": -1,
2873
+ "name": "T",
2874
+ "refersToTypeParameter": true
2583
2875
  }
2584
2876
  }
2585
2877
  ]
@@ -2587,8 +2879,8 @@
2587
2879
  {
2588
2880
  "id": 76,
2589
2881
  "name": "delay",
2882
+ "variant": "declaration",
2590
2883
  "kind": 64,
2591
- "kindString": "Function",
2592
2884
  "flags": {},
2593
2885
  "sources": [
2594
2886
  {
@@ -2601,15 +2893,22 @@
2601
2893
  {
2602
2894
  "id": 77,
2603
2895
  "name": "delay",
2896
+ "variant": "signature",
2604
2897
  "kind": 4096,
2605
- "kindString": "Call signature",
2606
2898
  "flags": {},
2899
+ "sources": [
2900
+ {
2901
+ "fileName": "packages/delay/dist/types/delay.d.ts",
2902
+ "line": 1,
2903
+ "character": 28
2904
+ }
2905
+ ],
2607
2906
  "parameters": [
2608
2907
  {
2609
2908
  "id": 78,
2610
2909
  "name": "ms",
2910
+ "variant": "param",
2611
2911
  "kind": 32768,
2612
- "kindString": "Parameter",
2613
2912
  "flags": {},
2614
2913
  "type": {
2615
2914
  "type": "intrinsic",
@@ -2619,6 +2918,10 @@
2619
2918
  ],
2620
2919
  "type": {
2621
2920
  "type": "reference",
2921
+ "target": {
2922
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2923
+ "qualifiedName": "Promise"
2924
+ },
2622
2925
  "typeArguments": [
2623
2926
  {
2624
2927
  "type": "intrinsic",
@@ -2626,7 +2929,6 @@
2626
2929
  }
2627
2930
  ],
2628
2931
  "name": "Promise",
2629
- "qualifiedName": "Promise",
2630
2932
  "package": "typescript"
2631
2933
  }
2632
2934
  }
@@ -2635,8 +2937,8 @@
2635
2937
  {
2636
2938
  "id": 79,
2637
2939
  "name": "ellipsize",
2940
+ "variant": "declaration",
2638
2941
  "kind": 64,
2639
- "kindString": "Function",
2640
2942
  "flags": {},
2641
2943
  "sources": [
2642
2944
  {
@@ -2649,15 +2951,22 @@
2649
2951
  {
2650
2952
  "id": 80,
2651
2953
  "name": "ellipsize",
2954
+ "variant": "signature",
2652
2955
  "kind": 4096,
2653
- "kindString": "Call signature",
2654
2956
  "flags": {},
2957
+ "sources": [
2958
+ {
2959
+ "fileName": "packages/eth-address/dist/types/ellipsize.d.ts",
2960
+ "line": 1,
2961
+ "character": 32
2962
+ }
2963
+ ],
2655
2964
  "parameters": [
2656
2965
  {
2657
2966
  "id": 81,
2658
2967
  "name": "value",
2968
+ "variant": "param",
2659
2969
  "kind": 32768,
2660
- "kindString": "Parameter",
2661
2970
  "flags": {},
2662
2971
  "type": {
2663
2972
  "type": "intrinsic",
@@ -2667,8 +2976,8 @@
2667
2976
  {
2668
2977
  "id": 82,
2669
2978
  "name": "length",
2979
+ "variant": "param",
2670
2980
  "kind": 32768,
2671
- "kindString": "Parameter",
2672
2981
  "flags": {
2673
2982
  "isOptional": true
2674
2983
  },
@@ -2688,8 +2997,8 @@
2688
2997
  {
2689
2998
  "id": 122,
2690
2999
  "name": "exists",
3000
+ "variant": "declaration",
2691
3001
  "kind": 64,
2692
- "kindString": "Function",
2693
3002
  "flags": {},
2694
3003
  "sources": [
2695
3004
  {
@@ -2702,8 +3011,8 @@
2702
3011
  {
2703
3012
  "id": 123,
2704
3013
  "name": "exists",
3014
+ "variant": "signature",
2705
3015
  "kind": 4096,
2706
- "kindString": "Call signature",
2707
3016
  "flags": {},
2708
3017
  "comment": {
2709
3018
  "summary": [
@@ -2733,12 +3042,19 @@
2733
3042
  }
2734
3043
  ]
2735
3044
  },
3045
+ "sources": [
3046
+ {
3047
+ "fileName": "packages/exists/dist/types/index.d.ts",
3048
+ "line": 9,
3049
+ "character": 29
3050
+ }
3051
+ ],
2736
3052
  "typeParameter": [
2737
3053
  {
2738
3054
  "id": 124,
2739
3055
  "name": "T",
3056
+ "variant": "typeParam",
2740
3057
  "kind": 131072,
2741
- "kindString": "Type parameter",
2742
3058
  "flags": {}
2743
3059
  }
2744
3060
  ],
@@ -2746,8 +3062,8 @@
2746
3062
  {
2747
3063
  "id": 125,
2748
3064
  "name": "x",
3065
+ "variant": "param",
2749
3066
  "kind": 32768,
2750
- "kindString": "Parameter",
2751
3067
  "flags": {
2752
3068
  "isOptional": true
2753
3069
  },
@@ -2768,8 +3084,9 @@
2768
3084
  },
2769
3085
  {
2770
3086
  "type": "reference",
2771
- "id": 124,
2772
- "name": "T"
3087
+ "target": -1,
3088
+ "name": "T",
3089
+ "refersToTypeParameter": true
2773
3090
  }
2774
3091
  ]
2775
3092
  }
@@ -2781,8 +3098,9 @@
2781
3098
  "asserts": false,
2782
3099
  "targetType": {
2783
3100
  "type": "reference",
2784
- "id": 124,
2785
- "name": "T"
3101
+ "target": -1,
3102
+ "name": "T",
3103
+ "refersToTypeParameter": true
2786
3104
  }
2787
3105
  }
2788
3106
  }
@@ -2791,8 +3109,8 @@
2791
3109
  {
2792
3110
  "id": 126,
2793
3111
  "name": "forget",
3112
+ "variant": "declaration",
2794
3113
  "kind": 64,
2795
- "kindString": "Function",
2796
3114
  "flags": {},
2797
3115
  "sources": [
2798
3116
  {
@@ -2805,18 +3123,29 @@
2805
3123
  {
2806
3124
  "id": 127,
2807
3125
  "name": "forget",
3126
+ "variant": "signature",
2808
3127
  "kind": 4096,
2809
- "kindString": "Call signature",
2810
3128
  "flags": {},
3129
+ "sources": [
3130
+ {
3131
+ "fileName": "packages/forget/dist/types/forget.d.ts",
3132
+ "line": 11,
3133
+ "character": 29
3134
+ }
3135
+ ],
2811
3136
  "parameters": [
2812
3137
  {
2813
3138
  "id": 128,
2814
3139
  "name": "promise",
3140
+ "variant": "param",
2815
3141
  "kind": 32768,
2816
- "kindString": "Parameter",
2817
3142
  "flags": {},
2818
3143
  "type": {
2819
3144
  "type": "reference",
3145
+ "target": {
3146
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
3147
+ "qualifiedName": "Promise"
3148
+ },
2820
3149
  "typeArguments": [
2821
3150
  {
2822
3151
  "type": "intrinsic",
@@ -2824,21 +3153,25 @@
2824
3153
  }
2825
3154
  ],
2826
3155
  "name": "Promise",
2827
- "qualifiedName": "Promise",
2828
3156
  "package": "typescript"
2829
3157
  }
2830
3158
  },
2831
3159
  {
2832
3160
  "id": 129,
2833
3161
  "name": "timeout",
3162
+ "variant": "param",
2834
3163
  "kind": 32768,
2835
- "kindString": "Parameter",
2836
3164
  "flags": {
2837
3165
  "isOptional": true
2838
3166
  },
2839
3167
  "type": {
2840
3168
  "type": "reference",
2841
- "name": "ForgetTimeoutConfig"
3169
+ "target": {
3170
+ "sourceFileName": "packages/forget/src/forget.ts",
3171
+ "qualifiedName": "ForgetTimeoutConfig"
3172
+ },
3173
+ "name": "ForgetTimeoutConfig",
3174
+ "package": "@xylabs/forget"
2842
3175
  }
2843
3176
  }
2844
3177
  ],
@@ -2852,8 +3185,8 @@
2852
3185
  {
2853
3186
  "id": 48,
2854
3187
  "name": "getApiStage",
3188
+ "variant": "declaration",
2855
3189
  "kind": 64,
2856
- "kindString": "Function",
2857
3190
  "flags": {},
2858
3191
  "sources": [
2859
3192
  {
@@ -2866,15 +3199,22 @@
2866
3199
  {
2867
3200
  "id": 49,
2868
3201
  "name": "getApiStage",
3202
+ "variant": "signature",
2869
3203
  "kind": 4096,
2870
- "kindString": "Call signature",
2871
3204
  "flags": {},
3205
+ "sources": [
3206
+ {
3207
+ "fileName": "packages/api/dist/types/getApiStage.d.ts",
3208
+ "line": 2,
3209
+ "character": 27
3210
+ }
3211
+ ],
2872
3212
  "parameters": [
2873
3213
  {
2874
3214
  "id": 50,
2875
3215
  "name": "hostname",
3216
+ "variant": "param",
2876
3217
  "kind": 32768,
2877
- "kindString": "Parameter",
2878
3218
  "flags": {},
2879
3219
  "type": {
2880
3220
  "type": "intrinsic",
@@ -2884,8 +3224,9 @@
2884
3224
  ],
2885
3225
  "type": {
2886
3226
  "type": "reference",
2887
- "id": 44,
2888
- "name": "ApiStage"
3227
+ "target": 44,
3228
+ "name": "ApiStage",
3229
+ "package": "@xylabs/api"
2889
3230
  }
2890
3231
  }
2891
3232
  ]
@@ -2893,8 +3234,8 @@
2893
3234
  {
2894
3235
  "id": 83,
2895
3236
  "name": "isEthAddress",
3237
+ "variant": "declaration",
2896
3238
  "kind": 64,
2897
- "kindString": "Function",
2898
3239
  "flags": {},
2899
3240
  "sources": [
2900
3241
  {
@@ -2907,30 +3248,37 @@
2907
3248
  {
2908
3249
  "id": 84,
2909
3250
  "name": "isEthAddress",
3251
+ "variant": "signature",
2910
3252
  "kind": 4096,
2911
- "kindString": "Call signature",
2912
3253
  "flags": {},
3254
+ "sources": [
3255
+ {
3256
+ "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
3257
+ "line": 3,
3258
+ "character": 35
3259
+ }
3260
+ ],
2913
3261
  "parameters": [
2914
3262
  {
2915
3263
  "id": 85,
2916
3264
  "name": "obj",
3265
+ "variant": "param",
2917
3266
  "kind": 32768,
2918
- "kindString": "Parameter",
2919
3267
  "flags": {},
2920
3268
  "type": {
2921
3269
  "type": "reflection",
2922
3270
  "declaration": {
2923
3271
  "id": 86,
2924
3272
  "name": "__type",
3273
+ "variant": "declaration",
2925
3274
  "kind": 65536,
2926
- "kindString": "Type literal",
2927
3275
  "flags": {},
2928
3276
  "children": [
2929
3277
  {
2930
3278
  "id": 87,
2931
3279
  "name": "type",
3280
+ "variant": "declaration",
2932
3281
  "kind": 1024,
2933
- "kindString": "Property",
2934
3282
  "flags": {},
2935
3283
  "sources": [
2936
3284
  {
@@ -2974,8 +3322,8 @@
2974
3322
  {
2975
3323
  "id": 118,
2976
3324
  "name": "padHex",
3325
+ "variant": "declaration",
2977
3326
  "kind": 64,
2978
- "kindString": "Function",
2979
3327
  "flags": {},
2980
3328
  "sources": [
2981
3329
  {
@@ -2988,15 +3336,22 @@
2988
3336
  {
2989
3337
  "id": 119,
2990
3338
  "name": "padHex",
3339
+ "variant": "signature",
2991
3340
  "kind": 4096,
2992
- "kindString": "Call signature",
2993
3341
  "flags": {},
3342
+ "sources": [
3343
+ {
3344
+ "fileName": "packages/eth-address/dist/types/padHex.d.ts",
3345
+ "line": 1,
3346
+ "character": 22
3347
+ }
3348
+ ],
2994
3349
  "parameters": [
2995
3350
  {
2996
3351
  "id": 120,
2997
3352
  "name": "hex",
3353
+ "variant": "param",
2998
3354
  "kind": 32768,
2999
- "kindString": "Parameter",
3000
3355
  "flags": {},
3001
3356
  "type": {
3002
3357
  "type": "intrinsic",
@@ -3006,8 +3361,8 @@
3006
3361
  {
3007
3362
  "id": 121,
3008
3363
  "name": "byteCount",
3364
+ "variant": "param",
3009
3365
  "kind": 32768,
3010
- "kindString": "Parameter",
3011
3366
  "flags": {
3012
3367
  "isOptional": true
3013
3368
  },
@@ -3072,12 +3427,701 @@
3072
3427
  ]
3073
3428
  }
3074
3429
  ],
3075
- "sources": [
3430
+ "packageName": "@xylabs/sdk-js",
3431
+ "readme": [
3432
+ {
3433
+ "kind": "text",
3434
+ "text": "[![logo][]](https://xylabs.com)\n\n# @xylabs/sdk-js\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n## Table of Contents\n\n- [Description](#description)\n- [Install](#install)\n- [Scripts](#scripts)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\nSDK for base code for Typescript and Javascript Libraries.\n\n## Install\n\nUsing npm:\n\n"
3435
+ },
3436
+ {
3437
+ "kind": "code",
3438
+ "text": "```sh\nnpm i --save @xylabs/sdk-js\n```"
3439
+ },
3440
+ {
3441
+ "kind": "text",
3442
+ "text": "\n\nUsing yarn:\n\n"
3443
+ },
3076
3444
  {
3077
- "fileName": "src/index.ts",
3078
- "line": 1,
3079
- "character": 0,
3080
- "url": "https://github.com/xylabs/sdk-js/blob/d4fefe1/src/index.ts#L1"
3445
+ "kind": "code",
3446
+ "text": "```sh\nyarn add @xylabs/sdk-js\n```"
3447
+ },
3448
+ {
3449
+ "kind": "text",
3450
+ "text": "\n\n## Scripts\n\nSee [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)\nfor list of shared scripts.\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg\n[main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml\n[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-js.svg\n[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-js\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698\n[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-js&utm_campaign=Badge_Grade\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability\n[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability\n[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json"
3451
+ }
3452
+ ],
3453
+ "symbolIdMap": {
3454
+ "0": {
3455
+ "sourceFileName": "src/index.ts",
3456
+ "qualifiedName": ""
3457
+ },
3458
+ "1": {
3459
+ "sourceFileName": "src/Override.ts",
3460
+ "qualifiedName": "Override"
3461
+ },
3462
+ "2": {
3463
+ "sourceFileName": "src/Override.ts",
3464
+ "qualifiedName": "T1"
3465
+ },
3466
+ "3": {
3467
+ "sourceFileName": "src/Override.ts",
3468
+ "qualifiedName": "T2"
3469
+ },
3470
+ "4": {
3471
+ "sourceFileName": "src/PartialRecord.ts",
3472
+ "qualifiedName": "PartialRecord"
3473
+ },
3474
+ "5": {
3475
+ "sourceFileName": "src/PartialRecord.ts",
3476
+ "qualifiedName": "K"
3477
+ },
3478
+ "6": {
3479
+ "sourceFileName": "src/PartialRecord.ts",
3480
+ "qualifiedName": "T"
3481
+ },
3482
+ "7": {
3483
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3484
+ "qualifiedName": "ApiClient"
3485
+ },
3486
+ "8": {
3487
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3488
+ "qualifiedName": "ApiClient.__constructor"
3489
+ },
3490
+ "9": {
3491
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3492
+ "qualifiedName": "ApiClient"
3493
+ },
3494
+ "10": {
3495
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3496
+ "qualifiedName": "token"
3497
+ },
3498
+ "11": {
3499
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3500
+ "qualifiedName": "stage"
3501
+ },
3502
+ "12": {
3503
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3504
+ "qualifiedName": "ApiClient.token"
3505
+ },
3506
+ "13": {
3507
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3508
+ "qualifiedName": "ApiClient.stage"
3509
+ },
3510
+ "14": {
3511
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3512
+ "qualifiedName": "ApiClient.endPoint"
3513
+ },
3514
+ "15": {
3515
+ "sourceFileName": "packages/api/src/ApiClient.ts",
3516
+ "qualifiedName": "ApiClient.endPoint"
3517
+ },
3518
+ "16": {
3519
+ "sourceFileName": "packages/api/src/ApiConfig.ts",
3520
+ "qualifiedName": "ApiConfig"
3521
+ },
3522
+ "17": {
3523
+ "sourceFileName": "packages/api/src/ApiConfig.ts",
3524
+ "qualifiedName": "ApiConfig.apiDomain"
3525
+ },
3526
+ "18": {
3527
+ "sourceFileName": "packages/api/src/ApiConfig.ts",
3528
+ "qualifiedName": "ApiConfig.apiKey"
3529
+ },
3530
+ "19": {
3531
+ "sourceFileName": "packages/api/src/ApiConfig.ts",
3532
+ "qualifiedName": "ApiConfig.jwtToken"
3533
+ },
3534
+ "20": {
3535
+ "sourceFileName": "packages/api/src/ApiConfig.ts",
3536
+ "qualifiedName": "ApiConfig.userid"
3537
+ },
3538
+ "21": {
3539
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3540
+ "qualifiedName": "ApiEndpoint"
3541
+ },
3542
+ "22": {
3543
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3544
+ "qualifiedName": "ApiEndpoint.__constructor"
3545
+ },
3546
+ "23": {
3547
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3548
+ "qualifiedName": "ApiEndpoint"
3549
+ },
3550
+ "24": {
3551
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3552
+ "qualifiedName": "ApiEndpoint.T"
3553
+ },
3554
+ "25": {
3555
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3556
+ "qualifiedName": "config"
3557
+ },
3558
+ "26": {
3559
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3560
+ "qualifiedName": "path"
3561
+ },
3562
+ "27": {
3563
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3564
+ "qualifiedName": "ApiEndpoint._value"
3565
+ },
3566
+ "28": {
3567
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3568
+ "qualifiedName": "ApiEndpoint.config"
3569
+ },
3570
+ "29": {
3571
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3572
+ "qualifiedName": "ApiEndpoint.path"
3573
+ },
3574
+ "30": {
3575
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3576
+ "qualifiedName": "ApiEndpoint.value"
3577
+ },
3578
+ "31": {
3579
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3580
+ "qualifiedName": "ApiEndpoint.value"
3581
+ },
3582
+ "32": {
3583
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3584
+ "qualifiedName": "ApiEndpoint.headers"
3585
+ },
3586
+ "33": {
3587
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3588
+ "qualifiedName": "ApiEndpoint.headers"
3589
+ },
3590
+ "34": {
3591
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3592
+ "qualifiedName": "ApiEndpoint.url"
3593
+ },
3594
+ "35": {
3595
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3596
+ "qualifiedName": "ApiEndpoint.url"
3597
+ },
3598
+ "36": {
3599
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3600
+ "qualifiedName": "ApiEndpoint.fetch"
3601
+ },
3602
+ "37": {
3603
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3604
+ "qualifiedName": "ApiEndpoint.fetch"
3605
+ },
3606
+ "38": {
3607
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3608
+ "qualifiedName": "ApiEndpoint.get"
3609
+ },
3610
+ "39": {
3611
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3612
+ "qualifiedName": "ApiEndpoint.get"
3613
+ },
3614
+ "40": {
3615
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3616
+ "qualifiedName": "ApiEndpoint.insert"
3617
+ },
3618
+ "41": {
3619
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3620
+ "qualifiedName": "ApiEndpoint.insert"
3621
+ },
3622
+ "42": {
3623
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3624
+ "qualifiedName": "value"
3625
+ },
3626
+ "43": {
3627
+ "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3628
+ "qualifiedName": "ApiEndpoint.T"
3629
+ },
3630
+ "44": {
3631
+ "sourceFileName": "packages/api/src/ApiStage.ts",
3632
+ "qualifiedName": "ApiStage"
3633
+ },
3634
+ "45": {
3635
+ "sourceFileName": "packages/api/src/ApiStage.ts",
3636
+ "qualifiedName": "ApiStage.Beta"
3637
+ },
3638
+ "46": {
3639
+ "sourceFileName": "packages/api/src/ApiStage.ts",
3640
+ "qualifiedName": "ApiStage.Local"
3641
+ },
3642
+ "47": {
3643
+ "sourceFileName": "packages/api/src/ApiStage.ts",
3644
+ "qualifiedName": "ApiStage.Prod"
3645
+ },
3646
+ "48": {
3647
+ "sourceFileName": "packages/api/src/getApiStage.ts",
3648
+ "qualifiedName": "getApiStage"
3649
+ },
3650
+ "49": {
3651
+ "sourceFileName": "packages/api/src/getApiStage.ts",
3652
+ "qualifiedName": "getApiStage"
3653
+ },
3654
+ "50": {
3655
+ "sourceFileName": "packages/api/src/getApiStage.ts",
3656
+ "qualifiedName": "hostname"
3657
+ },
3658
+ "51": {
3659
+ "sourceFileName": "packages/assert/src/index.ts",
3660
+ "qualifiedName": "AssertExMessageFunc"
3661
+ },
3662
+ "52": {
3663
+ "sourceFileName": "packages/assert/src/index.ts",
3664
+ "qualifiedName": "__type"
3665
+ },
3666
+ "53": {
3667
+ "sourceFileName": "packages/assert/src/index.ts",
3668
+ "qualifiedName": "__type"
3669
+ },
3670
+ "54": {
3671
+ "sourceFileName": "packages/assert/src/index.ts",
3672
+ "qualifiedName": "value"
3673
+ },
3674
+ "55": {
3675
+ "sourceFileName": "packages/assert/src/index.ts",
3676
+ "qualifiedName": "T"
3677
+ },
3678
+ "56": {
3679
+ "sourceFileName": "packages/assert/src/index.ts",
3680
+ "qualifiedName": "AssertExErrorFunc"
3681
+ },
3682
+ "57": {
3683
+ "sourceFileName": "packages/assert/src/index.ts",
3684
+ "qualifiedName": "__type"
3685
+ },
3686
+ "58": {
3687
+ "sourceFileName": "packages/assert/src/index.ts",
3688
+ "qualifiedName": "__type"
3689
+ },
3690
+ "59": {
3691
+ "sourceFileName": "packages/assert/src/index.ts",
3692
+ "qualifiedName": "value"
3693
+ },
3694
+ "60": {
3695
+ "sourceFileName": "packages/assert/src/index.ts",
3696
+ "qualifiedName": "T"
3697
+ },
3698
+ "61": {
3699
+ "sourceFileName": "packages/assert/src/index.ts",
3700
+ "qualifiedName": "R"
3701
+ },
3702
+ "62": {
3703
+ "sourceFileName": "packages/assert/src/index.ts",
3704
+ "qualifiedName": "assertEx"
3705
+ },
3706
+ "63": {
3707
+ "sourceFileName": "packages/assert/src/index.ts",
3708
+ "qualifiedName": "assertEx"
3709
+ },
3710
+ "64": {
3711
+ "sourceFileName": "packages/assert/src/index.ts",
3712
+ "qualifiedName": "T"
3713
+ },
3714
+ "65": {
3715
+ "sourceFileName": "packages/assert/src/index.ts",
3716
+ "qualifiedName": "expr"
3717
+ },
3718
+ "66": {
3719
+ "sourceFileName": "packages/assert/src/index.ts",
3720
+ "qualifiedName": "message"
3721
+ },
3722
+ "67": {
3723
+ "sourceFileName": "packages/assert/src/index.ts",
3724
+ "qualifiedName": "assertEx"
3725
+ },
3726
+ "68": {
3727
+ "sourceFileName": "packages/assert/src/index.ts",
3728
+ "qualifiedName": "T"
3729
+ },
3730
+ "69": {
3731
+ "sourceFileName": "packages/assert/src/index.ts",
3732
+ "qualifiedName": "expr"
3733
+ },
3734
+ "70": {
3735
+ "sourceFileName": "packages/assert/src/index.ts",
3736
+ "qualifiedName": "messageFunc"
3737
+ },
3738
+ "71": {
3739
+ "sourceFileName": "packages/assert/src/index.ts",
3740
+ "qualifiedName": "assertEx"
3741
+ },
3742
+ "72": {
3743
+ "sourceFileName": "packages/assert/src/index.ts",
3744
+ "qualifiedName": "T"
3745
+ },
3746
+ "73": {
3747
+ "sourceFileName": "packages/assert/src/index.ts",
3748
+ "qualifiedName": "R"
3749
+ },
3750
+ "74": {
3751
+ "sourceFileName": "packages/assert/src/index.ts",
3752
+ "qualifiedName": "expr"
3753
+ },
3754
+ "75": {
3755
+ "sourceFileName": "packages/assert/src/index.ts",
3756
+ "qualifiedName": "errorFunc"
3757
+ },
3758
+ "76": {
3759
+ "sourceFileName": "packages/delay/src/delay.ts",
3760
+ "qualifiedName": "delay"
3761
+ },
3762
+ "77": {
3763
+ "sourceFileName": "packages/delay/src/delay.ts",
3764
+ "qualifiedName": "delay"
3765
+ },
3766
+ "78": {
3767
+ "sourceFileName": "packages/delay/src/delay.ts",
3768
+ "qualifiedName": "ms"
3769
+ },
3770
+ "79": {
3771
+ "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3772
+ "qualifiedName": "ellipsize"
3773
+ },
3774
+ "80": {
3775
+ "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3776
+ "qualifiedName": "ellipsize"
3777
+ },
3778
+ "81": {
3779
+ "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3780
+ "qualifiedName": "value"
3781
+ },
3782
+ "82": {
3783
+ "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3784
+ "qualifiedName": "length"
3785
+ },
3786
+ "83": {
3787
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3788
+ "qualifiedName": "isEthAddress"
3789
+ },
3790
+ "84": {
3791
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3792
+ "qualifiedName": "isEthAddress"
3793
+ },
3794
+ "85": {
3795
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3796
+ "qualifiedName": "obj"
3797
+ },
3798
+ "86": {
3799
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3800
+ "qualifiedName": "__type"
3801
+ },
3802
+ "87": {
3803
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3804
+ "qualifiedName": "__type.type"
3805
+ },
3806
+ "88": {
3807
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3808
+ "qualifiedName": "EthAddress"
3809
+ },
3810
+ "89": {
3811
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3812
+ "qualifiedName": "EthAddress.type"
3813
+ },
3814
+ "90": {
3815
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3816
+ "qualifiedName": "EthAddress.fromString"
3817
+ },
3818
+ "91": {
3819
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3820
+ "qualifiedName": "EthAddress.fromString"
3821
+ },
3822
+ "92": {
3823
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3824
+ "qualifiedName": "value"
3825
+ },
3826
+ "93": {
3827
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3828
+ "qualifiedName": "base"
3829
+ },
3830
+ "94": {
3831
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3832
+ "qualifiedName": "EthAddress.parse"
3833
+ },
3834
+ "95": {
3835
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3836
+ "qualifiedName": "EthAddress.parse"
3837
+ },
3838
+ "96": {
3839
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3840
+ "qualifiedName": "value"
3841
+ },
3842
+ "97": {
3843
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3844
+ "qualifiedName": "base"
3845
+ },
3846
+ "98": {
3847
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3848
+ "qualifiedName": "EthAddress.__constructor"
3849
+ },
3850
+ "99": {
3851
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3852
+ "qualifiedName": "EthAddress"
3853
+ },
3854
+ "100": {
3855
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3856
+ "qualifiedName": "EthAddress.type"
3857
+ },
3858
+ "101": {
3859
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3860
+ "qualifiedName": "EthAddress.address"
3861
+ },
3862
+ "102": {
3863
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3864
+ "qualifiedName": "EthAddress.equals"
3865
+ },
3866
+ "103": {
3867
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3868
+ "qualifiedName": "EthAddress.equals"
3869
+ },
3870
+ "104": {
3871
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3872
+ "qualifiedName": "address"
3873
+ },
3874
+ "105": {
3875
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3876
+ "qualifiedName": "EthAddress.toBigNumber"
3877
+ },
3878
+ "106": {
3879
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3880
+ "qualifiedName": "EthAddress.toBigNumber"
3881
+ },
3882
+ "107": {
3883
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3884
+ "qualifiedName": "EthAddress.toHex"
3885
+ },
3886
+ "108": {
3887
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3888
+ "qualifiedName": "EthAddress.toHex"
3889
+ },
3890
+ "109": {
3891
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3892
+ "qualifiedName": "EthAddress.toJSON"
3893
+ },
3894
+ "110": {
3895
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3896
+ "qualifiedName": "EthAddress.toJSON"
3897
+ },
3898
+ "111": {
3899
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3900
+ "qualifiedName": "EthAddress.toLowerCaseString"
3901
+ },
3902
+ "112": {
3903
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3904
+ "qualifiedName": "EthAddress.toLowerCaseString"
3905
+ },
3906
+ "113": {
3907
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3908
+ "qualifiedName": "EthAddress.toShortString"
3909
+ },
3910
+ "114": {
3911
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3912
+ "qualifiedName": "EthAddress.toShortString"
3913
+ },
3914
+ "115": {
3915
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3916
+ "qualifiedName": "length"
3917
+ },
3918
+ "116": {
3919
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3920
+ "qualifiedName": "EthAddress.toString"
3921
+ },
3922
+ "117": {
3923
+ "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3924
+ "qualifiedName": "EthAddress.toString"
3925
+ },
3926
+ "118": {
3927
+ "sourceFileName": "packages/eth-address/src/padHex.ts",
3928
+ "qualifiedName": "padHex"
3929
+ },
3930
+ "119": {
3931
+ "sourceFileName": "packages/eth-address/src/padHex.ts",
3932
+ "qualifiedName": "padHex"
3933
+ },
3934
+ "120": {
3935
+ "sourceFileName": "packages/eth-address/src/padHex.ts",
3936
+ "qualifiedName": "hex"
3937
+ },
3938
+ "121": {
3939
+ "sourceFileName": "packages/eth-address/src/padHex.ts",
3940
+ "qualifiedName": "byteCount"
3941
+ },
3942
+ "122": {
3943
+ "sourceFileName": "packages/exists/src/index.ts",
3944
+ "qualifiedName": "exists"
3945
+ },
3946
+ "123": {
3947
+ "sourceFileName": "packages/exists/src/index.ts",
3948
+ "qualifiedName": "exists"
3949
+ },
3950
+ "124": {
3951
+ "sourceFileName": "packages/exists/src/index.ts",
3952
+ "qualifiedName": "T"
3953
+ },
3954
+ "125": {
3955
+ "sourceFileName": "packages/exists/src/index.ts",
3956
+ "qualifiedName": "x"
3957
+ },
3958
+ "126": {
3959
+ "sourceFileName": "packages/forget/src/forget.ts",
3960
+ "qualifiedName": "forget"
3961
+ },
3962
+ "127": {
3963
+ "sourceFileName": "packages/forget/src/forget.ts",
3964
+ "qualifiedName": "forget"
3965
+ },
3966
+ "128": {
3967
+ "sourceFileName": "packages/forget/src/forget.ts",
3968
+ "qualifiedName": "promise"
3969
+ },
3970
+ "129": {
3971
+ "sourceFileName": "packages/forget/src/forget.ts",
3972
+ "qualifiedName": "timeout"
3973
+ },
3974
+ "130": {
3975
+ "sourceFileName": "packages/forget/src/forget.ts",
3976
+ "qualifiedName": "ForgetPromise"
3977
+ },
3978
+ "131": {
3979
+ "sourceFileName": "packages/forget/src/forget.ts",
3980
+ "qualifiedName": "ForgetPromise.activeForgets"
3981
+ },
3982
+ "132": {
3983
+ "sourceFileName": "packages/forget/src/forget.ts",
3984
+ "qualifiedName": "ForgetPromise.active"
3985
+ },
3986
+ "133": {
3987
+ "sourceFileName": "packages/forget/src/forget.ts",
3988
+ "qualifiedName": "ForgetPromise.active"
3989
+ },
3990
+ "134": {
3991
+ "sourceFileName": "packages/forget/src/forget.ts",
3992
+ "qualifiedName": "ForgetPromise.awaitInactive"
3993
+ },
3994
+ "135": {
3995
+ "sourceFileName": "packages/forget/src/forget.ts",
3996
+ "qualifiedName": "ForgetPromise.awaitInactive"
3997
+ },
3998
+ "136": {
3999
+ "sourceFileName": "packages/forget/src/forget.ts",
4000
+ "qualifiedName": "interval"
4001
+ },
4002
+ "137": {
4003
+ "sourceFileName": "packages/forget/src/forget.ts",
4004
+ "qualifiedName": "timeout"
4005
+ },
4006
+ "138": {
4007
+ "sourceFileName": "packages/forget/src/forget.ts",
4008
+ "qualifiedName": "ForgetPromise.forget"
4009
+ },
4010
+ "139": {
4011
+ "sourceFileName": "packages/forget/src/forget.ts",
4012
+ "qualifiedName": "ForgetPromise.forget"
4013
+ },
4014
+ "140": {
4015
+ "sourceFileName": "packages/forget/src/forget.ts",
4016
+ "qualifiedName": "promise"
4017
+ },
4018
+ "141": {
4019
+ "sourceFileName": "packages/forget/src/forget.ts",
4020
+ "qualifiedName": "timeout"
4021
+ },
4022
+ "144": {
4023
+ "sourceFileName": "packages/log/src/Log.ts",
4024
+ "qualifiedName": "LogConfig"
4025
+ },
4026
+ "145": {
4027
+ "sourceFileName": "packages/log/src/Log.ts",
4028
+ "qualifiedName": "LogConfig.commitHash"
4029
+ },
4030
+ "146": {
4031
+ "sourceFileName": "packages/log/src/Log.ts",
4032
+ "qualifiedName": "LogConfig.devMode"
4033
+ },
4034
+ "147": {
4035
+ "sourceFileName": "packages/log/src/Log.ts",
4036
+ "qualifiedName": "LogConfig.payload"
4037
+ },
4038
+ "148": {
4039
+ "sourceFileName": "packages/log/src/Log.ts",
4040
+ "qualifiedName": "LogConfig.rollbarToken"
4041
+ },
4042
+ "149": {
4043
+ "sourceFileName": "packages/log/src/Log.ts",
4044
+ "qualifiedName": "Log"
4045
+ },
4046
+ "150": {
4047
+ "sourceFileName": "packages/log/src/Log.ts",
4048
+ "qualifiedName": "Log.__constructor"
4049
+ },
4050
+ "151": {
4051
+ "sourceFileName": "packages/log/src/Log.ts",
4052
+ "qualifiedName": "Log"
4053
+ },
4054
+ "152": {
4055
+ "sourceFileName": "packages/log/src/Log.ts",
4056
+ "qualifiedName": "config"
4057
+ },
4058
+ "153": {
4059
+ "sourceFileName": "packages/log/src/Log.ts",
4060
+ "qualifiedName": "Log.devMode"
4061
+ },
4062
+ "154": {
4063
+ "sourceFileName": "packages/log/src/Log.ts",
4064
+ "qualifiedName": "Log.rollbar"
4065
+ },
4066
+ "155": {
4067
+ "sourceFileName": "packages/log/src/Log.ts",
4068
+ "qualifiedName": "Log.debug"
4069
+ },
4070
+ "156": {
4071
+ "sourceFileName": "packages/log/src/Log.ts",
4072
+ "qualifiedName": "Log.debug"
4073
+ },
4074
+ "157": {
4075
+ "sourceFileName": "packages/log/src/Log.ts",
4076
+ "qualifiedName": "params"
4077
+ },
4078
+ "158": {
4079
+ "sourceFileName": "packages/log/src/Log.ts",
4080
+ "qualifiedName": "Log.error"
4081
+ },
4082
+ "159": {
4083
+ "sourceFileName": "packages/log/src/Log.ts",
4084
+ "qualifiedName": "Log.error"
4085
+ },
4086
+ "160": {
4087
+ "sourceFileName": "packages/log/src/Log.ts",
4088
+ "qualifiedName": "params"
4089
+ },
4090
+ "161": {
4091
+ "sourceFileName": "packages/log/src/Log.ts",
4092
+ "qualifiedName": "Log.info"
4093
+ },
4094
+ "162": {
4095
+ "sourceFileName": "packages/log/src/Log.ts",
4096
+ "qualifiedName": "Log.info"
4097
+ },
4098
+ "163": {
4099
+ "sourceFileName": "packages/log/src/Log.ts",
4100
+ "qualifiedName": "params"
4101
+ },
4102
+ "164": {
4103
+ "sourceFileName": "packages/log/src/Log.ts",
4104
+ "qualifiedName": "Log.log"
4105
+ },
4106
+ "165": {
4107
+ "sourceFileName": "packages/log/src/Log.ts",
4108
+ "qualifiedName": "Log.log"
4109
+ },
4110
+ "166": {
4111
+ "sourceFileName": "packages/log/src/Log.ts",
4112
+ "qualifiedName": "params"
4113
+ },
4114
+ "167": {
4115
+ "sourceFileName": "packages/log/src/Log.ts",
4116
+ "qualifiedName": "Log.warn"
4117
+ },
4118
+ "168": {
4119
+ "sourceFileName": "packages/log/src/Log.ts",
4120
+ "qualifiedName": "Log.warn"
4121
+ },
4122
+ "169": {
4123
+ "sourceFileName": "packages/log/src/Log.ts",
4124
+ "qualifiedName": "params"
3081
4125
  }
3082
- ]
4126
+ }
3083
4127
  }