@xyo-network/system-payload-plugins 2.33.11 → 2.33.13

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 +505 -1778
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -17,20 +17,20 @@
17
17
  "fileName": "plugins/packages/system/src/index.ts",
18
18
  "line": 9,
19
19
  "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/29ea4ff/packages/plugins/packages/system/src/index.ts#L9"
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6317708/packages/plugins/packages/system/src/index.ts#L9"
21
21
  }
22
22
  ],
23
23
  "target": 1
24
24
  },
25
25
  {
26
- "id": 50,
26
+ "id": 32,
27
27
  "name": "XyoBowserSystemInfoWitness",
28
28
  "kind": 128,
29
29
  "kindString": "Class",
30
30
  "flags": {},
31
31
  "children": [
32
32
  {
33
- "id": 51,
33
+ "id": 33,
34
34
  "name": "constructor",
35
35
  "kind": 512,
36
36
  "kindString": "Constructor",
@@ -44,32 +44,40 @@
44
44
  ],
45
45
  "signatures": [
46
46
  {
47
- "id": 52,
47
+ "id": 34,
48
48
  "name": "new XyoBowserSystemInfoWitness",
49
49
  "kind": 16384,
50
50
  "kindString": "Constructor signature",
51
51
  "flags": {},
52
52
  "typeParameter": [
53
53
  {
54
- "id": 59,
54
+ "id": 41,
55
55
  "name": "T",
56
56
  "kind": 131072,
57
57
  "kindString": "Type parameter",
58
58
  "flags": {},
59
59
  "type": {
60
- "type": "reference",
61
- "typeArguments": [
60
+ "type": "intersection",
61
+ "types": [
62
+ {
63
+ "type": "reference",
64
+ "name": "SchemaFields"
65
+ },
66
+ {
67
+ "type": "reference",
68
+ "name": "PayloadFields"
69
+ },
62
70
  {
63
71
  "type": "reflection",
64
72
  "declaration": {
65
- "id": 53,
73
+ "id": 35,
66
74
  "name": "__type",
67
75
  "kind": 65536,
68
76
  "kindString": "Type literal",
69
77
  "flags": {},
70
78
  "children": [
71
79
  {
72
- "id": 55,
80
+ "id": 37,
73
81
  "name": "bowser",
74
82
  "kind": 1024,
75
83
  "kindString": "Property",
@@ -91,7 +99,7 @@
91
99
  }
92
100
  },
93
101
  {
94
- "id": 54,
102
+ "id": 36,
95
103
  "name": "schema",
96
104
  "kind": 1024,
97
105
  "kindString": "Property",
@@ -113,8 +121,8 @@
113
121
  {
114
122
  "title": "Properties",
115
123
  "children": [
116
- 55,
117
- 54
124
+ 37,
125
+ 36
118
126
  ]
119
127
  }
120
128
  ],
@@ -127,23 +135,30 @@
127
135
  ]
128
136
  }
129
137
  }
130
- ],
131
- "name": "XyoPayloadBase"
138
+ ]
132
139
  },
133
140
  "default": {
134
- "type": "reference",
135
- "typeArguments": [
141
+ "type": "intersection",
142
+ "types": [
143
+ {
144
+ "type": "reference",
145
+ "name": "SchemaFields"
146
+ },
147
+ {
148
+ "type": "reference",
149
+ "name": "PayloadFields"
150
+ },
136
151
  {
137
152
  "type": "reflection",
138
153
  "declaration": {
139
- "id": 56,
154
+ "id": 38,
140
155
  "name": "__type",
141
156
  "kind": 65536,
142
157
  "kindString": "Type literal",
143
158
  "flags": {},
144
159
  "children": [
145
160
  {
146
- "id": 58,
161
+ "id": 40,
147
162
  "name": "bowser",
148
163
  "kind": 1024,
149
164
  "kindString": "Property",
@@ -165,7 +180,7 @@
165
180
  }
166
181
  },
167
182
  {
168
- "id": 57,
183
+ "id": 39,
169
184
  "name": "schema",
170
185
  "kind": 1024,
171
186
  "kindString": "Property",
@@ -187,8 +202,8 @@
187
202
  {
188
203
  "title": "Properties",
189
204
  "children": [
190
- 58,
191
- 57
205
+ 40,
206
+ 39
192
207
  ]
193
208
  }
194
209
  ],
@@ -201,14 +216,13 @@
201
216
  ]
202
217
  }
203
218
  }
204
- ],
205
- "name": "XyoPayloadBase"
219
+ ]
206
220
  }
207
221
  }
208
222
  ],
209
223
  "parameters": [
210
224
  {
211
- "id": 60,
225
+ "id": 42,
212
226
  "name": "config",
213
227
  "kind": 32768,
214
228
  "kindString": "Parameter",
@@ -219,105 +233,107 @@
219
233
  "type": "reference",
220
234
  "typeArguments": [
221
235
  {
222
- "type": "reference",
223
- "typeArguments": [
236
+ "type": "intersection",
237
+ "types": [
238
+ {
239
+ "type": "reference",
240
+ "name": "SchemaFields"
241
+ },
242
+ {
243
+ "type": "reference",
244
+ "name": "PayloadFields"
245
+ },
224
246
  {
225
- "type": "intersection",
226
- "types": [
227
- {
228
- "type": "reflection",
229
- "declaration": {
230
- "id": 61,
231
- "name": "__type",
232
- "kind": 65536,
233
- "kindString": "Type literal",
247
+ "type": "reflection",
248
+ "declaration": {
249
+ "id": 43,
250
+ "name": "__type",
251
+ "kind": 65536,
252
+ "kindString": "Type literal",
253
+ "flags": {},
254
+ "children": [
255
+ {
256
+ "id": 44,
257
+ "name": "schema",
258
+ "kind": 1024,
259
+ "kindString": "Property",
234
260
  "flags": {},
235
- "children": [
236
- {
237
- "id": 62,
238
- "name": "schema",
239
- "kind": 1024,
240
- "kindString": "Property",
241
- "flags": {},
242
- "sources": [
243
- {
244
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Config.d.ts",
245
- "line": 6,
246
- "character": 4
247
- }
248
- ],
249
- "type": {
250
- "type": "literal",
251
- "value": "network.xyo.system.info.witness.bowser.config"
252
- }
253
- }
254
- ],
255
- "groups": [
256
- {
257
- "title": "Properties",
258
- "children": [
259
- 62
260
- ]
261
- }
262
- ],
263
261
  "sources": [
264
262
  {
265
263
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Config.d.ts",
266
- "line": 5,
267
- "character": 100
264
+ "line": 6,
265
+ "character": 4
268
266
  }
267
+ ],
268
+ "type": {
269
+ "type": "literal",
270
+ "value": "network.xyo.system.info.witness.bowser.config"
271
+ }
272
+ }
273
+ ],
274
+ "groups": [
275
+ {
276
+ "title": "Properties",
277
+ "children": [
278
+ 44
269
279
  ]
270
280
  }
271
- },
272
- {
273
- "type": "reflection",
274
- "declaration": {
275
- "id": 63,
276
- "name": "__type",
277
- "kind": 65536,
278
- "kindString": "Type literal",
281
+ ],
282
+ "sources": [
283
+ {
284
+ "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Config.d.ts",
285
+ "line": 5,
286
+ "character": 100
287
+ }
288
+ ]
289
+ }
290
+ },
291
+ {
292
+ "type": "reflection",
293
+ "declaration": {
294
+ "id": 45,
295
+ "name": "__type",
296
+ "kind": 65536,
297
+ "kindString": "Type literal",
298
+ "flags": {},
299
+ "children": [
300
+ {
301
+ "id": 46,
302
+ "name": "targetSchema",
303
+ "kind": 1024,
304
+ "kindString": "Property",
279
305
  "flags": {},
280
- "children": [
281
- {
282
- "id": 64,
283
- "name": "targetSchema",
284
- "kind": 1024,
285
- "kindString": "Property",
286
- "flags": {},
287
- "sources": [
288
- {
289
- "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
290
- "line": 6,
291
- "character": 4
292
- }
293
- ],
294
- "type": {
295
- "type": "literal",
296
- "value": "network.xyo.system.info.bowser"
297
- }
298
- }
299
- ],
300
- "groups": [
301
- {
302
- "title": "Properties",
303
- "children": [
304
- 64
305
- ]
306
- }
307
- ],
308
306
  "sources": [
309
307
  {
310
308
  "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
311
- "line": 5,
312
- "character": 154
309
+ "line": 6,
310
+ "character": 4
313
311
  }
312
+ ],
313
+ "type": {
314
+ "type": "literal",
315
+ "value": "network.xyo.system.info.bowser"
316
+ }
317
+ }
318
+ ],
319
+ "groups": [
320
+ {
321
+ "title": "Properties",
322
+ "children": [
323
+ 46
314
324
  ]
315
325
  }
316
- }
317
- ]
326
+ ],
327
+ "sources": [
328
+ {
329
+ "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
330
+ "line": 5,
331
+ "character": 154
332
+ }
333
+ ]
334
+ }
318
335
  }
319
- ],
320
- "name": "XyoPayloadBase"
336
+ ]
321
337
  }
322
338
  ],
323
339
  "name": "PartialWitnessConfig"
@@ -326,11 +342,11 @@
326
342
  ],
327
343
  "type": {
328
344
  "type": "reference",
329
- "id": 50,
345
+ "id": 32,
330
346
  "typeArguments": [
331
347
  {
332
348
  "type": "reference",
333
- "id": 59,
349
+ "id": 41,
334
350
  "name": "T"
335
351
  }
336
352
  ],
@@ -348,7 +364,7 @@
348
364
  }
349
365
  },
350
366
  {
351
- "id": 96,
367
+ "id": 66,
352
368
  "name": "account",
353
369
  "kind": 1024,
354
370
  "kindString": "Property",
@@ -372,7 +388,7 @@
372
388
  }
373
389
  },
374
390
  {
375
- "id": 85,
391
+ "id": 61,
376
392
  "name": "config",
377
393
  "kind": 1024,
378
394
  "kindString": "Property",
@@ -388,250 +404,115 @@
388
404
  }
389
405
  ],
390
406
  "type": {
391
- "type": "reference",
392
- "typeArguments": [
407
+ "type": "intersection",
408
+ "types": [
393
409
  {
394
- "type": "intersection",
395
- "types": [
396
- {
397
- "type": "reflection",
398
- "declaration": {
399
- "id": 86,
400
- "name": "__type",
401
- "kind": 65536,
402
- "kindString": "Type literal",
410
+ "type": "reference",
411
+ "name": "SchemaFields"
412
+ },
413
+ {
414
+ "type": "reference",
415
+ "name": "PayloadFields"
416
+ },
417
+ {
418
+ "type": "reflection",
419
+ "declaration": {
420
+ "id": 62,
421
+ "name": "__type",
422
+ "kind": 65536,
423
+ "kindString": "Type literal",
424
+ "flags": {},
425
+ "children": [
426
+ {
427
+ "id": 63,
428
+ "name": "schema",
429
+ "kind": 1024,
430
+ "kindString": "Property",
403
431
  "flags": {},
404
- "children": [
405
- {
406
- "id": 87,
407
- "name": "schema",
408
- "kind": 1024,
409
- "kindString": "Property",
410
- "flags": {},
411
- "sources": [
412
- {
413
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
414
- "line": 8,
415
- "character": 4
416
- }
417
- ],
418
- "type": {
419
- "type": "intrinsic",
420
- "name": "string"
421
- }
422
- }
423
- ],
424
- "groups": [
425
- {
426
- "title": "Properties",
427
- "children": [
428
- 87
429
- ]
430
- }
431
- ],
432
432
  "sources": [
433
433
  {
434
434
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
435
- "line": 7,
436
- "character": 77
435
+ "line": 20,
436
+ "character": 4
437
437
  }
438
+ ],
439
+ "type": {
440
+ "type": "intrinsic",
441
+ "name": "string"
442
+ }
443
+ }
444
+ ],
445
+ "groups": [
446
+ {
447
+ "title": "Properties",
448
+ "children": [
449
+ 63
438
450
  ]
439
451
  }
440
- },
441
- {
442
- "type": "reflection",
443
- "declaration": {
444
- "id": 88,
445
- "name": "__type",
446
- "kind": 65536,
447
- "kindString": "Type literal",
452
+ ],
453
+ "sources": [
454
+ {
455
+ "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
456
+ "line": 19,
457
+ "character": 17
458
+ }
459
+ ]
460
+ }
461
+ },
462
+ {
463
+ "type": "reflection",
464
+ "declaration": {
465
+ "id": 64,
466
+ "name": "__type",
467
+ "kind": 65536,
468
+ "kindString": "Type literal",
469
+ "flags": {},
470
+ "children": [
471
+ {
472
+ "id": 65,
473
+ "name": "targetSchema",
474
+ "kind": 1024,
475
+ "kindString": "Property",
448
476
  "flags": {},
449
- "children": [
450
- {
451
- "id": 89,
452
- "name": "previousHash",
453
- "kind": 1024,
454
- "kindString": "Property",
455
- "flags": {
456
- "isOptional": true
457
- },
458
- "sources": [
459
- {
460
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
461
- "line": 11,
462
- "character": 4
463
- }
464
- ],
465
- "type": {
466
- "type": "intrinsic",
467
- "name": "string"
468
- }
469
- },
470
- {
471
- "id": 90,
472
- "name": "sources",
473
- "kind": 1024,
474
- "kindString": "Property",
475
- "flags": {
476
- "isOptional": true
477
- },
478
- "sources": [
479
- {
480
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
481
- "line": 12,
482
- "character": 4
483
- }
484
- ],
485
- "type": {
486
- "type": "array",
487
- "elementType": {
488
- "type": "intrinsic",
489
- "name": "string"
490
- }
491
- }
492
- },
477
+ "sources": [
493
478
  {
494
- "id": 91,
495
- "name": "timestamp",
496
- "kind": 1024,
497
- "kindString": "Property",
498
- "flags": {
499
- "isOptional": true
500
- },
501
- "sources": [
502
- {
503
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
504
- "line": 13,
505
- "character": 4
506
- }
507
- ],
508
- "type": {
509
- "type": "intrinsic",
510
- "name": "number"
511
- }
479
+ "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
480
+ "line": 6,
481
+ "character": 4
512
482
  }
513
483
  ],
514
- "groups": [
515
- {
516
- "title": "Properties",
517
- "children": [
518
- 89,
519
- 90,
520
- 91
521
- ]
484
+ "type": {
485
+ "type": "indexedAccess",
486
+ "indexType": {
487
+ "type": "literal",
488
+ "value": "schema"
489
+ },
490
+ "objectType": {
491
+ "type": "reference",
492
+ "id": 41,
493
+ "name": "T"
522
494
  }
523
- ],
524
- "sources": [
525
- {
526
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
527
- "line": 10,
528
- "character": 92
529
- }
530
- ]
495
+ }
531
496
  }
532
- },
533
- {
534
- "type": "reflection",
535
- "declaration": {
536
- "id": 92,
537
- "name": "__type",
538
- "kind": 65536,
539
- "kindString": "Type literal",
540
- "flags": {},
497
+ ],
498
+ "groups": [
499
+ {
500
+ "title": "Properties",
541
501
  "children": [
542
- {
543
- "id": 93,
544
- "name": "schema",
545
- "kind": 1024,
546
- "kindString": "Property",
547
- "flags": {},
548
- "sources": [
549
- {
550
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
551
- "line": 18,
552
- "character": 4
553
- }
554
- ],
555
- "type": {
556
- "type": "intrinsic",
557
- "name": "string"
558
- }
559
- }
560
- ],
561
- "groups": [
562
- {
563
- "title": "Properties",
564
- "children": [
565
- 93
566
- ]
567
- }
568
- ],
569
- "sources": [
570
- {
571
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
572
- "line": 17,
573
- "character": 45
574
- }
502
+ 65
575
503
  ]
576
504
  }
577
- },
578
- {
579
- "type": "reflection",
580
- "declaration": {
581
- "id": 94,
582
- "name": "__type",
583
- "kind": 65536,
584
- "kindString": "Type literal",
585
- "flags": {},
586
- "children": [
587
- {
588
- "id": 95,
589
- "name": "targetSchema",
590
- "kind": 1024,
591
- "kindString": "Property",
592
- "flags": {},
593
- "sources": [
594
- {
595
- "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
596
- "line": 6,
597
- "character": 4
598
- }
599
- ],
600
- "type": {
601
- "type": "indexedAccess",
602
- "indexType": {
603
- "type": "literal",
604
- "value": "schema"
605
- },
606
- "objectType": {
607
- "type": "reference",
608
- "id": 59,
609
- "name": "T"
610
- }
611
- }
612
- }
613
- ],
614
- "groups": [
615
- {
616
- "title": "Properties",
617
- "children": [
618
- 95
619
- ]
620
- }
621
- ],
622
- "sources": [
623
- {
624
- "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
625
- "line": 5,
626
- "character": 154
627
- }
628
- ]
505
+ ],
506
+ "sources": [
507
+ {
508
+ "fileName": "modules/packages/witness/dist/esm/Config.d.ts",
509
+ "line": 5,
510
+ "character": 154
629
511
  }
630
- }
631
- ]
512
+ ]
513
+ }
632
514
  }
633
- ],
634
- "name": "XyoPayloadBase"
515
+ ]
635
516
  },
636
517
  "inheritedFrom": {
637
518
  "type": "reference",
@@ -639,7 +520,7 @@
639
520
  }
640
521
  },
641
522
  {
642
- "id": 97,
523
+ "id": 67,
643
524
  "name": "resolver",
644
525
  "kind": 1024,
645
526
  "kindString": "Property",
@@ -664,7 +545,7 @@
664
545
  }
665
546
  },
666
547
  {
667
- "id": 98,
548
+ "id": 68,
668
549
  "name": "address",
669
550
  "kind": 262144,
670
551
  "kindString": "Accessor",
@@ -677,7 +558,7 @@
677
558
  }
678
559
  ],
679
560
  "getSignature": {
680
- "id": 99,
561
+ "id": 69,
681
562
  "name": "address",
682
563
  "kind": 524288,
683
564
  "kindString": "Get signature",
@@ -697,7 +578,7 @@
697
578
  }
698
579
  },
699
580
  {
700
- "id": 65,
581
+ "id": 47,
701
582
  "name": "bowser",
702
583
  "kind": 262144,
703
584
  "kindString": "Accessor",
@@ -712,7 +593,7 @@
712
593
  }
713
594
  ],
714
595
  "getSignature": {
715
- "id": 66,
596
+ "id": 48,
716
597
  "name": "bowser",
717
598
  "kind": 524288,
718
599
  "kindString": "Get signature",
@@ -726,7 +607,7 @@
726
607
  }
727
608
  },
728
609
  {
729
- "id": 70,
610
+ "id": 52,
730
611
  "name": "targetSchema",
731
612
  "kind": 262144,
732
613
  "kindString": "Accessor",
@@ -739,7 +620,7 @@
739
620
  }
740
621
  ],
741
622
  "getSignature": {
742
- "id": 71,
623
+ "id": 53,
743
624
  "name": "targetSchema",
744
625
  "kind": 524288,
745
626
  "kindString": "Get signature",
@@ -775,7 +656,7 @@
775
656
  }
776
657
  },
777
658
  {
778
- "id": 128,
659
+ "id": 92,
779
660
  "name": "bindHashes",
780
661
  "kind": 2048,
781
662
  "kindString": "Method",
@@ -789,14 +670,14 @@
789
670
  ],
790
671
  "signatures": [
791
672
  {
792
- "id": 129,
673
+ "id": 93,
793
674
  "name": "bindHashes",
794
675
  "kind": 4096,
795
676
  "kindString": "Call signature",
796
677
  "flags": {},
797
678
  "parameters": [
798
679
  {
799
- "id": 130,
680
+ "id": 94,
800
681
  "name": "hashes",
801
682
  "kind": 32768,
802
683
  "kindString": "Parameter",
@@ -810,7 +691,7 @@
810
691
  }
811
692
  },
812
693
  {
813
- "id": 131,
694
+ "id": 95,
814
695
  "name": "schema",
815
696
  "kind": 32768,
816
697
  "kindString": "Parameter",
@@ -824,7 +705,7 @@
824
705
  }
825
706
  },
826
707
  {
827
- "id": 132,
708
+ "id": 96,
828
709
  "name": "account",
829
710
  "kind": 32768,
830
711
  "kindString": "Parameter",
@@ -863,7 +744,7 @@
863
744
  }
864
745
  },
865
746
  {
866
- "id": 115,
747
+ "id": 85,
867
748
  "name": "bindHashesInternal",
868
749
  "kind": 2048,
869
750
  "kindString": "Method",
@@ -877,14 +758,14 @@
877
758
  ],
878
759
  "signatures": [
879
760
  {
880
- "id": 116,
761
+ "id": 86,
881
762
  "name": "bindHashesInternal",
882
763
  "kind": 4096,
883
764
  "kindString": "Call signature",
884
765
  "flags": {},
885
766
  "parameters": [
886
767
  {
887
- "id": 117,
768
+ "id": 87,
888
769
  "name": "hashes",
889
770
  "kind": 32768,
890
771
  "kindString": "Parameter",
@@ -898,7 +779,7 @@
898
779
  }
899
780
  },
900
781
  {
901
- "id": 118,
782
+ "id": 88,
902
783
  "name": "schema",
903
784
  "kind": 32768,
904
785
  "kindString": "Parameter",
@@ -912,7 +793,7 @@
912
793
  }
913
794
  },
914
795
  {
915
- "id": 119,
796
+ "id": 89,
916
797
  "name": "account",
917
798
  "kind": 32768,
918
799
  "kindString": "Parameter",
@@ -932,153 +813,24 @@
932
813
  "type": "intersection",
933
814
  "types": [
934
815
  {
935
- "type": "reflection",
936
- "declaration": {
937
- "id": 120,
938
- "name": "__type",
939
- "kind": 65536,
940
- "kindString": "Type literal",
941
- "flags": {},
942
- "children": [
943
- {
944
- "id": 121,
945
- "name": "schema",
946
- "kind": 1024,
947
- "kindString": "Property",
948
- "flags": {},
949
- "sources": [
950
- {
951
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
952
- "line": 8,
953
- "character": 4
954
- }
955
- ],
956
- "type": {
957
- "type": "intrinsic",
958
- "name": "string"
959
- }
960
- }
961
- ],
962
- "groups": [
963
- {
964
- "title": "Properties",
965
- "children": [
966
- 121
967
- ]
968
- }
969
- ],
970
- "sources": [
971
- {
972
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
973
- "line": 7,
974
- "character": 77
975
- }
976
- ]
977
- }
816
+ "type": "reference",
817
+ "name": "SchemaFields"
978
818
  },
979
819
  {
980
- "type": "reflection",
981
- "declaration": {
982
- "id": 122,
983
- "name": "__type",
984
- "kind": 65536,
985
- "kindString": "Type literal",
986
- "flags": {},
987
- "children": [
988
- {
989
- "id": 123,
990
- "name": "previousHash",
991
- "kind": 1024,
992
- "kindString": "Property",
993
- "flags": {
994
- "isOptional": true
995
- },
996
- "sources": [
997
- {
998
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
999
- "line": 11,
1000
- "character": 4
1001
- }
1002
- ],
1003
- "type": {
1004
- "type": "intrinsic",
1005
- "name": "string"
1006
- }
1007
- },
1008
- {
1009
- "id": 124,
1010
- "name": "sources",
1011
- "kind": 1024,
1012
- "kindString": "Property",
1013
- "flags": {
1014
- "isOptional": true
1015
- },
1016
- "sources": [
1017
- {
1018
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1019
- "line": 12,
1020
- "character": 4
1021
- }
1022
- ],
1023
- "type": {
1024
- "type": "array",
1025
- "elementType": {
1026
- "type": "intrinsic",
1027
- "name": "string"
1028
- }
1029
- }
1030
- },
1031
- {
1032
- "id": 125,
1033
- "name": "timestamp",
1034
- "kind": 1024,
1035
- "kindString": "Property",
1036
- "flags": {
1037
- "isOptional": true
1038
- },
1039
- "sources": [
1040
- {
1041
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1042
- "line": 13,
1043
- "character": 4
1044
- }
1045
- ],
1046
- "type": {
1047
- "type": "intrinsic",
1048
- "name": "number"
1049
- }
1050
- }
1051
- ],
1052
- "groups": [
1053
- {
1054
- "title": "Properties",
1055
- "children": [
1056
- 123,
1057
- 124,
1058
- 125
1059
- ]
1060
- }
1061
- ],
1062
- "sources": [
1063
- {
1064
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1065
- "line": 10,
1066
- "character": 92
1067
- }
1068
- ]
1069
- }
820
+ "type": "reference",
821
+ "name": "PayloadFields"
1070
822
  },
1071
823
  {
1072
824
  "type": "reflection",
1073
825
  "declaration": {
1074
- "id": 126,
826
+ "id": 90,
1075
827
  "name": "__type",
1076
828
  "kind": 65536,
1077
829
  "kindString": "Type literal",
1078
830
  "flags": {},
1079
831
  "children": [
1080
832
  {
1081
- "id": 127,
833
+ "id": 91,
1082
834
  "name": "schema",
1083
835
  "kind": 1024,
1084
836
  "kindString": "Property",
@@ -1086,7 +838,7 @@
1086
838
  "sources": [
1087
839
  {
1088
840
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1089
- "line": 18,
841
+ "line": 20,
1090
842
  "character": 4
1091
843
  }
1092
844
  ],
@@ -1100,15 +852,15 @@
1100
852
  {
1101
853
  "title": "Properties",
1102
854
  "children": [
1103
- 127
855
+ 91
1104
856
  ]
1105
857
  }
1106
858
  ],
1107
859
  "sources": [
1108
860
  {
1109
861
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1110
- "line": 17,
1111
- "character": 45
862
+ "line": 19,
863
+ "character": 17
1112
864
  }
1113
865
  ]
1114
866
  }
@@ -1130,7 +882,7 @@
1130
882
  }
1131
883
  },
1132
884
  {
1133
- "id": 153,
885
+ "id": 105,
1134
886
  "name": "bindPayloads",
1135
887
  "kind": 2048,
1136
888
  "kindString": "Method",
@@ -1144,14 +896,14 @@
1144
896
  ],
1145
897
  "signatures": [
1146
898
  {
1147
- "id": 154,
899
+ "id": 106,
1148
900
  "name": "bindPayloads",
1149
901
  "kind": 4096,
1150
902
  "kindString": "Call signature",
1151
903
  "flags": {},
1152
904
  "parameters": [
1153
905
  {
1154
- "id": 155,
906
+ "id": 107,
1155
907
  "name": "payloads",
1156
908
  "kind": 32768,
1157
909
  "kindString": "Parameter",
@@ -1162,17 +914,25 @@
1162
914
  {
1163
915
  "type": "intersection",
1164
916
  "types": [
917
+ {
918
+ "type": "reference",
919
+ "name": "SchemaFields"
920
+ },
921
+ {
922
+ "type": "reference",
923
+ "name": "PayloadFields"
924
+ },
1165
925
  {
1166
926
  "type": "reflection",
1167
927
  "declaration": {
1168
- "id": 156,
928
+ "id": 108,
1169
929
  "name": "__type",
1170
930
  "kind": 65536,
1171
931
  "kindString": "Type literal",
1172
932
  "flags": {},
1173
933
  "children": [
1174
934
  {
1175
- "id": 157,
935
+ "id": 109,
1176
936
  "name": "schema",
1177
937
  "kind": 1024,
1178
938
  "kindString": "Property",
@@ -1180,7 +940,7 @@
1180
940
  "sources": [
1181
941
  {
1182
942
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1183
- "line": 8,
943
+ "line": 20,
1184
944
  "character": 4
1185
945
  }
1186
946
  ],
@@ -1194,341 +954,75 @@
1194
954
  {
1195
955
  "title": "Properties",
1196
956
  "children": [
1197
- 157
957
+ 109
1198
958
  ]
1199
959
  }
1200
960
  ],
1201
961
  "sources": [
1202
962
  {
1203
963
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1204
- "line": 7,
1205
- "character": 77
964
+ "line": 19,
965
+ "character": 17
1206
966
  }
1207
967
  ]
1208
968
  }
969
+ }
970
+ ]
971
+ }
972
+ ],
973
+ "name": "XyoPayloads"
974
+ }
975
+ },
976
+ {
977
+ "id": 110,
978
+ "name": "account",
979
+ "kind": 32768,
980
+ "kindString": "Parameter",
981
+ "flags": {
982
+ "isOptional": true
983
+ },
984
+ "type": {
985
+ "type": "reference",
986
+ "name": "XyoAccount"
987
+ }
988
+ }
989
+ ],
990
+ "type": {
991
+ "type": "reference",
992
+ "typeArguments": [
993
+ {
994
+ "type": "reference",
995
+ "typeArguments": [
996
+ {
997
+ "type": "intersection",
998
+ "types": [
999
+ {
1000
+ "type": "reference",
1001
+ "name": "SchemaFields"
1002
+ },
1003
+ {
1004
+ "type": "reference",
1005
+ "name": "PayloadFields"
1209
1006
  },
1210
1007
  {
1211
1008
  "type": "reflection",
1212
1009
  "declaration": {
1213
- "id": 158,
1010
+ "id": 111,
1214
1011
  "name": "__type",
1215
1012
  "kind": 65536,
1216
1013
  "kindString": "Type literal",
1217
1014
  "flags": {},
1218
1015
  "children": [
1219
1016
  {
1220
- "id": 159,
1221
- "name": "previousHash",
1017
+ "id": 112,
1018
+ "name": "schema",
1222
1019
  "kind": 1024,
1223
1020
  "kindString": "Property",
1224
- "flags": {
1225
- "isOptional": true
1226
- },
1021
+ "flags": {},
1227
1022
  "sources": [
1228
1023
  {
1229
1024
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1230
- "line": 11,
1231
- "character": 4
1232
- }
1233
- ],
1234
- "type": {
1235
- "type": "intrinsic",
1236
- "name": "string"
1237
- }
1238
- },
1239
- {
1240
- "id": 160,
1241
- "name": "sources",
1242
- "kind": 1024,
1243
- "kindString": "Property",
1244
- "flags": {
1245
- "isOptional": true
1246
- },
1247
- "sources": [
1248
- {
1249
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1250
- "line": 12,
1251
- "character": 4
1252
- }
1253
- ],
1254
- "type": {
1255
- "type": "array",
1256
- "elementType": {
1257
- "type": "intrinsic",
1258
- "name": "string"
1259
- }
1260
- }
1261
- },
1262
- {
1263
- "id": 161,
1264
- "name": "timestamp",
1265
- "kind": 1024,
1266
- "kindString": "Property",
1267
- "flags": {
1268
- "isOptional": true
1269
- },
1270
- "sources": [
1271
- {
1272
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1273
- "line": 13,
1274
- "character": 4
1275
- }
1276
- ],
1277
- "type": {
1278
- "type": "intrinsic",
1279
- "name": "number"
1280
- }
1281
- }
1282
- ],
1283
- "groups": [
1284
- {
1285
- "title": "Properties",
1286
- "children": [
1287
- 159,
1288
- 160,
1289
- 161
1290
- ]
1291
- }
1292
- ],
1293
- "sources": [
1294
- {
1295
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1296
- "line": 10,
1297
- "character": 92
1298
- }
1299
- ]
1300
- }
1301
- },
1302
- {
1303
- "type": "reflection",
1304
- "declaration": {
1305
- "id": 162,
1306
- "name": "__type",
1307
- "kind": 65536,
1308
- "kindString": "Type literal",
1309
- "flags": {},
1310
- "children": [
1311
- {
1312
- "id": 163,
1313
- "name": "schema",
1314
- "kind": 1024,
1315
- "kindString": "Property",
1316
- "flags": {},
1317
- "sources": [
1318
- {
1319
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1320
- "line": 18,
1321
- "character": 4
1322
- }
1323
- ],
1324
- "type": {
1325
- "type": "intrinsic",
1326
- "name": "string"
1327
- }
1328
- }
1329
- ],
1330
- "groups": [
1331
- {
1332
- "title": "Properties",
1333
- "children": [
1334
- 163
1335
- ]
1336
- }
1337
- ],
1338
- "sources": [
1339
- {
1340
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1341
- "line": 17,
1342
- "character": 45
1343
- }
1344
- ]
1345
- }
1346
- }
1347
- ]
1348
- }
1349
- ],
1350
- "name": "XyoPayloads"
1351
- }
1352
- },
1353
- {
1354
- "id": 164,
1355
- "name": "account",
1356
- "kind": 32768,
1357
- "kindString": "Parameter",
1358
- "flags": {
1359
- "isOptional": true
1360
- },
1361
- "type": {
1362
- "type": "reference",
1363
- "name": "XyoAccount"
1364
- }
1365
- }
1366
- ],
1367
- "type": {
1368
- "type": "reference",
1369
- "typeArguments": [
1370
- {
1371
- "type": "reference",
1372
- "typeArguments": [
1373
- {
1374
- "type": "intersection",
1375
- "types": [
1376
- {
1377
- "type": "reflection",
1378
- "declaration": {
1379
- "id": 165,
1380
- "name": "__type",
1381
- "kind": 65536,
1382
- "kindString": "Type literal",
1383
- "flags": {},
1384
- "children": [
1385
- {
1386
- "id": 166,
1387
- "name": "schema",
1388
- "kind": 1024,
1389
- "kindString": "Property",
1390
- "flags": {},
1391
- "sources": [
1392
- {
1393
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1394
- "line": 8,
1395
- "character": 4
1396
- }
1397
- ],
1398
- "type": {
1399
- "type": "intrinsic",
1400
- "name": "string"
1401
- }
1402
- }
1403
- ],
1404
- "groups": [
1405
- {
1406
- "title": "Properties",
1407
- "children": [
1408
- 166
1409
- ]
1410
- }
1411
- ],
1412
- "sources": [
1413
- {
1414
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1415
- "line": 7,
1416
- "character": 77
1417
- }
1418
- ]
1419
- }
1420
- },
1421
- {
1422
- "type": "reflection",
1423
- "declaration": {
1424
- "id": 167,
1425
- "name": "__type",
1426
- "kind": 65536,
1427
- "kindString": "Type literal",
1428
- "flags": {},
1429
- "children": [
1430
- {
1431
- "id": 168,
1432
- "name": "previousHash",
1433
- "kind": 1024,
1434
- "kindString": "Property",
1435
- "flags": {
1436
- "isOptional": true
1437
- },
1438
- "sources": [
1439
- {
1440
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1441
- "line": 11,
1442
- "character": 4
1443
- }
1444
- ],
1445
- "type": {
1446
- "type": "intrinsic",
1447
- "name": "string"
1448
- }
1449
- },
1450
- {
1451
- "id": 169,
1452
- "name": "sources",
1453
- "kind": 1024,
1454
- "kindString": "Property",
1455
- "flags": {
1456
- "isOptional": true
1457
- },
1458
- "sources": [
1459
- {
1460
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1461
- "line": 12,
1462
- "character": 4
1463
- }
1464
- ],
1465
- "type": {
1466
- "type": "array",
1467
- "elementType": {
1468
- "type": "intrinsic",
1469
- "name": "string"
1470
- }
1471
- }
1472
- },
1473
- {
1474
- "id": 170,
1475
- "name": "timestamp",
1476
- "kind": 1024,
1477
- "kindString": "Property",
1478
- "flags": {
1479
- "isOptional": true
1480
- },
1481
- "sources": [
1482
- {
1483
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1484
- "line": 13,
1485
- "character": 4
1486
- }
1487
- ],
1488
- "type": {
1489
- "type": "intrinsic",
1490
- "name": "number"
1491
- }
1492
- }
1493
- ],
1494
- "groups": [
1495
- {
1496
- "title": "Properties",
1497
- "children": [
1498
- 168,
1499
- 169,
1500
- 170
1501
- ]
1502
- }
1503
- ],
1504
- "sources": [
1505
- {
1506
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1507
- "line": 10,
1508
- "character": 92
1509
- }
1510
- ]
1511
- }
1512
- },
1513
- {
1514
- "type": "reflection",
1515
- "declaration": {
1516
- "id": 171,
1517
- "name": "__type",
1518
- "kind": 65536,
1519
- "kindString": "Type literal",
1520
- "flags": {},
1521
- "children": [
1522
- {
1523
- "id": 172,
1524
- "name": "schema",
1525
- "kind": 1024,
1526
- "kindString": "Property",
1527
- "flags": {},
1528
- "sources": [
1529
- {
1530
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1531
- "line": 18,
1025
+ "line": 20,
1532
1026
  "character": 4
1533
1027
  }
1534
1028
  ],
@@ -1542,15 +1036,15 @@
1542
1036
  {
1543
1037
  "title": "Properties",
1544
1038
  "children": [
1545
- 172
1039
+ 112
1546
1040
  ]
1547
1041
  }
1548
1042
  ],
1549
1043
  "sources": [
1550
1044
  {
1551
1045
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1552
- "line": 17,
1553
- "character": 45
1046
+ "line": 19,
1047
+ "character": 17
1554
1048
  }
1555
1049
  ]
1556
1050
  }
@@ -1579,7 +1073,7 @@
1579
1073
  }
1580
1074
  },
1581
1075
  {
1582
- "id": 133,
1076
+ "id": 97,
1583
1077
  "name": "bindPayloadsInternal",
1584
1078
  "kind": 2048,
1585
1079
  "kindString": "Method",
@@ -1593,14 +1087,14 @@
1593
1087
  ],
1594
1088
  "signatures": [
1595
1089
  {
1596
- "id": 134,
1090
+ "id": 98,
1597
1091
  "name": "bindPayloadsInternal",
1598
1092
  "kind": 4096,
1599
1093
  "kindString": "Call signature",
1600
1094
  "flags": {},
1601
1095
  "parameters": [
1602
1096
  {
1603
- "id": 135,
1097
+ "id": 99,
1604
1098
  "name": "payloads",
1605
1099
  "kind": 32768,
1606
1100
  "kindString": "Parameter",
@@ -1612,153 +1106,24 @@
1612
1106
  "type": "intersection",
1613
1107
  "types": [
1614
1108
  {
1615
- "type": "reflection",
1616
- "declaration": {
1617
- "id": 136,
1618
- "name": "__type",
1619
- "kind": 65536,
1620
- "kindString": "Type literal",
1621
- "flags": {},
1622
- "children": [
1623
- {
1624
- "id": 137,
1625
- "name": "schema",
1626
- "kind": 1024,
1627
- "kindString": "Property",
1628
- "flags": {},
1629
- "sources": [
1630
- {
1631
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1632
- "line": 8,
1633
- "character": 4
1634
- }
1635
- ],
1636
- "type": {
1637
- "type": "intrinsic",
1638
- "name": "string"
1639
- }
1640
- }
1641
- ],
1642
- "groups": [
1643
- {
1644
- "title": "Properties",
1645
- "children": [
1646
- 137
1647
- ]
1648
- }
1649
- ],
1650
- "sources": [
1651
- {
1652
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1653
- "line": 7,
1654
- "character": 77
1655
- }
1656
- ]
1657
- }
1109
+ "type": "reference",
1110
+ "name": "SchemaFields"
1658
1111
  },
1659
1112
  {
1660
- "type": "reflection",
1661
- "declaration": {
1662
- "id": 138,
1663
- "name": "__type",
1664
- "kind": 65536,
1665
- "kindString": "Type literal",
1666
- "flags": {},
1667
- "children": [
1668
- {
1669
- "id": 139,
1670
- "name": "previousHash",
1671
- "kind": 1024,
1672
- "kindString": "Property",
1673
- "flags": {
1674
- "isOptional": true
1675
- },
1676
- "sources": [
1677
- {
1678
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1679
- "line": 11,
1680
- "character": 4
1681
- }
1682
- ],
1683
- "type": {
1684
- "type": "intrinsic",
1685
- "name": "string"
1686
- }
1687
- },
1688
- {
1689
- "id": 140,
1690
- "name": "sources",
1691
- "kind": 1024,
1692
- "kindString": "Property",
1693
- "flags": {
1694
- "isOptional": true
1695
- },
1696
- "sources": [
1697
- {
1698
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1699
- "line": 12,
1700
- "character": 4
1701
- }
1702
- ],
1703
- "type": {
1704
- "type": "array",
1705
- "elementType": {
1706
- "type": "intrinsic",
1707
- "name": "string"
1708
- }
1709
- }
1710
- },
1711
- {
1712
- "id": 141,
1713
- "name": "timestamp",
1714
- "kind": 1024,
1715
- "kindString": "Property",
1716
- "flags": {
1717
- "isOptional": true
1718
- },
1719
- "sources": [
1720
- {
1721
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1722
- "line": 13,
1723
- "character": 4
1724
- }
1725
- ],
1726
- "type": {
1727
- "type": "intrinsic",
1728
- "name": "number"
1729
- }
1730
- }
1731
- ],
1732
- "groups": [
1733
- {
1734
- "title": "Properties",
1735
- "children": [
1736
- 139,
1737
- 140,
1738
- 141
1739
- ]
1740
- }
1741
- ],
1742
- "sources": [
1743
- {
1744
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1745
- "line": 10,
1746
- "character": 92
1747
- }
1748
- ]
1749
- }
1113
+ "type": "reference",
1114
+ "name": "PayloadFields"
1750
1115
  },
1751
1116
  {
1752
1117
  "type": "reflection",
1753
1118
  "declaration": {
1754
- "id": 142,
1119
+ "id": 100,
1755
1120
  "name": "__type",
1756
1121
  "kind": 65536,
1757
1122
  "kindString": "Type literal",
1758
1123
  "flags": {},
1759
1124
  "children": [
1760
1125
  {
1761
- "id": 143,
1126
+ "id": 101,
1762
1127
  "name": "schema",
1763
1128
  "kind": 1024,
1764
1129
  "kindString": "Property",
@@ -1766,7 +1131,7 @@
1766
1131
  "sources": [
1767
1132
  {
1768
1133
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1769
- "line": 18,
1134
+ "line": 20,
1770
1135
  "character": 4
1771
1136
  }
1772
1137
  ],
@@ -1780,15 +1145,15 @@
1780
1145
  {
1781
1146
  "title": "Properties",
1782
1147
  "children": [
1783
- 143
1148
+ 101
1784
1149
  ]
1785
1150
  }
1786
1151
  ],
1787
1152
  "sources": [
1788
1153
  {
1789
1154
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1790
- "line": 17,
1791
- "character": 45
1155
+ "line": 19,
1156
+ "character": 17
1792
1157
  }
1793
1158
  ]
1794
1159
  }
@@ -1800,173 +1165,44 @@
1800
1165
  }
1801
1166
  },
1802
1167
  {
1803
- "id": 144,
1168
+ "id": 102,
1804
1169
  "name": "account",
1805
1170
  "kind": 32768,
1806
1171
  "kindString": "Parameter",
1807
1172
  "flags": {
1808
1173
  "isOptional": true
1809
- },
1810
- "type": {
1811
- "type": "reference",
1812
- "name": "XyoAccount"
1813
- }
1814
- }
1815
- ],
1816
- "type": {
1817
- "type": "reference",
1818
- "typeArguments": [
1819
- {
1820
- "type": "intersection",
1821
- "types": [
1822
- {
1823
- "type": "reflection",
1824
- "declaration": {
1825
- "id": 145,
1826
- "name": "__type",
1827
- "kind": 65536,
1828
- "kindString": "Type literal",
1829
- "flags": {},
1830
- "children": [
1831
- {
1832
- "id": 146,
1833
- "name": "schema",
1834
- "kind": 1024,
1835
- "kindString": "Property",
1836
- "flags": {},
1837
- "sources": [
1838
- {
1839
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1840
- "line": 8,
1841
- "character": 4
1842
- }
1843
- ],
1844
- "type": {
1845
- "type": "intrinsic",
1846
- "name": "string"
1847
- }
1848
- }
1849
- ],
1850
- "groups": [
1851
- {
1852
- "title": "Properties",
1853
- "children": [
1854
- 146
1855
- ]
1856
- }
1857
- ],
1858
- "sources": [
1859
- {
1860
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1861
- "line": 7,
1862
- "character": 77
1863
- }
1864
- ]
1865
- }
1866
- },
1867
- {
1868
- "type": "reflection",
1869
- "declaration": {
1870
- "id": 147,
1871
- "name": "__type",
1872
- "kind": 65536,
1873
- "kindString": "Type literal",
1874
- "flags": {},
1875
- "children": [
1876
- {
1877
- "id": 148,
1878
- "name": "previousHash",
1879
- "kind": 1024,
1880
- "kindString": "Property",
1881
- "flags": {
1882
- "isOptional": true
1883
- },
1884
- "sources": [
1885
- {
1886
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1887
- "line": 11,
1888
- "character": 4
1889
- }
1890
- ],
1891
- "type": {
1892
- "type": "intrinsic",
1893
- "name": "string"
1894
- }
1895
- },
1896
- {
1897
- "id": 149,
1898
- "name": "sources",
1899
- "kind": 1024,
1900
- "kindString": "Property",
1901
- "flags": {
1902
- "isOptional": true
1903
- },
1904
- "sources": [
1905
- {
1906
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1907
- "line": 12,
1908
- "character": 4
1909
- }
1910
- ],
1911
- "type": {
1912
- "type": "array",
1913
- "elementType": {
1914
- "type": "intrinsic",
1915
- "name": "string"
1916
- }
1917
- }
1918
- },
1919
- {
1920
- "id": 150,
1921
- "name": "timestamp",
1922
- "kind": 1024,
1923
- "kindString": "Property",
1924
- "flags": {
1925
- "isOptional": true
1926
- },
1927
- "sources": [
1928
- {
1929
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1930
- "line": 13,
1931
- "character": 4
1932
- }
1933
- ],
1934
- "type": {
1935
- "type": "intrinsic",
1936
- "name": "number"
1937
- }
1938
- }
1939
- ],
1940
- "groups": [
1941
- {
1942
- "title": "Properties",
1943
- "children": [
1944
- 148,
1945
- 149,
1946
- 150
1947
- ]
1948
- }
1949
- ],
1950
- "sources": [
1951
- {
1952
- "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1953
- "line": 10,
1954
- "character": 92
1955
- }
1956
- ]
1957
- }
1174
+ },
1175
+ "type": {
1176
+ "type": "reference",
1177
+ "name": "XyoAccount"
1178
+ }
1179
+ }
1180
+ ],
1181
+ "type": {
1182
+ "type": "reference",
1183
+ "typeArguments": [
1184
+ {
1185
+ "type": "intersection",
1186
+ "types": [
1187
+ {
1188
+ "type": "reference",
1189
+ "name": "SchemaFields"
1190
+ },
1191
+ {
1192
+ "type": "reference",
1193
+ "name": "PayloadFields"
1958
1194
  },
1959
1195
  {
1960
1196
  "type": "reflection",
1961
1197
  "declaration": {
1962
- "id": 151,
1198
+ "id": 103,
1963
1199
  "name": "__type",
1964
1200
  "kind": 65536,
1965
1201
  "kindString": "Type literal",
1966
1202
  "flags": {},
1967
1203
  "children": [
1968
1204
  {
1969
- "id": 152,
1205
+ "id": 104,
1970
1206
  "name": "schema",
1971
1207
  "kind": 1024,
1972
1208
  "kindString": "Property",
@@ -1974,7 +1210,7 @@
1974
1210
  "sources": [
1975
1211
  {
1976
1212
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1977
- "line": 18,
1213
+ "line": 20,
1978
1214
  "character": 4
1979
1215
  }
1980
1216
  ],
@@ -1988,15 +1224,15 @@
1988
1224
  {
1989
1225
  "title": "Properties",
1990
1226
  "children": [
1991
- 152
1227
+ 104
1992
1228
  ]
1993
1229
  }
1994
1230
  ],
1995
1231
  "sources": [
1996
1232
  {
1997
1233
  "fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
1998
- "line": 17,
1999
- "character": 45
1234
+ "line": 19,
1235
+ "character": 17
2000
1236
  }
2001
1237
  ]
2002
1238
  }
@@ -2018,7 +1254,7 @@
2018
1254
  }
2019
1255
  },
2020
1256
  {
2021
- "id": 103,
1257
+ "id": 73,
2022
1258
  "name": "discover",
2023
1259
  "kind": 2048,
2024
1260
  "kindString": "Method",
@@ -2032,14 +1268,14 @@
2032
1268
  ],
2033
1269
  "signatures": [
2034
1270
  {
2035
- "id": 104,
1271
+ "id": 74,
2036
1272
  "name": "discover",
2037
1273
  "kind": 4096,
2038
1274
  "kindString": "Call signature",
2039
1275
  "flags": {},
2040
1276
  "parameters": [
2041
1277
  {
2042
- "id": 105,
1278
+ "id": 75,
2043
1279
  "name": "_queryAccount",
2044
1280
  "kind": 32768,
2045
1281
  "kindString": "Parameter",
@@ -2068,7 +1304,7 @@
2068
1304
  }
2069
1305
  },
2070
1306
  {
2071
- "id": 106,
1307
+ "id": 76,
2072
1308
  "name": "initialize",
2073
1309
  "kind": 2048,
2074
1310
  "kindString": "Method",
@@ -2082,14 +1318,14 @@
2082
1318
  ],
2083
1319
  "signatures": [
2084
1320
  {
2085
- "id": 107,
1321
+ "id": 77,
2086
1322
  "name": "initialize",
2087
1323
  "kind": 4096,
2088
1324
  "kindString": "Call signature",
2089
1325
  "flags": {},
2090
1326
  "parameters": [
2091
1327
  {
2092
- "id": 108,
1328
+ "id": 78,
2093
1329
  "name": "_queryAccount",
2094
1330
  "kind": 32768,
2095
1331
  "kindString": "Parameter",
@@ -2118,7 +1354,7 @@
2118
1354
  }
2119
1355
  },
2120
1356
  {
2121
- "id": 67,
1357
+ "id": 49,
2122
1358
  "name": "observe",
2123
1359
  "kind": 2048,
2124
1360
  "kindString": "Method",
@@ -2132,14 +1368,14 @@
2132
1368
  ],
2133
1369
  "signatures": [
2134
1370
  {
2135
- "id": 68,
1371
+ "id": 50,
2136
1372
  "name": "observe",
2137
1373
  "kind": 4096,
2138
1374
  "kindString": "Call signature",
2139
1375
  "flags": {},
2140
1376
  "parameters": [
2141
1377
  {
2142
- "id": 69,
1378
+ "id": 51,
2143
1379
  "name": "fields",
2144
1380
  "kind": 32768,
2145
1381
  "kindString": "Parameter",
@@ -2151,7 +1387,7 @@
2151
1387
  "typeArguments": [
2152
1388
  {
2153
1389
  "type": "reference",
2154
- "id": 59,
1390
+ "id": 41,
2155
1391
  "name": "T"
2156
1392
  }
2157
1393
  ],
@@ -2166,7 +1402,7 @@
2166
1402
  "typeArguments": [
2167
1403
  {
2168
1404
  "type": "reference",
2169
- "id": 59,
1405
+ "id": 41,
2170
1406
  "name": "T"
2171
1407
  },
2172
1408
  {
@@ -2188,7 +1424,7 @@
2188
1424
  }
2189
1425
  },
2190
1426
  {
2191
- "id": 72,
1427
+ "id": 54,
2192
1428
  "name": "queries",
2193
1429
  "kind": 2048,
2194
1430
  "kindString": "Method",
@@ -2202,7 +1438,7 @@
2202
1438
  ],
2203
1439
  "signatures": [
2204
1440
  {
2205
- "id": 73,
1441
+ "id": 55,
2206
1442
  "name": "queries",
2207
1443
  "kind": 4096,
2208
1444
  "kindString": "Call signature",
@@ -2247,7 +1483,7 @@
2247
1483
  }
2248
1484
  },
2249
1485
  {
2250
- "id": 74,
1486
+ "id": 56,
2251
1487
  "name": "query",
2252
1488
  "kind": 2048,
2253
1489
  "kindString": "Method",
@@ -2261,14 +1497,14 @@
2261
1497
  ],
2262
1498
  "signatures": [
2263
1499
  {
2264
- "id": 75,
1500
+ "id": 57,
2265
1501
  "name": "query",
2266
1502
  "kind": 4096,
2267
1503
  "kindString": "Call signature",
2268
1504
  "flags": {},
2269
1505
  "parameters": [
2270
1506
  {
2271
- "id": 76,
1507
+ "id": 58,
2272
1508
  "name": "query",
2273
1509
  "kind": 32768,
2274
1510
  "kindString": "Parameter",
@@ -2285,7 +1521,7 @@
2285
1521
  "typeArguments": [
2286
1522
  {
2287
1523
  "type": "reference",
2288
- "id": 59,
1524
+ "id": 41,
2289
1525
  "name": "T"
2290
1526
  }
2291
1527
  ],
@@ -2305,153 +1541,24 @@
2305
1541
  "type": "intersection",
2306
1542
  "types": [
2307
1543
  {
2308
- "type": "reflection",
2309
- "declaration": {
2310
- "id": 77,
2311
- "name": "__type",
2312
- "kind": 65536,
2313
- "kindString": "Type literal",
2314
- "flags": {},
2315
- "children": [
2316
- {
2317
- "id": 78,
2318
- "name": "schema",
2319
- "kind": 1024,
2320
- "kindString": "Property",
2321
- "flags": {},
2322
- "sources": [
2323
- {
2324
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2325
- "line": 14,
2326
- "character": 8
2327
- }
2328
- ],
2329
- "type": {
2330
- "type": "intrinsic",
2331
- "name": "string"
2332
- }
2333
- }
2334
- ],
2335
- "groups": [
2336
- {
2337
- "title": "Properties",
2338
- "children": [
2339
- 78
2340
- ]
2341
- }
2342
- ],
2343
- "sources": [
2344
- {
2345
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2346
- "line": 13,
2347
- "character": 85
2348
- }
2349
- ]
2350
- }
1544
+ "type": "reference",
1545
+ "name": "SchemaFields"
2351
1546
  },
2352
1547
  {
2353
- "type": "reflection",
2354
- "declaration": {
2355
- "id": 79,
2356
- "name": "__type",
2357
- "kind": 65536,
2358
- "kindString": "Type literal",
2359
- "flags": {},
2360
- "children": [
2361
- {
2362
- "id": 80,
2363
- "name": "previousHash",
2364
- "kind": 1024,
2365
- "kindString": "Property",
2366
- "flags": {
2367
- "isOptional": true
2368
- },
2369
- "sources": [
2370
- {
2371
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2372
- "line": 16,
2373
- "character": 8
2374
- }
2375
- ],
2376
- "type": {
2377
- "type": "intrinsic",
2378
- "name": "string"
2379
- }
2380
- },
2381
- {
2382
- "id": 81,
2383
- "name": "sources",
2384
- "kind": 1024,
2385
- "kindString": "Property",
2386
- "flags": {
2387
- "isOptional": true
2388
- },
2389
- "sources": [
2390
- {
2391
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2392
- "line": 17,
2393
- "character": 8
2394
- }
2395
- ],
2396
- "type": {
2397
- "type": "array",
2398
- "elementType": {
2399
- "type": "intrinsic",
2400
- "name": "string"
2401
- }
2402
- }
2403
- },
2404
- {
2405
- "id": 82,
2406
- "name": "timestamp",
2407
- "kind": 1024,
2408
- "kindString": "Property",
2409
- "flags": {
2410
- "isOptional": true
2411
- },
2412
- "sources": [
2413
- {
2414
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2415
- "line": 18,
2416
- "character": 8
2417
- }
2418
- ],
2419
- "type": {
2420
- "type": "intrinsic",
2421
- "name": "number"
2422
- }
2423
- }
2424
- ],
2425
- "groups": [
2426
- {
2427
- "title": "Properties",
2428
- "children": [
2429
- 80,
2430
- 81,
2431
- 82
2432
- ]
2433
- }
2434
- ],
2435
- "sources": [
2436
- {
2437
- "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2438
- "line": 15,
2439
- "character": 8
2440
- }
2441
- ]
2442
- }
1548
+ "type": "reference",
1549
+ "name": "PayloadFields"
2443
1550
  },
2444
1551
  {
2445
1552
  "type": "reflection",
2446
1553
  "declaration": {
2447
- "id": 83,
1554
+ "id": 59,
2448
1555
  "name": "__type",
2449
1556
  "kind": 65536,
2450
1557
  "kindString": "Type literal",
2451
1558
  "flags": {},
2452
1559
  "children": [
2453
1560
  {
2454
- "id": 84,
1561
+ "id": 60,
2455
1562
  "name": "schema",
2456
1563
  "kind": 1024,
2457
1564
  "kindString": "Property",
@@ -2459,7 +1566,7 @@
2459
1566
  "sources": [
2460
1567
  {
2461
1568
  "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2462
- "line": 20,
1569
+ "line": 14,
2463
1570
  "character": 8
2464
1571
  }
2465
1572
  ],
@@ -2473,15 +1580,15 @@
2473
1580
  {
2474
1581
  "title": "Properties",
2475
1582
  "children": [
2476
- 84
1583
+ 60
2477
1584
  ]
2478
1585
  }
2479
1586
  ],
2480
1587
  "sources": [
2481
1588
  {
2482
1589
  "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
2483
- "line": 19,
2484
- "character": 8
1590
+ "line": 13,
1591
+ "character": 178
2485
1592
  }
2486
1593
  ]
2487
1594
  }
@@ -2508,7 +1615,7 @@
2508
1615
  }
2509
1616
  },
2510
1617
  {
2511
- "id": 100,
1618
+ "id": 70,
2512
1619
  "name": "queryable",
2513
1620
  "kind": 2048,
2514
1621
  "kindString": "Method",
@@ -2522,14 +1629,14 @@
2522
1629
  ],
2523
1630
  "signatures": [
2524
1631
  {
2525
- "id": 101,
1632
+ "id": 71,
2526
1633
  "name": "queryable",
2527
1634
  "kind": 4096,
2528
1635
  "kindString": "Call signature",
2529
1636
  "flags": {},
2530
1637
  "parameters": [
2531
1638
  {
2532
- "id": 102,
1639
+ "id": 72,
2533
1640
  "name": "schema",
2534
1641
  "kind": 32768,
2535
1642
  "kindString": "Parameter",
@@ -2556,7 +1663,7 @@
2556
1663
  }
2557
1664
  },
2558
1665
  {
2559
- "id": 112,
1666
+ "id": 82,
2560
1667
  "name": "shutdown",
2561
1668
  "kind": 2048,
2562
1669
  "kindString": "Method",
@@ -2570,14 +1677,14 @@
2570
1677
  ],
2571
1678
  "signatures": [
2572
1679
  {
2573
- "id": 113,
1680
+ "id": 83,
2574
1681
  "name": "shutdown",
2575
1682
  "kind": 4096,
2576
1683
  "kindString": "Call signature",
2577
1684
  "flags": {},
2578
1685
  "parameters": [
2579
1686
  {
2580
- "id": 114,
1687
+ "id": 84,
2581
1688
  "name": "_queryAccount",
2582
1689
  "kind": 32768,
2583
1690
  "kindString": "Parameter",
@@ -2606,7 +1713,7 @@
2606
1713
  }
2607
1714
  },
2608
1715
  {
2609
- "id": 109,
1716
+ "id": 79,
2610
1717
  "name": "subscribe",
2611
1718
  "kind": 2048,
2612
1719
  "kindString": "Method",
@@ -2620,14 +1727,14 @@
2620
1727
  ],
2621
1728
  "signatures": [
2622
1729
  {
2623
- "id": 110,
1730
+ "id": 80,
2624
1731
  "name": "subscribe",
2625
1732
  "kind": 4096,
2626
1733
  "kindString": "Call signature",
2627
1734
  "flags": {},
2628
1735
  "parameters": [
2629
1736
  {
2630
- "id": 111,
1737
+ "id": 81,
2631
1738
  "name": "_queryAccount",
2632
1739
  "kind": 32768,
2633
1740
  "kindString": "Parameter",
@@ -2660,40 +1767,40 @@
2660
1767
  {
2661
1768
  "title": "Constructors",
2662
1769
  "children": [
2663
- 51
1770
+ 33
2664
1771
  ]
2665
1772
  },
2666
1773
  {
2667
1774
  "title": "Properties",
2668
1775
  "children": [
2669
- 96,
2670
- 85,
2671
- 97
1776
+ 66,
1777
+ 61,
1778
+ 67
2672
1779
  ]
2673
1780
  },
2674
1781
  {
2675
1782
  "title": "Accessors",
2676
1783
  "children": [
2677
- 98,
2678
- 65,
2679
- 70
1784
+ 68,
1785
+ 47,
1786
+ 52
2680
1787
  ]
2681
1788
  },
2682
1789
  {
2683
1790
  "title": "Methods",
2684
1791
  "children": [
2685
- 128,
2686
- 115,
2687
- 153,
2688
- 133,
2689
- 103,
2690
- 106,
2691
- 67,
2692
- 72,
2693
- 74,
2694
- 100,
2695
- 112,
2696
- 109
1792
+ 92,
1793
+ 85,
1794
+ 105,
1795
+ 97,
1796
+ 73,
1797
+ 76,
1798
+ 49,
1799
+ 54,
1800
+ 56,
1801
+ 70,
1802
+ 82,
1803
+ 79
2697
1804
  ]
2698
1805
  }
2699
1806
  ],
@@ -2706,19 +1813,19 @@
2706
1813
  ],
2707
1814
  "typeParameters": [
2708
1815
  {
2709
- "id": 173,
1816
+ "id": 113,
2710
1817
  "name": "T",
2711
1818
  "kind": 131072,
2712
1819
  "kindString": "Type parameter",
2713
1820
  "flags": {},
2714
1821
  "type": {
2715
1822
  "type": "reference",
2716
- "id": 39,
1823
+ "id": 21,
2717
1824
  "name": "XyoBowserSystemInfoPayload"
2718
1825
  },
2719
1826
  "default": {
2720
1827
  "type": "reference",
2721
- "id": 39,
1828
+ "id": 21,
2722
1829
  "name": "XyoBowserSystemInfoPayload"
2723
1830
  }
2724
1831
  }
@@ -2729,7 +1836,7 @@
2729
1836
  "typeArguments": [
2730
1837
  {
2731
1838
  "type": "reference",
2732
- "id": 59,
1839
+ "id": 41,
2733
1840
  "name": "T"
2734
1841
  }
2735
1842
  ],
@@ -2738,7 +1845,7 @@
2738
1845
  ]
2739
1846
  },
2740
1847
  {
2741
- "id": 39,
1848
+ "id": 21,
2742
1849
  "name": "XyoBowserSystemInfoPayload",
2743
1850
  "kind": 4194304,
2744
1851
  "kindString": "Type alias",
@@ -2756,14 +1863,14 @@
2756
1863
  {
2757
1864
  "type": "reflection",
2758
1865
  "declaration": {
2759
- "id": 40,
1866
+ "id": 22,
2760
1867
  "name": "__type",
2761
1868
  "kind": 65536,
2762
1869
  "kindString": "Type literal",
2763
1870
  "flags": {},
2764
1871
  "children": [
2765
1872
  {
2766
- "id": 42,
1873
+ "id": 24,
2767
1874
  "name": "bowser",
2768
1875
  "kind": 1024,
2769
1876
  "kindString": "Property",
@@ -2785,7 +1892,7 @@
2785
1892
  }
2786
1893
  },
2787
1894
  {
2788
- "id": 41,
1895
+ "id": 23,
2789
1896
  "name": "schema",
2790
1897
  "kind": 1024,
2791
1898
  "kindString": "Property",
@@ -2799,7 +1906,7 @@
2799
1906
  ],
2800
1907
  "type": {
2801
1908
  "type": "reference",
2802
- "id": 43,
1909
+ "id": 25,
2803
1910
  "name": "XyoBowserSystemInfoSchema"
2804
1911
  }
2805
1912
  }
@@ -2808,8 +1915,8 @@
2808
1915
  {
2809
1916
  "title": "Properties",
2810
1917
  "children": [
2811
- 42,
2812
- 41
1918
+ 24,
1919
+ 23
2813
1920
  ]
2814
1921
  }
2815
1922
  ],
@@ -2827,7 +1934,7 @@
2827
1934
  }
2828
1935
  },
2829
1936
  {
2830
- "id": 44,
1937
+ "id": 26,
2831
1938
  "name": "XyoBowserSystemInfoSchema",
2832
1939
  "kind": 4194304,
2833
1940
  "kindString": "Type alias",
@@ -2850,7 +1957,7 @@
2850
1957
  }
2851
1958
  },
2852
1959
  {
2853
- "id": 36,
1960
+ "id": 18,
2854
1961
  "name": "XyoBowserSystemInfoWitnessConfig",
2855
1962
  "kind": 4194304,
2856
1963
  "kindString": "Type alias",
@@ -2867,20 +1974,20 @@
2867
1974
  "typeArguments": [
2868
1975
  {
2869
1976
  "type": "reference",
2870
- "id": 39,
1977
+ "id": 21,
2871
1978
  "name": "XyoBowserSystemInfoPayload"
2872
1979
  },
2873
1980
  {
2874
1981
  "type": "reflection",
2875
1982
  "declaration": {
2876
- "id": 37,
1983
+ "id": 19,
2877
1984
  "name": "__type",
2878
1985
  "kind": 65536,
2879
1986
  "kindString": "Type literal",
2880
1987
  "flags": {},
2881
1988
  "children": [
2882
1989
  {
2883
- "id": 38,
1990
+ "id": 20,
2884
1991
  "name": "schema",
2885
1992
  "kind": 1024,
2886
1993
  "kindString": "Property",
@@ -2894,7 +2001,7 @@
2894
2001
  ],
2895
2002
  "type": {
2896
2003
  "type": "reference",
2897
- "id": 34,
2004
+ "id": 16,
2898
2005
  "name": "XyoBowserSystemInfoWitnessConfigSchema"
2899
2006
  }
2900
2007
  }
@@ -2903,7 +2010,7 @@
2903
2010
  {
2904
2011
  "title": "Properties",
2905
2012
  "children": [
2906
- 38
2013
+ 20
2907
2014
  ]
2908
2015
  }
2909
2016
  ],
@@ -2921,7 +2028,7 @@
2921
2028
  }
2922
2029
  },
2923
2030
  {
2924
- "id": 35,
2031
+ "id": 17,
2925
2032
  "name": "XyoBowserSystemInfoWitnessConfigSchema",
2926
2033
  "kind": 4194304,
2927
2034
  "kindString": "Type alias",
@@ -2944,7 +2051,7 @@
2944
2051
  }
2945
2052
  },
2946
2053
  {
2947
- "id": 43,
2054
+ "id": 25,
2948
2055
  "name": "XyoBowserSystemInfoSchema",
2949
2056
  "kind": 32,
2950
2057
  "kindString": "Variable",
@@ -2967,7 +2074,7 @@
2967
2074
  }
2968
2075
  },
2969
2076
  {
2970
- "id": 34,
2077
+ "id": 16,
2971
2078
  "name": "XyoBowserSystemInfoWitnessConfigSchema",
2972
2079
  "kind": 32,
2973
2080
  "kindString": "Variable",
@@ -3025,7 +2132,7 @@
3025
2132
  "fileName": "plugins/packages/system/src/index.ts",
3026
2133
  "line": 6,
3027
2134
  "character": 13,
3028
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/29ea4ff/packages/plugins/packages/system/src/index.ts#L6"
2135
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6317708/packages/plugins/packages/system/src/index.ts#L6"
3029
2136
  }
3030
2137
  ],
3031
2138
  "type": {
@@ -3052,165 +2159,36 @@
3052
2159
  ],
3053
2160
  "signatures": [
3054
2161
  {
3055
- "id": 5,
3056
- "name": "XyoBowserSystemInfoPayloadPlugin",
3057
- "kind": 4096,
3058
- "kindString": "Call signature",
3059
- "flags": {},
3060
- "type": {
3061
- "type": "reference",
3062
- "typeArguments": [
3063
- {
3064
- "type": "intersection",
3065
- "types": [
3066
- {
3067
- "type": "reflection",
3068
- "declaration": {
3069
- "id": 6,
3070
- "name": "__type",
3071
- "kind": 65536,
3072
- "kindString": "Type literal",
3073
- "flags": {},
3074
- "children": [
3075
- {
3076
- "id": 7,
3077
- "name": "schema",
3078
- "kind": 1024,
3079
- "kindString": "Property",
3080
- "flags": {},
3081
- "sources": [
3082
- {
3083
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3084
- "line": 2,
3085
- "character": 4
3086
- }
3087
- ],
3088
- "type": {
3089
- "type": "intrinsic",
3090
- "name": "string"
3091
- }
3092
- }
3093
- ],
3094
- "groups": [
3095
- {
3096
- "title": "Properties",
3097
- "children": [
3098
- 7
3099
- ]
3100
- }
3101
- ],
3102
- "sources": [
3103
- {
3104
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3105
- "line": 1,
3106
- "character": 116
3107
- }
3108
- ]
3109
- }
3110
- },
3111
- {
3112
- "type": "reflection",
3113
- "declaration": {
3114
- "id": 8,
3115
- "name": "__type",
3116
- "kind": 65536,
3117
- "kindString": "Type literal",
3118
- "flags": {},
3119
- "children": [
3120
- {
3121
- "id": 9,
3122
- "name": "previousHash",
3123
- "kind": 1024,
3124
- "kindString": "Property",
3125
- "flags": {
3126
- "isOptional": true
3127
- },
3128
- "sources": [
3129
- {
3130
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3131
- "line": 4,
3132
- "character": 4
3133
- }
3134
- ],
3135
- "type": {
3136
- "type": "intrinsic",
3137
- "name": "string"
3138
- }
3139
- },
3140
- {
3141
- "id": 10,
3142
- "name": "sources",
3143
- "kind": 1024,
3144
- "kindString": "Property",
3145
- "flags": {
3146
- "isOptional": true
3147
- },
3148
- "sources": [
3149
- {
3150
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3151
- "line": 5,
3152
- "character": 4
3153
- }
3154
- ],
3155
- "type": {
3156
- "type": "array",
3157
- "elementType": {
3158
- "type": "intrinsic",
3159
- "name": "string"
3160
- }
3161
- }
3162
- },
3163
- {
3164
- "id": 11,
3165
- "name": "timestamp",
3166
- "kind": 1024,
3167
- "kindString": "Property",
3168
- "flags": {
3169
- "isOptional": true
3170
- },
3171
- "sources": [
3172
- {
3173
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3174
- "line": 6,
3175
- "character": 4
3176
- }
3177
- ],
3178
- "type": {
3179
- "type": "intrinsic",
3180
- "name": "number"
3181
- }
3182
- }
3183
- ],
3184
- "groups": [
3185
- {
3186
- "title": "Properties",
3187
- "children": [
3188
- 9,
3189
- 10,
3190
- 11
3191
- ]
3192
- }
3193
- ],
3194
- "sources": [
3195
- {
3196
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3197
- "line": 3,
3198
- "character": 4
3199
- }
3200
- ]
3201
- }
2162
+ "id": 5,
2163
+ "name": "XyoBowserSystemInfoPayloadPlugin",
2164
+ "kind": 4096,
2165
+ "kindString": "Call signature",
2166
+ "flags": {},
2167
+ "type": {
2168
+ "type": "reference",
2169
+ "typeArguments": [
2170
+ {
2171
+ "type": "intersection",
2172
+ "types": [
2173
+ {
2174
+ "type": "reference",
2175
+ "name": "SchemaFields"
2176
+ },
2177
+ {
2178
+ "type": "reference",
2179
+ "name": "PayloadFields"
3202
2180
  },
3203
2181
  {
3204
2182
  "type": "reflection",
3205
2183
  "declaration": {
3206
- "id": 12,
2184
+ "id": 6,
3207
2185
  "name": "__type",
3208
2186
  "kind": 65536,
3209
2187
  "kindString": "Type literal",
3210
2188
  "flags": {},
3211
2189
  "children": [
3212
2190
  {
3213
- "id": 14,
2191
+ "id": 8,
3214
2192
  "name": "bowser",
3215
2193
  "kind": 1024,
3216
2194
  "kindString": "Property",
@@ -3220,7 +2198,7 @@
3220
2198
  "sources": [
3221
2199
  {
3222
2200
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3223
- "line": 9,
2201
+ "line": 3,
3224
2202
  "character": 4
3225
2203
  }
3226
2204
  ],
@@ -3232,7 +2210,7 @@
3232
2210
  }
3233
2211
  },
3234
2212
  {
3235
- "id": 13,
2213
+ "id": 7,
3236
2214
  "name": "schema",
3237
2215
  "kind": 1024,
3238
2216
  "kindString": "Property",
@@ -3240,7 +2218,7 @@
3240
2218
  "sources": [
3241
2219
  {
3242
2220
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3243
- "line": 8,
2221
+ "line": 2,
3244
2222
  "character": 4
3245
2223
  }
3246
2224
  ],
@@ -3254,16 +2232,16 @@
3254
2232
  {
3255
2233
  "title": "Properties",
3256
2234
  "children": [
3257
- 14,
3258
- 13
2235
+ 8,
2236
+ 7
3259
2237
  ]
3260
2238
  }
3261
2239
  ],
3262
2240
  "sources": [
3263
2241
  {
3264
2242
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3265
- "line": 7,
3266
- "character": 4
2243
+ "line": 1,
2244
+ "character": 209
3267
2245
  }
3268
2246
  ]
3269
2247
  }
@@ -3274,153 +2252,24 @@
3274
2252
  "type": "intersection",
3275
2253
  "types": [
3276
2254
  {
3277
- "type": "reflection",
3278
- "declaration": {
3279
- "id": 15,
3280
- "name": "__type",
3281
- "kind": 65536,
3282
- "kindString": "Type literal",
3283
- "flags": {},
3284
- "children": [
3285
- {
3286
- "id": 16,
3287
- "name": "schema",
3288
- "kind": 1024,
3289
- "kindString": "Property",
3290
- "flags": {},
3291
- "sources": [
3292
- {
3293
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3294
- "line": 11,
3295
- "character": 4
3296
- }
3297
- ],
3298
- "type": {
3299
- "type": "intrinsic",
3300
- "name": "string"
3301
- }
3302
- }
3303
- ],
3304
- "groups": [
3305
- {
3306
- "title": "Properties",
3307
- "children": [
3308
- 16
3309
- ]
3310
- }
3311
- ],
3312
- "sources": [
3313
- {
3314
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3315
- "line": 10,
3316
- "character": 3
3317
- }
3318
- ]
3319
- }
2255
+ "type": "reference",
2256
+ "name": "SchemaFields"
3320
2257
  },
3321
2258
  {
3322
- "type": "reflection",
3323
- "declaration": {
3324
- "id": 17,
3325
- "name": "__type",
3326
- "kind": 65536,
3327
- "kindString": "Type literal",
3328
- "flags": {},
3329
- "children": [
3330
- {
3331
- "id": 18,
3332
- "name": "previousHash",
3333
- "kind": 1024,
3334
- "kindString": "Property",
3335
- "flags": {
3336
- "isOptional": true
3337
- },
3338
- "sources": [
3339
- {
3340
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3341
- "line": 13,
3342
- "character": 4
3343
- }
3344
- ],
3345
- "type": {
3346
- "type": "intrinsic",
3347
- "name": "string"
3348
- }
3349
- },
3350
- {
3351
- "id": 19,
3352
- "name": "sources",
3353
- "kind": 1024,
3354
- "kindString": "Property",
3355
- "flags": {
3356
- "isOptional": true
3357
- },
3358
- "sources": [
3359
- {
3360
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3361
- "line": 14,
3362
- "character": 4
3363
- }
3364
- ],
3365
- "type": {
3366
- "type": "array",
3367
- "elementType": {
3368
- "type": "intrinsic",
3369
- "name": "string"
3370
- }
3371
- }
3372
- },
3373
- {
3374
- "id": 20,
3375
- "name": "timestamp",
3376
- "kind": 1024,
3377
- "kindString": "Property",
3378
- "flags": {
3379
- "isOptional": true
3380
- },
3381
- "sources": [
3382
- {
3383
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3384
- "line": 15,
3385
- "character": 4
3386
- }
3387
- ],
3388
- "type": {
3389
- "type": "intrinsic",
3390
- "name": "number"
3391
- }
3392
- }
3393
- ],
3394
- "groups": [
3395
- {
3396
- "title": "Properties",
3397
- "children": [
3398
- 18,
3399
- 19,
3400
- 20
3401
- ]
3402
- }
3403
- ],
3404
- "sources": [
3405
- {
3406
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3407
- "line": 12,
3408
- "character": 4
3409
- }
3410
- ]
3411
- }
2259
+ "type": "reference",
2260
+ "name": "PayloadFields"
3412
2261
  },
3413
2262
  {
3414
2263
  "type": "reflection",
3415
2264
  "declaration": {
3416
- "id": 21,
2265
+ "id": 9,
3417
2266
  "name": "__type",
3418
2267
  "kind": 65536,
3419
2268
  "kindString": "Type literal",
3420
2269
  "flags": {},
3421
2270
  "children": [
3422
2271
  {
3423
- "id": 22,
2272
+ "id": 10,
3424
2273
  "name": "schema",
3425
2274
  "kind": 1024,
3426
2275
  "kindString": "Property",
@@ -3428,7 +2277,7 @@
3428
2277
  "sources": [
3429
2278
  {
3430
2279
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3431
- "line": 17,
2280
+ "line": 5,
3432
2281
  "character": 4
3433
2282
  }
3434
2283
  ],
@@ -3442,15 +2291,15 @@
3442
2291
  {
3443
2292
  "title": "Properties",
3444
2293
  "children": [
3445
- 22
2294
+ 10
3446
2295
  ]
3447
2296
  }
3448
2297
  ],
3449
2298
  "sources": [
3450
2299
  {
3451
2300
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3452
- "line": 16,
3453
- "character": 4
2301
+ "line": 4,
2302
+ "character": 96
3454
2303
  }
3455
2304
  ]
3456
2305
  }
@@ -3458,14 +2307,14 @@
3458
2307
  {
3459
2308
  "type": "reflection",
3460
2309
  "declaration": {
3461
- "id": 23,
2310
+ "id": 11,
3462
2311
  "name": "__type",
3463
2312
  "kind": 65536,
3464
2313
  "kindString": "Type literal",
3465
2314
  "flags": {},
3466
2315
  "children": [
3467
2316
  {
3468
- "id": 24,
2317
+ "id": 12,
3469
2318
  "name": "targetSchema",
3470
2319
  "kind": 1024,
3471
2320
  "kindString": "Property",
@@ -3473,7 +2322,7 @@
3473
2322
  "sources": [
3474
2323
  {
3475
2324
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3476
- "line": 19,
2325
+ "line": 7,
3477
2326
  "character": 4
3478
2327
  }
3479
2328
  ],
@@ -3487,14 +2336,14 @@
3487
2336
  {
3488
2337
  "title": "Properties",
3489
2338
  "children": [
3490
- 24
2339
+ 12
3491
2340
  ]
3492
2341
  }
3493
2342
  ],
3494
2343
  "sources": [
3495
2344
  {
3496
2345
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3497
- "line": 18,
2346
+ "line": 6,
3498
2347
  "character": 4
3499
2348
  }
3500
2349
  ]
@@ -3506,153 +2355,24 @@
3506
2355
  "type": "intersection",
3507
2356
  "types": [
3508
2357
  {
3509
- "type": "reflection",
3510
- "declaration": {
3511
- "id": 25,
3512
- "name": "__type",
3513
- "kind": 65536,
3514
- "kindString": "Type literal",
3515
- "flags": {},
3516
- "children": [
3517
- {
3518
- "id": 26,
3519
- "name": "schema",
3520
- "kind": 1024,
3521
- "kindString": "Property",
3522
- "flags": {},
3523
- "sources": [
3524
- {
3525
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3526
- "line": 21,
3527
- "character": 4
3528
- }
3529
- ],
3530
- "type": {
3531
- "type": "intrinsic",
3532
- "name": "string"
3533
- }
3534
- }
3535
- ],
3536
- "groups": [
3537
- {
3538
- "title": "Properties",
3539
- "children": [
3540
- 26
3541
- ]
3542
- }
3543
- ],
3544
- "sources": [
3545
- {
3546
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3547
- "line": 20,
3548
- "character": 3
3549
- }
3550
- ]
3551
- }
2358
+ "type": "reference",
2359
+ "name": "SchemaFields"
3552
2360
  },
3553
2361
  {
3554
- "type": "reflection",
3555
- "declaration": {
3556
- "id": 27,
3557
- "name": "__type",
3558
- "kind": 65536,
3559
- "kindString": "Type literal",
3560
- "flags": {},
3561
- "children": [
3562
- {
3563
- "id": 28,
3564
- "name": "previousHash",
3565
- "kind": 1024,
3566
- "kindString": "Property",
3567
- "flags": {
3568
- "isOptional": true
3569
- },
3570
- "sources": [
3571
- {
3572
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3573
- "line": 23,
3574
- "character": 4
3575
- }
3576
- ],
3577
- "type": {
3578
- "type": "intrinsic",
3579
- "name": "string"
3580
- }
3581
- },
3582
- {
3583
- "id": 29,
3584
- "name": "sources",
3585
- "kind": 1024,
3586
- "kindString": "Property",
3587
- "flags": {
3588
- "isOptional": true
3589
- },
3590
- "sources": [
3591
- {
3592
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3593
- "line": 24,
3594
- "character": 4
3595
- }
3596
- ],
3597
- "type": {
3598
- "type": "array",
3599
- "elementType": {
3600
- "type": "intrinsic",
3601
- "name": "string"
3602
- }
3603
- }
3604
- },
3605
- {
3606
- "id": 30,
3607
- "name": "timestamp",
3608
- "kind": 1024,
3609
- "kindString": "Property",
3610
- "flags": {
3611
- "isOptional": true
3612
- },
3613
- "sources": [
3614
- {
3615
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3616
- "line": 25,
3617
- "character": 4
3618
- }
3619
- ],
3620
- "type": {
3621
- "type": "intrinsic",
3622
- "name": "number"
3623
- }
3624
- }
3625
- ],
3626
- "groups": [
3627
- {
3628
- "title": "Properties",
3629
- "children": [
3630
- 28,
3631
- 29,
3632
- 30
3633
- ]
3634
- }
3635
- ],
3636
- "sources": [
3637
- {
3638
- "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3639
- "line": 22,
3640
- "character": 4
3641
- }
3642
- ]
3643
- }
2362
+ "type": "reference",
2363
+ "name": "PayloadFields"
3644
2364
  },
3645
2365
  {
3646
2366
  "type": "reflection",
3647
2367
  "declaration": {
3648
- "id": 31,
2368
+ "id": 13,
3649
2369
  "name": "__type",
3650
2370
  "kind": 65536,
3651
2371
  "kindString": "Type literal",
3652
2372
  "flags": {},
3653
2373
  "children": [
3654
2374
  {
3655
- "id": 33,
2375
+ "id": 15,
3656
2376
  "name": "bowser",
3657
2377
  "kind": 1024,
3658
2378
  "kindString": "Property",
@@ -3662,7 +2382,7 @@
3662
2382
  "sources": [
3663
2383
  {
3664
2384
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3665
- "line": 28,
2385
+ "line": 10,
3666
2386
  "character": 4
3667
2387
  }
3668
2388
  ],
@@ -3674,7 +2394,7 @@
3674
2394
  }
3675
2395
  },
3676
2396
  {
3677
- "id": 32,
2397
+ "id": 14,
3678
2398
  "name": "schema",
3679
2399
  "kind": 1024,
3680
2400
  "kindString": "Property",
@@ -3682,7 +2402,7 @@
3682
2402
  "sources": [
3683
2403
  {
3684
2404
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3685
- "line": 27,
2405
+ "line": 9,
3686
2406
  "character": 4
3687
2407
  }
3688
2408
  ],
@@ -3696,16 +2416,16 @@
3696
2416
  {
3697
2417
  "title": "Properties",
3698
2418
  "children": [
3699
- 33,
3700
- 32
2419
+ 15,
2420
+ 14
3701
2421
  ]
3702
2422
  }
3703
2423
  ],
3704
2424
  "sources": [
3705
2425
  {
3706
2426
  "fileName": "plugins/packages/system/packages/info/packages/bowser/dist/esm/Plugin.d.ts",
3707
- "line": 26,
3708
- "character": 4
2427
+ "line": 8,
2428
+ "character": 96
3709
2429
  }
3710
2430
  ]
3711
2431
  }
@@ -3719,7 +2439,7 @@
3719
2439
  ]
3720
2440
  },
3721
2441
  {
3722
- "id": 45,
2442
+ "id": 27,
3723
2443
  "name": "XyoBowserSystemInfoPayloadTemplate",
3724
2444
  "kind": 64,
3725
2445
  "kindString": "Function",
@@ -3733,25 +2453,33 @@
3733
2453
  ],
3734
2454
  "signatures": [
3735
2455
  {
3736
- "id": 46,
2456
+ "id": 28,
3737
2457
  "name": "XyoBowserSystemInfoPayloadTemplate",
3738
2458
  "kind": 4096,
3739
2459
  "kindString": "Call signature",
3740
2460
  "flags": {},
3741
2461
  "type": {
3742
- "type": "reference",
3743
- "typeArguments": [
2462
+ "type": "intersection",
2463
+ "types": [
2464
+ {
2465
+ "type": "reference",
2466
+ "name": "SchemaFields"
2467
+ },
2468
+ {
2469
+ "type": "reference",
2470
+ "name": "PayloadFields"
2471
+ },
3744
2472
  {
3745
2473
  "type": "reflection",
3746
2474
  "declaration": {
3747
- "id": 47,
2475
+ "id": 29,
3748
2476
  "name": "__type",
3749
2477
  "kind": 65536,
3750
2478
  "kindString": "Type literal",
3751
2479
  "flags": {},
3752
2480
  "children": [
3753
2481
  {
3754
- "id": 49,
2482
+ "id": 31,
3755
2483
  "name": "bowser",
3756
2484
  "kind": 1024,
3757
2485
  "kindString": "Property",
@@ -3773,7 +2501,7 @@
3773
2501
  }
3774
2502
  },
3775
2503
  {
3776
- "id": 48,
2504
+ "id": 30,
3777
2505
  "name": "schema",
3778
2506
  "kind": 1024,
3779
2507
  "kindString": "Property",
@@ -3795,8 +2523,8 @@
3795
2523
  {
3796
2524
  "title": "Properties",
3797
2525
  "children": [
3798
- 49,
3799
- 48
2526
+ 31,
2527
+ 30
3800
2528
  ]
3801
2529
  }
3802
2530
  ],
@@ -3809,8 +2537,7 @@
3809
2537
  ]
3810
2538
  }
3811
2539
  }
3812
- ],
3813
- "name": "XyoPayloadBase"
2540
+ ]
3814
2541
  }
3815
2542
  }
3816
2543
  ]
@@ -3826,23 +2553,23 @@
3826
2553
  {
3827
2554
  "title": "Classes",
3828
2555
  "children": [
3829
- 50
2556
+ 32
3830
2557
  ]
3831
2558
  },
3832
2559
  {
3833
2560
  "title": "Type Aliases",
3834
2561
  "children": [
3835
- 39,
3836
- 44,
3837
- 36,
3838
- 35
2562
+ 21,
2563
+ 26,
2564
+ 18,
2565
+ 17
3839
2566
  ]
3840
2567
  },
3841
2568
  {
3842
2569
  "title": "Variables",
3843
2570
  "children": [
3844
- 43,
3845
- 34,
2571
+ 25,
2572
+ 16,
3846
2573
  3,
3847
2574
  1
3848
2575
  ]
@@ -3851,7 +2578,7 @@
3851
2578
  "title": "Functions",
3852
2579
  "children": [
3853
2580
  4,
3854
- 45
2581
+ 27
3855
2582
  ]
3856
2583
  }
3857
2584
  ],
@@ -3860,7 +2587,7 @@
3860
2587
  "fileName": "plugins/packages/system/src/index.ts",
3861
2588
  "line": 1,
3862
2589
  "character": 0,
3863
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/29ea4ff/packages/plugins/packages/system/src/index.ts#L1"
2590
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6317708/packages/plugins/packages/system/src/index.ts#L1"
3864
2591
  }
3865
2592
  ]
3866
2593
  }