@xyo-network/react-payload-diviner 2.64.0-rc.7 → 2.64.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 (169) hide show
  1. package/dist/browser/contexts/DivinedPayload/Context.cjs +28 -0
  2. package/dist/{node/contexts/DivinedPayload/Context.mjs.map → browser/contexts/DivinedPayload/Context.cjs.map} +1 -1
  3. package/dist/browser/contexts/DivinedPayload/Context.d.cts +4 -0
  4. package/dist/browser/contexts/DivinedPayload/Context.d.cts.map +1 -0
  5. package/dist/browser/contexts/DivinedPayload/Context.js +2 -1
  6. package/dist/browser/contexts/DivinedPayload/Context.js.map +1 -1
  7. package/dist/browser/contexts/DivinedPayload/Provider.cjs +111 -0
  8. package/dist/browser/contexts/DivinedPayload/Provider.cjs.map +1 -0
  9. package/dist/browser/contexts/DivinedPayload/Provider.d.cts +9 -0
  10. package/dist/browser/contexts/DivinedPayload/Provider.d.cts.map +1 -0
  11. package/dist/browser/contexts/DivinedPayload/Provider.js +59 -7
  12. package/dist/browser/contexts/DivinedPayload/Provider.js.map +1 -1
  13. package/dist/browser/contexts/DivinedPayload/State.cjs +19 -0
  14. package/dist/browser/contexts/DivinedPayload/State.cjs.map +1 -0
  15. package/dist/browser/contexts/DivinedPayload/State.d.cts +9 -0
  16. package/dist/browser/contexts/DivinedPayload/State.d.cts.map +1 -0
  17. package/dist/browser/contexts/DivinedPayload/index.cjs +115 -0
  18. package/dist/browser/contexts/DivinedPayload/index.cjs.map +1 -0
  19. package/dist/browser/contexts/DivinedPayload/index.d.cts +5 -0
  20. package/dist/browser/contexts/DivinedPayload/index.d.cts.map +1 -0
  21. package/dist/browser/contexts/DivinedPayload/index.js +91 -4
  22. package/dist/browser/contexts/DivinedPayload/index.js.map +1 -1
  23. package/dist/browser/contexts/DivinedPayload/use.cjs +34 -0
  24. package/dist/browser/contexts/DivinedPayload/use.cjs.map +1 -0
  25. package/dist/browser/contexts/DivinedPayload/use.d.cts +2 -0
  26. package/dist/browser/contexts/DivinedPayload/use.d.cts.map +1 -0
  27. package/dist/browser/contexts/DivinedPayload/use.js +8 -2
  28. package/dist/browser/contexts/DivinedPayload/use.js.map +1 -1
  29. package/dist/browser/contexts/PayloadDiviner/Context.cjs +28 -0
  30. package/dist/{node/contexts/PayloadDiviner/Context.mjs.map → browser/contexts/PayloadDiviner/Context.cjs.map} +1 -1
  31. package/dist/browser/contexts/PayloadDiviner/Context.d.cts +5 -0
  32. package/dist/browser/contexts/PayloadDiviner/Context.d.cts.map +1 -0
  33. package/dist/browser/contexts/PayloadDiviner/Context.js +2 -1
  34. package/dist/browser/contexts/PayloadDiviner/Context.js.map +1 -1
  35. package/dist/browser/contexts/PayloadDiviner/Provider.cjs +53 -0
  36. package/dist/browser/contexts/PayloadDiviner/Provider.cjs.map +1 -0
  37. package/dist/browser/contexts/PayloadDiviner/Provider.d.cts +9 -0
  38. package/dist/browser/contexts/PayloadDiviner/Provider.d.cts.map +1 -0
  39. package/dist/browser/contexts/PayloadDiviner/Provider.js +9 -3
  40. package/dist/browser/contexts/PayloadDiviner/Provider.js.map +1 -1
  41. package/dist/browser/contexts/PayloadDiviner/State.cjs +19 -0
  42. package/dist/browser/contexts/PayloadDiviner/State.cjs.map +1 -0
  43. package/dist/browser/contexts/PayloadDiviner/State.d.cts +7 -0
  44. package/dist/browser/contexts/PayloadDiviner/State.d.cts.map +1 -0
  45. package/dist/browser/contexts/PayloadDiviner/index.cjs +136 -0
  46. package/dist/browser/contexts/PayloadDiviner/index.cjs.map +1 -0
  47. package/dist/browser/contexts/PayloadDiviner/index.d.cts +5 -0
  48. package/dist/browser/contexts/PayloadDiviner/index.d.cts.map +1 -0
  49. package/dist/browser/contexts/PayloadDiviner/index.js +112 -4
  50. package/dist/browser/contexts/PayloadDiviner/index.js.map +1 -1
  51. package/dist/browser/contexts/PayloadDiviner/use.cjs +111 -0
  52. package/dist/browser/contexts/PayloadDiviner/use.cjs.map +1 -0
  53. package/dist/browser/contexts/PayloadDiviner/use.d.cts +13 -0
  54. package/dist/browser/contexts/PayloadDiviner/use.d.cts.map +1 -0
  55. package/dist/browser/contexts/PayloadDiviner/use.js +10 -4
  56. package/dist/browser/contexts/PayloadDiviner/use.js.map +1 -1
  57. package/dist/browser/contexts/index.cjs +182 -0
  58. package/dist/browser/contexts/index.cjs.map +1 -0
  59. package/dist/browser/contexts/index.d.cts +3 -0
  60. package/dist/browser/contexts/index.d.cts.map +1 -0
  61. package/dist/browser/contexts/index.js +158 -2
  62. package/dist/browser/contexts/index.js.map +1 -1
  63. package/dist/browser/index.cjs +182 -0
  64. package/dist/browser/index.cjs.map +1 -0
  65. package/dist/browser/index.d.cts +2 -0
  66. package/dist/browser/index.d.cts.map +1 -0
  67. package/dist/browser/index.js +158 -1
  68. package/dist/browser/index.js.map +1 -1
  69. package/dist/browser/types/images.d.cjs +2 -0
  70. package/dist/docs.json +1796 -0
  71. package/dist/node/contexts/DivinedPayload/Context.cjs +32 -0
  72. package/dist/node/contexts/DivinedPayload/Context.cjs.map +1 -0
  73. package/dist/node/contexts/DivinedPayload/Context.d.cts +4 -0
  74. package/dist/node/contexts/DivinedPayload/Context.d.cts.map +1 -0
  75. package/dist/node/contexts/DivinedPayload/Context.js +5 -28
  76. package/dist/node/contexts/DivinedPayload/Context.js.map +1 -1
  77. package/dist/node/contexts/DivinedPayload/Provider.cjs +117 -0
  78. package/dist/node/contexts/DivinedPayload/Provider.cjs.map +1 -0
  79. package/dist/node/contexts/DivinedPayload/Provider.d.cts +9 -0
  80. package/dist/node/contexts/DivinedPayload/Provider.d.cts.map +1 -0
  81. package/dist/node/contexts/DivinedPayload/Provider.js +73 -47
  82. package/dist/node/contexts/DivinedPayload/Provider.js.map +1 -1
  83. package/dist/node/contexts/DivinedPayload/State.cjs +19 -0
  84. package/dist/node/contexts/DivinedPayload/State.cjs.map +1 -0
  85. package/dist/node/contexts/DivinedPayload/State.d.cts +9 -0
  86. package/dist/node/contexts/DivinedPayload/State.d.cts.map +1 -0
  87. package/dist/node/contexts/DivinedPayload/State.js +0 -16
  88. package/dist/node/contexts/DivinedPayload/State.js.map +1 -1
  89. package/dist/node/contexts/DivinedPayload/index.cjs +123 -0
  90. package/dist/node/contexts/DivinedPayload/index.cjs.map +1 -0
  91. package/dist/node/contexts/DivinedPayload/index.d.cts +5 -0
  92. package/dist/node/contexts/DivinedPayload/index.d.cts.map +1 -0
  93. package/dist/node/contexts/DivinedPayload/index.js +90 -27
  94. package/dist/node/contexts/DivinedPayload/index.js.map +1 -1
  95. package/dist/node/contexts/DivinedPayload/use.cjs +38 -0
  96. package/dist/node/contexts/DivinedPayload/use.cjs.map +1 -0
  97. package/dist/node/contexts/DivinedPayload/use.d.cts +2 -0
  98. package/dist/node/contexts/DivinedPayload/use.d.cts.map +1 -0
  99. package/dist/node/contexts/DivinedPayload/use.js +11 -29
  100. package/dist/node/contexts/DivinedPayload/use.js.map +1 -1
  101. package/dist/node/contexts/PayloadDiviner/Context.cjs +32 -0
  102. package/dist/node/contexts/PayloadDiviner/Context.cjs.map +1 -0
  103. package/dist/node/contexts/PayloadDiviner/Context.d.cts +5 -0
  104. package/dist/node/contexts/PayloadDiviner/Context.d.cts.map +1 -0
  105. package/dist/node/contexts/PayloadDiviner/Context.js +5 -28
  106. package/dist/node/contexts/PayloadDiviner/Context.js.map +1 -1
  107. package/dist/node/contexts/PayloadDiviner/Provider.cjs +57 -0
  108. package/dist/node/contexts/PayloadDiviner/Provider.cjs.map +1 -0
  109. package/dist/node/contexts/PayloadDiviner/Provider.d.cts +9 -0
  110. package/dist/node/contexts/PayloadDiviner/Provider.d.cts.map +1 -0
  111. package/dist/node/contexts/PayloadDiviner/Provider.js +16 -34
  112. package/dist/node/contexts/PayloadDiviner/Provider.js.map +1 -1
  113. package/dist/node/contexts/PayloadDiviner/State.cjs +19 -0
  114. package/dist/node/contexts/PayloadDiviner/State.cjs.map +1 -0
  115. package/dist/node/contexts/PayloadDiviner/State.d.cts +7 -0
  116. package/dist/node/contexts/PayloadDiviner/State.d.cts.map +1 -0
  117. package/dist/node/contexts/PayloadDiviner/State.js +0 -16
  118. package/dist/node/contexts/PayloadDiviner/State.js.map +1 -1
  119. package/dist/node/contexts/PayloadDiviner/index.cjs +144 -0
  120. package/dist/node/contexts/PayloadDiviner/index.cjs.map +1 -0
  121. package/dist/node/contexts/PayloadDiviner/index.d.cts +5 -0
  122. package/dist/node/contexts/PayloadDiviner/index.d.cts.map +1 -0
  123. package/dist/node/contexts/PayloadDiviner/index.js +111 -27
  124. package/dist/node/contexts/PayloadDiviner/index.js.map +1 -1
  125. package/dist/node/contexts/PayloadDiviner/use.cjs +117 -0
  126. package/dist/node/contexts/PayloadDiviner/use.cjs.map +1 -0
  127. package/dist/node/contexts/PayloadDiviner/use.d.cts +13 -0
  128. package/dist/node/contexts/PayloadDiviner/use.d.cts.map +1 -0
  129. package/dist/node/contexts/PayloadDiviner/use.js +32 -52
  130. package/dist/node/contexts/PayloadDiviner/use.js.map +1 -1
  131. package/dist/node/contexts/index.cjs +195 -0
  132. package/dist/node/contexts/index.cjs.map +1 -0
  133. package/dist/node/contexts/index.d.cts +3 -0
  134. package/dist/node/contexts/index.d.cts.map +1 -0
  135. package/dist/node/contexts/index.js +158 -24
  136. package/dist/node/contexts/index.js.map +1 -1
  137. package/dist/node/index.cjs +195 -0
  138. package/dist/node/index.cjs.map +1 -0
  139. package/dist/node/index.d.cts +2 -0
  140. package/dist/node/index.d.cts.map +1 -0
  141. package/dist/node/index.js +158 -22
  142. package/dist/node/index.js.map +1 -1
  143. package/dist/node/types/images.d.cjs +2 -0
  144. package/dist/node/types/images.d.js +0 -1
  145. package/package.json +19 -19
  146. package/dist/node/contexts/DivinedPayload/Context.mjs +0 -6
  147. package/dist/node/contexts/DivinedPayload/Provider.mjs +0 -38
  148. package/dist/node/contexts/DivinedPayload/Provider.mjs.map +0 -1
  149. package/dist/node/contexts/DivinedPayload/State.mjs +0 -1
  150. package/dist/node/contexts/DivinedPayload/index.mjs +0 -5
  151. package/dist/node/contexts/DivinedPayload/index.mjs.map +0 -1
  152. package/dist/node/contexts/DivinedPayload/use.mjs +0 -7
  153. package/dist/node/contexts/DivinedPayload/use.mjs.map +0 -1
  154. package/dist/node/contexts/PayloadDiviner/Context.mjs +0 -6
  155. package/dist/node/contexts/PayloadDiviner/Provider.mjs +0 -26
  156. package/dist/node/contexts/PayloadDiviner/Provider.mjs.map +0 -1
  157. package/dist/node/contexts/PayloadDiviner/State.mjs +0 -1
  158. package/dist/node/contexts/PayloadDiviner/index.mjs +0 -5
  159. package/dist/node/contexts/PayloadDiviner/index.mjs.map +0 -1
  160. package/dist/node/contexts/PayloadDiviner/use.mjs +0 -84
  161. package/dist/node/contexts/PayloadDiviner/use.mjs.map +0 -1
  162. package/dist/node/contexts/index.mjs +0 -3
  163. package/dist/node/contexts/index.mjs.map +0 -1
  164. package/dist/node/index.mjs +0 -2
  165. package/dist/node/index.mjs.map +0 -1
  166. package/dist/node/types/images.d.mjs +0 -1
  167. package/dist/node/types/images.d.mjs.map +0 -1
  168. /package/dist/{node/contexts/DivinedPayload/State.mjs.map → browser/types/images.d.cjs.map} +0 -0
  169. /package/dist/node/{contexts/PayloadDiviner/State.mjs.map → types/images.d.cjs.map} +0 -0
package/dist/docs.json ADDED
@@ -0,0 +1,1796 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-payload-diviner",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 2,
10
+ "name": "DivinedPayloadProviderProps",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 3,
17
+ "name": "hash",
18
+ "variant": "declaration",
19
+ "kind": 1024,
20
+ "flags": {
21
+ "isOptional": true
22
+ },
23
+ "sources": [
24
+ {
25
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
26
+ "line": 12,
27
+ "character": 2,
28
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L12"
29
+ }
30
+ ],
31
+ "type": {
32
+ "type": "intrinsic",
33
+ "name": "string"
34
+ }
35
+ }
36
+ ],
37
+ "groups": [
38
+ {
39
+ "title": "Properties",
40
+ "children": [
41
+ 3
42
+ ]
43
+ }
44
+ ],
45
+ "sources": [
46
+ {
47
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
48
+ "line": 11,
49
+ "character": 17,
50
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L11"
51
+ }
52
+ ],
53
+ "extendedTypes": [
54
+ {
55
+ "type": "reference",
56
+ "target": {
57
+ "sourceFileName": "../../../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
58
+ "qualifiedName": "WithChildren"
59
+ },
60
+ "name": "WithChildren",
61
+ "package": "@xylabs/react-shared"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "id": 16,
67
+ "name": "DivinedPayloadState",
68
+ "variant": "declaration",
69
+ "kind": 256,
70
+ "flags": {},
71
+ "children": [
72
+ {
73
+ "id": 17,
74
+ "name": "payload",
75
+ "variant": "declaration",
76
+ "kind": 1024,
77
+ "flags": {
78
+ "isOptional": true
79
+ },
80
+ "sources": [
81
+ {
82
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
83
+ "line": 6,
84
+ "character": 2,
85
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L6"
86
+ }
87
+ ],
88
+ "type": {
89
+ "type": "union",
90
+ "types": [
91
+ {
92
+ "type": "literal",
93
+ "value": null
94
+ },
95
+ {
96
+ "type": "intersection",
97
+ "types": [
98
+ {
99
+ "type": "reflection",
100
+ "declaration": {
101
+ "id": 18,
102
+ "name": "__type",
103
+ "variant": "declaration",
104
+ "kind": 65536,
105
+ "flags": {},
106
+ "sources": [
107
+ {
108
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
109
+ "line": 22,
110
+ "character": 68
111
+ }
112
+ ]
113
+ }
114
+ },
115
+ {
116
+ "type": "reference",
117
+ "target": {
118
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
119
+ "qualifiedName": "PayloadFields"
120
+ },
121
+ "name": "PayloadFields",
122
+ "package": "@xyo-network/payload-model"
123
+ }
124
+ ]
125
+ }
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "id": 19,
131
+ "name": "payloadError",
132
+ "variant": "declaration",
133
+ "kind": 1024,
134
+ "flags": {
135
+ "isOptional": true
136
+ },
137
+ "sources": [
138
+ {
139
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
140
+ "line": 7,
141
+ "character": 2,
142
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L7"
143
+ }
144
+ ],
145
+ "type": {
146
+ "type": "reference",
147
+ "target": {
148
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
149
+ "qualifiedName": "Error"
150
+ },
151
+ "name": "Error",
152
+ "package": "typescript"
153
+ }
154
+ },
155
+ {
156
+ "id": 22,
157
+ "name": "provided",
158
+ "variant": "declaration",
159
+ "kind": 1024,
160
+ "flags": {},
161
+ "sources": [
162
+ {
163
+ "fileName": "packages/sdk/packages/shared/dist/browser/contexts/contextEx/State.d.ts",
164
+ "line": 2,
165
+ "character": 4
166
+ }
167
+ ],
168
+ "type": {
169
+ "type": "intrinsic",
170
+ "name": "boolean"
171
+ },
172
+ "inheritedFrom": {
173
+ "type": "reference",
174
+ "target": -1,
175
+ "name": "ContextExState.provided"
176
+ }
177
+ },
178
+ {
179
+ "id": 20,
180
+ "name": "setPayload",
181
+ "variant": "declaration",
182
+ "kind": 1024,
183
+ "flags": {
184
+ "isOptional": true
185
+ },
186
+ "sources": [
187
+ {
188
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
189
+ "line": 8,
190
+ "character": 2,
191
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L8"
192
+ }
193
+ ],
194
+ "type": {
195
+ "type": "reference",
196
+ "target": {
197
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
198
+ "qualifiedName": "React.Dispatch"
199
+ },
200
+ "typeArguments": [
201
+ {
202
+ "type": "union",
203
+ "types": [
204
+ {
205
+ "type": "intrinsic",
206
+ "name": "undefined"
207
+ },
208
+ {
209
+ "type": "literal",
210
+ "value": null
211
+ },
212
+ {
213
+ "type": "intersection",
214
+ "types": [
215
+ {
216
+ "type": "reflection",
217
+ "declaration": {
218
+ "id": 21,
219
+ "name": "__type",
220
+ "variant": "declaration",
221
+ "kind": 65536,
222
+ "flags": {},
223
+ "sources": [
224
+ {
225
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
226
+ "line": 22,
227
+ "character": 68
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "type": "reference",
234
+ "target": {
235
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
236
+ "qualifiedName": "PayloadFields"
237
+ },
238
+ "name": "PayloadFields",
239
+ "package": "@xyo-network/payload-model"
240
+ }
241
+ ]
242
+ }
243
+ ]
244
+ }
245
+ ],
246
+ "name": "Dispatch",
247
+ "package": "@types/react",
248
+ "qualifiedName": "React.Dispatch"
249
+ }
250
+ }
251
+ ],
252
+ "groups": [
253
+ {
254
+ "title": "Properties",
255
+ "children": [
256
+ 17,
257
+ 19,
258
+ 22,
259
+ 20
260
+ ]
261
+ }
262
+ ],
263
+ "sources": [
264
+ {
265
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
266
+ "line": 5,
267
+ "character": 17,
268
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L5"
269
+ }
270
+ ],
271
+ "extendedTypes": [
272
+ {
273
+ "type": "reference",
274
+ "target": {
275
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
276
+ "qualifiedName": "ContextExState"
277
+ },
278
+ "name": "ContextExState",
279
+ "package": "@xyo-network/react-shared"
280
+ }
281
+ ]
282
+ },
283
+ {
284
+ "id": 33,
285
+ "name": "PayloadDivinerState",
286
+ "variant": "declaration",
287
+ "kind": 256,
288
+ "flags": {},
289
+ "children": [
290
+ {
291
+ "id": 34,
292
+ "name": "diviner",
293
+ "variant": "declaration",
294
+ "kind": 1024,
295
+ "flags": {
296
+ "isOptional": true
297
+ },
298
+ "sources": [
299
+ {
300
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
301
+ "line": 5,
302
+ "character": 2,
303
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L5"
304
+ }
305
+ ],
306
+ "type": {
307
+ "type": "reference",
308
+ "target": {
309
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/diviner/src/Payload/AbstractPayloadDiviner.ts",
310
+ "qualifiedName": "AbstractPayloadDiviner"
311
+ },
312
+ "typeArguments": [
313
+ {
314
+ "type": "intersection",
315
+ "types": [
316
+ {
317
+ "type": "reference",
318
+ "target": {
319
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/core/src/lib/Base.ts",
320
+ "qualifiedName": "BaseParamsFields"
321
+ },
322
+ "name": "BaseParamsFields",
323
+ "package": "@xyo-network/core"
324
+ },
325
+ {
326
+ "type": "reflection",
327
+ "declaration": {
328
+ "id": 35,
329
+ "name": "__type",
330
+ "variant": "declaration",
331
+ "kind": 65536,
332
+ "flags": {},
333
+ "sources": [
334
+ {
335
+ "fileName": "node_modules/@xyo-network/module-model/dist/node/ModuleParams.d.ts",
336
+ "line": 5,
337
+ "character": 165
338
+ }
339
+ ]
340
+ }
341
+ }
342
+ ]
343
+ }
344
+ ],
345
+ "name": "AbstractPayloadDiviner",
346
+ "package": "@xyo-network/diviner"
347
+ }
348
+ },
349
+ {
350
+ "id": 36,
351
+ "name": "setDiviner",
352
+ "variant": "declaration",
353
+ "kind": 1024,
354
+ "flags": {
355
+ "isOptional": true
356
+ },
357
+ "sources": [
358
+ {
359
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
360
+ "line": 6,
361
+ "character": 2,
362
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L6"
363
+ }
364
+ ],
365
+ "type": {
366
+ "type": "reference",
367
+ "target": {
368
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
369
+ "qualifiedName": "React.Dispatch"
370
+ },
371
+ "typeArguments": [
372
+ {
373
+ "type": "reference",
374
+ "target": {
375
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/diviner/src/Payload/AbstractPayloadDiviner.ts",
376
+ "qualifiedName": "AbstractPayloadDiviner"
377
+ },
378
+ "typeArguments": [
379
+ {
380
+ "type": "intersection",
381
+ "types": [
382
+ {
383
+ "type": "reference",
384
+ "target": {
385
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/core/src/lib/Base.ts",
386
+ "qualifiedName": "BaseParamsFields"
387
+ },
388
+ "name": "BaseParamsFields",
389
+ "package": "@xyo-network/core"
390
+ },
391
+ {
392
+ "type": "reflection",
393
+ "declaration": {
394
+ "id": 37,
395
+ "name": "__type",
396
+ "variant": "declaration",
397
+ "kind": 65536,
398
+ "flags": {},
399
+ "sources": [
400
+ {
401
+ "fileName": "node_modules/@xyo-network/module-model/dist/node/ModuleParams.d.ts",
402
+ "line": 5,
403
+ "character": 165
404
+ }
405
+ ]
406
+ }
407
+ }
408
+ ]
409
+ }
410
+ ],
411
+ "name": "AbstractPayloadDiviner",
412
+ "package": "@xyo-network/diviner"
413
+ }
414
+ ],
415
+ "name": "Dispatch",
416
+ "package": "@types/react",
417
+ "qualifiedName": "React.Dispatch"
418
+ }
419
+ }
420
+ ],
421
+ "groups": [
422
+ {
423
+ "title": "Properties",
424
+ "children": [
425
+ 34,
426
+ 36
427
+ ]
428
+ }
429
+ ],
430
+ "sources": [
431
+ {
432
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
433
+ "line": 4,
434
+ "character": 17,
435
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L4"
436
+ }
437
+ ]
438
+ },
439
+ {
440
+ "id": 26,
441
+ "name": "PayloadDivinerProviderProps",
442
+ "variant": "declaration",
443
+ "kind": 4194304,
444
+ "flags": {},
445
+ "sources": [
446
+ {
447
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
448
+ "line": 7,
449
+ "character": 12,
450
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
451
+ }
452
+ ],
453
+ "type": {
454
+ "type": "reference",
455
+ "target": {
456
+ "sourceFileName": "../../../shared/src/contexts/contextEx/ContextExProviderProps.ts",
457
+ "qualifiedName": "ContextExProviderProps"
458
+ },
459
+ "typeArguments": [
460
+ {
461
+ "type": "reflection",
462
+ "declaration": {
463
+ "id": 27,
464
+ "name": "__type",
465
+ "variant": "declaration",
466
+ "kind": 65536,
467
+ "flags": {},
468
+ "children": [
469
+ {
470
+ "id": 28,
471
+ "name": "diviner",
472
+ "variant": "declaration",
473
+ "kind": 1024,
474
+ "flags": {
475
+ "isOptional": true
476
+ },
477
+ "comment": {
478
+ "summary": [
479
+ {
480
+ "kind": "text",
481
+ "text": "Required"
482
+ }
483
+ ]
484
+ },
485
+ "sources": [
486
+ {
487
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
488
+ "line": 9,
489
+ "character": 2,
490
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L9"
491
+ }
492
+ ],
493
+ "type": {
494
+ "type": "reference",
495
+ "target": {
496
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/diviner/src/Payload/AbstractPayloadDiviner.ts",
497
+ "qualifiedName": "AbstractPayloadDiviner"
498
+ },
499
+ "name": "AbstractPayloadDiviner",
500
+ "package": "@xyo-network/diviner"
501
+ }
502
+ }
503
+ ],
504
+ "groups": [
505
+ {
506
+ "title": "Properties",
507
+ "children": [
508
+ 28
509
+ ]
510
+ }
511
+ ],
512
+ "sources": [
513
+ {
514
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
515
+ "line": 7,
516
+ "character": 65,
517
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
518
+ }
519
+ ]
520
+ }
521
+ }
522
+ ],
523
+ "name": "ContextExProviderProps",
524
+ "package": "@xyo-network/react-shared"
525
+ }
526
+ },
527
+ {
528
+ "id": 1,
529
+ "name": "DivinedPayloadContext",
530
+ "variant": "declaration",
531
+ "kind": 32,
532
+ "flags": {
533
+ "isConst": true
534
+ },
535
+ "sources": [
536
+ {
537
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Context.tsx",
538
+ "line": 5,
539
+ "character": 13,
540
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Context.tsx#L5"
541
+ }
542
+ ],
543
+ "type": {
544
+ "type": "reference",
545
+ "target": {
546
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
547
+ "qualifiedName": "React.Context"
548
+ },
549
+ "typeArguments": [
550
+ {
551
+ "type": "intersection",
552
+ "types": [
553
+ {
554
+ "type": "reference",
555
+ "target": 16,
556
+ "name": "DivinedPayloadState",
557
+ "package": "@xyo-network/react-payload-diviner"
558
+ },
559
+ {
560
+ "type": "reference",
561
+ "target": {
562
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
563
+ "qualifiedName": "ContextExState"
564
+ },
565
+ "name": "ContextExState",
566
+ "package": "@xyo-network/react-shared"
567
+ }
568
+ ]
569
+ }
570
+ ],
571
+ "name": "Context",
572
+ "package": "@types/react",
573
+ "qualifiedName": "React.Context"
574
+ },
575
+ "defaultValue": "..."
576
+ },
577
+ {
578
+ "id": 25,
579
+ "name": "PayloadDivinerContext",
580
+ "variant": "declaration",
581
+ "kind": 32,
582
+ "flags": {
583
+ "isConst": true
584
+ },
585
+ "sources": [
586
+ {
587
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Context.ts",
588
+ "line": 5,
589
+ "character": 6,
590
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Context.ts#L5"
591
+ }
592
+ ],
593
+ "type": {
594
+ "type": "reference",
595
+ "target": {
596
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
597
+ "qualifiedName": "React.Context"
598
+ },
599
+ "typeArguments": [
600
+ {
601
+ "type": "intersection",
602
+ "types": [
603
+ {
604
+ "type": "reference",
605
+ "target": 33,
606
+ "name": "PayloadDivinerState",
607
+ "package": "@xyo-network/react-payload-diviner"
608
+ },
609
+ {
610
+ "type": "reference",
611
+ "target": {
612
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
613
+ "qualifiedName": "ContextExState"
614
+ },
615
+ "name": "ContextExState",
616
+ "package": "@xyo-network/react-shared"
617
+ }
618
+ ]
619
+ }
620
+ ],
621
+ "name": "Context",
622
+ "package": "@types/react",
623
+ "qualifiedName": "React.Context"
624
+ },
625
+ "defaultValue": "..."
626
+ },
627
+ {
628
+ "id": 4,
629
+ "name": "DivinedPayloadProvider",
630
+ "variant": "declaration",
631
+ "kind": 64,
632
+ "flags": {},
633
+ "sources": [
634
+ {
635
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
636
+ "line": 15,
637
+ "character": 13,
638
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L15"
639
+ }
640
+ ],
641
+ "signatures": [
642
+ {
643
+ "id": 5,
644
+ "name": "DivinedPayloadProvider",
645
+ "variant": "signature",
646
+ "kind": 4096,
647
+ "flags": {},
648
+ "sources": [
649
+ {
650
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
651
+ "line": 569,
652
+ "character": 8
653
+ }
654
+ ],
655
+ "parameters": [
656
+ {
657
+ "id": 6,
658
+ "name": "props",
659
+ "variant": "param",
660
+ "kind": 32768,
661
+ "flags": {},
662
+ "type": {
663
+ "type": "reference",
664
+ "target": 2,
665
+ "name": "DivinedPayloadProviderProps",
666
+ "package": "@xyo-network/react-payload-diviner"
667
+ }
668
+ },
669
+ {
670
+ "id": 7,
671
+ "name": "context",
672
+ "variant": "param",
673
+ "kind": 32768,
674
+ "flags": {
675
+ "isOptional": true
676
+ },
677
+ "type": {
678
+ "type": "intrinsic",
679
+ "name": "any"
680
+ }
681
+ }
682
+ ],
683
+ "type": {
684
+ "type": "union",
685
+ "types": [
686
+ {
687
+ "type": "literal",
688
+ "value": null
689
+ },
690
+ {
691
+ "type": "reference",
692
+ "target": {
693
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
694
+ "qualifiedName": "React.ReactElement"
695
+ },
696
+ "typeArguments": [
697
+ {
698
+ "type": "intrinsic",
699
+ "name": "any"
700
+ },
701
+ {
702
+ "type": "intrinsic",
703
+ "name": "any"
704
+ }
705
+ ],
706
+ "name": "ReactElement",
707
+ "package": "@types/react",
708
+ "qualifiedName": "React.ReactElement"
709
+ }
710
+ ]
711
+ }
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "id": 8,
717
+ "name": "DivinedPayloadWithHandleInner",
718
+ "variant": "declaration",
719
+ "kind": 64,
720
+ "flags": {},
721
+ "sources": [
722
+ {
723
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
724
+ "line": 30,
725
+ "character": 13,
726
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L30"
727
+ }
728
+ ],
729
+ "signatures": [
730
+ {
731
+ "id": 9,
732
+ "name": "DivinedPayloadWithHandleInner",
733
+ "variant": "signature",
734
+ "kind": 4096,
735
+ "flags": {},
736
+ "sources": [
737
+ {
738
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
739
+ "line": 569,
740
+ "character": 8
741
+ }
742
+ ],
743
+ "parameters": [
744
+ {
745
+ "id": 10,
746
+ "name": "props",
747
+ "variant": "param",
748
+ "kind": 32768,
749
+ "flags": {},
750
+ "type": {
751
+ "type": "reference",
752
+ "target": {
753
+ "sourceFileName": "../../../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
754
+ "qualifiedName": "WithChildren"
755
+ },
756
+ "typeArguments": [
757
+ {
758
+ "type": "intrinsic",
759
+ "name": "unknown"
760
+ }
761
+ ],
762
+ "name": "WithChildren",
763
+ "package": "@xylabs/react-shared"
764
+ }
765
+ },
766
+ {
767
+ "id": 11,
768
+ "name": "context",
769
+ "variant": "param",
770
+ "kind": 32768,
771
+ "flags": {
772
+ "isOptional": true
773
+ },
774
+ "type": {
775
+ "type": "intrinsic",
776
+ "name": "any"
777
+ }
778
+ }
779
+ ],
780
+ "type": {
781
+ "type": "union",
782
+ "types": [
783
+ {
784
+ "type": "literal",
785
+ "value": null
786
+ },
787
+ {
788
+ "type": "reference",
789
+ "target": {
790
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
791
+ "qualifiedName": "React.ReactElement"
792
+ },
793
+ "typeArguments": [
794
+ {
795
+ "type": "intrinsic",
796
+ "name": "any"
797
+ },
798
+ {
799
+ "type": "intrinsic",
800
+ "name": "any"
801
+ }
802
+ ],
803
+ "name": "ReactElement",
804
+ "package": "@types/react",
805
+ "qualifiedName": "React.ReactElement"
806
+ }
807
+ ]
808
+ }
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "id": 12,
814
+ "name": "DivinedPayloadWithHandleProvider",
815
+ "variant": "declaration",
816
+ "kind": 64,
817
+ "flags": {},
818
+ "sources": [
819
+ {
820
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
821
+ "line": 43,
822
+ "character": 13,
823
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L43"
824
+ }
825
+ ],
826
+ "signatures": [
827
+ {
828
+ "id": 13,
829
+ "name": "DivinedPayloadWithHandleProvider",
830
+ "variant": "signature",
831
+ "kind": 4096,
832
+ "flags": {},
833
+ "sources": [
834
+ {
835
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
836
+ "line": 569,
837
+ "character": 8
838
+ }
839
+ ],
840
+ "parameters": [
841
+ {
842
+ "id": 14,
843
+ "name": "props",
844
+ "variant": "param",
845
+ "kind": 32768,
846
+ "flags": {},
847
+ "type": {
848
+ "type": "reference",
849
+ "target": 2,
850
+ "name": "DivinedPayloadProviderProps",
851
+ "package": "@xyo-network/react-payload-diviner"
852
+ }
853
+ },
854
+ {
855
+ "id": 15,
856
+ "name": "context",
857
+ "variant": "param",
858
+ "kind": 32768,
859
+ "flags": {
860
+ "isOptional": true
861
+ },
862
+ "type": {
863
+ "type": "intrinsic",
864
+ "name": "any"
865
+ }
866
+ }
867
+ ],
868
+ "type": {
869
+ "type": "union",
870
+ "types": [
871
+ {
872
+ "type": "literal",
873
+ "value": null
874
+ },
875
+ {
876
+ "type": "reference",
877
+ "target": {
878
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
879
+ "qualifiedName": "React.ReactElement"
880
+ },
881
+ "typeArguments": [
882
+ {
883
+ "type": "intrinsic",
884
+ "name": "any"
885
+ },
886
+ {
887
+ "type": "intrinsic",
888
+ "name": "any"
889
+ }
890
+ ],
891
+ "name": "ReactElement",
892
+ "package": "@types/react",
893
+ "qualifiedName": "React.ReactElement"
894
+ }
895
+ ]
896
+ }
897
+ }
898
+ ]
899
+ },
900
+ {
901
+ "id": 29,
902
+ "name": "PayloadDivinerProvider",
903
+ "variant": "declaration",
904
+ "kind": 64,
905
+ "flags": {},
906
+ "sources": [
907
+ {
908
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
909
+ "line": 12,
910
+ "character": 13,
911
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L12"
912
+ }
913
+ ],
914
+ "signatures": [
915
+ {
916
+ "id": 30,
917
+ "name": "PayloadDivinerProvider",
918
+ "variant": "signature",
919
+ "kind": 4096,
920
+ "flags": {},
921
+ "sources": [
922
+ {
923
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
924
+ "line": 569,
925
+ "character": 8
926
+ }
927
+ ],
928
+ "parameters": [
929
+ {
930
+ "id": 31,
931
+ "name": "props",
932
+ "variant": "param",
933
+ "kind": 32768,
934
+ "flags": {},
935
+ "type": {
936
+ "type": "reference",
937
+ "target": 26,
938
+ "name": "PayloadDivinerProviderProps",
939
+ "package": "@xyo-network/react-payload-diviner"
940
+ }
941
+ },
942
+ {
943
+ "id": 32,
944
+ "name": "context",
945
+ "variant": "param",
946
+ "kind": 32768,
947
+ "flags": {
948
+ "isOptional": true
949
+ },
950
+ "type": {
951
+ "type": "intrinsic",
952
+ "name": "any"
953
+ }
954
+ }
955
+ ],
956
+ "type": {
957
+ "type": "union",
958
+ "types": [
959
+ {
960
+ "type": "literal",
961
+ "value": null
962
+ },
963
+ {
964
+ "type": "reference",
965
+ "target": {
966
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
967
+ "qualifiedName": "React.ReactElement"
968
+ },
969
+ "typeArguments": [
970
+ {
971
+ "type": "intrinsic",
972
+ "name": "any"
973
+ },
974
+ {
975
+ "type": "intrinsic",
976
+ "name": "any"
977
+ }
978
+ ],
979
+ "name": "ReactElement",
980
+ "package": "@types/react",
981
+ "qualifiedName": "React.ReactElement"
982
+ }
983
+ ]
984
+ }
985
+ }
986
+ ]
987
+ },
988
+ {
989
+ "id": 41,
990
+ "name": "useDivinePayload",
991
+ "variant": "declaration",
992
+ "kind": 64,
993
+ "flags": {},
994
+ "sources": [
995
+ {
996
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
997
+ "line": 14,
998
+ "character": 13,
999
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L14"
1000
+ }
1001
+ ],
1002
+ "signatures": [
1003
+ {
1004
+ "id": 42,
1005
+ "name": "useDivinePayload",
1006
+ "variant": "signature",
1007
+ "kind": 4096,
1008
+ "flags": {},
1009
+ "sources": [
1010
+ {
1011
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
1012
+ "line": 14,
1013
+ "character": 32,
1014
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L14"
1015
+ }
1016
+ ],
1017
+ "typeParameter": [
1018
+ {
1019
+ "id": 43,
1020
+ "name": "T",
1021
+ "variant": "typeParam",
1022
+ "kind": 131072,
1023
+ "flags": {},
1024
+ "type": {
1025
+ "type": "intersection",
1026
+ "types": [
1027
+ {
1028
+ "type": "reflection",
1029
+ "declaration": {
1030
+ "id": 44,
1031
+ "name": "__type",
1032
+ "variant": "declaration",
1033
+ "kind": 65536,
1034
+ "flags": {},
1035
+ "sources": [
1036
+ {
1037
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
1038
+ "line": 22,
1039
+ "character": 68
1040
+ }
1041
+ ]
1042
+ }
1043
+ },
1044
+ {
1045
+ "type": "reference",
1046
+ "target": {
1047
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1048
+ "qualifiedName": "PayloadFields"
1049
+ },
1050
+ "name": "PayloadFields",
1051
+ "package": "@xyo-network/payload-model"
1052
+ }
1053
+ ]
1054
+ },
1055
+ "default": {
1056
+ "type": "intersection",
1057
+ "types": [
1058
+ {
1059
+ "type": "reflection",
1060
+ "declaration": {
1061
+ "id": 45,
1062
+ "name": "__type",
1063
+ "variant": "declaration",
1064
+ "kind": 65536,
1065
+ "flags": {},
1066
+ "sources": [
1067
+ {
1068
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
1069
+ "line": 22,
1070
+ "character": 68
1071
+ }
1072
+ ]
1073
+ }
1074
+ },
1075
+ {
1076
+ "type": "reference",
1077
+ "target": {
1078
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1079
+ "qualifiedName": "PayloadFields"
1080
+ },
1081
+ "name": "PayloadFields",
1082
+ "package": "@xyo-network/payload-model"
1083
+ }
1084
+ ]
1085
+ }
1086
+ }
1087
+ ],
1088
+ "parameters": [
1089
+ {
1090
+ "id": 46,
1091
+ "name": "huri",
1092
+ "variant": "param",
1093
+ "kind": 32768,
1094
+ "flags": {
1095
+ "isOptional": true
1096
+ },
1097
+ "type": {
1098
+ "type": "intrinsic",
1099
+ "name": "string"
1100
+ }
1101
+ }
1102
+ ],
1103
+ "type": {
1104
+ "type": "tuple",
1105
+ "elements": [
1106
+ {
1107
+ "type": "union",
1108
+ "types": [
1109
+ {
1110
+ "type": "intrinsic",
1111
+ "name": "undefined"
1112
+ },
1113
+ {
1114
+ "type": "literal",
1115
+ "value": null
1116
+ },
1117
+ {
1118
+ "type": "reference",
1119
+ "target": -1,
1120
+ "name": "T",
1121
+ "refersToTypeParameter": true
1122
+ }
1123
+ ]
1124
+ },
1125
+ {
1126
+ "type": "reference",
1127
+ "target": {
1128
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1129
+ "qualifiedName": "React.Dispatch"
1130
+ },
1131
+ "typeArguments": [
1132
+ {
1133
+ "type": "union",
1134
+ "types": [
1135
+ {
1136
+ "type": "intrinsic",
1137
+ "name": "undefined"
1138
+ },
1139
+ {
1140
+ "type": "literal",
1141
+ "value": null
1142
+ },
1143
+ {
1144
+ "type": "reference",
1145
+ "target": -1,
1146
+ "name": "T",
1147
+ "refersToTypeParameter": true
1148
+ }
1149
+ ]
1150
+ }
1151
+ ],
1152
+ "name": "Dispatch",
1153
+ "package": "@types/react",
1154
+ "qualifiedName": "React.Dispatch"
1155
+ },
1156
+ {
1157
+ "type": "union",
1158
+ "types": [
1159
+ {
1160
+ "type": "intrinsic",
1161
+ "name": "undefined"
1162
+ },
1163
+ {
1164
+ "type": "reference",
1165
+ "target": {
1166
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1167
+ "qualifiedName": "Error"
1168
+ },
1169
+ "name": "Error",
1170
+ "package": "typescript"
1171
+ }
1172
+ ]
1173
+ }
1174
+ ]
1175
+ }
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "id": 47,
1181
+ "name": "useDivinePayloads",
1182
+ "variant": "declaration",
1183
+ "kind": 64,
1184
+ "flags": {},
1185
+ "sources": [
1186
+ {
1187
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
1188
+ "line": 50,
1189
+ "character": 13,
1190
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L50"
1191
+ }
1192
+ ],
1193
+ "signatures": [
1194
+ {
1195
+ "id": 48,
1196
+ "name": "useDivinePayloads",
1197
+ "variant": "signature",
1198
+ "kind": 4096,
1199
+ "flags": {},
1200
+ "sources": [
1201
+ {
1202
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
1203
+ "line": 50,
1204
+ "character": 33,
1205
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L50"
1206
+ }
1207
+ ],
1208
+ "typeParameter": [
1209
+ {
1210
+ "id": 49,
1211
+ "name": "T",
1212
+ "variant": "typeParam",
1213
+ "kind": 131072,
1214
+ "flags": {},
1215
+ "type": {
1216
+ "type": "intersection",
1217
+ "types": [
1218
+ {
1219
+ "type": "reflection",
1220
+ "declaration": {
1221
+ "id": 50,
1222
+ "name": "__type",
1223
+ "variant": "declaration",
1224
+ "kind": 65536,
1225
+ "flags": {},
1226
+ "sources": [
1227
+ {
1228
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
1229
+ "line": 22,
1230
+ "character": 68
1231
+ }
1232
+ ]
1233
+ }
1234
+ },
1235
+ {
1236
+ "type": "reference",
1237
+ "target": {
1238
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1239
+ "qualifiedName": "PayloadFields"
1240
+ },
1241
+ "name": "PayloadFields",
1242
+ "package": "@xyo-network/payload-model"
1243
+ }
1244
+ ]
1245
+ },
1246
+ "default": {
1247
+ "type": "intersection",
1248
+ "types": [
1249
+ {
1250
+ "type": "reflection",
1251
+ "declaration": {
1252
+ "id": 51,
1253
+ "name": "__type",
1254
+ "variant": "declaration",
1255
+ "kind": 65536,
1256
+ "flags": {},
1257
+ "sources": [
1258
+ {
1259
+ "fileName": "node_modules/@xyo-network/payload-model/dist/node/Payload.d.ts",
1260
+ "line": 22,
1261
+ "character": 68
1262
+ }
1263
+ ]
1264
+ }
1265
+ },
1266
+ {
1267
+ "type": "reference",
1268
+ "target": {
1269
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1270
+ "qualifiedName": "PayloadFields"
1271
+ },
1272
+ "name": "PayloadFields",
1273
+ "package": "@xyo-network/payload-model"
1274
+ }
1275
+ ]
1276
+ }
1277
+ }
1278
+ ],
1279
+ "parameters": [
1280
+ {
1281
+ "id": 52,
1282
+ "name": "huriList",
1283
+ "variant": "param",
1284
+ "kind": 32768,
1285
+ "flags": {},
1286
+ "type": {
1287
+ "type": "array",
1288
+ "elementType": {
1289
+ "type": "intrinsic",
1290
+ "name": "string"
1291
+ }
1292
+ }
1293
+ }
1294
+ ],
1295
+ "type": {
1296
+ "type": "tuple",
1297
+ "elements": [
1298
+ {
1299
+ "type": "union",
1300
+ "types": [
1301
+ {
1302
+ "type": "intrinsic",
1303
+ "name": "undefined"
1304
+ },
1305
+ {
1306
+ "type": "array",
1307
+ "elementType": {
1308
+ "type": "union",
1309
+ "types": [
1310
+ {
1311
+ "type": "literal",
1312
+ "value": null
1313
+ },
1314
+ {
1315
+ "type": "reference",
1316
+ "target": -1,
1317
+ "name": "T",
1318
+ "refersToTypeParameter": true
1319
+ }
1320
+ ]
1321
+ }
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "type": "reference",
1327
+ "target": {
1328
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1329
+ "qualifiedName": "React.Dispatch"
1330
+ },
1331
+ "typeArguments": [
1332
+ {
1333
+ "type": "union",
1334
+ "types": [
1335
+ {
1336
+ "type": "intrinsic",
1337
+ "name": "undefined"
1338
+ },
1339
+ {
1340
+ "type": "array",
1341
+ "elementType": {
1342
+ "type": "union",
1343
+ "types": [
1344
+ {
1345
+ "type": "literal",
1346
+ "value": null
1347
+ },
1348
+ {
1349
+ "type": "reference",
1350
+ "target": -1,
1351
+ "name": "T",
1352
+ "refersToTypeParameter": true
1353
+ }
1354
+ ]
1355
+ }
1356
+ }
1357
+ ]
1358
+ }
1359
+ ],
1360
+ "name": "Dispatch",
1361
+ "package": "@types/react",
1362
+ "qualifiedName": "React.Dispatch"
1363
+ },
1364
+ {
1365
+ "type": "union",
1366
+ "types": [
1367
+ {
1368
+ "type": "intrinsic",
1369
+ "name": "undefined"
1370
+ },
1371
+ {
1372
+ "type": "array",
1373
+ "elementType": {
1374
+ "type": "reference",
1375
+ "target": {
1376
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1377
+ "qualifiedName": "Error"
1378
+ },
1379
+ "name": "Error",
1380
+ "package": "typescript"
1381
+ }
1382
+ }
1383
+ ]
1384
+ }
1385
+ ]
1386
+ }
1387
+ }
1388
+ ]
1389
+ },
1390
+ {
1391
+ "id": 23,
1392
+ "name": "useDivinedPayload",
1393
+ "variant": "declaration",
1394
+ "kind": 64,
1395
+ "flags": {},
1396
+ "sources": [
1397
+ {
1398
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts",
1399
+ "line": 5,
1400
+ "character": 13,
1401
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts#L5"
1402
+ }
1403
+ ],
1404
+ "signatures": [
1405
+ {
1406
+ "id": 24,
1407
+ "name": "useDivinedPayload",
1408
+ "variant": "signature",
1409
+ "kind": 4096,
1410
+ "flags": {},
1411
+ "sources": [
1412
+ {
1413
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts",
1414
+ "line": 5,
1415
+ "character": 33,
1416
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts#L5"
1417
+ }
1418
+ ],
1419
+ "type": {
1420
+ "type": "reference",
1421
+ "target": {
1422
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1423
+ "qualifiedName": "Omit"
1424
+ },
1425
+ "typeArguments": [
1426
+ {
1427
+ "type": "intersection",
1428
+ "types": [
1429
+ {
1430
+ "type": "reference",
1431
+ "target": 16,
1432
+ "name": "DivinedPayloadState",
1433
+ "package": "@xyo-network/react-payload-diviner"
1434
+ },
1435
+ {
1436
+ "type": "reference",
1437
+ "target": {
1438
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
1439
+ "qualifiedName": "ContextExState"
1440
+ },
1441
+ "name": "ContextExState",
1442
+ "package": "@xyo-network/react-shared"
1443
+ }
1444
+ ]
1445
+ },
1446
+ {
1447
+ "type": "literal",
1448
+ "value": "provided"
1449
+ }
1450
+ ],
1451
+ "name": "Omit",
1452
+ "package": "typescript"
1453
+ }
1454
+ }
1455
+ ]
1456
+ },
1457
+ {
1458
+ "id": 38,
1459
+ "name": "usePayloadDiviner",
1460
+ "variant": "declaration",
1461
+ "kind": 64,
1462
+ "flags": {},
1463
+ "sources": [
1464
+ {
1465
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
1466
+ "line": 10,
1467
+ "character": 13,
1468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L10"
1469
+ }
1470
+ ],
1471
+ "signatures": [
1472
+ {
1473
+ "id": 39,
1474
+ "name": "usePayloadDiviner",
1475
+ "variant": "signature",
1476
+ "kind": 4096,
1477
+ "flags": {},
1478
+ "sources": [
1479
+ {
1480
+ "fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
1481
+ "line": 10,
1482
+ "character": 33,
1483
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ace39d815/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L10"
1484
+ }
1485
+ ],
1486
+ "parameters": [
1487
+ {
1488
+ "id": 40,
1489
+ "name": "required",
1490
+ "variant": "param",
1491
+ "kind": 32768,
1492
+ "flags": {},
1493
+ "type": {
1494
+ "type": "intrinsic",
1495
+ "name": "boolean"
1496
+ },
1497
+ "defaultValue": "false"
1498
+ }
1499
+ ],
1500
+ "type": {
1501
+ "type": "reference",
1502
+ "target": {
1503
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1504
+ "qualifiedName": "Omit"
1505
+ },
1506
+ "typeArguments": [
1507
+ {
1508
+ "type": "intersection",
1509
+ "types": [
1510
+ {
1511
+ "type": "reference",
1512
+ "target": 33,
1513
+ "name": "PayloadDivinerState",
1514
+ "package": "@xyo-network/react-payload-diviner"
1515
+ },
1516
+ {
1517
+ "type": "reference",
1518
+ "target": {
1519
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
1520
+ "qualifiedName": "ContextExState"
1521
+ },
1522
+ "name": "ContextExState",
1523
+ "package": "@xyo-network/react-shared"
1524
+ }
1525
+ ]
1526
+ },
1527
+ {
1528
+ "type": "literal",
1529
+ "value": "provided"
1530
+ }
1531
+ ],
1532
+ "name": "Omit",
1533
+ "package": "typescript"
1534
+ }
1535
+ }
1536
+ ]
1537
+ }
1538
+ ],
1539
+ "groups": [
1540
+ {
1541
+ "title": "Interfaces",
1542
+ "children": [
1543
+ 2,
1544
+ 16,
1545
+ 33
1546
+ ]
1547
+ },
1548
+ {
1549
+ "title": "Type Aliases",
1550
+ "children": [
1551
+ 26
1552
+ ]
1553
+ },
1554
+ {
1555
+ "title": "Variables",
1556
+ "children": [
1557
+ 1,
1558
+ 25
1559
+ ]
1560
+ },
1561
+ {
1562
+ "title": "Functions",
1563
+ "children": [
1564
+ 4,
1565
+ 8,
1566
+ 12,
1567
+ 29,
1568
+ 41,
1569
+ 47,
1570
+ 23,
1571
+ 38
1572
+ ]
1573
+ }
1574
+ ],
1575
+ "packageName": "@xyo-network/react-payload-diviner",
1576
+ "readme": [
1577
+ {
1578
+ "kind": "text",
1579
+ "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"
1580
+ }
1581
+ ],
1582
+ "symbolIdMap": {
1583
+ "0": {
1584
+ "sourceFileName": "src/index.ts",
1585
+ "qualifiedName": ""
1586
+ },
1587
+ "1": {
1588
+ "sourceFileName": "src/contexts/DivinedPayload/Context.tsx",
1589
+ "qualifiedName": "DivinedPayloadContext"
1590
+ },
1591
+ "2": {
1592
+ "sourceFileName": "src/contexts/DivinedPayload/Provider.tsx",
1593
+ "qualifiedName": "DivinedPayloadProviderProps"
1594
+ },
1595
+ "3": {
1596
+ "sourceFileName": "src/contexts/DivinedPayload/Provider.tsx",
1597
+ "qualifiedName": "DivinedPayloadProviderProps.hash"
1598
+ },
1599
+ "4": {
1600
+ "sourceFileName": "src/contexts/DivinedPayload/Provider.tsx",
1601
+ "qualifiedName": "DivinedPayloadProvider"
1602
+ },
1603
+ "5": {
1604
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1605
+ "qualifiedName": "DivinedPayloadProvider"
1606
+ },
1607
+ "6": {
1608
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1609
+ "qualifiedName": "props"
1610
+ },
1611
+ "7": {
1612
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1613
+ "qualifiedName": "context"
1614
+ },
1615
+ "8": {
1616
+ "sourceFileName": "src/contexts/DivinedPayload/Provider.tsx",
1617
+ "qualifiedName": "DivinedPayloadWithHandleInner"
1618
+ },
1619
+ "9": {
1620
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1621
+ "qualifiedName": "DivinedPayloadWithHandleInner"
1622
+ },
1623
+ "10": {
1624
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1625
+ "qualifiedName": "props"
1626
+ },
1627
+ "11": {
1628
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1629
+ "qualifiedName": "context"
1630
+ },
1631
+ "12": {
1632
+ "sourceFileName": "src/contexts/DivinedPayload/Provider.tsx",
1633
+ "qualifiedName": "DivinedPayloadWithHandleProvider"
1634
+ },
1635
+ "13": {
1636
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1637
+ "qualifiedName": "DivinedPayloadWithHandleProvider"
1638
+ },
1639
+ "14": {
1640
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1641
+ "qualifiedName": "props"
1642
+ },
1643
+ "15": {
1644
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1645
+ "qualifiedName": "context"
1646
+ },
1647
+ "16": {
1648
+ "sourceFileName": "src/contexts/DivinedPayload/State.ts",
1649
+ "qualifiedName": "DivinedPayloadState"
1650
+ },
1651
+ "17": {
1652
+ "sourceFileName": "src/contexts/DivinedPayload/State.ts",
1653
+ "qualifiedName": "DivinedPayloadState.payload"
1654
+ },
1655
+ "18": {
1656
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1657
+ "qualifiedName": "__type"
1658
+ },
1659
+ "19": {
1660
+ "sourceFileName": "src/contexts/DivinedPayload/State.ts",
1661
+ "qualifiedName": "DivinedPayloadState.payloadError"
1662
+ },
1663
+ "20": {
1664
+ "sourceFileName": "src/contexts/DivinedPayload/State.ts",
1665
+ "qualifiedName": "DivinedPayloadState.setPayload"
1666
+ },
1667
+ "21": {
1668
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1669
+ "qualifiedName": "__type"
1670
+ },
1671
+ "22": {
1672
+ "sourceFileName": "../../../shared/src/contexts/contextEx/State.ts",
1673
+ "qualifiedName": "ContextExState.provided"
1674
+ },
1675
+ "23": {
1676
+ "sourceFileName": "src/contexts/DivinedPayload/use.ts",
1677
+ "qualifiedName": "useDivinedPayload"
1678
+ },
1679
+ "24": {
1680
+ "sourceFileName": "src/contexts/DivinedPayload/use.ts",
1681
+ "qualifiedName": "useDivinedPayload"
1682
+ },
1683
+ "25": {
1684
+ "sourceFileName": "src/contexts/PayloadDiviner/Context.ts",
1685
+ "qualifiedName": "PayloadDivinerContext"
1686
+ },
1687
+ "26": {
1688
+ "sourceFileName": "src/contexts/PayloadDiviner/Provider.tsx",
1689
+ "qualifiedName": "PayloadDivinerProviderProps"
1690
+ },
1691
+ "27": {
1692
+ "sourceFileName": "src/contexts/PayloadDiviner/Provider.tsx",
1693
+ "qualifiedName": "__type"
1694
+ },
1695
+ "28": {
1696
+ "sourceFileName": "src/contexts/PayloadDiviner/Provider.tsx",
1697
+ "qualifiedName": "__type.diviner"
1698
+ },
1699
+ "29": {
1700
+ "sourceFileName": "src/contexts/PayloadDiviner/Provider.tsx",
1701
+ "qualifiedName": "PayloadDivinerProvider"
1702
+ },
1703
+ "30": {
1704
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1705
+ "qualifiedName": "PayloadDivinerProvider"
1706
+ },
1707
+ "31": {
1708
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1709
+ "qualifiedName": "props"
1710
+ },
1711
+ "32": {
1712
+ "sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
1713
+ "qualifiedName": "context"
1714
+ },
1715
+ "33": {
1716
+ "sourceFileName": "src/contexts/PayloadDiviner/State.ts",
1717
+ "qualifiedName": "PayloadDivinerState"
1718
+ },
1719
+ "34": {
1720
+ "sourceFileName": "src/contexts/PayloadDiviner/State.ts",
1721
+ "qualifiedName": "PayloadDivinerState.diviner"
1722
+ },
1723
+ "35": {
1724
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/ModuleParams.ts",
1725
+ "qualifiedName": "__type"
1726
+ },
1727
+ "36": {
1728
+ "sourceFileName": "src/contexts/PayloadDiviner/State.ts",
1729
+ "qualifiedName": "PayloadDivinerState.setDiviner"
1730
+ },
1731
+ "37": {
1732
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/ModuleParams.ts",
1733
+ "qualifiedName": "__type"
1734
+ },
1735
+ "38": {
1736
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1737
+ "qualifiedName": "usePayloadDiviner"
1738
+ },
1739
+ "39": {
1740
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1741
+ "qualifiedName": "usePayloadDiviner"
1742
+ },
1743
+ "40": {
1744
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1745
+ "qualifiedName": "required"
1746
+ },
1747
+ "41": {
1748
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1749
+ "qualifiedName": "useDivinePayload"
1750
+ },
1751
+ "42": {
1752
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1753
+ "qualifiedName": "useDivinePayload"
1754
+ },
1755
+ "43": {
1756
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1757
+ "qualifiedName": "T"
1758
+ },
1759
+ "44": {
1760
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1761
+ "qualifiedName": "__type"
1762
+ },
1763
+ "45": {
1764
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1765
+ "qualifiedName": "__type"
1766
+ },
1767
+ "46": {
1768
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1769
+ "qualifiedName": "huri"
1770
+ },
1771
+ "47": {
1772
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1773
+ "qualifiedName": "useDivinePayloads"
1774
+ },
1775
+ "48": {
1776
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1777
+ "qualifiedName": "useDivinePayloads"
1778
+ },
1779
+ "49": {
1780
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1781
+ "qualifiedName": "T"
1782
+ },
1783
+ "50": {
1784
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1785
+ "qualifiedName": "__type"
1786
+ },
1787
+ "51": {
1788
+ "sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1789
+ "qualifiedName": "__type"
1790
+ },
1791
+ "52": {
1792
+ "sourceFileName": "src/contexts/PayloadDiviner/use.ts",
1793
+ "qualifiedName": "huriList"
1794
+ }
1795
+ }
1796
+ }