@xyo-network/payload-plugin 2.73.0 → 2.73.1

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 +2276 -0
  2. package/package.json +6 -6
package/dist/docs.json ADDED
@@ -0,0 +1,2276 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/payload-plugin",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 38,
10
+ "name": "PayloadPluginResolver",
11
+ "variant": "declaration",
12
+ "kind": 128,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 39,
17
+ "name": "constructor",
18
+ "variant": "declaration",
19
+ "kind": 512,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
24
+ "line": 14,
25
+ "character": 2,
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L14"
27
+ }
28
+ ],
29
+ "signatures": [
30
+ {
31
+ "id": 40,
32
+ "name": "new PayloadPluginResolver",
33
+ "variant": "signature",
34
+ "kind": 16384,
35
+ "flags": {},
36
+ "sources": [
37
+ {
38
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
39
+ "line": 14,
40
+ "character": 2,
41
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L14"
42
+ }
43
+ ],
44
+ "parameters": [
45
+ {
46
+ "id": 41,
47
+ "name": "plugins",
48
+ "variant": "param",
49
+ "kind": 32768,
50
+ "flags": {
51
+ "isOptional": true
52
+ },
53
+ "comment": {
54
+ "summary": [],
55
+ "blockTags": [
56
+ {
57
+ "tag": "@param",
58
+ "name": "plugins",
59
+ "content": [
60
+ {
61
+ "kind": "text",
62
+ "text": "The initial set of plugins"
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ },
68
+ "type": {
69
+ "type": "array",
70
+ "elementType": {
71
+ "type": "reference",
72
+ "target": 19,
73
+ "typeArguments": [
74
+ {
75
+ "type": "intersection",
76
+ "types": [
77
+ {
78
+ "type": "reference",
79
+ "target": {
80
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
81
+ "qualifiedName": "SchemaFields"
82
+ },
83
+ "name": "SchemaFields",
84
+ "package": "@xyo-network/payload-model"
85
+ },
86
+ {
87
+ "type": "reference",
88
+ "target": {
89
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
90
+ "qualifiedName": "PayloadFields"
91
+ },
92
+ "name": "PayloadFields",
93
+ "package": "@xyo-network/payload-model"
94
+ },
95
+ {
96
+ "type": "reflection",
97
+ "declaration": {
98
+ "id": 42,
99
+ "name": "__type",
100
+ "variant": "declaration",
101
+ "kind": 65536,
102
+ "flags": {},
103
+ "children": [
104
+ {
105
+ "id": 43,
106
+ "name": "schema",
107
+ "variant": "declaration",
108
+ "kind": 1024,
109
+ "flags": {},
110
+ "sources": [
111
+ {
112
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
113
+ "line": 19,
114
+ "character": 4
115
+ }
116
+ ],
117
+ "type": {
118
+ "type": "intrinsic",
119
+ "name": "string"
120
+ }
121
+ }
122
+ ],
123
+ "groups": [
124
+ {
125
+ "title": "Properties",
126
+ "children": [
127
+ 43
128
+ ]
129
+ }
130
+ ],
131
+ "sources": [
132
+ {
133
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
134
+ "line": 18,
135
+ "character": 17
136
+ }
137
+ ]
138
+ }
139
+ }
140
+ ]
141
+ }
142
+ ],
143
+ "name": "PayloadPlugin",
144
+ "package": "@xyo-network/payload-plugin"
145
+ }
146
+ }
147
+ },
148
+ {
149
+ "id": 44,
150
+ "name": "defaultPlugin",
151
+ "variant": "param",
152
+ "kind": 32768,
153
+ "flags": {},
154
+ "comment": {
155
+ "summary": [],
156
+ "blockTags": [
157
+ {
158
+ "tag": "@param",
159
+ "name": "defaultPlugin",
160
+ "content": [
161
+ {
162
+ "kind": "text",
163
+ "text": "Specifies the plugin to be used if no plugins resolve"
164
+ }
165
+ ]
166
+ }
167
+ ]
168
+ },
169
+ "type": {
170
+ "type": "reference",
171
+ "target": 19,
172
+ "typeArguments": [
173
+ {
174
+ "type": "intersection",
175
+ "types": [
176
+ {
177
+ "type": "reference",
178
+ "target": {
179
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
180
+ "qualifiedName": "SchemaFields"
181
+ },
182
+ "name": "SchemaFields",
183
+ "package": "@xyo-network/payload-model"
184
+ },
185
+ {
186
+ "type": "reference",
187
+ "target": {
188
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
189
+ "qualifiedName": "PayloadFields"
190
+ },
191
+ "name": "PayloadFields",
192
+ "package": "@xyo-network/payload-model"
193
+ },
194
+ {
195
+ "type": "reflection",
196
+ "declaration": {
197
+ "id": 45,
198
+ "name": "__type",
199
+ "variant": "declaration",
200
+ "kind": 65536,
201
+ "flags": {},
202
+ "children": [
203
+ {
204
+ "id": 46,
205
+ "name": "schema",
206
+ "variant": "declaration",
207
+ "kind": 1024,
208
+ "flags": {},
209
+ "sources": [
210
+ {
211
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
212
+ "line": 19,
213
+ "character": 4
214
+ }
215
+ ],
216
+ "type": {
217
+ "type": "intrinsic",
218
+ "name": "string"
219
+ }
220
+ }
221
+ ],
222
+ "groups": [
223
+ {
224
+ "title": "Properties",
225
+ "children": [
226
+ 46
227
+ ]
228
+ }
229
+ ],
230
+ "sources": [
231
+ {
232
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
233
+ "line": 18,
234
+ "character": 17
235
+ }
236
+ ]
237
+ }
238
+ }
239
+ ]
240
+ }
241
+ ],
242
+ "name": "PayloadPlugin",
243
+ "package": "@xyo-network/payload-plugin"
244
+ },
245
+ "defaultValue": "..."
246
+ }
247
+ ],
248
+ "type": {
249
+ "type": "reference",
250
+ "target": 38,
251
+ "name": "PayloadPluginResolver",
252
+ "package": "@xyo-network/payload-plugin"
253
+ }
254
+ }
255
+ ]
256
+ },
257
+ {
258
+ "id": 48,
259
+ "name": "_plugins",
260
+ "variant": "declaration",
261
+ "kind": 1024,
262
+ "flags": {
263
+ "isProtected": true
264
+ },
265
+ "sources": [
266
+ {
267
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
268
+ "line": 11,
269
+ "character": 12,
270
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L11"
271
+ }
272
+ ],
273
+ "type": {
274
+ "type": "reference",
275
+ "target": {
276
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
277
+ "qualifiedName": "Record"
278
+ },
279
+ "typeArguments": [
280
+ {
281
+ "type": "intrinsic",
282
+ "name": "string"
283
+ },
284
+ {
285
+ "type": "reference",
286
+ "target": 19,
287
+ "name": "PayloadPlugin",
288
+ "package": "@xyo-network/payload-plugin"
289
+ }
290
+ ],
291
+ "name": "Record",
292
+ "package": "typescript"
293
+ },
294
+ "defaultValue": "{}"
295
+ },
296
+ {
297
+ "id": 49,
298
+ "name": "defaultPlugin",
299
+ "variant": "declaration",
300
+ "kind": 1024,
301
+ "flags": {
302
+ "isProtected": true
303
+ },
304
+ "sources": [
305
+ {
306
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
307
+ "line": 12,
308
+ "character": 12,
309
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L12"
310
+ }
311
+ ],
312
+ "type": {
313
+ "type": "reference",
314
+ "target": 19,
315
+ "name": "PayloadPlugin",
316
+ "package": "@xyo-network/payload-plugin"
317
+ }
318
+ },
319
+ {
320
+ "id": 47,
321
+ "name": "schema",
322
+ "variant": "declaration",
323
+ "kind": 1024,
324
+ "flags": {},
325
+ "sources": [
326
+ {
327
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
328
+ "line": 9,
329
+ "character": 2,
330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L9"
331
+ }
332
+ ],
333
+ "type": {
334
+ "type": "literal",
335
+ "value": "network.xyo.payload"
336
+ },
337
+ "defaultValue": "PayloadSchema"
338
+ },
339
+ {
340
+ "id": 50,
341
+ "name": "plugins",
342
+ "variant": "declaration",
343
+ "kind": 2048,
344
+ "flags": {},
345
+ "sources": [
346
+ {
347
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
348
+ "line": 27,
349
+ "character": 2,
350
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L27"
351
+ }
352
+ ],
353
+ "signatures": [
354
+ {
355
+ "id": 51,
356
+ "name": "plugins",
357
+ "variant": "signature",
358
+ "kind": 4096,
359
+ "flags": {},
360
+ "comment": {
361
+ "summary": [],
362
+ "blockTags": [
363
+ {
364
+ "tag": "@description",
365
+ "content": [
366
+ {
367
+ "kind": "text",
368
+ "text": "Create list of plugins, optionally filtered by ability to witness/divine"
369
+ }
370
+ ]
371
+ }
372
+ ]
373
+ },
374
+ "sources": [
375
+ {
376
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
377
+ "line": 27,
378
+ "character": 2,
379
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L27"
380
+ }
381
+ ],
382
+ "type": {
383
+ "type": "array",
384
+ "elementType": {
385
+ "type": "reference",
386
+ "target": 19,
387
+ "name": "PayloadPlugin",
388
+ "package": "@xyo-network/payload-plugin"
389
+ }
390
+ }
391
+ }
392
+ ]
393
+ },
394
+ {
395
+ "id": 52,
396
+ "name": "register",
397
+ "variant": "declaration",
398
+ "kind": 2048,
399
+ "flags": {},
400
+ "sources": [
401
+ {
402
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
403
+ "line": 35,
404
+ "character": 2,
405
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L35"
406
+ }
407
+ ],
408
+ "signatures": [
409
+ {
410
+ "id": 53,
411
+ "name": "register",
412
+ "variant": "signature",
413
+ "kind": 4096,
414
+ "flags": {},
415
+ "sources": [
416
+ {
417
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
418
+ "line": 35,
419
+ "character": 2,
420
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L35"
421
+ }
422
+ ],
423
+ "typeParameter": [
424
+ {
425
+ "id": 54,
426
+ "name": "TPlugin",
427
+ "variant": "typeParam",
428
+ "kind": 131072,
429
+ "flags": {},
430
+ "type": {
431
+ "type": "reference",
432
+ "target": 19,
433
+ "name": "PayloadPlugin",
434
+ "package": "@xyo-network/payload-plugin"
435
+ },
436
+ "default": {
437
+ "type": "reference",
438
+ "target": 19,
439
+ "name": "PayloadPlugin",
440
+ "package": "@xyo-network/payload-plugin"
441
+ }
442
+ }
443
+ ],
444
+ "parameters": [
445
+ {
446
+ "id": 55,
447
+ "name": "plugin",
448
+ "variant": "param",
449
+ "kind": 32768,
450
+ "flags": {},
451
+ "type": {
452
+ "type": "reference",
453
+ "target": -1,
454
+ "name": "TPlugin",
455
+ "refersToTypeParameter": true
456
+ }
457
+ }
458
+ ],
459
+ "type": {
460
+ "type": "reference",
461
+ "target": 38,
462
+ "name": "PayloadPluginResolver",
463
+ "package": "@xyo-network/payload-plugin"
464
+ }
465
+ }
466
+ ]
467
+ },
468
+ {
469
+ "id": 56,
470
+ "name": "resolve",
471
+ "variant": "declaration",
472
+ "kind": 2048,
473
+ "flags": {},
474
+ "sources": [
475
+ {
476
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
477
+ "line": 41,
478
+ "character": 2,
479
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L41"
480
+ },
481
+ {
482
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
483
+ "line": 42,
484
+ "character": 2,
485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L42"
486
+ },
487
+ {
488
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
489
+ "line": 43,
490
+ "character": 2,
491
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L43"
492
+ }
493
+ ],
494
+ "signatures": [
495
+ {
496
+ "id": 57,
497
+ "name": "resolve",
498
+ "variant": "signature",
499
+ "kind": 4096,
500
+ "flags": {},
501
+ "sources": [
502
+ {
503
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
504
+ "line": 41,
505
+ "character": 2,
506
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L41"
507
+ }
508
+ ],
509
+ "parameters": [
510
+ {
511
+ "id": 58,
512
+ "name": "schema",
513
+ "variant": "param",
514
+ "kind": 32768,
515
+ "flags": {
516
+ "isOptional": true
517
+ },
518
+ "type": {
519
+ "type": "intrinsic",
520
+ "name": "string"
521
+ }
522
+ }
523
+ ],
524
+ "type": {
525
+ "type": "reference",
526
+ "target": 19,
527
+ "name": "PayloadPlugin",
528
+ "package": "@xyo-network/payload-plugin"
529
+ }
530
+ },
531
+ {
532
+ "id": 59,
533
+ "name": "resolve",
534
+ "variant": "signature",
535
+ "kind": 4096,
536
+ "flags": {},
537
+ "sources": [
538
+ {
539
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
540
+ "line": 42,
541
+ "character": 2,
542
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L42"
543
+ }
544
+ ],
545
+ "parameters": [
546
+ {
547
+ "id": 60,
548
+ "name": "payload",
549
+ "variant": "param",
550
+ "kind": 32768,
551
+ "flags": {},
552
+ "type": {
553
+ "type": "intersection",
554
+ "types": [
555
+ {
556
+ "type": "reference",
557
+ "target": {
558
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
559
+ "qualifiedName": "SchemaFields"
560
+ },
561
+ "name": "SchemaFields",
562
+ "package": "@xyo-network/payload-model"
563
+ },
564
+ {
565
+ "type": "reference",
566
+ "target": {
567
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
568
+ "qualifiedName": "PayloadFields"
569
+ },
570
+ "name": "PayloadFields",
571
+ "package": "@xyo-network/payload-model"
572
+ },
573
+ {
574
+ "type": "reflection",
575
+ "declaration": {
576
+ "id": 61,
577
+ "name": "__type",
578
+ "variant": "declaration",
579
+ "kind": 65536,
580
+ "flags": {},
581
+ "children": [
582
+ {
583
+ "id": 62,
584
+ "name": "schema",
585
+ "variant": "declaration",
586
+ "kind": 1024,
587
+ "flags": {},
588
+ "sources": [
589
+ {
590
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
591
+ "line": 19,
592
+ "character": 4
593
+ }
594
+ ],
595
+ "type": {
596
+ "type": "intrinsic",
597
+ "name": "string"
598
+ }
599
+ }
600
+ ],
601
+ "groups": [
602
+ {
603
+ "title": "Properties",
604
+ "children": [
605
+ 62
606
+ ]
607
+ }
608
+ ],
609
+ "sources": [
610
+ {
611
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
612
+ "line": 18,
613
+ "character": 17
614
+ }
615
+ ]
616
+ }
617
+ }
618
+ ]
619
+ }
620
+ }
621
+ ],
622
+ "type": {
623
+ "type": "reference",
624
+ "target": 19,
625
+ "name": "PayloadPlugin",
626
+ "package": "@xyo-network/payload-plugin"
627
+ }
628
+ }
629
+ ]
630
+ },
631
+ {
632
+ "id": 63,
633
+ "name": "schemas",
634
+ "variant": "declaration",
635
+ "kind": 2048,
636
+ "flags": {},
637
+ "sources": [
638
+ {
639
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
640
+ "line": 48,
641
+ "character": 2,
642
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L48"
643
+ }
644
+ ],
645
+ "signatures": [
646
+ {
647
+ "id": 64,
648
+ "name": "schemas",
649
+ "variant": "signature",
650
+ "kind": 4096,
651
+ "flags": {},
652
+ "comment": {
653
+ "summary": [],
654
+ "blockTags": [
655
+ {
656
+ "tag": "@description",
657
+ "content": [
658
+ {
659
+ "kind": "text",
660
+ "text": "Create list of schema, optionally filtered by ability to witness/divine"
661
+ }
662
+ ]
663
+ }
664
+ ]
665
+ },
666
+ "sources": [
667
+ {
668
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
669
+ "line": 48,
670
+ "character": 2,
671
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L48"
672
+ }
673
+ ],
674
+ "type": {
675
+ "type": "array",
676
+ "elementType": {
677
+ "type": "intrinsic",
678
+ "name": "string"
679
+ }
680
+ }
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "id": 65,
686
+ "name": "validate",
687
+ "variant": "declaration",
688
+ "kind": 2048,
689
+ "flags": {},
690
+ "sources": [
691
+ {
692
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
693
+ "line": 56,
694
+ "character": 2,
695
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L56"
696
+ }
697
+ ],
698
+ "signatures": [
699
+ {
700
+ "id": 66,
701
+ "name": "validate",
702
+ "variant": "signature",
703
+ "kind": 4096,
704
+ "flags": {},
705
+ "sources": [
706
+ {
707
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
708
+ "line": 56,
709
+ "character": 2,
710
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L56"
711
+ }
712
+ ],
713
+ "parameters": [
714
+ {
715
+ "id": 67,
716
+ "name": "payload",
717
+ "variant": "param",
718
+ "kind": 32768,
719
+ "flags": {},
720
+ "type": {
721
+ "type": "intersection",
722
+ "types": [
723
+ {
724
+ "type": "reference",
725
+ "target": {
726
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
727
+ "qualifiedName": "SchemaFields"
728
+ },
729
+ "name": "SchemaFields",
730
+ "package": "@xyo-network/payload-model"
731
+ },
732
+ {
733
+ "type": "reference",
734
+ "target": {
735
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
736
+ "qualifiedName": "PayloadFields"
737
+ },
738
+ "name": "PayloadFields",
739
+ "package": "@xyo-network/payload-model"
740
+ },
741
+ {
742
+ "type": "reflection",
743
+ "declaration": {
744
+ "id": 68,
745
+ "name": "__type",
746
+ "variant": "declaration",
747
+ "kind": 65536,
748
+ "flags": {},
749
+ "children": [
750
+ {
751
+ "id": 69,
752
+ "name": "schema",
753
+ "variant": "declaration",
754
+ "kind": 1024,
755
+ "flags": {},
756
+ "sources": [
757
+ {
758
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
759
+ "line": 19,
760
+ "character": 4
761
+ }
762
+ ],
763
+ "type": {
764
+ "type": "intrinsic",
765
+ "name": "string"
766
+ }
767
+ }
768
+ ],
769
+ "groups": [
770
+ {
771
+ "title": "Properties",
772
+ "children": [
773
+ 69
774
+ ]
775
+ }
776
+ ],
777
+ "sources": [
778
+ {
779
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
780
+ "line": 18,
781
+ "character": 17
782
+ }
783
+ ]
784
+ }
785
+ }
786
+ ]
787
+ }
788
+ }
789
+ ],
790
+ "type": {
791
+ "type": "union",
792
+ "types": [
793
+ {
794
+ "type": "intrinsic",
795
+ "name": "undefined"
796
+ },
797
+ {
798
+ "type": "reference",
799
+ "target": {
800
+ "sourceFileName": "../../../protocol/packages/core/dist/index.d.ts",
801
+ "qualifiedName": "Validator"
802
+ },
803
+ "typeArguments": [
804
+ {
805
+ "type": "intersection",
806
+ "types": [
807
+ {
808
+ "type": "reference",
809
+ "target": {
810
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
811
+ "qualifiedName": "SchemaFields"
812
+ },
813
+ "name": "SchemaFields",
814
+ "package": "@xyo-network/payload-model"
815
+ },
816
+ {
817
+ "type": "reference",
818
+ "target": {
819
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
820
+ "qualifiedName": "PayloadFields"
821
+ },
822
+ "name": "PayloadFields",
823
+ "package": "@xyo-network/payload-model"
824
+ },
825
+ {
826
+ "type": "reflection",
827
+ "declaration": {
828
+ "id": 70,
829
+ "name": "__type",
830
+ "variant": "declaration",
831
+ "kind": 65536,
832
+ "flags": {},
833
+ "children": [
834
+ {
835
+ "id": 71,
836
+ "name": "schema",
837
+ "variant": "declaration",
838
+ "kind": 1024,
839
+ "flags": {},
840
+ "sources": [
841
+ {
842
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
843
+ "line": 19,
844
+ "character": 4
845
+ }
846
+ ],
847
+ "type": {
848
+ "type": "intrinsic",
849
+ "name": "string"
850
+ }
851
+ }
852
+ ],
853
+ "groups": [
854
+ {
855
+ "title": "Properties",
856
+ "children": [
857
+ 71
858
+ ]
859
+ }
860
+ ],
861
+ "sources": [
862
+ {
863
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
864
+ "line": 18,
865
+ "character": 17
866
+ }
867
+ ]
868
+ }
869
+ }
870
+ ]
871
+ }
872
+ ],
873
+ "name": "Validator",
874
+ "package": "@xyo-network/core"
875
+ }
876
+ ]
877
+ }
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "id": 72,
883
+ "name": "wrap",
884
+ "variant": "declaration",
885
+ "kind": 2048,
886
+ "flags": {},
887
+ "sources": [
888
+ {
889
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
890
+ "line": 60,
891
+ "character": 2,
892
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L60"
893
+ }
894
+ ],
895
+ "signatures": [
896
+ {
897
+ "id": 73,
898
+ "name": "wrap",
899
+ "variant": "signature",
900
+ "kind": 4096,
901
+ "flags": {},
902
+ "sources": [
903
+ {
904
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
905
+ "line": 60,
906
+ "character": 2,
907
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L60"
908
+ }
909
+ ],
910
+ "parameters": [
911
+ {
912
+ "id": 74,
913
+ "name": "payload",
914
+ "variant": "param",
915
+ "kind": 32768,
916
+ "flags": {},
917
+ "type": {
918
+ "type": "intersection",
919
+ "types": [
920
+ {
921
+ "type": "reference",
922
+ "target": {
923
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
924
+ "qualifiedName": "SchemaFields"
925
+ },
926
+ "name": "SchemaFields",
927
+ "package": "@xyo-network/payload-model"
928
+ },
929
+ {
930
+ "type": "reference",
931
+ "target": {
932
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
933
+ "qualifiedName": "PayloadFields"
934
+ },
935
+ "name": "PayloadFields",
936
+ "package": "@xyo-network/payload-model"
937
+ },
938
+ {
939
+ "type": "reflection",
940
+ "declaration": {
941
+ "id": 75,
942
+ "name": "__type",
943
+ "variant": "declaration",
944
+ "kind": 65536,
945
+ "flags": {},
946
+ "children": [
947
+ {
948
+ "id": 76,
949
+ "name": "schema",
950
+ "variant": "declaration",
951
+ "kind": 1024,
952
+ "flags": {},
953
+ "sources": [
954
+ {
955
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
956
+ "line": 19,
957
+ "character": 4
958
+ }
959
+ ],
960
+ "type": {
961
+ "type": "intrinsic",
962
+ "name": "string"
963
+ }
964
+ }
965
+ ],
966
+ "groups": [
967
+ {
968
+ "title": "Properties",
969
+ "children": [
970
+ 76
971
+ ]
972
+ }
973
+ ],
974
+ "sources": [
975
+ {
976
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
977
+ "line": 18,
978
+ "character": 17
979
+ }
980
+ ]
981
+ }
982
+ }
983
+ ]
984
+ }
985
+ }
986
+ ],
987
+ "type": {
988
+ "type": "union",
989
+ "types": [
990
+ {
991
+ "type": "intrinsic",
992
+ "name": "undefined"
993
+ },
994
+ {
995
+ "type": "reference",
996
+ "target": {
997
+ "sourceFileName": "../../../protocol/packages/payload/packages/wrapper/dist/index.d.ts",
998
+ "qualifiedName": "PayloadWrapper"
999
+ },
1000
+ "typeArguments": [
1001
+ {
1002
+ "type": "intersection",
1003
+ "types": [
1004
+ {
1005
+ "type": "reference",
1006
+ "target": {
1007
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1008
+ "qualifiedName": "SchemaFields"
1009
+ },
1010
+ "name": "SchemaFields",
1011
+ "package": "@xyo-network/payload-model"
1012
+ },
1013
+ {
1014
+ "type": "reference",
1015
+ "target": {
1016
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1017
+ "qualifiedName": "PayloadFields"
1018
+ },
1019
+ "name": "PayloadFields",
1020
+ "package": "@xyo-network/payload-model"
1021
+ },
1022
+ {
1023
+ "type": "reflection",
1024
+ "declaration": {
1025
+ "id": 77,
1026
+ "name": "__type",
1027
+ "variant": "declaration",
1028
+ "kind": 65536,
1029
+ "flags": {},
1030
+ "children": [
1031
+ {
1032
+ "id": 78,
1033
+ "name": "schema",
1034
+ "variant": "declaration",
1035
+ "kind": 1024,
1036
+ "flags": {},
1037
+ "sources": [
1038
+ {
1039
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1040
+ "line": 19,
1041
+ "character": 4
1042
+ }
1043
+ ],
1044
+ "type": {
1045
+ "type": "intrinsic",
1046
+ "name": "string"
1047
+ }
1048
+ }
1049
+ ],
1050
+ "groups": [
1051
+ {
1052
+ "title": "Properties",
1053
+ "children": [
1054
+ 78
1055
+ ]
1056
+ }
1057
+ ],
1058
+ "sources": [
1059
+ {
1060
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1061
+ "line": 18,
1062
+ "character": 17
1063
+ }
1064
+ ]
1065
+ }
1066
+ }
1067
+ ]
1068
+ }
1069
+ ],
1070
+ "name": "PayloadWrapper",
1071
+ "package": "@xyo-network/payload-wrapper"
1072
+ }
1073
+ ]
1074
+ }
1075
+ }
1076
+ ]
1077
+ }
1078
+ ],
1079
+ "groups": [
1080
+ {
1081
+ "title": "Constructors",
1082
+ "children": [
1083
+ 39
1084
+ ]
1085
+ },
1086
+ {
1087
+ "title": "Properties",
1088
+ "children": [
1089
+ 48,
1090
+ 49,
1091
+ 47
1092
+ ]
1093
+ },
1094
+ {
1095
+ "title": "Methods",
1096
+ "children": [
1097
+ 50,
1098
+ 52,
1099
+ 56,
1100
+ 63,
1101
+ 65,
1102
+ 72
1103
+ ]
1104
+ }
1105
+ ],
1106
+ "sources": [
1107
+ {
1108
+ "fileName": "sdk/packages/payload-plugin/src/Resolver.ts",
1109
+ "line": 8,
1110
+ "character": 13,
1111
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Resolver.ts#L8"
1112
+ }
1113
+ ]
1114
+ },
1115
+ {
1116
+ "id": 19,
1117
+ "name": "PayloadPlugin",
1118
+ "variant": "declaration",
1119
+ "kind": 4194304,
1120
+ "flags": {},
1121
+ "sources": [
1122
+ {
1123
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1124
+ "line": 8,
1125
+ "character": 12,
1126
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L8"
1127
+ }
1128
+ ],
1129
+ "typeParameters": [
1130
+ {
1131
+ "id": 37,
1132
+ "name": "TPayload",
1133
+ "variant": "typeParam",
1134
+ "kind": 131072,
1135
+ "flags": {},
1136
+ "type": {
1137
+ "type": "reference",
1138
+ "target": {
1139
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1140
+ "qualifiedName": "Payload"
1141
+ },
1142
+ "name": "Payload",
1143
+ "package": "@xyo-network/payload-model"
1144
+ },
1145
+ "default": {
1146
+ "type": "reference",
1147
+ "target": {
1148
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1149
+ "qualifiedName": "Payload"
1150
+ },
1151
+ "name": "Payload",
1152
+ "package": "@xyo-network/payload-model"
1153
+ }
1154
+ }
1155
+ ],
1156
+ "type": {
1157
+ "type": "reflection",
1158
+ "declaration": {
1159
+ "id": 20,
1160
+ "name": "__type",
1161
+ "variant": "declaration",
1162
+ "kind": 65536,
1163
+ "flags": {},
1164
+ "children": [
1165
+ {
1166
+ "id": 21,
1167
+ "name": "build",
1168
+ "variant": "declaration",
1169
+ "kind": 1024,
1170
+ "flags": {
1171
+ "isOptional": true
1172
+ },
1173
+ "sources": [
1174
+ {
1175
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1176
+ "line": 9,
1177
+ "character": 2,
1178
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L9"
1179
+ }
1180
+ ],
1181
+ "type": {
1182
+ "type": "reflection",
1183
+ "declaration": {
1184
+ "id": 22,
1185
+ "name": "__type",
1186
+ "variant": "declaration",
1187
+ "kind": 65536,
1188
+ "flags": {},
1189
+ "sources": [
1190
+ {
1191
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1192
+ "line": 9,
1193
+ "character": 10,
1194
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L9"
1195
+ }
1196
+ ],
1197
+ "signatures": [
1198
+ {
1199
+ "id": 23,
1200
+ "name": "__type",
1201
+ "variant": "signature",
1202
+ "kind": 4096,
1203
+ "flags": {},
1204
+ "type": {
1205
+ "type": "reference",
1206
+ "target": {
1207
+ "sourceFileName": "../../../protocol/packages/payload/packages/builder/dist/index.d.ts",
1208
+ "qualifiedName": "PayloadBuilder"
1209
+ },
1210
+ "name": "PayloadBuilder",
1211
+ "package": "@xyo-network/payload-builder"
1212
+ }
1213
+ }
1214
+ ]
1215
+ }
1216
+ }
1217
+ },
1218
+ {
1219
+ "id": 24,
1220
+ "name": "jsonSchema",
1221
+ "variant": "declaration",
1222
+ "kind": 1024,
1223
+ "flags": {
1224
+ "isOptional": true
1225
+ },
1226
+ "sources": [
1227
+ {
1228
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1229
+ "line": 10,
1230
+ "character": 2,
1231
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L10"
1232
+ }
1233
+ ],
1234
+ "type": {
1235
+ "type": "intrinsic",
1236
+ "name": "object"
1237
+ }
1238
+ },
1239
+ {
1240
+ "id": 25,
1241
+ "name": "schema",
1242
+ "variant": "declaration",
1243
+ "kind": 1024,
1244
+ "flags": {},
1245
+ "sources": [
1246
+ {
1247
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1248
+ "line": 11,
1249
+ "character": 2,
1250
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L11"
1251
+ }
1252
+ ],
1253
+ "type": {
1254
+ "type": "indexedAccess",
1255
+ "indexType": {
1256
+ "type": "literal",
1257
+ "value": "schema"
1258
+ },
1259
+ "objectType": {
1260
+ "type": "reference",
1261
+ "target": -1,
1262
+ "name": "TPayload",
1263
+ "refersToTypeParameter": true
1264
+ }
1265
+ }
1266
+ },
1267
+ {
1268
+ "id": 26,
1269
+ "name": "template",
1270
+ "variant": "declaration",
1271
+ "kind": 1024,
1272
+ "flags": {
1273
+ "isOptional": true
1274
+ },
1275
+ "sources": [
1276
+ {
1277
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1278
+ "line": 12,
1279
+ "character": 2,
1280
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L12"
1281
+ }
1282
+ ],
1283
+ "type": {
1284
+ "type": "reflection",
1285
+ "declaration": {
1286
+ "id": 27,
1287
+ "name": "__type",
1288
+ "variant": "declaration",
1289
+ "kind": 65536,
1290
+ "flags": {},
1291
+ "sources": [
1292
+ {
1293
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1294
+ "line": 12,
1295
+ "character": 13,
1296
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L12"
1297
+ }
1298
+ ],
1299
+ "signatures": [
1300
+ {
1301
+ "id": 28,
1302
+ "name": "__type",
1303
+ "variant": "signature",
1304
+ "kind": 4096,
1305
+ "flags": {},
1306
+ "type": {
1307
+ "type": "reference",
1308
+ "target": {
1309
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1310
+ "qualifiedName": "Partial"
1311
+ },
1312
+ "typeArguments": [
1313
+ {
1314
+ "type": "reference",
1315
+ "target": -1,
1316
+ "name": "TPayload",
1317
+ "refersToTypeParameter": true
1318
+ }
1319
+ ],
1320
+ "name": "Partial",
1321
+ "package": "typescript"
1322
+ }
1323
+ }
1324
+ ]
1325
+ }
1326
+ }
1327
+ },
1328
+ {
1329
+ "id": 29,
1330
+ "name": "validate",
1331
+ "variant": "declaration",
1332
+ "kind": 1024,
1333
+ "flags": {
1334
+ "isOptional": true
1335
+ },
1336
+ "sources": [
1337
+ {
1338
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1339
+ "line": 13,
1340
+ "character": 2,
1341
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L13"
1342
+ }
1343
+ ],
1344
+ "type": {
1345
+ "type": "reflection",
1346
+ "declaration": {
1347
+ "id": 30,
1348
+ "name": "__type",
1349
+ "variant": "declaration",
1350
+ "kind": 65536,
1351
+ "flags": {},
1352
+ "sources": [
1353
+ {
1354
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1355
+ "line": 13,
1356
+ "character": 13,
1357
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L13"
1358
+ }
1359
+ ],
1360
+ "signatures": [
1361
+ {
1362
+ "id": 31,
1363
+ "name": "__type",
1364
+ "variant": "signature",
1365
+ "kind": 4096,
1366
+ "flags": {},
1367
+ "parameters": [
1368
+ {
1369
+ "id": 32,
1370
+ "name": "payload",
1371
+ "variant": "param",
1372
+ "kind": 32768,
1373
+ "flags": {},
1374
+ "type": {
1375
+ "type": "reference",
1376
+ "target": {
1377
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1378
+ "qualifiedName": "Payload"
1379
+ },
1380
+ "name": "Payload",
1381
+ "package": "@xyo-network/payload-model"
1382
+ }
1383
+ }
1384
+ ],
1385
+ "type": {
1386
+ "type": "reference",
1387
+ "target": {
1388
+ "sourceFileName": "../../../protocol/packages/core/dist/index.d.ts",
1389
+ "qualifiedName": "Validator"
1390
+ },
1391
+ "name": "Validator",
1392
+ "package": "@xyo-network/core"
1393
+ }
1394
+ }
1395
+ ]
1396
+ }
1397
+ }
1398
+ },
1399
+ {
1400
+ "id": 33,
1401
+ "name": "wrap",
1402
+ "variant": "declaration",
1403
+ "kind": 1024,
1404
+ "flags": {
1405
+ "isOptional": true
1406
+ },
1407
+ "sources": [
1408
+ {
1409
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1410
+ "line": 14,
1411
+ "character": 2,
1412
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L14"
1413
+ }
1414
+ ],
1415
+ "type": {
1416
+ "type": "reflection",
1417
+ "declaration": {
1418
+ "id": 34,
1419
+ "name": "__type",
1420
+ "variant": "declaration",
1421
+ "kind": 65536,
1422
+ "flags": {},
1423
+ "sources": [
1424
+ {
1425
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1426
+ "line": 14,
1427
+ "character": 9,
1428
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L14"
1429
+ }
1430
+ ],
1431
+ "signatures": [
1432
+ {
1433
+ "id": 35,
1434
+ "name": "__type",
1435
+ "variant": "signature",
1436
+ "kind": 4096,
1437
+ "flags": {},
1438
+ "parameters": [
1439
+ {
1440
+ "id": 36,
1441
+ "name": "payload",
1442
+ "variant": "param",
1443
+ "kind": 32768,
1444
+ "flags": {},
1445
+ "type": {
1446
+ "type": "reference",
1447
+ "target": {
1448
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1449
+ "qualifiedName": "Payload"
1450
+ },
1451
+ "name": "Payload",
1452
+ "package": "@xyo-network/payload-model"
1453
+ }
1454
+ }
1455
+ ],
1456
+ "type": {
1457
+ "type": "reference",
1458
+ "target": {
1459
+ "sourceFileName": "../../../protocol/packages/payload/packages/wrapper/dist/index.d.ts",
1460
+ "qualifiedName": "PayloadWrapper"
1461
+ },
1462
+ "name": "PayloadWrapper",
1463
+ "package": "@xyo-network/payload-wrapper"
1464
+ }
1465
+ }
1466
+ ]
1467
+ }
1468
+ }
1469
+ }
1470
+ ],
1471
+ "groups": [
1472
+ {
1473
+ "title": "Properties",
1474
+ "children": [
1475
+ 21,
1476
+ 24,
1477
+ 25,
1478
+ 26,
1479
+ 29,
1480
+ 33
1481
+ ]
1482
+ }
1483
+ ],
1484
+ "sources": [
1485
+ {
1486
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1487
+ "line": 8,
1488
+ "character": 64,
1489
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L8"
1490
+ }
1491
+ ]
1492
+ }
1493
+ }
1494
+ },
1495
+ {
1496
+ "id": 15,
1497
+ "name": "PayloadPluginFunc",
1498
+ "variant": "declaration",
1499
+ "kind": 4194304,
1500
+ "flags": {},
1501
+ "sources": [
1502
+ {
1503
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1504
+ "line": 6,
1505
+ "character": 12,
1506
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L6"
1507
+ }
1508
+ ],
1509
+ "typeParameters": [
1510
+ {
1511
+ "id": 18,
1512
+ "name": "TPayload",
1513
+ "variant": "typeParam",
1514
+ "kind": 131072,
1515
+ "flags": {},
1516
+ "type": {
1517
+ "type": "reference",
1518
+ "target": {
1519
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1520
+ "qualifiedName": "Payload"
1521
+ },
1522
+ "name": "Payload",
1523
+ "package": "@xyo-network/payload-model"
1524
+ },
1525
+ "default": {
1526
+ "type": "reference",
1527
+ "target": {
1528
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1529
+ "qualifiedName": "Payload"
1530
+ },
1531
+ "name": "Payload",
1532
+ "package": "@xyo-network/payload-model"
1533
+ }
1534
+ }
1535
+ ],
1536
+ "type": {
1537
+ "type": "reflection",
1538
+ "declaration": {
1539
+ "id": 16,
1540
+ "name": "__type",
1541
+ "variant": "declaration",
1542
+ "kind": 65536,
1543
+ "flags": {},
1544
+ "sources": [
1545
+ {
1546
+ "fileName": "sdk/packages/payload-plugin/src/Plugin.ts",
1547
+ "line": 6,
1548
+ "character": 68,
1549
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/Plugin.ts#L6"
1550
+ }
1551
+ ],
1552
+ "signatures": [
1553
+ {
1554
+ "id": 17,
1555
+ "name": "__type",
1556
+ "variant": "signature",
1557
+ "kind": 4096,
1558
+ "flags": {},
1559
+ "type": {
1560
+ "type": "reference",
1561
+ "target": 19,
1562
+ "typeArguments": [
1563
+ {
1564
+ "type": "reference",
1565
+ "target": -1,
1566
+ "name": "TPayload",
1567
+ "refersToTypeParameter": true
1568
+ }
1569
+ ],
1570
+ "name": "PayloadPlugin",
1571
+ "package": "@xyo-network/payload-plugin"
1572
+ }
1573
+ }
1574
+ ]
1575
+ }
1576
+ }
1577
+ },
1578
+ {
1579
+ "id": 7,
1580
+ "name": "createPayloadPlugin",
1581
+ "variant": "declaration",
1582
+ "kind": 64,
1583
+ "flags": {},
1584
+ "sources": [
1585
+ {
1586
+ "fileName": "sdk/packages/payload-plugin/src/createPlugin.ts",
1587
+ "line": 24,
1588
+ "character": 13,
1589
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/createPlugin.ts#L24"
1590
+ }
1591
+ ],
1592
+ "signatures": [
1593
+ {
1594
+ "id": 8,
1595
+ "name": "createPayloadPlugin",
1596
+ "variant": "signature",
1597
+ "kind": 4096,
1598
+ "flags": {},
1599
+ "sources": [
1600
+ {
1601
+ "fileName": "sdk/packages/payload-plugin/src/createPlugin.ts",
1602
+ "line": 24,
1603
+ "character": 35,
1604
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/createPlugin.ts#L24"
1605
+ }
1606
+ ],
1607
+ "typeParameter": [
1608
+ {
1609
+ "id": 9,
1610
+ "name": "TPayload",
1611
+ "variant": "typeParam",
1612
+ "kind": 131072,
1613
+ "flags": {},
1614
+ "type": {
1615
+ "type": "intersection",
1616
+ "types": [
1617
+ {
1618
+ "type": "reference",
1619
+ "target": {
1620
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1621
+ "qualifiedName": "SchemaFields"
1622
+ },
1623
+ "name": "SchemaFields",
1624
+ "package": "@xyo-network/payload-model"
1625
+ },
1626
+ {
1627
+ "type": "reference",
1628
+ "target": {
1629
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1630
+ "qualifiedName": "PayloadFields"
1631
+ },
1632
+ "name": "PayloadFields",
1633
+ "package": "@xyo-network/payload-model"
1634
+ },
1635
+ {
1636
+ "type": "reflection",
1637
+ "declaration": {
1638
+ "id": 10,
1639
+ "name": "__type",
1640
+ "variant": "declaration",
1641
+ "kind": 65536,
1642
+ "flags": {},
1643
+ "children": [
1644
+ {
1645
+ "id": 11,
1646
+ "name": "schema",
1647
+ "variant": "declaration",
1648
+ "kind": 1024,
1649
+ "flags": {},
1650
+ "sources": [
1651
+ {
1652
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1653
+ "line": 19,
1654
+ "character": 4
1655
+ }
1656
+ ],
1657
+ "type": {
1658
+ "type": "intrinsic",
1659
+ "name": "string"
1660
+ }
1661
+ }
1662
+ ],
1663
+ "groups": [
1664
+ {
1665
+ "title": "Properties",
1666
+ "children": [
1667
+ 11
1668
+ ]
1669
+ }
1670
+ ],
1671
+ "sources": [
1672
+ {
1673
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1674
+ "line": 18,
1675
+ "character": 17
1676
+ }
1677
+ ]
1678
+ }
1679
+ }
1680
+ ]
1681
+ },
1682
+ "default": {
1683
+ "type": "intersection",
1684
+ "types": [
1685
+ {
1686
+ "type": "reference",
1687
+ "target": {
1688
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1689
+ "qualifiedName": "SchemaFields"
1690
+ },
1691
+ "name": "SchemaFields",
1692
+ "package": "@xyo-network/payload-model"
1693
+ },
1694
+ {
1695
+ "type": "reference",
1696
+ "target": {
1697
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1698
+ "qualifiedName": "PayloadFields"
1699
+ },
1700
+ "name": "PayloadFields",
1701
+ "package": "@xyo-network/payload-model"
1702
+ },
1703
+ {
1704
+ "type": "reflection",
1705
+ "declaration": {
1706
+ "id": 12,
1707
+ "name": "__type",
1708
+ "variant": "declaration",
1709
+ "kind": 65536,
1710
+ "flags": {},
1711
+ "children": [
1712
+ {
1713
+ "id": 13,
1714
+ "name": "schema",
1715
+ "variant": "declaration",
1716
+ "kind": 1024,
1717
+ "flags": {},
1718
+ "sources": [
1719
+ {
1720
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1721
+ "line": 19,
1722
+ "character": 4
1723
+ }
1724
+ ],
1725
+ "type": {
1726
+ "type": "intrinsic",
1727
+ "name": "string"
1728
+ }
1729
+ }
1730
+ ],
1731
+ "groups": [
1732
+ {
1733
+ "title": "Properties",
1734
+ "children": [
1735
+ 13
1736
+ ]
1737
+ }
1738
+ ],
1739
+ "sources": [
1740
+ {
1741
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1742
+ "line": 18,
1743
+ "character": 17
1744
+ }
1745
+ ]
1746
+ }
1747
+ }
1748
+ ]
1749
+ }
1750
+ }
1751
+ ],
1752
+ "parameters": [
1753
+ {
1754
+ "id": 14,
1755
+ "name": "plugin",
1756
+ "variant": "param",
1757
+ "kind": 32768,
1758
+ "flags": {},
1759
+ "type": {
1760
+ "type": "reference",
1761
+ "target": 19,
1762
+ "typeArguments": [
1763
+ {
1764
+ "type": "reference",
1765
+ "target": -1,
1766
+ "name": "TPayload",
1767
+ "refersToTypeParameter": true
1768
+ }
1769
+ ],
1770
+ "name": "PayloadPlugin",
1771
+ "package": "@xyo-network/payload-plugin"
1772
+ }
1773
+ }
1774
+ ],
1775
+ "type": {
1776
+ "type": "reference",
1777
+ "target": 19,
1778
+ "typeArguments": [
1779
+ {
1780
+ "type": "reference",
1781
+ "target": -1,
1782
+ "name": "TPayload",
1783
+ "refersToTypeParameter": true
1784
+ }
1785
+ ],
1786
+ "name": "PayloadPlugin",
1787
+ "package": "@xyo-network/payload-plugin"
1788
+ }
1789
+ }
1790
+ ]
1791
+ },
1792
+ {
1793
+ "id": 1,
1794
+ "name": "defaultPayloadPluginFunctions",
1795
+ "variant": "declaration",
1796
+ "kind": 64,
1797
+ "flags": {},
1798
+ "sources": [
1799
+ {
1800
+ "fileName": "sdk/packages/payload-plugin/src/createPlugin.ts",
1801
+ "line": 9,
1802
+ "character": 13,
1803
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/createPlugin.ts#L9"
1804
+ }
1805
+ ],
1806
+ "signatures": [
1807
+ {
1808
+ "id": 2,
1809
+ "name": "defaultPayloadPluginFunctions",
1810
+ "variant": "signature",
1811
+ "kind": 4096,
1812
+ "flags": {},
1813
+ "sources": [
1814
+ {
1815
+ "fileName": "sdk/packages/payload-plugin/src/createPlugin.ts",
1816
+ "line": 9,
1817
+ "character": 45,
1818
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca169d4420ae1/packages/sdk/packages/payload-plugin/src/createPlugin.ts#L9"
1819
+ }
1820
+ ],
1821
+ "typeParameter": [
1822
+ {
1823
+ "id": 3,
1824
+ "name": "T",
1825
+ "variant": "typeParam",
1826
+ "kind": 131072,
1827
+ "flags": {},
1828
+ "type": {
1829
+ "type": "intersection",
1830
+ "types": [
1831
+ {
1832
+ "type": "reference",
1833
+ "target": {
1834
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1835
+ "qualifiedName": "SchemaFields"
1836
+ },
1837
+ "name": "SchemaFields",
1838
+ "package": "@xyo-network/payload-model"
1839
+ },
1840
+ {
1841
+ "type": "reference",
1842
+ "target": {
1843
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1844
+ "qualifiedName": "PayloadFields"
1845
+ },
1846
+ "name": "PayloadFields",
1847
+ "package": "@xyo-network/payload-model"
1848
+ },
1849
+ {
1850
+ "type": "reflection",
1851
+ "declaration": {
1852
+ "id": 4,
1853
+ "name": "__type",
1854
+ "variant": "declaration",
1855
+ "kind": 65536,
1856
+ "flags": {},
1857
+ "children": [
1858
+ {
1859
+ "id": 5,
1860
+ "name": "schema",
1861
+ "variant": "declaration",
1862
+ "kind": 1024,
1863
+ "flags": {},
1864
+ "sources": [
1865
+ {
1866
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1867
+ "line": 19,
1868
+ "character": 4
1869
+ }
1870
+ ],
1871
+ "type": {
1872
+ "type": "intrinsic",
1873
+ "name": "string"
1874
+ }
1875
+ }
1876
+ ],
1877
+ "groups": [
1878
+ {
1879
+ "title": "Properties",
1880
+ "children": [
1881
+ 5
1882
+ ]
1883
+ }
1884
+ ],
1885
+ "sources": [
1886
+ {
1887
+ "fileName": "protocol/packages/payload/packages/model/dist/index.d.ts",
1888
+ "line": 18,
1889
+ "character": 17
1890
+ }
1891
+ ]
1892
+ }
1893
+ }
1894
+ ]
1895
+ }
1896
+ }
1897
+ ],
1898
+ "parameters": [
1899
+ {
1900
+ "id": 6,
1901
+ "name": "schema",
1902
+ "variant": "param",
1903
+ "kind": 32768,
1904
+ "flags": {},
1905
+ "type": {
1906
+ "type": "intrinsic",
1907
+ "name": "string"
1908
+ }
1909
+ }
1910
+ ],
1911
+ "type": {
1912
+ "type": "reference",
1913
+ "target": 19,
1914
+ "typeArguments": [
1915
+ {
1916
+ "type": "reference",
1917
+ "target": -1,
1918
+ "name": "T",
1919
+ "refersToTypeParameter": true
1920
+ }
1921
+ ],
1922
+ "name": "PayloadPlugin",
1923
+ "package": "@xyo-network/payload-plugin"
1924
+ }
1925
+ }
1926
+ ]
1927
+ }
1928
+ ],
1929
+ "groups": [
1930
+ {
1931
+ "title": "Classes",
1932
+ "children": [
1933
+ 38
1934
+ ]
1935
+ },
1936
+ {
1937
+ "title": "Type Aliases",
1938
+ "children": [
1939
+ 19,
1940
+ 15
1941
+ ]
1942
+ },
1943
+ {
1944
+ "title": "Functions",
1945
+ "children": [
1946
+ 7,
1947
+ 1
1948
+ ]
1949
+ }
1950
+ ],
1951
+ "packageName": "@xyo-network/payload-plugin",
1952
+ "readme": [
1953
+ {
1954
+ "kind": "text",
1955
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1956
+ }
1957
+ ],
1958
+ "symbolIdMap": {
1959
+ "0": {
1960
+ "sourceFileName": "src/index.ts",
1961
+ "qualifiedName": ""
1962
+ },
1963
+ "1": {
1964
+ "sourceFileName": "src/createPlugin.ts",
1965
+ "qualifiedName": "defaultPayloadPluginFunctions"
1966
+ },
1967
+ "2": {
1968
+ "sourceFileName": "src/createPlugin.ts",
1969
+ "qualifiedName": "defaultPayloadPluginFunctions"
1970
+ },
1971
+ "3": {
1972
+ "sourceFileName": "src/createPlugin.ts",
1973
+ "qualifiedName": "T"
1974
+ },
1975
+ "4": {
1976
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1977
+ "qualifiedName": "__type"
1978
+ },
1979
+ "5": {
1980
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
1981
+ "qualifiedName": "__type.schema"
1982
+ },
1983
+ "6": {
1984
+ "sourceFileName": "src/createPlugin.ts",
1985
+ "qualifiedName": "schema"
1986
+ },
1987
+ "7": {
1988
+ "sourceFileName": "src/createPlugin.ts",
1989
+ "qualifiedName": "createPayloadPlugin"
1990
+ },
1991
+ "8": {
1992
+ "sourceFileName": "src/createPlugin.ts",
1993
+ "qualifiedName": "createPayloadPlugin"
1994
+ },
1995
+ "9": {
1996
+ "sourceFileName": "src/createPlugin.ts",
1997
+ "qualifiedName": "TPayload"
1998
+ },
1999
+ "10": {
2000
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2001
+ "qualifiedName": "__type"
2002
+ },
2003
+ "11": {
2004
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2005
+ "qualifiedName": "__type.schema"
2006
+ },
2007
+ "12": {
2008
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2009
+ "qualifiedName": "__type"
2010
+ },
2011
+ "13": {
2012
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2013
+ "qualifiedName": "__type.schema"
2014
+ },
2015
+ "14": {
2016
+ "sourceFileName": "src/createPlugin.ts",
2017
+ "qualifiedName": "plugin"
2018
+ },
2019
+ "15": {
2020
+ "sourceFileName": "src/Plugin.ts",
2021
+ "qualifiedName": "PayloadPluginFunc"
2022
+ },
2023
+ "16": {
2024
+ "sourceFileName": "src/Plugin.ts",
2025
+ "qualifiedName": "__type"
2026
+ },
2027
+ "17": {
2028
+ "sourceFileName": "src/Plugin.ts",
2029
+ "qualifiedName": "__type"
2030
+ },
2031
+ "18": {
2032
+ "sourceFileName": "src/Plugin.ts",
2033
+ "qualifiedName": "TPayload"
2034
+ },
2035
+ "19": {
2036
+ "sourceFileName": "src/Plugin.ts",
2037
+ "qualifiedName": "PayloadPlugin"
2038
+ },
2039
+ "20": {
2040
+ "sourceFileName": "src/Plugin.ts",
2041
+ "qualifiedName": "__type"
2042
+ },
2043
+ "21": {
2044
+ "sourceFileName": "src/Plugin.ts",
2045
+ "qualifiedName": "__type.build"
2046
+ },
2047
+ "22": {
2048
+ "sourceFileName": "src/Plugin.ts",
2049
+ "qualifiedName": "__type"
2050
+ },
2051
+ "23": {
2052
+ "sourceFileName": "src/Plugin.ts",
2053
+ "qualifiedName": "__type"
2054
+ },
2055
+ "24": {
2056
+ "sourceFileName": "src/Plugin.ts",
2057
+ "qualifiedName": "__type.jsonSchema"
2058
+ },
2059
+ "25": {
2060
+ "sourceFileName": "src/Plugin.ts",
2061
+ "qualifiedName": "__type.schema"
2062
+ },
2063
+ "26": {
2064
+ "sourceFileName": "src/Plugin.ts",
2065
+ "qualifiedName": "__type.template"
2066
+ },
2067
+ "27": {
2068
+ "sourceFileName": "src/Plugin.ts",
2069
+ "qualifiedName": "__type"
2070
+ },
2071
+ "28": {
2072
+ "sourceFileName": "src/Plugin.ts",
2073
+ "qualifiedName": "__type"
2074
+ },
2075
+ "29": {
2076
+ "sourceFileName": "src/Plugin.ts",
2077
+ "qualifiedName": "__type.validate"
2078
+ },
2079
+ "30": {
2080
+ "sourceFileName": "src/Plugin.ts",
2081
+ "qualifiedName": "__type"
2082
+ },
2083
+ "31": {
2084
+ "sourceFileName": "src/Plugin.ts",
2085
+ "qualifiedName": "__type"
2086
+ },
2087
+ "32": {
2088
+ "sourceFileName": "src/Plugin.ts",
2089
+ "qualifiedName": "payload"
2090
+ },
2091
+ "33": {
2092
+ "sourceFileName": "src/Plugin.ts",
2093
+ "qualifiedName": "__type.wrap"
2094
+ },
2095
+ "34": {
2096
+ "sourceFileName": "src/Plugin.ts",
2097
+ "qualifiedName": "__type"
2098
+ },
2099
+ "35": {
2100
+ "sourceFileName": "src/Plugin.ts",
2101
+ "qualifiedName": "__type"
2102
+ },
2103
+ "36": {
2104
+ "sourceFileName": "src/Plugin.ts",
2105
+ "qualifiedName": "payload"
2106
+ },
2107
+ "37": {
2108
+ "sourceFileName": "src/Plugin.ts",
2109
+ "qualifiedName": "TPayload"
2110
+ },
2111
+ "38": {
2112
+ "sourceFileName": "src/Resolver.ts",
2113
+ "qualifiedName": "PayloadPluginResolver"
2114
+ },
2115
+ "39": {
2116
+ "sourceFileName": "src/Resolver.ts",
2117
+ "qualifiedName": "PayloadPluginResolver.__constructor"
2118
+ },
2119
+ "40": {
2120
+ "sourceFileName": "src/Resolver.ts",
2121
+ "qualifiedName": "PayloadPluginResolver"
2122
+ },
2123
+ "41": {
2124
+ "sourceFileName": "src/Resolver.ts",
2125
+ "qualifiedName": "plugins"
2126
+ },
2127
+ "42": {
2128
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2129
+ "qualifiedName": "__type"
2130
+ },
2131
+ "43": {
2132
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2133
+ "qualifiedName": "__type.schema"
2134
+ },
2135
+ "44": {
2136
+ "sourceFileName": "src/Resolver.ts",
2137
+ "qualifiedName": "defaultPlugin"
2138
+ },
2139
+ "45": {
2140
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2141
+ "qualifiedName": "__type"
2142
+ },
2143
+ "46": {
2144
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2145
+ "qualifiedName": "__type.schema"
2146
+ },
2147
+ "47": {
2148
+ "sourceFileName": "src/Resolver.ts",
2149
+ "qualifiedName": "PayloadPluginResolver.schema"
2150
+ },
2151
+ "48": {
2152
+ "sourceFileName": "src/Resolver.ts",
2153
+ "qualifiedName": "PayloadPluginResolver._plugins"
2154
+ },
2155
+ "49": {
2156
+ "sourceFileName": "src/Resolver.ts",
2157
+ "qualifiedName": "PayloadPluginResolver.defaultPlugin"
2158
+ },
2159
+ "50": {
2160
+ "sourceFileName": "src/Resolver.ts",
2161
+ "qualifiedName": "PayloadPluginResolver.plugins"
2162
+ },
2163
+ "51": {
2164
+ "sourceFileName": "src/Resolver.ts",
2165
+ "qualifiedName": "PayloadPluginResolver.plugins"
2166
+ },
2167
+ "52": {
2168
+ "sourceFileName": "src/Resolver.ts",
2169
+ "qualifiedName": "PayloadPluginResolver.register"
2170
+ },
2171
+ "53": {
2172
+ "sourceFileName": "src/Resolver.ts",
2173
+ "qualifiedName": "PayloadPluginResolver.register"
2174
+ },
2175
+ "54": {
2176
+ "sourceFileName": "src/Resolver.ts",
2177
+ "qualifiedName": "TPlugin"
2178
+ },
2179
+ "55": {
2180
+ "sourceFileName": "src/Resolver.ts",
2181
+ "qualifiedName": "plugin"
2182
+ },
2183
+ "56": {
2184
+ "sourceFileName": "src/Resolver.ts",
2185
+ "qualifiedName": "PayloadPluginResolver.resolve"
2186
+ },
2187
+ "57": {
2188
+ "sourceFileName": "src/Resolver.ts",
2189
+ "qualifiedName": "PayloadPluginResolver.resolve"
2190
+ },
2191
+ "58": {
2192
+ "sourceFileName": "src/Resolver.ts",
2193
+ "qualifiedName": "schema"
2194
+ },
2195
+ "59": {
2196
+ "sourceFileName": "src/Resolver.ts",
2197
+ "qualifiedName": "PayloadPluginResolver.resolve"
2198
+ },
2199
+ "60": {
2200
+ "sourceFileName": "src/Resolver.ts",
2201
+ "qualifiedName": "payload"
2202
+ },
2203
+ "61": {
2204
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2205
+ "qualifiedName": "__type"
2206
+ },
2207
+ "62": {
2208
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2209
+ "qualifiedName": "__type.schema"
2210
+ },
2211
+ "63": {
2212
+ "sourceFileName": "src/Resolver.ts",
2213
+ "qualifiedName": "PayloadPluginResolver.schemas"
2214
+ },
2215
+ "64": {
2216
+ "sourceFileName": "src/Resolver.ts",
2217
+ "qualifiedName": "PayloadPluginResolver.schemas"
2218
+ },
2219
+ "65": {
2220
+ "sourceFileName": "src/Resolver.ts",
2221
+ "qualifiedName": "PayloadPluginResolver.validate"
2222
+ },
2223
+ "66": {
2224
+ "sourceFileName": "src/Resolver.ts",
2225
+ "qualifiedName": "PayloadPluginResolver.validate"
2226
+ },
2227
+ "67": {
2228
+ "sourceFileName": "src/Resolver.ts",
2229
+ "qualifiedName": "payload"
2230
+ },
2231
+ "68": {
2232
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2233
+ "qualifiedName": "__type"
2234
+ },
2235
+ "69": {
2236
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2237
+ "qualifiedName": "__type.schema"
2238
+ },
2239
+ "70": {
2240
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2241
+ "qualifiedName": "__type"
2242
+ },
2243
+ "71": {
2244
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2245
+ "qualifiedName": "__type.schema"
2246
+ },
2247
+ "72": {
2248
+ "sourceFileName": "src/Resolver.ts",
2249
+ "qualifiedName": "PayloadPluginResolver.wrap"
2250
+ },
2251
+ "73": {
2252
+ "sourceFileName": "src/Resolver.ts",
2253
+ "qualifiedName": "PayloadPluginResolver.wrap"
2254
+ },
2255
+ "74": {
2256
+ "sourceFileName": "src/Resolver.ts",
2257
+ "qualifiedName": "payload"
2258
+ },
2259
+ "75": {
2260
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2261
+ "qualifiedName": "__type"
2262
+ },
2263
+ "76": {
2264
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2265
+ "qualifiedName": "__type.schema"
2266
+ },
2267
+ "77": {
2268
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2269
+ "qualifiedName": "__type"
2270
+ },
2271
+ "78": {
2272
+ "sourceFileName": "../../../protocol/packages/payload/packages/model/dist/index.d.ts",
2273
+ "qualifiedName": "__type.schema"
2274
+ }
2275
+ }
2276
+ }