@xyo-network/huri 2.42.13 → 2.42.15

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 (2) hide show
  1. package/dist/docs.json +1452 -0
  2. package/package.json +6 -6
package/dist/docs.json ADDED
@@ -0,0 +1,1452 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/huri",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 14,
11
+ "name": "Huri",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 36,
18
+ "name": "constructor",
19
+ "kind": 512,
20
+ "kindString": "Constructor",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "huri/src/Huri.ts",
25
+ "line": 39,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L39"
28
+ }
29
+ ],
30
+ "signatures": [
31
+ {
32
+ "id": 37,
33
+ "name": "new Huri",
34
+ "kind": 16384,
35
+ "kindString": "Constructor signature",
36
+ "flags": {},
37
+ "typeParameter": [
38
+ {
39
+ "id": 42,
40
+ "name": "T",
41
+ "kind": 131072,
42
+ "kindString": "Type parameter",
43
+ "flags": {},
44
+ "type": {
45
+ "type": "intersection",
46
+ "types": [
47
+ {
48
+ "type": "reference",
49
+ "name": "SchemaFields"
50
+ },
51
+ {
52
+ "type": "reference",
53
+ "name": "PayloadFields"
54
+ },
55
+ {
56
+ "type": "reflection",
57
+ "declaration": {
58
+ "id": 38,
59
+ "name": "__type",
60
+ "kind": 65536,
61
+ "kindString": "Type literal",
62
+ "flags": {},
63
+ "children": [
64
+ {
65
+ "id": 39,
66
+ "name": "schema",
67
+ "kind": 1024,
68
+ "kindString": "Property",
69
+ "flags": {},
70
+ "sources": [
71
+ {
72
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
73
+ "line": 19,
74
+ "character": 4
75
+ }
76
+ ],
77
+ "type": {
78
+ "type": "intrinsic",
79
+ "name": "string"
80
+ }
81
+ }
82
+ ],
83
+ "groups": [
84
+ {
85
+ "title": "Properties",
86
+ "children": [
87
+ 39
88
+ ]
89
+ }
90
+ ],
91
+ "sources": [
92
+ {
93
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
94
+ "line": 18,
95
+ "character": 17
96
+ }
97
+ ]
98
+ }
99
+ }
100
+ ]
101
+ },
102
+ "default": {
103
+ "type": "intersection",
104
+ "types": [
105
+ {
106
+ "type": "reference",
107
+ "name": "SchemaFields"
108
+ },
109
+ {
110
+ "type": "reference",
111
+ "name": "PayloadFields"
112
+ },
113
+ {
114
+ "type": "reflection",
115
+ "declaration": {
116
+ "id": 40,
117
+ "name": "__type",
118
+ "kind": 65536,
119
+ "kindString": "Type literal",
120
+ "flags": {},
121
+ "children": [
122
+ {
123
+ "id": 41,
124
+ "name": "schema",
125
+ "kind": 1024,
126
+ "kindString": "Property",
127
+ "flags": {},
128
+ "sources": [
129
+ {
130
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
131
+ "line": 19,
132
+ "character": 4
133
+ }
134
+ ],
135
+ "type": {
136
+ "type": "intrinsic",
137
+ "name": "string"
138
+ }
139
+ }
140
+ ],
141
+ "groups": [
142
+ {
143
+ "title": "Properties",
144
+ "children": [
145
+ 41
146
+ ]
147
+ }
148
+ ],
149
+ "sources": [
150
+ {
151
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
152
+ "line": 18,
153
+ "character": 17
154
+ }
155
+ ]
156
+ }
157
+ }
158
+ ]
159
+ }
160
+ }
161
+ ],
162
+ "parameters": [
163
+ {
164
+ "id": 43,
165
+ "name": "huri",
166
+ "kind": 32768,
167
+ "kindString": "Parameter",
168
+ "flags": {},
169
+ "type": {
170
+ "type": "union",
171
+ "types": [
172
+ {
173
+ "type": "reference",
174
+ "id": 14,
175
+ "typeArguments": [
176
+ {
177
+ "type": "intersection",
178
+ "types": [
179
+ {
180
+ "type": "reference",
181
+ "name": "SchemaFields"
182
+ },
183
+ {
184
+ "type": "reference",
185
+ "name": "PayloadFields"
186
+ },
187
+ {
188
+ "type": "reflection",
189
+ "declaration": {
190
+ "id": 44,
191
+ "name": "__type",
192
+ "kind": 65536,
193
+ "kindString": "Type literal",
194
+ "flags": {},
195
+ "children": [
196
+ {
197
+ "id": 45,
198
+ "name": "schema",
199
+ "kind": 1024,
200
+ "kindString": "Property",
201
+ "flags": {},
202
+ "sources": [
203
+ {
204
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
205
+ "line": 19,
206
+ "character": 4
207
+ }
208
+ ],
209
+ "type": {
210
+ "type": "intrinsic",
211
+ "name": "string"
212
+ }
213
+ }
214
+ ],
215
+ "groups": [
216
+ {
217
+ "title": "Properties",
218
+ "children": [
219
+ 45
220
+ ]
221
+ }
222
+ ],
223
+ "sources": [
224
+ {
225
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
226
+ "line": 18,
227
+ "character": 17
228
+ }
229
+ ]
230
+ }
231
+ }
232
+ ]
233
+ }
234
+ ],
235
+ "name": "Huri"
236
+ },
237
+ {
238
+ "type": "reference",
239
+ "name": "DataLike"
240
+ }
241
+ ]
242
+ }
243
+ },
244
+ {
245
+ "id": 46,
246
+ "name": "__namedParameters",
247
+ "kind": 32768,
248
+ "kindString": "Parameter",
249
+ "flags": {},
250
+ "type": {
251
+ "type": "reference",
252
+ "id": 6,
253
+ "name": "HuriOptions"
254
+ },
255
+ "defaultValue": "{}"
256
+ }
257
+ ],
258
+ "type": {
259
+ "type": "reference",
260
+ "id": 14,
261
+ "typeArguments": [
262
+ {
263
+ "type": "reference",
264
+ "id": 42,
265
+ "name": "T"
266
+ }
267
+ ],
268
+ "name": "Huri"
269
+ }
270
+ }
271
+ ]
272
+ },
273
+ {
274
+ "id": 47,
275
+ "name": "archive",
276
+ "kind": 1024,
277
+ "kindString": "Property",
278
+ "flags": {
279
+ "isPublic": true,
280
+ "isOptional": true
281
+ },
282
+ "sources": [
283
+ {
284
+ "fileName": "huri/src/Huri.ts",
285
+ "line": 31,
286
+ "character": 9,
287
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L31"
288
+ }
289
+ ],
290
+ "type": {
291
+ "type": "intrinsic",
292
+ "name": "string"
293
+ }
294
+ },
295
+ {
296
+ "id": 48,
297
+ "name": "archivist",
298
+ "kind": 1024,
299
+ "kindString": "Property",
300
+ "flags": {
301
+ "isPublic": true,
302
+ "isOptional": true
303
+ },
304
+ "sources": [
305
+ {
306
+ "fileName": "huri/src/Huri.ts",
307
+ "line": 32,
308
+ "character": 9,
309
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L32"
310
+ }
311
+ ],
312
+ "type": {
313
+ "type": "intrinsic",
314
+ "name": "string"
315
+ }
316
+ },
317
+ {
318
+ "id": 49,
319
+ "name": "hash",
320
+ "kind": 1024,
321
+ "kindString": "Property",
322
+ "flags": {
323
+ "isPublic": true
324
+ },
325
+ "sources": [
326
+ {
327
+ "fileName": "huri/src/Huri.ts",
328
+ "line": 33,
329
+ "character": 9,
330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L33"
331
+ }
332
+ ],
333
+ "type": {
334
+ "type": "intrinsic",
335
+ "name": "string"
336
+ }
337
+ },
338
+ {
339
+ "id": 52,
340
+ "name": "isHuri",
341
+ "kind": 1024,
342
+ "kindString": "Property",
343
+ "flags": {
344
+ "isPrivate": true
345
+ },
346
+ "sources": [
347
+ {
348
+ "fileName": "huri/src/Huri.ts",
349
+ "line": 37,
350
+ "character": 10,
351
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L37"
352
+ }
353
+ ],
354
+ "type": {
355
+ "type": "intrinsic",
356
+ "name": "boolean"
357
+ },
358
+ "defaultValue": "true"
359
+ },
360
+ {
361
+ "id": 50,
362
+ "name": "originalHref",
363
+ "kind": 1024,
364
+ "kindString": "Property",
365
+ "flags": {
366
+ "isPublic": true
367
+ },
368
+ "sources": [
369
+ {
370
+ "fileName": "huri/src/Huri.ts",
371
+ "line": 34,
372
+ "character": 9,
373
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L34"
374
+ }
375
+ ],
376
+ "type": {
377
+ "type": "intrinsic",
378
+ "name": "string"
379
+ }
380
+ },
381
+ {
382
+ "id": 51,
383
+ "name": "protocol",
384
+ "kind": 1024,
385
+ "kindString": "Property",
386
+ "flags": {
387
+ "isPublic": true,
388
+ "isOptional": true
389
+ },
390
+ "sources": [
391
+ {
392
+ "fileName": "huri/src/Huri.ts",
393
+ "line": 35,
394
+ "character": 9,
395
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L35"
396
+ }
397
+ ],
398
+ "type": {
399
+ "type": "intrinsic",
400
+ "name": "string"
401
+ }
402
+ },
403
+ {
404
+ "id": 53,
405
+ "name": "href",
406
+ "kind": 262144,
407
+ "kindString": "Accessor",
408
+ "flags": {
409
+ "isPublic": true
410
+ },
411
+ "sources": [
412
+ {
413
+ "fileName": "huri/src/Huri.ts",
414
+ "line": 62,
415
+ "character": 13,
416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L62"
417
+ }
418
+ ],
419
+ "getSignature": {
420
+ "id": 54,
421
+ "name": "href",
422
+ "kind": 524288,
423
+ "kindString": "Get signature",
424
+ "flags": {},
425
+ "type": {
426
+ "type": "intrinsic",
427
+ "name": "string"
428
+ }
429
+ }
430
+ },
431
+ {
432
+ "id": 55,
433
+ "name": "fetch",
434
+ "kind": 2048,
435
+ "kindString": "Method",
436
+ "flags": {
437
+ "isPublic": true
438
+ },
439
+ "sources": [
440
+ {
441
+ "fileName": "huri/src/Huri.ts",
442
+ "line": 111,
443
+ "character": 15,
444
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L111"
445
+ }
446
+ ],
447
+ "signatures": [
448
+ {
449
+ "id": 56,
450
+ "name": "fetch",
451
+ "kind": 4096,
452
+ "kindString": "Call signature",
453
+ "flags": {},
454
+ "type": {
455
+ "type": "reference",
456
+ "typeArguments": [
457
+ {
458
+ "type": "union",
459
+ "types": [
460
+ {
461
+ "type": "intrinsic",
462
+ "name": "undefined"
463
+ },
464
+ {
465
+ "type": "reference",
466
+ "id": 42,
467
+ "name": "T"
468
+ }
469
+ ]
470
+ }
471
+ ],
472
+ "name": "Promise",
473
+ "qualifiedName": "Promise",
474
+ "package": "typescript"
475
+ }
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "id": 59,
481
+ "name": "parsePath",
482
+ "kind": 2048,
483
+ "kindString": "Method",
484
+ "flags": {
485
+ "isPrivate": true
486
+ },
487
+ "sources": [
488
+ {
489
+ "fileName": "huri/src/Huri.ts",
490
+ "line": 119,
491
+ "character": 10,
492
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L119"
493
+ }
494
+ ],
495
+ "signatures": [
496
+ {
497
+ "id": 60,
498
+ "name": "parsePath",
499
+ "kind": 4096,
500
+ "kindString": "Call signature",
501
+ "flags": {},
502
+ "parameters": [
503
+ {
504
+ "id": 61,
505
+ "name": "path",
506
+ "kind": 32768,
507
+ "kindString": "Parameter",
508
+ "flags": {},
509
+ "type": {
510
+ "type": "intrinsic",
511
+ "name": "string"
512
+ }
513
+ },
514
+ {
515
+ "id": 62,
516
+ "name": "hasProtocol",
517
+ "kind": 32768,
518
+ "kindString": "Parameter",
519
+ "flags": {},
520
+ "type": {
521
+ "type": "intrinsic",
522
+ "name": "boolean"
523
+ }
524
+ }
525
+ ],
526
+ "type": {
527
+ "type": "intrinsic",
528
+ "name": "string"
529
+ }
530
+ }
531
+ ]
532
+ },
533
+ {
534
+ "id": 57,
535
+ "name": "toString",
536
+ "kind": 2048,
537
+ "kindString": "Method",
538
+ "flags": {
539
+ "isPublic": true
540
+ },
541
+ "sources": [
542
+ {
543
+ "fileName": "huri/src/Huri.ts",
544
+ "line": 115,
545
+ "character": 9,
546
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L115"
547
+ }
548
+ ],
549
+ "signatures": [
550
+ {
551
+ "id": 58,
552
+ "name": "toString",
553
+ "kind": 4096,
554
+ "kindString": "Call signature",
555
+ "flags": {},
556
+ "type": {
557
+ "type": "intrinsic",
558
+ "name": "string"
559
+ }
560
+ }
561
+ ]
562
+ },
563
+ {
564
+ "id": 63,
565
+ "name": "validateParse",
566
+ "kind": 2048,
567
+ "kindString": "Method",
568
+ "flags": {
569
+ "isPrivate": true
570
+ },
571
+ "sources": [
572
+ {
573
+ "fileName": "huri/src/Huri.ts",
574
+ "line": 143,
575
+ "character": 10,
576
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L143"
577
+ }
578
+ ],
579
+ "signatures": [
580
+ {
581
+ "id": 64,
582
+ "name": "validateParse",
583
+ "kind": 4096,
584
+ "kindString": "Call signature",
585
+ "flags": {},
586
+ "type": {
587
+ "type": "intrinsic",
588
+ "name": "void"
589
+ }
590
+ }
591
+ ]
592
+ },
593
+ {
594
+ "id": 15,
595
+ "name": "fetch",
596
+ "kind": 2048,
597
+ "kindString": "Method",
598
+ "flags": {
599
+ "isStatic": true
600
+ },
601
+ "sources": [
602
+ {
603
+ "fileName": "huri/src/Huri.ts",
604
+ "line": 77,
605
+ "character": 15,
606
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L77"
607
+ }
608
+ ],
609
+ "signatures": [
610
+ {
611
+ "id": 16,
612
+ "name": "fetch",
613
+ "kind": 4096,
614
+ "kindString": "Call signature",
615
+ "flags": {},
616
+ "typeParameter": [
617
+ {
618
+ "id": 21,
619
+ "name": "T",
620
+ "kind": 131072,
621
+ "kindString": "Type parameter",
622
+ "flags": {},
623
+ "type": {
624
+ "type": "intersection",
625
+ "types": [
626
+ {
627
+ "type": "reference",
628
+ "name": "SchemaFields"
629
+ },
630
+ {
631
+ "type": "reference",
632
+ "name": "PayloadFields"
633
+ },
634
+ {
635
+ "type": "reflection",
636
+ "declaration": {
637
+ "id": 17,
638
+ "name": "__type",
639
+ "kind": 65536,
640
+ "kindString": "Type literal",
641
+ "flags": {},
642
+ "children": [
643
+ {
644
+ "id": 18,
645
+ "name": "schema",
646
+ "kind": 1024,
647
+ "kindString": "Property",
648
+ "flags": {},
649
+ "sources": [
650
+ {
651
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
652
+ "line": 19,
653
+ "character": 4
654
+ }
655
+ ],
656
+ "type": {
657
+ "type": "intrinsic",
658
+ "name": "string"
659
+ }
660
+ }
661
+ ],
662
+ "groups": [
663
+ {
664
+ "title": "Properties",
665
+ "children": [
666
+ 18
667
+ ]
668
+ }
669
+ ],
670
+ "sources": [
671
+ {
672
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
673
+ "line": 18,
674
+ "character": 17
675
+ }
676
+ ]
677
+ }
678
+ }
679
+ ]
680
+ },
681
+ "default": {
682
+ "type": "intersection",
683
+ "types": [
684
+ {
685
+ "type": "reference",
686
+ "name": "SchemaFields"
687
+ },
688
+ {
689
+ "type": "reference",
690
+ "name": "PayloadFields"
691
+ },
692
+ {
693
+ "type": "reflection",
694
+ "declaration": {
695
+ "id": 19,
696
+ "name": "__type",
697
+ "kind": 65536,
698
+ "kindString": "Type literal",
699
+ "flags": {},
700
+ "children": [
701
+ {
702
+ "id": 20,
703
+ "name": "schema",
704
+ "kind": 1024,
705
+ "kindString": "Property",
706
+ "flags": {},
707
+ "sources": [
708
+ {
709
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
710
+ "line": 19,
711
+ "character": 4
712
+ }
713
+ ],
714
+ "type": {
715
+ "type": "intrinsic",
716
+ "name": "string"
717
+ }
718
+ }
719
+ ],
720
+ "groups": [
721
+ {
722
+ "title": "Properties",
723
+ "children": [
724
+ 20
725
+ ]
726
+ }
727
+ ],
728
+ "sources": [
729
+ {
730
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
731
+ "line": 18,
732
+ "character": 17
733
+ }
734
+ ]
735
+ }
736
+ }
737
+ ]
738
+ }
739
+ }
740
+ ],
741
+ "parameters": [
742
+ {
743
+ "id": 22,
744
+ "name": "huri",
745
+ "kind": 32768,
746
+ "kindString": "Parameter",
747
+ "flags": {},
748
+ "type": {
749
+ "type": "reference",
750
+ "id": 14,
751
+ "typeArguments": [
752
+ {
753
+ "type": "intersection",
754
+ "types": [
755
+ {
756
+ "type": "reference",
757
+ "name": "SchemaFields"
758
+ },
759
+ {
760
+ "type": "reference",
761
+ "name": "PayloadFields"
762
+ },
763
+ {
764
+ "type": "reflection",
765
+ "declaration": {
766
+ "id": 23,
767
+ "name": "__type",
768
+ "kind": 65536,
769
+ "kindString": "Type literal",
770
+ "flags": {},
771
+ "children": [
772
+ {
773
+ "id": 24,
774
+ "name": "schema",
775
+ "kind": 1024,
776
+ "kindString": "Property",
777
+ "flags": {},
778
+ "sources": [
779
+ {
780
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
781
+ "line": 19,
782
+ "character": 4
783
+ }
784
+ ],
785
+ "type": {
786
+ "type": "intrinsic",
787
+ "name": "string"
788
+ }
789
+ }
790
+ ],
791
+ "groups": [
792
+ {
793
+ "title": "Properties",
794
+ "children": [
795
+ 24
796
+ ]
797
+ }
798
+ ],
799
+ "sources": [
800
+ {
801
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
802
+ "line": 18,
803
+ "character": 17
804
+ }
805
+ ]
806
+ }
807
+ }
808
+ ]
809
+ }
810
+ ],
811
+ "name": "Huri"
812
+ }
813
+ }
814
+ ],
815
+ "type": {
816
+ "type": "reference",
817
+ "typeArguments": [
818
+ {
819
+ "type": "union",
820
+ "types": [
821
+ {
822
+ "type": "intrinsic",
823
+ "name": "undefined"
824
+ },
825
+ {
826
+ "type": "reference",
827
+ "id": 21,
828
+ "name": "T"
829
+ }
830
+ ]
831
+ }
832
+ ],
833
+ "name": "Promise",
834
+ "qualifiedName": "Promise",
835
+ "package": "typescript"
836
+ }
837
+ }
838
+ ]
839
+ },
840
+ {
841
+ "id": 25,
842
+ "name": "isHuri",
843
+ "kind": 2048,
844
+ "kindString": "Method",
845
+ "flags": {
846
+ "isPublic": true,
847
+ "isStatic": true
848
+ },
849
+ "sources": [
850
+ {
851
+ "fileName": "huri/src/Huri.ts",
852
+ "line": 81,
853
+ "character": 16,
854
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L81"
855
+ }
856
+ ],
857
+ "signatures": [
858
+ {
859
+ "id": 26,
860
+ "name": "isHuri",
861
+ "kind": 4096,
862
+ "kindString": "Call signature",
863
+ "flags": {},
864
+ "parameters": [
865
+ {
866
+ "id": 27,
867
+ "name": "value",
868
+ "kind": 32768,
869
+ "kindString": "Parameter",
870
+ "flags": {},
871
+ "type": {
872
+ "type": "intrinsic",
873
+ "name": "unknown"
874
+ }
875
+ }
876
+ ],
877
+ "type": {
878
+ "type": "union",
879
+ "types": [
880
+ {
881
+ "type": "intrinsic",
882
+ "name": "undefined"
883
+ },
884
+ {
885
+ "type": "reference",
886
+ "id": 14,
887
+ "typeArguments": [
888
+ {
889
+ "type": "intersection",
890
+ "types": [
891
+ {
892
+ "type": "reference",
893
+ "name": "SchemaFields"
894
+ },
895
+ {
896
+ "type": "reference",
897
+ "name": "PayloadFields"
898
+ },
899
+ {
900
+ "type": "reflection",
901
+ "declaration": {
902
+ "id": 28,
903
+ "name": "__type",
904
+ "kind": 65536,
905
+ "kindString": "Type literal",
906
+ "flags": {},
907
+ "children": [
908
+ {
909
+ "id": 29,
910
+ "name": "schema",
911
+ "kind": 1024,
912
+ "kindString": "Property",
913
+ "flags": {},
914
+ "sources": [
915
+ {
916
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
917
+ "line": 19,
918
+ "character": 4
919
+ }
920
+ ],
921
+ "type": {
922
+ "type": "intrinsic",
923
+ "name": "string"
924
+ }
925
+ }
926
+ ],
927
+ "groups": [
928
+ {
929
+ "title": "Properties",
930
+ "children": [
931
+ 29
932
+ ]
933
+ }
934
+ ],
935
+ "sources": [
936
+ {
937
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
938
+ "line": 18,
939
+ "character": 17
940
+ }
941
+ ]
942
+ }
943
+ }
944
+ ]
945
+ }
946
+ ],
947
+ "name": "Huri"
948
+ }
949
+ ]
950
+ }
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ "id": 30,
956
+ "name": "parsePath",
957
+ "kind": 2048,
958
+ "kindString": "Method",
959
+ "flags": {
960
+ "isPrivate": true,
961
+ "isStatic": true
962
+ },
963
+ "sources": [
964
+ {
965
+ "fileName": "huri/src/Huri.ts",
966
+ "line": 88,
967
+ "character": 17,
968
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L88"
969
+ }
970
+ ],
971
+ "signatures": [
972
+ {
973
+ "id": 31,
974
+ "name": "parsePath",
975
+ "kind": 4096,
976
+ "kindString": "Call signature",
977
+ "flags": {},
978
+ "parameters": [
979
+ {
980
+ "id": 32,
981
+ "name": "huri",
982
+ "kind": 32768,
983
+ "kindString": "Parameter",
984
+ "flags": {},
985
+ "type": {
986
+ "type": "intrinsic",
987
+ "name": "string"
988
+ }
989
+ }
990
+ ],
991
+ "type": {
992
+ "type": "union",
993
+ "types": [
994
+ {
995
+ "type": "intrinsic",
996
+ "name": "undefined"
997
+ },
998
+ {
999
+ "type": "intrinsic",
1000
+ "name": "string"
1001
+ }
1002
+ ]
1003
+ }
1004
+ }
1005
+ ]
1006
+ },
1007
+ {
1008
+ "id": 33,
1009
+ "name": "parseProtocol",
1010
+ "kind": 2048,
1011
+ "kindString": "Method",
1012
+ "flags": {
1013
+ "isPrivate": true,
1014
+ "isStatic": true
1015
+ },
1016
+ "sources": [
1017
+ {
1018
+ "fileName": "huri/src/Huri.ts",
1019
+ "line": 99,
1020
+ "character": 17,
1021
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L99"
1022
+ }
1023
+ ],
1024
+ "signatures": [
1025
+ {
1026
+ "id": 34,
1027
+ "name": "parseProtocol",
1028
+ "kind": 4096,
1029
+ "kindString": "Call signature",
1030
+ "flags": {},
1031
+ "parameters": [
1032
+ {
1033
+ "id": 35,
1034
+ "name": "huri",
1035
+ "kind": 32768,
1036
+ "kindString": "Parameter",
1037
+ "flags": {},
1038
+ "type": {
1039
+ "type": "intrinsic",
1040
+ "name": "string"
1041
+ }
1042
+ }
1043
+ ],
1044
+ "type": {
1045
+ "type": "union",
1046
+ "types": [
1047
+ {
1048
+ "type": "intrinsic",
1049
+ "name": "undefined"
1050
+ },
1051
+ {
1052
+ "type": "intrinsic",
1053
+ "name": "string"
1054
+ }
1055
+ ]
1056
+ }
1057
+ }
1058
+ ]
1059
+ }
1060
+ ],
1061
+ "groups": [
1062
+ {
1063
+ "title": "Constructors",
1064
+ "children": [
1065
+ 36
1066
+ ]
1067
+ },
1068
+ {
1069
+ "title": "Properties",
1070
+ "children": [
1071
+ 47,
1072
+ 48,
1073
+ 49,
1074
+ 52,
1075
+ 50,
1076
+ 51
1077
+ ]
1078
+ },
1079
+ {
1080
+ "title": "Accessors",
1081
+ "children": [
1082
+ 53
1083
+ ]
1084
+ },
1085
+ {
1086
+ "title": "Methods",
1087
+ "children": [
1088
+ 55,
1089
+ 59,
1090
+ 57,
1091
+ 63,
1092
+ 15,
1093
+ 25,
1094
+ 30,
1095
+ 33
1096
+ ]
1097
+ }
1098
+ ],
1099
+ "sources": [
1100
+ {
1101
+ "fileName": "huri/src/Huri.ts",
1102
+ "line": 30,
1103
+ "character": 13,
1104
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L30"
1105
+ }
1106
+ ],
1107
+ "typeParameters": [
1108
+ {
1109
+ "id": 65,
1110
+ "name": "T",
1111
+ "kind": 131072,
1112
+ "kindString": "Type parameter",
1113
+ "flags": {},
1114
+ "type": {
1115
+ "type": "reference",
1116
+ "name": "XyoPayload"
1117
+ },
1118
+ "default": {
1119
+ "type": "reference",
1120
+ "name": "XyoPayload"
1121
+ }
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "id": 8,
1127
+ "name": "FetchedPayload",
1128
+ "kind": 256,
1129
+ "kindString": "Interface",
1130
+ "flags": {},
1131
+ "children": [
1132
+ {
1133
+ "id": 9,
1134
+ "name": "huri",
1135
+ "kind": 1024,
1136
+ "kindString": "Property",
1137
+ "flags": {
1138
+ "isOptional": true
1139
+ },
1140
+ "sources": [
1141
+ {
1142
+ "fileName": "huri/src/Huri.ts",
1143
+ "line": 26,
1144
+ "character": 2,
1145
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L26"
1146
+ }
1147
+ ],
1148
+ "type": {
1149
+ "type": "reference",
1150
+ "id": 14,
1151
+ "typeArguments": [
1152
+ {
1153
+ "type": "intersection",
1154
+ "types": [
1155
+ {
1156
+ "type": "reference",
1157
+ "name": "SchemaFields"
1158
+ },
1159
+ {
1160
+ "type": "reference",
1161
+ "name": "PayloadFields"
1162
+ },
1163
+ {
1164
+ "type": "reflection",
1165
+ "declaration": {
1166
+ "id": 10,
1167
+ "name": "__type",
1168
+ "kind": 65536,
1169
+ "kindString": "Type literal",
1170
+ "flags": {},
1171
+ "children": [
1172
+ {
1173
+ "id": 11,
1174
+ "name": "schema",
1175
+ "kind": 1024,
1176
+ "kindString": "Property",
1177
+ "flags": {},
1178
+ "sources": [
1179
+ {
1180
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
1181
+ "line": 19,
1182
+ "character": 4
1183
+ }
1184
+ ],
1185
+ "type": {
1186
+ "type": "intrinsic",
1187
+ "name": "string"
1188
+ }
1189
+ }
1190
+ ],
1191
+ "groups": [
1192
+ {
1193
+ "title": "Properties",
1194
+ "children": [
1195
+ 11
1196
+ ]
1197
+ }
1198
+ ],
1199
+ "sources": [
1200
+ {
1201
+ "fileName": "model/dist/esm/XyoPayload.d.ts",
1202
+ "line": 18,
1203
+ "character": 17
1204
+ }
1205
+ ]
1206
+ }
1207
+ }
1208
+ ]
1209
+ }
1210
+ ],
1211
+ "name": "Huri"
1212
+ }
1213
+ },
1214
+ {
1215
+ "id": 12,
1216
+ "name": "payload",
1217
+ "kind": 1024,
1218
+ "kindString": "Property",
1219
+ "flags": {},
1220
+ "sources": [
1221
+ {
1222
+ "fileName": "huri/src/Huri.ts",
1223
+ "line": 27,
1224
+ "character": 2,
1225
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L27"
1226
+ }
1227
+ ],
1228
+ "type": {
1229
+ "type": "reference",
1230
+ "id": 13,
1231
+ "name": "T"
1232
+ }
1233
+ }
1234
+ ],
1235
+ "groups": [
1236
+ {
1237
+ "title": "Properties",
1238
+ "children": [
1239
+ 9,
1240
+ 12
1241
+ ]
1242
+ }
1243
+ ],
1244
+ "sources": [
1245
+ {
1246
+ "fileName": "huri/src/Huri.ts",
1247
+ "line": 25,
1248
+ "character": 17,
1249
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L25"
1250
+ }
1251
+ ],
1252
+ "typeParameters": [
1253
+ {
1254
+ "id": 13,
1255
+ "name": "T",
1256
+ "kind": 131072,
1257
+ "kindString": "Type parameter",
1258
+ "flags": {},
1259
+ "type": {
1260
+ "type": "reference",
1261
+ "name": "XyoPayload"
1262
+ },
1263
+ "default": {
1264
+ "type": "reference",
1265
+ "name": "XyoPayload"
1266
+ }
1267
+ }
1268
+ ]
1269
+ },
1270
+ {
1271
+ "id": 6,
1272
+ "name": "HuriOptions",
1273
+ "kind": 256,
1274
+ "kindString": "Interface",
1275
+ "flags": {},
1276
+ "children": [
1277
+ {
1278
+ "id": 7,
1279
+ "name": "archivistUri",
1280
+ "kind": 1024,
1281
+ "kindString": "Property",
1282
+ "flags": {
1283
+ "isOptional": true
1284
+ },
1285
+ "sources": [
1286
+ {
1287
+ "fileName": "huri/src/Huri.ts",
1288
+ "line": 22,
1289
+ "character": 2,
1290
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L22"
1291
+ }
1292
+ ],
1293
+ "type": {
1294
+ "type": "intrinsic",
1295
+ "name": "string"
1296
+ }
1297
+ }
1298
+ ],
1299
+ "groups": [
1300
+ {
1301
+ "title": "Properties",
1302
+ "children": [
1303
+ 7
1304
+ ]
1305
+ }
1306
+ ],
1307
+ "sources": [
1308
+ {
1309
+ "fileName": "huri/src/Huri.ts",
1310
+ "line": 21,
1311
+ "character": 17,
1312
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L21"
1313
+ }
1314
+ ]
1315
+ },
1316
+ {
1317
+ "id": 2,
1318
+ "name": "HuriFetchFunction",
1319
+ "kind": 4194304,
1320
+ "kindString": "Type alias",
1321
+ "flags": {},
1322
+ "sources": [
1323
+ {
1324
+ "fileName": "huri/src/Huri.ts",
1325
+ "line": 9,
1326
+ "character": 12,
1327
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L9"
1328
+ }
1329
+ ],
1330
+ "type": {
1331
+ "type": "reflection",
1332
+ "declaration": {
1333
+ "id": 3,
1334
+ "name": "__type",
1335
+ "kind": 65536,
1336
+ "kindString": "Type literal",
1337
+ "flags": {},
1338
+ "sources": [
1339
+ {
1340
+ "fileName": "huri/src/Huri.ts",
1341
+ "line": 9,
1342
+ "character": 32,
1343
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L9"
1344
+ }
1345
+ ],
1346
+ "signatures": [
1347
+ {
1348
+ "id": 4,
1349
+ "name": "__type",
1350
+ "kind": 4096,
1351
+ "kindString": "Call signature",
1352
+ "flags": {},
1353
+ "parameters": [
1354
+ {
1355
+ "id": 5,
1356
+ "name": "huri",
1357
+ "kind": 32768,
1358
+ "kindString": "Parameter",
1359
+ "flags": {},
1360
+ "type": {
1361
+ "type": "reference",
1362
+ "id": 14,
1363
+ "name": "Huri"
1364
+ }
1365
+ }
1366
+ ],
1367
+ "type": {
1368
+ "type": "reference",
1369
+ "typeArguments": [
1370
+ {
1371
+ "type": "union",
1372
+ "types": [
1373
+ {
1374
+ "type": "reference",
1375
+ "name": "XyoPayload"
1376
+ },
1377
+ {
1378
+ "type": "intrinsic",
1379
+ "name": "undefined"
1380
+ }
1381
+ ]
1382
+ }
1383
+ ],
1384
+ "name": "Promise",
1385
+ "qualifiedName": "Promise",
1386
+ "package": "typescript"
1387
+ }
1388
+ }
1389
+ ]
1390
+ }
1391
+ }
1392
+ },
1393
+ {
1394
+ "id": 1,
1395
+ "name": "XyoObjectCategory",
1396
+ "kind": 4194304,
1397
+ "kindString": "Type alias",
1398
+ "flags": {},
1399
+ "sources": [
1400
+ {
1401
+ "fileName": "huri/src/Huri.ts",
1402
+ "line": 7,
1403
+ "character": 12,
1404
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/Huri.ts#L7"
1405
+ }
1406
+ ],
1407
+ "type": {
1408
+ "type": "union",
1409
+ "types": [
1410
+ {
1411
+ "type": "literal",
1412
+ "value": "block"
1413
+ },
1414
+ {
1415
+ "type": "literal",
1416
+ "value": "payload"
1417
+ }
1418
+ ]
1419
+ }
1420
+ }
1421
+ ],
1422
+ "groups": [
1423
+ {
1424
+ "title": "Classes",
1425
+ "children": [
1426
+ 14
1427
+ ]
1428
+ },
1429
+ {
1430
+ "title": "Interfaces",
1431
+ "children": [
1432
+ 8,
1433
+ 6
1434
+ ]
1435
+ },
1436
+ {
1437
+ "title": "Type Aliases",
1438
+ "children": [
1439
+ 2,
1440
+ 1
1441
+ ]
1442
+ }
1443
+ ],
1444
+ "sources": [
1445
+ {
1446
+ "fileName": "huri/src/index.ts",
1447
+ "line": 1,
1448
+ "character": 0,
1449
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/payload/packages/huri/src/index.ts#L1"
1450
+ }
1451
+ ]
1452
+ }