@xylabs/sdk-js 2.12.25 → 2.12.27

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/README.md +17 -1
  2. package/package.json +17 -20
  3. package/dist/docs.json +0 -4268
package/dist/docs.json DELETED
@@ -1,4268 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xylabs/sdk-js",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 44,
10
- "name": "ApiStage",
11
- "variant": "declaration",
12
- "kind": 8,
13
- "flags": {},
14
- "children": [
15
- {
16
- "id": 45,
17
- "name": "Beta",
18
- "variant": "declaration",
19
- "kind": 16,
20
- "flags": {},
21
- "sources": [
22
- {
23
- "fileName": "packages/api/dist/node/ApiStage.d.ts",
24
- "line": 2,
25
- "character": 4
26
- }
27
- ],
28
- "type": {
29
- "type": "literal",
30
- "value": "beta"
31
- }
32
- },
33
- {
34
- "id": 46,
35
- "name": "Local",
36
- "variant": "declaration",
37
- "kind": 16,
38
- "flags": {},
39
- "sources": [
40
- {
41
- "fileName": "packages/api/dist/node/ApiStage.d.ts",
42
- "line": 3,
43
- "character": 4
44
- }
45
- ],
46
- "type": {
47
- "type": "literal",
48
- "value": "local"
49
- }
50
- },
51
- {
52
- "id": 47,
53
- "name": "Prod",
54
- "variant": "declaration",
55
- "kind": 16,
56
- "flags": {},
57
- "sources": [
58
- {
59
- "fileName": "packages/api/dist/node/ApiStage.d.ts",
60
- "line": 4,
61
- "character": 4
62
- }
63
- ],
64
- "type": {
65
- "type": "literal",
66
- "value": "prod"
67
- }
68
- }
69
- ],
70
- "groups": [
71
- {
72
- "title": "Enumeration Members",
73
- "children": [
74
- 45,
75
- 46,
76
- 47
77
- ]
78
- }
79
- ],
80
- "sources": [
81
- {
82
- "fileName": "packages/api/dist/node/ApiStage.d.ts",
83
- "line": 1,
84
- "character": 13
85
- }
86
- ]
87
- },
88
- {
89
- "id": 7,
90
- "name": "ApiClient",
91
- "variant": "declaration",
92
- "kind": 128,
93
- "flags": {
94
- "isAbstract": true
95
- },
96
- "children": [
97
- {
98
- "id": 8,
99
- "name": "constructor",
100
- "variant": "declaration",
101
- "kind": 512,
102
- "flags": {},
103
- "sources": [
104
- {
105
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
106
- "line": 5,
107
- "character": 4
108
- }
109
- ],
110
- "signatures": [
111
- {
112
- "id": 9,
113
- "name": "new ApiClient",
114
- "variant": "signature",
115
- "kind": 16384,
116
- "flags": {},
117
- "sources": [
118
- {
119
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
120
- "line": 5,
121
- "character": 4
122
- }
123
- ],
124
- "parameters": [
125
- {
126
- "id": 10,
127
- "name": "token",
128
- "variant": "param",
129
- "kind": 32768,
130
- "flags": {
131
- "isOptional": true
132
- },
133
- "type": {
134
- "type": "union",
135
- "types": [
136
- {
137
- "type": "literal",
138
- "value": null
139
- },
140
- {
141
- "type": "intrinsic",
142
- "name": "string"
143
- }
144
- ]
145
- }
146
- },
147
- {
148
- "id": 11,
149
- "name": "stage",
150
- "variant": "param",
151
- "kind": 32768,
152
- "flags": {
153
- "isOptional": true
154
- },
155
- "type": {
156
- "type": "reference",
157
- "target": 44,
158
- "name": "ApiStage",
159
- "package": "@xylabs/api"
160
- }
161
- }
162
- ],
163
- "type": {
164
- "type": "reference",
165
- "target": 7,
166
- "name": "ApiClient",
167
- "package": "@xylabs/api"
168
- }
169
- }
170
- ]
171
- },
172
- {
173
- "id": 13,
174
- "name": "stage",
175
- "variant": "declaration",
176
- "kind": 1024,
177
- "flags": {
178
- "isProtected": true,
179
- "isOptional": true
180
- },
181
- "sources": [
182
- {
183
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
184
- "line": 4,
185
- "character": 14
186
- }
187
- ],
188
- "type": {
189
- "type": "reference",
190
- "target": 44,
191
- "name": "ApiStage",
192
- "package": "@xylabs/api"
193
- }
194
- },
195
- {
196
- "id": 12,
197
- "name": "token",
198
- "variant": "declaration",
199
- "kind": 1024,
200
- "flags": {
201
- "isProtected": true,
202
- "isOptional": true
203
- },
204
- "sources": [
205
- {
206
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
207
- "line": 3,
208
- "character": 14
209
- }
210
- ],
211
- "type": {
212
- "type": "union",
213
- "types": [
214
- {
215
- "type": "literal",
216
- "value": null
217
- },
218
- {
219
- "type": "intrinsic",
220
- "name": "string"
221
- }
222
- ]
223
- }
224
- },
225
- {
226
- "id": 14,
227
- "name": "endPoint",
228
- "variant": "declaration",
229
- "kind": 2048,
230
- "flags": {
231
- "isAbstract": true
232
- },
233
- "sources": [
234
- {
235
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
236
- "line": 6,
237
- "character": 13
238
- }
239
- ],
240
- "signatures": [
241
- {
242
- "id": 15,
243
- "name": "endPoint",
244
- "variant": "signature",
245
- "kind": 4096,
246
- "flags": {},
247
- "sources": [
248
- {
249
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
250
- "line": 6,
251
- "character": 13
252
- }
253
- ],
254
- "type": {
255
- "type": "intrinsic",
256
- "name": "string"
257
- }
258
- }
259
- ]
260
- }
261
- ],
262
- "groups": [
263
- {
264
- "title": "Constructors",
265
- "children": [
266
- 8
267
- ]
268
- },
269
- {
270
- "title": "Properties",
271
- "children": [
272
- 13,
273
- 12
274
- ]
275
- },
276
- {
277
- "title": "Methods",
278
- "children": [
279
- 14
280
- ]
281
- }
282
- ],
283
- "sources": [
284
- {
285
- "fileName": "packages/api/dist/node/ApiClient.d.ts",
286
- "line": 2,
287
- "character": 23
288
- }
289
- ]
290
- },
291
- {
292
- "id": 21,
293
- "name": "ApiEndpoint",
294
- "variant": "declaration",
295
- "kind": 128,
296
- "flags": {},
297
- "children": [
298
- {
299
- "id": 22,
300
- "name": "constructor",
301
- "variant": "declaration",
302
- "kind": 512,
303
- "flags": {},
304
- "sources": [
305
- {
306
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
307
- "line": 6,
308
- "character": 4
309
- }
310
- ],
311
- "signatures": [
312
- {
313
- "id": 23,
314
- "name": "new ApiEndpoint",
315
- "variant": "signature",
316
- "kind": 16384,
317
- "flags": {},
318
- "sources": [
319
- {
320
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
321
- "line": 6,
322
- "character": 4
323
- }
324
- ],
325
- "typeParameter": [
326
- {
327
- "id": 24,
328
- "name": "T",
329
- "variant": "typeParam",
330
- "kind": 131072,
331
- "flags": {}
332
- }
333
- ],
334
- "parameters": [
335
- {
336
- "id": 25,
337
- "name": "config",
338
- "variant": "param",
339
- "kind": 32768,
340
- "flags": {},
341
- "type": {
342
- "type": "reference",
343
- "target": 16,
344
- "name": "ApiConfig",
345
- "package": "@xylabs/api"
346
- }
347
- },
348
- {
349
- "id": 26,
350
- "name": "path",
351
- "variant": "param",
352
- "kind": 32768,
353
- "flags": {},
354
- "type": {
355
- "type": "intrinsic",
356
- "name": "string"
357
- }
358
- }
359
- ],
360
- "type": {
361
- "type": "reference",
362
- "target": 21,
363
- "typeArguments": [
364
- {
365
- "type": "reference",
366
- "target": -1,
367
- "name": "T",
368
- "refersToTypeParameter": true
369
- }
370
- ],
371
- "name": "ApiEndpoint",
372
- "package": "@xylabs/api"
373
- }
374
- }
375
- ]
376
- },
377
- {
378
- "id": 27,
379
- "name": "_value",
380
- "variant": "declaration",
381
- "kind": 1024,
382
- "flags": {
383
- "isPrivate": true,
384
- "isOptional": true
385
- },
386
- "sources": [
387
- {
388
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
389
- "line": 3,
390
- "character": 12
391
- }
392
- ],
393
- "type": {
394
- "type": "intrinsic",
395
- "name": "any"
396
- }
397
- },
398
- {
399
- "id": 28,
400
- "name": "config",
401
- "variant": "declaration",
402
- "kind": 1024,
403
- "flags": {
404
- "isPrivate": true
405
- },
406
- "sources": [
407
- {
408
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
409
- "line": 4,
410
- "character": 12
411
- }
412
- ],
413
- "type": {
414
- "type": "intrinsic",
415
- "name": "any"
416
- }
417
- },
418
- {
419
- "id": 29,
420
- "name": "path",
421
- "variant": "declaration",
422
- "kind": 1024,
423
- "flags": {
424
- "isPrivate": true
425
- },
426
- "sources": [
427
- {
428
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
429
- "line": 5,
430
- "character": 12
431
- }
432
- ],
433
- "type": {
434
- "type": "intrinsic",
435
- "name": "any"
436
- }
437
- },
438
- {
439
- "id": 32,
440
- "name": "headers",
441
- "variant": "declaration",
442
- "kind": 262144,
443
- "flags": {
444
- "isPrivate": true
445
- },
446
- "sources": [
447
- {
448
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
449
- "line": 8,
450
- "character": 16
451
- }
452
- ],
453
- "getSignature": {
454
- "id": 33,
455
- "name": "headers",
456
- "variant": "signature",
457
- "kind": 524288,
458
- "flags": {},
459
- "sources": [
460
- {
461
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
462
- "line": 8,
463
- "character": 16
464
- }
465
- ],
466
- "type": {
467
- "type": "intrinsic",
468
- "name": "any"
469
- }
470
- }
471
- },
472
- {
473
- "id": 34,
474
- "name": "url",
475
- "variant": "declaration",
476
- "kind": 262144,
477
- "flags": {
478
- "isPrivate": true
479
- },
480
- "sources": [
481
- {
482
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
483
- "line": 9,
484
- "character": 16
485
- }
486
- ],
487
- "getSignature": {
488
- "id": 35,
489
- "name": "url",
490
- "variant": "signature",
491
- "kind": 524288,
492
- "flags": {},
493
- "sources": [
494
- {
495
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
496
- "line": 9,
497
- "character": 16
498
- }
499
- ],
500
- "type": {
501
- "type": "intrinsic",
502
- "name": "any"
503
- }
504
- }
505
- },
506
- {
507
- "id": 30,
508
- "name": "value",
509
- "variant": "declaration",
510
- "kind": 262144,
511
- "flags": {},
512
- "sources": [
513
- {
514
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
515
- "line": 7,
516
- "character": 8
517
- }
518
- ],
519
- "getSignature": {
520
- "id": 31,
521
- "name": "value",
522
- "variant": "signature",
523
- "kind": 524288,
524
- "flags": {},
525
- "sources": [
526
- {
527
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
528
- "line": 7,
529
- "character": 8
530
- }
531
- ],
532
- "type": {
533
- "type": "union",
534
- "types": [
535
- {
536
- "type": "intrinsic",
537
- "name": "undefined"
538
- },
539
- {
540
- "type": "reference",
541
- "target": -1,
542
- "name": "T",
543
- "refersToTypeParameter": true
544
- }
545
- ]
546
- }
547
- }
548
- },
549
- {
550
- "id": 36,
551
- "name": "fetch",
552
- "variant": "declaration",
553
- "kind": 2048,
554
- "flags": {},
555
- "sources": [
556
- {
557
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
558
- "line": 10,
559
- "character": 4
560
- }
561
- ],
562
- "signatures": [
563
- {
564
- "id": 37,
565
- "name": "fetch",
566
- "variant": "signature",
567
- "kind": 4096,
568
- "flags": {},
569
- "sources": [
570
- {
571
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
572
- "line": 10,
573
- "character": 4
574
- }
575
- ],
576
- "type": {
577
- "type": "reference",
578
- "target": {
579
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
580
- "qualifiedName": "Promise"
581
- },
582
- "typeArguments": [
583
- {
584
- "type": "reference",
585
- "target": -1,
586
- "name": "T",
587
- "refersToTypeParameter": true
588
- }
589
- ],
590
- "name": "Promise",
591
- "package": "typescript"
592
- }
593
- }
594
- ]
595
- },
596
- {
597
- "id": 38,
598
- "name": "get",
599
- "variant": "declaration",
600
- "kind": 2048,
601
- "flags": {},
602
- "sources": [
603
- {
604
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
605
- "line": 11,
606
- "character": 4
607
- }
608
- ],
609
- "signatures": [
610
- {
611
- "id": 39,
612
- "name": "get",
613
- "variant": "signature",
614
- "kind": 4096,
615
- "flags": {},
616
- "sources": [
617
- {
618
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
619
- "line": 11,
620
- "character": 4
621
- }
622
- ],
623
- "type": {
624
- "type": "reference",
625
- "target": {
626
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
627
- "qualifiedName": "Promise"
628
- },
629
- "typeArguments": [
630
- {
631
- "type": "union",
632
- "types": [
633
- {
634
- "type": "reference",
635
- "target": -1,
636
- "name": "T",
637
- "refersToTypeParameter": true
638
- },
639
- {
640
- "type": "reference",
641
- "target": {
642
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
643
- "qualifiedName": "NonNullable"
644
- },
645
- "typeArguments": [
646
- {
647
- "type": "reference",
648
- "target": -1,
649
- "name": "T",
650
- "refersToTypeParameter": true
651
- }
652
- ],
653
- "name": "NonNullable",
654
- "package": "typescript"
655
- }
656
- ]
657
- }
658
- ],
659
- "name": "Promise",
660
- "package": "typescript"
661
- }
662
- }
663
- ]
664
- },
665
- {
666
- "id": 40,
667
- "name": "insert",
668
- "variant": "declaration",
669
- "kind": 2048,
670
- "flags": {},
671
- "sources": [
672
- {
673
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
674
- "line": 12,
675
- "character": 4
676
- }
677
- ],
678
- "signatures": [
679
- {
680
- "id": 41,
681
- "name": "insert",
682
- "variant": "signature",
683
- "kind": 4096,
684
- "flags": {},
685
- "sources": [
686
- {
687
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
688
- "line": 12,
689
- "character": 4
690
- }
691
- ],
692
- "parameters": [
693
- {
694
- "id": 42,
695
- "name": "value",
696
- "variant": "param",
697
- "kind": 32768,
698
- "flags": {},
699
- "type": {
700
- "type": "reference",
701
- "target": -1,
702
- "name": "T",
703
- "refersToTypeParameter": true
704
- }
705
- }
706
- ],
707
- "type": {
708
- "type": "reference",
709
- "target": {
710
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
711
- "qualifiedName": "Promise"
712
- },
713
- "typeArguments": [
714
- {
715
- "type": "reference",
716
- "target": -1,
717
- "name": "T",
718
- "refersToTypeParameter": true
719
- }
720
- ],
721
- "name": "Promise",
722
- "package": "typescript"
723
- }
724
- }
725
- ]
726
- }
727
- ],
728
- "groups": [
729
- {
730
- "title": "Constructors",
731
- "children": [
732
- 22
733
- ]
734
- },
735
- {
736
- "title": "Properties",
737
- "children": [
738
- 27,
739
- 28,
740
- 29
741
- ]
742
- },
743
- {
744
- "title": "Accessors",
745
- "children": [
746
- 32,
747
- 34,
748
- 30
749
- ]
750
- },
751
- {
752
- "title": "Methods",
753
- "children": [
754
- 36,
755
- 38,
756
- 40
757
- ]
758
- }
759
- ],
760
- "sources": [
761
- {
762
- "fileName": "packages/api/dist/node/ApiEndpoint.d.ts",
763
- "line": 2,
764
- "character": 14
765
- }
766
- ],
767
- "typeParameters": [
768
- {
769
- "id": 43,
770
- "name": "T",
771
- "variant": "typeParam",
772
- "kind": 131072,
773
- "flags": {}
774
- }
775
- ]
776
- },
777
- {
778
- "id": 88,
779
- "name": "EthAddress",
780
- "variant": "declaration",
781
- "kind": 128,
782
- "flags": {},
783
- "children": [
784
- {
785
- "id": 101,
786
- "name": "constructor",
787
- "variant": "declaration",
788
- "kind": 512,
789
- "flags": {
790
- "isPrivate": true
791
- },
792
- "sources": [
793
- {
794
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
795
- "line": 9,
796
- "character": 4
797
- }
798
- ],
799
- "signatures": [
800
- {
801
- "id": 102,
802
- "name": "new EthAddress",
803
- "variant": "signature",
804
- "kind": 16384,
805
- "flags": {},
806
- "sources": [
807
- {
808
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
809
- "line": 9,
810
- "character": 4
811
- }
812
- ],
813
- "type": {
814
- "type": "reference",
815
- "target": 88,
816
- "name": "EthAddress",
817
- "package": "@xylabs/eth-address"
818
- }
819
- }
820
- ]
821
- },
822
- {
823
- "id": 104,
824
- "name": "address",
825
- "variant": "declaration",
826
- "kind": 1024,
827
- "flags": {
828
- "isPrivate": true
829
- },
830
- "sources": [
831
- {
832
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
833
- "line": 8,
834
- "character": 12
835
- }
836
- ],
837
- "type": {
838
- "type": "intrinsic",
839
- "name": "any"
840
- }
841
- },
842
- {
843
- "id": 103,
844
- "name": "type",
845
- "variant": "declaration",
846
- "kind": 1024,
847
- "flags": {},
848
- "sources": [
849
- {
850
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
851
- "line": 7,
852
- "character": 4
853
- }
854
- ],
855
- "type": {
856
- "type": "intrinsic",
857
- "name": "string"
858
- }
859
- },
860
- {
861
- "id": 89,
862
- "name": "type",
863
- "variant": "declaration",
864
- "kind": 1024,
865
- "flags": {
866
- "isStatic": true
867
- },
868
- "sources": [
869
- {
870
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
871
- "line": 6,
872
- "character": 11
873
- }
874
- ],
875
- "type": {
876
- "type": "intrinsic",
877
- "name": "string"
878
- }
879
- },
880
- {
881
- "id": 105,
882
- "name": "equals",
883
- "variant": "declaration",
884
- "kind": 2048,
885
- "flags": {},
886
- "sources": [
887
- {
888
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
889
- "line": 13,
890
- "character": 4
891
- }
892
- ],
893
- "signatures": [
894
- {
895
- "id": 106,
896
- "name": "equals",
897
- "variant": "signature",
898
- "kind": 4096,
899
- "flags": {},
900
- "sources": [
901
- {
902
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
903
- "line": 13,
904
- "character": 4
905
- }
906
- ],
907
- "parameters": [
908
- {
909
- "id": 107,
910
- "name": "address",
911
- "variant": "param",
912
- "kind": 32768,
913
- "flags": {
914
- "isOptional": true
915
- },
916
- "type": {
917
- "type": "union",
918
- "types": [
919
- {
920
- "type": "literal",
921
- "value": null
922
- },
923
- {
924
- "type": "intrinsic",
925
- "name": "string"
926
- },
927
- {
928
- "type": "reference",
929
- "target": 88,
930
- "name": "EthAddress",
931
- "package": "@xylabs/eth-address"
932
- }
933
- ]
934
- }
935
- }
936
- ],
937
- "type": {
938
- "type": "intrinsic",
939
- "name": "boolean"
940
- }
941
- }
942
- ]
943
- },
944
- {
945
- "id": 108,
946
- "name": "toBigNumber",
947
- "variant": "declaration",
948
- "kind": 2048,
949
- "flags": {},
950
- "sources": [
951
- {
952
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
953
- "line": 14,
954
- "character": 4
955
- }
956
- ],
957
- "signatures": [
958
- {
959
- "id": 109,
960
- "name": "toBigNumber",
961
- "variant": "signature",
962
- "kind": 4096,
963
- "flags": {},
964
- "sources": [
965
- {
966
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
967
- "line": 14,
968
- "character": 4
969
- }
970
- ],
971
- "type": {
972
- "type": "reference",
973
- "target": {
974
- "sourceFileName": "node_modules/@types/bn.js/index.d.ts",
975
- "qualifiedName": "BN"
976
- },
977
- "name": "BN",
978
- "package": "@types/bn.js"
979
- }
980
- }
981
- ]
982
- },
983
- {
984
- "id": 110,
985
- "name": "toHex",
986
- "variant": "declaration",
987
- "kind": 2048,
988
- "flags": {},
989
- "sources": [
990
- {
991
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
992
- "line": 15,
993
- "character": 4
994
- }
995
- ],
996
- "signatures": [
997
- {
998
- "id": 111,
999
- "name": "toHex",
1000
- "variant": "signature",
1001
- "kind": 4096,
1002
- "flags": {},
1003
- "sources": [
1004
- {
1005
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1006
- "line": 15,
1007
- "character": 4
1008
- }
1009
- ],
1010
- "type": {
1011
- "type": "intrinsic",
1012
- "name": "string"
1013
- }
1014
- }
1015
- ]
1016
- },
1017
- {
1018
- "id": 112,
1019
- "name": "toJSON",
1020
- "variant": "declaration",
1021
- "kind": 2048,
1022
- "flags": {},
1023
- "sources": [
1024
- {
1025
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1026
- "line": 16,
1027
- "character": 4
1028
- }
1029
- ],
1030
- "signatures": [
1031
- {
1032
- "id": 113,
1033
- "name": "toJSON",
1034
- "variant": "signature",
1035
- "kind": 4096,
1036
- "flags": {},
1037
- "sources": [
1038
- {
1039
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1040
- "line": 16,
1041
- "character": 4
1042
- }
1043
- ],
1044
- "type": {
1045
- "type": "intrinsic",
1046
- "name": "string"
1047
- }
1048
- }
1049
- ]
1050
- },
1051
- {
1052
- "id": 114,
1053
- "name": "toLowerCaseString",
1054
- "variant": "declaration",
1055
- "kind": 2048,
1056
- "flags": {},
1057
- "sources": [
1058
- {
1059
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1060
- "line": 17,
1061
- "character": 4
1062
- }
1063
- ],
1064
- "signatures": [
1065
- {
1066
- "id": 115,
1067
- "name": "toLowerCaseString",
1068
- "variant": "signature",
1069
- "kind": 4096,
1070
- "flags": {},
1071
- "sources": [
1072
- {
1073
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1074
- "line": 17,
1075
- "character": 4
1076
- }
1077
- ],
1078
- "type": {
1079
- "type": "intrinsic",
1080
- "name": "string"
1081
- }
1082
- }
1083
- ]
1084
- },
1085
- {
1086
- "id": 116,
1087
- "name": "toShortString",
1088
- "variant": "declaration",
1089
- "kind": 2048,
1090
- "flags": {},
1091
- "sources": [
1092
- {
1093
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1094
- "line": 18,
1095
- "character": 4
1096
- }
1097
- ],
1098
- "signatures": [
1099
- {
1100
- "id": 117,
1101
- "name": "toShortString",
1102
- "variant": "signature",
1103
- "kind": 4096,
1104
- "flags": {},
1105
- "sources": [
1106
- {
1107
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1108
- "line": 18,
1109
- "character": 4
1110
- }
1111
- ],
1112
- "parameters": [
1113
- {
1114
- "id": 118,
1115
- "name": "length",
1116
- "variant": "param",
1117
- "kind": 32768,
1118
- "flags": {
1119
- "isOptional": true
1120
- },
1121
- "type": {
1122
- "type": "intrinsic",
1123
- "name": "number"
1124
- }
1125
- }
1126
- ],
1127
- "type": {
1128
- "type": "intrinsic",
1129
- "name": "string"
1130
- }
1131
- }
1132
- ]
1133
- },
1134
- {
1135
- "id": 119,
1136
- "name": "toString",
1137
- "variant": "declaration",
1138
- "kind": 2048,
1139
- "flags": {},
1140
- "sources": [
1141
- {
1142
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1143
- "line": 19,
1144
- "character": 4
1145
- }
1146
- ],
1147
- "signatures": [
1148
- {
1149
- "id": 120,
1150
- "name": "toString",
1151
- "variant": "signature",
1152
- "kind": 4096,
1153
- "flags": {},
1154
- "sources": [
1155
- {
1156
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1157
- "line": 19,
1158
- "character": 4
1159
- }
1160
- ],
1161
- "parameters": [
1162
- {
1163
- "id": 121,
1164
- "name": "checksum",
1165
- "variant": "param",
1166
- "kind": 32768,
1167
- "flags": {
1168
- "isOptional": true
1169
- },
1170
- "type": {
1171
- "type": "intrinsic",
1172
- "name": "boolean"
1173
- }
1174
- },
1175
- {
1176
- "id": 122,
1177
- "name": "chainId",
1178
- "variant": "param",
1179
- "kind": 32768,
1180
- "flags": {
1181
- "isOptional": true
1182
- },
1183
- "type": {
1184
- "type": "intrinsic",
1185
- "name": "string"
1186
- }
1187
- }
1188
- ],
1189
- "type": {
1190
- "type": "intrinsic",
1191
- "name": "string"
1192
- }
1193
- }
1194
- ]
1195
- },
1196
- {
1197
- "id": 123,
1198
- "name": "validate",
1199
- "variant": "declaration",
1200
- "kind": 2048,
1201
- "flags": {},
1202
- "sources": [
1203
- {
1204
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1205
- "line": 20,
1206
- "character": 4
1207
- }
1208
- ],
1209
- "signatures": [
1210
- {
1211
- "id": 124,
1212
- "name": "validate",
1213
- "variant": "signature",
1214
- "kind": 4096,
1215
- "flags": {},
1216
- "sources": [
1217
- {
1218
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1219
- "line": 20,
1220
- "character": 4
1221
- }
1222
- ],
1223
- "type": {
1224
- "type": "intrinsic",
1225
- "name": "boolean"
1226
- }
1227
- }
1228
- ]
1229
- },
1230
- {
1231
- "id": 90,
1232
- "name": "fromString",
1233
- "variant": "declaration",
1234
- "kind": 2048,
1235
- "flags": {
1236
- "isStatic": true
1237
- },
1238
- "sources": [
1239
- {
1240
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1241
- "line": 10,
1242
- "character": 11
1243
- }
1244
- ],
1245
- "signatures": [
1246
- {
1247
- "id": 91,
1248
- "name": "fromString",
1249
- "variant": "signature",
1250
- "kind": 4096,
1251
- "flags": {},
1252
- "sources": [
1253
- {
1254
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1255
- "line": 10,
1256
- "character": 11
1257
- }
1258
- ],
1259
- "parameters": [
1260
- {
1261
- "id": 92,
1262
- "name": "value",
1263
- "variant": "param",
1264
- "kind": 32768,
1265
- "flags": {
1266
- "isOptional": true
1267
- },
1268
- "type": {
1269
- "type": "intrinsic",
1270
- "name": "string"
1271
- }
1272
- },
1273
- {
1274
- "id": 93,
1275
- "name": "base",
1276
- "variant": "param",
1277
- "kind": 32768,
1278
- "flags": {
1279
- "isOptional": true
1280
- },
1281
- "type": {
1282
- "type": "intrinsic",
1283
- "name": "number"
1284
- }
1285
- }
1286
- ],
1287
- "type": {
1288
- "type": "union",
1289
- "types": [
1290
- {
1291
- "type": "intrinsic",
1292
- "name": "undefined"
1293
- },
1294
- {
1295
- "type": "reference",
1296
- "target": 88,
1297
- "name": "EthAddress",
1298
- "package": "@xylabs/eth-address"
1299
- }
1300
- ]
1301
- }
1302
- }
1303
- ]
1304
- },
1305
- {
1306
- "id": 94,
1307
- "name": "parse",
1308
- "variant": "declaration",
1309
- "kind": 2048,
1310
- "flags": {
1311
- "isStatic": true
1312
- },
1313
- "sources": [
1314
- {
1315
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1316
- "line": 11,
1317
- "character": 11
1318
- }
1319
- ],
1320
- "signatures": [
1321
- {
1322
- "id": 95,
1323
- "name": "parse",
1324
- "variant": "signature",
1325
- "kind": 4096,
1326
- "flags": {},
1327
- "sources": [
1328
- {
1329
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1330
- "line": 11,
1331
- "character": 11
1332
- }
1333
- ],
1334
- "parameters": [
1335
- {
1336
- "id": 96,
1337
- "name": "value",
1338
- "variant": "param",
1339
- "kind": 32768,
1340
- "flags": {},
1341
- "type": {
1342
- "type": "intrinsic",
1343
- "name": "unknown"
1344
- }
1345
- },
1346
- {
1347
- "id": 97,
1348
- "name": "base",
1349
- "variant": "param",
1350
- "kind": 32768,
1351
- "flags": {
1352
- "isOptional": true
1353
- },
1354
- "type": {
1355
- "type": "intrinsic",
1356
- "name": "number"
1357
- }
1358
- }
1359
- ],
1360
- "type": {
1361
- "type": "union",
1362
- "types": [
1363
- {
1364
- "type": "intrinsic",
1365
- "name": "undefined"
1366
- },
1367
- {
1368
- "type": "reference",
1369
- "target": 88,
1370
- "name": "EthAddress",
1371
- "package": "@xylabs/eth-address"
1372
- }
1373
- ]
1374
- }
1375
- }
1376
- ]
1377
- },
1378
- {
1379
- "id": 98,
1380
- "name": "validate",
1381
- "variant": "declaration",
1382
- "kind": 2048,
1383
- "flags": {
1384
- "isStatic": true
1385
- },
1386
- "sources": [
1387
- {
1388
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1389
- "line": 12,
1390
- "character": 11
1391
- }
1392
- ],
1393
- "signatures": [
1394
- {
1395
- "id": 99,
1396
- "name": "validate",
1397
- "variant": "signature",
1398
- "kind": 4096,
1399
- "flags": {},
1400
- "sources": [
1401
- {
1402
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1403
- "line": 12,
1404
- "character": 11
1405
- }
1406
- ],
1407
- "parameters": [
1408
- {
1409
- "id": 100,
1410
- "name": "address",
1411
- "variant": "param",
1412
- "kind": 32768,
1413
- "flags": {},
1414
- "type": {
1415
- "type": "intrinsic",
1416
- "name": "string"
1417
- }
1418
- }
1419
- ],
1420
- "type": {
1421
- "type": "intrinsic",
1422
- "name": "boolean"
1423
- }
1424
- }
1425
- ]
1426
- }
1427
- ],
1428
- "groups": [
1429
- {
1430
- "title": "Constructors",
1431
- "children": [
1432
- 101
1433
- ]
1434
- },
1435
- {
1436
- "title": "Properties",
1437
- "children": [
1438
- 104,
1439
- 103,
1440
- 89
1441
- ]
1442
- },
1443
- {
1444
- "title": "Methods",
1445
- "children": [
1446
- 105,
1447
- 108,
1448
- 110,
1449
- 112,
1450
- 114,
1451
- 116,
1452
- 119,
1453
- 123,
1454
- 90,
1455
- 94,
1456
- 98
1457
- ]
1458
- }
1459
- ],
1460
- "sources": [
1461
- {
1462
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
1463
- "line": 5,
1464
- "character": 21
1465
- }
1466
- ]
1467
- },
1468
- {
1469
- "id": 137,
1470
- "name": "ForgetPromise",
1471
- "variant": "declaration",
1472
- "kind": 128,
1473
- "flags": {},
1474
- "children": [
1475
- {
1476
- "id": 149,
1477
- "name": "constructor",
1478
- "variant": "declaration",
1479
- "kind": 512,
1480
- "flags": {},
1481
- "signatures": [
1482
- {
1483
- "id": 150,
1484
- "name": "new ForgetPromise",
1485
- "variant": "signature",
1486
- "kind": 16384,
1487
- "flags": {},
1488
- "type": {
1489
- "type": "reference",
1490
- "target": 137,
1491
- "name": "ForgetPromise",
1492
- "package": "@xylabs/forget"
1493
- }
1494
- }
1495
- ]
1496
- },
1497
- {
1498
- "id": 138,
1499
- "name": "activeForgets",
1500
- "variant": "declaration",
1501
- "kind": 1024,
1502
- "flags": {
1503
- "isStatic": true
1504
- },
1505
- "sources": [
1506
- {
1507
- "fileName": "packages/forget/dist/node/forget.d.ts",
1508
- "line": 6,
1509
- "character": 11
1510
- }
1511
- ],
1512
- "type": {
1513
- "type": "intrinsic",
1514
- "name": "number"
1515
- }
1516
- },
1517
- {
1518
- "id": 139,
1519
- "name": "active",
1520
- "variant": "declaration",
1521
- "kind": 262144,
1522
- "flags": {
1523
- "isStatic": true
1524
- },
1525
- "sources": [
1526
- {
1527
- "fileName": "packages/forget/dist/node/forget.d.ts",
1528
- "line": 7,
1529
- "character": 15
1530
- }
1531
- ],
1532
- "getSignature": {
1533
- "id": 140,
1534
- "name": "active",
1535
- "variant": "signature",
1536
- "kind": 524288,
1537
- "flags": {},
1538
- "sources": [
1539
- {
1540
- "fileName": "packages/forget/dist/node/forget.d.ts",
1541
- "line": 7,
1542
- "character": 15
1543
- }
1544
- ],
1545
- "type": {
1546
- "type": "intrinsic",
1547
- "name": "boolean"
1548
- }
1549
- }
1550
- },
1551
- {
1552
- "id": 141,
1553
- "name": "awaitInactive",
1554
- "variant": "declaration",
1555
- "kind": 2048,
1556
- "flags": {
1557
- "isStatic": true
1558
- },
1559
- "sources": [
1560
- {
1561
- "fileName": "packages/forget/dist/node/forget.d.ts",
1562
- "line": 8,
1563
- "character": 11
1564
- }
1565
- ],
1566
- "signatures": [
1567
- {
1568
- "id": 142,
1569
- "name": "awaitInactive",
1570
- "variant": "signature",
1571
- "kind": 4096,
1572
- "flags": {},
1573
- "sources": [
1574
- {
1575
- "fileName": "packages/forget/dist/node/forget.d.ts",
1576
- "line": 8,
1577
- "character": 11
1578
- }
1579
- ],
1580
- "parameters": [
1581
- {
1582
- "id": 143,
1583
- "name": "interval",
1584
- "variant": "param",
1585
- "kind": 32768,
1586
- "flags": {
1587
- "isOptional": true
1588
- },
1589
- "type": {
1590
- "type": "intrinsic",
1591
- "name": "number"
1592
- }
1593
- },
1594
- {
1595
- "id": 144,
1596
- "name": "timeout",
1597
- "variant": "param",
1598
- "kind": 32768,
1599
- "flags": {
1600
- "isOptional": true
1601
- },
1602
- "type": {
1603
- "type": "intrinsic",
1604
- "name": "number"
1605
- }
1606
- }
1607
- ],
1608
- "type": {
1609
- "type": "reference",
1610
- "target": {
1611
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1612
- "qualifiedName": "Promise"
1613
- },
1614
- "typeArguments": [
1615
- {
1616
- "type": "intrinsic",
1617
- "name": "number"
1618
- }
1619
- ],
1620
- "name": "Promise",
1621
- "package": "typescript"
1622
- }
1623
- }
1624
- ]
1625
- },
1626
- {
1627
- "id": 145,
1628
- "name": "forget",
1629
- "variant": "declaration",
1630
- "kind": 2048,
1631
- "flags": {
1632
- "isStatic": true
1633
- },
1634
- "sources": [
1635
- {
1636
- "fileName": "packages/forget/dist/node/forget.d.ts",
1637
- "line": 9,
1638
- "character": 11
1639
- }
1640
- ],
1641
- "signatures": [
1642
- {
1643
- "id": 146,
1644
- "name": "forget",
1645
- "variant": "signature",
1646
- "kind": 4096,
1647
- "flags": {},
1648
- "sources": [
1649
- {
1650
- "fileName": "packages/forget/dist/node/forget.d.ts",
1651
- "line": 9,
1652
- "character": 11
1653
- }
1654
- ],
1655
- "parameters": [
1656
- {
1657
- "id": 147,
1658
- "name": "promise",
1659
- "variant": "param",
1660
- "kind": 32768,
1661
- "flags": {},
1662
- "type": {
1663
- "type": "reference",
1664
- "target": {
1665
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1666
- "qualifiedName": "Promise"
1667
- },
1668
- "typeArguments": [
1669
- {
1670
- "type": "intrinsic",
1671
- "name": "unknown"
1672
- }
1673
- ],
1674
- "name": "Promise",
1675
- "package": "typescript"
1676
- }
1677
- },
1678
- {
1679
- "id": 148,
1680
- "name": "timeout",
1681
- "variant": "param",
1682
- "kind": 32768,
1683
- "flags": {
1684
- "isOptional": true
1685
- },
1686
- "type": {
1687
- "type": "reference",
1688
- "target": {
1689
- "sourceFileName": "packages/forget/src/forget.ts",
1690
- "qualifiedName": "ForgetTimeoutConfig"
1691
- },
1692
- "name": "ForgetTimeoutConfig",
1693
- "package": "@xylabs/forget"
1694
- }
1695
- }
1696
- ],
1697
- "type": {
1698
- "type": "intrinsic",
1699
- "name": "void"
1700
- }
1701
- }
1702
- ]
1703
- }
1704
- ],
1705
- "groups": [
1706
- {
1707
- "title": "Constructors",
1708
- "children": [
1709
- 149
1710
- ]
1711
- },
1712
- {
1713
- "title": "Properties",
1714
- "children": [
1715
- 138
1716
- ]
1717
- },
1718
- {
1719
- "title": "Accessors",
1720
- "children": [
1721
- 139
1722
- ]
1723
- },
1724
- {
1725
- "title": "Methods",
1726
- "children": [
1727
- 141,
1728
- 145
1729
- ]
1730
- }
1731
- ],
1732
- "sources": [
1733
- {
1734
- "fileName": "packages/forget/dist/node/forget.d.ts",
1735
- "line": 5,
1736
- "character": 21
1737
- }
1738
- ]
1739
- },
1740
- {
1741
- "id": 156,
1742
- "name": "Log",
1743
- "variant": "declaration",
1744
- "kind": 128,
1745
- "flags": {},
1746
- "children": [
1747
- {
1748
- "id": 157,
1749
- "name": "constructor",
1750
- "variant": "declaration",
1751
- "kind": 512,
1752
- "flags": {},
1753
- "sources": [
1754
- {
1755
- "fileName": "packages/log/dist/node/Log.d.ts",
1756
- "line": 10,
1757
- "character": 4
1758
- }
1759
- ],
1760
- "signatures": [
1761
- {
1762
- "id": 158,
1763
- "name": "new Log",
1764
- "variant": "signature",
1765
- "kind": 16384,
1766
- "flags": {},
1767
- "sources": [
1768
- {
1769
- "fileName": "packages/log/dist/node/Log.d.ts",
1770
- "line": 10,
1771
- "character": 4
1772
- }
1773
- ],
1774
- "parameters": [
1775
- {
1776
- "id": 159,
1777
- "name": "config",
1778
- "variant": "param",
1779
- "kind": 32768,
1780
- "flags": {},
1781
- "type": {
1782
- "type": "reference",
1783
- "target": 151,
1784
- "name": "LogConfig",
1785
- "package": "@xylabs/log"
1786
- }
1787
- }
1788
- ],
1789
- "type": {
1790
- "type": "reference",
1791
- "target": 156,
1792
- "name": "Log",
1793
- "package": "@xylabs/log"
1794
- }
1795
- }
1796
- ]
1797
- },
1798
- {
1799
- "id": 160,
1800
- "name": "devMode",
1801
- "variant": "declaration",
1802
- "kind": 1024,
1803
- "flags": {
1804
- "isPrivate": true,
1805
- "isOptional": true
1806
- },
1807
- "sources": [
1808
- {
1809
- "fileName": "packages/log/dist/node/Log.d.ts",
1810
- "line": 8,
1811
- "character": 12
1812
- }
1813
- ],
1814
- "type": {
1815
- "type": "intrinsic",
1816
- "name": "any"
1817
- }
1818
- },
1819
- {
1820
- "id": 161,
1821
- "name": "rollbar",
1822
- "variant": "declaration",
1823
- "kind": 1024,
1824
- "flags": {
1825
- "isPrivate": true,
1826
- "isOptional": true
1827
- },
1828
- "sources": [
1829
- {
1830
- "fileName": "packages/log/dist/node/Log.d.ts",
1831
- "line": 9,
1832
- "character": 12
1833
- }
1834
- ],
1835
- "type": {
1836
- "type": "intrinsic",
1837
- "name": "any"
1838
- }
1839
- },
1840
- {
1841
- "id": 162,
1842
- "name": "debug",
1843
- "variant": "declaration",
1844
- "kind": 2048,
1845
- "flags": {},
1846
- "sources": [
1847
- {
1848
- "fileName": "packages/log/dist/node/Log.d.ts",
1849
- "line": 11,
1850
- "character": 4
1851
- }
1852
- ],
1853
- "signatures": [
1854
- {
1855
- "id": 163,
1856
- "name": "debug",
1857
- "variant": "signature",
1858
- "kind": 4096,
1859
- "flags": {},
1860
- "sources": [
1861
- {
1862
- "fileName": "packages/log/dist/node/Log.d.ts",
1863
- "line": 11,
1864
- "character": 4
1865
- }
1866
- ],
1867
- "parameters": [
1868
- {
1869
- "id": 164,
1870
- "name": "params",
1871
- "variant": "param",
1872
- "kind": 32768,
1873
- "flags": {
1874
- "isRest": true
1875
- },
1876
- "type": {
1877
- "type": "array",
1878
- "elementType": {
1879
- "type": "intrinsic",
1880
- "name": "any"
1881
- }
1882
- }
1883
- }
1884
- ],
1885
- "type": {
1886
- "type": "intrinsic",
1887
- "name": "void"
1888
- }
1889
- }
1890
- ]
1891
- },
1892
- {
1893
- "id": 165,
1894
- "name": "error",
1895
- "variant": "declaration",
1896
- "kind": 2048,
1897
- "flags": {},
1898
- "sources": [
1899
- {
1900
- "fileName": "packages/log/dist/node/Log.d.ts",
1901
- "line": 12,
1902
- "character": 4
1903
- }
1904
- ],
1905
- "signatures": [
1906
- {
1907
- "id": 166,
1908
- "name": "error",
1909
- "variant": "signature",
1910
- "kind": 4096,
1911
- "flags": {},
1912
- "sources": [
1913
- {
1914
- "fileName": "packages/log/dist/node/Log.d.ts",
1915
- "line": 12,
1916
- "character": 4
1917
- }
1918
- ],
1919
- "parameters": [
1920
- {
1921
- "id": 167,
1922
- "name": "params",
1923
- "variant": "param",
1924
- "kind": 32768,
1925
- "flags": {
1926
- "isRest": true
1927
- },
1928
- "type": {
1929
- "type": "array",
1930
- "elementType": {
1931
- "type": "intrinsic",
1932
- "name": "any"
1933
- }
1934
- }
1935
- }
1936
- ],
1937
- "type": {
1938
- "type": "intrinsic",
1939
- "name": "void"
1940
- }
1941
- }
1942
- ]
1943
- },
1944
- {
1945
- "id": 168,
1946
- "name": "info",
1947
- "variant": "declaration",
1948
- "kind": 2048,
1949
- "flags": {},
1950
- "sources": [
1951
- {
1952
- "fileName": "packages/log/dist/node/Log.d.ts",
1953
- "line": 13,
1954
- "character": 4
1955
- }
1956
- ],
1957
- "signatures": [
1958
- {
1959
- "id": 169,
1960
- "name": "info",
1961
- "variant": "signature",
1962
- "kind": 4096,
1963
- "flags": {},
1964
- "sources": [
1965
- {
1966
- "fileName": "packages/log/dist/node/Log.d.ts",
1967
- "line": 13,
1968
- "character": 4
1969
- }
1970
- ],
1971
- "parameters": [
1972
- {
1973
- "id": 170,
1974
- "name": "params",
1975
- "variant": "param",
1976
- "kind": 32768,
1977
- "flags": {
1978
- "isRest": true
1979
- },
1980
- "type": {
1981
- "type": "array",
1982
- "elementType": {
1983
- "type": "intrinsic",
1984
- "name": "any"
1985
- }
1986
- }
1987
- }
1988
- ],
1989
- "type": {
1990
- "type": "intrinsic",
1991
- "name": "void"
1992
- }
1993
- }
1994
- ]
1995
- },
1996
- {
1997
- "id": 171,
1998
- "name": "log",
1999
- "variant": "declaration",
2000
- "kind": 2048,
2001
- "flags": {},
2002
- "sources": [
2003
- {
2004
- "fileName": "packages/log/dist/node/Log.d.ts",
2005
- "line": 14,
2006
- "character": 4
2007
- }
2008
- ],
2009
- "signatures": [
2010
- {
2011
- "id": 172,
2012
- "name": "log",
2013
- "variant": "signature",
2014
- "kind": 4096,
2015
- "flags": {},
2016
- "sources": [
2017
- {
2018
- "fileName": "packages/log/dist/node/Log.d.ts",
2019
- "line": 14,
2020
- "character": 4
2021
- }
2022
- ],
2023
- "parameters": [
2024
- {
2025
- "id": 173,
2026
- "name": "params",
2027
- "variant": "param",
2028
- "kind": 32768,
2029
- "flags": {
2030
- "isRest": true
2031
- },
2032
- "type": {
2033
- "type": "array",
2034
- "elementType": {
2035
- "type": "intrinsic",
2036
- "name": "any"
2037
- }
2038
- }
2039
- }
2040
- ],
2041
- "type": {
2042
- "type": "intrinsic",
2043
- "name": "void"
2044
- }
2045
- }
2046
- ]
2047
- },
2048
- {
2049
- "id": 174,
2050
- "name": "warn",
2051
- "variant": "declaration",
2052
- "kind": 2048,
2053
- "flags": {},
2054
- "sources": [
2055
- {
2056
- "fileName": "packages/log/dist/node/Log.d.ts",
2057
- "line": 15,
2058
- "character": 4
2059
- }
2060
- ],
2061
- "signatures": [
2062
- {
2063
- "id": 175,
2064
- "name": "warn",
2065
- "variant": "signature",
2066
- "kind": 4096,
2067
- "flags": {},
2068
- "sources": [
2069
- {
2070
- "fileName": "packages/log/dist/node/Log.d.ts",
2071
- "line": 15,
2072
- "character": 4
2073
- }
2074
- ],
2075
- "parameters": [
2076
- {
2077
- "id": 176,
2078
- "name": "params",
2079
- "variant": "param",
2080
- "kind": 32768,
2081
- "flags": {
2082
- "isRest": true
2083
- },
2084
- "type": {
2085
- "type": "array",
2086
- "elementType": {
2087
- "type": "intrinsic",
2088
- "name": "any"
2089
- }
2090
- }
2091
- }
2092
- ],
2093
- "type": {
2094
- "type": "intrinsic",
2095
- "name": "void"
2096
- }
2097
- }
2098
- ]
2099
- }
2100
- ],
2101
- "groups": [
2102
- {
2103
- "title": "Constructors",
2104
- "children": [
2105
- 157
2106
- ]
2107
- },
2108
- {
2109
- "title": "Properties",
2110
- "children": [
2111
- 160,
2112
- 161
2113
- ]
2114
- },
2115
- {
2116
- "title": "Methods",
2117
- "children": [
2118
- 162,
2119
- 165,
2120
- 168,
2121
- 171,
2122
- 174
2123
- ]
2124
- }
2125
- ],
2126
- "sources": [
2127
- {
2128
- "fileName": "packages/log/dist/node/Log.d.ts",
2129
- "line": 7,
2130
- "character": 21
2131
- }
2132
- ]
2133
- },
2134
- {
2135
- "id": 16,
2136
- "name": "ApiConfig",
2137
- "variant": "declaration",
2138
- "kind": 256,
2139
- "flags": {},
2140
- "children": [
2141
- {
2142
- "id": 17,
2143
- "name": "apiDomain",
2144
- "variant": "declaration",
2145
- "kind": 1024,
2146
- "flags": {},
2147
- "sources": [
2148
- {
2149
- "fileName": "packages/api/dist/node/ApiConfig.d.ts",
2150
- "line": 2,
2151
- "character": 4
2152
- }
2153
- ],
2154
- "type": {
2155
- "type": "intrinsic",
2156
- "name": "string"
2157
- }
2158
- },
2159
- {
2160
- "id": 18,
2161
- "name": "apiKey",
2162
- "variant": "declaration",
2163
- "kind": 1024,
2164
- "flags": {
2165
- "isOptional": true
2166
- },
2167
- "sources": [
2168
- {
2169
- "fileName": "packages/api/dist/node/ApiConfig.d.ts",
2170
- "line": 3,
2171
- "character": 4
2172
- }
2173
- ],
2174
- "type": {
2175
- "type": "intrinsic",
2176
- "name": "string"
2177
- }
2178
- },
2179
- {
2180
- "id": 19,
2181
- "name": "jwtToken",
2182
- "variant": "declaration",
2183
- "kind": 1024,
2184
- "flags": {
2185
- "isOptional": true
2186
- },
2187
- "sources": [
2188
- {
2189
- "fileName": "packages/api/dist/node/ApiConfig.d.ts",
2190
- "line": 4,
2191
- "character": 4
2192
- }
2193
- ],
2194
- "type": {
2195
- "type": "intrinsic",
2196
- "name": "string"
2197
- }
2198
- },
2199
- {
2200
- "id": 20,
2201
- "name": "userid",
2202
- "variant": "declaration",
2203
- "kind": 1024,
2204
- "flags": {
2205
- "isOptional": true
2206
- },
2207
- "sources": [
2208
- {
2209
- "fileName": "packages/api/dist/node/ApiConfig.d.ts",
2210
- "line": 5,
2211
- "character": 4
2212
- }
2213
- ],
2214
- "type": {
2215
- "type": "intrinsic",
2216
- "name": "string"
2217
- }
2218
- }
2219
- ],
2220
- "groups": [
2221
- {
2222
- "title": "Properties",
2223
- "children": [
2224
- 17,
2225
- 18,
2226
- 19,
2227
- 20
2228
- ]
2229
- }
2230
- ],
2231
- "sources": [
2232
- {
2233
- "fileName": "packages/api/dist/node/ApiConfig.d.ts",
2234
- "line": 1,
2235
- "character": 10
2236
- }
2237
- ]
2238
- },
2239
- {
2240
- "id": 151,
2241
- "name": "LogConfig",
2242
- "variant": "declaration",
2243
- "kind": 256,
2244
- "flags": {},
2245
- "children": [
2246
- {
2247
- "id": 152,
2248
- "name": "commitHash",
2249
- "variant": "declaration",
2250
- "kind": 1024,
2251
- "flags": {
2252
- "isOptional": true
2253
- },
2254
- "sources": [
2255
- {
2256
- "fileName": "packages/log/dist/node/Log.d.ts",
2257
- "line": 2,
2258
- "character": 4
2259
- }
2260
- ],
2261
- "type": {
2262
- "type": "intrinsic",
2263
- "name": "string"
2264
- }
2265
- },
2266
- {
2267
- "id": 153,
2268
- "name": "devMode",
2269
- "variant": "declaration",
2270
- "kind": 1024,
2271
- "flags": {
2272
- "isOptional": true
2273
- },
2274
- "sources": [
2275
- {
2276
- "fileName": "packages/log/dist/node/Log.d.ts",
2277
- "line": 3,
2278
- "character": 4
2279
- }
2280
- ],
2281
- "type": {
2282
- "type": "intrinsic",
2283
- "name": "boolean"
2284
- }
2285
- },
2286
- {
2287
- "id": 154,
2288
- "name": "payload",
2289
- "variant": "declaration",
2290
- "kind": 1024,
2291
- "flags": {
2292
- "isOptional": true
2293
- },
2294
- "sources": [
2295
- {
2296
- "fileName": "packages/log/dist/node/Log.d.ts",
2297
- "line": 4,
2298
- "character": 4
2299
- }
2300
- ],
2301
- "type": {
2302
- "type": "reference",
2303
- "target": {
2304
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2305
- "qualifiedName": "Record"
2306
- },
2307
- "typeArguments": [
2308
- {
2309
- "type": "intrinsic",
2310
- "name": "string"
2311
- },
2312
- {
2313
- "type": "intrinsic",
2314
- "name": "unknown"
2315
- }
2316
- ],
2317
- "name": "Record",
2318
- "package": "typescript"
2319
- }
2320
- },
2321
- {
2322
- "id": 155,
2323
- "name": "rollbarToken",
2324
- "variant": "declaration",
2325
- "kind": 1024,
2326
- "flags": {
2327
- "isOptional": true
2328
- },
2329
- "sources": [
2330
- {
2331
- "fileName": "packages/log/dist/node/Log.d.ts",
2332
- "line": 5,
2333
- "character": 4
2334
- }
2335
- ],
2336
- "type": {
2337
- "type": "intrinsic",
2338
- "name": "string"
2339
- }
2340
- }
2341
- ],
2342
- "groups": [
2343
- {
2344
- "title": "Properties",
2345
- "children": [
2346
- 152,
2347
- 153,
2348
- 154,
2349
- 155
2350
- ]
2351
- }
2352
- ],
2353
- "sources": [
2354
- {
2355
- "fileName": "packages/log/dist/node/Log.d.ts",
2356
- "line": 1,
2357
- "character": 17
2358
- }
2359
- ]
2360
- },
2361
- {
2362
- "id": 56,
2363
- "name": "AssertExErrorFunc",
2364
- "variant": "declaration",
2365
- "kind": 2097152,
2366
- "flags": {},
2367
- "sources": [
2368
- {
2369
- "fileName": "packages/assert/dist/node/index.d.ts",
2370
- "line": 2,
2371
- "character": 12
2372
- }
2373
- ],
2374
- "typeParameters": [
2375
- {
2376
- "id": 60,
2377
- "name": "T",
2378
- "variant": "typeParam",
2379
- "kind": 131072,
2380
- "flags": {}
2381
- },
2382
- {
2383
- "id": 61,
2384
- "name": "R",
2385
- "variant": "typeParam",
2386
- "kind": 131072,
2387
- "flags": {},
2388
- "type": {
2389
- "type": "reference",
2390
- "target": {
2391
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2392
- "qualifiedName": "Error"
2393
- },
2394
- "name": "Error",
2395
- "package": "typescript"
2396
- }
2397
- }
2398
- ],
2399
- "type": {
2400
- "type": "reflection",
2401
- "declaration": {
2402
- "id": 57,
2403
- "name": "__type",
2404
- "variant": "declaration",
2405
- "kind": 65536,
2406
- "flags": {},
2407
- "sources": [
2408
- {
2409
- "fileName": "packages/assert/dist/node/index.d.ts",
2410
- "line": 2,
2411
- "character": 52
2412
- }
2413
- ],
2414
- "signatures": [
2415
- {
2416
- "id": 58,
2417
- "name": "__type",
2418
- "variant": "signature",
2419
- "kind": 4096,
2420
- "flags": {},
2421
- "parameters": [
2422
- {
2423
- "id": 59,
2424
- "name": "value",
2425
- "variant": "param",
2426
- "kind": 32768,
2427
- "flags": {
2428
- "isOptional": true
2429
- },
2430
- "type": {
2431
- "type": "union",
2432
- "types": [
2433
- {
2434
- "type": "reference",
2435
- "target": -1,
2436
- "name": "T",
2437
- "refersToTypeParameter": true
2438
- },
2439
- {
2440
- "type": "literal",
2441
- "value": null
2442
- }
2443
- ]
2444
- }
2445
- }
2446
- ],
2447
- "type": {
2448
- "type": "reference",
2449
- "target": -1,
2450
- "name": "R",
2451
- "refersToTypeParameter": true
2452
- }
2453
- }
2454
- ]
2455
- }
2456
- }
2457
- },
2458
- {
2459
- "id": 51,
2460
- "name": "AssertExMessageFunc",
2461
- "variant": "declaration",
2462
- "kind": 2097152,
2463
- "flags": {},
2464
- "sources": [
2465
- {
2466
- "fileName": "packages/assert/dist/node/index.d.ts",
2467
- "line": 1,
2468
- "character": 12
2469
- }
2470
- ],
2471
- "typeParameters": [
2472
- {
2473
- "id": 55,
2474
- "name": "T",
2475
- "variant": "typeParam",
2476
- "kind": 131072,
2477
- "flags": {}
2478
- }
2479
- ],
2480
- "type": {
2481
- "type": "reflection",
2482
- "declaration": {
2483
- "id": 52,
2484
- "name": "__type",
2485
- "variant": "declaration",
2486
- "kind": 65536,
2487
- "flags": {},
2488
- "sources": [
2489
- {
2490
- "fileName": "packages/assert/dist/node/index.d.ts",
2491
- "line": 1,
2492
- "character": 37
2493
- }
2494
- ],
2495
- "signatures": [
2496
- {
2497
- "id": 53,
2498
- "name": "__type",
2499
- "variant": "signature",
2500
- "kind": 4096,
2501
- "flags": {},
2502
- "parameters": [
2503
- {
2504
- "id": 54,
2505
- "name": "value",
2506
- "variant": "param",
2507
- "kind": 32768,
2508
- "flags": {
2509
- "isOptional": true
2510
- },
2511
- "type": {
2512
- "type": "union",
2513
- "types": [
2514
- {
2515
- "type": "reference",
2516
- "target": -1,
2517
- "name": "T",
2518
- "refersToTypeParameter": true
2519
- },
2520
- {
2521
- "type": "literal",
2522
- "value": null
2523
- }
2524
- ]
2525
- }
2526
- }
2527
- ],
2528
- "type": {
2529
- "type": "intrinsic",
2530
- "name": "string"
2531
- }
2532
- }
2533
- ]
2534
- }
2535
- }
2536
- },
2537
- {
2538
- "id": 1,
2539
- "name": "Override",
2540
- "variant": "declaration",
2541
- "kind": 2097152,
2542
- "flags": {},
2543
- "sources": [
2544
- {
2545
- "fileName": "src/Override.ts",
2546
- "line": 1,
2547
- "character": 5,
2548
- "url": "https://github.com/xylabs/sdk-js/blob/4bfb186/src/Override.ts#L1"
2549
- }
2550
- ],
2551
- "typeParameters": [
2552
- {
2553
- "id": 2,
2554
- "name": "T1",
2555
- "variant": "typeParam",
2556
- "kind": 131072,
2557
- "flags": {}
2558
- },
2559
- {
2560
- "id": 3,
2561
- "name": "T2",
2562
- "variant": "typeParam",
2563
- "kind": 131072,
2564
- "flags": {}
2565
- }
2566
- ],
2567
- "type": {
2568
- "type": "intersection",
2569
- "types": [
2570
- {
2571
- "type": "reference",
2572
- "target": {
2573
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2574
- "qualifiedName": "Omit"
2575
- },
2576
- "typeArguments": [
2577
- {
2578
- "type": "reference",
2579
- "target": -1,
2580
- "name": "T1",
2581
- "refersToTypeParameter": true
2582
- },
2583
- {
2584
- "type": "typeOperator",
2585
- "operator": "keyof",
2586
- "target": {
2587
- "type": "reference",
2588
- "target": -1,
2589
- "name": "T2",
2590
- "refersToTypeParameter": true
2591
- }
2592
- }
2593
- ],
2594
- "name": "Omit",
2595
- "package": "typescript"
2596
- },
2597
- {
2598
- "type": "reference",
2599
- "target": -1,
2600
- "name": "T2",
2601
- "refersToTypeParameter": true
2602
- }
2603
- ]
2604
- }
2605
- },
2606
- {
2607
- "id": 4,
2608
- "name": "PartialRecord",
2609
- "variant": "declaration",
2610
- "kind": 2097152,
2611
- "flags": {},
2612
- "comment": {
2613
- "summary": [],
2614
- "blockTags": [
2615
- {
2616
- "tag": "@deprecated",
2617
- "content": [
2618
- {
2619
- "kind": "text",
2620
- "text": "use Partial<Record<>> instead"
2621
- }
2622
- ]
2623
- }
2624
- ]
2625
- },
2626
- "sources": [
2627
- {
2628
- "fileName": "src/PartialRecord.ts",
2629
- "line": 4,
2630
- "character": 12,
2631
- "url": "https://github.com/xylabs/sdk-js/blob/4bfb186/src/PartialRecord.ts#L4"
2632
- }
2633
- ],
2634
- "typeParameters": [
2635
- {
2636
- "id": 5,
2637
- "name": "K",
2638
- "variant": "typeParam",
2639
- "kind": 131072,
2640
- "flags": {},
2641
- "type": {
2642
- "type": "typeOperator",
2643
- "operator": "keyof",
2644
- "target": {
2645
- "type": "intrinsic",
2646
- "name": "any"
2647
- }
2648
- }
2649
- },
2650
- {
2651
- "id": 6,
2652
- "name": "T",
2653
- "variant": "typeParam",
2654
- "kind": 131072,
2655
- "flags": {}
2656
- }
2657
- ],
2658
- "type": {
2659
- "type": "mapped",
2660
- "parameter": "P",
2661
- "parameterType": {
2662
- "type": "reference",
2663
- "target": -1,
2664
- "name": "K",
2665
- "refersToTypeParameter": true
2666
- },
2667
- "templateType": {
2668
- "type": "reference",
2669
- "target": -1,
2670
- "name": "T",
2671
- "refersToTypeParameter": true
2672
- },
2673
- "optionalModifier": "+"
2674
- }
2675
- },
2676
- {
2677
- "id": 62,
2678
- "name": "assertEx",
2679
- "variant": "declaration",
2680
- "kind": 64,
2681
- "flags": {},
2682
- "sources": [
2683
- {
2684
- "fileName": "packages/assert/dist/node/index.d.ts",
2685
- "line": 12,
2686
- "character": 17
2687
- },
2688
- {
2689
- "fileName": "packages/assert/dist/node/index.d.ts",
2690
- "line": 13,
2691
- "character": 17
2692
- },
2693
- {
2694
- "fileName": "packages/assert/dist/node/index.d.ts",
2695
- "line": 14,
2696
- "character": 17
2697
- }
2698
- ],
2699
- "signatures": [
2700
- {
2701
- "id": 63,
2702
- "name": "assertEx",
2703
- "variant": "signature",
2704
- "kind": 4096,
2705
- "flags": {},
2706
- "comment": {
2707
- "summary": [
2708
- {
2709
- "kind": "text",
2710
- "text": "Intended for simple null/undefined checks for variables"
2711
- }
2712
- ],
2713
- "blockTags": [
2714
- {
2715
- "tag": "@throws",
2716
- "content": [
2717
- {
2718
- "kind": "text",
2719
- "text": "AssertExError"
2720
- }
2721
- ]
2722
- },
2723
- {
2724
- "tag": "@returns",
2725
- "content": [
2726
- {
2727
- "kind": "text",
2728
- "text": "Value of expression"
2729
- }
2730
- ]
2731
- }
2732
- ]
2733
- },
2734
- "sources": [
2735
- {
2736
- "fileName": "packages/assert/dist/node/index.d.ts",
2737
- "line": 12,
2738
- "character": 17
2739
- }
2740
- ],
2741
- "typeParameter": [
2742
- {
2743
- "id": 64,
2744
- "name": "T",
2745
- "variant": "typeParam",
2746
- "kind": 131072,
2747
- "flags": {}
2748
- }
2749
- ],
2750
- "parameters": [
2751
- {
2752
- "id": 65,
2753
- "name": "expr",
2754
- "variant": "param",
2755
- "kind": 32768,
2756
- "flags": {
2757
- "isOptional": true
2758
- },
2759
- "comment": {
2760
- "summary": [
2761
- {
2762
- "kind": "text",
2763
- "text": "Expression to be evaluated for truthiness"
2764
- }
2765
- ]
2766
- },
2767
- "type": {
2768
- "type": "union",
2769
- "types": [
2770
- {
2771
- "type": "literal",
2772
- "value": null
2773
- },
2774
- {
2775
- "type": "reference",
2776
- "target": -1,
2777
- "name": "T",
2778
- "refersToTypeParameter": true
2779
- }
2780
- ]
2781
- }
2782
- },
2783
- {
2784
- "id": 66,
2785
- "name": "message",
2786
- "variant": "param",
2787
- "kind": 32768,
2788
- "flags": {
2789
- "isOptional": true
2790
- },
2791
- "comment": {
2792
- "summary": [
2793
- {
2794
- "kind": "text",
2795
- "text": "Message in Error if expression is false, may be a function that returns a string"
2796
- }
2797
- ]
2798
- },
2799
- "type": {
2800
- "type": "intrinsic",
2801
- "name": "string"
2802
- }
2803
- }
2804
- ],
2805
- "type": {
2806
- "type": "reference",
2807
- "target": -1,
2808
- "name": "T",
2809
- "refersToTypeParameter": true
2810
- }
2811
- },
2812
- {
2813
- "id": 67,
2814
- "name": "assertEx",
2815
- "variant": "signature",
2816
- "kind": 4096,
2817
- "flags": {},
2818
- "sources": [
2819
- {
2820
- "fileName": "packages/assert/dist/node/index.d.ts",
2821
- "line": 13,
2822
- "character": 17
2823
- }
2824
- ],
2825
- "typeParameter": [
2826
- {
2827
- "id": 68,
2828
- "name": "T",
2829
- "variant": "typeParam",
2830
- "kind": 131072,
2831
- "flags": {}
2832
- }
2833
- ],
2834
- "parameters": [
2835
- {
2836
- "id": 69,
2837
- "name": "expr",
2838
- "variant": "param",
2839
- "kind": 32768,
2840
- "flags": {
2841
- "isOptional": true
2842
- },
2843
- "type": {
2844
- "type": "union",
2845
- "types": [
2846
- {
2847
- "type": "literal",
2848
- "value": null
2849
- },
2850
- {
2851
- "type": "reference",
2852
- "target": -1,
2853
- "name": "T",
2854
- "refersToTypeParameter": true
2855
- }
2856
- ]
2857
- }
2858
- },
2859
- {
2860
- "id": 70,
2861
- "name": "messageFunc",
2862
- "variant": "param",
2863
- "kind": 32768,
2864
- "flags": {
2865
- "isOptional": true
2866
- },
2867
- "type": {
2868
- "type": "reference",
2869
- "target": 51,
2870
- "typeArguments": [
2871
- {
2872
- "type": "reference",
2873
- "target": -1,
2874
- "name": "T",
2875
- "refersToTypeParameter": true
2876
- }
2877
- ],
2878
- "name": "AssertExMessageFunc",
2879
- "package": "@xylabs/assert"
2880
- }
2881
- }
2882
- ],
2883
- "type": {
2884
- "type": "reference",
2885
- "target": -1,
2886
- "name": "T",
2887
- "refersToTypeParameter": true
2888
- }
2889
- },
2890
- {
2891
- "id": 71,
2892
- "name": "assertEx",
2893
- "variant": "signature",
2894
- "kind": 4096,
2895
- "flags": {},
2896
- "sources": [
2897
- {
2898
- "fileName": "packages/assert/dist/node/index.d.ts",
2899
- "line": 14,
2900
- "character": 17
2901
- }
2902
- ],
2903
- "typeParameter": [
2904
- {
2905
- "id": 72,
2906
- "name": "T",
2907
- "variant": "typeParam",
2908
- "kind": 131072,
2909
- "flags": {}
2910
- },
2911
- {
2912
- "id": 73,
2913
- "name": "R",
2914
- "variant": "typeParam",
2915
- "kind": 131072,
2916
- "flags": {},
2917
- "type": {
2918
- "type": "reference",
2919
- "target": {
2920
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2921
- "qualifiedName": "Error"
2922
- },
2923
- "name": "Error",
2924
- "package": "typescript"
2925
- }
2926
- }
2927
- ],
2928
- "parameters": [
2929
- {
2930
- "id": 74,
2931
- "name": "expr",
2932
- "variant": "param",
2933
- "kind": 32768,
2934
- "flags": {
2935
- "isOptional": true
2936
- },
2937
- "type": {
2938
- "type": "union",
2939
- "types": [
2940
- {
2941
- "type": "literal",
2942
- "value": null
2943
- },
2944
- {
2945
- "type": "reference",
2946
- "target": -1,
2947
- "name": "T",
2948
- "refersToTypeParameter": true
2949
- }
2950
- ]
2951
- }
2952
- },
2953
- {
2954
- "id": 75,
2955
- "name": "errorFunc",
2956
- "variant": "param",
2957
- "kind": 32768,
2958
- "flags": {
2959
- "isOptional": true
2960
- },
2961
- "type": {
2962
- "type": "reference",
2963
- "target": 56,
2964
- "typeArguments": [
2965
- {
2966
- "type": "reference",
2967
- "target": -1,
2968
- "name": "T",
2969
- "refersToTypeParameter": true
2970
- },
2971
- {
2972
- "type": "reference",
2973
- "target": -1,
2974
- "name": "R",
2975
- "refersToTypeParameter": true
2976
- }
2977
- ],
2978
- "name": "AssertExErrorFunc",
2979
- "package": "@xylabs/assert"
2980
- }
2981
- }
2982
- ],
2983
- "type": {
2984
- "type": "reference",
2985
- "target": -1,
2986
- "name": "T",
2987
- "refersToTypeParameter": true
2988
- }
2989
- }
2990
- ]
2991
- },
2992
- {
2993
- "id": 76,
2994
- "name": "delay",
2995
- "variant": "declaration",
2996
- "kind": 64,
2997
- "flags": {},
2998
- "sources": [
2999
- {
3000
- "fileName": "packages/delay/dist/node/delay.d.ts",
3001
- "line": 1,
3002
- "character": 21
3003
- }
3004
- ],
3005
- "signatures": [
3006
- {
3007
- "id": 77,
3008
- "name": "delay",
3009
- "variant": "signature",
3010
- "kind": 4096,
3011
- "flags": {},
3012
- "sources": [
3013
- {
3014
- "fileName": "packages/delay/dist/node/delay.d.ts",
3015
- "line": 1,
3016
- "character": 28
3017
- }
3018
- ],
3019
- "parameters": [
3020
- {
3021
- "id": 78,
3022
- "name": "ms",
3023
- "variant": "param",
3024
- "kind": 32768,
3025
- "flags": {},
3026
- "type": {
3027
- "type": "intrinsic",
3028
- "name": "number"
3029
- }
3030
- }
3031
- ],
3032
- "type": {
3033
- "type": "reference",
3034
- "target": {
3035
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
3036
- "qualifiedName": "Promise"
3037
- },
3038
- "typeArguments": [
3039
- {
3040
- "type": "intrinsic",
3041
- "name": "unknown"
3042
- }
3043
- ],
3044
- "name": "Promise",
3045
- "package": "typescript"
3046
- }
3047
- }
3048
- ]
3049
- },
3050
- {
3051
- "id": 79,
3052
- "name": "ellipsize",
3053
- "variant": "declaration",
3054
- "kind": 64,
3055
- "flags": {},
3056
- "sources": [
3057
- {
3058
- "fileName": "packages/eth-address/dist/node/ellipsize.d.ts",
3059
- "line": 1,
3060
- "character": 21
3061
- }
3062
- ],
3063
- "signatures": [
3064
- {
3065
- "id": 80,
3066
- "name": "ellipsize",
3067
- "variant": "signature",
3068
- "kind": 4096,
3069
- "flags": {},
3070
- "sources": [
3071
- {
3072
- "fileName": "packages/eth-address/dist/node/ellipsize.d.ts",
3073
- "line": 1,
3074
- "character": 32
3075
- }
3076
- ],
3077
- "parameters": [
3078
- {
3079
- "id": 81,
3080
- "name": "value",
3081
- "variant": "param",
3082
- "kind": 32768,
3083
- "flags": {},
3084
- "type": {
3085
- "type": "intrinsic",
3086
- "name": "string"
3087
- }
3088
- },
3089
- {
3090
- "id": 82,
3091
- "name": "length",
3092
- "variant": "param",
3093
- "kind": 32768,
3094
- "flags": {
3095
- "isOptional": true
3096
- },
3097
- "type": {
3098
- "type": "intrinsic",
3099
- "name": "number"
3100
- }
3101
- }
3102
- ],
3103
- "type": {
3104
- "type": "intrinsic",
3105
- "name": "string"
3106
- }
3107
- }
3108
- ]
3109
- },
3110
- {
3111
- "id": 129,
3112
- "name": "exists",
3113
- "variant": "declaration",
3114
- "kind": 64,
3115
- "flags": {},
3116
- "sources": [
3117
- {
3118
- "fileName": "packages/exists/dist/node/index.d.ts",
3119
- "line": 9,
3120
- "character": 21
3121
- }
3122
- ],
3123
- "signatures": [
3124
- {
3125
- "id": 130,
3126
- "name": "exists",
3127
- "variant": "signature",
3128
- "kind": 4096,
3129
- "flags": {},
3130
- "comment": {
3131
- "summary": [
3132
- {
3133
- "kind": "text",
3134
- "text": "Used to type narrow an object which is possibly null or undefined. Works well\nwith functional Array methods. For example:"
3135
- }
3136
- ],
3137
- "blockTags": [
3138
- {
3139
- "tag": "@example",
3140
- "content": [
3141
- {
3142
- "kind": "code",
3143
- "text": "```ts\nconst payloads: XyoPayload[] = boundWitness._payloads?.filter(exists) || []\n```"
3144
- }
3145
- ]
3146
- },
3147
- {
3148
- "tag": "@returns",
3149
- "content": [
3150
- {
3151
- "kind": "text",
3152
- "text": "False if the object is null/undefined, true otherwise"
3153
- }
3154
- ]
3155
- }
3156
- ]
3157
- },
3158
- "sources": [
3159
- {
3160
- "fileName": "packages/exists/dist/node/index.d.ts",
3161
- "line": 9,
3162
- "character": 29
3163
- }
3164
- ],
3165
- "typeParameter": [
3166
- {
3167
- "id": 131,
3168
- "name": "T",
3169
- "variant": "typeParam",
3170
- "kind": 131072,
3171
- "flags": {}
3172
- }
3173
- ],
3174
- "parameters": [
3175
- {
3176
- "id": 132,
3177
- "name": "x",
3178
- "variant": "param",
3179
- "kind": 32768,
3180
- "flags": {
3181
- "isOptional": true
3182
- },
3183
- "comment": {
3184
- "summary": [
3185
- {
3186
- "kind": "text",
3187
- "text": "The object which is potentially undefined or null"
3188
- }
3189
- ]
3190
- },
3191
- "type": {
3192
- "type": "union",
3193
- "types": [
3194
- {
3195
- "type": "literal",
3196
- "value": null
3197
- },
3198
- {
3199
- "type": "reference",
3200
- "target": -1,
3201
- "name": "T",
3202
- "refersToTypeParameter": true
3203
- }
3204
- ]
3205
- }
3206
- }
3207
- ],
3208
- "type": {
3209
- "type": "predicate",
3210
- "name": "x",
3211
- "asserts": false,
3212
- "targetType": {
3213
- "type": "reference",
3214
- "target": -1,
3215
- "name": "T",
3216
- "refersToTypeParameter": true
3217
- }
3218
- }
3219
- }
3220
- ]
3221
- },
3222
- {
3223
- "id": 133,
3224
- "name": "forget",
3225
- "variant": "declaration",
3226
- "kind": 64,
3227
- "flags": {},
3228
- "sources": [
3229
- {
3230
- "fileName": "packages/forget/dist/node/forget.d.ts",
3231
- "line": 11,
3232
- "character": 21
3233
- }
3234
- ],
3235
- "signatures": [
3236
- {
3237
- "id": 134,
3238
- "name": "forget",
3239
- "variant": "signature",
3240
- "kind": 4096,
3241
- "flags": {},
3242
- "sources": [
3243
- {
3244
- "fileName": "packages/forget/dist/node/forget.d.ts",
3245
- "line": 11,
3246
- "character": 29
3247
- }
3248
- ],
3249
- "parameters": [
3250
- {
3251
- "id": 135,
3252
- "name": "promise",
3253
- "variant": "param",
3254
- "kind": 32768,
3255
- "flags": {},
3256
- "type": {
3257
- "type": "reference",
3258
- "target": {
3259
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
3260
- "qualifiedName": "Promise"
3261
- },
3262
- "typeArguments": [
3263
- {
3264
- "type": "intrinsic",
3265
- "name": "unknown"
3266
- }
3267
- ],
3268
- "name": "Promise",
3269
- "package": "typescript"
3270
- }
3271
- },
3272
- {
3273
- "id": 136,
3274
- "name": "timeout",
3275
- "variant": "param",
3276
- "kind": 32768,
3277
- "flags": {
3278
- "isOptional": true
3279
- },
3280
- "type": {
3281
- "type": "reference",
3282
- "target": {
3283
- "sourceFileName": "packages/forget/src/forget.ts",
3284
- "qualifiedName": "ForgetTimeoutConfig"
3285
- },
3286
- "name": "ForgetTimeoutConfig",
3287
- "package": "@xylabs/forget"
3288
- }
3289
- }
3290
- ],
3291
- "type": {
3292
- "type": "intrinsic",
3293
- "name": "void"
3294
- }
3295
- }
3296
- ]
3297
- },
3298
- {
3299
- "id": 48,
3300
- "name": "getApiStage",
3301
- "variant": "declaration",
3302
- "kind": 64,
3303
- "flags": {},
3304
- "sources": [
3305
- {
3306
- "fileName": "packages/api/dist/node/getApiStage.d.ts",
3307
- "line": 2,
3308
- "character": 14
3309
- }
3310
- ],
3311
- "signatures": [
3312
- {
3313
- "id": 49,
3314
- "name": "getApiStage",
3315
- "variant": "signature",
3316
- "kind": 4096,
3317
- "flags": {},
3318
- "sources": [
3319
- {
3320
- "fileName": "packages/api/dist/node/getApiStage.d.ts",
3321
- "line": 2,
3322
- "character": 27
3323
- }
3324
- ],
3325
- "parameters": [
3326
- {
3327
- "id": 50,
3328
- "name": "hostname",
3329
- "variant": "param",
3330
- "kind": 32768,
3331
- "flags": {},
3332
- "type": {
3333
- "type": "intrinsic",
3334
- "name": "string"
3335
- }
3336
- }
3337
- ],
3338
- "type": {
3339
- "type": "reference",
3340
- "target": 44,
3341
- "name": "ApiStage",
3342
- "package": "@xylabs/api"
3343
- }
3344
- }
3345
- ]
3346
- },
3347
- {
3348
- "id": 83,
3349
- "name": "isEthAddress",
3350
- "variant": "declaration",
3351
- "kind": 64,
3352
- "flags": {},
3353
- "sources": [
3354
- {
3355
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
3356
- "line": 2,
3357
- "character": 21
3358
- }
3359
- ],
3360
- "signatures": [
3361
- {
3362
- "id": 84,
3363
- "name": "isEthAddress",
3364
- "variant": "signature",
3365
- "kind": 4096,
3366
- "flags": {},
3367
- "sources": [
3368
- {
3369
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
3370
- "line": 2,
3371
- "character": 35
3372
- }
3373
- ],
3374
- "parameters": [
3375
- {
3376
- "id": 85,
3377
- "name": "obj",
3378
- "variant": "param",
3379
- "kind": 32768,
3380
- "flags": {},
3381
- "type": {
3382
- "type": "reflection",
3383
- "declaration": {
3384
- "id": 86,
3385
- "name": "__type",
3386
- "variant": "declaration",
3387
- "kind": 65536,
3388
- "flags": {},
3389
- "children": [
3390
- {
3391
- "id": 87,
3392
- "name": "type",
3393
- "variant": "declaration",
3394
- "kind": 1024,
3395
- "flags": {},
3396
- "sources": [
3397
- {
3398
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
3399
- "line": 3,
3400
- "character": 4
3401
- }
3402
- ],
3403
- "type": {
3404
- "type": "intrinsic",
3405
- "name": "string"
3406
- }
3407
- }
3408
- ],
3409
- "groups": [
3410
- {
3411
- "title": "Properties",
3412
- "children": [
3413
- 87
3414
- ]
3415
- }
3416
- ],
3417
- "sources": [
3418
- {
3419
- "fileName": "packages/eth-address/dist/node/EthAddress.d.ts",
3420
- "line": 2,
3421
- "character": 41
3422
- }
3423
- ]
3424
- }
3425
- }
3426
- }
3427
- ],
3428
- "type": {
3429
- "type": "intrinsic",
3430
- "name": "boolean"
3431
- }
3432
- }
3433
- ]
3434
- },
3435
- {
3436
- "id": 125,
3437
- "name": "padHex",
3438
- "variant": "declaration",
3439
- "kind": 64,
3440
- "flags": {},
3441
- "sources": [
3442
- {
3443
- "fileName": "packages/eth-address/dist/node/padHex.d.ts",
3444
- "line": 1,
3445
- "character": 14
3446
- }
3447
- ],
3448
- "signatures": [
3449
- {
3450
- "id": 126,
3451
- "name": "padHex",
3452
- "variant": "signature",
3453
- "kind": 4096,
3454
- "flags": {},
3455
- "sources": [
3456
- {
3457
- "fileName": "packages/eth-address/dist/node/padHex.d.ts",
3458
- "line": 1,
3459
- "character": 22
3460
- }
3461
- ],
3462
- "parameters": [
3463
- {
3464
- "id": 127,
3465
- "name": "hex",
3466
- "variant": "param",
3467
- "kind": 32768,
3468
- "flags": {},
3469
- "type": {
3470
- "type": "intrinsic",
3471
- "name": "string"
3472
- }
3473
- },
3474
- {
3475
- "id": 128,
3476
- "name": "byteCount",
3477
- "variant": "param",
3478
- "kind": 32768,
3479
- "flags": {
3480
- "isOptional": true
3481
- },
3482
- "type": {
3483
- "type": "intrinsic",
3484
- "name": "number"
3485
- }
3486
- }
3487
- ],
3488
- "type": {
3489
- "type": "intrinsic",
3490
- "name": "string"
3491
- }
3492
- }
3493
- ]
3494
- }
3495
- ],
3496
- "groups": [
3497
- {
3498
- "title": "Enumerations",
3499
- "children": [
3500
- 44
3501
- ]
3502
- },
3503
- {
3504
- "title": "Classes",
3505
- "children": [
3506
- 7,
3507
- 21,
3508
- 88,
3509
- 137,
3510
- 156
3511
- ]
3512
- },
3513
- {
3514
- "title": "Interfaces",
3515
- "children": [
3516
- 16,
3517
- 151
3518
- ]
3519
- },
3520
- {
3521
- "title": "Type Aliases",
3522
- "children": [
3523
- 56,
3524
- 51,
3525
- 1,
3526
- 4
3527
- ]
3528
- },
3529
- {
3530
- "title": "Functions",
3531
- "children": [
3532
- 62,
3533
- 76,
3534
- 79,
3535
- 129,
3536
- 133,
3537
- 48,
3538
- 83,
3539
- 125
3540
- ]
3541
- }
3542
- ],
3543
- "packageName": "@xylabs/sdk-js",
3544
- "readme": [
3545
- {
3546
- "kind": "text",
3547
- "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"
3548
- },
3549
- {
3550
- "kind": "code",
3551
- "text": "```sh\nnpm i --save @xylabs/sdk-js\n```"
3552
- },
3553
- {
3554
- "kind": "text",
3555
- "text": "\n\nUsing yarn:\n\n"
3556
- },
3557
- {
3558
- "kind": "code",
3559
- "text": "```sh\nyarn add @xylabs/sdk-js\n```"
3560
- },
3561
- {
3562
- "kind": "text",
3563
- "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"
3564
- }
3565
- ],
3566
- "symbolIdMap": {
3567
- "0": {
3568
- "sourceFileName": "src/index.ts",
3569
- "qualifiedName": ""
3570
- },
3571
- "1": {
3572
- "sourceFileName": "src/Override.ts",
3573
- "qualifiedName": "Override"
3574
- },
3575
- "2": {
3576
- "sourceFileName": "src/Override.ts",
3577
- "qualifiedName": "T1"
3578
- },
3579
- "3": {
3580
- "sourceFileName": "src/Override.ts",
3581
- "qualifiedName": "T2"
3582
- },
3583
- "4": {
3584
- "sourceFileName": "src/PartialRecord.ts",
3585
- "qualifiedName": "PartialRecord"
3586
- },
3587
- "5": {
3588
- "sourceFileName": "src/PartialRecord.ts",
3589
- "qualifiedName": "K"
3590
- },
3591
- "6": {
3592
- "sourceFileName": "src/PartialRecord.ts",
3593
- "qualifiedName": "T"
3594
- },
3595
- "7": {
3596
- "sourceFileName": "packages/api/src/ApiClient.ts",
3597
- "qualifiedName": "ApiClient"
3598
- },
3599
- "8": {
3600
- "sourceFileName": "packages/api/src/ApiClient.ts",
3601
- "qualifiedName": "ApiClient.__constructor"
3602
- },
3603
- "9": {
3604
- "sourceFileName": "packages/api/src/ApiClient.ts",
3605
- "qualifiedName": "ApiClient"
3606
- },
3607
- "10": {
3608
- "sourceFileName": "packages/api/src/ApiClient.ts",
3609
- "qualifiedName": "token"
3610
- },
3611
- "11": {
3612
- "sourceFileName": "packages/api/src/ApiClient.ts",
3613
- "qualifiedName": "stage"
3614
- },
3615
- "12": {
3616
- "sourceFileName": "packages/api/src/ApiClient.ts",
3617
- "qualifiedName": "ApiClient.token"
3618
- },
3619
- "13": {
3620
- "sourceFileName": "packages/api/src/ApiClient.ts",
3621
- "qualifiedName": "ApiClient.stage"
3622
- },
3623
- "14": {
3624
- "sourceFileName": "packages/api/src/ApiClient.ts",
3625
- "qualifiedName": "ApiClient.endPoint"
3626
- },
3627
- "15": {
3628
- "sourceFileName": "packages/api/src/ApiClient.ts",
3629
- "qualifiedName": "ApiClient.endPoint"
3630
- },
3631
- "16": {
3632
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3633
- "qualifiedName": "ApiConfig"
3634
- },
3635
- "17": {
3636
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3637
- "qualifiedName": "ApiConfig.apiDomain"
3638
- },
3639
- "18": {
3640
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3641
- "qualifiedName": "ApiConfig.apiKey"
3642
- },
3643
- "19": {
3644
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3645
- "qualifiedName": "ApiConfig.jwtToken"
3646
- },
3647
- "20": {
3648
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3649
- "qualifiedName": "ApiConfig.userid"
3650
- },
3651
- "21": {
3652
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3653
- "qualifiedName": "ApiEndpoint"
3654
- },
3655
- "22": {
3656
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3657
- "qualifiedName": "ApiEndpoint.__constructor"
3658
- },
3659
- "23": {
3660
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3661
- "qualifiedName": "ApiEndpoint"
3662
- },
3663
- "24": {
3664
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3665
- "qualifiedName": "ApiEndpoint.T"
3666
- },
3667
- "25": {
3668
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3669
- "qualifiedName": "config"
3670
- },
3671
- "26": {
3672
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3673
- "qualifiedName": "path"
3674
- },
3675
- "27": {
3676
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3677
- "qualifiedName": "ApiEndpoint._value"
3678
- },
3679
- "28": {
3680
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3681
- "qualifiedName": "ApiEndpoint.config"
3682
- },
3683
- "29": {
3684
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3685
- "qualifiedName": "ApiEndpoint.path"
3686
- },
3687
- "30": {
3688
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3689
- "qualifiedName": "ApiEndpoint.value"
3690
- },
3691
- "31": {
3692
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3693
- "qualifiedName": "ApiEndpoint.value"
3694
- },
3695
- "32": {
3696
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3697
- "qualifiedName": "ApiEndpoint.headers"
3698
- },
3699
- "33": {
3700
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3701
- "qualifiedName": "ApiEndpoint.headers"
3702
- },
3703
- "34": {
3704
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3705
- "qualifiedName": "ApiEndpoint.url"
3706
- },
3707
- "35": {
3708
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3709
- "qualifiedName": "ApiEndpoint.url"
3710
- },
3711
- "36": {
3712
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3713
- "qualifiedName": "ApiEndpoint.fetch"
3714
- },
3715
- "37": {
3716
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3717
- "qualifiedName": "ApiEndpoint.fetch"
3718
- },
3719
- "38": {
3720
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3721
- "qualifiedName": "ApiEndpoint.get"
3722
- },
3723
- "39": {
3724
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3725
- "qualifiedName": "ApiEndpoint.get"
3726
- },
3727
- "40": {
3728
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3729
- "qualifiedName": "ApiEndpoint.insert"
3730
- },
3731
- "41": {
3732
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3733
- "qualifiedName": "ApiEndpoint.insert"
3734
- },
3735
- "42": {
3736
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3737
- "qualifiedName": "value"
3738
- },
3739
- "43": {
3740
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3741
- "qualifiedName": "ApiEndpoint.T"
3742
- },
3743
- "44": {
3744
- "sourceFileName": "packages/api/src/ApiStage.ts",
3745
- "qualifiedName": "ApiStage"
3746
- },
3747
- "45": {
3748
- "sourceFileName": "packages/api/src/ApiStage.ts",
3749
- "qualifiedName": "ApiStage.Beta"
3750
- },
3751
- "46": {
3752
- "sourceFileName": "packages/api/src/ApiStage.ts",
3753
- "qualifiedName": "ApiStage.Local"
3754
- },
3755
- "47": {
3756
- "sourceFileName": "packages/api/src/ApiStage.ts",
3757
- "qualifiedName": "ApiStage.Prod"
3758
- },
3759
- "48": {
3760
- "sourceFileName": "packages/api/src/getApiStage.ts",
3761
- "qualifiedName": "getApiStage"
3762
- },
3763
- "49": {
3764
- "sourceFileName": "packages/api/src/getApiStage.ts",
3765
- "qualifiedName": "getApiStage"
3766
- },
3767
- "50": {
3768
- "sourceFileName": "packages/api/src/getApiStage.ts",
3769
- "qualifiedName": "hostname"
3770
- },
3771
- "51": {
3772
- "sourceFileName": "packages/assert/src/index.ts",
3773
- "qualifiedName": "AssertExMessageFunc"
3774
- },
3775
- "52": {
3776
- "sourceFileName": "packages/assert/src/index.ts",
3777
- "qualifiedName": "__type"
3778
- },
3779
- "53": {
3780
- "sourceFileName": "packages/assert/src/index.ts",
3781
- "qualifiedName": "__type"
3782
- },
3783
- "54": {
3784
- "sourceFileName": "packages/assert/src/index.ts",
3785
- "qualifiedName": "value"
3786
- },
3787
- "55": {
3788
- "sourceFileName": "packages/assert/src/index.ts",
3789
- "qualifiedName": "T"
3790
- },
3791
- "56": {
3792
- "sourceFileName": "packages/assert/src/index.ts",
3793
- "qualifiedName": "AssertExErrorFunc"
3794
- },
3795
- "57": {
3796
- "sourceFileName": "packages/assert/src/index.ts",
3797
- "qualifiedName": "__type"
3798
- },
3799
- "58": {
3800
- "sourceFileName": "packages/assert/src/index.ts",
3801
- "qualifiedName": "__type"
3802
- },
3803
- "59": {
3804
- "sourceFileName": "packages/assert/src/index.ts",
3805
- "qualifiedName": "value"
3806
- },
3807
- "60": {
3808
- "sourceFileName": "packages/assert/src/index.ts",
3809
- "qualifiedName": "T"
3810
- },
3811
- "61": {
3812
- "sourceFileName": "packages/assert/src/index.ts",
3813
- "qualifiedName": "R"
3814
- },
3815
- "62": {
3816
- "sourceFileName": "packages/assert/src/index.ts",
3817
- "qualifiedName": "assertEx"
3818
- },
3819
- "63": {
3820
- "sourceFileName": "packages/assert/src/index.ts",
3821
- "qualifiedName": "assertEx"
3822
- },
3823
- "64": {
3824
- "sourceFileName": "packages/assert/src/index.ts",
3825
- "qualifiedName": "T"
3826
- },
3827
- "65": {
3828
- "sourceFileName": "packages/assert/src/index.ts",
3829
- "qualifiedName": "expr"
3830
- },
3831
- "66": {
3832
- "sourceFileName": "packages/assert/src/index.ts",
3833
- "qualifiedName": "message"
3834
- },
3835
- "67": {
3836
- "sourceFileName": "packages/assert/src/index.ts",
3837
- "qualifiedName": "assertEx"
3838
- },
3839
- "68": {
3840
- "sourceFileName": "packages/assert/src/index.ts",
3841
- "qualifiedName": "T"
3842
- },
3843
- "69": {
3844
- "sourceFileName": "packages/assert/src/index.ts",
3845
- "qualifiedName": "expr"
3846
- },
3847
- "70": {
3848
- "sourceFileName": "packages/assert/src/index.ts",
3849
- "qualifiedName": "messageFunc"
3850
- },
3851
- "71": {
3852
- "sourceFileName": "packages/assert/src/index.ts",
3853
- "qualifiedName": "assertEx"
3854
- },
3855
- "72": {
3856
- "sourceFileName": "packages/assert/src/index.ts",
3857
- "qualifiedName": "T"
3858
- },
3859
- "73": {
3860
- "sourceFileName": "packages/assert/src/index.ts",
3861
- "qualifiedName": "R"
3862
- },
3863
- "74": {
3864
- "sourceFileName": "packages/assert/src/index.ts",
3865
- "qualifiedName": "expr"
3866
- },
3867
- "75": {
3868
- "sourceFileName": "packages/assert/src/index.ts",
3869
- "qualifiedName": "errorFunc"
3870
- },
3871
- "76": {
3872
- "sourceFileName": "packages/delay/src/delay.ts",
3873
- "qualifiedName": "delay"
3874
- },
3875
- "77": {
3876
- "sourceFileName": "packages/delay/src/delay.ts",
3877
- "qualifiedName": "delay"
3878
- },
3879
- "78": {
3880
- "sourceFileName": "packages/delay/src/delay.ts",
3881
- "qualifiedName": "ms"
3882
- },
3883
- "79": {
3884
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3885
- "qualifiedName": "ellipsize"
3886
- },
3887
- "80": {
3888
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3889
- "qualifiedName": "ellipsize"
3890
- },
3891
- "81": {
3892
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3893
- "qualifiedName": "value"
3894
- },
3895
- "82": {
3896
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3897
- "qualifiedName": "length"
3898
- },
3899
- "83": {
3900
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3901
- "qualifiedName": "isEthAddress"
3902
- },
3903
- "84": {
3904
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3905
- "qualifiedName": "isEthAddress"
3906
- },
3907
- "85": {
3908
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3909
- "qualifiedName": "obj"
3910
- },
3911
- "86": {
3912
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3913
- "qualifiedName": "__type"
3914
- },
3915
- "87": {
3916
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3917
- "qualifiedName": "__type.type"
3918
- },
3919
- "88": {
3920
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3921
- "qualifiedName": "EthAddress"
3922
- },
3923
- "89": {
3924
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3925
- "qualifiedName": "EthAddress.type"
3926
- },
3927
- "90": {
3928
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3929
- "qualifiedName": "EthAddress.fromString"
3930
- },
3931
- "91": {
3932
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3933
- "qualifiedName": "EthAddress.fromString"
3934
- },
3935
- "92": {
3936
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3937
- "qualifiedName": "value"
3938
- },
3939
- "93": {
3940
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3941
- "qualifiedName": "base"
3942
- },
3943
- "94": {
3944
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3945
- "qualifiedName": "EthAddress.parse"
3946
- },
3947
- "95": {
3948
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3949
- "qualifiedName": "EthAddress.parse"
3950
- },
3951
- "96": {
3952
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3953
- "qualifiedName": "value"
3954
- },
3955
- "97": {
3956
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3957
- "qualifiedName": "base"
3958
- },
3959
- "98": {
3960
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3961
- "qualifiedName": "EthAddress.validate"
3962
- },
3963
- "99": {
3964
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3965
- "qualifiedName": "EthAddress.validate"
3966
- },
3967
- "100": {
3968
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3969
- "qualifiedName": "address"
3970
- },
3971
- "101": {
3972
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3973
- "qualifiedName": "EthAddress.__constructor"
3974
- },
3975
- "102": {
3976
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3977
- "qualifiedName": "EthAddress"
3978
- },
3979
- "103": {
3980
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3981
- "qualifiedName": "EthAddress.type"
3982
- },
3983
- "104": {
3984
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3985
- "qualifiedName": "EthAddress.address"
3986
- },
3987
- "105": {
3988
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3989
- "qualifiedName": "EthAddress.equals"
3990
- },
3991
- "106": {
3992
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3993
- "qualifiedName": "EthAddress.equals"
3994
- },
3995
- "107": {
3996
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3997
- "qualifiedName": "address"
3998
- },
3999
- "108": {
4000
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4001
- "qualifiedName": "EthAddress.toBigNumber"
4002
- },
4003
- "109": {
4004
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4005
- "qualifiedName": "EthAddress.toBigNumber"
4006
- },
4007
- "110": {
4008
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4009
- "qualifiedName": "EthAddress.toHex"
4010
- },
4011
- "111": {
4012
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4013
- "qualifiedName": "EthAddress.toHex"
4014
- },
4015
- "112": {
4016
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4017
- "qualifiedName": "EthAddress.toJSON"
4018
- },
4019
- "113": {
4020
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4021
- "qualifiedName": "EthAddress.toJSON"
4022
- },
4023
- "114": {
4024
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4025
- "qualifiedName": "EthAddress.toLowerCaseString"
4026
- },
4027
- "115": {
4028
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4029
- "qualifiedName": "EthAddress.toLowerCaseString"
4030
- },
4031
- "116": {
4032
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4033
- "qualifiedName": "EthAddress.toShortString"
4034
- },
4035
- "117": {
4036
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4037
- "qualifiedName": "EthAddress.toShortString"
4038
- },
4039
- "118": {
4040
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4041
- "qualifiedName": "length"
4042
- },
4043
- "119": {
4044
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4045
- "qualifiedName": "EthAddress.toString"
4046
- },
4047
- "120": {
4048
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4049
- "qualifiedName": "EthAddress.toString"
4050
- },
4051
- "121": {
4052
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4053
- "qualifiedName": "checksum"
4054
- },
4055
- "122": {
4056
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4057
- "qualifiedName": "chainId"
4058
- },
4059
- "123": {
4060
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4061
- "qualifiedName": "EthAddress.validate"
4062
- },
4063
- "124": {
4064
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
4065
- "qualifiedName": "EthAddress.validate"
4066
- },
4067
- "125": {
4068
- "sourceFileName": "packages/eth-address/src/padHex.ts",
4069
- "qualifiedName": "padHex"
4070
- },
4071
- "126": {
4072
- "sourceFileName": "packages/eth-address/src/padHex.ts",
4073
- "qualifiedName": "padHex"
4074
- },
4075
- "127": {
4076
- "sourceFileName": "packages/eth-address/src/padHex.ts",
4077
- "qualifiedName": "hex"
4078
- },
4079
- "128": {
4080
- "sourceFileName": "packages/eth-address/src/padHex.ts",
4081
- "qualifiedName": "byteCount"
4082
- },
4083
- "129": {
4084
- "sourceFileName": "packages/exists/src/index.ts",
4085
- "qualifiedName": "exists"
4086
- },
4087
- "130": {
4088
- "sourceFileName": "packages/exists/src/index.ts",
4089
- "qualifiedName": "exists"
4090
- },
4091
- "131": {
4092
- "sourceFileName": "packages/exists/src/index.ts",
4093
- "qualifiedName": "T"
4094
- },
4095
- "132": {
4096
- "sourceFileName": "packages/exists/src/index.ts",
4097
- "qualifiedName": "x"
4098
- },
4099
- "133": {
4100
- "sourceFileName": "packages/forget/src/forget.ts",
4101
- "qualifiedName": "forget"
4102
- },
4103
- "134": {
4104
- "sourceFileName": "packages/forget/src/forget.ts",
4105
- "qualifiedName": "forget"
4106
- },
4107
- "135": {
4108
- "sourceFileName": "packages/forget/src/forget.ts",
4109
- "qualifiedName": "promise"
4110
- },
4111
- "136": {
4112
- "sourceFileName": "packages/forget/src/forget.ts",
4113
- "qualifiedName": "timeout"
4114
- },
4115
- "137": {
4116
- "sourceFileName": "packages/forget/src/forget.ts",
4117
- "qualifiedName": "ForgetPromise"
4118
- },
4119
- "138": {
4120
- "sourceFileName": "packages/forget/src/forget.ts",
4121
- "qualifiedName": "ForgetPromise.activeForgets"
4122
- },
4123
- "139": {
4124
- "sourceFileName": "packages/forget/src/forget.ts",
4125
- "qualifiedName": "ForgetPromise.active"
4126
- },
4127
- "140": {
4128
- "sourceFileName": "packages/forget/src/forget.ts",
4129
- "qualifiedName": "ForgetPromise.active"
4130
- },
4131
- "141": {
4132
- "sourceFileName": "packages/forget/src/forget.ts",
4133
- "qualifiedName": "ForgetPromise.awaitInactive"
4134
- },
4135
- "142": {
4136
- "sourceFileName": "packages/forget/src/forget.ts",
4137
- "qualifiedName": "ForgetPromise.awaitInactive"
4138
- },
4139
- "143": {
4140
- "sourceFileName": "packages/forget/src/forget.ts",
4141
- "qualifiedName": "interval"
4142
- },
4143
- "144": {
4144
- "sourceFileName": "packages/forget/src/forget.ts",
4145
- "qualifiedName": "timeout"
4146
- },
4147
- "145": {
4148
- "sourceFileName": "packages/forget/src/forget.ts",
4149
- "qualifiedName": "ForgetPromise.forget"
4150
- },
4151
- "146": {
4152
- "sourceFileName": "packages/forget/src/forget.ts",
4153
- "qualifiedName": "ForgetPromise.forget"
4154
- },
4155
- "147": {
4156
- "sourceFileName": "packages/forget/src/forget.ts",
4157
- "qualifiedName": "promise"
4158
- },
4159
- "148": {
4160
- "sourceFileName": "packages/forget/src/forget.ts",
4161
- "qualifiedName": "timeout"
4162
- },
4163
- "151": {
4164
- "sourceFileName": "packages/log/src/Log.ts",
4165
- "qualifiedName": "LogConfig"
4166
- },
4167
- "152": {
4168
- "sourceFileName": "packages/log/src/Log.ts",
4169
- "qualifiedName": "LogConfig.commitHash"
4170
- },
4171
- "153": {
4172
- "sourceFileName": "packages/log/src/Log.ts",
4173
- "qualifiedName": "LogConfig.devMode"
4174
- },
4175
- "154": {
4176
- "sourceFileName": "packages/log/src/Log.ts",
4177
- "qualifiedName": "LogConfig.payload"
4178
- },
4179
- "155": {
4180
- "sourceFileName": "packages/log/src/Log.ts",
4181
- "qualifiedName": "LogConfig.rollbarToken"
4182
- },
4183
- "156": {
4184
- "sourceFileName": "packages/log/src/Log.ts",
4185
- "qualifiedName": "Log"
4186
- },
4187
- "157": {
4188
- "sourceFileName": "packages/log/src/Log.ts",
4189
- "qualifiedName": "Log.__constructor"
4190
- },
4191
- "158": {
4192
- "sourceFileName": "packages/log/src/Log.ts",
4193
- "qualifiedName": "Log"
4194
- },
4195
- "159": {
4196
- "sourceFileName": "packages/log/src/Log.ts",
4197
- "qualifiedName": "config"
4198
- },
4199
- "160": {
4200
- "sourceFileName": "packages/log/src/Log.ts",
4201
- "qualifiedName": "Log.devMode"
4202
- },
4203
- "161": {
4204
- "sourceFileName": "packages/log/src/Log.ts",
4205
- "qualifiedName": "Log.rollbar"
4206
- },
4207
- "162": {
4208
- "sourceFileName": "packages/log/src/Log.ts",
4209
- "qualifiedName": "Log.debug"
4210
- },
4211
- "163": {
4212
- "sourceFileName": "packages/log/src/Log.ts",
4213
- "qualifiedName": "Log.debug"
4214
- },
4215
- "164": {
4216
- "sourceFileName": "packages/log/src/Log.ts",
4217
- "qualifiedName": "params"
4218
- },
4219
- "165": {
4220
- "sourceFileName": "packages/log/src/Log.ts",
4221
- "qualifiedName": "Log.error"
4222
- },
4223
- "166": {
4224
- "sourceFileName": "packages/log/src/Log.ts",
4225
- "qualifiedName": "Log.error"
4226
- },
4227
- "167": {
4228
- "sourceFileName": "packages/log/src/Log.ts",
4229
- "qualifiedName": "params"
4230
- },
4231
- "168": {
4232
- "sourceFileName": "packages/log/src/Log.ts",
4233
- "qualifiedName": "Log.info"
4234
- },
4235
- "169": {
4236
- "sourceFileName": "packages/log/src/Log.ts",
4237
- "qualifiedName": "Log.info"
4238
- },
4239
- "170": {
4240
- "sourceFileName": "packages/log/src/Log.ts",
4241
- "qualifiedName": "params"
4242
- },
4243
- "171": {
4244
- "sourceFileName": "packages/log/src/Log.ts",
4245
- "qualifiedName": "Log.log"
4246
- },
4247
- "172": {
4248
- "sourceFileName": "packages/log/src/Log.ts",
4249
- "qualifiedName": "Log.log"
4250
- },
4251
- "173": {
4252
- "sourceFileName": "packages/log/src/Log.ts",
4253
- "qualifiedName": "params"
4254
- },
4255
- "174": {
4256
- "sourceFileName": "packages/log/src/Log.ts",
4257
- "qualifiedName": "Log.warn"
4258
- },
4259
- "175": {
4260
- "sourceFileName": "packages/log/src/Log.ts",
4261
- "qualifiedName": "Log.warn"
4262
- },
4263
- "176": {
4264
- "sourceFileName": "packages/log/src/Log.ts",
4265
- "qualifiedName": "params"
4266
- }
4267
- }
4268
- }