@xyo-network/schema-cache 2.56.2 → 2.57.4

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.
package/dist/docs.json CHANGED
@@ -7,14 +7,259 @@
7
7
  "originalName": "",
8
8
  "children": [
9
9
  {
10
- "id": 2,
10
+ "id": 1,
11
+ "name": "Debounce",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 2,
18
+ "name": "constructor",
19
+ "kind": 512,
20
+ "kindString": "Constructor",
21
+ "flags": {},
22
+ "signatures": [
23
+ {
24
+ "id": 3,
25
+ "name": "new Debounce",
26
+ "kind": 16384,
27
+ "kindString": "Constructor signature",
28
+ "flags": {},
29
+ "typeParameter": [
30
+ {
31
+ "id": 4,
32
+ "name": "TKey",
33
+ "kind": 131072,
34
+ "kindString": "Type parameter",
35
+ "flags": {},
36
+ "default": {
37
+ "type": "intrinsic",
38
+ "name": "string"
39
+ }
40
+ }
41
+ ],
42
+ "type": {
43
+ "type": "reference",
44
+ "id": 1,
45
+ "typeArguments": [
46
+ {
47
+ "type": "reference",
48
+ "id": 4,
49
+ "name": "TKey"
50
+ }
51
+ ],
52
+ "name": "Debounce"
53
+ }
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "id": 5,
59
+ "name": "map",
60
+ "kind": 1024,
61
+ "kindString": "Property",
62
+ "flags": {
63
+ "isPrivate": true
64
+ },
65
+ "sources": [
66
+ {
67
+ "fileName": "sdk/packages/schema-cache/src/Debounce.ts",
68
+ "line": 4,
69
+ "character": 10,
70
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/Debounce.ts#L4"
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "reference",
75
+ "typeArguments": [
76
+ {
77
+ "type": "reference",
78
+ "id": 4,
79
+ "name": "TKey"
80
+ },
81
+ {
82
+ "type": "intrinsic",
83
+ "name": "number"
84
+ }
85
+ ],
86
+ "name": "Map",
87
+ "qualifiedName": "Map",
88
+ "package": "typescript"
89
+ },
90
+ "defaultValue": "..."
91
+ },
92
+ {
93
+ "id": 6,
94
+ "name": "one",
95
+ "kind": 2048,
96
+ "kindString": "Method",
97
+ "flags": {},
98
+ "sources": [
99
+ {
100
+ "fileName": "sdk/packages/schema-cache/src/Debounce.ts",
101
+ "line": 6,
102
+ "character": 8,
103
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/Debounce.ts#L6"
104
+ }
105
+ ],
106
+ "signatures": [
107
+ {
108
+ "id": 7,
109
+ "name": "one",
110
+ "kind": 4096,
111
+ "kindString": "Call signature",
112
+ "flags": {},
113
+ "typeParameter": [
114
+ {
115
+ "id": 8,
116
+ "name": "T",
117
+ "kind": 131072,
118
+ "kindString": "Type parameter",
119
+ "flags": {}
120
+ }
121
+ ],
122
+ "parameters": [
123
+ {
124
+ "id": 9,
125
+ "name": "key",
126
+ "kind": 32768,
127
+ "kindString": "Parameter",
128
+ "flags": {},
129
+ "type": {
130
+ "type": "reference",
131
+ "id": 4,
132
+ "name": "TKey"
133
+ }
134
+ },
135
+ {
136
+ "id": 10,
137
+ "name": "closure",
138
+ "kind": 32768,
139
+ "kindString": "Parameter",
140
+ "flags": {},
141
+ "type": {
142
+ "type": "reflection",
143
+ "declaration": {
144
+ "id": 11,
145
+ "name": "__type",
146
+ "kind": 65536,
147
+ "kindString": "Type literal",
148
+ "flags": {},
149
+ "sources": [
150
+ {
151
+ "fileName": "sdk/packages/schema-cache/src/Debounce.ts",
152
+ "line": 6,
153
+ "character": 35,
154
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/Debounce.ts#L6"
155
+ }
156
+ ],
157
+ "signatures": [
158
+ {
159
+ "id": 12,
160
+ "name": "__type",
161
+ "kind": 4096,
162
+ "kindString": "Call signature",
163
+ "flags": {},
164
+ "type": {
165
+ "type": "reference",
166
+ "typeArguments": [
167
+ {
168
+ "type": "reference",
169
+ "id": 8,
170
+ "name": "T"
171
+ }
172
+ ],
173
+ "name": "Promise",
174
+ "qualifiedName": "Promise",
175
+ "package": "typescript"
176
+ }
177
+ }
178
+ ]
179
+ }
180
+ }
181
+ },
182
+ {
183
+ "id": 13,
184
+ "name": "timeout",
185
+ "kind": 32768,
186
+ "kindString": "Parameter",
187
+ "flags": {},
188
+ "type": {
189
+ "type": "intrinsic",
190
+ "name": "number"
191
+ },
192
+ "defaultValue": "10000"
193
+ }
194
+ ],
195
+ "type": {
196
+ "type": "reference",
197
+ "typeArguments": [
198
+ {
199
+ "type": "reference",
200
+ "id": 8,
201
+ "name": "T"
202
+ }
203
+ ],
204
+ "name": "Promise",
205
+ "qualifiedName": "Promise",
206
+ "package": "typescript"
207
+ }
208
+ }
209
+ ]
210
+ }
211
+ ],
212
+ "groups": [
213
+ {
214
+ "title": "Constructors",
215
+ "children": [
216
+ 2
217
+ ]
218
+ },
219
+ {
220
+ "title": "Properties",
221
+ "children": [
222
+ 5
223
+ ]
224
+ },
225
+ {
226
+ "title": "Methods",
227
+ "children": [
228
+ 6
229
+ ]
230
+ }
231
+ ],
232
+ "sources": [
233
+ {
234
+ "fileName": "sdk/packages/schema-cache/src/Debounce.ts",
235
+ "line": 3,
236
+ "character": 13,
237
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/Debounce.ts#L3"
238
+ }
239
+ ],
240
+ "typeParameters": [
241
+ {
242
+ "id": 14,
243
+ "name": "TKey",
244
+ "kind": 131072,
245
+ "kindString": "Type parameter",
246
+ "flags": {},
247
+ "default": {
248
+ "type": "intrinsic",
249
+ "name": "string"
250
+ }
251
+ }
252
+ ]
253
+ },
254
+ {
255
+ "id": 16,
11
256
  "name": "SchemaCache",
12
257
  "kind": 128,
13
258
  "kindString": "Class",
14
259
  "flags": {},
15
260
  "children": [
16
261
  {
17
- "id": 7,
262
+ "id": 21,
18
263
  "name": "constructor",
19
264
  "kind": 512,
20
265
  "kindString": "Constructor",
@@ -26,38 +271,38 @@
26
271
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
27
272
  "line": 36,
28
273
  "character": 2,
29
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L36"
274
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L36"
30
275
  }
31
276
  ],
32
277
  "signatures": [
33
278
  {
34
- "id": 8,
279
+ "id": 22,
35
280
  "name": "new SchemaCache",
36
281
  "kind": 16384,
37
282
  "kindString": "Constructor signature",
38
283
  "flags": {},
39
284
  "typeParameter": [
40
285
  {
41
- "id": 9,
286
+ "id": 23,
42
287
  "name": "T",
43
288
  "kind": 131072,
44
289
  "kindString": "Type parameter",
45
290
  "flags": {},
46
291
  "type": {
47
292
  "type": "reference",
48
- "id": 42,
293
+ "id": 56,
49
294
  "name": "SchemaNameToValidatorMap"
50
295
  },
51
296
  "default": {
52
297
  "type": "reference",
53
- "id": 42,
298
+ "id": 56,
54
299
  "name": "SchemaNameToValidatorMap"
55
300
  }
56
301
  }
57
302
  ],
58
303
  "parameters": [
59
304
  {
60
- "id": 10,
305
+ "id": 24,
61
306
  "name": "proxy",
62
307
  "kind": 32768,
63
308
  "kindString": "Parameter",
@@ -72,11 +317,11 @@
72
317
  ],
73
318
  "type": {
74
319
  "type": "reference",
75
- "id": 2,
320
+ "id": 16,
76
321
  "typeArguments": [
77
322
  {
78
323
  "type": "reference",
79
- "id": 9,
324
+ "id": 23,
80
325
  "name": "T"
81
326
  }
82
327
  ],
@@ -86,7 +331,7 @@
86
331
  ]
87
332
  },
88
333
  {
89
- "id": 17,
334
+ "id": 31,
90
335
  "name": "_cache",
91
336
  "kind": 1024,
92
337
  "kindString": "Property",
@@ -98,7 +343,7 @@
98
343
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
99
344
  "line": 30,
100
345
  "character": 10,
101
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L30"
346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L30"
102
347
  }
103
348
  ],
104
349
  "type": {
@@ -110,7 +355,7 @@
110
355
  },
111
356
  {
112
357
  "type": "reference",
113
- "id": 1,
358
+ "id": 15,
114
359
  "name": "SchemaCacheEntry"
115
360
  },
116
361
  {
@@ -125,7 +370,7 @@
125
370
  "defaultValue": "..."
126
371
  },
127
372
  {
128
- "id": 18,
373
+ "id": 32,
129
374
  "name": "_validators",
130
375
  "kind": 1024,
131
376
  "kindString": "Property",
@@ -137,18 +382,18 @@
137
382
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
138
383
  "line": 31,
139
384
  "character": 10,
140
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L31"
385
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L31"
141
386
  }
142
387
  ],
143
388
  "type": {
144
389
  "type": "reference",
145
- "id": 9,
390
+ "id": 23,
146
391
  "name": "T"
147
392
  },
148
393
  "defaultValue": "..."
149
394
  },
150
395
  {
151
- "id": 19,
396
+ "id": 33,
152
397
  "name": "getDebounce",
153
398
  "kind": 1024,
154
399
  "kindString": "Property",
@@ -160,11 +405,12 @@
160
405
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
161
406
  "line": 34,
162
407
  "character": 10,
163
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L34"
408
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L34"
164
409
  }
165
410
  ],
166
411
  "type": {
167
412
  "type": "reference",
413
+ "id": 1,
168
414
  "typeArguments": [
169
415
  {
170
416
  "type": "intrinsic",
@@ -176,7 +422,7 @@
176
422
  "defaultValue": "..."
177
423
  },
178
424
  {
179
- "id": 11,
425
+ "id": 25,
180
426
  "name": "onSchemaCached",
181
427
  "kind": 1024,
182
428
  "kindString": "Property",
@@ -188,13 +434,13 @@
188
434
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
189
435
  "line": 27,
190
436
  "character": 2,
191
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
437
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
192
438
  }
193
439
  ],
194
440
  "type": {
195
441
  "type": "reflection",
196
442
  "declaration": {
197
- "id": 12,
443
+ "id": 26,
198
444
  "name": "__type",
199
445
  "kind": 65536,
200
446
  "kindString": "Type literal",
@@ -204,19 +450,19 @@
204
450
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
205
451
  "line": 27,
206
452
  "character": 19,
207
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
453
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
208
454
  }
209
455
  ],
210
456
  "signatures": [
211
457
  {
212
- "id": 13,
458
+ "id": 27,
213
459
  "name": "__type",
214
460
  "kind": 4096,
215
461
  "kindString": "Call signature",
216
462
  "flags": {},
217
463
  "parameters": [
218
464
  {
219
- "id": 14,
465
+ "id": 28,
220
466
  "name": "name",
221
467
  "kind": 32768,
222
468
  "kindString": "Parameter",
@@ -227,14 +473,14 @@
227
473
  }
228
474
  },
229
475
  {
230
- "id": 15,
476
+ "id": 29,
231
477
  "name": "entry",
232
478
  "kind": 32768,
233
479
  "kindString": "Parameter",
234
480
  "flags": {},
235
481
  "type": {
236
482
  "type": "reference",
237
- "id": 1,
483
+ "id": 15,
238
484
  "name": "SchemaCacheEntry"
239
485
  }
240
486
  }
@@ -249,7 +495,7 @@
249
495
  }
250
496
  },
251
497
  {
252
- "id": 16,
498
+ "id": 30,
253
499
  "name": "proxy",
254
500
  "kind": 1024,
255
501
  "kindString": "Property",
@@ -261,7 +507,7 @@
261
507
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
262
508
  "line": 28,
263
509
  "character": 2,
264
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L28"
510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L28"
265
511
  }
266
512
  ],
267
513
  "type": {
@@ -270,7 +516,7 @@
270
516
  }
271
517
  },
272
518
  {
273
- "id": 3,
519
+ "id": 17,
274
520
  "name": "NULL",
275
521
  "kind": 1024,
276
522
  "kindString": "Property",
@@ -300,18 +546,18 @@
300
546
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
301
547
  "line": 23,
302
548
  "character": 28,
303
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L23"
549
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L23"
304
550
  }
305
551
  ],
306
552
  "type": {
307
553
  "type": "reference",
308
- "id": 1,
554
+ "id": 15,
309
555
  "name": "SchemaCacheEntry"
310
556
  },
311
557
  "defaultValue": "..."
312
558
  },
313
559
  {
314
- "id": 4,
560
+ "id": 18,
315
561
  "name": "_instance",
316
562
  "kind": 1024,
317
563
  "kindString": "Property",
@@ -325,16 +571,16 @@
325
571
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
326
572
  "line": 25,
327
573
  "character": 17,
328
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L25"
574
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L25"
329
575
  }
330
576
  ],
331
577
  "type": {
332
578
  "type": "reference",
333
- "id": 2,
579
+ "id": 16,
334
580
  "typeArguments": [
335
581
  {
336
582
  "type": "reference",
337
- "id": 42,
583
+ "id": 56,
338
584
  "name": "SchemaNameToValidatorMap"
339
585
  }
340
586
  ],
@@ -342,7 +588,7 @@
342
588
  }
343
589
  },
344
590
  {
345
- "id": 20,
591
+ "id": 34,
346
592
  "name": "validators",
347
593
  "kind": 262144,
348
594
  "kindString": "Accessor",
@@ -352,11 +598,11 @@
352
598
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
353
599
  "line": 52,
354
600
  "character": 6,
355
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L52"
601
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L52"
356
602
  }
357
603
  ],
358
604
  "getSignature": {
359
- "id": 21,
605
+ "id": 35,
360
606
  "name": "validators",
361
607
  "kind": 524288,
362
608
  "kindString": "Get signature",
@@ -379,13 +625,13 @@
379
625
  },
380
626
  "type": {
381
627
  "type": "reference",
382
- "id": 9,
628
+ "id": 23,
383
629
  "name": "T"
384
630
  }
385
631
  }
386
632
  },
387
633
  {
388
- "id": 5,
634
+ "id": 19,
389
635
  "name": "instance",
390
636
  "kind": 262144,
391
637
  "kindString": "Accessor",
@@ -397,22 +643,22 @@
397
643
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
398
644
  "line": 40,
399
645
  "character": 13,
400
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L40"
646
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L40"
401
647
  }
402
648
  ],
403
649
  "getSignature": {
404
- "id": 6,
650
+ "id": 20,
405
651
  "name": "instance",
406
652
  "kind": 524288,
407
653
  "kindString": "Get signature",
408
654
  "flags": {},
409
655
  "type": {
410
656
  "type": "reference",
411
- "id": 2,
657
+ "id": 16,
412
658
  "typeArguments": [
413
659
  {
414
660
  "type": "reference",
415
- "id": 42,
661
+ "id": 56,
416
662
  "name": "SchemaNameToValidatorMap"
417
663
  }
418
664
  ],
@@ -421,7 +667,7 @@
421
667
  }
422
668
  },
423
669
  {
424
- "id": 25,
670
+ "id": 39,
425
671
  "name": "cacheSchemaIfValid",
426
672
  "kind": 2048,
427
673
  "kindString": "Method",
@@ -433,26 +679,26 @@
433
679
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
434
680
  "line": 70,
435
681
  "character": 10,
436
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L70"
682
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L70"
437
683
  }
438
684
  ],
439
685
  "signatures": [
440
686
  {
441
- "id": 26,
687
+ "id": 40,
442
688
  "name": "cacheSchemaIfValid",
443
689
  "kind": 4096,
444
690
  "kindString": "Call signature",
445
691
  "flags": {},
446
692
  "parameters": [
447
693
  {
448
- "id": 27,
694
+ "id": 41,
449
695
  "name": "entry",
450
696
  "kind": 32768,
451
697
  "kindString": "Parameter",
452
698
  "flags": {},
453
699
  "type": {
454
700
  "type": "reference",
455
- "id": 1,
701
+ "id": 15,
456
702
  "name": "SchemaCacheEntry"
457
703
  }
458
704
  }
@@ -465,7 +711,7 @@
465
711
  ]
466
712
  },
467
713
  {
468
- "id": 28,
714
+ "id": 42,
469
715
  "name": "cacheSchemas",
470
716
  "kind": 2048,
471
717
  "kindString": "Method",
@@ -477,19 +723,19 @@
477
723
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
478
724
  "line": 86,
479
725
  "character": 10,
480
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L86"
726
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L86"
481
727
  }
482
728
  ],
483
729
  "signatures": [
484
730
  {
485
- "id": 29,
731
+ "id": 43,
486
732
  "name": "cacheSchemas",
487
733
  "kind": 4096,
488
734
  "kindString": "Call signature",
489
735
  "flags": {},
490
736
  "parameters": [
491
737
  {
492
- "id": 30,
738
+ "id": 44,
493
739
  "name": "aliasEntries",
494
740
  "kind": 32768,
495
741
  "kindString": "Parameter",
@@ -522,14 +768,14 @@
522
768
  {
523
769
  "type": "reflection",
524
770
  "declaration": {
525
- "id": 31,
771
+ "id": 45,
526
772
  "name": "__type",
527
773
  "kind": 65536,
528
774
  "kindString": "Type literal",
529
775
  "flags": {},
530
776
  "children": [
531
777
  {
532
- "id": 32,
778
+ "id": 46,
533
779
  "name": "schema",
534
780
  "kind": 1024,
535
781
  "kindString": "Property",
@@ -551,7 +797,7 @@
551
797
  {
552
798
  "title": "Properties",
553
799
  "children": [
554
- 32
800
+ 46
555
801
  ]
556
802
  }
557
803
  ],
@@ -582,7 +828,7 @@
582
828
  ]
583
829
  },
584
830
  {
585
- "id": 33,
831
+ "id": 47,
586
832
  "name": "fetchSchema",
587
833
  "kind": 2048,
588
834
  "kindString": "Method",
@@ -594,19 +840,19 @@
594
840
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
595
841
  "line": 94,
596
842
  "character": 16,
597
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L94"
843
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L94"
598
844
  }
599
845
  ],
600
846
  "signatures": [
601
847
  {
602
- "id": 34,
848
+ "id": 48,
603
849
  "name": "fetchSchema",
604
850
  "kind": 4096,
605
851
  "kindString": "Call signature",
606
852
  "flags": {},
607
853
  "parameters": [
608
854
  {
609
- "id": 35,
855
+ "id": 49,
610
856
  "name": "schema",
611
857
  "kind": 32768,
612
858
  "kindString": "Parameter",
@@ -633,7 +879,7 @@
633
879
  ]
634
880
  },
635
881
  {
636
- "id": 22,
882
+ "id": 36,
637
883
  "name": "get",
638
884
  "kind": 2048,
639
885
  "kindString": "Method",
@@ -643,19 +889,19 @@
643
889
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
644
890
  "line": 56,
645
891
  "character": 8,
646
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L56"
892
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L56"
647
893
  }
648
894
  ],
649
895
  "signatures": [
650
896
  {
651
- "id": 23,
897
+ "id": 37,
652
898
  "name": "get",
653
899
  "kind": 4096,
654
900
  "kindString": "Call signature",
655
901
  "flags": {},
656
902
  "parameters": [
657
903
  {
658
- "id": 24,
904
+ "id": 38,
659
905
  "name": "schema",
660
906
  "kind": 32768,
661
907
  "kindString": "Parameter",
@@ -684,7 +930,7 @@
684
930
  },
685
931
  {
686
932
  "type": "reference",
687
- "id": 1,
933
+ "id": 15,
688
934
  "name": "SchemaCacheEntry"
689
935
  }
690
936
  ]
@@ -702,35 +948,35 @@
702
948
  {
703
949
  "title": "Constructors",
704
950
  "children": [
705
- 7
951
+ 21
706
952
  ]
707
953
  },
708
954
  {
709
955
  "title": "Properties",
710
956
  "children": [
957
+ 31,
958
+ 32,
959
+ 33,
960
+ 25,
961
+ 30,
711
962
  17,
712
- 18,
713
- 19,
714
- 11,
715
- 16,
716
- 3,
717
- 4
963
+ 18
718
964
  ]
719
965
  },
720
966
  {
721
967
  "title": "Accessors",
722
968
  "children": [
723
- 20,
724
- 5
969
+ 34,
970
+ 19
725
971
  ]
726
972
  },
727
973
  {
728
974
  "title": "Methods",
729
975
  "children": [
730
- 25,
731
- 28,
732
- 33,
733
- 22
976
+ 39,
977
+ 42,
978
+ 47,
979
+ 36
734
980
  ]
735
981
  }
736
982
  ],
@@ -739,31 +985,31 @@
739
985
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
740
986
  "line": 18,
741
987
  "character": 13,
742
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L18"
988
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L18"
743
989
  }
744
990
  ],
745
991
  "typeParameters": [
746
992
  {
747
- "id": 36,
993
+ "id": 50,
748
994
  "name": "T",
749
995
  "kind": 131072,
750
996
  "kindString": "Type parameter",
751
997
  "flags": {},
752
998
  "type": {
753
999
  "type": "reference",
754
- "id": 42,
1000
+ "id": 56,
755
1001
  "name": "SchemaNameToValidatorMap"
756
1002
  },
757
1003
  "default": {
758
1004
  "type": "reference",
759
- "id": 42,
1005
+ "id": 56,
760
1006
  "name": "SchemaNameToValidatorMap"
761
1007
  }
762
1008
  }
763
1009
  ]
764
1010
  },
765
1011
  {
766
- "id": 42,
1012
+ "id": 56,
767
1013
  "name": "SchemaNameToValidatorMap",
768
1014
  "kind": 256,
769
1015
  "kindString": "Interface",
@@ -778,7 +1024,7 @@
778
1024
  },
779
1025
  "children": [
780
1026
  {
781
- "id": 46,
1027
+ "id": 60,
782
1028
  "name": "network.xyo.domain",
783
1029
  "kind": 1024,
784
1030
  "kindString": "Property",
@@ -788,12 +1034,12 @@
788
1034
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
789
1035
  "line": 16,
790
1036
  "character": 2,
791
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L16"
1037
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L16"
792
1038
  }
793
1039
  ],
794
1040
  "type": {
795
1041
  "type": "reference",
796
- "id": 37,
1042
+ "id": 51,
797
1043
  "typeArguments": [
798
1044
  {
799
1045
  "type": "intersection",
@@ -809,14 +1055,14 @@
809
1055
  {
810
1056
  "type": "reflection",
811
1057
  "declaration": {
812
- "id": 47,
1058
+ "id": 61,
813
1059
  "name": "__type",
814
1060
  "kind": 65536,
815
1061
  "kindString": "Type literal",
816
1062
  "flags": {},
817
1063
  "children": [
818
1064
  {
819
- "id": 48,
1065
+ "id": 62,
820
1066
  "name": "additional",
821
1067
  "kind": 1024,
822
1068
  "kindString": "Property",
@@ -853,7 +1099,7 @@
853
1099
  }
854
1100
  },
855
1101
  {
856
- "id": 49,
1102
+ "id": 63,
857
1103
  "name": "aliases",
858
1104
  "kind": 1024,
859
1105
  "kindString": "Property",
@@ -899,7 +1145,7 @@
899
1145
  }
900
1146
  },
901
1147
  {
902
- "id": 50,
1148
+ "id": 64,
903
1149
  "name": "networks",
904
1150
  "kind": 1024,
905
1151
  "kindString": "Property",
@@ -943,14 +1189,14 @@
943
1189
  {
944
1190
  "type": "reflection",
945
1191
  "declaration": {
946
- "id": 51,
1192
+ "id": 65,
947
1193
  "name": "__type",
948
1194
  "kind": 65536,
949
1195
  "kindString": "Type literal",
950
1196
  "flags": {},
951
1197
  "children": [
952
1198
  {
953
- "id": 52,
1199
+ "id": 66,
954
1200
  "name": "name",
955
1201
  "kind": 1024,
956
1202
  "kindString": "Property",
@@ -970,7 +1216,7 @@
970
1216
  }
971
1217
  },
972
1218
  {
973
- "id": 53,
1219
+ "id": 67,
974
1220
  "name": "nodes",
975
1221
  "kind": 1024,
976
1222
  "kindString": "Property",
@@ -1000,14 +1246,14 @@
1000
1246
  {
1001
1247
  "type": "reflection",
1002
1248
  "declaration": {
1003
- "id": 54,
1249
+ "id": 68,
1004
1250
  "name": "__type",
1005
1251
  "kind": 65536,
1006
1252
  "kindString": "Type literal",
1007
1253
  "flags": {},
1008
1254
  "children": [
1009
1255
  {
1010
- "id": 55,
1256
+ "id": 69,
1011
1257
  "name": "docs",
1012
1258
  "kind": 1024,
1013
1259
  "kindString": "Property",
@@ -1027,7 +1273,7 @@
1027
1273
  }
1028
1274
  },
1029
1275
  {
1030
- "id": 56,
1276
+ "id": 70,
1031
1277
  "name": "name",
1032
1278
  "kind": 1024,
1033
1279
  "kindString": "Property",
@@ -1047,7 +1293,7 @@
1047
1293
  }
1048
1294
  },
1049
1295
  {
1050
- "id": 57,
1296
+ "id": 71,
1051
1297
  "name": "slug",
1052
1298
  "kind": 1024,
1053
1299
  "kindString": "Property",
@@ -1065,7 +1311,7 @@
1065
1311
  }
1066
1312
  },
1067
1313
  {
1068
- "id": 58,
1314
+ "id": 72,
1069
1315
  "name": "type",
1070
1316
  "kind": 1024,
1071
1317
  "kindString": "Property",
@@ -1083,7 +1329,7 @@
1083
1329
  }
1084
1330
  },
1085
1331
  {
1086
- "id": 59,
1332
+ "id": 73,
1087
1333
  "name": "uri",
1088
1334
  "kind": 1024,
1089
1335
  "kindString": "Property",
@@ -1101,7 +1347,7 @@
1101
1347
  }
1102
1348
  },
1103
1349
  {
1104
- "id": 60,
1350
+ "id": 74,
1105
1351
  "name": "web",
1106
1352
  "kind": 1024,
1107
1353
  "kindString": "Property",
@@ -1125,12 +1371,12 @@
1125
1371
  {
1126
1372
  "title": "Properties",
1127
1373
  "children": [
1128
- 55,
1129
- 56,
1130
- 57,
1131
- 58,
1132
- 59,
1133
- 60
1374
+ 69,
1375
+ 70,
1376
+ 71,
1377
+ 72,
1378
+ 73,
1379
+ 74
1134
1380
  ]
1135
1381
  }
1136
1382
  ],
@@ -1146,14 +1392,14 @@
1146
1392
  {
1147
1393
  "type": "reflection",
1148
1394
  "declaration": {
1149
- "id": 61,
1395
+ "id": 75,
1150
1396
  "name": "__type",
1151
1397
  "kind": 65536,
1152
1398
  "kindString": "Type literal",
1153
1399
  "flags": {},
1154
1400
  "children": [
1155
1401
  {
1156
- "id": 62,
1402
+ "id": 76,
1157
1403
  "name": "schema",
1158
1404
  "kind": 1024,
1159
1405
  "kindString": "Property",
@@ -1175,7 +1421,7 @@
1175
1421
  {
1176
1422
  "title": "Properties",
1177
1423
  "children": [
1178
- 62
1424
+ 76
1179
1425
  ]
1180
1426
  }
1181
1427
  ],
@@ -1193,7 +1439,7 @@
1193
1439
  }
1194
1440
  },
1195
1441
  {
1196
- "id": 63,
1442
+ "id": 77,
1197
1443
  "name": "schema",
1198
1444
  "kind": 1024,
1199
1445
  "kindString": "Property",
@@ -1211,7 +1457,7 @@
1211
1457
  }
1212
1458
  },
1213
1459
  {
1214
- "id": 64,
1460
+ "id": 78,
1215
1461
  "name": "slug",
1216
1462
  "kind": 1024,
1217
1463
  "kindString": "Property",
@@ -1233,10 +1479,10 @@
1233
1479
  {
1234
1480
  "title": "Properties",
1235
1481
  "children": [
1236
- 52,
1237
- 53,
1238
- 63,
1239
- 64
1482
+ 66,
1483
+ 67,
1484
+ 77,
1485
+ 78
1240
1486
  ]
1241
1487
  }
1242
1488
  ],
@@ -1254,7 +1500,7 @@
1254
1500
  }
1255
1501
  },
1256
1502
  {
1257
- "id": 65,
1503
+ "id": 79,
1258
1504
  "name": "schema",
1259
1505
  "kind": 1024,
1260
1506
  "kindString": "Property",
@@ -1276,10 +1522,10 @@
1276
1522
  {
1277
1523
  "title": "Properties",
1278
1524
  "children": [
1279
- 48,
1280
- 49,
1281
- 50,
1282
- 65
1525
+ 62,
1526
+ 63,
1527
+ 64,
1528
+ 79
1283
1529
  ]
1284
1530
  }
1285
1531
  ],
@@ -1299,7 +1545,7 @@
1299
1545
  }
1300
1546
  },
1301
1547
  {
1302
- "id": 43,
1548
+ "id": 57,
1303
1549
  "name": "network.xyo.payload",
1304
1550
  "kind": 1024,
1305
1551
  "kindString": "Property",
@@ -1309,12 +1555,12 @@
1309
1555
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1310
1556
  "line": 15,
1311
1557
  "character": 2,
1312
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L15"
1558
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L15"
1313
1559
  }
1314
1560
  ],
1315
1561
  "type": {
1316
1562
  "type": "reference",
1317
- "id": 37,
1563
+ "id": 51,
1318
1564
  "typeArguments": [
1319
1565
  {
1320
1566
  "type": "intersection",
@@ -1330,14 +1576,14 @@
1330
1576
  {
1331
1577
  "type": "reflection",
1332
1578
  "declaration": {
1333
- "id": 44,
1579
+ "id": 58,
1334
1580
  "name": "__type",
1335
1581
  "kind": 65536,
1336
1582
  "kindString": "Type literal",
1337
1583
  "flags": {},
1338
1584
  "children": [
1339
1585
  {
1340
- "id": 45,
1586
+ "id": 59,
1341
1587
  "name": "schema",
1342
1588
  "kind": 1024,
1343
1589
  "kindString": "Property",
@@ -1359,7 +1605,7 @@
1359
1605
  {
1360
1606
  "title": "Properties",
1361
1607
  "children": [
1362
- 45
1608
+ 59
1363
1609
  ]
1364
1610
  }
1365
1611
  ],
@@ -1379,7 +1625,7 @@
1379
1625
  }
1380
1626
  },
1381
1627
  {
1382
- "id": 66,
1628
+ "id": 80,
1383
1629
  "name": "network.xyo.schema",
1384
1630
  "kind": 1024,
1385
1631
  "kindString": "Property",
@@ -1389,12 +1635,12 @@
1389
1635
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1390
1636
  "line": 17,
1391
1637
  "character": 2,
1392
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L17"
1638
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L17"
1393
1639
  }
1394
1640
  ],
1395
1641
  "type": {
1396
1642
  "type": "reference",
1397
- "id": 37,
1643
+ "id": 51,
1398
1644
  "typeArguments": [
1399
1645
  {
1400
1646
  "type": "intersection",
@@ -1410,14 +1656,14 @@
1410
1656
  {
1411
1657
  "type": "reflection",
1412
1658
  "declaration": {
1413
- "id": 67,
1659
+ "id": 81,
1414
1660
  "name": "__type",
1415
1661
  "kind": 65536,
1416
1662
  "kindString": "Type literal",
1417
1663
  "flags": {},
1418
1664
  "children": [
1419
1665
  {
1420
- "id": 68,
1666
+ "id": 82,
1421
1667
  "name": "definition",
1422
1668
  "kind": 1024,
1423
1669
  "kindString": "Property",
@@ -1432,14 +1678,14 @@
1432
1678
  "type": {
1433
1679
  "type": "reflection",
1434
1680
  "declaration": {
1435
- "id": 69,
1681
+ "id": 83,
1436
1682
  "name": "__type",
1437
1683
  "kind": 65536,
1438
1684
  "kindString": "Type literal",
1439
1685
  "flags": {},
1440
1686
  "children": [
1441
1687
  {
1442
- "id": 70,
1688
+ "id": 84,
1443
1689
  "name": "$id",
1444
1690
  "kind": 1024,
1445
1691
  "kindString": "Property",
@@ -1463,7 +1709,7 @@
1463
1709
  {
1464
1710
  "title": "Properties",
1465
1711
  "children": [
1466
- 70
1712
+ 84
1467
1713
  ]
1468
1714
  }
1469
1715
  ],
@@ -1475,14 +1721,14 @@
1475
1721
  }
1476
1722
  ],
1477
1723
  "indexSignature": {
1478
- "id": 71,
1724
+ "id": 85,
1479
1725
  "name": "__index",
1480
1726
  "kind": 8192,
1481
1727
  "kindString": "Index signature",
1482
1728
  "flags": {},
1483
1729
  "parameters": [
1484
1730
  {
1485
- "id": 72,
1731
+ "id": 86,
1486
1732
  "name": "key",
1487
1733
  "kind": 32768,
1488
1734
  "flags": {},
@@ -1501,7 +1747,7 @@
1501
1747
  }
1502
1748
  },
1503
1749
  {
1504
- "id": 73,
1750
+ "id": 87,
1505
1751
  "name": "extends",
1506
1752
  "kind": 1024,
1507
1753
  "kindString": "Property",
@@ -1521,7 +1767,7 @@
1521
1767
  }
1522
1768
  },
1523
1769
  {
1524
- "id": 74,
1770
+ "id": 88,
1525
1771
  "name": "name",
1526
1772
  "kind": 1024,
1527
1773
  "kindString": "Property",
@@ -1555,7 +1801,7 @@
1555
1801
  }
1556
1802
  },
1557
1803
  {
1558
- "id": 75,
1804
+ "id": 89,
1559
1805
  "name": "schema",
1560
1806
  "kind": 1024,
1561
1807
  "kindString": "Property",
@@ -1577,10 +1823,10 @@
1577
1823
  {
1578
1824
  "title": "Properties",
1579
1825
  "children": [
1580
- 68,
1581
- 73,
1582
- 74,
1583
- 75
1826
+ 82,
1827
+ 87,
1828
+ 88,
1829
+ 89
1584
1830
  ]
1585
1831
  }
1586
1832
  ],
@@ -1604,9 +1850,9 @@
1604
1850
  {
1605
1851
  "title": "Properties",
1606
1852
  "children": [
1607
- 46,
1608
- 43,
1609
- 66
1853
+ 60,
1854
+ 57,
1855
+ 80
1610
1856
  ]
1611
1857
  }
1612
1858
  ],
@@ -1615,12 +1861,12 @@
1615
1861
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1616
1862
  "line": 14,
1617
1863
  "character": 17,
1618
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L14"
1864
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L14"
1619
1865
  }
1620
1866
  ]
1621
1867
  },
1622
1868
  {
1623
- "id": 37,
1869
+ "id": 51,
1624
1870
  "name": "NarrowPayload",
1625
1871
  "kind": 4194304,
1626
1872
  "kindString": "Type alias",
@@ -1638,12 +1884,12 @@
1638
1884
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1639
1885
  "line": 9,
1640
1886
  "character": 12,
1641
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1887
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1642
1888
  }
1643
1889
  ],
1644
1890
  "typeParameters": [
1645
1891
  {
1646
- "id": 41,
1892
+ "id": 55,
1647
1893
  "name": "T",
1648
1894
  "kind": 131072,
1649
1895
  "kindString": "Type parameter",
@@ -1664,7 +1910,7 @@
1664
1910
  {
1665
1911
  "type": "reflection",
1666
1912
  "declaration": {
1667
- "id": 38,
1913
+ "id": 52,
1668
1914
  "name": "__type",
1669
1915
  "kind": 65536,
1670
1916
  "kindString": "Type literal",
@@ -1674,19 +1920,19 @@
1674
1920
  "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1675
1921
  "line": 9,
1676
1922
  "character": 58,
1677
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1923
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1678
1924
  }
1679
1925
  ],
1680
1926
  "signatures": [
1681
1927
  {
1682
- "id": 39,
1928
+ "id": 53,
1683
1929
  "name": "__type",
1684
1930
  "kind": 4096,
1685
1931
  "kindString": "Call signature",
1686
1932
  "flags": {},
1687
1933
  "parameters": [
1688
1934
  {
1689
- "id": 40,
1935
+ "id": 54,
1690
1936
  "name": "x",
1691
1937
  "kind": 32768,
1692
1938
  "kindString": "Parameter",
@@ -1703,7 +1949,7 @@
1703
1949
  "asserts": false,
1704
1950
  "targetType": {
1705
1951
  "type": "reference",
1706
- "id": 41,
1952
+ "id": 55,
1707
1953
  "name": "T"
1708
1954
  }
1709
1955
  }
@@ -1719,7 +1965,7 @@
1719
1965
  }
1720
1966
  },
1721
1967
  {
1722
- "id": 1,
1968
+ "id": 15,
1723
1969
  "name": "SchemaCacheEntry",
1724
1970
  "kind": 4194304,
1725
1971
  "kindString": "Type alias",
@@ -1729,7 +1975,7 @@
1729
1975
  "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
1730
1976
  "line": 16,
1731
1977
  "character": 12,
1732
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L16"
1978
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L16"
1733
1979
  }
1734
1980
  ],
1735
1981
  "type": {
@@ -1748,20 +1994,21 @@
1748
1994
  {
1749
1995
  "title": "Classes",
1750
1996
  "children": [
1751
- 2
1997
+ 1,
1998
+ 16
1752
1999
  ]
1753
2000
  },
1754
2001
  {
1755
2002
  "title": "Interfaces",
1756
2003
  "children": [
1757
- 42
2004
+ 56
1758
2005
  ]
1759
2006
  },
1760
2007
  {
1761
2008
  "title": "Type Aliases",
1762
2009
  "children": [
1763
- 37,
1764
- 1
2010
+ 51,
2011
+ 15
1765
2012
  ]
1766
2013
  }
1767
2014
  ],
@@ -1770,7 +2017,7 @@
1770
2017
  "fileName": "sdk/packages/schema-cache/src/index.ts",
1771
2018
  "line": 1,
1772
2019
  "character": 0,
1773
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a3368b410/packages/sdk/packages/schema-cache/src/index.ts#L1"
2020
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/578f8b1d7/packages/sdk/packages/schema-cache/src/index.ts#L1"
1774
2021
  }
1775
2022
  ]
1776
2023
  }