@xyo-network/dns 2.42.13 → 2.42.15

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