@xyo-network/id-payload-plugin 2.24.11 → 2.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +705 -0
  2. package/package.json +5 -6
package/dist/docs.json ADDED
@@ -0,0 +1,705 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/id-payload-plugin",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 28,
11
+ "name": "default",
12
+ "kind": 8388608,
13
+ "kindString": "Reference",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "plugins/packages/id/src/index.ts",
18
+ "line": 11,
19
+ "character": 0,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/index.ts#L11"
21
+ }
22
+ ],
23
+ "target": 1
24
+ },
25
+ {
26
+ "id": 16,
27
+ "name": "XyoIdWitness",
28
+ "kind": 128,
29
+ "kindString": "Class",
30
+ "flags": {},
31
+ "children": [
32
+ {
33
+ "id": 18,
34
+ "name": "constructor",
35
+ "kind": 512,
36
+ "kindString": "Constructor",
37
+ "flags": {},
38
+ "sources": [
39
+ {
40
+ "fileName": "plugins/packages/id/src/Witness.ts",
41
+ "line": 11,
42
+ "character": 2,
43
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Witness.ts#L11"
44
+ }
45
+ ],
46
+ "signatures": [
47
+ {
48
+ "id": 19,
49
+ "name": "new XyoIdWitness",
50
+ "kind": 16384,
51
+ "kindString": "Constructor signature",
52
+ "flags": {},
53
+ "parameters": [
54
+ {
55
+ "id": 20,
56
+ "name": "salt",
57
+ "kind": 32768,
58
+ "kindString": "Parameter",
59
+ "flags": {},
60
+ "type": {
61
+ "type": "intrinsic",
62
+ "name": "string"
63
+ },
64
+ "defaultValue": "..."
65
+ }
66
+ ],
67
+ "type": {
68
+ "type": "reference",
69
+ "id": 16,
70
+ "name": "XyoIdWitness"
71
+ },
72
+ "overwrites": {
73
+ "type": "reference",
74
+ "name": "XyoSimpleWitness<XyoIdPayload>.constructor"
75
+ }
76
+ }
77
+ ],
78
+ "overwrites": {
79
+ "type": "reference",
80
+ "name": "XyoSimpleWitness<XyoIdPayload>.constructor"
81
+ }
82
+ },
83
+ {
84
+ "id": 27,
85
+ "name": "config",
86
+ "kind": 1024,
87
+ "kindString": "Property",
88
+ "flags": {
89
+ "isOptional": true,
90
+ "isReadonly": true
91
+ },
92
+ "sources": [
93
+ {
94
+ "fileName": "sdk/witness/dist/esm/Witness/Witness.d.ts",
95
+ "line": 8,
96
+ "character": 13
97
+ }
98
+ ],
99
+ "type": {
100
+ "type": "reference",
101
+ "typeArguments": [
102
+ {
103
+ "type": "reference",
104
+ "id": 8,
105
+ "name": "XyoIdPayload"
106
+ }
107
+ ],
108
+ "name": "XyoSimpleWitnessConfig"
109
+ },
110
+ "inheritedFrom": {
111
+ "type": "reference",
112
+ "name": "XyoSimpleWitness.config"
113
+ }
114
+ },
115
+ {
116
+ "id": 24,
117
+ "name": "previousHash",
118
+ "kind": 1024,
119
+ "kindString": "Property",
120
+ "flags": {
121
+ "isOptional": true
122
+ },
123
+ "sources": [
124
+ {
125
+ "fileName": "sdk/witness/dist/esm/Witness/SimpleWitness.d.ts",
126
+ "line": 9,
127
+ "character": 4
128
+ }
129
+ ],
130
+ "type": {
131
+ "type": "intrinsic",
132
+ "name": "string"
133
+ },
134
+ "inheritedFrom": {
135
+ "type": "reference",
136
+ "name": "XyoSimpleWitness.previousHash"
137
+ }
138
+ },
139
+ {
140
+ "id": 21,
141
+ "name": "salt",
142
+ "kind": 1024,
143
+ "kindString": "Property",
144
+ "flags": {
145
+ "isPrivate": true
146
+ },
147
+ "sources": [
148
+ {
149
+ "fileName": "plugins/packages/id/src/Witness.ts",
150
+ "line": 9,
151
+ "character": 10,
152
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Witness.ts#L9"
153
+ }
154
+ ],
155
+ "type": {
156
+ "type": "intrinsic",
157
+ "name": "string"
158
+ }
159
+ },
160
+ {
161
+ "id": 17,
162
+ "name": "schema",
163
+ "kind": 1024,
164
+ "kindString": "Property",
165
+ "flags": {
166
+ "isStatic": true
167
+ },
168
+ "sources": [
169
+ {
170
+ "fileName": "plugins/packages/id/src/Witness.ts",
171
+ "line": 26,
172
+ "character": 9,
173
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Witness.ts#L26"
174
+ }
175
+ ],
176
+ "type": {
177
+ "type": "literal",
178
+ "value": "network.xyo.id"
179
+ },
180
+ "defaultValue": "XyoIdPayloadSchema"
181
+ },
182
+ {
183
+ "id": 25,
184
+ "name": "targetSchema",
185
+ "kind": 262144,
186
+ "kindString": "Accessor",
187
+ "flags": {},
188
+ "sources": [
189
+ {
190
+ "fileName": "sdk/witness/dist/esm/Witness/SimpleWitness.d.ts",
191
+ "line": 10,
192
+ "character": 8
193
+ }
194
+ ],
195
+ "getSignature": {
196
+ "id": 26,
197
+ "name": "targetSchema",
198
+ "kind": 524288,
199
+ "kindString": "Get signature",
200
+ "flags": {},
201
+ "type": {
202
+ "type": "intrinsic",
203
+ "name": "string"
204
+ },
205
+ "inheritedFrom": {
206
+ "type": "reference",
207
+ "name": "XyoSimpleWitness.targetSchema"
208
+ }
209
+ },
210
+ "inheritedFrom": {
211
+ "type": "reference",
212
+ "name": "XyoSimpleWitness.targetSchema"
213
+ }
214
+ },
215
+ {
216
+ "id": 22,
217
+ "name": "observe",
218
+ "kind": 2048,
219
+ "kindString": "Method",
220
+ "flags": {},
221
+ "sources": [
222
+ {
223
+ "fileName": "plugins/packages/id/src/Witness.ts",
224
+ "line": 20,
225
+ "character": 17,
226
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Witness.ts#L20"
227
+ }
228
+ ],
229
+ "signatures": [
230
+ {
231
+ "id": 23,
232
+ "name": "observe",
233
+ "kind": 4096,
234
+ "kindString": "Call signature",
235
+ "flags": {},
236
+ "type": {
237
+ "type": "reference",
238
+ "typeArguments": [
239
+ {
240
+ "type": "reference",
241
+ "id": 8,
242
+ "name": "XyoIdPayload"
243
+ }
244
+ ],
245
+ "name": "Promise",
246
+ "qualifiedName": "Promise",
247
+ "package": "typescript"
248
+ },
249
+ "overwrites": {
250
+ "type": "reference",
251
+ "name": "XyoSimpleWitness.observe"
252
+ }
253
+ }
254
+ ],
255
+ "overwrites": {
256
+ "type": "reference",
257
+ "name": "XyoSimpleWitness.observe"
258
+ }
259
+ }
260
+ ],
261
+ "groups": [
262
+ {
263
+ "title": "Constructors",
264
+ "children": [
265
+ 18
266
+ ]
267
+ },
268
+ {
269
+ "title": "Properties",
270
+ "children": [
271
+ 27,
272
+ 24,
273
+ 21,
274
+ 17
275
+ ]
276
+ },
277
+ {
278
+ "title": "Accessors",
279
+ "children": [
280
+ 25
281
+ ]
282
+ },
283
+ {
284
+ "title": "Methods",
285
+ "children": [
286
+ 22
287
+ ]
288
+ }
289
+ ],
290
+ "sources": [
291
+ {
292
+ "fileName": "plugins/packages/id/src/Witness.ts",
293
+ "line": 8,
294
+ "character": 13,
295
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Witness.ts#L8"
296
+ }
297
+ ],
298
+ "extendedTypes": [
299
+ {
300
+ "type": "reference",
301
+ "typeArguments": [
302
+ {
303
+ "type": "reference",
304
+ "id": 8,
305
+ "name": "XyoIdPayload"
306
+ }
307
+ ],
308
+ "name": "XyoSimpleWitness"
309
+ }
310
+ ]
311
+ },
312
+ {
313
+ "id": 8,
314
+ "name": "XyoIdPayload",
315
+ "kind": 4194304,
316
+ "kindString": "Type alias",
317
+ "flags": {},
318
+ "sources": [
319
+ {
320
+ "fileName": "plugins/packages/id/src/Payload.ts",
321
+ "line": 5,
322
+ "character": 12,
323
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Payload.ts#L5"
324
+ }
325
+ ],
326
+ "type": {
327
+ "type": "reference",
328
+ "typeArguments": [
329
+ {
330
+ "type": "reflection",
331
+ "declaration": {
332
+ "id": 9,
333
+ "name": "__type",
334
+ "kind": 65536,
335
+ "kindString": "Type literal",
336
+ "flags": {},
337
+ "children": [
338
+ {
339
+ "id": 11,
340
+ "name": "salt",
341
+ "kind": 1024,
342
+ "kindString": "Property",
343
+ "flags": {},
344
+ "sources": [
345
+ {
346
+ "fileName": "plugins/packages/id/src/Payload.ts",
347
+ "line": 7,
348
+ "character": 2,
349
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Payload.ts#L7"
350
+ }
351
+ ],
352
+ "type": {
353
+ "type": "intrinsic",
354
+ "name": "string"
355
+ }
356
+ },
357
+ {
358
+ "id": 10,
359
+ "name": "schema",
360
+ "kind": 1024,
361
+ "kindString": "Property",
362
+ "flags": {},
363
+ "sources": [
364
+ {
365
+ "fileName": "plugins/packages/id/src/Payload.ts",
366
+ "line": 6,
367
+ "character": 2,
368
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Payload.ts#L6"
369
+ }
370
+ ],
371
+ "type": {
372
+ "type": "reference",
373
+ "id": 12,
374
+ "name": "XyoIdPayloadSchema"
375
+ }
376
+ }
377
+ ],
378
+ "groups": [
379
+ {
380
+ "title": "Properties",
381
+ "children": [
382
+ 11,
383
+ 10
384
+ ]
385
+ }
386
+ ],
387
+ "sources": [
388
+ {
389
+ "fileName": "plugins/packages/id/src/Payload.ts",
390
+ "line": 5,
391
+ "character": 38,
392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Payload.ts#L5"
393
+ }
394
+ ]
395
+ }
396
+ }
397
+ ],
398
+ "name": "XyoPayload"
399
+ }
400
+ },
401
+ {
402
+ "id": 13,
403
+ "name": "XyoIdPayloadSchema",
404
+ "kind": 4194304,
405
+ "kindString": "Type alias",
406
+ "flags": {},
407
+ "sources": [
408
+ {
409
+ "fileName": "plugins/packages/id/src/Schema.ts",
410
+ "line": 1,
411
+ "character": 12,
412
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Schema.ts#L1"
413
+ },
414
+ {
415
+ "fileName": "plugins/packages/id/src/Schema.ts",
416
+ "line": 2,
417
+ "character": 13,
418
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Schema.ts#L2"
419
+ }
420
+ ],
421
+ "type": {
422
+ "type": "literal",
423
+ "value": "network.xyo.id"
424
+ }
425
+ },
426
+ {
427
+ "id": 12,
428
+ "name": "XyoIdPayloadSchema",
429
+ "kind": 32,
430
+ "kindString": "Variable",
431
+ "flags": {},
432
+ "sources": [
433
+ {
434
+ "fileName": "plugins/packages/id/src/Schema.ts",
435
+ "line": 1,
436
+ "character": 12,
437
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Schema.ts#L1"
438
+ },
439
+ {
440
+ "fileName": "plugins/packages/id/src/Schema.ts",
441
+ "line": 2,
442
+ "character": 13,
443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Schema.ts#L2"
444
+ }
445
+ ],
446
+ "type": {
447
+ "type": "literal",
448
+ "value": "network.xyo.id"
449
+ }
450
+ },
451
+ {
452
+ "id": 1,
453
+ "name": "XyoIdPayloadPlugin",
454
+ "kind": 64,
455
+ "kindString": "Function",
456
+ "flags": {},
457
+ "sources": [
458
+ {
459
+ "fileName": "plugins/packages/id/src/Plugin.ts",
460
+ "line": 7,
461
+ "character": 13,
462
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Plugin.ts#L7"
463
+ }
464
+ ],
465
+ "signatures": [
466
+ {
467
+ "id": 2,
468
+ "name": "XyoIdPayloadPlugin",
469
+ "kind": 4096,
470
+ "kindString": "Call signature",
471
+ "flags": {},
472
+ "parameters": [
473
+ {
474
+ "id": 3,
475
+ "name": "config",
476
+ "kind": 32768,
477
+ "kindString": "Parameter",
478
+ "flags": {
479
+ "isOptional": true
480
+ },
481
+ "type": {
482
+ "type": "reference",
483
+ "typeArguments": [
484
+ {
485
+ "type": "reference",
486
+ "typeArguments": [
487
+ {
488
+ "type": "reference",
489
+ "typeArguments": [
490
+ {
491
+ "type": "reference",
492
+ "typeArguments": [
493
+ {
494
+ "type": "reflection",
495
+ "declaration": {
496
+ "id": 4,
497
+ "name": "__type",
498
+ "kind": 65536,
499
+ "kindString": "Type literal",
500
+ "flags": {},
501
+ "children": [
502
+ {
503
+ "id": 5,
504
+ "name": "schema",
505
+ "kind": 1024,
506
+ "kindString": "Property",
507
+ "flags": {},
508
+ "sources": [
509
+ {
510
+ "fileName": "sdk/payload/dist/esm/models/Base.d.ts",
511
+ "line": 8,
512
+ "character": 4
513
+ }
514
+ ],
515
+ "type": {
516
+ "type": "intrinsic",
517
+ "name": "string"
518
+ }
519
+ }
520
+ ],
521
+ "groups": [
522
+ {
523
+ "title": "Properties",
524
+ "children": [
525
+ 5
526
+ ]
527
+ }
528
+ ],
529
+ "sources": [
530
+ {
531
+ "fileName": "sdk/payload/dist/esm/models/Base.d.ts",
532
+ "line": 7,
533
+ "character": 4
534
+ }
535
+ ]
536
+ }
537
+ }
538
+ ],
539
+ "name": "XyoPayload"
540
+ }
541
+ ],
542
+ "name": "XyoQueryPayload"
543
+ }
544
+ ],
545
+ "name": "XyoQueryWitnessConfig"
546
+ },
547
+ {
548
+ "type": "reference",
549
+ "typeArguments": [
550
+ {
551
+ "type": "reference",
552
+ "typeArguments": [
553
+ {
554
+ "type": "reference",
555
+ "typeArguments": [
556
+ {
557
+ "type": "reflection",
558
+ "declaration": {
559
+ "id": 6,
560
+ "name": "__type",
561
+ "kind": 65536,
562
+ "kindString": "Type literal",
563
+ "flags": {},
564
+ "children": [
565
+ {
566
+ "id": 7,
567
+ "name": "schema",
568
+ "kind": 1024,
569
+ "kindString": "Property",
570
+ "flags": {},
571
+ "sources": [
572
+ {
573
+ "fileName": "sdk/payload/dist/esm/models/Base.d.ts",
574
+ "line": 8,
575
+ "character": 4
576
+ }
577
+ ],
578
+ "type": {
579
+ "type": "intrinsic",
580
+ "name": "string"
581
+ }
582
+ }
583
+ ],
584
+ "groups": [
585
+ {
586
+ "title": "Properties",
587
+ "children": [
588
+ 7
589
+ ]
590
+ }
591
+ ],
592
+ "sources": [
593
+ {
594
+ "fileName": "sdk/payload/dist/esm/models/Base.d.ts",
595
+ "line": 7,
596
+ "character": 4
597
+ }
598
+ ]
599
+ }
600
+ }
601
+ ],
602
+ "name": "XyoPayload"
603
+ }
604
+ ],
605
+ "name": "XyoQueryPayload"
606
+ }
607
+ ],
608
+ "name": "XyoQueryWitnessConfig"
609
+ }
610
+ ],
611
+ "name": "XyoPayloadPluginConfig"
612
+ }
613
+ }
614
+ ],
615
+ "type": {
616
+ "type": "reference",
617
+ "typeArguments": [
618
+ {
619
+ "type": "literal",
620
+ "value": "network.xyo.id"
621
+ },
622
+ {
623
+ "type": "reference",
624
+ "id": 8,
625
+ "name": "XyoIdPayload"
626
+ }
627
+ ],
628
+ "name": "XyoPayloadPlugin"
629
+ }
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "id": 14,
635
+ "name": "XyoIdPayloadTemplate",
636
+ "kind": 64,
637
+ "kindString": "Function",
638
+ "flags": {},
639
+ "sources": [
640
+ {
641
+ "fileName": "plugins/packages/id/src/Template.ts",
642
+ "line": 4,
643
+ "character": 13,
644
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/Template.ts#L4"
645
+ }
646
+ ],
647
+ "signatures": [
648
+ {
649
+ "id": 15,
650
+ "name": "XyoIdPayloadTemplate",
651
+ "kind": 4096,
652
+ "kindString": "Call signature",
653
+ "flags": {},
654
+ "type": {
655
+ "type": "reference",
656
+ "id": 8,
657
+ "name": "XyoIdPayload"
658
+ }
659
+ }
660
+ ]
661
+ }
662
+ ],
663
+ "groups": [
664
+ {
665
+ "title": "References",
666
+ "children": [
667
+ 28
668
+ ]
669
+ },
670
+ {
671
+ "title": "Classes",
672
+ "children": [
673
+ 16
674
+ ]
675
+ },
676
+ {
677
+ "title": "Type Aliases",
678
+ "children": [
679
+ 8,
680
+ 13
681
+ ]
682
+ },
683
+ {
684
+ "title": "Variables",
685
+ "children": [
686
+ 12
687
+ ]
688
+ },
689
+ {
690
+ "title": "Functions",
691
+ "children": [
692
+ 1,
693
+ 14
694
+ ]
695
+ }
696
+ ],
697
+ "sources": [
698
+ {
699
+ "fileName": "plugins/packages/id/src/index.ts",
700
+ "line": 1,
701
+ "character": 0,
702
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/261de85/packages/plugins/packages/id/src/index.ts#L1"
703
+ }
704
+ ]
705
+ }
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload": "^2.24.11",
14
- "@xyo-network/payload-plugin": "^2.24.11",
15
- "@xyo-network/witness": "^2.24.11",
13
+ "@xyo-network/payload": "^2.25.0",
14
+ "@xyo-network/payload-plugin": "^2.25.0",
15
+ "@xyo-network/witness": "^2.25.0",
16
16
  "tslib": "^2.4.0",
17
17
  "uuid": "^8.3.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@xylabs/tsconfig": "^2.5.68"
20
+ "@xylabs/tsconfig": "^2.5.87"
21
21
  },
22
22
  "description": "Primary SDK for using XYO Protocol 2.0",
23
23
  "browser": "dist/esm/index.js",
@@ -52,6 +52,5 @@
52
52
  },
53
53
  "sideEffects": false,
54
54
  "types": "dist/esm/index.d.ts",
55
- "version": "2.24.11",
56
- "packageManager": "yarn@3.1.1"
55
+ "version": "2.25.0"
57
56
  }