@xylabs/sdk-js 2.9.2 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/Override.d.mts +3 -0
  2. package/dist/Override.d.ts +3 -0
  3. package/dist/Override.js +19 -0
  4. package/dist/Override.js.map +1 -0
  5. package/dist/Override.mjs +1 -0
  6. package/dist/Override.mjs.map +1 -0
  7. package/dist/PartialRecord.d.mts +6 -0
  8. package/dist/PartialRecord.d.ts +6 -0
  9. package/dist/PartialRecord.js +19 -0
  10. package/dist/PartialRecord.js.map +1 -0
  11. package/dist/PartialRecord.mjs +1 -0
  12. package/dist/PartialRecord.mjs.map +1 -0
  13. package/dist/{types/index.d.ts → index.d.mts} +2 -3
  14. package/dist/{esm/index.js → index.d.ts} +2 -3
  15. package/dist/index.js +39 -0
  16. package/dist/index.js.map +1 -0
  17. package/dist/index.mjs +10 -0
  18. package/dist/index.mjs.map +1 -0
  19. package/package.json +54 -37
  20. package/tsup.config.ts +14 -0
  21. package/cspell.json +0 -13
  22. package/dist/cjs/Override.js +0 -3
  23. package/dist/cjs/Override.js.map +0 -1
  24. package/dist/cjs/PartialRecord.js +0 -4
  25. package/dist/cjs/PartialRecord.js.map +0 -1
  26. package/dist/cjs/index.js +0 -14
  27. package/dist/cjs/index.js.map +0 -1
  28. package/dist/docs.json +0 -4127
  29. package/dist/esm/Override.js +0 -2
  30. package/dist/esm/Override.js.map +0 -1
  31. package/dist/esm/PartialRecord.js +0 -3
  32. package/dist/esm/PartialRecord.js.map +0 -1
  33. package/dist/esm/index.js.map +0 -1
  34. package/dist/types/Override.d.ts +0 -3
  35. package/dist/types/Override.d.ts.map +0 -1
  36. package/dist/types/PartialRecord.d.ts +0 -5
  37. package/dist/types/PartialRecord.d.ts.map +0 -1
  38. package/dist/types/index.d.ts.map +0 -1
  39. package/docs/assets/highlight.css +0 -71
  40. package/docs/assets/main.js +0 -58
  41. package/docs/assets/search.js +0 -1
  42. package/docs/assets/style.css +0 -1367
  43. package/docs/classes/ApiClient.html +0 -128
  44. package/docs/classes/ApiEndpoint.html +0 -205
  45. package/docs/classes/EthAddress.html +0 -232
  46. package/docs/classes/ForgetPromise.html +0 -151
  47. package/docs/classes/Log.html +0 -191
  48. package/docs/enums/ApiStage.html +0 -94
  49. package/docs/functions/assertEx.html +0 -124
  50. package/docs/functions/delay.html +0 -69
  51. package/docs/functions/ellipsize.html +0 -71
  52. package/docs/functions/exists.html +0 -85
  53. package/docs/functions/forget.html +0 -71
  54. package/docs/functions/getApiStage.html +0 -69
  55. package/docs/functions/isEthAddress.html +0 -72
  56. package/docs/functions/padHex.html +0 -71
  57. package/docs/index.html +0 -99
  58. package/docs/interfaces/ApiConfig.html +0 -105
  59. package/docs/interfaces/LogConfig.html +0 -105
  60. package/docs/modules.html +0 -92
  61. package/docs/types/AssertExErrorFunc.html +0 -80
  62. package/docs/types/AssertExMessageFunc.html +0 -78
  63. package/docs/types/Override.html +0 -67
  64. package/docs/types/PartialRecord.html +0 -70
package/dist/docs.json DELETED
@@ -1,4127 +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/types/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/types/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/types/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/types/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/types/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/types/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/types/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/types/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/types/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/types/ApiClient.d.ts",
250
- "line": 6,
251
- "character": 4
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/types/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/types/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/types/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/types/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/types/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/types/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/types/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/types/ApiEndpoint.d.ts",
462
- "line": 8,
463
- "character": 4
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/types/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/types/ApiEndpoint.d.ts",
496
- "line": 9,
497
- "character": 4
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/types/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/types/ApiEndpoint.d.ts",
528
- "line": 7,
529
- "character": 4
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/types/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/types/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/types/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/types/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/types/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/types/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/types/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": 98,
786
- "name": "constructor",
787
- "variant": "declaration",
788
- "kind": 512,
789
- "flags": {
790
- "isPrivate": true
791
- },
792
- "sources": [
793
- {
794
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
795
- "line": 10,
796
- "character": 4
797
- }
798
- ],
799
- "signatures": [
800
- {
801
- "id": 99,
802
- "name": "new EthAddress",
803
- "variant": "signature",
804
- "kind": 16384,
805
- "flags": {},
806
- "sources": [
807
- {
808
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
809
- "line": 10,
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": 101,
824
- "name": "address",
825
- "variant": "declaration",
826
- "kind": 1024,
827
- "flags": {
828
- "isPrivate": true
829
- },
830
- "sources": [
831
- {
832
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
833
- "line": 9,
834
- "character": 12
835
- }
836
- ],
837
- "type": {
838
- "type": "intrinsic",
839
- "name": "any"
840
- }
841
- },
842
- {
843
- "id": 100,
844
- "name": "type",
845
- "variant": "declaration",
846
- "kind": 1024,
847
- "flags": {},
848
- "sources": [
849
- {
850
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
851
- "line": 8,
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/types/EthAddress.d.ts",
871
- "line": 7,
872
- "character": 11
873
- }
874
- ],
875
- "type": {
876
- "type": "intrinsic",
877
- "name": "string"
878
- }
879
- },
880
- {
881
- "id": 102,
882
- "name": "equals",
883
- "variant": "declaration",
884
- "kind": 2048,
885
- "flags": {},
886
- "sources": [
887
- {
888
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
889
- "line": 13,
890
- "character": 4
891
- }
892
- ],
893
- "signatures": [
894
- {
895
- "id": 103,
896
- "name": "equals",
897
- "variant": "signature",
898
- "kind": 4096,
899
- "flags": {},
900
- "sources": [
901
- {
902
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
903
- "line": 13,
904
- "character": 4
905
- }
906
- ],
907
- "parameters": [
908
- {
909
- "id": 104,
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": 105,
946
- "name": "toBigNumber",
947
- "variant": "declaration",
948
- "kind": 2048,
949
- "flags": {},
950
- "sources": [
951
- {
952
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
953
- "line": 14,
954
- "character": 4
955
- }
956
- ],
957
- "signatures": [
958
- {
959
- "id": 106,
960
- "name": "toBigNumber",
961
- "variant": "signature",
962
- "kind": 4096,
963
- "flags": {},
964
- "sources": [
965
- {
966
- "fileName": "packages/eth-address/dist/types/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": 107,
985
- "name": "toHex",
986
- "variant": "declaration",
987
- "kind": 2048,
988
- "flags": {},
989
- "sources": [
990
- {
991
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
992
- "line": 15,
993
- "character": 4
994
- }
995
- ],
996
- "signatures": [
997
- {
998
- "id": 108,
999
- "name": "toHex",
1000
- "variant": "signature",
1001
- "kind": 4096,
1002
- "flags": {},
1003
- "sources": [
1004
- {
1005
- "fileName": "packages/eth-address/dist/types/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": 109,
1019
- "name": "toJSON",
1020
- "variant": "declaration",
1021
- "kind": 2048,
1022
- "flags": {},
1023
- "sources": [
1024
- {
1025
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1026
- "line": 16,
1027
- "character": 4
1028
- }
1029
- ],
1030
- "signatures": [
1031
- {
1032
- "id": 110,
1033
- "name": "toJSON",
1034
- "variant": "signature",
1035
- "kind": 4096,
1036
- "flags": {},
1037
- "sources": [
1038
- {
1039
- "fileName": "packages/eth-address/dist/types/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": 111,
1053
- "name": "toLowerCaseString",
1054
- "variant": "declaration",
1055
- "kind": 2048,
1056
- "flags": {},
1057
- "sources": [
1058
- {
1059
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1060
- "line": 17,
1061
- "character": 4
1062
- }
1063
- ],
1064
- "signatures": [
1065
- {
1066
- "id": 112,
1067
- "name": "toLowerCaseString",
1068
- "variant": "signature",
1069
- "kind": 4096,
1070
- "flags": {},
1071
- "sources": [
1072
- {
1073
- "fileName": "packages/eth-address/dist/types/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": 113,
1087
- "name": "toShortString",
1088
- "variant": "declaration",
1089
- "kind": 2048,
1090
- "flags": {},
1091
- "sources": [
1092
- {
1093
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1094
- "line": 18,
1095
- "character": 4
1096
- }
1097
- ],
1098
- "signatures": [
1099
- {
1100
- "id": 114,
1101
- "name": "toShortString",
1102
- "variant": "signature",
1103
- "kind": 4096,
1104
- "flags": {},
1105
- "sources": [
1106
- {
1107
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1108
- "line": 18,
1109
- "character": 4
1110
- }
1111
- ],
1112
- "parameters": [
1113
- {
1114
- "id": 115,
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": 116,
1136
- "name": "toString",
1137
- "variant": "declaration",
1138
- "kind": 2048,
1139
- "flags": {},
1140
- "sources": [
1141
- {
1142
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1143
- "line": 19,
1144
- "character": 4
1145
- }
1146
- ],
1147
- "signatures": [
1148
- {
1149
- "id": 117,
1150
- "name": "toString",
1151
- "variant": "signature",
1152
- "kind": 4096,
1153
- "flags": {},
1154
- "sources": [
1155
- {
1156
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1157
- "line": 19,
1158
- "character": 4
1159
- }
1160
- ],
1161
- "type": {
1162
- "type": "intrinsic",
1163
- "name": "string"
1164
- }
1165
- }
1166
- ]
1167
- },
1168
- {
1169
- "id": 90,
1170
- "name": "fromString",
1171
- "variant": "declaration",
1172
- "kind": 2048,
1173
- "flags": {
1174
- "isStatic": true
1175
- },
1176
- "sources": [
1177
- {
1178
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1179
- "line": 11,
1180
- "character": 11
1181
- }
1182
- ],
1183
- "signatures": [
1184
- {
1185
- "id": 91,
1186
- "name": "fromString",
1187
- "variant": "signature",
1188
- "kind": 4096,
1189
- "flags": {},
1190
- "sources": [
1191
- {
1192
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1193
- "line": 11,
1194
- "character": 4
1195
- }
1196
- ],
1197
- "parameters": [
1198
- {
1199
- "id": 92,
1200
- "name": "value",
1201
- "variant": "param",
1202
- "kind": 32768,
1203
- "flags": {
1204
- "isOptional": true
1205
- },
1206
- "type": {
1207
- "type": "intrinsic",
1208
- "name": "string"
1209
- }
1210
- },
1211
- {
1212
- "id": 93,
1213
- "name": "base",
1214
- "variant": "param",
1215
- "kind": 32768,
1216
- "flags": {
1217
- "isOptional": true
1218
- },
1219
- "type": {
1220
- "type": "intrinsic",
1221
- "name": "number"
1222
- }
1223
- }
1224
- ],
1225
- "type": {
1226
- "type": "union",
1227
- "types": [
1228
- {
1229
- "type": "intrinsic",
1230
- "name": "undefined"
1231
- },
1232
- {
1233
- "type": "reference",
1234
- "target": 88,
1235
- "name": "EthAddress",
1236
- "package": "@xylabs/eth-address"
1237
- }
1238
- ]
1239
- }
1240
- }
1241
- ]
1242
- },
1243
- {
1244
- "id": 94,
1245
- "name": "parse",
1246
- "variant": "declaration",
1247
- "kind": 2048,
1248
- "flags": {
1249
- "isStatic": true
1250
- },
1251
- "sources": [
1252
- {
1253
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1254
- "line": 12,
1255
- "character": 11
1256
- }
1257
- ],
1258
- "signatures": [
1259
- {
1260
- "id": 95,
1261
- "name": "parse",
1262
- "variant": "signature",
1263
- "kind": 4096,
1264
- "flags": {},
1265
- "sources": [
1266
- {
1267
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1268
- "line": 12,
1269
- "character": 4
1270
- }
1271
- ],
1272
- "parameters": [
1273
- {
1274
- "id": 96,
1275
- "name": "value",
1276
- "variant": "param",
1277
- "kind": 32768,
1278
- "flags": {},
1279
- "type": {
1280
- "type": "intrinsic",
1281
- "name": "unknown"
1282
- }
1283
- },
1284
- {
1285
- "id": 97,
1286
- "name": "base",
1287
- "variant": "param",
1288
- "kind": 32768,
1289
- "flags": {
1290
- "isOptional": true
1291
- },
1292
- "type": {
1293
- "type": "intrinsic",
1294
- "name": "number"
1295
- }
1296
- }
1297
- ],
1298
- "type": {
1299
- "type": "union",
1300
- "types": [
1301
- {
1302
- "type": "intrinsic",
1303
- "name": "undefined"
1304
- },
1305
- {
1306
- "type": "reference",
1307
- "target": 88,
1308
- "name": "EthAddress",
1309
- "package": "@xylabs/eth-address"
1310
- }
1311
- ]
1312
- }
1313
- }
1314
- ]
1315
- }
1316
- ],
1317
- "groups": [
1318
- {
1319
- "title": "Constructors",
1320
- "children": [
1321
- 98
1322
- ]
1323
- },
1324
- {
1325
- "title": "Properties",
1326
- "children": [
1327
- 101,
1328
- 100,
1329
- 89
1330
- ]
1331
- },
1332
- {
1333
- "title": "Methods",
1334
- "children": [
1335
- 102,
1336
- 105,
1337
- 107,
1338
- 109,
1339
- 111,
1340
- 113,
1341
- 116,
1342
- 90,
1343
- 94
1344
- ]
1345
- }
1346
- ],
1347
- "sources": [
1348
- {
1349
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
1350
- "line": 6,
1351
- "character": 21
1352
- }
1353
- ]
1354
- },
1355
- {
1356
- "id": 130,
1357
- "name": "ForgetPromise",
1358
- "variant": "declaration",
1359
- "kind": 128,
1360
- "flags": {},
1361
- "children": [
1362
- {
1363
- "id": 142,
1364
- "name": "constructor",
1365
- "variant": "declaration",
1366
- "kind": 512,
1367
- "flags": {},
1368
- "signatures": [
1369
- {
1370
- "id": 143,
1371
- "name": "new ForgetPromise",
1372
- "variant": "signature",
1373
- "kind": 16384,
1374
- "flags": {},
1375
- "type": {
1376
- "type": "reference",
1377
- "target": 130,
1378
- "name": "ForgetPromise",
1379
- "package": "@xylabs/forget"
1380
- }
1381
- }
1382
- ]
1383
- },
1384
- {
1385
- "id": 131,
1386
- "name": "activeForgets",
1387
- "variant": "declaration",
1388
- "kind": 1024,
1389
- "flags": {
1390
- "isStatic": true
1391
- },
1392
- "sources": [
1393
- {
1394
- "fileName": "packages/forget/dist/types/forget.d.ts",
1395
- "line": 6,
1396
- "character": 11
1397
- }
1398
- ],
1399
- "type": {
1400
- "type": "intrinsic",
1401
- "name": "number"
1402
- }
1403
- },
1404
- {
1405
- "id": 132,
1406
- "name": "active",
1407
- "variant": "declaration",
1408
- "kind": 262144,
1409
- "flags": {
1410
- "isStatic": true
1411
- },
1412
- "sources": [
1413
- {
1414
- "fileName": "packages/forget/dist/types/forget.d.ts",
1415
- "line": 7,
1416
- "character": 15
1417
- }
1418
- ],
1419
- "getSignature": {
1420
- "id": 133,
1421
- "name": "active",
1422
- "variant": "signature",
1423
- "kind": 524288,
1424
- "flags": {},
1425
- "sources": [
1426
- {
1427
- "fileName": "packages/forget/dist/types/forget.d.ts",
1428
- "line": 7,
1429
- "character": 4
1430
- }
1431
- ],
1432
- "type": {
1433
- "type": "intrinsic",
1434
- "name": "boolean"
1435
- }
1436
- }
1437
- },
1438
- {
1439
- "id": 134,
1440
- "name": "awaitInactive",
1441
- "variant": "declaration",
1442
- "kind": 2048,
1443
- "flags": {
1444
- "isStatic": true
1445
- },
1446
- "sources": [
1447
- {
1448
- "fileName": "packages/forget/dist/types/forget.d.ts",
1449
- "line": 8,
1450
- "character": 11
1451
- }
1452
- ],
1453
- "signatures": [
1454
- {
1455
- "id": 135,
1456
- "name": "awaitInactive",
1457
- "variant": "signature",
1458
- "kind": 4096,
1459
- "flags": {},
1460
- "sources": [
1461
- {
1462
- "fileName": "packages/forget/dist/types/forget.d.ts",
1463
- "line": 8,
1464
- "character": 4
1465
- }
1466
- ],
1467
- "parameters": [
1468
- {
1469
- "id": 136,
1470
- "name": "interval",
1471
- "variant": "param",
1472
- "kind": 32768,
1473
- "flags": {
1474
- "isOptional": true
1475
- },
1476
- "type": {
1477
- "type": "intrinsic",
1478
- "name": "number"
1479
- }
1480
- },
1481
- {
1482
- "id": 137,
1483
- "name": "timeout",
1484
- "variant": "param",
1485
- "kind": 32768,
1486
- "flags": {
1487
- "isOptional": true
1488
- },
1489
- "type": {
1490
- "type": "intrinsic",
1491
- "name": "number"
1492
- }
1493
- }
1494
- ],
1495
- "type": {
1496
- "type": "reference",
1497
- "target": {
1498
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1499
- "qualifiedName": "Promise"
1500
- },
1501
- "typeArguments": [
1502
- {
1503
- "type": "intrinsic",
1504
- "name": "number"
1505
- }
1506
- ],
1507
- "name": "Promise",
1508
- "package": "typescript"
1509
- }
1510
- }
1511
- ]
1512
- },
1513
- {
1514
- "id": 138,
1515
- "name": "forget",
1516
- "variant": "declaration",
1517
- "kind": 2048,
1518
- "flags": {
1519
- "isStatic": true
1520
- },
1521
- "sources": [
1522
- {
1523
- "fileName": "packages/forget/dist/types/forget.d.ts",
1524
- "line": 9,
1525
- "character": 11
1526
- }
1527
- ],
1528
- "signatures": [
1529
- {
1530
- "id": 139,
1531
- "name": "forget",
1532
- "variant": "signature",
1533
- "kind": 4096,
1534
- "flags": {},
1535
- "sources": [
1536
- {
1537
- "fileName": "packages/forget/dist/types/forget.d.ts",
1538
- "line": 9,
1539
- "character": 4
1540
- }
1541
- ],
1542
- "parameters": [
1543
- {
1544
- "id": 140,
1545
- "name": "promise",
1546
- "variant": "param",
1547
- "kind": 32768,
1548
- "flags": {},
1549
- "type": {
1550
- "type": "reference",
1551
- "target": {
1552
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1553
- "qualifiedName": "Promise"
1554
- },
1555
- "typeArguments": [
1556
- {
1557
- "type": "intrinsic",
1558
- "name": "unknown"
1559
- }
1560
- ],
1561
- "name": "Promise",
1562
- "package": "typescript"
1563
- }
1564
- },
1565
- {
1566
- "id": 141,
1567
- "name": "timeout",
1568
- "variant": "param",
1569
- "kind": 32768,
1570
- "flags": {
1571
- "isOptional": true
1572
- },
1573
- "type": {
1574
- "type": "reference",
1575
- "target": {
1576
- "sourceFileName": "packages/forget/src/forget.ts",
1577
- "qualifiedName": "ForgetTimeoutConfig"
1578
- },
1579
- "name": "ForgetTimeoutConfig",
1580
- "package": "@xylabs/forget"
1581
- }
1582
- }
1583
- ],
1584
- "type": {
1585
- "type": "intrinsic",
1586
- "name": "void"
1587
- }
1588
- }
1589
- ]
1590
- }
1591
- ],
1592
- "groups": [
1593
- {
1594
- "title": "Constructors",
1595
- "children": [
1596
- 142
1597
- ]
1598
- },
1599
- {
1600
- "title": "Properties",
1601
- "children": [
1602
- 131
1603
- ]
1604
- },
1605
- {
1606
- "title": "Accessors",
1607
- "children": [
1608
- 132
1609
- ]
1610
- },
1611
- {
1612
- "title": "Methods",
1613
- "children": [
1614
- 134,
1615
- 138
1616
- ]
1617
- }
1618
- ],
1619
- "sources": [
1620
- {
1621
- "fileName": "packages/forget/dist/types/forget.d.ts",
1622
- "line": 5,
1623
- "character": 21
1624
- }
1625
- ]
1626
- },
1627
- {
1628
- "id": 149,
1629
- "name": "Log",
1630
- "variant": "declaration",
1631
- "kind": 128,
1632
- "flags": {},
1633
- "children": [
1634
- {
1635
- "id": 150,
1636
- "name": "constructor",
1637
- "variant": "declaration",
1638
- "kind": 512,
1639
- "flags": {},
1640
- "sources": [
1641
- {
1642
- "fileName": "packages/log/dist/types/Log.d.ts",
1643
- "line": 10,
1644
- "character": 4
1645
- }
1646
- ],
1647
- "signatures": [
1648
- {
1649
- "id": 151,
1650
- "name": "new Log",
1651
- "variant": "signature",
1652
- "kind": 16384,
1653
- "flags": {},
1654
- "sources": [
1655
- {
1656
- "fileName": "packages/log/dist/types/Log.d.ts",
1657
- "line": 10,
1658
- "character": 4
1659
- }
1660
- ],
1661
- "parameters": [
1662
- {
1663
- "id": 152,
1664
- "name": "config",
1665
- "variant": "param",
1666
- "kind": 32768,
1667
- "flags": {},
1668
- "type": {
1669
- "type": "reference",
1670
- "target": 144,
1671
- "name": "LogConfig",
1672
- "package": "@xylabs/log"
1673
- }
1674
- }
1675
- ],
1676
- "type": {
1677
- "type": "reference",
1678
- "target": 149,
1679
- "name": "Log",
1680
- "package": "@xylabs/log"
1681
- }
1682
- }
1683
- ]
1684
- },
1685
- {
1686
- "id": 153,
1687
- "name": "devMode",
1688
- "variant": "declaration",
1689
- "kind": 1024,
1690
- "flags": {
1691
- "isPrivate": true,
1692
- "isOptional": true
1693
- },
1694
- "sources": [
1695
- {
1696
- "fileName": "packages/log/dist/types/Log.d.ts",
1697
- "line": 8,
1698
- "character": 12
1699
- }
1700
- ],
1701
- "type": {
1702
- "type": "intrinsic",
1703
- "name": "any"
1704
- }
1705
- },
1706
- {
1707
- "id": 154,
1708
- "name": "rollbar",
1709
- "variant": "declaration",
1710
- "kind": 1024,
1711
- "flags": {
1712
- "isPrivate": true,
1713
- "isOptional": true
1714
- },
1715
- "sources": [
1716
- {
1717
- "fileName": "packages/log/dist/types/Log.d.ts",
1718
- "line": 9,
1719
- "character": 12
1720
- }
1721
- ],
1722
- "type": {
1723
- "type": "intrinsic",
1724
- "name": "any"
1725
- }
1726
- },
1727
- {
1728
- "id": 155,
1729
- "name": "debug",
1730
- "variant": "declaration",
1731
- "kind": 2048,
1732
- "flags": {},
1733
- "sources": [
1734
- {
1735
- "fileName": "packages/log/dist/types/Log.d.ts",
1736
- "line": 11,
1737
- "character": 4
1738
- }
1739
- ],
1740
- "signatures": [
1741
- {
1742
- "id": 156,
1743
- "name": "debug",
1744
- "variant": "signature",
1745
- "kind": 4096,
1746
- "flags": {},
1747
- "sources": [
1748
- {
1749
- "fileName": "packages/log/dist/types/Log.d.ts",
1750
- "line": 11,
1751
- "character": 4
1752
- }
1753
- ],
1754
- "parameters": [
1755
- {
1756
- "id": 157,
1757
- "name": "params",
1758
- "variant": "param",
1759
- "kind": 32768,
1760
- "flags": {
1761
- "isRest": true
1762
- },
1763
- "type": {
1764
- "type": "array",
1765
- "elementType": {
1766
- "type": "intrinsic",
1767
- "name": "any"
1768
- }
1769
- }
1770
- }
1771
- ],
1772
- "type": {
1773
- "type": "intrinsic",
1774
- "name": "void"
1775
- }
1776
- }
1777
- ]
1778
- },
1779
- {
1780
- "id": 158,
1781
- "name": "error",
1782
- "variant": "declaration",
1783
- "kind": 2048,
1784
- "flags": {},
1785
- "sources": [
1786
- {
1787
- "fileName": "packages/log/dist/types/Log.d.ts",
1788
- "line": 12,
1789
- "character": 4
1790
- }
1791
- ],
1792
- "signatures": [
1793
- {
1794
- "id": 159,
1795
- "name": "error",
1796
- "variant": "signature",
1797
- "kind": 4096,
1798
- "flags": {},
1799
- "sources": [
1800
- {
1801
- "fileName": "packages/log/dist/types/Log.d.ts",
1802
- "line": 12,
1803
- "character": 4
1804
- }
1805
- ],
1806
- "parameters": [
1807
- {
1808
- "id": 160,
1809
- "name": "params",
1810
- "variant": "param",
1811
- "kind": 32768,
1812
- "flags": {
1813
- "isRest": true
1814
- },
1815
- "type": {
1816
- "type": "array",
1817
- "elementType": {
1818
- "type": "intrinsic",
1819
- "name": "any"
1820
- }
1821
- }
1822
- }
1823
- ],
1824
- "type": {
1825
- "type": "intrinsic",
1826
- "name": "void"
1827
- }
1828
- }
1829
- ]
1830
- },
1831
- {
1832
- "id": 161,
1833
- "name": "info",
1834
- "variant": "declaration",
1835
- "kind": 2048,
1836
- "flags": {},
1837
- "sources": [
1838
- {
1839
- "fileName": "packages/log/dist/types/Log.d.ts",
1840
- "line": 13,
1841
- "character": 4
1842
- }
1843
- ],
1844
- "signatures": [
1845
- {
1846
- "id": 162,
1847
- "name": "info",
1848
- "variant": "signature",
1849
- "kind": 4096,
1850
- "flags": {},
1851
- "sources": [
1852
- {
1853
- "fileName": "packages/log/dist/types/Log.d.ts",
1854
- "line": 13,
1855
- "character": 4
1856
- }
1857
- ],
1858
- "parameters": [
1859
- {
1860
- "id": 163,
1861
- "name": "params",
1862
- "variant": "param",
1863
- "kind": 32768,
1864
- "flags": {
1865
- "isRest": true
1866
- },
1867
- "type": {
1868
- "type": "array",
1869
- "elementType": {
1870
- "type": "intrinsic",
1871
- "name": "any"
1872
- }
1873
- }
1874
- }
1875
- ],
1876
- "type": {
1877
- "type": "intrinsic",
1878
- "name": "void"
1879
- }
1880
- }
1881
- ]
1882
- },
1883
- {
1884
- "id": 164,
1885
- "name": "log",
1886
- "variant": "declaration",
1887
- "kind": 2048,
1888
- "flags": {},
1889
- "sources": [
1890
- {
1891
- "fileName": "packages/log/dist/types/Log.d.ts",
1892
- "line": 14,
1893
- "character": 4
1894
- }
1895
- ],
1896
- "signatures": [
1897
- {
1898
- "id": 165,
1899
- "name": "log",
1900
- "variant": "signature",
1901
- "kind": 4096,
1902
- "flags": {},
1903
- "sources": [
1904
- {
1905
- "fileName": "packages/log/dist/types/Log.d.ts",
1906
- "line": 14,
1907
- "character": 4
1908
- }
1909
- ],
1910
- "parameters": [
1911
- {
1912
- "id": 166,
1913
- "name": "params",
1914
- "variant": "param",
1915
- "kind": 32768,
1916
- "flags": {
1917
- "isRest": true
1918
- },
1919
- "type": {
1920
- "type": "array",
1921
- "elementType": {
1922
- "type": "intrinsic",
1923
- "name": "any"
1924
- }
1925
- }
1926
- }
1927
- ],
1928
- "type": {
1929
- "type": "intrinsic",
1930
- "name": "void"
1931
- }
1932
- }
1933
- ]
1934
- },
1935
- {
1936
- "id": 167,
1937
- "name": "warn",
1938
- "variant": "declaration",
1939
- "kind": 2048,
1940
- "flags": {},
1941
- "sources": [
1942
- {
1943
- "fileName": "packages/log/dist/types/Log.d.ts",
1944
- "line": 15,
1945
- "character": 4
1946
- }
1947
- ],
1948
- "signatures": [
1949
- {
1950
- "id": 168,
1951
- "name": "warn",
1952
- "variant": "signature",
1953
- "kind": 4096,
1954
- "flags": {},
1955
- "sources": [
1956
- {
1957
- "fileName": "packages/log/dist/types/Log.d.ts",
1958
- "line": 15,
1959
- "character": 4
1960
- }
1961
- ],
1962
- "parameters": [
1963
- {
1964
- "id": 169,
1965
- "name": "params",
1966
- "variant": "param",
1967
- "kind": 32768,
1968
- "flags": {
1969
- "isRest": true
1970
- },
1971
- "type": {
1972
- "type": "array",
1973
- "elementType": {
1974
- "type": "intrinsic",
1975
- "name": "any"
1976
- }
1977
- }
1978
- }
1979
- ],
1980
- "type": {
1981
- "type": "intrinsic",
1982
- "name": "void"
1983
- }
1984
- }
1985
- ]
1986
- }
1987
- ],
1988
- "groups": [
1989
- {
1990
- "title": "Constructors",
1991
- "children": [
1992
- 150
1993
- ]
1994
- },
1995
- {
1996
- "title": "Properties",
1997
- "children": [
1998
- 153,
1999
- 154
2000
- ]
2001
- },
2002
- {
2003
- "title": "Methods",
2004
- "children": [
2005
- 155,
2006
- 158,
2007
- 161,
2008
- 164,
2009
- 167
2010
- ]
2011
- }
2012
- ],
2013
- "sources": [
2014
- {
2015
- "fileName": "packages/log/dist/types/Log.d.ts",
2016
- "line": 7,
2017
- "character": 21
2018
- }
2019
- ]
2020
- },
2021
- {
2022
- "id": 16,
2023
- "name": "ApiConfig",
2024
- "variant": "declaration",
2025
- "kind": 256,
2026
- "flags": {},
2027
- "children": [
2028
- {
2029
- "id": 17,
2030
- "name": "apiDomain",
2031
- "variant": "declaration",
2032
- "kind": 1024,
2033
- "flags": {},
2034
- "sources": [
2035
- {
2036
- "fileName": "packages/api/dist/types/ApiConfig.d.ts",
2037
- "line": 2,
2038
- "character": 4
2039
- }
2040
- ],
2041
- "type": {
2042
- "type": "intrinsic",
2043
- "name": "string"
2044
- }
2045
- },
2046
- {
2047
- "id": 18,
2048
- "name": "apiKey",
2049
- "variant": "declaration",
2050
- "kind": 1024,
2051
- "flags": {
2052
- "isOptional": true
2053
- },
2054
- "sources": [
2055
- {
2056
- "fileName": "packages/api/dist/types/ApiConfig.d.ts",
2057
- "line": 3,
2058
- "character": 4
2059
- }
2060
- ],
2061
- "type": {
2062
- "type": "intrinsic",
2063
- "name": "string"
2064
- }
2065
- },
2066
- {
2067
- "id": 19,
2068
- "name": "jwtToken",
2069
- "variant": "declaration",
2070
- "kind": 1024,
2071
- "flags": {
2072
- "isOptional": true
2073
- },
2074
- "sources": [
2075
- {
2076
- "fileName": "packages/api/dist/types/ApiConfig.d.ts",
2077
- "line": 4,
2078
- "character": 4
2079
- }
2080
- ],
2081
- "type": {
2082
- "type": "intrinsic",
2083
- "name": "string"
2084
- }
2085
- },
2086
- {
2087
- "id": 20,
2088
- "name": "userid",
2089
- "variant": "declaration",
2090
- "kind": 1024,
2091
- "flags": {
2092
- "isOptional": true
2093
- },
2094
- "sources": [
2095
- {
2096
- "fileName": "packages/api/dist/types/ApiConfig.d.ts",
2097
- "line": 5,
2098
- "character": 4
2099
- }
2100
- ],
2101
- "type": {
2102
- "type": "intrinsic",
2103
- "name": "string"
2104
- }
2105
- }
2106
- ],
2107
- "groups": [
2108
- {
2109
- "title": "Properties",
2110
- "children": [
2111
- 17,
2112
- 18,
2113
- 19,
2114
- 20
2115
- ]
2116
- }
2117
- ],
2118
- "sources": [
2119
- {
2120
- "fileName": "packages/api/dist/types/ApiConfig.d.ts",
2121
- "line": 1,
2122
- "character": 10
2123
- }
2124
- ]
2125
- },
2126
- {
2127
- "id": 144,
2128
- "name": "LogConfig",
2129
- "variant": "declaration",
2130
- "kind": 256,
2131
- "flags": {},
2132
- "children": [
2133
- {
2134
- "id": 145,
2135
- "name": "commitHash",
2136
- "variant": "declaration",
2137
- "kind": 1024,
2138
- "flags": {
2139
- "isOptional": true
2140
- },
2141
- "sources": [
2142
- {
2143
- "fileName": "packages/log/dist/types/Log.d.ts",
2144
- "line": 2,
2145
- "character": 4
2146
- }
2147
- ],
2148
- "type": {
2149
- "type": "intrinsic",
2150
- "name": "string"
2151
- }
2152
- },
2153
- {
2154
- "id": 146,
2155
- "name": "devMode",
2156
- "variant": "declaration",
2157
- "kind": 1024,
2158
- "flags": {
2159
- "isOptional": true
2160
- },
2161
- "sources": [
2162
- {
2163
- "fileName": "packages/log/dist/types/Log.d.ts",
2164
- "line": 3,
2165
- "character": 4
2166
- }
2167
- ],
2168
- "type": {
2169
- "type": "intrinsic",
2170
- "name": "boolean"
2171
- }
2172
- },
2173
- {
2174
- "id": 147,
2175
- "name": "payload",
2176
- "variant": "declaration",
2177
- "kind": 1024,
2178
- "flags": {
2179
- "isOptional": true
2180
- },
2181
- "sources": [
2182
- {
2183
- "fileName": "packages/log/dist/types/Log.d.ts",
2184
- "line": 4,
2185
- "character": 4
2186
- }
2187
- ],
2188
- "type": {
2189
- "type": "reference",
2190
- "target": {
2191
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2192
- "qualifiedName": "Record"
2193
- },
2194
- "typeArguments": [
2195
- {
2196
- "type": "intrinsic",
2197
- "name": "string"
2198
- },
2199
- {
2200
- "type": "intrinsic",
2201
- "name": "unknown"
2202
- }
2203
- ],
2204
- "name": "Record",
2205
- "package": "typescript"
2206
- }
2207
- },
2208
- {
2209
- "id": 148,
2210
- "name": "rollbarToken",
2211
- "variant": "declaration",
2212
- "kind": 1024,
2213
- "flags": {
2214
- "isOptional": true
2215
- },
2216
- "sources": [
2217
- {
2218
- "fileName": "packages/log/dist/types/Log.d.ts",
2219
- "line": 5,
2220
- "character": 4
2221
- }
2222
- ],
2223
- "type": {
2224
- "type": "intrinsic",
2225
- "name": "string"
2226
- }
2227
- }
2228
- ],
2229
- "groups": [
2230
- {
2231
- "title": "Properties",
2232
- "children": [
2233
- 145,
2234
- 146,
2235
- 147,
2236
- 148
2237
- ]
2238
- }
2239
- ],
2240
- "sources": [
2241
- {
2242
- "fileName": "packages/log/dist/types/Log.d.ts",
2243
- "line": 1,
2244
- "character": 17
2245
- }
2246
- ]
2247
- },
2248
- {
2249
- "id": 56,
2250
- "name": "AssertExErrorFunc",
2251
- "variant": "declaration",
2252
- "kind": 4194304,
2253
- "flags": {},
2254
- "sources": [
2255
- {
2256
- "fileName": "packages/assert/dist/types/index.d.ts",
2257
- "line": 2,
2258
- "character": 12
2259
- }
2260
- ],
2261
- "typeParameters": [
2262
- {
2263
- "id": 60,
2264
- "name": "T",
2265
- "variant": "typeParam",
2266
- "kind": 131072,
2267
- "flags": {}
2268
- },
2269
- {
2270
- "id": 61,
2271
- "name": "R",
2272
- "variant": "typeParam",
2273
- "kind": 131072,
2274
- "flags": {},
2275
- "type": {
2276
- "type": "reference",
2277
- "target": {
2278
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2279
- "qualifiedName": "Error"
2280
- },
2281
- "name": "Error",
2282
- "package": "typescript"
2283
- }
2284
- }
2285
- ],
2286
- "type": {
2287
- "type": "reflection",
2288
- "declaration": {
2289
- "id": 57,
2290
- "name": "__type",
2291
- "variant": "declaration",
2292
- "kind": 65536,
2293
- "flags": {},
2294
- "sources": [
2295
- {
2296
- "fileName": "packages/assert/dist/types/index.d.ts",
2297
- "line": 2,
2298
- "character": 52
2299
- }
2300
- ],
2301
- "signatures": [
2302
- {
2303
- "id": 58,
2304
- "name": "__type",
2305
- "variant": "signature",
2306
- "kind": 4096,
2307
- "flags": {},
2308
- "parameters": [
2309
- {
2310
- "id": 59,
2311
- "name": "value",
2312
- "variant": "param",
2313
- "kind": 32768,
2314
- "flags": {
2315
- "isOptional": true
2316
- },
2317
- "type": {
2318
- "type": "union",
2319
- "types": [
2320
- {
2321
- "type": "reference",
2322
- "target": -1,
2323
- "name": "T",
2324
- "refersToTypeParameter": true
2325
- },
2326
- {
2327
- "type": "literal",
2328
- "value": null
2329
- }
2330
- ]
2331
- }
2332
- }
2333
- ],
2334
- "type": {
2335
- "type": "reference",
2336
- "target": -1,
2337
- "name": "R",
2338
- "refersToTypeParameter": true
2339
- }
2340
- }
2341
- ]
2342
- }
2343
- }
2344
- },
2345
- {
2346
- "id": 51,
2347
- "name": "AssertExMessageFunc",
2348
- "variant": "declaration",
2349
- "kind": 4194304,
2350
- "flags": {},
2351
- "sources": [
2352
- {
2353
- "fileName": "packages/assert/dist/types/index.d.ts",
2354
- "line": 1,
2355
- "character": 12
2356
- }
2357
- ],
2358
- "typeParameters": [
2359
- {
2360
- "id": 55,
2361
- "name": "T",
2362
- "variant": "typeParam",
2363
- "kind": 131072,
2364
- "flags": {}
2365
- }
2366
- ],
2367
- "type": {
2368
- "type": "reflection",
2369
- "declaration": {
2370
- "id": 52,
2371
- "name": "__type",
2372
- "variant": "declaration",
2373
- "kind": 65536,
2374
- "flags": {},
2375
- "sources": [
2376
- {
2377
- "fileName": "packages/assert/dist/types/index.d.ts",
2378
- "line": 1,
2379
- "character": 37
2380
- }
2381
- ],
2382
- "signatures": [
2383
- {
2384
- "id": 53,
2385
- "name": "__type",
2386
- "variant": "signature",
2387
- "kind": 4096,
2388
- "flags": {},
2389
- "parameters": [
2390
- {
2391
- "id": 54,
2392
- "name": "value",
2393
- "variant": "param",
2394
- "kind": 32768,
2395
- "flags": {
2396
- "isOptional": true
2397
- },
2398
- "type": {
2399
- "type": "union",
2400
- "types": [
2401
- {
2402
- "type": "reference",
2403
- "target": -1,
2404
- "name": "T",
2405
- "refersToTypeParameter": true
2406
- },
2407
- {
2408
- "type": "literal",
2409
- "value": null
2410
- }
2411
- ]
2412
- }
2413
- }
2414
- ],
2415
- "type": {
2416
- "type": "intrinsic",
2417
- "name": "string"
2418
- }
2419
- }
2420
- ]
2421
- }
2422
- }
2423
- },
2424
- {
2425
- "id": 1,
2426
- "name": "Override",
2427
- "variant": "declaration",
2428
- "kind": 4194304,
2429
- "flags": {},
2430
- "sources": [
2431
- {
2432
- "fileName": "src/Override.ts",
2433
- "line": 1,
2434
- "character": 5,
2435
- "url": "https://github.com/xylabs/sdk-js/blob/88ada5a/src/Override.ts#L1"
2436
- }
2437
- ],
2438
- "typeParameters": [
2439
- {
2440
- "id": 2,
2441
- "name": "T1",
2442
- "variant": "typeParam",
2443
- "kind": 131072,
2444
- "flags": {}
2445
- },
2446
- {
2447
- "id": 3,
2448
- "name": "T2",
2449
- "variant": "typeParam",
2450
- "kind": 131072,
2451
- "flags": {}
2452
- }
2453
- ],
2454
- "type": {
2455
- "type": "intersection",
2456
- "types": [
2457
- {
2458
- "type": "reference",
2459
- "target": {
2460
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2461
- "qualifiedName": "Omit"
2462
- },
2463
- "typeArguments": [
2464
- {
2465
- "type": "reference",
2466
- "target": -1,
2467
- "name": "T1",
2468
- "refersToTypeParameter": true
2469
- },
2470
- {
2471
- "type": "typeOperator",
2472
- "operator": "keyof",
2473
- "target": {
2474
- "type": "reference",
2475
- "target": -1,
2476
- "name": "T2",
2477
- "refersToTypeParameter": true
2478
- }
2479
- }
2480
- ],
2481
- "name": "Omit",
2482
- "package": "typescript"
2483
- },
2484
- {
2485
- "type": "reference",
2486
- "target": -1,
2487
- "name": "T2",
2488
- "refersToTypeParameter": true
2489
- }
2490
- ]
2491
- }
2492
- },
2493
- {
2494
- "id": 4,
2495
- "name": "PartialRecord",
2496
- "variant": "declaration",
2497
- "kind": 4194304,
2498
- "flags": {},
2499
- "comment": {
2500
- "summary": [],
2501
- "blockTags": [
2502
- {
2503
- "tag": "@deprecated",
2504
- "content": [
2505
- {
2506
- "kind": "text",
2507
- "text": "use Partial<Record<>> instead"
2508
- }
2509
- ]
2510
- }
2511
- ]
2512
- },
2513
- "sources": [
2514
- {
2515
- "fileName": "src/PartialRecord.ts",
2516
- "line": 4,
2517
- "character": 12,
2518
- "url": "https://github.com/xylabs/sdk-js/blob/88ada5a/src/PartialRecord.ts#L4"
2519
- }
2520
- ],
2521
- "typeParameters": [
2522
- {
2523
- "id": 5,
2524
- "name": "K",
2525
- "variant": "typeParam",
2526
- "kind": 131072,
2527
- "flags": {},
2528
- "type": {
2529
- "type": "typeOperator",
2530
- "operator": "keyof",
2531
- "target": {
2532
- "type": "intrinsic",
2533
- "name": "any"
2534
- }
2535
- }
2536
- },
2537
- {
2538
- "id": 6,
2539
- "name": "T",
2540
- "variant": "typeParam",
2541
- "kind": 131072,
2542
- "flags": {}
2543
- }
2544
- ],
2545
- "type": {
2546
- "type": "mapped",
2547
- "parameter": "P",
2548
- "parameterType": {
2549
- "type": "reference",
2550
- "target": -1,
2551
- "name": "K",
2552
- "refersToTypeParameter": true
2553
- },
2554
- "templateType": {
2555
- "type": "reference",
2556
- "target": -1,
2557
- "name": "T",
2558
- "refersToTypeParameter": true
2559
- },
2560
- "optionalModifier": "+"
2561
- }
2562
- },
2563
- {
2564
- "id": 62,
2565
- "name": "assertEx",
2566
- "variant": "declaration",
2567
- "kind": 64,
2568
- "flags": {},
2569
- "sources": [
2570
- {
2571
- "fileName": "packages/assert/dist/types/index.d.ts",
2572
- "line": 12,
2573
- "character": 17
2574
- },
2575
- {
2576
- "fileName": "packages/assert/dist/types/index.d.ts",
2577
- "line": 13,
2578
- "character": 17
2579
- },
2580
- {
2581
- "fileName": "packages/assert/dist/types/index.d.ts",
2582
- "line": 14,
2583
- "character": 17
2584
- }
2585
- ],
2586
- "signatures": [
2587
- {
2588
- "id": 63,
2589
- "name": "assertEx",
2590
- "variant": "signature",
2591
- "kind": 4096,
2592
- "flags": {},
2593
- "comment": {
2594
- "summary": [
2595
- {
2596
- "kind": "text",
2597
- "text": "Intended for simple null/undefined checks for variables"
2598
- }
2599
- ],
2600
- "blockTags": [
2601
- {
2602
- "tag": "@throws",
2603
- "content": [
2604
- {
2605
- "kind": "text",
2606
- "text": "AssertExError"
2607
- }
2608
- ]
2609
- },
2610
- {
2611
- "tag": "@returns",
2612
- "content": [
2613
- {
2614
- "kind": "text",
2615
- "text": "Value of expression"
2616
- }
2617
- ]
2618
- }
2619
- ]
2620
- },
2621
- "sources": [
2622
- {
2623
- "fileName": "packages/assert/dist/types/index.d.ts",
2624
- "line": 12,
2625
- "character": 0
2626
- }
2627
- ],
2628
- "typeParameter": [
2629
- {
2630
- "id": 64,
2631
- "name": "T",
2632
- "variant": "typeParam",
2633
- "kind": 131072,
2634
- "flags": {}
2635
- }
2636
- ],
2637
- "parameters": [
2638
- {
2639
- "id": 65,
2640
- "name": "expr",
2641
- "variant": "param",
2642
- "kind": 32768,
2643
- "flags": {
2644
- "isOptional": true
2645
- },
2646
- "comment": {
2647
- "summary": [
2648
- {
2649
- "kind": "text",
2650
- "text": "Expression to be evaluated for truthiness"
2651
- }
2652
- ]
2653
- },
2654
- "type": {
2655
- "type": "union",
2656
- "types": [
2657
- {
2658
- "type": "literal",
2659
- "value": null
2660
- },
2661
- {
2662
- "type": "reference",
2663
- "target": -1,
2664
- "name": "T",
2665
- "refersToTypeParameter": true
2666
- }
2667
- ]
2668
- }
2669
- },
2670
- {
2671
- "id": 66,
2672
- "name": "message",
2673
- "variant": "param",
2674
- "kind": 32768,
2675
- "flags": {
2676
- "isOptional": true
2677
- },
2678
- "comment": {
2679
- "summary": [
2680
- {
2681
- "kind": "text",
2682
- "text": "Message in Error if expression is false, may be a function that returns a string"
2683
- }
2684
- ]
2685
- },
2686
- "type": {
2687
- "type": "intrinsic",
2688
- "name": "string"
2689
- }
2690
- }
2691
- ],
2692
- "type": {
2693
- "type": "reference",
2694
- "target": -1,
2695
- "name": "T",
2696
- "refersToTypeParameter": true
2697
- }
2698
- },
2699
- {
2700
- "id": 67,
2701
- "name": "assertEx",
2702
- "variant": "signature",
2703
- "kind": 4096,
2704
- "flags": {},
2705
- "sources": [
2706
- {
2707
- "fileName": "packages/assert/dist/types/index.d.ts",
2708
- "line": 13,
2709
- "character": 0
2710
- }
2711
- ],
2712
- "typeParameter": [
2713
- {
2714
- "id": 68,
2715
- "name": "T",
2716
- "variant": "typeParam",
2717
- "kind": 131072,
2718
- "flags": {}
2719
- }
2720
- ],
2721
- "parameters": [
2722
- {
2723
- "id": 69,
2724
- "name": "expr",
2725
- "variant": "param",
2726
- "kind": 32768,
2727
- "flags": {
2728
- "isOptional": true
2729
- },
2730
- "type": {
2731
- "type": "union",
2732
- "types": [
2733
- {
2734
- "type": "literal",
2735
- "value": null
2736
- },
2737
- {
2738
- "type": "reference",
2739
- "target": -1,
2740
- "name": "T",
2741
- "refersToTypeParameter": true
2742
- }
2743
- ]
2744
- }
2745
- },
2746
- {
2747
- "id": 70,
2748
- "name": "messageFunc",
2749
- "variant": "param",
2750
- "kind": 32768,
2751
- "flags": {
2752
- "isOptional": true
2753
- },
2754
- "type": {
2755
- "type": "reference",
2756
- "target": 51,
2757
- "typeArguments": [
2758
- {
2759
- "type": "reference",
2760
- "target": -1,
2761
- "name": "T",
2762
- "refersToTypeParameter": true
2763
- }
2764
- ],
2765
- "name": "AssertExMessageFunc",
2766
- "package": "@xylabs/assert"
2767
- }
2768
- }
2769
- ],
2770
- "type": {
2771
- "type": "reference",
2772
- "target": -1,
2773
- "name": "T",
2774
- "refersToTypeParameter": true
2775
- }
2776
- },
2777
- {
2778
- "id": 71,
2779
- "name": "assertEx",
2780
- "variant": "signature",
2781
- "kind": 4096,
2782
- "flags": {},
2783
- "sources": [
2784
- {
2785
- "fileName": "packages/assert/dist/types/index.d.ts",
2786
- "line": 14,
2787
- "character": 0
2788
- }
2789
- ],
2790
- "typeParameter": [
2791
- {
2792
- "id": 72,
2793
- "name": "T",
2794
- "variant": "typeParam",
2795
- "kind": 131072,
2796
- "flags": {}
2797
- },
2798
- {
2799
- "id": 73,
2800
- "name": "R",
2801
- "variant": "typeParam",
2802
- "kind": 131072,
2803
- "flags": {},
2804
- "type": {
2805
- "type": "reference",
2806
- "target": {
2807
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2808
- "qualifiedName": "Error"
2809
- },
2810
- "name": "Error",
2811
- "package": "typescript"
2812
- }
2813
- }
2814
- ],
2815
- "parameters": [
2816
- {
2817
- "id": 74,
2818
- "name": "expr",
2819
- "variant": "param",
2820
- "kind": 32768,
2821
- "flags": {
2822
- "isOptional": true
2823
- },
2824
- "type": {
2825
- "type": "union",
2826
- "types": [
2827
- {
2828
- "type": "literal",
2829
- "value": null
2830
- },
2831
- {
2832
- "type": "reference",
2833
- "target": -1,
2834
- "name": "T",
2835
- "refersToTypeParameter": true
2836
- }
2837
- ]
2838
- }
2839
- },
2840
- {
2841
- "id": 75,
2842
- "name": "errorFunc",
2843
- "variant": "param",
2844
- "kind": 32768,
2845
- "flags": {
2846
- "isOptional": true
2847
- },
2848
- "type": {
2849
- "type": "reference",
2850
- "target": 56,
2851
- "typeArguments": [
2852
- {
2853
- "type": "reference",
2854
- "target": -1,
2855
- "name": "T",
2856
- "refersToTypeParameter": true
2857
- },
2858
- {
2859
- "type": "reference",
2860
- "target": -1,
2861
- "name": "R",
2862
- "refersToTypeParameter": true
2863
- }
2864
- ],
2865
- "name": "AssertExErrorFunc",
2866
- "package": "@xylabs/assert"
2867
- }
2868
- }
2869
- ],
2870
- "type": {
2871
- "type": "reference",
2872
- "target": -1,
2873
- "name": "T",
2874
- "refersToTypeParameter": true
2875
- }
2876
- }
2877
- ]
2878
- },
2879
- {
2880
- "id": 76,
2881
- "name": "delay",
2882
- "variant": "declaration",
2883
- "kind": 64,
2884
- "flags": {},
2885
- "sources": [
2886
- {
2887
- "fileName": "packages/delay/dist/types/delay.d.ts",
2888
- "line": 1,
2889
- "character": 21
2890
- }
2891
- ],
2892
- "signatures": [
2893
- {
2894
- "id": 77,
2895
- "name": "delay",
2896
- "variant": "signature",
2897
- "kind": 4096,
2898
- "flags": {},
2899
- "sources": [
2900
- {
2901
- "fileName": "packages/delay/dist/types/delay.d.ts",
2902
- "line": 1,
2903
- "character": 28
2904
- }
2905
- ],
2906
- "parameters": [
2907
- {
2908
- "id": 78,
2909
- "name": "ms",
2910
- "variant": "param",
2911
- "kind": 32768,
2912
- "flags": {},
2913
- "type": {
2914
- "type": "intrinsic",
2915
- "name": "number"
2916
- }
2917
- }
2918
- ],
2919
- "type": {
2920
- "type": "reference",
2921
- "target": {
2922
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2923
- "qualifiedName": "Promise"
2924
- },
2925
- "typeArguments": [
2926
- {
2927
- "type": "intrinsic",
2928
- "name": "unknown"
2929
- }
2930
- ],
2931
- "name": "Promise",
2932
- "package": "typescript"
2933
- }
2934
- }
2935
- ]
2936
- },
2937
- {
2938
- "id": 79,
2939
- "name": "ellipsize",
2940
- "variant": "declaration",
2941
- "kind": 64,
2942
- "flags": {},
2943
- "sources": [
2944
- {
2945
- "fileName": "packages/eth-address/dist/types/ellipsize.d.ts",
2946
- "line": 1,
2947
- "character": 21
2948
- }
2949
- ],
2950
- "signatures": [
2951
- {
2952
- "id": 80,
2953
- "name": "ellipsize",
2954
- "variant": "signature",
2955
- "kind": 4096,
2956
- "flags": {},
2957
- "sources": [
2958
- {
2959
- "fileName": "packages/eth-address/dist/types/ellipsize.d.ts",
2960
- "line": 1,
2961
- "character": 32
2962
- }
2963
- ],
2964
- "parameters": [
2965
- {
2966
- "id": 81,
2967
- "name": "value",
2968
- "variant": "param",
2969
- "kind": 32768,
2970
- "flags": {},
2971
- "type": {
2972
- "type": "intrinsic",
2973
- "name": "string"
2974
- }
2975
- },
2976
- {
2977
- "id": 82,
2978
- "name": "length",
2979
- "variant": "param",
2980
- "kind": 32768,
2981
- "flags": {
2982
- "isOptional": true
2983
- },
2984
- "type": {
2985
- "type": "intrinsic",
2986
- "name": "number"
2987
- }
2988
- }
2989
- ],
2990
- "type": {
2991
- "type": "intrinsic",
2992
- "name": "string"
2993
- }
2994
- }
2995
- ]
2996
- },
2997
- {
2998
- "id": 122,
2999
- "name": "exists",
3000
- "variant": "declaration",
3001
- "kind": 64,
3002
- "flags": {},
3003
- "sources": [
3004
- {
3005
- "fileName": "packages/exists/dist/types/index.d.ts",
3006
- "line": 9,
3007
- "character": 21
3008
- }
3009
- ],
3010
- "signatures": [
3011
- {
3012
- "id": 123,
3013
- "name": "exists",
3014
- "variant": "signature",
3015
- "kind": 4096,
3016
- "flags": {},
3017
- "comment": {
3018
- "summary": [
3019
- {
3020
- "kind": "text",
3021
- "text": "Used to type narrow an object which is possibly null or undefined. Works well\nwith functional Array methods. For example:"
3022
- }
3023
- ],
3024
- "blockTags": [
3025
- {
3026
- "tag": "@example",
3027
- "content": [
3028
- {
3029
- "kind": "code",
3030
- "text": "```ts\nconst payloads: XyoPayload[] = boundWitness._payloads?.filter(exists) || []\n```"
3031
- }
3032
- ]
3033
- },
3034
- {
3035
- "tag": "@returns",
3036
- "content": [
3037
- {
3038
- "kind": "text",
3039
- "text": "False if the object is null/undefined, true otherwise"
3040
- }
3041
- ]
3042
- }
3043
- ]
3044
- },
3045
- "sources": [
3046
- {
3047
- "fileName": "packages/exists/dist/types/index.d.ts",
3048
- "line": 9,
3049
- "character": 29
3050
- }
3051
- ],
3052
- "typeParameter": [
3053
- {
3054
- "id": 124,
3055
- "name": "T",
3056
- "variant": "typeParam",
3057
- "kind": 131072,
3058
- "flags": {}
3059
- }
3060
- ],
3061
- "parameters": [
3062
- {
3063
- "id": 125,
3064
- "name": "x",
3065
- "variant": "param",
3066
- "kind": 32768,
3067
- "flags": {
3068
- "isOptional": true
3069
- },
3070
- "comment": {
3071
- "summary": [
3072
- {
3073
- "kind": "text",
3074
- "text": "The object which is potentially undefined or null"
3075
- }
3076
- ]
3077
- },
3078
- "type": {
3079
- "type": "union",
3080
- "types": [
3081
- {
3082
- "type": "literal",
3083
- "value": null
3084
- },
3085
- {
3086
- "type": "reference",
3087
- "target": -1,
3088
- "name": "T",
3089
- "refersToTypeParameter": true
3090
- }
3091
- ]
3092
- }
3093
- }
3094
- ],
3095
- "type": {
3096
- "type": "predicate",
3097
- "name": "x",
3098
- "asserts": false,
3099
- "targetType": {
3100
- "type": "reference",
3101
- "target": -1,
3102
- "name": "T",
3103
- "refersToTypeParameter": true
3104
- }
3105
- }
3106
- }
3107
- ]
3108
- },
3109
- {
3110
- "id": 126,
3111
- "name": "forget",
3112
- "variant": "declaration",
3113
- "kind": 64,
3114
- "flags": {},
3115
- "sources": [
3116
- {
3117
- "fileName": "packages/forget/dist/types/forget.d.ts",
3118
- "line": 11,
3119
- "character": 21
3120
- }
3121
- ],
3122
- "signatures": [
3123
- {
3124
- "id": 127,
3125
- "name": "forget",
3126
- "variant": "signature",
3127
- "kind": 4096,
3128
- "flags": {},
3129
- "sources": [
3130
- {
3131
- "fileName": "packages/forget/dist/types/forget.d.ts",
3132
- "line": 11,
3133
- "character": 29
3134
- }
3135
- ],
3136
- "parameters": [
3137
- {
3138
- "id": 128,
3139
- "name": "promise",
3140
- "variant": "param",
3141
- "kind": 32768,
3142
- "flags": {},
3143
- "type": {
3144
- "type": "reference",
3145
- "target": {
3146
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
3147
- "qualifiedName": "Promise"
3148
- },
3149
- "typeArguments": [
3150
- {
3151
- "type": "intrinsic",
3152
- "name": "unknown"
3153
- }
3154
- ],
3155
- "name": "Promise",
3156
- "package": "typescript"
3157
- }
3158
- },
3159
- {
3160
- "id": 129,
3161
- "name": "timeout",
3162
- "variant": "param",
3163
- "kind": 32768,
3164
- "flags": {
3165
- "isOptional": true
3166
- },
3167
- "type": {
3168
- "type": "reference",
3169
- "target": {
3170
- "sourceFileName": "packages/forget/src/forget.ts",
3171
- "qualifiedName": "ForgetTimeoutConfig"
3172
- },
3173
- "name": "ForgetTimeoutConfig",
3174
- "package": "@xylabs/forget"
3175
- }
3176
- }
3177
- ],
3178
- "type": {
3179
- "type": "intrinsic",
3180
- "name": "void"
3181
- }
3182
- }
3183
- ]
3184
- },
3185
- {
3186
- "id": 48,
3187
- "name": "getApiStage",
3188
- "variant": "declaration",
3189
- "kind": 64,
3190
- "flags": {},
3191
- "sources": [
3192
- {
3193
- "fileName": "packages/api/dist/types/getApiStage.d.ts",
3194
- "line": 2,
3195
- "character": 14
3196
- }
3197
- ],
3198
- "signatures": [
3199
- {
3200
- "id": 49,
3201
- "name": "getApiStage",
3202
- "variant": "signature",
3203
- "kind": 4096,
3204
- "flags": {},
3205
- "sources": [
3206
- {
3207
- "fileName": "packages/api/dist/types/getApiStage.d.ts",
3208
- "line": 2,
3209
- "character": 27
3210
- }
3211
- ],
3212
- "parameters": [
3213
- {
3214
- "id": 50,
3215
- "name": "hostname",
3216
- "variant": "param",
3217
- "kind": 32768,
3218
- "flags": {},
3219
- "type": {
3220
- "type": "intrinsic",
3221
- "name": "string"
3222
- }
3223
- }
3224
- ],
3225
- "type": {
3226
- "type": "reference",
3227
- "target": 44,
3228
- "name": "ApiStage",
3229
- "package": "@xylabs/api"
3230
- }
3231
- }
3232
- ]
3233
- },
3234
- {
3235
- "id": 83,
3236
- "name": "isEthAddress",
3237
- "variant": "declaration",
3238
- "kind": 64,
3239
- "flags": {},
3240
- "sources": [
3241
- {
3242
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
3243
- "line": 3,
3244
- "character": 21
3245
- }
3246
- ],
3247
- "signatures": [
3248
- {
3249
- "id": 84,
3250
- "name": "isEthAddress",
3251
- "variant": "signature",
3252
- "kind": 4096,
3253
- "flags": {},
3254
- "sources": [
3255
- {
3256
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
3257
- "line": 3,
3258
- "character": 35
3259
- }
3260
- ],
3261
- "parameters": [
3262
- {
3263
- "id": 85,
3264
- "name": "obj",
3265
- "variant": "param",
3266
- "kind": 32768,
3267
- "flags": {},
3268
- "type": {
3269
- "type": "reflection",
3270
- "declaration": {
3271
- "id": 86,
3272
- "name": "__type",
3273
- "variant": "declaration",
3274
- "kind": 65536,
3275
- "flags": {},
3276
- "children": [
3277
- {
3278
- "id": 87,
3279
- "name": "type",
3280
- "variant": "declaration",
3281
- "kind": 1024,
3282
- "flags": {},
3283
- "sources": [
3284
- {
3285
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
3286
- "line": 4,
3287
- "character": 4
3288
- }
3289
- ],
3290
- "type": {
3291
- "type": "intrinsic",
3292
- "name": "string"
3293
- }
3294
- }
3295
- ],
3296
- "groups": [
3297
- {
3298
- "title": "Properties",
3299
- "children": [
3300
- 87
3301
- ]
3302
- }
3303
- ],
3304
- "sources": [
3305
- {
3306
- "fileName": "packages/eth-address/dist/types/EthAddress.d.ts",
3307
- "line": 3,
3308
- "character": 41
3309
- }
3310
- ]
3311
- }
3312
- }
3313
- }
3314
- ],
3315
- "type": {
3316
- "type": "intrinsic",
3317
- "name": "boolean"
3318
- }
3319
- }
3320
- ]
3321
- },
3322
- {
3323
- "id": 118,
3324
- "name": "padHex",
3325
- "variant": "declaration",
3326
- "kind": 64,
3327
- "flags": {},
3328
- "sources": [
3329
- {
3330
- "fileName": "packages/eth-address/dist/types/padHex.d.ts",
3331
- "line": 1,
3332
- "character": 14
3333
- }
3334
- ],
3335
- "signatures": [
3336
- {
3337
- "id": 119,
3338
- "name": "padHex",
3339
- "variant": "signature",
3340
- "kind": 4096,
3341
- "flags": {},
3342
- "sources": [
3343
- {
3344
- "fileName": "packages/eth-address/dist/types/padHex.d.ts",
3345
- "line": 1,
3346
- "character": 22
3347
- }
3348
- ],
3349
- "parameters": [
3350
- {
3351
- "id": 120,
3352
- "name": "hex",
3353
- "variant": "param",
3354
- "kind": 32768,
3355
- "flags": {},
3356
- "type": {
3357
- "type": "intrinsic",
3358
- "name": "string"
3359
- }
3360
- },
3361
- {
3362
- "id": 121,
3363
- "name": "byteCount",
3364
- "variant": "param",
3365
- "kind": 32768,
3366
- "flags": {
3367
- "isOptional": true
3368
- },
3369
- "type": {
3370
- "type": "intrinsic",
3371
- "name": "number"
3372
- }
3373
- }
3374
- ],
3375
- "type": {
3376
- "type": "intrinsic",
3377
- "name": "string"
3378
- }
3379
- }
3380
- ]
3381
- }
3382
- ],
3383
- "groups": [
3384
- {
3385
- "title": "Enumerations",
3386
- "children": [
3387
- 44
3388
- ]
3389
- },
3390
- {
3391
- "title": "Classes",
3392
- "children": [
3393
- 7,
3394
- 21,
3395
- 88,
3396
- 130,
3397
- 149
3398
- ]
3399
- },
3400
- {
3401
- "title": "Interfaces",
3402
- "children": [
3403
- 16,
3404
- 144
3405
- ]
3406
- },
3407
- {
3408
- "title": "Type Aliases",
3409
- "children": [
3410
- 56,
3411
- 51,
3412
- 1,
3413
- 4
3414
- ]
3415
- },
3416
- {
3417
- "title": "Functions",
3418
- "children": [
3419
- 62,
3420
- 76,
3421
- 79,
3422
- 122,
3423
- 126,
3424
- 48,
3425
- 83,
3426
- 118
3427
- ]
3428
- }
3429
- ],
3430
- "packageName": "@xylabs/sdk-js",
3431
- "readme": [
3432
- {
3433
- "kind": "text",
3434
- "text": "[![logo][]](https://xylabs.com)\n\n# @xylabs/sdk-js\n\n[![main-build][]][main-build-link]\n[![npm-badge][]][npm-link]\n[![codacy-badge][]][codacy-link]\n[![codeclimate-badge][]][codeclimate-link]\n[![snyk-badge][]][snyk-link]\n\n## Table of Contents\n\n- [Description](#description)\n- [Install](#install)\n- [Scripts](#scripts)\n- [Maintainers](#maintainers)\n- [License](#license)\n- [Credits](#credits)\n\n## Description\n\nSDK for base code for Typescript and Javascript Libraries.\n\n## Install\n\nUsing npm:\n\n"
3435
- },
3436
- {
3437
- "kind": "code",
3438
- "text": "```sh\nnpm i --save @xylabs/sdk-js\n```"
3439
- },
3440
- {
3441
- "kind": "text",
3442
- "text": "\n\nUsing yarn:\n\n"
3443
- },
3444
- {
3445
- "kind": "code",
3446
- "text": "```sh\nyarn add @xylabs/sdk-js\n```"
3447
- },
3448
- {
3449
- "kind": "text",
3450
- "text": "\n\n## Scripts\n\nSee [ts-scripts](https://github.com/xylabs/ts-scripts/blob/main/README.md)\nfor list of shared scripts.\n\n## Maintainers\n\n- [Arie Trouw](https://github.com/arietrouw) (<https://arietrouw.com>)\n\n## License\n\nSee the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)\n\n[logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg\n[main-build]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml/badge.svg\n[main-build-link]: https://github.com/xylabs/sdk-js/actions/workflows/build.yml\n[npm-badge]: https://img.shields.io/npm/v/@xylabs/sdk-js.svg\n[npm-link]: https://www.npmjs.com/package/@xylabs/sdk-js\n[codacy-badge]: https://app.codacy.com/project/badge/Grade/c8e15e14f37741c18cfb47ac7245c698\n[codacy-link]: https://www.codacy.com/gh/xylabs/sdk-js/dashboard?utm_source=github.com&utm_medium=referral&utm_content=xylabs/sdk-js&utm_campaign=Badge_Grade\n[codeclimate-badge]: https://api.codeclimate.com/v1/badges/c5eb068f806f0b047ea7/maintainability\n[codeclimate-link]: https://codeclimate.com/github/xylabs/sdk-js/maintainability\n[snyk-badge]: https://snyk.io/test/github/xylabs/sdk-js/badge.svg?targetFile=package.json\n[snyk-link]: https://snyk.io/test/github/xylabs/sdk-js?targetFile=package.json"
3451
- }
3452
- ],
3453
- "symbolIdMap": {
3454
- "0": {
3455
- "sourceFileName": "src/index.ts",
3456
- "qualifiedName": ""
3457
- },
3458
- "1": {
3459
- "sourceFileName": "src/Override.ts",
3460
- "qualifiedName": "Override"
3461
- },
3462
- "2": {
3463
- "sourceFileName": "src/Override.ts",
3464
- "qualifiedName": "T1"
3465
- },
3466
- "3": {
3467
- "sourceFileName": "src/Override.ts",
3468
- "qualifiedName": "T2"
3469
- },
3470
- "4": {
3471
- "sourceFileName": "src/PartialRecord.ts",
3472
- "qualifiedName": "PartialRecord"
3473
- },
3474
- "5": {
3475
- "sourceFileName": "src/PartialRecord.ts",
3476
- "qualifiedName": "K"
3477
- },
3478
- "6": {
3479
- "sourceFileName": "src/PartialRecord.ts",
3480
- "qualifiedName": "T"
3481
- },
3482
- "7": {
3483
- "sourceFileName": "packages/api/src/ApiClient.ts",
3484
- "qualifiedName": "ApiClient"
3485
- },
3486
- "8": {
3487
- "sourceFileName": "packages/api/src/ApiClient.ts",
3488
- "qualifiedName": "ApiClient.__constructor"
3489
- },
3490
- "9": {
3491
- "sourceFileName": "packages/api/src/ApiClient.ts",
3492
- "qualifiedName": "ApiClient"
3493
- },
3494
- "10": {
3495
- "sourceFileName": "packages/api/src/ApiClient.ts",
3496
- "qualifiedName": "token"
3497
- },
3498
- "11": {
3499
- "sourceFileName": "packages/api/src/ApiClient.ts",
3500
- "qualifiedName": "stage"
3501
- },
3502
- "12": {
3503
- "sourceFileName": "packages/api/src/ApiClient.ts",
3504
- "qualifiedName": "ApiClient.token"
3505
- },
3506
- "13": {
3507
- "sourceFileName": "packages/api/src/ApiClient.ts",
3508
- "qualifiedName": "ApiClient.stage"
3509
- },
3510
- "14": {
3511
- "sourceFileName": "packages/api/src/ApiClient.ts",
3512
- "qualifiedName": "ApiClient.endPoint"
3513
- },
3514
- "15": {
3515
- "sourceFileName": "packages/api/src/ApiClient.ts",
3516
- "qualifiedName": "ApiClient.endPoint"
3517
- },
3518
- "16": {
3519
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3520
- "qualifiedName": "ApiConfig"
3521
- },
3522
- "17": {
3523
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3524
- "qualifiedName": "ApiConfig.apiDomain"
3525
- },
3526
- "18": {
3527
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3528
- "qualifiedName": "ApiConfig.apiKey"
3529
- },
3530
- "19": {
3531
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3532
- "qualifiedName": "ApiConfig.jwtToken"
3533
- },
3534
- "20": {
3535
- "sourceFileName": "packages/api/src/ApiConfig.ts",
3536
- "qualifiedName": "ApiConfig.userid"
3537
- },
3538
- "21": {
3539
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3540
- "qualifiedName": "ApiEndpoint"
3541
- },
3542
- "22": {
3543
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3544
- "qualifiedName": "ApiEndpoint.__constructor"
3545
- },
3546
- "23": {
3547
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3548
- "qualifiedName": "ApiEndpoint"
3549
- },
3550
- "24": {
3551
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3552
- "qualifiedName": "ApiEndpoint.T"
3553
- },
3554
- "25": {
3555
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3556
- "qualifiedName": "config"
3557
- },
3558
- "26": {
3559
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3560
- "qualifiedName": "path"
3561
- },
3562
- "27": {
3563
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3564
- "qualifiedName": "ApiEndpoint._value"
3565
- },
3566
- "28": {
3567
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3568
- "qualifiedName": "ApiEndpoint.config"
3569
- },
3570
- "29": {
3571
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3572
- "qualifiedName": "ApiEndpoint.path"
3573
- },
3574
- "30": {
3575
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3576
- "qualifiedName": "ApiEndpoint.value"
3577
- },
3578
- "31": {
3579
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3580
- "qualifiedName": "ApiEndpoint.value"
3581
- },
3582
- "32": {
3583
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3584
- "qualifiedName": "ApiEndpoint.headers"
3585
- },
3586
- "33": {
3587
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3588
- "qualifiedName": "ApiEndpoint.headers"
3589
- },
3590
- "34": {
3591
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3592
- "qualifiedName": "ApiEndpoint.url"
3593
- },
3594
- "35": {
3595
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3596
- "qualifiedName": "ApiEndpoint.url"
3597
- },
3598
- "36": {
3599
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3600
- "qualifiedName": "ApiEndpoint.fetch"
3601
- },
3602
- "37": {
3603
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3604
- "qualifiedName": "ApiEndpoint.fetch"
3605
- },
3606
- "38": {
3607
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3608
- "qualifiedName": "ApiEndpoint.get"
3609
- },
3610
- "39": {
3611
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3612
- "qualifiedName": "ApiEndpoint.get"
3613
- },
3614
- "40": {
3615
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3616
- "qualifiedName": "ApiEndpoint.insert"
3617
- },
3618
- "41": {
3619
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3620
- "qualifiedName": "ApiEndpoint.insert"
3621
- },
3622
- "42": {
3623
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3624
- "qualifiedName": "value"
3625
- },
3626
- "43": {
3627
- "sourceFileName": "packages/api/src/ApiEndpoint.ts",
3628
- "qualifiedName": "ApiEndpoint.T"
3629
- },
3630
- "44": {
3631
- "sourceFileName": "packages/api/src/ApiStage.ts",
3632
- "qualifiedName": "ApiStage"
3633
- },
3634
- "45": {
3635
- "sourceFileName": "packages/api/src/ApiStage.ts",
3636
- "qualifiedName": "ApiStage.Beta"
3637
- },
3638
- "46": {
3639
- "sourceFileName": "packages/api/src/ApiStage.ts",
3640
- "qualifiedName": "ApiStage.Local"
3641
- },
3642
- "47": {
3643
- "sourceFileName": "packages/api/src/ApiStage.ts",
3644
- "qualifiedName": "ApiStage.Prod"
3645
- },
3646
- "48": {
3647
- "sourceFileName": "packages/api/src/getApiStage.ts",
3648
- "qualifiedName": "getApiStage"
3649
- },
3650
- "49": {
3651
- "sourceFileName": "packages/api/src/getApiStage.ts",
3652
- "qualifiedName": "getApiStage"
3653
- },
3654
- "50": {
3655
- "sourceFileName": "packages/api/src/getApiStage.ts",
3656
- "qualifiedName": "hostname"
3657
- },
3658
- "51": {
3659
- "sourceFileName": "packages/assert/src/index.ts",
3660
- "qualifiedName": "AssertExMessageFunc"
3661
- },
3662
- "52": {
3663
- "sourceFileName": "packages/assert/src/index.ts",
3664
- "qualifiedName": "__type"
3665
- },
3666
- "53": {
3667
- "sourceFileName": "packages/assert/src/index.ts",
3668
- "qualifiedName": "__type"
3669
- },
3670
- "54": {
3671
- "sourceFileName": "packages/assert/src/index.ts",
3672
- "qualifiedName": "value"
3673
- },
3674
- "55": {
3675
- "sourceFileName": "packages/assert/src/index.ts",
3676
- "qualifiedName": "T"
3677
- },
3678
- "56": {
3679
- "sourceFileName": "packages/assert/src/index.ts",
3680
- "qualifiedName": "AssertExErrorFunc"
3681
- },
3682
- "57": {
3683
- "sourceFileName": "packages/assert/src/index.ts",
3684
- "qualifiedName": "__type"
3685
- },
3686
- "58": {
3687
- "sourceFileName": "packages/assert/src/index.ts",
3688
- "qualifiedName": "__type"
3689
- },
3690
- "59": {
3691
- "sourceFileName": "packages/assert/src/index.ts",
3692
- "qualifiedName": "value"
3693
- },
3694
- "60": {
3695
- "sourceFileName": "packages/assert/src/index.ts",
3696
- "qualifiedName": "T"
3697
- },
3698
- "61": {
3699
- "sourceFileName": "packages/assert/src/index.ts",
3700
- "qualifiedName": "R"
3701
- },
3702
- "62": {
3703
- "sourceFileName": "packages/assert/src/index.ts",
3704
- "qualifiedName": "assertEx"
3705
- },
3706
- "63": {
3707
- "sourceFileName": "packages/assert/src/index.ts",
3708
- "qualifiedName": "assertEx"
3709
- },
3710
- "64": {
3711
- "sourceFileName": "packages/assert/src/index.ts",
3712
- "qualifiedName": "T"
3713
- },
3714
- "65": {
3715
- "sourceFileName": "packages/assert/src/index.ts",
3716
- "qualifiedName": "expr"
3717
- },
3718
- "66": {
3719
- "sourceFileName": "packages/assert/src/index.ts",
3720
- "qualifiedName": "message"
3721
- },
3722
- "67": {
3723
- "sourceFileName": "packages/assert/src/index.ts",
3724
- "qualifiedName": "assertEx"
3725
- },
3726
- "68": {
3727
- "sourceFileName": "packages/assert/src/index.ts",
3728
- "qualifiedName": "T"
3729
- },
3730
- "69": {
3731
- "sourceFileName": "packages/assert/src/index.ts",
3732
- "qualifiedName": "expr"
3733
- },
3734
- "70": {
3735
- "sourceFileName": "packages/assert/src/index.ts",
3736
- "qualifiedName": "messageFunc"
3737
- },
3738
- "71": {
3739
- "sourceFileName": "packages/assert/src/index.ts",
3740
- "qualifiedName": "assertEx"
3741
- },
3742
- "72": {
3743
- "sourceFileName": "packages/assert/src/index.ts",
3744
- "qualifiedName": "T"
3745
- },
3746
- "73": {
3747
- "sourceFileName": "packages/assert/src/index.ts",
3748
- "qualifiedName": "R"
3749
- },
3750
- "74": {
3751
- "sourceFileName": "packages/assert/src/index.ts",
3752
- "qualifiedName": "expr"
3753
- },
3754
- "75": {
3755
- "sourceFileName": "packages/assert/src/index.ts",
3756
- "qualifiedName": "errorFunc"
3757
- },
3758
- "76": {
3759
- "sourceFileName": "packages/delay/src/delay.ts",
3760
- "qualifiedName": "delay"
3761
- },
3762
- "77": {
3763
- "sourceFileName": "packages/delay/src/delay.ts",
3764
- "qualifiedName": "delay"
3765
- },
3766
- "78": {
3767
- "sourceFileName": "packages/delay/src/delay.ts",
3768
- "qualifiedName": "ms"
3769
- },
3770
- "79": {
3771
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3772
- "qualifiedName": "ellipsize"
3773
- },
3774
- "80": {
3775
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3776
- "qualifiedName": "ellipsize"
3777
- },
3778
- "81": {
3779
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3780
- "qualifiedName": "value"
3781
- },
3782
- "82": {
3783
- "sourceFileName": "packages/eth-address/src/ellipsize.ts",
3784
- "qualifiedName": "length"
3785
- },
3786
- "83": {
3787
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3788
- "qualifiedName": "isEthAddress"
3789
- },
3790
- "84": {
3791
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3792
- "qualifiedName": "isEthAddress"
3793
- },
3794
- "85": {
3795
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3796
- "qualifiedName": "obj"
3797
- },
3798
- "86": {
3799
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3800
- "qualifiedName": "__type"
3801
- },
3802
- "87": {
3803
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3804
- "qualifiedName": "__type.type"
3805
- },
3806
- "88": {
3807
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3808
- "qualifiedName": "EthAddress"
3809
- },
3810
- "89": {
3811
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3812
- "qualifiedName": "EthAddress.type"
3813
- },
3814
- "90": {
3815
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3816
- "qualifiedName": "EthAddress.fromString"
3817
- },
3818
- "91": {
3819
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3820
- "qualifiedName": "EthAddress.fromString"
3821
- },
3822
- "92": {
3823
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3824
- "qualifiedName": "value"
3825
- },
3826
- "93": {
3827
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3828
- "qualifiedName": "base"
3829
- },
3830
- "94": {
3831
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3832
- "qualifiedName": "EthAddress.parse"
3833
- },
3834
- "95": {
3835
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3836
- "qualifiedName": "EthAddress.parse"
3837
- },
3838
- "96": {
3839
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3840
- "qualifiedName": "value"
3841
- },
3842
- "97": {
3843
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3844
- "qualifiedName": "base"
3845
- },
3846
- "98": {
3847
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3848
- "qualifiedName": "EthAddress.__constructor"
3849
- },
3850
- "99": {
3851
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3852
- "qualifiedName": "EthAddress"
3853
- },
3854
- "100": {
3855
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3856
- "qualifiedName": "EthAddress.type"
3857
- },
3858
- "101": {
3859
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3860
- "qualifiedName": "EthAddress.address"
3861
- },
3862
- "102": {
3863
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3864
- "qualifiedName": "EthAddress.equals"
3865
- },
3866
- "103": {
3867
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3868
- "qualifiedName": "EthAddress.equals"
3869
- },
3870
- "104": {
3871
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3872
- "qualifiedName": "address"
3873
- },
3874
- "105": {
3875
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3876
- "qualifiedName": "EthAddress.toBigNumber"
3877
- },
3878
- "106": {
3879
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3880
- "qualifiedName": "EthAddress.toBigNumber"
3881
- },
3882
- "107": {
3883
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3884
- "qualifiedName": "EthAddress.toHex"
3885
- },
3886
- "108": {
3887
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3888
- "qualifiedName": "EthAddress.toHex"
3889
- },
3890
- "109": {
3891
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3892
- "qualifiedName": "EthAddress.toJSON"
3893
- },
3894
- "110": {
3895
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3896
- "qualifiedName": "EthAddress.toJSON"
3897
- },
3898
- "111": {
3899
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3900
- "qualifiedName": "EthAddress.toLowerCaseString"
3901
- },
3902
- "112": {
3903
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3904
- "qualifiedName": "EthAddress.toLowerCaseString"
3905
- },
3906
- "113": {
3907
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3908
- "qualifiedName": "EthAddress.toShortString"
3909
- },
3910
- "114": {
3911
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3912
- "qualifiedName": "EthAddress.toShortString"
3913
- },
3914
- "115": {
3915
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3916
- "qualifiedName": "length"
3917
- },
3918
- "116": {
3919
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3920
- "qualifiedName": "EthAddress.toString"
3921
- },
3922
- "117": {
3923
- "sourceFileName": "packages/eth-address/src/EthAddress.ts",
3924
- "qualifiedName": "EthAddress.toString"
3925
- },
3926
- "118": {
3927
- "sourceFileName": "packages/eth-address/src/padHex.ts",
3928
- "qualifiedName": "padHex"
3929
- },
3930
- "119": {
3931
- "sourceFileName": "packages/eth-address/src/padHex.ts",
3932
- "qualifiedName": "padHex"
3933
- },
3934
- "120": {
3935
- "sourceFileName": "packages/eth-address/src/padHex.ts",
3936
- "qualifiedName": "hex"
3937
- },
3938
- "121": {
3939
- "sourceFileName": "packages/eth-address/src/padHex.ts",
3940
- "qualifiedName": "byteCount"
3941
- },
3942
- "122": {
3943
- "sourceFileName": "packages/exists/src/index.ts",
3944
- "qualifiedName": "exists"
3945
- },
3946
- "123": {
3947
- "sourceFileName": "packages/exists/src/index.ts",
3948
- "qualifiedName": "exists"
3949
- },
3950
- "124": {
3951
- "sourceFileName": "packages/exists/src/index.ts",
3952
- "qualifiedName": "T"
3953
- },
3954
- "125": {
3955
- "sourceFileName": "packages/exists/src/index.ts",
3956
- "qualifiedName": "x"
3957
- },
3958
- "126": {
3959
- "sourceFileName": "packages/forget/src/forget.ts",
3960
- "qualifiedName": "forget"
3961
- },
3962
- "127": {
3963
- "sourceFileName": "packages/forget/src/forget.ts",
3964
- "qualifiedName": "forget"
3965
- },
3966
- "128": {
3967
- "sourceFileName": "packages/forget/src/forget.ts",
3968
- "qualifiedName": "promise"
3969
- },
3970
- "129": {
3971
- "sourceFileName": "packages/forget/src/forget.ts",
3972
- "qualifiedName": "timeout"
3973
- },
3974
- "130": {
3975
- "sourceFileName": "packages/forget/src/forget.ts",
3976
- "qualifiedName": "ForgetPromise"
3977
- },
3978
- "131": {
3979
- "sourceFileName": "packages/forget/src/forget.ts",
3980
- "qualifiedName": "ForgetPromise.activeForgets"
3981
- },
3982
- "132": {
3983
- "sourceFileName": "packages/forget/src/forget.ts",
3984
- "qualifiedName": "ForgetPromise.active"
3985
- },
3986
- "133": {
3987
- "sourceFileName": "packages/forget/src/forget.ts",
3988
- "qualifiedName": "ForgetPromise.active"
3989
- },
3990
- "134": {
3991
- "sourceFileName": "packages/forget/src/forget.ts",
3992
- "qualifiedName": "ForgetPromise.awaitInactive"
3993
- },
3994
- "135": {
3995
- "sourceFileName": "packages/forget/src/forget.ts",
3996
- "qualifiedName": "ForgetPromise.awaitInactive"
3997
- },
3998
- "136": {
3999
- "sourceFileName": "packages/forget/src/forget.ts",
4000
- "qualifiedName": "interval"
4001
- },
4002
- "137": {
4003
- "sourceFileName": "packages/forget/src/forget.ts",
4004
- "qualifiedName": "timeout"
4005
- },
4006
- "138": {
4007
- "sourceFileName": "packages/forget/src/forget.ts",
4008
- "qualifiedName": "ForgetPromise.forget"
4009
- },
4010
- "139": {
4011
- "sourceFileName": "packages/forget/src/forget.ts",
4012
- "qualifiedName": "ForgetPromise.forget"
4013
- },
4014
- "140": {
4015
- "sourceFileName": "packages/forget/src/forget.ts",
4016
- "qualifiedName": "promise"
4017
- },
4018
- "141": {
4019
- "sourceFileName": "packages/forget/src/forget.ts",
4020
- "qualifiedName": "timeout"
4021
- },
4022
- "144": {
4023
- "sourceFileName": "packages/log/src/Log.ts",
4024
- "qualifiedName": "LogConfig"
4025
- },
4026
- "145": {
4027
- "sourceFileName": "packages/log/src/Log.ts",
4028
- "qualifiedName": "LogConfig.commitHash"
4029
- },
4030
- "146": {
4031
- "sourceFileName": "packages/log/src/Log.ts",
4032
- "qualifiedName": "LogConfig.devMode"
4033
- },
4034
- "147": {
4035
- "sourceFileName": "packages/log/src/Log.ts",
4036
- "qualifiedName": "LogConfig.payload"
4037
- },
4038
- "148": {
4039
- "sourceFileName": "packages/log/src/Log.ts",
4040
- "qualifiedName": "LogConfig.rollbarToken"
4041
- },
4042
- "149": {
4043
- "sourceFileName": "packages/log/src/Log.ts",
4044
- "qualifiedName": "Log"
4045
- },
4046
- "150": {
4047
- "sourceFileName": "packages/log/src/Log.ts",
4048
- "qualifiedName": "Log.__constructor"
4049
- },
4050
- "151": {
4051
- "sourceFileName": "packages/log/src/Log.ts",
4052
- "qualifiedName": "Log"
4053
- },
4054
- "152": {
4055
- "sourceFileName": "packages/log/src/Log.ts",
4056
- "qualifiedName": "config"
4057
- },
4058
- "153": {
4059
- "sourceFileName": "packages/log/src/Log.ts",
4060
- "qualifiedName": "Log.devMode"
4061
- },
4062
- "154": {
4063
- "sourceFileName": "packages/log/src/Log.ts",
4064
- "qualifiedName": "Log.rollbar"
4065
- },
4066
- "155": {
4067
- "sourceFileName": "packages/log/src/Log.ts",
4068
- "qualifiedName": "Log.debug"
4069
- },
4070
- "156": {
4071
- "sourceFileName": "packages/log/src/Log.ts",
4072
- "qualifiedName": "Log.debug"
4073
- },
4074
- "157": {
4075
- "sourceFileName": "packages/log/src/Log.ts",
4076
- "qualifiedName": "params"
4077
- },
4078
- "158": {
4079
- "sourceFileName": "packages/log/src/Log.ts",
4080
- "qualifiedName": "Log.error"
4081
- },
4082
- "159": {
4083
- "sourceFileName": "packages/log/src/Log.ts",
4084
- "qualifiedName": "Log.error"
4085
- },
4086
- "160": {
4087
- "sourceFileName": "packages/log/src/Log.ts",
4088
- "qualifiedName": "params"
4089
- },
4090
- "161": {
4091
- "sourceFileName": "packages/log/src/Log.ts",
4092
- "qualifiedName": "Log.info"
4093
- },
4094
- "162": {
4095
- "sourceFileName": "packages/log/src/Log.ts",
4096
- "qualifiedName": "Log.info"
4097
- },
4098
- "163": {
4099
- "sourceFileName": "packages/log/src/Log.ts",
4100
- "qualifiedName": "params"
4101
- },
4102
- "164": {
4103
- "sourceFileName": "packages/log/src/Log.ts",
4104
- "qualifiedName": "Log.log"
4105
- },
4106
- "165": {
4107
- "sourceFileName": "packages/log/src/Log.ts",
4108
- "qualifiedName": "Log.log"
4109
- },
4110
- "166": {
4111
- "sourceFileName": "packages/log/src/Log.ts",
4112
- "qualifiedName": "params"
4113
- },
4114
- "167": {
4115
- "sourceFileName": "packages/log/src/Log.ts",
4116
- "qualifiedName": "Log.warn"
4117
- },
4118
- "168": {
4119
- "sourceFileName": "packages/log/src/Log.ts",
4120
- "qualifiedName": "Log.warn"
4121
- },
4122
- "169": {
4123
- "sourceFileName": "packages/log/src/Log.ts",
4124
- "qualifiedName": "params"
4125
- }
4126
- }
4127
- }