@xyo-network/diviner-coin-user-locations-model 2.56.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/LICENSE +165 -0
  2. package/README.md +13 -0
  3. package/dist/cjs/Config.js +3 -0
  4. package/dist/cjs/Config.js.map +1 -0
  5. package/dist/cjs/Params.js +3 -0
  6. package/dist/cjs/Params.js.map +1 -0
  7. package/dist/cjs/Payload.js +7 -0
  8. package/dist/cjs/Payload.js.map +1 -0
  9. package/dist/cjs/Query.js +7 -0
  10. package/dist/cjs/Query.js.map +1 -0
  11. package/dist/cjs/Schema.js +8 -0
  12. package/dist/cjs/Schema.js.map +1 -0
  13. package/dist/cjs/index.js +9 -0
  14. package/dist/cjs/index.js.map +1 -0
  15. package/dist/docs.json +818 -0
  16. package/dist/esm/Config.js +2 -0
  17. package/dist/esm/Config.js.map +1 -0
  18. package/dist/esm/Params.js +2 -0
  19. package/dist/esm/Params.js.map +1 -0
  20. package/dist/esm/Payload.js +3 -0
  21. package/dist/esm/Payload.js.map +1 -0
  22. package/dist/esm/Query.js +3 -0
  23. package/dist/esm/Query.js.map +1 -0
  24. package/dist/esm/Schema.js +5 -0
  25. package/dist/esm/Schema.js.map +1 -0
  26. package/dist/esm/index.js +6 -0
  27. package/dist/esm/index.js.map +1 -0
  28. package/dist/types/Config.d.ts +7 -0
  29. package/dist/types/Config.d.ts.map +1 -0
  30. package/dist/types/Params.d.ts +5 -0
  31. package/dist/types/Params.d.ts.map +1 -0
  32. package/dist/types/Payload.d.ts +9 -0
  33. package/dist/types/Payload.d.ts.map +1 -0
  34. package/dist/types/Query.d.ts +8 -0
  35. package/dist/types/Query.d.ts.map +1 -0
  36. package/dist/types/Schema.d.ts +9 -0
  37. package/dist/types/Schema.d.ts.map +1 -0
  38. package/dist/types/index.d.ts +6 -0
  39. package/dist/types/index.d.ts.map +1 -0
  40. package/package.json +56 -0
  41. package/src/Config.ts +8 -0
  42. package/src/Params.ts +6 -0
  43. package/src/Payload.ts +6 -0
  44. package/src/Query.ts +7 -0
  45. package/src/Schema.ts +11 -0
  46. package/src/index.ts +5 -0
package/dist/docs.json ADDED
@@ -0,0 +1,818 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/diviner-coin-user-locations-model",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 1,
11
+ "name": "CoinUserLocationsDivinerConfig",
12
+ "kind": 4194304,
13
+ "kindString": "Type alias",
14
+ "flags": {},
15
+ "sources": [
16
+ {
17
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
18
+ "line": 5,
19
+ "character": 12,
20
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
21
+ }
22
+ ],
23
+ "type": {
24
+ "type": "reference",
25
+ "typeArguments": [
26
+ {
27
+ "type": "reflection",
28
+ "declaration": {
29
+ "id": 2,
30
+ "name": "__type",
31
+ "kind": 65536,
32
+ "kindString": "Type literal",
33
+ "flags": {},
34
+ "children": [
35
+ {
36
+ "id": 3,
37
+ "name": "address",
38
+ "kind": 1024,
39
+ "kindString": "Property",
40
+ "flags": {
41
+ "isOptional": true
42
+ },
43
+ "sources": [
44
+ {
45
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
46
+ "line": 6,
47
+ "character": 2,
48
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L6"
49
+ }
50
+ ],
51
+ "type": {
52
+ "type": "intrinsic",
53
+ "name": "string"
54
+ }
55
+ },
56
+ {
57
+ "id": 4,
58
+ "name": "schema",
59
+ "kind": 1024,
60
+ "kindString": "Property",
61
+ "flags": {},
62
+ "sources": [
63
+ {
64
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
65
+ "line": 7,
66
+ "character": 2,
67
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L7"
68
+ }
69
+ ],
70
+ "type": {
71
+ "type": "reference",
72
+ "id": 28,
73
+ "name": "CoinUserLocationsDivinerConfigSchema"
74
+ }
75
+ }
76
+ ],
77
+ "groups": [
78
+ {
79
+ "title": "Properties",
80
+ "children": [
81
+ 3,
82
+ 4
83
+ ]
84
+ }
85
+ ],
86
+ "sources": [
87
+ {
88
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts",
89
+ "line": 5,
90
+ "character": 59,
91
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Config.ts#L5"
92
+ }
93
+ ]
94
+ }
95
+ }
96
+ ],
97
+ "name": "DivinerConfig"
98
+ }
99
+ },
100
+ {
101
+ "id": 29,
102
+ "name": "CoinUserLocationsDivinerConfigSchema",
103
+ "kind": 4194304,
104
+ "kindString": "Type alias",
105
+ "flags": {},
106
+ "sources": [
107
+ {
108
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
109
+ "line": 7,
110
+ "character": 12,
111
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
112
+ },
113
+ {
114
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
115
+ "line": 8,
116
+ "character": 13,
117
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
118
+ }
119
+ ],
120
+ "type": {
121
+ "type": "template-literal",
122
+ "head": "",
123
+ "tail": [
124
+ [
125
+ {
126
+ "type": "reference",
127
+ "id": 26,
128
+ "name": "CoinUserLocationsDivinerSchema"
129
+ },
130
+ ".config"
131
+ ]
132
+ ]
133
+ }
134
+ },
135
+ {
136
+ "id": 5,
137
+ "name": "CoinUserLocationsDivinerParams",
138
+ "kind": 4194304,
139
+ "kindString": "Type alias",
140
+ "flags": {},
141
+ "sources": [
142
+ {
143
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Params.ts",
144
+ "line": 6,
145
+ "character": 12,
146
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Params.ts#L6"
147
+ }
148
+ ],
149
+ "type": {
150
+ "type": "reference",
151
+ "typeArguments": [
152
+ {
153
+ "type": "reference",
154
+ "typeArguments": [
155
+ {
156
+ "type": "reference",
157
+ "id": 1,
158
+ "name": "CoinUserLocationsDivinerConfig"
159
+ }
160
+ ],
161
+ "name": "AnyConfigSchema"
162
+ }
163
+ ],
164
+ "name": "DivinerParams"
165
+ }
166
+ },
167
+ {
168
+ "id": 27,
169
+ "name": "CoinUserLocationsDivinerSchema",
170
+ "kind": 4194304,
171
+ "kindString": "Type alias",
172
+ "flags": {},
173
+ "sources": [
174
+ {
175
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
176
+ "line": 4,
177
+ "character": 12,
178
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
179
+ },
180
+ {
181
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
182
+ "line": 5,
183
+ "character": 13,
184
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
185
+ }
186
+ ],
187
+ "type": {
188
+ "type": "literal",
189
+ "value": "co.coinapp.diviner.user.locations"
190
+ }
191
+ },
192
+ {
193
+ "id": 6,
194
+ "name": "CoinUserLocationsPayload",
195
+ "kind": 4194304,
196
+ "kindString": "Type alias",
197
+ "flags": {},
198
+ "sources": [
199
+ {
200
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
201
+ "line": 5,
202
+ "character": 12,
203
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
204
+ }
205
+ ],
206
+ "type": {
207
+ "type": "reference",
208
+ "typeArguments": [
209
+ {
210
+ "type": "reflection",
211
+ "declaration": {
212
+ "id": 7,
213
+ "name": "__type",
214
+ "kind": 65536,
215
+ "kindString": "Type literal",
216
+ "flags": {},
217
+ "children": [
218
+ {
219
+ "id": 8,
220
+ "name": "schema",
221
+ "kind": 1024,
222
+ "kindString": "Property",
223
+ "flags": {},
224
+ "sources": [
225
+ {
226
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
227
+ "line": 5,
228
+ "character": 49,
229
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
230
+ }
231
+ ],
232
+ "type": {
233
+ "type": "reference",
234
+ "id": 24,
235
+ "name": "CoinUserLocationsSchema"
236
+ }
237
+ }
238
+ ],
239
+ "groups": [
240
+ {
241
+ "title": "Properties",
242
+ "children": [
243
+ 8
244
+ ]
245
+ }
246
+ ],
247
+ "sources": [
248
+ {
249
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
250
+ "line": 5,
251
+ "character": 47,
252
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
253
+ }
254
+ ]
255
+ }
256
+ }
257
+ ],
258
+ "name": "Payload"
259
+ }
260
+ },
261
+ {
262
+ "id": 16,
263
+ "name": "CoinUserLocationsQueryPayload",
264
+ "kind": 4194304,
265
+ "kindString": "Type alias",
266
+ "flags": {},
267
+ "sources": [
268
+ {
269
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
270
+ "line": 6,
271
+ "character": 12,
272
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
273
+ }
274
+ ],
275
+ "type": {
276
+ "type": "reference",
277
+ "typeArguments": [
278
+ {
279
+ "type": "intersection",
280
+ "types": [
281
+ {
282
+ "type": "reflection",
283
+ "declaration": {
284
+ "id": 17,
285
+ "name": "__type",
286
+ "kind": 65536,
287
+ "kindString": "Type literal",
288
+ "flags": {},
289
+ "children": [
290
+ {
291
+ "id": 18,
292
+ "name": "schema",
293
+ "kind": 1024,
294
+ "kindString": "Property",
295
+ "flags": {},
296
+ "sources": [
297
+ {
298
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
299
+ "line": 6,
300
+ "character": 52,
301
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
302
+ }
303
+ ],
304
+ "type": {
305
+ "type": "reference",
306
+ "id": 30,
307
+ "name": "CoinUserLocationsQuerySchema"
308
+ }
309
+ }
310
+ ],
311
+ "groups": [
312
+ {
313
+ "title": "Properties",
314
+ "children": [
315
+ 18
316
+ ]
317
+ }
318
+ ],
319
+ "sources": [
320
+ {
321
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
322
+ "line": 6,
323
+ "character": 50,
324
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L6"
325
+ }
326
+ ]
327
+ }
328
+ },
329
+ {
330
+ "type": "reference",
331
+ "name": "PayloadFindFilter"
332
+ }
333
+ ]
334
+ }
335
+ ],
336
+ "name": "Query"
337
+ }
338
+ },
339
+ {
340
+ "id": 31,
341
+ "name": "CoinUserLocationsQuerySchema",
342
+ "kind": 4194304,
343
+ "kindString": "Type alias",
344
+ "flags": {},
345
+ "sources": [
346
+ {
347
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
348
+ "line": 10,
349
+ "character": 12,
350
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
351
+ },
352
+ {
353
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
354
+ "line": 11,
355
+ "character": 13,
356
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
357
+ }
358
+ ],
359
+ "type": {
360
+ "type": "template-literal",
361
+ "head": "",
362
+ "tail": [
363
+ [
364
+ {
365
+ "type": "reference",
366
+ "id": 26,
367
+ "name": "CoinUserLocationsDivinerSchema"
368
+ },
369
+ ".query"
370
+ ]
371
+ ]
372
+ }
373
+ },
374
+ {
375
+ "id": 25,
376
+ "name": "CoinUserLocationsSchema",
377
+ "kind": 4194304,
378
+ "kindString": "Type alias",
379
+ "flags": {},
380
+ "sources": [
381
+ {
382
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
383
+ "line": 1,
384
+ "character": 12,
385
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
386
+ },
387
+ {
388
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
389
+ "line": 2,
390
+ "character": 13,
391
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
392
+ }
393
+ ],
394
+ "type": {
395
+ "type": "literal",
396
+ "value": "co.coinapp.user.locations"
397
+ }
398
+ },
399
+ {
400
+ "id": 28,
401
+ "name": "CoinUserLocationsDivinerConfigSchema",
402
+ "kind": 32,
403
+ "kindString": "Variable",
404
+ "flags": {},
405
+ "sources": [
406
+ {
407
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
408
+ "line": 7,
409
+ "character": 12,
410
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L7"
411
+ },
412
+ {
413
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
414
+ "line": 8,
415
+ "character": 13,
416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L8"
417
+ }
418
+ ],
419
+ "type": {
420
+ "type": "literal",
421
+ "value": "co.coinapp.diviner.user.locations.config"
422
+ }
423
+ },
424
+ {
425
+ "id": 26,
426
+ "name": "CoinUserLocationsDivinerSchema",
427
+ "kind": 32,
428
+ "kindString": "Variable",
429
+ "flags": {},
430
+ "sources": [
431
+ {
432
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
433
+ "line": 4,
434
+ "character": 12,
435
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L4"
436
+ },
437
+ {
438
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
439
+ "line": 5,
440
+ "character": 13,
441
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L5"
442
+ }
443
+ ],
444
+ "type": {
445
+ "type": "literal",
446
+ "value": "co.coinapp.diviner.user.locations"
447
+ }
448
+ },
449
+ {
450
+ "id": 30,
451
+ "name": "CoinUserLocationsQuerySchema",
452
+ "kind": 32,
453
+ "kindString": "Variable",
454
+ "flags": {},
455
+ "sources": [
456
+ {
457
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
458
+ "line": 10,
459
+ "character": 12,
460
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L10"
461
+ },
462
+ {
463
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
464
+ "line": 11,
465
+ "character": 13,
466
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L11"
467
+ }
468
+ ],
469
+ "type": {
470
+ "type": "literal",
471
+ "value": "co.coinapp.diviner.user.locations.query"
472
+ }
473
+ },
474
+ {
475
+ "id": 24,
476
+ "name": "CoinUserLocationsSchema",
477
+ "kind": 32,
478
+ "kindString": "Variable",
479
+ "flags": {},
480
+ "sources": [
481
+ {
482
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
483
+ "line": 1,
484
+ "character": 12,
485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L1"
486
+ },
487
+ {
488
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts",
489
+ "line": 2,
490
+ "character": 13,
491
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Schema.ts#L2"
492
+ }
493
+ ],
494
+ "type": {
495
+ "type": "literal",
496
+ "value": "co.coinapp.user.locations"
497
+ }
498
+ },
499
+ {
500
+ "id": 9,
501
+ "name": "isCoinUserLocationsPayload",
502
+ "kind": 64,
503
+ "kindString": "Function",
504
+ "flags": {},
505
+ "sources": [
506
+ {
507
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
508
+ "line": 6,
509
+ "character": 13,
510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L6"
511
+ }
512
+ ],
513
+ "signatures": [
514
+ {
515
+ "id": 10,
516
+ "name": "isCoinUserLocationsPayload",
517
+ "kind": 4096,
518
+ "kindString": "Call signature",
519
+ "flags": {},
520
+ "parameters": [
521
+ {
522
+ "id": 11,
523
+ "name": "x",
524
+ "kind": 32768,
525
+ "kindString": "Parameter",
526
+ "flags": {
527
+ "isOptional": true
528
+ },
529
+ "type": {
530
+ "type": "union",
531
+ "types": [
532
+ {
533
+ "type": "literal",
534
+ "value": null
535
+ },
536
+ {
537
+ "type": "intersection",
538
+ "types": [
539
+ {
540
+ "type": "reference",
541
+ "name": "SchemaFields"
542
+ },
543
+ {
544
+ "type": "reference",
545
+ "name": "PayloadFields"
546
+ },
547
+ {
548
+ "type": "reflection",
549
+ "declaration": {
550
+ "id": 12,
551
+ "name": "__type",
552
+ "kind": 65536,
553
+ "kindString": "Type literal",
554
+ "flags": {},
555
+ "children": [
556
+ {
557
+ "id": 13,
558
+ "name": "schema",
559
+ "kind": 1024,
560
+ "kindString": "Property",
561
+ "flags": {},
562
+ "sources": [
563
+ {
564
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
565
+ "line": 21,
566
+ "character": 4
567
+ }
568
+ ],
569
+ "type": {
570
+ "type": "intrinsic",
571
+ "name": "string"
572
+ }
573
+ }
574
+ ],
575
+ "groups": [
576
+ {
577
+ "title": "Properties",
578
+ "children": [
579
+ 13
580
+ ]
581
+ }
582
+ ],
583
+ "sources": [
584
+ {
585
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
586
+ "line": 20,
587
+ "character": 17
588
+ }
589
+ ]
590
+ }
591
+ }
592
+ ]
593
+ }
594
+ ]
595
+ }
596
+ }
597
+ ],
598
+ "type": {
599
+ "type": "predicate",
600
+ "name": "x",
601
+ "asserts": false,
602
+ "targetType": {
603
+ "type": "intersection",
604
+ "types": [
605
+ {
606
+ "type": "reference",
607
+ "name": "SchemaFields"
608
+ },
609
+ {
610
+ "type": "reference",
611
+ "name": "PayloadFields"
612
+ },
613
+ {
614
+ "type": "reflection",
615
+ "declaration": {
616
+ "id": 14,
617
+ "name": "__type",
618
+ "kind": 65536,
619
+ "kindString": "Type literal",
620
+ "flags": {},
621
+ "children": [
622
+ {
623
+ "id": 15,
624
+ "name": "schema",
625
+ "kind": 1024,
626
+ "kindString": "Property",
627
+ "flags": {},
628
+ "sources": [
629
+ {
630
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
631
+ "line": 5,
632
+ "character": 49,
633
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
634
+ }
635
+ ],
636
+ "type": {
637
+ "type": "literal",
638
+ "value": "co.coinapp.user.locations"
639
+ }
640
+ }
641
+ ],
642
+ "groups": [
643
+ {
644
+ "title": "Properties",
645
+ "children": [
646
+ 15
647
+ ]
648
+ }
649
+ ],
650
+ "sources": [
651
+ {
652
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts",
653
+ "line": 5,
654
+ "character": 47,
655
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Payload.ts#L5"
656
+ }
657
+ ]
658
+ }
659
+ }
660
+ ]
661
+ }
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "id": 19,
668
+ "name": "isCoinUserLocationsQueryPayload",
669
+ "kind": 64,
670
+ "kindString": "Function",
671
+ "flags": {},
672
+ "sources": [
673
+ {
674
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts",
675
+ "line": 7,
676
+ "character": 13,
677
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/Query.ts#L7"
678
+ }
679
+ ],
680
+ "signatures": [
681
+ {
682
+ "id": 20,
683
+ "name": "isCoinUserLocationsQueryPayload",
684
+ "kind": 4096,
685
+ "kindString": "Call signature",
686
+ "flags": {},
687
+ "parameters": [
688
+ {
689
+ "id": 21,
690
+ "name": "x",
691
+ "kind": 32768,
692
+ "kindString": "Parameter",
693
+ "flags": {
694
+ "isOptional": true
695
+ },
696
+ "type": {
697
+ "type": "union",
698
+ "types": [
699
+ {
700
+ "type": "literal",
701
+ "value": null
702
+ },
703
+ {
704
+ "type": "intersection",
705
+ "types": [
706
+ {
707
+ "type": "reference",
708
+ "name": "SchemaFields"
709
+ },
710
+ {
711
+ "type": "reference",
712
+ "name": "PayloadFields"
713
+ },
714
+ {
715
+ "type": "reflection",
716
+ "declaration": {
717
+ "id": 22,
718
+ "name": "__type",
719
+ "kind": 65536,
720
+ "kindString": "Type literal",
721
+ "flags": {},
722
+ "children": [
723
+ {
724
+ "id": 23,
725
+ "name": "schema",
726
+ "kind": 1024,
727
+ "kindString": "Property",
728
+ "flags": {},
729
+ "sources": [
730
+ {
731
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
732
+ "line": 21,
733
+ "character": 4
734
+ }
735
+ ],
736
+ "type": {
737
+ "type": "intrinsic",
738
+ "name": "string"
739
+ }
740
+ }
741
+ ],
742
+ "groups": [
743
+ {
744
+ "title": "Properties",
745
+ "children": [
746
+ 23
747
+ ]
748
+ }
749
+ ],
750
+ "sources": [
751
+ {
752
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
753
+ "line": 20,
754
+ "character": 17
755
+ }
756
+ ]
757
+ }
758
+ }
759
+ ]
760
+ }
761
+ ]
762
+ }
763
+ }
764
+ ],
765
+ "type": {
766
+ "type": "predicate",
767
+ "name": "x",
768
+ "asserts": false,
769
+ "targetType": {
770
+ "type": "reference",
771
+ "id": 16,
772
+ "name": "CoinUserLocationsQueryPayload"
773
+ }
774
+ }
775
+ }
776
+ ]
777
+ }
778
+ ],
779
+ "groups": [
780
+ {
781
+ "title": "Type Aliases",
782
+ "children": [
783
+ 1,
784
+ 29,
785
+ 5,
786
+ 27,
787
+ 6,
788
+ 16,
789
+ 31,
790
+ 25
791
+ ]
792
+ },
793
+ {
794
+ "title": "Variables",
795
+ "children": [
796
+ 28,
797
+ 26,
798
+ 30,
799
+ 24
800
+ ]
801
+ },
802
+ {
803
+ "title": "Functions",
804
+ "children": [
805
+ 9,
806
+ 19
807
+ ]
808
+ }
809
+ ],
810
+ "sources": [
811
+ {
812
+ "fileName": "modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/index.ts",
813
+ "line": 1,
814
+ "character": 0,
815
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c06ab3d932fd/packages/modules/packages/diviner/packages/coin/packages/userlocations/packages/model/src/index.ts#L1"
816
+ }
817
+ ]
818
+ }