@xyo-network/react-app-settings 2.59.0-rc.3 → 2.59.1

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 +4102 -0
  2. package/package.json +2 -3
package/dist/docs.json ADDED
@@ -0,0 +1,4102 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-app-settings",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 51,
10
+ "name": "AppSettingSlug",
11
+ "variant": "declaration",
12
+ "kind": 8,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 52,
17
+ "name": "DarkMode",
18
+ "variant": "declaration",
19
+ "kind": 16,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
24
+ "line": 2,
25
+ "character": 2,
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L2"
27
+ }
28
+ ],
29
+ "type": {
30
+ "type": "literal",
31
+ "value": "darkmode"
32
+ }
33
+ },
34
+ {
35
+ "id": 53,
36
+ "name": "Developer",
37
+ "variant": "declaration",
38
+ "kind": 16,
39
+ "flags": {},
40
+ "sources": [
41
+ {
42
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
43
+ "line": 3,
44
+ "character": 2,
45
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L3"
46
+ }
47
+ ],
48
+ "type": {
49
+ "type": "literal",
50
+ "value": "developer"
51
+ }
52
+ },
53
+ {
54
+ "id": 57,
55
+ "name": "MaxAccounts",
56
+ "variant": "declaration",
57
+ "kind": 16,
58
+ "flags": {},
59
+ "sources": [
60
+ {
61
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
62
+ "line": 7,
63
+ "character": 2,
64
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L7"
65
+ }
66
+ ],
67
+ "type": {
68
+ "type": "literal",
69
+ "value": "maxAccounts"
70
+ }
71
+ },
72
+ {
73
+ "id": 55,
74
+ "name": "NavigationCollapsed",
75
+ "variant": "declaration",
76
+ "kind": 16,
77
+ "flags": {},
78
+ "sources": [
79
+ {
80
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
81
+ "line": 5,
82
+ "character": 2,
83
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L5"
84
+ }
85
+ ],
86
+ "type": {
87
+ "type": "literal",
88
+ "value": "navigationCollapsed"
89
+ }
90
+ },
91
+ {
92
+ "id": 54,
93
+ "name": "NavigationType",
94
+ "variant": "declaration",
95
+ "kind": 16,
96
+ "flags": {},
97
+ "sources": [
98
+ {
99
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
100
+ "line": 4,
101
+ "character": 2,
102
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L4"
103
+ }
104
+ ],
105
+ "type": {
106
+ "type": "literal",
107
+ "value": "navigationType"
108
+ }
109
+ },
110
+ {
111
+ "id": 56,
112
+ "name": "SeedPhrase",
113
+ "variant": "declaration",
114
+ "kind": 16,
115
+ "flags": {},
116
+ "sources": [
117
+ {
118
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
119
+ "line": 6,
120
+ "character": 2,
121
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L6"
122
+ }
123
+ ],
124
+ "type": {
125
+ "type": "literal",
126
+ "value": "seedPhrase"
127
+ }
128
+ }
129
+ ],
130
+ "groups": [
131
+ {
132
+ "title": "Enumeration Members",
133
+ "children": [
134
+ 52,
135
+ 53,
136
+ 57,
137
+ 55,
138
+ 54,
139
+ 56
140
+ ]
141
+ }
142
+ ],
143
+ "sources": [
144
+ {
145
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts",
146
+ "line": 1,
147
+ "character": 12,
148
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Slug.ts#L1"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "id": 58,
154
+ "name": "AppSettingsStorage",
155
+ "variant": "declaration",
156
+ "kind": 128,
157
+ "flags": {},
158
+ "children": [
159
+ {
160
+ "id": 59,
161
+ "name": "constructor",
162
+ "variant": "declaration",
163
+ "kind": 512,
164
+ "flags": {},
165
+ "sources": [
166
+ {
167
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
168
+ "line": 7,
169
+ "character": 2,
170
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L7"
171
+ }
172
+ ],
173
+ "signatures": [
174
+ {
175
+ "id": 60,
176
+ "name": "new AppSettingsStorage",
177
+ "variant": "signature",
178
+ "kind": 16384,
179
+ "flags": {},
180
+ "sources": [
181
+ {
182
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
183
+ "line": 7,
184
+ "character": 2,
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L7"
186
+ }
187
+ ],
188
+ "parameters": [
189
+ {
190
+ "id": 61,
191
+ "name": "prefix",
192
+ "variant": "param",
193
+ "kind": 32768,
194
+ "flags": {},
195
+ "type": {
196
+ "type": "intrinsic",
197
+ "name": "string"
198
+ },
199
+ "defaultValue": "'AppSettings'"
200
+ },
201
+ {
202
+ "id": 62,
203
+ "name": "defaults",
204
+ "variant": "param",
205
+ "kind": 32768,
206
+ "flags": {
207
+ "isOptional": true
208
+ },
209
+ "type": {
210
+ "type": "reference",
211
+ "target": {
212
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
213
+ "qualifiedName": "Record"
214
+ },
215
+ "typeArguments": [
216
+ {
217
+ "type": "intrinsic",
218
+ "name": "string"
219
+ },
220
+ {
221
+ "type": "intrinsic",
222
+ "name": "unknown"
223
+ }
224
+ ],
225
+ "name": "Record",
226
+ "package": "typescript"
227
+ }
228
+ }
229
+ ],
230
+ "type": {
231
+ "type": "reference",
232
+ "target": 58,
233
+ "name": "AppSettingsStorage",
234
+ "package": "@xyo-network/react-app-settings"
235
+ },
236
+ "overwrites": {
237
+ "type": "reference",
238
+ "target": 126,
239
+ "name": "AppSettingsStorageBase.constructor"
240
+ }
241
+ }
242
+ ],
243
+ "overwrites": {
244
+ "type": "reference",
245
+ "target": 125,
246
+ "name": "AppSettingsStorageBase.constructor"
247
+ }
248
+ },
249
+ {
250
+ "id": 63,
251
+ "name": "darkMode",
252
+ "variant": "declaration",
253
+ "kind": 262144,
254
+ "flags": {},
255
+ "sources": [
256
+ {
257
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
258
+ "line": 11,
259
+ "character": 6,
260
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L11"
261
+ },
262
+ {
263
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
264
+ "line": 15,
265
+ "character": 6,
266
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L15"
267
+ }
268
+ ],
269
+ "getSignature": {
270
+ "id": 64,
271
+ "name": "darkMode",
272
+ "variant": "signature",
273
+ "kind": 524288,
274
+ "flags": {},
275
+ "sources": [
276
+ {
277
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
278
+ "line": 11,
279
+ "character": 2,
280
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L11"
281
+ }
282
+ ],
283
+ "type": {
284
+ "type": "intrinsic",
285
+ "name": "boolean"
286
+ }
287
+ },
288
+ "setSignature": {
289
+ "id": 65,
290
+ "name": "darkMode",
291
+ "variant": "signature",
292
+ "kind": 1048576,
293
+ "flags": {},
294
+ "sources": [
295
+ {
296
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
297
+ "line": 15,
298
+ "character": 2,
299
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L15"
300
+ }
301
+ ],
302
+ "parameters": [
303
+ {
304
+ "id": 66,
305
+ "name": "value",
306
+ "variant": "param",
307
+ "kind": 32768,
308
+ "flags": {},
309
+ "type": {
310
+ "type": "intrinsic",
311
+ "name": "boolean"
312
+ }
313
+ }
314
+ ],
315
+ "type": {
316
+ "type": "intrinsic",
317
+ "name": "void"
318
+ }
319
+ }
320
+ },
321
+ {
322
+ "id": 67,
323
+ "name": "developerMode",
324
+ "variant": "declaration",
325
+ "kind": 262144,
326
+ "flags": {},
327
+ "sources": [
328
+ {
329
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
330
+ "line": 19,
331
+ "character": 6,
332
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L19"
333
+ },
334
+ {
335
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
336
+ "line": 23,
337
+ "character": 6,
338
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L23"
339
+ }
340
+ ],
341
+ "getSignature": {
342
+ "id": 68,
343
+ "name": "developerMode",
344
+ "variant": "signature",
345
+ "kind": 524288,
346
+ "flags": {},
347
+ "sources": [
348
+ {
349
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
350
+ "line": 19,
351
+ "character": 2,
352
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L19"
353
+ }
354
+ ],
355
+ "type": {
356
+ "type": "intrinsic",
357
+ "name": "boolean"
358
+ }
359
+ },
360
+ "setSignature": {
361
+ "id": 69,
362
+ "name": "developerMode",
363
+ "variant": "signature",
364
+ "kind": 1048576,
365
+ "flags": {},
366
+ "sources": [
367
+ {
368
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
369
+ "line": 23,
370
+ "character": 2,
371
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L23"
372
+ }
373
+ ],
374
+ "parameters": [
375
+ {
376
+ "id": 70,
377
+ "name": "value",
378
+ "variant": "param",
379
+ "kind": 32768,
380
+ "flags": {},
381
+ "type": {
382
+ "type": "intrinsic",
383
+ "name": "boolean"
384
+ }
385
+ }
386
+ ],
387
+ "type": {
388
+ "type": "intrinsic",
389
+ "name": "void"
390
+ }
391
+ }
392
+ },
393
+ {
394
+ "id": 71,
395
+ "name": "maxAccounts",
396
+ "variant": "declaration",
397
+ "kind": 262144,
398
+ "flags": {},
399
+ "sources": [
400
+ {
401
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
402
+ "line": 27,
403
+ "character": 6,
404
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L27"
405
+ },
406
+ {
407
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
408
+ "line": 31,
409
+ "character": 6,
410
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L31"
411
+ }
412
+ ],
413
+ "getSignature": {
414
+ "id": 72,
415
+ "name": "maxAccounts",
416
+ "variant": "signature",
417
+ "kind": 524288,
418
+ "flags": {},
419
+ "sources": [
420
+ {
421
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
422
+ "line": 27,
423
+ "character": 2,
424
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L27"
425
+ }
426
+ ],
427
+ "type": {
428
+ "type": "intrinsic",
429
+ "name": "number"
430
+ }
431
+ },
432
+ "setSignature": {
433
+ "id": 73,
434
+ "name": "maxAccounts",
435
+ "variant": "signature",
436
+ "kind": 1048576,
437
+ "flags": {},
438
+ "sources": [
439
+ {
440
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
441
+ "line": 31,
442
+ "character": 2,
443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L31"
444
+ }
445
+ ],
446
+ "parameters": [
447
+ {
448
+ "id": 74,
449
+ "name": "value",
450
+ "variant": "param",
451
+ "kind": 32768,
452
+ "flags": {},
453
+ "type": {
454
+ "type": "intrinsic",
455
+ "name": "number"
456
+ }
457
+ }
458
+ ],
459
+ "type": {
460
+ "type": "intrinsic",
461
+ "name": "void"
462
+ }
463
+ }
464
+ },
465
+ {
466
+ "id": 75,
467
+ "name": "navigationCollapsed",
468
+ "variant": "declaration",
469
+ "kind": 262144,
470
+ "flags": {},
471
+ "sources": [
472
+ {
473
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
474
+ "line": 35,
475
+ "character": 6,
476
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L35"
477
+ },
478
+ {
479
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
480
+ "line": 39,
481
+ "character": 6,
482
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L39"
483
+ }
484
+ ],
485
+ "getSignature": {
486
+ "id": 76,
487
+ "name": "navigationCollapsed",
488
+ "variant": "signature",
489
+ "kind": 524288,
490
+ "flags": {},
491
+ "sources": [
492
+ {
493
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
494
+ "line": 35,
495
+ "character": 2,
496
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L35"
497
+ }
498
+ ],
499
+ "type": {
500
+ "type": "intrinsic",
501
+ "name": "boolean"
502
+ }
503
+ },
504
+ "setSignature": {
505
+ "id": 77,
506
+ "name": "navigationCollapsed",
507
+ "variant": "signature",
508
+ "kind": 1048576,
509
+ "flags": {},
510
+ "sources": [
511
+ {
512
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
513
+ "line": 39,
514
+ "character": 2,
515
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L39"
516
+ }
517
+ ],
518
+ "parameters": [
519
+ {
520
+ "id": 78,
521
+ "name": "value",
522
+ "variant": "param",
523
+ "kind": 32768,
524
+ "flags": {},
525
+ "type": {
526
+ "type": "intrinsic",
527
+ "name": "boolean"
528
+ }
529
+ }
530
+ ],
531
+ "type": {
532
+ "type": "intrinsic",
533
+ "name": "void"
534
+ }
535
+ }
536
+ },
537
+ {
538
+ "id": 79,
539
+ "name": "navigationType",
540
+ "variant": "declaration",
541
+ "kind": 262144,
542
+ "flags": {},
543
+ "sources": [
544
+ {
545
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
546
+ "line": 43,
547
+ "character": 6,
548
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L43"
549
+ },
550
+ {
551
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
552
+ "line": 47,
553
+ "character": 6,
554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L47"
555
+ }
556
+ ],
557
+ "getSignature": {
558
+ "id": 80,
559
+ "name": "navigationType",
560
+ "variant": "signature",
561
+ "kind": 524288,
562
+ "flags": {},
563
+ "sources": [
564
+ {
565
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
566
+ "line": 43,
567
+ "character": 2,
568
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L43"
569
+ }
570
+ ],
571
+ "type": {
572
+ "type": "reference",
573
+ "target": 170,
574
+ "name": "WebAppNavigationType",
575
+ "package": "@xyo-network/react-app-settings"
576
+ }
577
+ },
578
+ "setSignature": {
579
+ "id": 81,
580
+ "name": "navigationType",
581
+ "variant": "signature",
582
+ "kind": 1048576,
583
+ "flags": {},
584
+ "sources": [
585
+ {
586
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
587
+ "line": 47,
588
+ "character": 2,
589
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L47"
590
+ }
591
+ ],
592
+ "parameters": [
593
+ {
594
+ "id": 82,
595
+ "name": "value",
596
+ "variant": "param",
597
+ "kind": 32768,
598
+ "flags": {},
599
+ "type": {
600
+ "type": "reference",
601
+ "target": 170,
602
+ "name": "WebAppNavigationType",
603
+ "package": "@xyo-network/react-app-settings"
604
+ }
605
+ }
606
+ ],
607
+ "type": {
608
+ "type": "intrinsic",
609
+ "name": "void"
610
+ }
611
+ }
612
+ },
613
+ {
614
+ "id": 83,
615
+ "name": "seedPhrase",
616
+ "variant": "declaration",
617
+ "kind": 262144,
618
+ "flags": {},
619
+ "sources": [
620
+ {
621
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
622
+ "line": 51,
623
+ "character": 6,
624
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L51"
625
+ },
626
+ {
627
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
628
+ "line": 55,
629
+ "character": 6,
630
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L55"
631
+ }
632
+ ],
633
+ "getSignature": {
634
+ "id": 84,
635
+ "name": "seedPhrase",
636
+ "variant": "signature",
637
+ "kind": 524288,
638
+ "flags": {},
639
+ "sources": [
640
+ {
641
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
642
+ "line": 51,
643
+ "character": 2,
644
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L51"
645
+ }
646
+ ],
647
+ "type": {
648
+ "type": "intrinsic",
649
+ "name": "string"
650
+ }
651
+ },
652
+ "setSignature": {
653
+ "id": 85,
654
+ "name": "seedPhrase",
655
+ "variant": "signature",
656
+ "kind": 1048576,
657
+ "flags": {},
658
+ "sources": [
659
+ {
660
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
661
+ "line": 55,
662
+ "character": 2,
663
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L55"
664
+ }
665
+ ],
666
+ "parameters": [
667
+ {
668
+ "id": 86,
669
+ "name": "value",
670
+ "variant": "param",
671
+ "kind": 32768,
672
+ "flags": {},
673
+ "type": {
674
+ "type": "intrinsic",
675
+ "name": "string"
676
+ }
677
+ }
678
+ ],
679
+ "type": {
680
+ "type": "intrinsic",
681
+ "name": "void"
682
+ }
683
+ }
684
+ },
685
+ {
686
+ "id": 87,
687
+ "name": "getBoolean",
688
+ "variant": "declaration",
689
+ "kind": 2048,
690
+ "flags": {
691
+ "isPublic": true
692
+ },
693
+ "sources": [
694
+ {
695
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
696
+ "line": 12,
697
+ "character": 9,
698
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
699
+ }
700
+ ],
701
+ "signatures": [
702
+ {
703
+ "id": 88,
704
+ "name": "getBoolean",
705
+ "variant": "signature",
706
+ "kind": 4096,
707
+ "flags": {},
708
+ "sources": [
709
+ {
710
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
711
+ "line": 12,
712
+ "character": 2,
713
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
714
+ }
715
+ ],
716
+ "parameters": [
717
+ {
718
+ "id": 89,
719
+ "name": "name",
720
+ "variant": "param",
721
+ "kind": 32768,
722
+ "flags": {},
723
+ "type": {
724
+ "type": "intrinsic",
725
+ "name": "string"
726
+ }
727
+ }
728
+ ],
729
+ "type": {
730
+ "type": "intrinsic",
731
+ "name": "boolean"
732
+ },
733
+ "inheritedFrom": {
734
+ "type": "reference",
735
+ "target": 132,
736
+ "name": "AppSettingsStorageBase.getBoolean"
737
+ }
738
+ }
739
+ ],
740
+ "inheritedFrom": {
741
+ "type": "reference",
742
+ "target": 131,
743
+ "name": "AppSettingsStorageBase.getBoolean"
744
+ }
745
+ },
746
+ {
747
+ "id": 90,
748
+ "name": "getNumber",
749
+ "variant": "declaration",
750
+ "kind": 2048,
751
+ "flags": {
752
+ "isPublic": true
753
+ },
754
+ "sources": [
755
+ {
756
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
757
+ "line": 23,
758
+ "character": 9,
759
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
760
+ }
761
+ ],
762
+ "signatures": [
763
+ {
764
+ "id": 91,
765
+ "name": "getNumber",
766
+ "variant": "signature",
767
+ "kind": 4096,
768
+ "flags": {},
769
+ "sources": [
770
+ {
771
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
772
+ "line": 23,
773
+ "character": 2,
774
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
775
+ }
776
+ ],
777
+ "parameters": [
778
+ {
779
+ "id": 92,
780
+ "name": "name",
781
+ "variant": "param",
782
+ "kind": 32768,
783
+ "flags": {},
784
+ "type": {
785
+ "type": "intrinsic",
786
+ "name": "string"
787
+ }
788
+ }
789
+ ],
790
+ "type": {
791
+ "type": "intrinsic",
792
+ "name": "number"
793
+ },
794
+ "inheritedFrom": {
795
+ "type": "reference",
796
+ "target": 135,
797
+ "name": "AppSettingsStorageBase.getNumber"
798
+ }
799
+ }
800
+ ],
801
+ "inheritedFrom": {
802
+ "type": "reference",
803
+ "target": 134,
804
+ "name": "AppSettingsStorageBase.getNumber"
805
+ }
806
+ },
807
+ {
808
+ "id": 93,
809
+ "name": "getObject",
810
+ "variant": "declaration",
811
+ "kind": 2048,
812
+ "flags": {
813
+ "isPublic": true
814
+ },
815
+ "sources": [
816
+ {
817
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
818
+ "line": 34,
819
+ "character": 9,
820
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L34"
821
+ }
822
+ ],
823
+ "signatures": [
824
+ {
825
+ "id": 94,
826
+ "name": "getObject",
827
+ "variant": "signature",
828
+ "kind": 4096,
829
+ "flags": {},
830
+ "sources": [
831
+ {
832
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
833
+ "line": 34,
834
+ "character": 2,
835
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L34"
836
+ }
837
+ ],
838
+ "typeParameter": [
839
+ {
840
+ "id": 95,
841
+ "name": "T",
842
+ "variant": "typeParam",
843
+ "kind": 131072,
844
+ "flags": {}
845
+ }
846
+ ],
847
+ "parameters": [
848
+ {
849
+ "id": 96,
850
+ "name": "name",
851
+ "variant": "param",
852
+ "kind": 32768,
853
+ "flags": {},
854
+ "type": {
855
+ "type": "intrinsic",
856
+ "name": "string"
857
+ }
858
+ }
859
+ ],
860
+ "type": {
861
+ "type": "reference",
862
+ "target": -1,
863
+ "name": "T",
864
+ "refersToTypeParameter": true
865
+ },
866
+ "inheritedFrom": {
867
+ "type": "reference",
868
+ "target": 138,
869
+ "name": "AppSettingsStorageBase.getObject"
870
+ }
871
+ }
872
+ ],
873
+ "inheritedFrom": {
874
+ "type": "reference",
875
+ "target": 137,
876
+ "name": "AppSettingsStorageBase.getObject"
877
+ }
878
+ },
879
+ {
880
+ "id": 97,
881
+ "name": "getString",
882
+ "variant": "declaration",
883
+ "kind": 2048,
884
+ "flags": {
885
+ "isPublic": true
886
+ },
887
+ "sources": [
888
+ {
889
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
890
+ "line": 44,
891
+ "character": 9,
892
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L44"
893
+ }
894
+ ],
895
+ "signatures": [
896
+ {
897
+ "id": 98,
898
+ "name": "getString",
899
+ "variant": "signature",
900
+ "kind": 4096,
901
+ "flags": {},
902
+ "sources": [
903
+ {
904
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
905
+ "line": 44,
906
+ "character": 2,
907
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L44"
908
+ }
909
+ ],
910
+ "parameters": [
911
+ {
912
+ "id": 99,
913
+ "name": "name",
914
+ "variant": "param",
915
+ "kind": 32768,
916
+ "flags": {},
917
+ "type": {
918
+ "type": "intrinsic",
919
+ "name": "string"
920
+ }
921
+ }
922
+ ],
923
+ "type": {
924
+ "type": "intrinsic",
925
+ "name": "string"
926
+ },
927
+ "inheritedFrom": {
928
+ "type": "reference",
929
+ "target": 142,
930
+ "name": "AppSettingsStorageBase.getString"
931
+ }
932
+ }
933
+ ],
934
+ "inheritedFrom": {
935
+ "type": "reference",
936
+ "target": 141,
937
+ "name": "AppSettingsStorageBase.getString"
938
+ }
939
+ },
940
+ {
941
+ "id": 100,
942
+ "name": "getStringArray",
943
+ "variant": "declaration",
944
+ "kind": 2048,
945
+ "flags": {
946
+ "isPublic": true
947
+ },
948
+ "sources": [
949
+ {
950
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
951
+ "line": 55,
952
+ "character": 9,
953
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L55"
954
+ }
955
+ ],
956
+ "signatures": [
957
+ {
958
+ "id": 101,
959
+ "name": "getStringArray",
960
+ "variant": "signature",
961
+ "kind": 4096,
962
+ "flags": {},
963
+ "sources": [
964
+ {
965
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
966
+ "line": 55,
967
+ "character": 2,
968
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L55"
969
+ }
970
+ ],
971
+ "parameters": [
972
+ {
973
+ "id": 102,
974
+ "name": "name",
975
+ "variant": "param",
976
+ "kind": 32768,
977
+ "flags": {},
978
+ "type": {
979
+ "type": "intrinsic",
980
+ "name": "string"
981
+ }
982
+ }
983
+ ],
984
+ "type": {
985
+ "type": "array",
986
+ "elementType": {
987
+ "type": "intrinsic",
988
+ "name": "string"
989
+ }
990
+ },
991
+ "inheritedFrom": {
992
+ "type": "reference",
993
+ "target": 145,
994
+ "name": "AppSettingsStorageBase.getStringArray"
995
+ }
996
+ }
997
+ ],
998
+ "inheritedFrom": {
999
+ "type": "reference",
1000
+ "target": 144,
1001
+ "name": "AppSettingsStorageBase.getStringArray"
1002
+ }
1003
+ },
1004
+ {
1005
+ "id": 103,
1006
+ "name": "setBoolean",
1007
+ "variant": "declaration",
1008
+ "kind": 2048,
1009
+ "flags": {
1010
+ "isPublic": true
1011
+ },
1012
+ "sources": [
1013
+ {
1014
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1015
+ "line": 66,
1016
+ "character": 9,
1017
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L66"
1018
+ }
1019
+ ],
1020
+ "signatures": [
1021
+ {
1022
+ "id": 104,
1023
+ "name": "setBoolean",
1024
+ "variant": "signature",
1025
+ "kind": 4096,
1026
+ "flags": {},
1027
+ "sources": [
1028
+ {
1029
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1030
+ "line": 66,
1031
+ "character": 2,
1032
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L66"
1033
+ }
1034
+ ],
1035
+ "parameters": [
1036
+ {
1037
+ "id": 105,
1038
+ "name": "name",
1039
+ "variant": "param",
1040
+ "kind": 32768,
1041
+ "flags": {},
1042
+ "type": {
1043
+ "type": "intrinsic",
1044
+ "name": "string"
1045
+ }
1046
+ },
1047
+ {
1048
+ "id": 106,
1049
+ "name": "value",
1050
+ "variant": "param",
1051
+ "kind": 32768,
1052
+ "flags": {},
1053
+ "type": {
1054
+ "type": "intrinsic",
1055
+ "name": "boolean"
1056
+ }
1057
+ }
1058
+ ],
1059
+ "type": {
1060
+ "type": "intrinsic",
1061
+ "name": "void"
1062
+ },
1063
+ "inheritedFrom": {
1064
+ "type": "reference",
1065
+ "target": 148,
1066
+ "name": "AppSettingsStorageBase.setBoolean"
1067
+ }
1068
+ }
1069
+ ],
1070
+ "inheritedFrom": {
1071
+ "type": "reference",
1072
+ "target": 147,
1073
+ "name": "AppSettingsStorageBase.setBoolean"
1074
+ }
1075
+ },
1076
+ {
1077
+ "id": 107,
1078
+ "name": "setNumber",
1079
+ "variant": "declaration",
1080
+ "kind": 2048,
1081
+ "flags": {
1082
+ "isPublic": true
1083
+ },
1084
+ "sources": [
1085
+ {
1086
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1087
+ "line": 70,
1088
+ "character": 9,
1089
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L70"
1090
+ }
1091
+ ],
1092
+ "signatures": [
1093
+ {
1094
+ "id": 108,
1095
+ "name": "setNumber",
1096
+ "variant": "signature",
1097
+ "kind": 4096,
1098
+ "flags": {},
1099
+ "sources": [
1100
+ {
1101
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1102
+ "line": 70,
1103
+ "character": 2,
1104
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L70"
1105
+ }
1106
+ ],
1107
+ "parameters": [
1108
+ {
1109
+ "id": 109,
1110
+ "name": "name",
1111
+ "variant": "param",
1112
+ "kind": 32768,
1113
+ "flags": {},
1114
+ "type": {
1115
+ "type": "intrinsic",
1116
+ "name": "string"
1117
+ }
1118
+ },
1119
+ {
1120
+ "id": 110,
1121
+ "name": "value",
1122
+ "variant": "param",
1123
+ "kind": 32768,
1124
+ "flags": {},
1125
+ "type": {
1126
+ "type": "intrinsic",
1127
+ "name": "number"
1128
+ }
1129
+ }
1130
+ ],
1131
+ "type": {
1132
+ "type": "intrinsic",
1133
+ "name": "void"
1134
+ },
1135
+ "inheritedFrom": {
1136
+ "type": "reference",
1137
+ "target": 152,
1138
+ "name": "AppSettingsStorageBase.setNumber"
1139
+ }
1140
+ }
1141
+ ],
1142
+ "inheritedFrom": {
1143
+ "type": "reference",
1144
+ "target": 151,
1145
+ "name": "AppSettingsStorageBase.setNumber"
1146
+ }
1147
+ },
1148
+ {
1149
+ "id": 111,
1150
+ "name": "setObject",
1151
+ "variant": "declaration",
1152
+ "kind": 2048,
1153
+ "flags": {
1154
+ "isPublic": true
1155
+ },
1156
+ "sources": [
1157
+ {
1158
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1159
+ "line": 74,
1160
+ "character": 9,
1161
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L74"
1162
+ }
1163
+ ],
1164
+ "signatures": [
1165
+ {
1166
+ "id": 112,
1167
+ "name": "setObject",
1168
+ "variant": "signature",
1169
+ "kind": 4096,
1170
+ "flags": {},
1171
+ "sources": [
1172
+ {
1173
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1174
+ "line": 74,
1175
+ "character": 2,
1176
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L74"
1177
+ }
1178
+ ],
1179
+ "typeParameter": [
1180
+ {
1181
+ "id": 113,
1182
+ "name": "T",
1183
+ "variant": "typeParam",
1184
+ "kind": 131072,
1185
+ "flags": {}
1186
+ }
1187
+ ],
1188
+ "parameters": [
1189
+ {
1190
+ "id": 114,
1191
+ "name": "name",
1192
+ "variant": "param",
1193
+ "kind": 32768,
1194
+ "flags": {},
1195
+ "type": {
1196
+ "type": "intrinsic",
1197
+ "name": "string"
1198
+ }
1199
+ },
1200
+ {
1201
+ "id": 115,
1202
+ "name": "value",
1203
+ "variant": "param",
1204
+ "kind": 32768,
1205
+ "flags": {},
1206
+ "type": {
1207
+ "type": "reference",
1208
+ "target": -1,
1209
+ "name": "T",
1210
+ "refersToTypeParameter": true
1211
+ }
1212
+ }
1213
+ ],
1214
+ "type": {
1215
+ "type": "intrinsic",
1216
+ "name": "void"
1217
+ },
1218
+ "inheritedFrom": {
1219
+ "type": "reference",
1220
+ "target": 156,
1221
+ "name": "AppSettingsStorageBase.setObject"
1222
+ }
1223
+ }
1224
+ ],
1225
+ "inheritedFrom": {
1226
+ "type": "reference",
1227
+ "target": 155,
1228
+ "name": "AppSettingsStorageBase.setObject"
1229
+ }
1230
+ },
1231
+ {
1232
+ "id": 116,
1233
+ "name": "setString",
1234
+ "variant": "declaration",
1235
+ "kind": 2048,
1236
+ "flags": {
1237
+ "isPublic": true
1238
+ },
1239
+ "sources": [
1240
+ {
1241
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1242
+ "line": 78,
1243
+ "character": 9,
1244
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L78"
1245
+ }
1246
+ ],
1247
+ "signatures": [
1248
+ {
1249
+ "id": 117,
1250
+ "name": "setString",
1251
+ "variant": "signature",
1252
+ "kind": 4096,
1253
+ "flags": {},
1254
+ "sources": [
1255
+ {
1256
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1257
+ "line": 78,
1258
+ "character": 2,
1259
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L78"
1260
+ }
1261
+ ],
1262
+ "parameters": [
1263
+ {
1264
+ "id": 118,
1265
+ "name": "name",
1266
+ "variant": "param",
1267
+ "kind": 32768,
1268
+ "flags": {},
1269
+ "type": {
1270
+ "type": "intrinsic",
1271
+ "name": "string"
1272
+ }
1273
+ },
1274
+ {
1275
+ "id": 119,
1276
+ "name": "value",
1277
+ "variant": "param",
1278
+ "kind": 32768,
1279
+ "flags": {},
1280
+ "type": {
1281
+ "type": "intrinsic",
1282
+ "name": "string"
1283
+ }
1284
+ }
1285
+ ],
1286
+ "type": {
1287
+ "type": "intrinsic",
1288
+ "name": "void"
1289
+ },
1290
+ "inheritedFrom": {
1291
+ "type": "reference",
1292
+ "target": 161,
1293
+ "name": "AppSettingsStorageBase.setString"
1294
+ }
1295
+ }
1296
+ ],
1297
+ "inheritedFrom": {
1298
+ "type": "reference",
1299
+ "target": 160,
1300
+ "name": "AppSettingsStorageBase.setString"
1301
+ }
1302
+ },
1303
+ {
1304
+ "id": 120,
1305
+ "name": "setStringArray",
1306
+ "variant": "declaration",
1307
+ "kind": 2048,
1308
+ "flags": {
1309
+ "isPublic": true
1310
+ },
1311
+ "sources": [
1312
+ {
1313
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1314
+ "line": 82,
1315
+ "character": 9,
1316
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
1317
+ }
1318
+ ],
1319
+ "signatures": [
1320
+ {
1321
+ "id": 121,
1322
+ "name": "setStringArray",
1323
+ "variant": "signature",
1324
+ "kind": 4096,
1325
+ "flags": {},
1326
+ "sources": [
1327
+ {
1328
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1329
+ "line": 82,
1330
+ "character": 2,
1331
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
1332
+ }
1333
+ ],
1334
+ "parameters": [
1335
+ {
1336
+ "id": 122,
1337
+ "name": "name",
1338
+ "variant": "param",
1339
+ "kind": 32768,
1340
+ "flags": {},
1341
+ "type": {
1342
+ "type": "intrinsic",
1343
+ "name": "string"
1344
+ }
1345
+ },
1346
+ {
1347
+ "id": 123,
1348
+ "name": "value",
1349
+ "variant": "param",
1350
+ "kind": 32768,
1351
+ "flags": {},
1352
+ "type": {
1353
+ "type": "array",
1354
+ "elementType": {
1355
+ "type": "intrinsic",
1356
+ "name": "string"
1357
+ }
1358
+ }
1359
+ }
1360
+ ],
1361
+ "type": {
1362
+ "type": "intrinsic",
1363
+ "name": "void"
1364
+ },
1365
+ "inheritedFrom": {
1366
+ "type": "reference",
1367
+ "target": 165,
1368
+ "name": "AppSettingsStorageBase.setStringArray"
1369
+ }
1370
+ }
1371
+ ],
1372
+ "inheritedFrom": {
1373
+ "type": "reference",
1374
+ "target": 164,
1375
+ "name": "AppSettingsStorageBase.setStringArray"
1376
+ }
1377
+ }
1378
+ ],
1379
+ "groups": [
1380
+ {
1381
+ "title": "Constructors",
1382
+ "children": [
1383
+ 59
1384
+ ]
1385
+ },
1386
+ {
1387
+ "title": "Accessors",
1388
+ "children": [
1389
+ 63,
1390
+ 67,
1391
+ 71,
1392
+ 75,
1393
+ 79,
1394
+ 83
1395
+ ]
1396
+ },
1397
+ {
1398
+ "title": "Methods",
1399
+ "children": [
1400
+ 87,
1401
+ 90,
1402
+ 93,
1403
+ 97,
1404
+ 100,
1405
+ 103,
1406
+ 107,
1407
+ 111,
1408
+ 116,
1409
+ 120
1410
+ ]
1411
+ }
1412
+ ],
1413
+ "sources": [
1414
+ {
1415
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts",
1416
+ "line": 6,
1417
+ "character": 13,
1418
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Storage.ts#L6"
1419
+ }
1420
+ ],
1421
+ "extendedTypes": [
1422
+ {
1423
+ "type": "reference",
1424
+ "target": 124,
1425
+ "name": "AppSettingsStorageBase",
1426
+ "package": "@xyo-network/react-app-settings"
1427
+ }
1428
+ ]
1429
+ },
1430
+ {
1431
+ "id": 124,
1432
+ "name": "AppSettingsStorageBase",
1433
+ "variant": "declaration",
1434
+ "kind": 128,
1435
+ "flags": {},
1436
+ "children": [
1437
+ {
1438
+ "id": 125,
1439
+ "name": "constructor",
1440
+ "variant": "declaration",
1441
+ "kind": 512,
1442
+ "flags": {},
1443
+ "sources": [
1444
+ {
1445
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1446
+ "line": 7,
1447
+ "character": 2,
1448
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L7"
1449
+ }
1450
+ ],
1451
+ "signatures": [
1452
+ {
1453
+ "id": 126,
1454
+ "name": "new AppSettingsStorageBase",
1455
+ "variant": "signature",
1456
+ "kind": 16384,
1457
+ "flags": {},
1458
+ "sources": [
1459
+ {
1460
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1461
+ "line": 7,
1462
+ "character": 2,
1463
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L7"
1464
+ }
1465
+ ],
1466
+ "parameters": [
1467
+ {
1468
+ "id": 127,
1469
+ "name": "prefix",
1470
+ "variant": "param",
1471
+ "kind": 32768,
1472
+ "flags": {},
1473
+ "type": {
1474
+ "type": "intrinsic",
1475
+ "name": "string"
1476
+ },
1477
+ "defaultValue": "'AppSettings'"
1478
+ },
1479
+ {
1480
+ "id": 128,
1481
+ "name": "defaults",
1482
+ "variant": "param",
1483
+ "kind": 32768,
1484
+ "flags": {
1485
+ "isOptional": true
1486
+ },
1487
+ "type": {
1488
+ "type": "reference",
1489
+ "target": {
1490
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1491
+ "qualifiedName": "Record"
1492
+ },
1493
+ "typeArguments": [
1494
+ {
1495
+ "type": "intrinsic",
1496
+ "name": "string"
1497
+ },
1498
+ {
1499
+ "type": "intrinsic",
1500
+ "name": "unknown"
1501
+ }
1502
+ ],
1503
+ "name": "Record",
1504
+ "package": "typescript"
1505
+ }
1506
+ }
1507
+ ],
1508
+ "type": {
1509
+ "type": "reference",
1510
+ "target": 124,
1511
+ "name": "AppSettingsStorageBase",
1512
+ "package": "@xyo-network/react-app-settings"
1513
+ }
1514
+ }
1515
+ ]
1516
+ },
1517
+ {
1518
+ "id": 129,
1519
+ "name": "defaults",
1520
+ "variant": "declaration",
1521
+ "kind": 1024,
1522
+ "flags": {
1523
+ "isPrivate": true
1524
+ },
1525
+ "sources": [
1526
+ {
1527
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1528
+ "line": 5,
1529
+ "character": 10,
1530
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L5"
1531
+ }
1532
+ ],
1533
+ "type": {
1534
+ "type": "reference",
1535
+ "target": {
1536
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1537
+ "qualifiedName": "Record"
1538
+ },
1539
+ "typeArguments": [
1540
+ {
1541
+ "type": "intrinsic",
1542
+ "name": "string"
1543
+ },
1544
+ {
1545
+ "type": "intrinsic",
1546
+ "name": "unknown"
1547
+ }
1548
+ ],
1549
+ "name": "Record",
1550
+ "package": "typescript"
1551
+ }
1552
+ },
1553
+ {
1554
+ "id": 130,
1555
+ "name": "prefix",
1556
+ "variant": "declaration",
1557
+ "kind": 1024,
1558
+ "flags": {
1559
+ "isPrivate": true
1560
+ },
1561
+ "sources": [
1562
+ {
1563
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1564
+ "line": 6,
1565
+ "character": 10,
1566
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L6"
1567
+ }
1568
+ ],
1569
+ "type": {
1570
+ "type": "intrinsic",
1571
+ "name": "string"
1572
+ }
1573
+ },
1574
+ {
1575
+ "id": 131,
1576
+ "name": "getBoolean",
1577
+ "variant": "declaration",
1578
+ "kind": 2048,
1579
+ "flags": {
1580
+ "isPublic": true
1581
+ },
1582
+ "sources": [
1583
+ {
1584
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1585
+ "line": 12,
1586
+ "character": 9,
1587
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
1588
+ }
1589
+ ],
1590
+ "signatures": [
1591
+ {
1592
+ "id": 132,
1593
+ "name": "getBoolean",
1594
+ "variant": "signature",
1595
+ "kind": 4096,
1596
+ "flags": {},
1597
+ "sources": [
1598
+ {
1599
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1600
+ "line": 12,
1601
+ "character": 2,
1602
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L12"
1603
+ }
1604
+ ],
1605
+ "parameters": [
1606
+ {
1607
+ "id": 133,
1608
+ "name": "name",
1609
+ "variant": "param",
1610
+ "kind": 32768,
1611
+ "flags": {},
1612
+ "type": {
1613
+ "type": "intrinsic",
1614
+ "name": "string"
1615
+ }
1616
+ }
1617
+ ],
1618
+ "type": {
1619
+ "type": "intrinsic",
1620
+ "name": "boolean"
1621
+ }
1622
+ }
1623
+ ]
1624
+ },
1625
+ {
1626
+ "id": 134,
1627
+ "name": "getNumber",
1628
+ "variant": "declaration",
1629
+ "kind": 2048,
1630
+ "flags": {
1631
+ "isPublic": true
1632
+ },
1633
+ "sources": [
1634
+ {
1635
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1636
+ "line": 23,
1637
+ "character": 9,
1638
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
1639
+ }
1640
+ ],
1641
+ "signatures": [
1642
+ {
1643
+ "id": 135,
1644
+ "name": "getNumber",
1645
+ "variant": "signature",
1646
+ "kind": 4096,
1647
+ "flags": {},
1648
+ "sources": [
1649
+ {
1650
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1651
+ "line": 23,
1652
+ "character": 2,
1653
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L23"
1654
+ }
1655
+ ],
1656
+ "parameters": [
1657
+ {
1658
+ "id": 136,
1659
+ "name": "name",
1660
+ "variant": "param",
1661
+ "kind": 32768,
1662
+ "flags": {},
1663
+ "type": {
1664
+ "type": "intrinsic",
1665
+ "name": "string"
1666
+ }
1667
+ }
1668
+ ],
1669
+ "type": {
1670
+ "type": "intrinsic",
1671
+ "name": "number"
1672
+ }
1673
+ }
1674
+ ]
1675
+ },
1676
+ {
1677
+ "id": 137,
1678
+ "name": "getObject",
1679
+ "variant": "declaration",
1680
+ "kind": 2048,
1681
+ "flags": {
1682
+ "isPublic": true
1683
+ },
1684
+ "sources": [
1685
+ {
1686
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1687
+ "line": 34,
1688
+ "character": 9,
1689
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L34"
1690
+ }
1691
+ ],
1692
+ "signatures": [
1693
+ {
1694
+ "id": 138,
1695
+ "name": "getObject",
1696
+ "variant": "signature",
1697
+ "kind": 4096,
1698
+ "flags": {},
1699
+ "sources": [
1700
+ {
1701
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1702
+ "line": 34,
1703
+ "character": 2,
1704
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L34"
1705
+ }
1706
+ ],
1707
+ "typeParameter": [
1708
+ {
1709
+ "id": 139,
1710
+ "name": "T",
1711
+ "variant": "typeParam",
1712
+ "kind": 131072,
1713
+ "flags": {}
1714
+ }
1715
+ ],
1716
+ "parameters": [
1717
+ {
1718
+ "id": 140,
1719
+ "name": "name",
1720
+ "variant": "param",
1721
+ "kind": 32768,
1722
+ "flags": {},
1723
+ "type": {
1724
+ "type": "intrinsic",
1725
+ "name": "string"
1726
+ }
1727
+ }
1728
+ ],
1729
+ "type": {
1730
+ "type": "reference",
1731
+ "target": -1,
1732
+ "name": "T",
1733
+ "refersToTypeParameter": true
1734
+ }
1735
+ }
1736
+ ]
1737
+ },
1738
+ {
1739
+ "id": 141,
1740
+ "name": "getString",
1741
+ "variant": "declaration",
1742
+ "kind": 2048,
1743
+ "flags": {
1744
+ "isPublic": true
1745
+ },
1746
+ "sources": [
1747
+ {
1748
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1749
+ "line": 44,
1750
+ "character": 9,
1751
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L44"
1752
+ }
1753
+ ],
1754
+ "signatures": [
1755
+ {
1756
+ "id": 142,
1757
+ "name": "getString",
1758
+ "variant": "signature",
1759
+ "kind": 4096,
1760
+ "flags": {},
1761
+ "sources": [
1762
+ {
1763
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1764
+ "line": 44,
1765
+ "character": 2,
1766
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L44"
1767
+ }
1768
+ ],
1769
+ "parameters": [
1770
+ {
1771
+ "id": 143,
1772
+ "name": "name",
1773
+ "variant": "param",
1774
+ "kind": 32768,
1775
+ "flags": {},
1776
+ "type": {
1777
+ "type": "intrinsic",
1778
+ "name": "string"
1779
+ }
1780
+ }
1781
+ ],
1782
+ "type": {
1783
+ "type": "intrinsic",
1784
+ "name": "string"
1785
+ }
1786
+ }
1787
+ ]
1788
+ },
1789
+ {
1790
+ "id": 144,
1791
+ "name": "getStringArray",
1792
+ "variant": "declaration",
1793
+ "kind": 2048,
1794
+ "flags": {
1795
+ "isPublic": true
1796
+ },
1797
+ "sources": [
1798
+ {
1799
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1800
+ "line": 55,
1801
+ "character": 9,
1802
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L55"
1803
+ }
1804
+ ],
1805
+ "signatures": [
1806
+ {
1807
+ "id": 145,
1808
+ "name": "getStringArray",
1809
+ "variant": "signature",
1810
+ "kind": 4096,
1811
+ "flags": {},
1812
+ "sources": [
1813
+ {
1814
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1815
+ "line": 55,
1816
+ "character": 2,
1817
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L55"
1818
+ }
1819
+ ],
1820
+ "parameters": [
1821
+ {
1822
+ "id": 146,
1823
+ "name": "name",
1824
+ "variant": "param",
1825
+ "kind": 32768,
1826
+ "flags": {},
1827
+ "type": {
1828
+ "type": "intrinsic",
1829
+ "name": "string"
1830
+ }
1831
+ }
1832
+ ],
1833
+ "type": {
1834
+ "type": "array",
1835
+ "elementType": {
1836
+ "type": "intrinsic",
1837
+ "name": "string"
1838
+ }
1839
+ }
1840
+ }
1841
+ ]
1842
+ },
1843
+ {
1844
+ "id": 147,
1845
+ "name": "setBoolean",
1846
+ "variant": "declaration",
1847
+ "kind": 2048,
1848
+ "flags": {
1849
+ "isPublic": true
1850
+ },
1851
+ "sources": [
1852
+ {
1853
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1854
+ "line": 66,
1855
+ "character": 9,
1856
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L66"
1857
+ }
1858
+ ],
1859
+ "signatures": [
1860
+ {
1861
+ "id": 148,
1862
+ "name": "setBoolean",
1863
+ "variant": "signature",
1864
+ "kind": 4096,
1865
+ "flags": {},
1866
+ "sources": [
1867
+ {
1868
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1869
+ "line": 66,
1870
+ "character": 2,
1871
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L66"
1872
+ }
1873
+ ],
1874
+ "parameters": [
1875
+ {
1876
+ "id": 149,
1877
+ "name": "name",
1878
+ "variant": "param",
1879
+ "kind": 32768,
1880
+ "flags": {},
1881
+ "type": {
1882
+ "type": "intrinsic",
1883
+ "name": "string"
1884
+ }
1885
+ },
1886
+ {
1887
+ "id": 150,
1888
+ "name": "value",
1889
+ "variant": "param",
1890
+ "kind": 32768,
1891
+ "flags": {},
1892
+ "type": {
1893
+ "type": "intrinsic",
1894
+ "name": "boolean"
1895
+ }
1896
+ }
1897
+ ],
1898
+ "type": {
1899
+ "type": "intrinsic",
1900
+ "name": "void"
1901
+ }
1902
+ }
1903
+ ]
1904
+ },
1905
+ {
1906
+ "id": 151,
1907
+ "name": "setNumber",
1908
+ "variant": "declaration",
1909
+ "kind": 2048,
1910
+ "flags": {
1911
+ "isPublic": true
1912
+ },
1913
+ "sources": [
1914
+ {
1915
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1916
+ "line": 70,
1917
+ "character": 9,
1918
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L70"
1919
+ }
1920
+ ],
1921
+ "signatures": [
1922
+ {
1923
+ "id": 152,
1924
+ "name": "setNumber",
1925
+ "variant": "signature",
1926
+ "kind": 4096,
1927
+ "flags": {},
1928
+ "sources": [
1929
+ {
1930
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1931
+ "line": 70,
1932
+ "character": 2,
1933
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L70"
1934
+ }
1935
+ ],
1936
+ "parameters": [
1937
+ {
1938
+ "id": 153,
1939
+ "name": "name",
1940
+ "variant": "param",
1941
+ "kind": 32768,
1942
+ "flags": {},
1943
+ "type": {
1944
+ "type": "intrinsic",
1945
+ "name": "string"
1946
+ }
1947
+ },
1948
+ {
1949
+ "id": 154,
1950
+ "name": "value",
1951
+ "variant": "param",
1952
+ "kind": 32768,
1953
+ "flags": {},
1954
+ "type": {
1955
+ "type": "intrinsic",
1956
+ "name": "number"
1957
+ }
1958
+ }
1959
+ ],
1960
+ "type": {
1961
+ "type": "intrinsic",
1962
+ "name": "void"
1963
+ }
1964
+ }
1965
+ ]
1966
+ },
1967
+ {
1968
+ "id": 155,
1969
+ "name": "setObject",
1970
+ "variant": "declaration",
1971
+ "kind": 2048,
1972
+ "flags": {
1973
+ "isPublic": true
1974
+ },
1975
+ "sources": [
1976
+ {
1977
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1978
+ "line": 74,
1979
+ "character": 9,
1980
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L74"
1981
+ }
1982
+ ],
1983
+ "signatures": [
1984
+ {
1985
+ "id": 156,
1986
+ "name": "setObject",
1987
+ "variant": "signature",
1988
+ "kind": 4096,
1989
+ "flags": {},
1990
+ "sources": [
1991
+ {
1992
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
1993
+ "line": 74,
1994
+ "character": 2,
1995
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L74"
1996
+ }
1997
+ ],
1998
+ "typeParameter": [
1999
+ {
2000
+ "id": 157,
2001
+ "name": "T",
2002
+ "variant": "typeParam",
2003
+ "kind": 131072,
2004
+ "flags": {}
2005
+ }
2006
+ ],
2007
+ "parameters": [
2008
+ {
2009
+ "id": 158,
2010
+ "name": "name",
2011
+ "variant": "param",
2012
+ "kind": 32768,
2013
+ "flags": {},
2014
+ "type": {
2015
+ "type": "intrinsic",
2016
+ "name": "string"
2017
+ }
2018
+ },
2019
+ {
2020
+ "id": 159,
2021
+ "name": "value",
2022
+ "variant": "param",
2023
+ "kind": 32768,
2024
+ "flags": {},
2025
+ "type": {
2026
+ "type": "reference",
2027
+ "target": -1,
2028
+ "name": "T",
2029
+ "refersToTypeParameter": true
2030
+ }
2031
+ }
2032
+ ],
2033
+ "type": {
2034
+ "type": "intrinsic",
2035
+ "name": "void"
2036
+ }
2037
+ }
2038
+ ]
2039
+ },
2040
+ {
2041
+ "id": 160,
2042
+ "name": "setString",
2043
+ "variant": "declaration",
2044
+ "kind": 2048,
2045
+ "flags": {
2046
+ "isPublic": true
2047
+ },
2048
+ "sources": [
2049
+ {
2050
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
2051
+ "line": 78,
2052
+ "character": 9,
2053
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L78"
2054
+ }
2055
+ ],
2056
+ "signatures": [
2057
+ {
2058
+ "id": 161,
2059
+ "name": "setString",
2060
+ "variant": "signature",
2061
+ "kind": 4096,
2062
+ "flags": {},
2063
+ "sources": [
2064
+ {
2065
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
2066
+ "line": 78,
2067
+ "character": 2,
2068
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L78"
2069
+ }
2070
+ ],
2071
+ "parameters": [
2072
+ {
2073
+ "id": 162,
2074
+ "name": "name",
2075
+ "variant": "param",
2076
+ "kind": 32768,
2077
+ "flags": {},
2078
+ "type": {
2079
+ "type": "intrinsic",
2080
+ "name": "string"
2081
+ }
2082
+ },
2083
+ {
2084
+ "id": 163,
2085
+ "name": "value",
2086
+ "variant": "param",
2087
+ "kind": 32768,
2088
+ "flags": {},
2089
+ "type": {
2090
+ "type": "intrinsic",
2091
+ "name": "string"
2092
+ }
2093
+ }
2094
+ ],
2095
+ "type": {
2096
+ "type": "intrinsic",
2097
+ "name": "void"
2098
+ }
2099
+ }
2100
+ ]
2101
+ },
2102
+ {
2103
+ "id": 164,
2104
+ "name": "setStringArray",
2105
+ "variant": "declaration",
2106
+ "kind": 2048,
2107
+ "flags": {
2108
+ "isPublic": true
2109
+ },
2110
+ "sources": [
2111
+ {
2112
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
2113
+ "line": 82,
2114
+ "character": 9,
2115
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
2116
+ }
2117
+ ],
2118
+ "signatures": [
2119
+ {
2120
+ "id": 165,
2121
+ "name": "setStringArray",
2122
+ "variant": "signature",
2123
+ "kind": 4096,
2124
+ "flags": {},
2125
+ "sources": [
2126
+ {
2127
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
2128
+ "line": 82,
2129
+ "character": 2,
2130
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L82"
2131
+ }
2132
+ ],
2133
+ "parameters": [
2134
+ {
2135
+ "id": 166,
2136
+ "name": "name",
2137
+ "variant": "param",
2138
+ "kind": 32768,
2139
+ "flags": {},
2140
+ "type": {
2141
+ "type": "intrinsic",
2142
+ "name": "string"
2143
+ }
2144
+ },
2145
+ {
2146
+ "id": 167,
2147
+ "name": "value",
2148
+ "variant": "param",
2149
+ "kind": 32768,
2150
+ "flags": {},
2151
+ "type": {
2152
+ "type": "array",
2153
+ "elementType": {
2154
+ "type": "intrinsic",
2155
+ "name": "string"
2156
+ }
2157
+ }
2158
+ }
2159
+ ],
2160
+ "type": {
2161
+ "type": "intrinsic",
2162
+ "name": "void"
2163
+ }
2164
+ }
2165
+ ]
2166
+ }
2167
+ ],
2168
+ "groups": [
2169
+ {
2170
+ "title": "Constructors",
2171
+ "children": [
2172
+ 125
2173
+ ]
2174
+ },
2175
+ {
2176
+ "title": "Properties",
2177
+ "children": [
2178
+ 129,
2179
+ 130
2180
+ ]
2181
+ },
2182
+ {
2183
+ "title": "Methods",
2184
+ "children": [
2185
+ 131,
2186
+ 134,
2187
+ 137,
2188
+ 141,
2189
+ 144,
2190
+ 147,
2191
+ 151,
2192
+ 155,
2193
+ 160,
2194
+ 164
2195
+ ]
2196
+ }
2197
+ ],
2198
+ "sources": [
2199
+ {
2200
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts",
2201
+ "line": 4,
2202
+ "character": 13,
2203
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/StorageBase.ts#L4"
2204
+ }
2205
+ ],
2206
+ "extendedBy": [
2207
+ {
2208
+ "type": "reference",
2209
+ "target": 58,
2210
+ "name": "AppSettingsStorage"
2211
+ }
2212
+ ]
2213
+ },
2214
+ {
2215
+ "id": 12,
2216
+ "name": "AppSettingsContextProps",
2217
+ "variant": "declaration",
2218
+ "kind": 256,
2219
+ "flags": {},
2220
+ "children": [
2221
+ {
2222
+ "id": 13,
2223
+ "name": "changeMaxAccounts",
2224
+ "variant": "declaration",
2225
+ "kind": 1024,
2226
+ "flags": {
2227
+ "isOptional": true
2228
+ },
2229
+ "sources": [
2230
+ {
2231
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2232
+ "line": 7,
2233
+ "character": 2,
2234
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L7"
2235
+ }
2236
+ ],
2237
+ "type": {
2238
+ "type": "reflection",
2239
+ "declaration": {
2240
+ "id": 14,
2241
+ "name": "__type",
2242
+ "variant": "declaration",
2243
+ "kind": 65536,
2244
+ "flags": {},
2245
+ "sources": [
2246
+ {
2247
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2248
+ "line": 7,
2249
+ "character": 22,
2250
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L7"
2251
+ }
2252
+ ],
2253
+ "signatures": [
2254
+ {
2255
+ "id": 15,
2256
+ "name": "__type",
2257
+ "variant": "signature",
2258
+ "kind": 4096,
2259
+ "flags": {},
2260
+ "sources": [
2261
+ {
2262
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2263
+ "line": 7,
2264
+ "character": 22,
2265
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L7"
2266
+ }
2267
+ ],
2268
+ "parameters": [
2269
+ {
2270
+ "id": 16,
2271
+ "name": "value",
2272
+ "variant": "param",
2273
+ "kind": 32768,
2274
+ "flags": {},
2275
+ "type": {
2276
+ "type": "intrinsic",
2277
+ "name": "number"
2278
+ }
2279
+ }
2280
+ ],
2281
+ "type": {
2282
+ "type": "intrinsic",
2283
+ "name": "void"
2284
+ }
2285
+ }
2286
+ ]
2287
+ }
2288
+ }
2289
+ },
2290
+ {
2291
+ "id": 17,
2292
+ "name": "changeNavigationCollapsed",
2293
+ "variant": "declaration",
2294
+ "kind": 1024,
2295
+ "flags": {
2296
+ "isOptional": true
2297
+ },
2298
+ "sources": [
2299
+ {
2300
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2301
+ "line": 8,
2302
+ "character": 2,
2303
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L8"
2304
+ }
2305
+ ],
2306
+ "type": {
2307
+ "type": "reflection",
2308
+ "declaration": {
2309
+ "id": 18,
2310
+ "name": "__type",
2311
+ "variant": "declaration",
2312
+ "kind": 65536,
2313
+ "flags": {},
2314
+ "sources": [
2315
+ {
2316
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2317
+ "line": 8,
2318
+ "character": 30,
2319
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L8"
2320
+ }
2321
+ ],
2322
+ "signatures": [
2323
+ {
2324
+ "id": 19,
2325
+ "name": "__type",
2326
+ "variant": "signature",
2327
+ "kind": 4096,
2328
+ "flags": {},
2329
+ "sources": [
2330
+ {
2331
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2332
+ "line": 8,
2333
+ "character": 30,
2334
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L8"
2335
+ }
2336
+ ],
2337
+ "parameters": [
2338
+ {
2339
+ "id": 20,
2340
+ "name": "value",
2341
+ "variant": "param",
2342
+ "kind": 32768,
2343
+ "flags": {},
2344
+ "type": {
2345
+ "type": "intrinsic",
2346
+ "name": "boolean"
2347
+ }
2348
+ }
2349
+ ],
2350
+ "type": {
2351
+ "type": "intrinsic",
2352
+ "name": "void"
2353
+ }
2354
+ }
2355
+ ]
2356
+ }
2357
+ }
2358
+ },
2359
+ {
2360
+ "id": 21,
2361
+ "name": "changeNavigationType",
2362
+ "variant": "declaration",
2363
+ "kind": 1024,
2364
+ "flags": {
2365
+ "isOptional": true
2366
+ },
2367
+ "sources": [
2368
+ {
2369
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2370
+ "line": 9,
2371
+ "character": 2,
2372
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L9"
2373
+ }
2374
+ ],
2375
+ "type": {
2376
+ "type": "reflection",
2377
+ "declaration": {
2378
+ "id": 22,
2379
+ "name": "__type",
2380
+ "variant": "declaration",
2381
+ "kind": 65536,
2382
+ "flags": {},
2383
+ "sources": [
2384
+ {
2385
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2386
+ "line": 9,
2387
+ "character": 25,
2388
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L9"
2389
+ }
2390
+ ],
2391
+ "signatures": [
2392
+ {
2393
+ "id": 23,
2394
+ "name": "__type",
2395
+ "variant": "signature",
2396
+ "kind": 4096,
2397
+ "flags": {},
2398
+ "sources": [
2399
+ {
2400
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2401
+ "line": 9,
2402
+ "character": 25,
2403
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L9"
2404
+ }
2405
+ ],
2406
+ "parameters": [
2407
+ {
2408
+ "id": 24,
2409
+ "name": "value",
2410
+ "variant": "param",
2411
+ "kind": 32768,
2412
+ "flags": {},
2413
+ "type": {
2414
+ "type": "reference",
2415
+ "target": 170,
2416
+ "name": "WebAppNavigationType",
2417
+ "package": "@xyo-network/react-app-settings"
2418
+ }
2419
+ }
2420
+ ],
2421
+ "type": {
2422
+ "type": "intrinsic",
2423
+ "name": "void"
2424
+ }
2425
+ }
2426
+ ]
2427
+ }
2428
+ }
2429
+ },
2430
+ {
2431
+ "id": 25,
2432
+ "name": "changeSeedPhrase",
2433
+ "variant": "declaration",
2434
+ "kind": 1024,
2435
+ "flags": {
2436
+ "isOptional": true
2437
+ },
2438
+ "sources": [
2439
+ {
2440
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2441
+ "line": 10,
2442
+ "character": 2,
2443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L10"
2444
+ }
2445
+ ],
2446
+ "type": {
2447
+ "type": "reflection",
2448
+ "declaration": {
2449
+ "id": 26,
2450
+ "name": "__type",
2451
+ "variant": "declaration",
2452
+ "kind": 65536,
2453
+ "flags": {},
2454
+ "sources": [
2455
+ {
2456
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2457
+ "line": 10,
2458
+ "character": 21,
2459
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L10"
2460
+ }
2461
+ ],
2462
+ "signatures": [
2463
+ {
2464
+ "id": 27,
2465
+ "name": "__type",
2466
+ "variant": "signature",
2467
+ "kind": 4096,
2468
+ "flags": {},
2469
+ "sources": [
2470
+ {
2471
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2472
+ "line": 10,
2473
+ "character": 21,
2474
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L10"
2475
+ }
2476
+ ],
2477
+ "parameters": [
2478
+ {
2479
+ "id": 28,
2480
+ "name": "value",
2481
+ "variant": "param",
2482
+ "kind": 32768,
2483
+ "flags": {},
2484
+ "type": {
2485
+ "type": "intrinsic",
2486
+ "name": "string"
2487
+ }
2488
+ }
2489
+ ],
2490
+ "type": {
2491
+ "type": "intrinsic",
2492
+ "name": "void"
2493
+ }
2494
+ }
2495
+ ]
2496
+ }
2497
+ }
2498
+ },
2499
+ {
2500
+ "id": 29,
2501
+ "name": "darkMode",
2502
+ "variant": "declaration",
2503
+ "kind": 1024,
2504
+ "flags": {
2505
+ "isOptional": true
2506
+ },
2507
+ "sources": [
2508
+ {
2509
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2510
+ "line": 11,
2511
+ "character": 2,
2512
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L11"
2513
+ }
2514
+ ],
2515
+ "type": {
2516
+ "type": "intrinsic",
2517
+ "name": "boolean"
2518
+ }
2519
+ },
2520
+ {
2521
+ "id": 30,
2522
+ "name": "developerMode",
2523
+ "variant": "declaration",
2524
+ "kind": 1024,
2525
+ "flags": {
2526
+ "isOptional": true
2527
+ },
2528
+ "sources": [
2529
+ {
2530
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2531
+ "line": 12,
2532
+ "character": 2,
2533
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L12"
2534
+ }
2535
+ ],
2536
+ "type": {
2537
+ "type": "intrinsic",
2538
+ "name": "boolean"
2539
+ }
2540
+ },
2541
+ {
2542
+ "id": 31,
2543
+ "name": "enableDarkMode",
2544
+ "variant": "declaration",
2545
+ "kind": 1024,
2546
+ "flags": {
2547
+ "isOptional": true
2548
+ },
2549
+ "sources": [
2550
+ {
2551
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2552
+ "line": 13,
2553
+ "character": 2,
2554
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L13"
2555
+ }
2556
+ ],
2557
+ "type": {
2558
+ "type": "reflection",
2559
+ "declaration": {
2560
+ "id": 32,
2561
+ "name": "__type",
2562
+ "variant": "declaration",
2563
+ "kind": 65536,
2564
+ "flags": {},
2565
+ "sources": [
2566
+ {
2567
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2568
+ "line": 13,
2569
+ "character": 19,
2570
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L13"
2571
+ }
2572
+ ],
2573
+ "signatures": [
2574
+ {
2575
+ "id": 33,
2576
+ "name": "__type",
2577
+ "variant": "signature",
2578
+ "kind": 4096,
2579
+ "flags": {},
2580
+ "sources": [
2581
+ {
2582
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2583
+ "line": 13,
2584
+ "character": 19,
2585
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L13"
2586
+ }
2587
+ ],
2588
+ "parameters": [
2589
+ {
2590
+ "id": 34,
2591
+ "name": "value",
2592
+ "variant": "param",
2593
+ "kind": 32768,
2594
+ "flags": {},
2595
+ "type": {
2596
+ "type": "intrinsic",
2597
+ "name": "boolean"
2598
+ }
2599
+ }
2600
+ ],
2601
+ "type": {
2602
+ "type": "intrinsic",
2603
+ "name": "void"
2604
+ }
2605
+ }
2606
+ ]
2607
+ }
2608
+ }
2609
+ },
2610
+ {
2611
+ "id": 35,
2612
+ "name": "enableDeveloperMode",
2613
+ "variant": "declaration",
2614
+ "kind": 1024,
2615
+ "flags": {
2616
+ "isOptional": true
2617
+ },
2618
+ "sources": [
2619
+ {
2620
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2621
+ "line": 14,
2622
+ "character": 2,
2623
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L14"
2624
+ }
2625
+ ],
2626
+ "type": {
2627
+ "type": "reflection",
2628
+ "declaration": {
2629
+ "id": 36,
2630
+ "name": "__type",
2631
+ "variant": "declaration",
2632
+ "kind": 65536,
2633
+ "flags": {},
2634
+ "sources": [
2635
+ {
2636
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2637
+ "line": 14,
2638
+ "character": 24,
2639
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L14"
2640
+ }
2641
+ ],
2642
+ "signatures": [
2643
+ {
2644
+ "id": 37,
2645
+ "name": "__type",
2646
+ "variant": "signature",
2647
+ "kind": 4096,
2648
+ "flags": {},
2649
+ "sources": [
2650
+ {
2651
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2652
+ "line": 14,
2653
+ "character": 24,
2654
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L14"
2655
+ }
2656
+ ],
2657
+ "parameters": [
2658
+ {
2659
+ "id": 38,
2660
+ "name": "value",
2661
+ "variant": "param",
2662
+ "kind": 32768,
2663
+ "flags": {},
2664
+ "type": {
2665
+ "type": "intrinsic",
2666
+ "name": "boolean"
2667
+ }
2668
+ }
2669
+ ],
2670
+ "type": {
2671
+ "type": "intrinsic",
2672
+ "name": "void"
2673
+ }
2674
+ }
2675
+ ]
2676
+ }
2677
+ }
2678
+ },
2679
+ {
2680
+ "id": 39,
2681
+ "name": "maxAccounts",
2682
+ "variant": "declaration",
2683
+ "kind": 1024,
2684
+ "flags": {
2685
+ "isOptional": true
2686
+ },
2687
+ "sources": [
2688
+ {
2689
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2690
+ "line": 15,
2691
+ "character": 2,
2692
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L15"
2693
+ }
2694
+ ],
2695
+ "type": {
2696
+ "type": "intrinsic",
2697
+ "name": "number"
2698
+ }
2699
+ },
2700
+ {
2701
+ "id": 40,
2702
+ "name": "navigationCollapsed",
2703
+ "variant": "declaration",
2704
+ "kind": 1024,
2705
+ "flags": {
2706
+ "isOptional": true
2707
+ },
2708
+ "sources": [
2709
+ {
2710
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2711
+ "line": 16,
2712
+ "character": 2,
2713
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L16"
2714
+ }
2715
+ ],
2716
+ "type": {
2717
+ "type": "intrinsic",
2718
+ "name": "boolean"
2719
+ }
2720
+ },
2721
+ {
2722
+ "id": 41,
2723
+ "name": "navigationType",
2724
+ "variant": "declaration",
2725
+ "kind": 1024,
2726
+ "flags": {
2727
+ "isOptional": true
2728
+ },
2729
+ "sources": [
2730
+ {
2731
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2732
+ "line": 17,
2733
+ "character": 2,
2734
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L17"
2735
+ }
2736
+ ],
2737
+ "type": {
2738
+ "type": "reference",
2739
+ "target": 170,
2740
+ "name": "WebAppNavigationType",
2741
+ "package": "@xyo-network/react-app-settings"
2742
+ }
2743
+ },
2744
+ {
2745
+ "id": 42,
2746
+ "name": "seedPhrase",
2747
+ "variant": "declaration",
2748
+ "kind": 1024,
2749
+ "flags": {
2750
+ "isOptional": true
2751
+ },
2752
+ "sources": [
2753
+ {
2754
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2755
+ "line": 18,
2756
+ "character": 2,
2757
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L18"
2758
+ }
2759
+ ],
2760
+ "type": {
2761
+ "type": "intrinsic",
2762
+ "name": "string"
2763
+ }
2764
+ }
2765
+ ],
2766
+ "groups": [
2767
+ {
2768
+ "title": "Properties",
2769
+ "children": [
2770
+ 13,
2771
+ 17,
2772
+ 21,
2773
+ 25,
2774
+ 29,
2775
+ 30,
2776
+ 31,
2777
+ 35,
2778
+ 39,
2779
+ 40,
2780
+ 41,
2781
+ 42
2782
+ ]
2783
+ }
2784
+ ],
2785
+ "sources": [
2786
+ {
2787
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2788
+ "line": 6,
2789
+ "character": 17,
2790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L6"
2791
+ }
2792
+ ]
2793
+ },
2794
+ {
2795
+ "id": 44,
2796
+ "name": "AppSettingsProviderProps",
2797
+ "variant": "declaration",
2798
+ "kind": 256,
2799
+ "flags": {},
2800
+ "children": [
2801
+ {
2802
+ "id": 45,
2803
+ "name": "storage",
2804
+ "variant": "declaration",
2805
+ "kind": 1024,
2806
+ "flags": {
2807
+ "isOptional": true
2808
+ },
2809
+ "sources": [
2810
+ {
2811
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx",
2812
+ "line": 9,
2813
+ "character": 2,
2814
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx#L9"
2815
+ }
2816
+ ],
2817
+ "type": {
2818
+ "type": "reference",
2819
+ "target": 58,
2820
+ "name": "AppSettingsStorage",
2821
+ "package": "@xyo-network/react-app-settings"
2822
+ }
2823
+ }
2824
+ ],
2825
+ "groups": [
2826
+ {
2827
+ "title": "Properties",
2828
+ "children": [
2829
+ 45
2830
+ ]
2831
+ }
2832
+ ],
2833
+ "sources": [
2834
+ {
2835
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx",
2836
+ "line": 8,
2837
+ "character": 17,
2838
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx#L8"
2839
+ }
2840
+ ],
2841
+ "typeParameters": [
2842
+ {
2843
+ "id": 46,
2844
+ "name": "T",
2845
+ "variant": "typeParam",
2846
+ "kind": 131072,
2847
+ "flags": {},
2848
+ "type": {
2849
+ "type": "reference",
2850
+ "target": 12,
2851
+ "name": "AppSettingsContextProps",
2852
+ "package": "@xyo-network/react-app-settings"
2853
+ },
2854
+ "default": {
2855
+ "type": "reference",
2856
+ "target": 12,
2857
+ "name": "AppSettingsContextProps",
2858
+ "package": "@xyo-network/react-app-settings"
2859
+ }
2860
+ }
2861
+ ],
2862
+ "extendedTypes": [
2863
+ {
2864
+ "type": "reference",
2865
+ "target": {
2866
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
2867
+ "qualifiedName": "React.ProviderProps"
2868
+ },
2869
+ "typeArguments": [
2870
+ {
2871
+ "type": "reference",
2872
+ "target": -1,
2873
+ "name": "T",
2874
+ "refersToTypeParameter": true
2875
+ }
2876
+ ],
2877
+ "name": "ProviderProps",
2878
+ "package": "@types/react",
2879
+ "qualifiedName": "React.ProviderProps"
2880
+ }
2881
+ ]
2882
+ },
2883
+ {
2884
+ "id": 170,
2885
+ "name": "WebAppNavigationType",
2886
+ "variant": "declaration",
2887
+ "kind": 4194304,
2888
+ "flags": {},
2889
+ "sources": [
2890
+ {
2891
+ "fileName": "packages/sdk/packages/app-settings/src/WebAppNavigationType.ts",
2892
+ "line": 1,
2893
+ "character": 12,
2894
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/WebAppNavigationType.ts#L1"
2895
+ }
2896
+ ],
2897
+ "type": {
2898
+ "type": "union",
2899
+ "types": [
2900
+ {
2901
+ "type": "literal",
2902
+ "value": "menu"
2903
+ },
2904
+ {
2905
+ "type": "literal",
2906
+ "value": "sidebar"
2907
+ }
2908
+ ]
2909
+ }
2910
+ },
2911
+ {
2912
+ "id": 43,
2913
+ "name": "AppSettingsContext",
2914
+ "variant": "declaration",
2915
+ "kind": 32,
2916
+ "flags": {
2917
+ "isConst": true
2918
+ },
2919
+ "sources": [
2920
+ {
2921
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts",
2922
+ "line": 21,
2923
+ "character": 13,
2924
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Context.ts#L21"
2925
+ }
2926
+ ],
2927
+ "type": {
2928
+ "type": "reference",
2929
+ "target": {
2930
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
2931
+ "qualifiedName": "React.Context"
2932
+ },
2933
+ "typeArguments": [
2934
+ {
2935
+ "type": "reference",
2936
+ "target": 12,
2937
+ "name": "AppSettingsContextProps",
2938
+ "package": "@xyo-network/react-app-settings"
2939
+ }
2940
+ ],
2941
+ "name": "Context",
2942
+ "package": "@types/react",
2943
+ "qualifiedName": "React.Context"
2944
+ },
2945
+ "defaultValue": "..."
2946
+ },
2947
+ {
2948
+ "id": 47,
2949
+ "name": "AppSettingsProvider",
2950
+ "variant": "declaration",
2951
+ "kind": 64,
2952
+ "flags": {},
2953
+ "sources": [
2954
+ {
2955
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx",
2956
+ "line": 12,
2957
+ "character": 13,
2958
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/Provider.tsx#L12"
2959
+ }
2960
+ ],
2961
+ "signatures": [
2962
+ {
2963
+ "id": 48,
2964
+ "name": "AppSettingsProvider",
2965
+ "variant": "signature",
2966
+ "kind": 4096,
2967
+ "flags": {},
2968
+ "sources": [
2969
+ {
2970
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
2971
+ "line": 525,
2972
+ "character": 8
2973
+ }
2974
+ ],
2975
+ "parameters": [
2976
+ {
2977
+ "id": 49,
2978
+ "name": "props",
2979
+ "variant": "param",
2980
+ "kind": 32768,
2981
+ "flags": {},
2982
+ "type": {
2983
+ "type": "reference",
2984
+ "target": {
2985
+ "sourceFileName": "../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
2986
+ "qualifiedName": "WithChildren"
2987
+ },
2988
+ "typeArguments": [
2989
+ {
2990
+ "type": "reference",
2991
+ "target": 44,
2992
+ "typeArguments": [
2993
+ {
2994
+ "type": "reference",
2995
+ "target": 12,
2996
+ "name": "AppSettingsContextProps",
2997
+ "package": "@xyo-network/react-app-settings"
2998
+ }
2999
+ ],
3000
+ "name": "AppSettingsProviderProps",
3001
+ "package": "@xyo-network/react-app-settings"
3002
+ }
3003
+ ],
3004
+ "name": "WithChildren",
3005
+ "package": "@xylabs/react-shared"
3006
+ }
3007
+ },
3008
+ {
3009
+ "id": 50,
3010
+ "name": "context",
3011
+ "variant": "param",
3012
+ "kind": 32768,
3013
+ "flags": {
3014
+ "isOptional": true
3015
+ },
3016
+ "type": {
3017
+ "type": "intrinsic",
3018
+ "name": "any"
3019
+ }
3020
+ }
3021
+ ],
3022
+ "type": {
3023
+ "type": "union",
3024
+ "types": [
3025
+ {
3026
+ "type": "literal",
3027
+ "value": null
3028
+ },
3029
+ {
3030
+ "type": "reference",
3031
+ "target": {
3032
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3033
+ "qualifiedName": "React.ReactElement"
3034
+ },
3035
+ "typeArguments": [
3036
+ {
3037
+ "type": "intrinsic",
3038
+ "name": "any"
3039
+ },
3040
+ {
3041
+ "type": "intrinsic",
3042
+ "name": "any"
3043
+ }
3044
+ ],
3045
+ "name": "ReactElement",
3046
+ "package": "@types/react",
3047
+ "qualifiedName": "React.ReactElement"
3048
+ }
3049
+ ]
3050
+ }
3051
+ }
3052
+ ]
3053
+ },
3054
+ {
3055
+ "id": 1,
3056
+ "name": "DarkModeIconButton",
3057
+ "variant": "declaration",
3058
+ "kind": 64,
3059
+ "flags": {},
3060
+ "sources": [
3061
+ {
3062
+ "fileName": "packages/sdk/packages/app-settings/src/components/DarkModeIconButton.tsx",
3063
+ "line": 7,
3064
+ "character": 13,
3065
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/components/DarkModeIconButton.tsx#L7"
3066
+ }
3067
+ ],
3068
+ "signatures": [
3069
+ {
3070
+ "id": 2,
3071
+ "name": "DarkModeIconButton",
3072
+ "variant": "signature",
3073
+ "kind": 4096,
3074
+ "flags": {},
3075
+ "sources": [
3076
+ {
3077
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
3078
+ "line": 525,
3079
+ "character": 8
3080
+ }
3081
+ ],
3082
+ "parameters": [
3083
+ {
3084
+ "id": 3,
3085
+ "name": "props",
3086
+ "variant": "param",
3087
+ "kind": 32768,
3088
+ "flags": {},
3089
+ "type": {
3090
+ "type": "reference",
3091
+ "target": {
3092
+ "sourceFileName": "../../../../node_modules/@mui/material/IconButton/IconButton.d.ts",
3093
+ "qualifiedName": "IconButtonProps"
3094
+ },
3095
+ "typeArguments": [
3096
+ {
3097
+ "type": "literal",
3098
+ "value": "button"
3099
+ },
3100
+ {
3101
+ "type": "reflection",
3102
+ "declaration": {
3103
+ "id": 4,
3104
+ "name": "__type",
3105
+ "variant": "declaration",
3106
+ "kind": 65536,
3107
+ "flags": {}
3108
+ }
3109
+ }
3110
+ ],
3111
+ "name": "IconButtonProps",
3112
+ "package": "@mui/material"
3113
+ }
3114
+ },
3115
+ {
3116
+ "id": 5,
3117
+ "name": "context",
3118
+ "variant": "param",
3119
+ "kind": 32768,
3120
+ "flags": {
3121
+ "isOptional": true
3122
+ },
3123
+ "type": {
3124
+ "type": "intrinsic",
3125
+ "name": "any"
3126
+ }
3127
+ }
3128
+ ],
3129
+ "type": {
3130
+ "type": "union",
3131
+ "types": [
3132
+ {
3133
+ "type": "literal",
3134
+ "value": null
3135
+ },
3136
+ {
3137
+ "type": "reference",
3138
+ "target": {
3139
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3140
+ "qualifiedName": "React.ReactElement"
3141
+ },
3142
+ "typeArguments": [
3143
+ {
3144
+ "type": "intrinsic",
3145
+ "name": "any"
3146
+ },
3147
+ {
3148
+ "type": "intrinsic",
3149
+ "name": "any"
3150
+ }
3151
+ ],
3152
+ "name": "ReactElement",
3153
+ "package": "@types/react",
3154
+ "qualifiedName": "React.ReactElement"
3155
+ }
3156
+ ]
3157
+ }
3158
+ }
3159
+ ]
3160
+ },
3161
+ {
3162
+ "id": 6,
3163
+ "name": "Developer",
3164
+ "variant": "declaration",
3165
+ "kind": 64,
3166
+ "flags": {},
3167
+ "sources": [
3168
+ {
3169
+ "fileName": "packages/sdk/packages/app-settings/src/components/Developer.tsx",
3170
+ "line": 5,
3171
+ "character": 13,
3172
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/components/Developer.tsx#L5"
3173
+ }
3174
+ ],
3175
+ "signatures": [
3176
+ {
3177
+ "id": 7,
3178
+ "name": "Developer",
3179
+ "variant": "signature",
3180
+ "kind": 4096,
3181
+ "flags": {},
3182
+ "sources": [
3183
+ {
3184
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
3185
+ "line": 525,
3186
+ "character": 8
3187
+ }
3188
+ ],
3189
+ "parameters": [
3190
+ {
3191
+ "id": 8,
3192
+ "name": "props",
3193
+ "variant": "param",
3194
+ "kind": 32768,
3195
+ "flags": {},
3196
+ "type": {
3197
+ "type": "reflection",
3198
+ "declaration": {
3199
+ "id": 9,
3200
+ "name": "__type",
3201
+ "variant": "declaration",
3202
+ "kind": 65536,
3203
+ "flags": {},
3204
+ "children": [
3205
+ {
3206
+ "id": 10,
3207
+ "name": "children",
3208
+ "variant": "declaration",
3209
+ "kind": 1024,
3210
+ "flags": {},
3211
+ "sources": [
3212
+ {
3213
+ "fileName": "packages/sdk/packages/app-settings/src/components/Developer.tsx",
3214
+ "line": 5,
3215
+ "character": 35,
3216
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/components/Developer.tsx#L5"
3217
+ }
3218
+ ],
3219
+ "type": {
3220
+ "type": "reference",
3221
+ "target": {
3222
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3223
+ "qualifiedName": "React.ReactElement"
3224
+ },
3225
+ "typeArguments": [
3226
+ {
3227
+ "type": "intrinsic",
3228
+ "name": "any"
3229
+ },
3230
+ {
3231
+ "type": "union",
3232
+ "types": [
3233
+ {
3234
+ "type": "intrinsic",
3235
+ "name": "string"
3236
+ },
3237
+ {
3238
+ "type": "reference",
3239
+ "target": {
3240
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3241
+ "qualifiedName": "React.JSXElementConstructor"
3242
+ },
3243
+ "typeArguments": [
3244
+ {
3245
+ "type": "intrinsic",
3246
+ "name": "any"
3247
+ }
3248
+ ],
3249
+ "name": "JSXElementConstructor",
3250
+ "package": "@types/react",
3251
+ "qualifiedName": "React.JSXElementConstructor"
3252
+ }
3253
+ ]
3254
+ }
3255
+ ],
3256
+ "name": "ReactElement",
3257
+ "package": "@types/react",
3258
+ "qualifiedName": "React.ReactElement"
3259
+ }
3260
+ }
3261
+ ],
3262
+ "groups": [
3263
+ {
3264
+ "title": "Properties",
3265
+ "children": [
3266
+ 10
3267
+ ]
3268
+ }
3269
+ ],
3270
+ "sources": [
3271
+ {
3272
+ "fileName": "packages/sdk/packages/app-settings/src/components/Developer.tsx",
3273
+ "line": 5,
3274
+ "character": 33,
3275
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/components/Developer.tsx#L5"
3276
+ }
3277
+ ]
3278
+ }
3279
+ }
3280
+ },
3281
+ {
3282
+ "id": 11,
3283
+ "name": "context",
3284
+ "variant": "param",
3285
+ "kind": 32768,
3286
+ "flags": {
3287
+ "isOptional": true
3288
+ },
3289
+ "type": {
3290
+ "type": "intrinsic",
3291
+ "name": "any"
3292
+ }
3293
+ }
3294
+ ],
3295
+ "type": {
3296
+ "type": "union",
3297
+ "types": [
3298
+ {
3299
+ "type": "literal",
3300
+ "value": null
3301
+ },
3302
+ {
3303
+ "type": "reference",
3304
+ "target": {
3305
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3306
+ "qualifiedName": "React.ReactElement"
3307
+ },
3308
+ "typeArguments": [
3309
+ {
3310
+ "type": "intrinsic",
3311
+ "name": "any"
3312
+ },
3313
+ {
3314
+ "type": "intrinsic",
3315
+ "name": "any"
3316
+ }
3317
+ ],
3318
+ "name": "ReactElement",
3319
+ "package": "@types/react",
3320
+ "qualifiedName": "React.ReactElement"
3321
+ }
3322
+ ]
3323
+ }
3324
+ }
3325
+ ]
3326
+ },
3327
+ {
3328
+ "id": 168,
3329
+ "name": "useAppSettings",
3330
+ "variant": "declaration",
3331
+ "kind": 64,
3332
+ "flags": {},
3333
+ "sources": [
3334
+ {
3335
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/useAppSettings.ts",
3336
+ "line": 5,
3337
+ "character": 13,
3338
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/useAppSettings.ts#L5"
3339
+ }
3340
+ ],
3341
+ "signatures": [
3342
+ {
3343
+ "id": 169,
3344
+ "name": "useAppSettings",
3345
+ "variant": "signature",
3346
+ "kind": 4096,
3347
+ "flags": {},
3348
+ "sources": [
3349
+ {
3350
+ "fileName": "packages/sdk/packages/app-settings/src/contexts/AppSettings/useAppSettings.ts",
3351
+ "line": 5,
3352
+ "character": 30,
3353
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/963facd30/packages/sdk/packages/app-settings/src/contexts/AppSettings/useAppSettings.ts#L5"
3354
+ }
3355
+ ],
3356
+ "type": {
3357
+ "type": "reference",
3358
+ "target": 12,
3359
+ "name": "AppSettingsContextProps",
3360
+ "package": "@xyo-network/react-app-settings"
3361
+ }
3362
+ }
3363
+ ]
3364
+ }
3365
+ ],
3366
+ "groups": [
3367
+ {
3368
+ "title": "Enumerations",
3369
+ "children": [
3370
+ 51
3371
+ ]
3372
+ },
3373
+ {
3374
+ "title": "Classes",
3375
+ "children": [
3376
+ 58,
3377
+ 124
3378
+ ]
3379
+ },
3380
+ {
3381
+ "title": "Interfaces",
3382
+ "children": [
3383
+ 12,
3384
+ 44
3385
+ ]
3386
+ },
3387
+ {
3388
+ "title": "Type Aliases",
3389
+ "children": [
3390
+ 170
3391
+ ]
3392
+ },
3393
+ {
3394
+ "title": "Variables",
3395
+ "children": [
3396
+ 43
3397
+ ]
3398
+ },
3399
+ {
3400
+ "title": "Functions",
3401
+ "children": [
3402
+ 47,
3403
+ 1,
3404
+ 6,
3405
+ 168
3406
+ ]
3407
+ }
3408
+ ],
3409
+ "packageName": "@xyo-network/react-app-settings",
3410
+ "readme": [
3411
+ {
3412
+ "kind": "text",
3413
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
3414
+ }
3415
+ ],
3416
+ "symbolIdMap": {
3417
+ "0": {
3418
+ "sourceFileName": "src/index.ts",
3419
+ "qualifiedName": ""
3420
+ },
3421
+ "1": {
3422
+ "sourceFileName": "src/components/DarkModeIconButton.tsx",
3423
+ "qualifiedName": "DarkModeIconButton"
3424
+ },
3425
+ "2": {
3426
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3427
+ "qualifiedName": "DarkModeIconButton"
3428
+ },
3429
+ "3": {
3430
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3431
+ "qualifiedName": "props"
3432
+ },
3433
+ "4": {
3434
+ "sourceFileName": "\u0000",
3435
+ "qualifiedName": "__type"
3436
+ },
3437
+ "5": {
3438
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3439
+ "qualifiedName": "context"
3440
+ },
3441
+ "6": {
3442
+ "sourceFileName": "src/components/Developer.tsx",
3443
+ "qualifiedName": "Developer"
3444
+ },
3445
+ "7": {
3446
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3447
+ "qualifiedName": "Developer"
3448
+ },
3449
+ "8": {
3450
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3451
+ "qualifiedName": "props"
3452
+ },
3453
+ "9": {
3454
+ "sourceFileName": "src/components/Developer.tsx",
3455
+ "qualifiedName": "__type"
3456
+ },
3457
+ "10": {
3458
+ "sourceFileName": "src/components/Developer.tsx",
3459
+ "qualifiedName": "__type.children"
3460
+ },
3461
+ "11": {
3462
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3463
+ "qualifiedName": "context"
3464
+ },
3465
+ "12": {
3466
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3467
+ "qualifiedName": "AppSettingsContextProps"
3468
+ },
3469
+ "13": {
3470
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3471
+ "qualifiedName": "AppSettingsContextProps.changeMaxAccounts"
3472
+ },
3473
+ "14": {
3474
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3475
+ "qualifiedName": "__type"
3476
+ },
3477
+ "15": {
3478
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3479
+ "qualifiedName": "__type"
3480
+ },
3481
+ "16": {
3482
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3483
+ "qualifiedName": "value"
3484
+ },
3485
+ "17": {
3486
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3487
+ "qualifiedName": "AppSettingsContextProps.changeNavigationCollapsed"
3488
+ },
3489
+ "18": {
3490
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3491
+ "qualifiedName": "__type"
3492
+ },
3493
+ "19": {
3494
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3495
+ "qualifiedName": "__type"
3496
+ },
3497
+ "20": {
3498
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3499
+ "qualifiedName": "value"
3500
+ },
3501
+ "21": {
3502
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3503
+ "qualifiedName": "AppSettingsContextProps.changeNavigationType"
3504
+ },
3505
+ "22": {
3506
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3507
+ "qualifiedName": "__type"
3508
+ },
3509
+ "23": {
3510
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3511
+ "qualifiedName": "__type"
3512
+ },
3513
+ "24": {
3514
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3515
+ "qualifiedName": "value"
3516
+ },
3517
+ "25": {
3518
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3519
+ "qualifiedName": "AppSettingsContextProps.changeSeedPhrase"
3520
+ },
3521
+ "26": {
3522
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3523
+ "qualifiedName": "__type"
3524
+ },
3525
+ "27": {
3526
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3527
+ "qualifiedName": "__type"
3528
+ },
3529
+ "28": {
3530
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3531
+ "qualifiedName": "value"
3532
+ },
3533
+ "29": {
3534
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3535
+ "qualifiedName": "AppSettingsContextProps.darkMode"
3536
+ },
3537
+ "30": {
3538
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3539
+ "qualifiedName": "AppSettingsContextProps.developerMode"
3540
+ },
3541
+ "31": {
3542
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3543
+ "qualifiedName": "AppSettingsContextProps.enableDarkMode"
3544
+ },
3545
+ "32": {
3546
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3547
+ "qualifiedName": "__type"
3548
+ },
3549
+ "33": {
3550
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3551
+ "qualifiedName": "__type"
3552
+ },
3553
+ "34": {
3554
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3555
+ "qualifiedName": "value"
3556
+ },
3557
+ "35": {
3558
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3559
+ "qualifiedName": "AppSettingsContextProps.enableDeveloperMode"
3560
+ },
3561
+ "36": {
3562
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3563
+ "qualifiedName": "__type"
3564
+ },
3565
+ "37": {
3566
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3567
+ "qualifiedName": "__type"
3568
+ },
3569
+ "38": {
3570
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3571
+ "qualifiedName": "value"
3572
+ },
3573
+ "39": {
3574
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3575
+ "qualifiedName": "AppSettingsContextProps.maxAccounts"
3576
+ },
3577
+ "40": {
3578
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3579
+ "qualifiedName": "AppSettingsContextProps.navigationCollapsed"
3580
+ },
3581
+ "41": {
3582
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3583
+ "qualifiedName": "AppSettingsContextProps.navigationType"
3584
+ },
3585
+ "42": {
3586
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3587
+ "qualifiedName": "AppSettingsContextProps.seedPhrase"
3588
+ },
3589
+ "43": {
3590
+ "sourceFileName": "src/contexts/AppSettings/Context.ts",
3591
+ "qualifiedName": "AppSettingsContext"
3592
+ },
3593
+ "44": {
3594
+ "sourceFileName": "src/contexts/AppSettings/Provider.tsx",
3595
+ "qualifiedName": "AppSettingsProviderProps"
3596
+ },
3597
+ "45": {
3598
+ "sourceFileName": "src/contexts/AppSettings/Provider.tsx",
3599
+ "qualifiedName": "AppSettingsProviderProps.storage"
3600
+ },
3601
+ "46": {
3602
+ "sourceFileName": "src/contexts/AppSettings/Provider.tsx",
3603
+ "qualifiedName": "AppSettingsProviderProps.T"
3604
+ },
3605
+ "47": {
3606
+ "sourceFileName": "src/contexts/AppSettings/Provider.tsx",
3607
+ "qualifiedName": "AppSettingsProvider"
3608
+ },
3609
+ "48": {
3610
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3611
+ "qualifiedName": "AppSettingsProvider"
3612
+ },
3613
+ "49": {
3614
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3615
+ "qualifiedName": "props"
3616
+ },
3617
+ "50": {
3618
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
3619
+ "qualifiedName": "context"
3620
+ },
3621
+ "51": {
3622
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3623
+ "qualifiedName": "AppSettingSlug"
3624
+ },
3625
+ "52": {
3626
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3627
+ "qualifiedName": "AppSettingSlug.DarkMode"
3628
+ },
3629
+ "53": {
3630
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3631
+ "qualifiedName": "AppSettingSlug.Developer"
3632
+ },
3633
+ "54": {
3634
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3635
+ "qualifiedName": "AppSettingSlug.NavigationType"
3636
+ },
3637
+ "55": {
3638
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3639
+ "qualifiedName": "AppSettingSlug.NavigationCollapsed"
3640
+ },
3641
+ "56": {
3642
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3643
+ "qualifiedName": "AppSettingSlug.SeedPhrase"
3644
+ },
3645
+ "57": {
3646
+ "sourceFileName": "src/contexts/AppSettings/Slug.ts",
3647
+ "qualifiedName": "AppSettingSlug.MaxAccounts"
3648
+ },
3649
+ "58": {
3650
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3651
+ "qualifiedName": "AppSettingsStorage"
3652
+ },
3653
+ "59": {
3654
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3655
+ "qualifiedName": "AppSettingsStorage.__constructor"
3656
+ },
3657
+ "60": {
3658
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3659
+ "qualifiedName": "AppSettingsStorage"
3660
+ },
3661
+ "61": {
3662
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3663
+ "qualifiedName": "prefix"
3664
+ },
3665
+ "62": {
3666
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3667
+ "qualifiedName": "defaults"
3668
+ },
3669
+ "63": {
3670
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3671
+ "qualifiedName": "AppSettingsStorage.darkMode"
3672
+ },
3673
+ "64": {
3674
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3675
+ "qualifiedName": "AppSettingsStorage.darkMode"
3676
+ },
3677
+ "65": {
3678
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3679
+ "qualifiedName": "AppSettingsStorage.darkMode"
3680
+ },
3681
+ "66": {
3682
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3683
+ "qualifiedName": "value"
3684
+ },
3685
+ "67": {
3686
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3687
+ "qualifiedName": "AppSettingsStorage.developerMode"
3688
+ },
3689
+ "68": {
3690
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3691
+ "qualifiedName": "AppSettingsStorage.developerMode"
3692
+ },
3693
+ "69": {
3694
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3695
+ "qualifiedName": "AppSettingsStorage.developerMode"
3696
+ },
3697
+ "70": {
3698
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3699
+ "qualifiedName": "value"
3700
+ },
3701
+ "71": {
3702
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3703
+ "qualifiedName": "AppSettingsStorage.maxAccounts"
3704
+ },
3705
+ "72": {
3706
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3707
+ "qualifiedName": "AppSettingsStorage.maxAccounts"
3708
+ },
3709
+ "73": {
3710
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3711
+ "qualifiedName": "AppSettingsStorage.maxAccounts"
3712
+ },
3713
+ "74": {
3714
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3715
+ "qualifiedName": "value"
3716
+ },
3717
+ "75": {
3718
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3719
+ "qualifiedName": "AppSettingsStorage.navigationCollapsed"
3720
+ },
3721
+ "76": {
3722
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3723
+ "qualifiedName": "AppSettingsStorage.navigationCollapsed"
3724
+ },
3725
+ "77": {
3726
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3727
+ "qualifiedName": "AppSettingsStorage.navigationCollapsed"
3728
+ },
3729
+ "78": {
3730
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3731
+ "qualifiedName": "value"
3732
+ },
3733
+ "79": {
3734
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3735
+ "qualifiedName": "AppSettingsStorage.navigationType"
3736
+ },
3737
+ "80": {
3738
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3739
+ "qualifiedName": "AppSettingsStorage.navigationType"
3740
+ },
3741
+ "81": {
3742
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3743
+ "qualifiedName": "AppSettingsStorage.navigationType"
3744
+ },
3745
+ "82": {
3746
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3747
+ "qualifiedName": "value"
3748
+ },
3749
+ "83": {
3750
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3751
+ "qualifiedName": "AppSettingsStorage.seedPhrase"
3752
+ },
3753
+ "84": {
3754
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3755
+ "qualifiedName": "AppSettingsStorage.seedPhrase"
3756
+ },
3757
+ "85": {
3758
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3759
+ "qualifiedName": "AppSettingsStorage.seedPhrase"
3760
+ },
3761
+ "86": {
3762
+ "sourceFileName": "src/contexts/AppSettings/Storage.ts",
3763
+ "qualifiedName": "value"
3764
+ },
3765
+ "87": {
3766
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3767
+ "qualifiedName": "AppSettingsStorageBase.getBoolean"
3768
+ },
3769
+ "88": {
3770
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3771
+ "qualifiedName": "AppSettingsStorageBase.getBoolean"
3772
+ },
3773
+ "89": {
3774
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3775
+ "qualifiedName": "name"
3776
+ },
3777
+ "90": {
3778
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3779
+ "qualifiedName": "AppSettingsStorageBase.getNumber"
3780
+ },
3781
+ "91": {
3782
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3783
+ "qualifiedName": "AppSettingsStorageBase.getNumber"
3784
+ },
3785
+ "92": {
3786
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3787
+ "qualifiedName": "name"
3788
+ },
3789
+ "93": {
3790
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3791
+ "qualifiedName": "AppSettingsStorageBase.getObject"
3792
+ },
3793
+ "94": {
3794
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3795
+ "qualifiedName": "AppSettingsStorageBase.getObject"
3796
+ },
3797
+ "95": {
3798
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3799
+ "qualifiedName": "T"
3800
+ },
3801
+ "96": {
3802
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3803
+ "qualifiedName": "name"
3804
+ },
3805
+ "97": {
3806
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3807
+ "qualifiedName": "AppSettingsStorageBase.getString"
3808
+ },
3809
+ "98": {
3810
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3811
+ "qualifiedName": "AppSettingsStorageBase.getString"
3812
+ },
3813
+ "99": {
3814
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3815
+ "qualifiedName": "name"
3816
+ },
3817
+ "100": {
3818
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3819
+ "qualifiedName": "AppSettingsStorageBase.getStringArray"
3820
+ },
3821
+ "101": {
3822
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3823
+ "qualifiedName": "AppSettingsStorageBase.getStringArray"
3824
+ },
3825
+ "102": {
3826
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3827
+ "qualifiedName": "name"
3828
+ },
3829
+ "103": {
3830
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3831
+ "qualifiedName": "AppSettingsStorageBase.setBoolean"
3832
+ },
3833
+ "104": {
3834
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3835
+ "qualifiedName": "AppSettingsStorageBase.setBoolean"
3836
+ },
3837
+ "105": {
3838
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3839
+ "qualifiedName": "name"
3840
+ },
3841
+ "106": {
3842
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3843
+ "qualifiedName": "value"
3844
+ },
3845
+ "107": {
3846
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3847
+ "qualifiedName": "AppSettingsStorageBase.setNumber"
3848
+ },
3849
+ "108": {
3850
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3851
+ "qualifiedName": "AppSettingsStorageBase.setNumber"
3852
+ },
3853
+ "109": {
3854
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3855
+ "qualifiedName": "name"
3856
+ },
3857
+ "110": {
3858
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3859
+ "qualifiedName": "value"
3860
+ },
3861
+ "111": {
3862
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3863
+ "qualifiedName": "AppSettingsStorageBase.setObject"
3864
+ },
3865
+ "112": {
3866
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3867
+ "qualifiedName": "AppSettingsStorageBase.setObject"
3868
+ },
3869
+ "113": {
3870
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3871
+ "qualifiedName": "T"
3872
+ },
3873
+ "114": {
3874
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3875
+ "qualifiedName": "name"
3876
+ },
3877
+ "115": {
3878
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3879
+ "qualifiedName": "value"
3880
+ },
3881
+ "116": {
3882
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3883
+ "qualifiedName": "AppSettingsStorageBase.setString"
3884
+ },
3885
+ "117": {
3886
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3887
+ "qualifiedName": "AppSettingsStorageBase.setString"
3888
+ },
3889
+ "118": {
3890
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3891
+ "qualifiedName": "name"
3892
+ },
3893
+ "119": {
3894
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3895
+ "qualifiedName": "value"
3896
+ },
3897
+ "120": {
3898
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3899
+ "qualifiedName": "AppSettingsStorageBase.setStringArray"
3900
+ },
3901
+ "121": {
3902
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3903
+ "qualifiedName": "AppSettingsStorageBase.setStringArray"
3904
+ },
3905
+ "122": {
3906
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3907
+ "qualifiedName": "name"
3908
+ },
3909
+ "123": {
3910
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3911
+ "qualifiedName": "value"
3912
+ },
3913
+ "124": {
3914
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3915
+ "qualifiedName": "AppSettingsStorageBase"
3916
+ },
3917
+ "125": {
3918
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3919
+ "qualifiedName": "AppSettingsStorageBase.__constructor"
3920
+ },
3921
+ "126": {
3922
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3923
+ "qualifiedName": "AppSettingsStorageBase"
3924
+ },
3925
+ "127": {
3926
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3927
+ "qualifiedName": "prefix"
3928
+ },
3929
+ "128": {
3930
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3931
+ "qualifiedName": "defaults"
3932
+ },
3933
+ "129": {
3934
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3935
+ "qualifiedName": "AppSettingsStorageBase.defaults"
3936
+ },
3937
+ "130": {
3938
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3939
+ "qualifiedName": "AppSettingsStorageBase.prefix"
3940
+ },
3941
+ "131": {
3942
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3943
+ "qualifiedName": "AppSettingsStorageBase.getBoolean"
3944
+ },
3945
+ "132": {
3946
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3947
+ "qualifiedName": "AppSettingsStorageBase.getBoolean"
3948
+ },
3949
+ "133": {
3950
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3951
+ "qualifiedName": "name"
3952
+ },
3953
+ "134": {
3954
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3955
+ "qualifiedName": "AppSettingsStorageBase.getNumber"
3956
+ },
3957
+ "135": {
3958
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3959
+ "qualifiedName": "AppSettingsStorageBase.getNumber"
3960
+ },
3961
+ "136": {
3962
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3963
+ "qualifiedName": "name"
3964
+ },
3965
+ "137": {
3966
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3967
+ "qualifiedName": "AppSettingsStorageBase.getObject"
3968
+ },
3969
+ "138": {
3970
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3971
+ "qualifiedName": "AppSettingsStorageBase.getObject"
3972
+ },
3973
+ "139": {
3974
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3975
+ "qualifiedName": "T"
3976
+ },
3977
+ "140": {
3978
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3979
+ "qualifiedName": "name"
3980
+ },
3981
+ "141": {
3982
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3983
+ "qualifiedName": "AppSettingsStorageBase.getString"
3984
+ },
3985
+ "142": {
3986
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3987
+ "qualifiedName": "AppSettingsStorageBase.getString"
3988
+ },
3989
+ "143": {
3990
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3991
+ "qualifiedName": "name"
3992
+ },
3993
+ "144": {
3994
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3995
+ "qualifiedName": "AppSettingsStorageBase.getStringArray"
3996
+ },
3997
+ "145": {
3998
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
3999
+ "qualifiedName": "AppSettingsStorageBase.getStringArray"
4000
+ },
4001
+ "146": {
4002
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4003
+ "qualifiedName": "name"
4004
+ },
4005
+ "147": {
4006
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4007
+ "qualifiedName": "AppSettingsStorageBase.setBoolean"
4008
+ },
4009
+ "148": {
4010
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4011
+ "qualifiedName": "AppSettingsStorageBase.setBoolean"
4012
+ },
4013
+ "149": {
4014
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4015
+ "qualifiedName": "name"
4016
+ },
4017
+ "150": {
4018
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4019
+ "qualifiedName": "value"
4020
+ },
4021
+ "151": {
4022
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4023
+ "qualifiedName": "AppSettingsStorageBase.setNumber"
4024
+ },
4025
+ "152": {
4026
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4027
+ "qualifiedName": "AppSettingsStorageBase.setNumber"
4028
+ },
4029
+ "153": {
4030
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4031
+ "qualifiedName": "name"
4032
+ },
4033
+ "154": {
4034
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4035
+ "qualifiedName": "value"
4036
+ },
4037
+ "155": {
4038
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4039
+ "qualifiedName": "AppSettingsStorageBase.setObject"
4040
+ },
4041
+ "156": {
4042
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4043
+ "qualifiedName": "AppSettingsStorageBase.setObject"
4044
+ },
4045
+ "157": {
4046
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4047
+ "qualifiedName": "T"
4048
+ },
4049
+ "158": {
4050
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4051
+ "qualifiedName": "name"
4052
+ },
4053
+ "159": {
4054
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4055
+ "qualifiedName": "value"
4056
+ },
4057
+ "160": {
4058
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4059
+ "qualifiedName": "AppSettingsStorageBase.setString"
4060
+ },
4061
+ "161": {
4062
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4063
+ "qualifiedName": "AppSettingsStorageBase.setString"
4064
+ },
4065
+ "162": {
4066
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4067
+ "qualifiedName": "name"
4068
+ },
4069
+ "163": {
4070
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4071
+ "qualifiedName": "value"
4072
+ },
4073
+ "164": {
4074
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4075
+ "qualifiedName": "AppSettingsStorageBase.setStringArray"
4076
+ },
4077
+ "165": {
4078
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4079
+ "qualifiedName": "AppSettingsStorageBase.setStringArray"
4080
+ },
4081
+ "166": {
4082
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4083
+ "qualifiedName": "name"
4084
+ },
4085
+ "167": {
4086
+ "sourceFileName": "src/contexts/AppSettings/StorageBase.ts",
4087
+ "qualifiedName": "value"
4088
+ },
4089
+ "168": {
4090
+ "sourceFileName": "src/contexts/AppSettings/useAppSettings.ts",
4091
+ "qualifiedName": "useAppSettings"
4092
+ },
4093
+ "169": {
4094
+ "sourceFileName": "src/contexts/AppSettings/useAppSettings.ts",
4095
+ "qualifiedName": "useAppSettings"
4096
+ },
4097
+ "170": {
4098
+ "sourceFileName": "src/WebAppNavigationType.ts",
4099
+ "qualifiedName": "WebAppNavigationType"
4100
+ }
4101
+ }
4102
+ }