@xyo-network/payload-validator 2.42.13 → 2.42.14

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 +1187 -0
  2. package/package.json +5 -5
package/dist/docs.json ADDED
@@ -0,0 +1,1187 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/payload-validator",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 27,
11
+ "name": "PayloadValidator",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 28,
18
+ "name": "constructor",
19
+ "kind": 512,
20
+ "kindString": "Constructor",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
25
+ "line": 9,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L9"
28
+ }
29
+ ],
30
+ "signatures": [
31
+ {
32
+ "id": 29,
33
+ "name": "new PayloadValidator",
34
+ "kind": 16384,
35
+ "kindString": "Constructor signature",
36
+ "flags": {},
37
+ "typeParameter": [
38
+ {
39
+ "id": 34,
40
+ "name": "T",
41
+ "kind": 131072,
42
+ "kindString": "Type parameter",
43
+ "flags": {},
44
+ "type": {
45
+ "type": "intersection",
46
+ "types": [
47
+ {
48
+ "type": "reference",
49
+ "name": "SchemaFields"
50
+ },
51
+ {
52
+ "type": "reference",
53
+ "name": "PayloadFields"
54
+ },
55
+ {
56
+ "type": "reflection",
57
+ "declaration": {
58
+ "id": 30,
59
+ "name": "__type",
60
+ "kind": 65536,
61
+ "kindString": "Type literal",
62
+ "flags": {},
63
+ "children": [
64
+ {
65
+ "id": 31,
66
+ "name": "schema",
67
+ "kind": 1024,
68
+ "kindString": "Property",
69
+ "flags": {},
70
+ "sources": [
71
+ {
72
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
73
+ "line": 19,
74
+ "character": 4
75
+ }
76
+ ],
77
+ "type": {
78
+ "type": "intrinsic",
79
+ "name": "string"
80
+ }
81
+ }
82
+ ],
83
+ "groups": [
84
+ {
85
+ "title": "Properties",
86
+ "children": [
87
+ 31
88
+ ]
89
+ }
90
+ ],
91
+ "sources": [
92
+ {
93
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
94
+ "line": 18,
95
+ "character": 17
96
+ }
97
+ ]
98
+ }
99
+ }
100
+ ]
101
+ },
102
+ "default": {
103
+ "type": "intersection",
104
+ "types": [
105
+ {
106
+ "type": "reference",
107
+ "name": "SchemaFields"
108
+ },
109
+ {
110
+ "type": "reference",
111
+ "name": "PayloadFields"
112
+ },
113
+ {
114
+ "type": "reflection",
115
+ "declaration": {
116
+ "id": 32,
117
+ "name": "__type",
118
+ "kind": 65536,
119
+ "kindString": "Type literal",
120
+ "flags": {},
121
+ "children": [
122
+ {
123
+ "id": 33,
124
+ "name": "schema",
125
+ "kind": 1024,
126
+ "kindString": "Property",
127
+ "flags": {},
128
+ "sources": [
129
+ {
130
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
131
+ "line": 19,
132
+ "character": 4
133
+ }
134
+ ],
135
+ "type": {
136
+ "type": "intrinsic",
137
+ "name": "string"
138
+ }
139
+ }
140
+ ],
141
+ "groups": [
142
+ {
143
+ "title": "Properties",
144
+ "children": [
145
+ 33
146
+ ]
147
+ }
148
+ ],
149
+ "sources": [
150
+ {
151
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
152
+ "line": 18,
153
+ "character": 17
154
+ }
155
+ ]
156
+ }
157
+ }
158
+ ]
159
+ }
160
+ }
161
+ ],
162
+ "parameters": [
163
+ {
164
+ "id": 35,
165
+ "name": "payload",
166
+ "kind": 32768,
167
+ "kindString": "Parameter",
168
+ "flags": {},
169
+ "type": {
170
+ "type": "reference",
171
+ "id": 34,
172
+ "name": "T"
173
+ }
174
+ }
175
+ ],
176
+ "type": {
177
+ "type": "reference",
178
+ "id": 27,
179
+ "typeArguments": [
180
+ {
181
+ "type": "reference",
182
+ "id": 34,
183
+ "name": "T"
184
+ }
185
+ ],
186
+ "name": "PayloadValidator"
187
+ },
188
+ "overwrites": {
189
+ "type": "reference",
190
+ "name": "XyoValidatorBase<T>.constructor"
191
+ }
192
+ }
193
+ ],
194
+ "overwrites": {
195
+ "type": "reference",
196
+ "name": "XyoValidatorBase<T>.constructor"
197
+ }
198
+ },
199
+ {
200
+ "id": 36,
201
+ "name": "_schemaValidator",
202
+ "kind": 1024,
203
+ "kindString": "Property",
204
+ "flags": {
205
+ "isPrivate": true,
206
+ "isOptional": true
207
+ },
208
+ "sources": [
209
+ {
210
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
211
+ "line": 7,
212
+ "character": 10,
213
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L7"
214
+ }
215
+ ],
216
+ "type": {
217
+ "type": "reference",
218
+ "id": 1,
219
+ "name": "XyoSchemaNameValidator"
220
+ }
221
+ },
222
+ {
223
+ "id": 43,
224
+ "name": "obj",
225
+ "kind": 1024,
226
+ "kindString": "Property",
227
+ "flags": {
228
+ "isReadonly": true
229
+ },
230
+ "sources": [
231
+ {
232
+ "fileName": "core/dist/esm/lib/ObjectWrapper.d.ts",
233
+ "line": 4,
234
+ "character": 13
235
+ }
236
+ ],
237
+ "type": {
238
+ "type": "reference",
239
+ "id": 34,
240
+ "name": "T"
241
+ },
242
+ "inheritedFrom": {
243
+ "type": "reference",
244
+ "name": "XyoValidatorBase.obj"
245
+ }
246
+ },
247
+ {
248
+ "id": 37,
249
+ "name": "schemaValidator",
250
+ "kind": 262144,
251
+ "kindString": "Accessor",
252
+ "flags": {},
253
+ "sources": [
254
+ {
255
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
256
+ "line": 13,
257
+ "character": 6,
258
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L13"
259
+ }
260
+ ],
261
+ "getSignature": {
262
+ "id": 38,
263
+ "name": "schemaValidator",
264
+ "kind": 524288,
265
+ "kindString": "Get signature",
266
+ "flags": {},
267
+ "type": {
268
+ "type": "reference",
269
+ "id": 1,
270
+ "name": "XyoSchemaNameValidator"
271
+ }
272
+ }
273
+ },
274
+ {
275
+ "id": 44,
276
+ "name": "stringKeyObj",
277
+ "kind": 262144,
278
+ "kindString": "Accessor",
279
+ "flags": {
280
+ "isProtected": true
281
+ },
282
+ "sources": [
283
+ {
284
+ "fileName": "core/dist/esm/lib/ObjectWrapper.d.ts",
285
+ "line": 6,
286
+ "character": 18
287
+ }
288
+ ],
289
+ "getSignature": {
290
+ "id": 45,
291
+ "name": "stringKeyObj",
292
+ "kind": 524288,
293
+ "kindString": "Get signature",
294
+ "flags": {},
295
+ "type": {
296
+ "type": "reference",
297
+ "name": "StringKeyObject"
298
+ },
299
+ "inheritedFrom": {
300
+ "type": "reference",
301
+ "name": "XyoValidatorBase.stringKeyObj"
302
+ }
303
+ },
304
+ "inheritedFrom": {
305
+ "type": "reference",
306
+ "name": "XyoValidatorBase.stringKeyObj"
307
+ }
308
+ },
309
+ {
310
+ "id": 39,
311
+ "name": "schemaName",
312
+ "kind": 2048,
313
+ "kindString": "Method",
314
+ "flags": {
315
+ "isPublic": true
316
+ },
317
+ "sources": [
318
+ {
319
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
320
+ "line": 18,
321
+ "character": 9,
322
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L18"
323
+ }
324
+ ],
325
+ "signatures": [
326
+ {
327
+ "id": 40,
328
+ "name": "schemaName",
329
+ "kind": 4096,
330
+ "kindString": "Call signature",
331
+ "flags": {},
332
+ "type": {
333
+ "type": "array",
334
+ "elementType": {
335
+ "type": "reference",
336
+ "name": "Error",
337
+ "qualifiedName": "Error",
338
+ "package": "typescript"
339
+ }
340
+ }
341
+ }
342
+ ]
343
+ },
344
+ {
345
+ "id": 41,
346
+ "name": "validate",
347
+ "kind": 2048,
348
+ "kindString": "Method",
349
+ "flags": {
350
+ "isPublic": true
351
+ },
352
+ "sources": [
353
+ {
354
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
355
+ "line": 28,
356
+ "character": 9,
357
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L28"
358
+ }
359
+ ],
360
+ "signatures": [
361
+ {
362
+ "id": 42,
363
+ "name": "validate",
364
+ "kind": 4096,
365
+ "kindString": "Call signature",
366
+ "flags": {},
367
+ "type": {
368
+ "type": "array",
369
+ "elementType": {
370
+ "type": "reference",
371
+ "name": "Error",
372
+ "qualifiedName": "Error",
373
+ "package": "typescript"
374
+ }
375
+ },
376
+ "overwrites": {
377
+ "type": "reference",
378
+ "name": "XyoValidatorBase.validate"
379
+ },
380
+ "implementationOf": {
381
+ "type": "reference",
382
+ "name": "Validator.validate"
383
+ }
384
+ }
385
+ ],
386
+ "overwrites": {
387
+ "type": "reference",
388
+ "name": "XyoValidatorBase.validate"
389
+ },
390
+ "implementationOf": {
391
+ "type": "reference",
392
+ "name": "Validator.validate"
393
+ }
394
+ }
395
+ ],
396
+ "groups": [
397
+ {
398
+ "title": "Constructors",
399
+ "children": [
400
+ 28
401
+ ]
402
+ },
403
+ {
404
+ "title": "Properties",
405
+ "children": [
406
+ 36,
407
+ 43
408
+ ]
409
+ },
410
+ {
411
+ "title": "Accessors",
412
+ "children": [
413
+ 37,
414
+ 44
415
+ ]
416
+ },
417
+ {
418
+ "title": "Methods",
419
+ "children": [
420
+ 39,
421
+ 41
422
+ ]
423
+ }
424
+ ],
425
+ "sources": [
426
+ {
427
+ "fileName": "payload/packages/validator/src/Validator/Validator.ts",
428
+ "line": 6,
429
+ "character": 13,
430
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/Validator/Validator.ts#L6"
431
+ }
432
+ ],
433
+ "typeParameters": [
434
+ {
435
+ "id": 46,
436
+ "name": "T",
437
+ "kind": 131072,
438
+ "kindString": "Type parameter",
439
+ "flags": {},
440
+ "type": {
441
+ "type": "reference",
442
+ "name": "XyoPayload"
443
+ },
444
+ "default": {
445
+ "type": "reference",
446
+ "name": "XyoPayload"
447
+ }
448
+ }
449
+ ],
450
+ "extendedTypes": [
451
+ {
452
+ "type": "reference",
453
+ "typeArguments": [
454
+ {
455
+ "type": "reference",
456
+ "id": 34,
457
+ "name": "T"
458
+ }
459
+ ],
460
+ "name": "XyoValidatorBase"
461
+ }
462
+ ],
463
+ "implementedTypes": [
464
+ {
465
+ "type": "reference",
466
+ "typeArguments": [
467
+ {
468
+ "type": "reference",
469
+ "id": 34,
470
+ "name": "T"
471
+ }
472
+ ],
473
+ "name": "Validator"
474
+ }
475
+ ]
476
+ },
477
+ {
478
+ "id": 1,
479
+ "name": "XyoSchemaNameValidator",
480
+ "kind": 128,
481
+ "kindString": "Class",
482
+ "flags": {},
483
+ "comment": {
484
+ "summary": [
485
+ {
486
+ "kind": "text",
487
+ "text": "Validates a XYO schema structure and existence"
488
+ }
489
+ ]
490
+ },
491
+ "children": [
492
+ {
493
+ "id": 2,
494
+ "name": "constructor",
495
+ "kind": 512,
496
+ "kindString": "Constructor",
497
+ "flags": {},
498
+ "sources": [
499
+ {
500
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
501
+ "line": 10,
502
+ "character": 2,
503
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L10"
504
+ }
505
+ ],
506
+ "signatures": [
507
+ {
508
+ "id": 3,
509
+ "name": "new XyoSchemaNameValidator",
510
+ "kind": 16384,
511
+ "kindString": "Constructor signature",
512
+ "flags": {},
513
+ "parameters": [
514
+ {
515
+ "id": 4,
516
+ "name": "schema",
517
+ "kind": 32768,
518
+ "kindString": "Parameter",
519
+ "flags": {
520
+ "isOptional": true
521
+ },
522
+ "type": {
523
+ "type": "intrinsic",
524
+ "name": "string"
525
+ }
526
+ }
527
+ ],
528
+ "type": {
529
+ "type": "reference",
530
+ "id": 1,
531
+ "name": "XyoSchemaNameValidator"
532
+ }
533
+ }
534
+ ]
535
+ },
536
+ {
537
+ "id": 6,
538
+ "name": "_parts",
539
+ "kind": 1024,
540
+ "kindString": "Property",
541
+ "flags": {
542
+ "isPrivate": true,
543
+ "isOptional": true
544
+ },
545
+ "sources": [
546
+ {
547
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
548
+ "line": 8,
549
+ "character": 10,
550
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L8"
551
+ }
552
+ ],
553
+ "type": {
554
+ "type": "array",
555
+ "elementType": {
556
+ "type": "intrinsic",
557
+ "name": "string"
558
+ }
559
+ }
560
+ },
561
+ {
562
+ "id": 7,
563
+ "name": "_rootDomain",
564
+ "kind": 1024,
565
+ "kindString": "Property",
566
+ "flags": {
567
+ "isPrivate": true,
568
+ "isOptional": true
569
+ },
570
+ "sources": [
571
+ {
572
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
573
+ "line": 9,
574
+ "character": 10,
575
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L9"
576
+ }
577
+ ],
578
+ "type": {
579
+ "type": "intrinsic",
580
+ "name": "string"
581
+ }
582
+ },
583
+ {
584
+ "id": 5,
585
+ "name": "schema",
586
+ "kind": 1024,
587
+ "kindString": "Property",
588
+ "flags": {
589
+ "isPublic": true,
590
+ "isOptional": true
591
+ },
592
+ "sources": [
593
+ {
594
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
595
+ "line": 7,
596
+ "character": 9,
597
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L7"
598
+ }
599
+ ],
600
+ "type": {
601
+ "type": "intrinsic",
602
+ "name": "string"
603
+ }
604
+ },
605
+ {
606
+ "id": 8,
607
+ "name": "isLowercase",
608
+ "kind": 262144,
609
+ "kindString": "Accessor",
610
+ "flags": {},
611
+ "sources": [
612
+ {
613
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
614
+ "line": 19,
615
+ "character": 6,
616
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L19"
617
+ }
618
+ ],
619
+ "getSignature": {
620
+ "id": 9,
621
+ "name": "isLowercase",
622
+ "kind": 524288,
623
+ "kindString": "Get signature",
624
+ "flags": {},
625
+ "comment": {
626
+ "summary": [
627
+ {
628
+ "kind": "text",
629
+ "text": "Checks whether the schema is all lowercase"
630
+ }
631
+ ],
632
+ "blockTags": [
633
+ {
634
+ "tag": "@returns",
635
+ "content": [
636
+ {
637
+ "kind": "text",
638
+ "text": "boolean"
639
+ }
640
+ ]
641
+ }
642
+ ]
643
+ },
644
+ "type": {
645
+ "type": "intrinsic",
646
+ "name": "boolean"
647
+ }
648
+ }
649
+ },
650
+ {
651
+ "id": 10,
652
+ "name": "levels",
653
+ "kind": 262144,
654
+ "kindString": "Accessor",
655
+ "flags": {},
656
+ "sources": [
657
+ {
658
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
659
+ "line": 28,
660
+ "character": 6,
661
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L28"
662
+ }
663
+ ],
664
+ "getSignature": {
665
+ "id": 11,
666
+ "name": "levels",
667
+ "kind": 524288,
668
+ "kindString": "Get signature",
669
+ "flags": {},
670
+ "comment": {
671
+ "summary": [
672
+ {
673
+ "kind": "text",
674
+ "text": "Levels in the schema"
675
+ }
676
+ ],
677
+ "blockTags": [
678
+ {
679
+ "tag": "@returns",
680
+ "content": [
681
+ {
682
+ "kind": "text",
683
+ "text": "number"
684
+ }
685
+ ]
686
+ }
687
+ ]
688
+ },
689
+ "type": {
690
+ "type": "union",
691
+ "types": [
692
+ {
693
+ "type": "intrinsic",
694
+ "name": "undefined"
695
+ },
696
+ {
697
+ "type": "intrinsic",
698
+ "name": "number"
699
+ }
700
+ ]
701
+ }
702
+ }
703
+ },
704
+ {
705
+ "id": 12,
706
+ "name": "parts",
707
+ "kind": 262144,
708
+ "kindString": "Accessor",
709
+ "flags": {},
710
+ "sources": [
711
+ {
712
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
713
+ "line": 37,
714
+ "character": 6,
715
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L37"
716
+ }
717
+ ],
718
+ "getSignature": {
719
+ "id": 13,
720
+ "name": "parts",
721
+ "kind": 524288,
722
+ "kindString": "Get signature",
723
+ "flags": {},
724
+ "comment": {
725
+ "summary": [
726
+ {
727
+ "kind": "text",
728
+ "text": "The schema converted into a string array split on '.'"
729
+ }
730
+ ],
731
+ "blockTags": [
732
+ {
733
+ "tag": "@returns",
734
+ "content": [
735
+ {
736
+ "kind": "text",
737
+ "text": "string[]"
738
+ }
739
+ ]
740
+ }
741
+ ]
742
+ },
743
+ "type": {
744
+ "type": "union",
745
+ "types": [
746
+ {
747
+ "type": "intrinsic",
748
+ "name": "undefined"
749
+ },
750
+ {
751
+ "type": "array",
752
+ "elementType": {
753
+ "type": "intrinsic",
754
+ "name": "string"
755
+ }
756
+ }
757
+ ]
758
+ }
759
+ }
760
+ },
761
+ {
762
+ "id": 14,
763
+ "name": "rootDomain",
764
+ "kind": 262144,
765
+ "kindString": "Accessor",
766
+ "flags": {},
767
+ "sources": [
768
+ {
769
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
770
+ "line": 49,
771
+ "character": 6,
772
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L49"
773
+ }
774
+ ],
775
+ "getSignature": {
776
+ "id": 15,
777
+ "name": "rootDomain",
778
+ "kind": 524288,
779
+ "kindString": "Get signature",
780
+ "flags": {},
781
+ "comment": {
782
+ "summary": [
783
+ {
784
+ "kind": "text",
785
+ "text": "The rootDomain is the first two levels of the schema, in reverse order\nThis can be used to determine who 'owns' that schema, based on domain\nregistration"
786
+ }
787
+ ],
788
+ "blockTags": [
789
+ {
790
+ "tag": "@returns",
791
+ "content": [
792
+ {
793
+ "kind": "text",
794
+ "text": "string"
795
+ }
796
+ ]
797
+ }
798
+ ]
799
+ },
800
+ "type": {
801
+ "type": "union",
802
+ "types": [
803
+ {
804
+ "type": "intrinsic",
805
+ "name": "undefined"
806
+ },
807
+ {
808
+ "type": "intrinsic",
809
+ "name": "string"
810
+ }
811
+ ]
812
+ }
813
+ }
814
+ },
815
+ {
816
+ "id": 16,
817
+ "name": "all",
818
+ "kind": 2048,
819
+ "kindString": "Method",
820
+ "flags": {
821
+ "isPublic": true
822
+ },
823
+ "sources": [
824
+ {
825
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
826
+ "line": 59,
827
+ "character": 9,
828
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L59"
829
+ }
830
+ ],
831
+ "signatures": [
832
+ {
833
+ "id": 17,
834
+ "name": "all",
835
+ "kind": 4096,
836
+ "kindString": "Call signature",
837
+ "flags": {},
838
+ "comment": {
839
+ "summary": [
840
+ {
841
+ "kind": "text",
842
+ "text": "Run all static validations"
843
+ }
844
+ ],
845
+ "blockTags": [
846
+ {
847
+ "tag": "@returns",
848
+ "content": [
849
+ {
850
+ "kind": "text",
851
+ "text": "Error[]"
852
+ }
853
+ ]
854
+ }
855
+ ]
856
+ },
857
+ "type": {
858
+ "type": "array",
859
+ "elementType": {
860
+ "type": "reference",
861
+ "name": "Error",
862
+ "qualifiedName": "Error",
863
+ "package": "typescript"
864
+ }
865
+ }
866
+ }
867
+ ]
868
+ },
869
+ {
870
+ "id": 18,
871
+ "name": "allDynamic",
872
+ "kind": 2048,
873
+ "kindString": "Method",
874
+ "flags": {
875
+ "isPublic": true
876
+ },
877
+ "sources": [
878
+ {
879
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
880
+ "line": 73,
881
+ "character": 15,
882
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L73"
883
+ }
884
+ ],
885
+ "signatures": [
886
+ {
887
+ "id": 19,
888
+ "name": "allDynamic",
889
+ "kind": 4096,
890
+ "kindString": "Call signature",
891
+ "flags": {},
892
+ "comment": {
893
+ "summary": [
894
+ {
895
+ "kind": "text",
896
+ "text": "Run all the validations"
897
+ }
898
+ ],
899
+ "blockTags": [
900
+ {
901
+ "tag": "@returns",
902
+ "content": [
903
+ {
904
+ "kind": "text",
905
+ "text": "Error[]"
906
+ }
907
+ ]
908
+ }
909
+ ]
910
+ },
911
+ "type": {
912
+ "type": "reference",
913
+ "typeArguments": [
914
+ {
915
+ "type": "array",
916
+ "elementType": {
917
+ "type": "reference",
918
+ "name": "Error",
919
+ "qualifiedName": "Error",
920
+ "package": "typescript"
921
+ }
922
+ }
923
+ ],
924
+ "name": "Promise",
925
+ "qualifiedName": "Promise",
926
+ "package": "typescript"
927
+ }
928
+ }
929
+ ]
930
+ },
931
+ {
932
+ "id": 20,
933
+ "name": "domainExistenceDepth",
934
+ "kind": 2048,
935
+ "kindString": "Method",
936
+ "flags": {
937
+ "isPublic": true
938
+ },
939
+ "sources": [
940
+ {
941
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
942
+ "line": 86,
943
+ "character": 15,
944
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L86"
945
+ }
946
+ ],
947
+ "signatures": [
948
+ {
949
+ "id": 21,
950
+ "name": "domainExistenceDepth",
951
+ "kind": 4096,
952
+ "kindString": "Call signature",
953
+ "flags": {},
954
+ "comment": {
955
+ "summary": [
956
+ {
957
+ "kind": "text",
958
+ "text": "Determines how many levels of the schema's reverse domain\npass DNS resolution"
959
+ }
960
+ ],
961
+ "blockTags": [
962
+ {
963
+ "tag": "@returns",
964
+ "content": [
965
+ {
966
+ "kind": "text",
967
+ "text": "number (0 if none exist)"
968
+ }
969
+ ]
970
+ }
971
+ ]
972
+ },
973
+ "type": {
974
+ "type": "reference",
975
+ "typeArguments": [
976
+ {
977
+ "type": "intrinsic",
978
+ "name": "number"
979
+ }
980
+ ],
981
+ "name": "Promise",
982
+ "qualifiedName": "Promise",
983
+ "package": "typescript"
984
+ }
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "id": 24,
990
+ "name": "domainLevel",
991
+ "kind": 2048,
992
+ "kindString": "Method",
993
+ "flags": {
994
+ "isPrivate": true
995
+ },
996
+ "sources": [
997
+ {
998
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
999
+ "line": 114,
1000
+ "character": 10,
1001
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L114"
1002
+ }
1003
+ ],
1004
+ "signatures": [
1005
+ {
1006
+ "id": 25,
1007
+ "name": "domainLevel",
1008
+ "kind": 4096,
1009
+ "kindString": "Call signature",
1010
+ "flags": {},
1011
+ "comment": {
1012
+ "summary": [
1013
+ {
1014
+ "kind": "text",
1015
+ "text": "Get a domain for the schema at a certain level"
1016
+ }
1017
+ ],
1018
+ "blockTags": [
1019
+ {
1020
+ "tag": "@returns",
1021
+ "content": [
1022
+ {
1023
+ "kind": "text",
1024
+ "text": "string"
1025
+ }
1026
+ ]
1027
+ }
1028
+ ]
1029
+ },
1030
+ "parameters": [
1031
+ {
1032
+ "id": 26,
1033
+ "name": "level",
1034
+ "kind": 32768,
1035
+ "kindString": "Parameter",
1036
+ "flags": {},
1037
+ "comment": {
1038
+ "summary": [
1039
+ {
1040
+ "kind": "text",
1041
+ "text": "Zero based level to check"
1042
+ }
1043
+ ]
1044
+ },
1045
+ "type": {
1046
+ "type": "intrinsic",
1047
+ "name": "number"
1048
+ }
1049
+ }
1050
+ ],
1051
+ "type": {
1052
+ "type": "union",
1053
+ "types": [
1054
+ {
1055
+ "type": "intrinsic",
1056
+ "name": "undefined"
1057
+ },
1058
+ {
1059
+ "type": "intrinsic",
1060
+ "name": "string"
1061
+ }
1062
+ ]
1063
+ }
1064
+ }
1065
+ ]
1066
+ },
1067
+ {
1068
+ "id": 22,
1069
+ "name": "rootDomainExists",
1070
+ "kind": 2048,
1071
+ "kindString": "Method",
1072
+ "flags": {
1073
+ "isPublic": true
1074
+ },
1075
+ "sources": [
1076
+ {
1077
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
1078
+ "line": 103,
1079
+ "character": 15,
1080
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L103"
1081
+ }
1082
+ ],
1083
+ "signatures": [
1084
+ {
1085
+ "id": 23,
1086
+ "name": "rootDomainExists",
1087
+ "kind": 4096,
1088
+ "kindString": "Call signature",
1089
+ "flags": {},
1090
+ "comment": {
1091
+ "summary": [
1092
+ {
1093
+ "kind": "text",
1094
+ "text": "Checks if the root domain validates via DNS resolution"
1095
+ }
1096
+ ],
1097
+ "blockTags": [
1098
+ {
1099
+ "tag": "@returns",
1100
+ "content": [
1101
+ {
1102
+ "kind": "text",
1103
+ "text": "boolean"
1104
+ }
1105
+ ]
1106
+ }
1107
+ ]
1108
+ },
1109
+ "type": {
1110
+ "type": "reference",
1111
+ "typeArguments": [
1112
+ {
1113
+ "type": "intrinsic",
1114
+ "name": "boolean"
1115
+ }
1116
+ ],
1117
+ "name": "Promise",
1118
+ "qualifiedName": "Promise",
1119
+ "package": "typescript"
1120
+ }
1121
+ }
1122
+ ]
1123
+ }
1124
+ ],
1125
+ "groups": [
1126
+ {
1127
+ "title": "Constructors",
1128
+ "children": [
1129
+ 2
1130
+ ]
1131
+ },
1132
+ {
1133
+ "title": "Properties",
1134
+ "children": [
1135
+ 6,
1136
+ 7,
1137
+ 5
1138
+ ]
1139
+ },
1140
+ {
1141
+ "title": "Accessors",
1142
+ "children": [
1143
+ 8,
1144
+ 10,
1145
+ 12,
1146
+ 14
1147
+ ]
1148
+ },
1149
+ {
1150
+ "title": "Methods",
1151
+ "children": [
1152
+ 16,
1153
+ 18,
1154
+ 20,
1155
+ 24,
1156
+ 22
1157
+ ]
1158
+ }
1159
+ ],
1160
+ "sources": [
1161
+ {
1162
+ "fileName": "payload/packages/validator/src/SchemaNameValidator.ts",
1163
+ "line": 6,
1164
+ "character": 13,
1165
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/SchemaNameValidator.ts#L6"
1166
+ }
1167
+ ]
1168
+ }
1169
+ ],
1170
+ "groups": [
1171
+ {
1172
+ "title": "Classes",
1173
+ "children": [
1174
+ 27,
1175
+ 1
1176
+ ]
1177
+ }
1178
+ ],
1179
+ "sources": [
1180
+ {
1181
+ "fileName": "payload/packages/validator/src/index.ts",
1182
+ "line": 1,
1183
+ "character": 0,
1184
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/protocol/packages/payload/packages/validator/src/index.ts#L1"
1185
+ }
1186
+ ]
1187
+ }
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/core": "^2.42.14",
14
- "@xyo-network/dns": "^2.42.13",
15
- "@xyo-network/payload-model": "^2.42.13"
13
+ "@xyo-network/core": "^2.42.15",
14
+ "@xyo-network/dns": "^2.42.14",
15
+ "@xyo-network/payload-model": "^2.42.14"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^2.10.19"
18
+ "@xylabs/ts-scripts-yarn3": "^2.10.21"
19
19
  },
20
20
  "description": "Primary SDK for using XYO Protocol 2.0",
21
21
  "browser": "dist/esm/index.js",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "sideEffects": false,
52
52
  "types": "dist/esm/index.d.ts",
53
- "version": "2.42.13"
53
+ "version": "2.42.14"
54
54
  }