@xyo-network/react-payload-diviner 2.35.0-rc.7 → 2.35.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.
|
@@ -2,24 +2,36 @@ import { Dispatch } from 'react';
|
|
|
2
2
|
export declare const usePayloadDiviner: (required?: boolean) => Omit<import("./State").PayloadDivinerState & import("@xyo-network/react-shared").ContextExState, "provided">;
|
|
3
3
|
export declare const useDivinePayload: <T extends {
|
|
4
4
|
schema: string;
|
|
5
|
+
} & {
|
|
5
6
|
previousHash?: string | undefined;
|
|
6
7
|
sources?: string[] | undefined;
|
|
7
8
|
timestamp?: number | undefined;
|
|
9
|
+
} & {
|
|
10
|
+
schema: string;
|
|
8
11
|
} = {
|
|
9
12
|
schema: string;
|
|
13
|
+
} & {
|
|
10
14
|
previousHash?: string | undefined;
|
|
11
15
|
sources?: string[] | undefined;
|
|
12
16
|
timestamp?: number | undefined;
|
|
17
|
+
} & {
|
|
18
|
+
schema: string;
|
|
13
19
|
}>(huri?: string) => [T | null | undefined, Dispatch<T | null | undefined>, Error | undefined];
|
|
14
20
|
export declare const useDivinePayloads: <T extends {
|
|
15
21
|
schema: string;
|
|
22
|
+
} & {
|
|
16
23
|
previousHash?: string | undefined;
|
|
17
24
|
sources?: string[] | undefined;
|
|
18
25
|
timestamp?: number | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
schema: string;
|
|
19
28
|
} = {
|
|
20
29
|
schema: string;
|
|
30
|
+
} & {
|
|
21
31
|
previousHash?: string | undefined;
|
|
22
32
|
sources?: string[] | undefined;
|
|
23
33
|
timestamp?: number | undefined;
|
|
34
|
+
} & {
|
|
35
|
+
schema: string;
|
|
24
36
|
}>(huriList: string[]) => [(T | null)[] | undefined, Dispatch<(T | null)[] | undefined>, Error[] | undefined];
|
|
25
37
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/use.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAuB,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,iBAAiB,sIAE7B,CAAA;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/use.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAuB,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,iBAAiB,sIAE7B,CAAA;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;UACpB,MAAM,8EAmCd,CAAA;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;aAClB,MAAM,EAAE,wFA0CnB,CAAA"}
|
package/dist/docs.json
CHANGED
|
@@ -26,49 +26,49 @@
|
|
|
26
26
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts",
|
|
27
27
|
"line": 5,
|
|
28
28
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
29
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts#L5"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": {
|
|
33
33
|
"type": "reference",
|
|
34
34
|
"typeArguments": [
|
|
35
35
|
{
|
|
36
|
-
"type": "
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
36
|
+
"type": "intersection",
|
|
37
|
+
"types": [
|
|
38
|
+
{
|
|
39
|
+
"type": "reflection",
|
|
40
|
+
"declaration": {
|
|
41
|
+
"id": 26,
|
|
42
|
+
"name": "__type",
|
|
43
|
+
"kind": 65536,
|
|
44
|
+
"kindString": "Type literal",
|
|
45
|
+
"flags": {},
|
|
46
|
+
"sources": [
|
|
47
|
+
{
|
|
48
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
49
|
+
"line": 7,
|
|
50
|
+
"character": 77
|
|
51
|
+
}
|
|
52
|
+
]
|
|
48
53
|
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"type": "reflection",
|
|
57
|
+
"declaration": {
|
|
58
|
+
"id": 27,
|
|
59
|
+
"name": "__type",
|
|
60
|
+
"kind": 65536,
|
|
61
|
+
"kindString": "Type literal",
|
|
62
|
+
"flags": {},
|
|
63
|
+
"sources": [
|
|
64
|
+
{
|
|
65
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
66
|
+
"line": 10,
|
|
67
|
+
"character": 92
|
|
68
|
+
}
|
|
69
|
+
]
|
|
65
70
|
}
|
|
66
|
-
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"type": "reference",
|
|
71
|
-
"typeArguments": [
|
|
71
|
+
},
|
|
72
72
|
{
|
|
73
73
|
"type": "reflection",
|
|
74
74
|
"declaration": {
|
|
@@ -80,15 +80,140 @@
|
|
|
80
80
|
"sources": [
|
|
81
81
|
{
|
|
82
82
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
83
|
-
"line":
|
|
84
|
-
"character":
|
|
83
|
+
"line": 17,
|
|
84
|
+
"character": 45
|
|
85
85
|
}
|
|
86
86
|
]
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": "reference",
|
|
93
|
+
"typeArguments": [
|
|
94
|
+
{
|
|
95
|
+
"type": "intersection",
|
|
96
|
+
"types": [
|
|
97
|
+
{
|
|
98
|
+
"type": "reflection",
|
|
99
|
+
"declaration": {
|
|
100
|
+
"id": 29,
|
|
101
|
+
"name": "__type",
|
|
102
|
+
"kind": 65536,
|
|
103
|
+
"kindString": "Type literal",
|
|
104
|
+
"flags": {},
|
|
105
|
+
"sources": [
|
|
106
|
+
{
|
|
107
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
108
|
+
"line": 7,
|
|
109
|
+
"character": 77
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "reflection",
|
|
116
|
+
"declaration": {
|
|
117
|
+
"id": 30,
|
|
118
|
+
"name": "__type",
|
|
119
|
+
"kind": 65536,
|
|
120
|
+
"kindString": "Type literal",
|
|
121
|
+
"flags": {},
|
|
122
|
+
"sources": [
|
|
123
|
+
{
|
|
124
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
125
|
+
"line": 10,
|
|
126
|
+
"character": 92
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"type": "reflection",
|
|
133
|
+
"declaration": {
|
|
134
|
+
"id": 31,
|
|
135
|
+
"name": "__type",
|
|
136
|
+
"kind": 65536,
|
|
137
|
+
"kindString": "Type literal",
|
|
138
|
+
"flags": {},
|
|
139
|
+
"sources": [
|
|
140
|
+
{
|
|
141
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
142
|
+
"line": 17,
|
|
143
|
+
"character": 45
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"name": "XyoPayloadBase",
|
|
152
|
+
"qualifiedName": "XyoPayloadBase",
|
|
153
|
+
"package": "@xyo-network/payload"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "reference",
|
|
157
|
+
"typeArguments": [
|
|
158
|
+
{
|
|
159
|
+
"type": "intersection",
|
|
160
|
+
"types": [
|
|
161
|
+
{
|
|
162
|
+
"type": "reflection",
|
|
163
|
+
"declaration": {
|
|
164
|
+
"id": 32,
|
|
165
|
+
"name": "__type",
|
|
166
|
+
"kind": 65536,
|
|
167
|
+
"kindString": "Type literal",
|
|
168
|
+
"flags": {},
|
|
169
|
+
"sources": [
|
|
170
|
+
{
|
|
171
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
172
|
+
"line": 7,
|
|
173
|
+
"character": 77
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"type": "reflection",
|
|
180
|
+
"declaration": {
|
|
181
|
+
"id": 33,
|
|
182
|
+
"name": "__type",
|
|
183
|
+
"kind": 65536,
|
|
184
|
+
"kindString": "Type literal",
|
|
185
|
+
"flags": {},
|
|
186
|
+
"sources": [
|
|
187
|
+
{
|
|
188
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
189
|
+
"line": 10,
|
|
190
|
+
"character": 92
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"type": "reflection",
|
|
197
|
+
"declaration": {
|
|
198
|
+
"id": 34,
|
|
199
|
+
"name": "__type",
|
|
200
|
+
"kind": 65536,
|
|
201
|
+
"kindString": "Type literal",
|
|
202
|
+
"flags": {},
|
|
203
|
+
"sources": [
|
|
204
|
+
{
|
|
205
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
206
|
+
"line": 17,
|
|
207
|
+
"character": 45
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
}
|
|
89
214
|
],
|
|
90
|
-
"name": "
|
|
91
|
-
"qualifiedName": "
|
|
215
|
+
"name": "XyoDivinerQueryBase",
|
|
216
|
+
"qualifiedName": "XyoDivinerQueryBase",
|
|
92
217
|
"package": "@xyo-network/diviner"
|
|
93
218
|
}
|
|
94
219
|
],
|
|
@@ -98,7 +223,7 @@
|
|
|
98
223
|
}
|
|
99
224
|
},
|
|
100
225
|
{
|
|
101
|
-
"id":
|
|
226
|
+
"id": 35,
|
|
102
227
|
"name": "setDiviner",
|
|
103
228
|
"kind": 1024,
|
|
104
229
|
"kindString": "Property",
|
|
@@ -110,7 +235,7 @@
|
|
|
110
235
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts",
|
|
111
236
|
"line": 6,
|
|
112
237
|
"character": 2,
|
|
113
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
238
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts#L6"
|
|
114
239
|
}
|
|
115
240
|
],
|
|
116
241
|
"type": {
|
|
@@ -120,46 +245,46 @@
|
|
|
120
245
|
"type": "reference",
|
|
121
246
|
"typeArguments": [
|
|
122
247
|
{
|
|
123
|
-
"type": "
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
|
|
248
|
+
"type": "intersection",
|
|
249
|
+
"types": [
|
|
250
|
+
{
|
|
251
|
+
"type": "reflection",
|
|
252
|
+
"declaration": {
|
|
253
|
+
"id": 36,
|
|
254
|
+
"name": "__type",
|
|
255
|
+
"kind": 65536,
|
|
256
|
+
"kindString": "Type literal",
|
|
257
|
+
"flags": {},
|
|
258
|
+
"sources": [
|
|
259
|
+
{
|
|
260
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
261
|
+
"line": 7,
|
|
262
|
+
"character": 77
|
|
263
|
+
}
|
|
264
|
+
]
|
|
135
265
|
}
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "reflection",
|
|
269
|
+
"declaration": {
|
|
270
|
+
"id": 37,
|
|
271
|
+
"name": "__type",
|
|
272
|
+
"kind": 65536,
|
|
273
|
+
"kindString": "Type literal",
|
|
274
|
+
"flags": {},
|
|
275
|
+
"sources": [
|
|
276
|
+
{
|
|
277
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
278
|
+
"line": 10,
|
|
279
|
+
"character": 92
|
|
280
|
+
}
|
|
281
|
+
]
|
|
152
282
|
}
|
|
153
|
-
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"type": "reference",
|
|
158
|
-
"typeArguments": [
|
|
283
|
+
},
|
|
159
284
|
{
|
|
160
285
|
"type": "reflection",
|
|
161
286
|
"declaration": {
|
|
162
|
-
"id":
|
|
287
|
+
"id": 38,
|
|
163
288
|
"name": "__type",
|
|
164
289
|
"kind": 65536,
|
|
165
290
|
"kindString": "Type literal",
|
|
@@ -167,15 +292,140 @@
|
|
|
167
292
|
"sources": [
|
|
168
293
|
{
|
|
169
294
|
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
170
|
-
"line":
|
|
171
|
-
"character":
|
|
295
|
+
"line": 17,
|
|
296
|
+
"character": 45
|
|
172
297
|
}
|
|
173
298
|
]
|
|
174
299
|
}
|
|
175
300
|
}
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"type": "reference",
|
|
305
|
+
"typeArguments": [
|
|
306
|
+
{
|
|
307
|
+
"type": "intersection",
|
|
308
|
+
"types": [
|
|
309
|
+
{
|
|
310
|
+
"type": "reflection",
|
|
311
|
+
"declaration": {
|
|
312
|
+
"id": 39,
|
|
313
|
+
"name": "__type",
|
|
314
|
+
"kind": 65536,
|
|
315
|
+
"kindString": "Type literal",
|
|
316
|
+
"flags": {},
|
|
317
|
+
"sources": [
|
|
318
|
+
{
|
|
319
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
320
|
+
"line": 7,
|
|
321
|
+
"character": 77
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"type": "reflection",
|
|
328
|
+
"declaration": {
|
|
329
|
+
"id": 40,
|
|
330
|
+
"name": "__type",
|
|
331
|
+
"kind": 65536,
|
|
332
|
+
"kindString": "Type literal",
|
|
333
|
+
"flags": {},
|
|
334
|
+
"sources": [
|
|
335
|
+
{
|
|
336
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
337
|
+
"line": 10,
|
|
338
|
+
"character": 92
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"type": "reflection",
|
|
345
|
+
"declaration": {
|
|
346
|
+
"id": 41,
|
|
347
|
+
"name": "__type",
|
|
348
|
+
"kind": 65536,
|
|
349
|
+
"kindString": "Type literal",
|
|
350
|
+
"flags": {},
|
|
351
|
+
"sources": [
|
|
352
|
+
{
|
|
353
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
354
|
+
"line": 17,
|
|
355
|
+
"character": 45
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
]
|
|
361
|
+
}
|
|
176
362
|
],
|
|
177
|
-
"name": "
|
|
178
|
-
"qualifiedName": "
|
|
363
|
+
"name": "XyoPayloadBase",
|
|
364
|
+
"qualifiedName": "XyoPayloadBase",
|
|
365
|
+
"package": "@xyo-network/payload"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "reference",
|
|
369
|
+
"typeArguments": [
|
|
370
|
+
{
|
|
371
|
+
"type": "intersection",
|
|
372
|
+
"types": [
|
|
373
|
+
{
|
|
374
|
+
"type": "reflection",
|
|
375
|
+
"declaration": {
|
|
376
|
+
"id": 42,
|
|
377
|
+
"name": "__type",
|
|
378
|
+
"kind": 65536,
|
|
379
|
+
"kindString": "Type literal",
|
|
380
|
+
"flags": {},
|
|
381
|
+
"sources": [
|
|
382
|
+
{
|
|
383
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
384
|
+
"line": 7,
|
|
385
|
+
"character": 77
|
|
386
|
+
}
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"type": "reflection",
|
|
392
|
+
"declaration": {
|
|
393
|
+
"id": 43,
|
|
394
|
+
"name": "__type",
|
|
395
|
+
"kind": 65536,
|
|
396
|
+
"kindString": "Type literal",
|
|
397
|
+
"flags": {},
|
|
398
|
+
"sources": [
|
|
399
|
+
{
|
|
400
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
401
|
+
"line": 10,
|
|
402
|
+
"character": 92
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"type": "reflection",
|
|
409
|
+
"declaration": {
|
|
410
|
+
"id": 44,
|
|
411
|
+
"name": "__type",
|
|
412
|
+
"kind": 65536,
|
|
413
|
+
"kindString": "Type literal",
|
|
414
|
+
"flags": {},
|
|
415
|
+
"sources": [
|
|
416
|
+
{
|
|
417
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
418
|
+
"line": 17,
|
|
419
|
+
"character": 45
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"name": "XyoDivinerQueryBase",
|
|
428
|
+
"qualifiedName": "XyoDivinerQueryBase",
|
|
179
429
|
"package": "@xyo-network/diviner"
|
|
180
430
|
}
|
|
181
431
|
],
|
|
@@ -195,7 +445,7 @@
|
|
|
195
445
|
"title": "Properties",
|
|
196
446
|
"children": [
|
|
197
447
|
25,
|
|
198
|
-
|
|
448
|
+
35
|
|
199
449
|
]
|
|
200
450
|
}
|
|
201
451
|
],
|
|
@@ -204,7 +454,7 @@
|
|
|
204
454
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts",
|
|
205
455
|
"line": 4,
|
|
206
456
|
"character": 17,
|
|
207
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
457
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/State.ts#L4"
|
|
208
458
|
}
|
|
209
459
|
]
|
|
210
460
|
},
|
|
@@ -219,7 +469,7 @@
|
|
|
219
469
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
220
470
|
"line": 7,
|
|
221
471
|
"character": 12,
|
|
222
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
472
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
|
|
223
473
|
}
|
|
224
474
|
],
|
|
225
475
|
"type": {
|
|
@@ -255,7 +505,7 @@
|
|
|
255
505
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
256
506
|
"line": 9,
|
|
257
507
|
"character": 2,
|
|
258
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
508
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx#L9"
|
|
259
509
|
}
|
|
260
510
|
],
|
|
261
511
|
"type": {
|
|
@@ -279,7 +529,7 @@
|
|
|
279
529
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
280
530
|
"line": 7,
|
|
281
531
|
"character": 65,
|
|
282
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
532
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
|
|
283
533
|
}
|
|
284
534
|
]
|
|
285
535
|
}
|
|
@@ -301,7 +551,7 @@
|
|
|
301
551
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Context.tsx",
|
|
302
552
|
"line": 5,
|
|
303
553
|
"character": 13,
|
|
304
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
554
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Context.tsx#L5"
|
|
305
555
|
}
|
|
306
556
|
],
|
|
307
557
|
"type": {
|
|
@@ -340,7 +590,7 @@
|
|
|
340
590
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Context.ts",
|
|
341
591
|
"line": 5,
|
|
342
592
|
"character": 6,
|
|
343
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
593
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Context.ts#L5"
|
|
344
594
|
}
|
|
345
595
|
],
|
|
346
596
|
"type": {
|
|
@@ -378,7 +628,7 @@
|
|
|
378
628
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
379
629
|
"line": 15,
|
|
380
630
|
"character": 13,
|
|
381
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
631
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx#L15"
|
|
382
632
|
}
|
|
383
633
|
],
|
|
384
634
|
"signatures": [
|
|
@@ -453,7 +703,7 @@
|
|
|
453
703
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
454
704
|
"line": 30,
|
|
455
705
|
"character": 13,
|
|
456
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
706
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx#L30"
|
|
457
707
|
}
|
|
458
708
|
],
|
|
459
709
|
"signatures": [
|
|
@@ -536,7 +786,7 @@
|
|
|
536
786
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
537
787
|
"line": 40,
|
|
538
788
|
"character": 13,
|
|
539
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
789
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/Provider.tsx#L40"
|
|
540
790
|
}
|
|
541
791
|
],
|
|
542
792
|
"signatures": [
|
|
@@ -611,7 +861,7 @@
|
|
|
611
861
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
612
862
|
"line": 12,
|
|
613
863
|
"character": 13,
|
|
614
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
864
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/Provider.tsx#L12"
|
|
615
865
|
}
|
|
616
866
|
],
|
|
617
867
|
"signatures": [
|
|
@@ -677,7 +927,7 @@
|
|
|
677
927
|
]
|
|
678
928
|
},
|
|
679
929
|
{
|
|
680
|
-
"id":
|
|
930
|
+
"id": 48,
|
|
681
931
|
"name": "useDivinePayload",
|
|
682
932
|
"kind": 64,
|
|
683
933
|
"kindString": "Function",
|
|
@@ -687,62 +937,140 @@
|
|
|
687
937
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts",
|
|
688
938
|
"line": 14,
|
|
689
939
|
"character": 13,
|
|
690
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
940
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts#L14"
|
|
691
941
|
}
|
|
692
942
|
],
|
|
693
943
|
"signatures": [
|
|
694
944
|
{
|
|
695
|
-
"id":
|
|
945
|
+
"id": 49,
|
|
696
946
|
"name": "useDivinePayload",
|
|
697
947
|
"kind": 4096,
|
|
698
948
|
"kindString": "Call signature",
|
|
699
949
|
"flags": {},
|
|
700
950
|
"typeParameter": [
|
|
701
951
|
{
|
|
702
|
-
"id":
|
|
952
|
+
"id": 56,
|
|
703
953
|
"name": "T",
|
|
704
954
|
"kind": 131072,
|
|
705
955
|
"kindString": "Type parameter",
|
|
706
956
|
"flags": {},
|
|
707
957
|
"type": {
|
|
708
|
-
"type": "
|
|
709
|
-
"
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
|
|
958
|
+
"type": "intersection",
|
|
959
|
+
"types": [
|
|
960
|
+
{
|
|
961
|
+
"type": "reflection",
|
|
962
|
+
"declaration": {
|
|
963
|
+
"id": 50,
|
|
964
|
+
"name": "__type",
|
|
965
|
+
"kind": 65536,
|
|
966
|
+
"kindString": "Type literal",
|
|
967
|
+
"flags": {},
|
|
968
|
+
"sources": [
|
|
969
|
+
{
|
|
970
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
971
|
+
"line": 7,
|
|
972
|
+
"character": 77
|
|
973
|
+
}
|
|
974
|
+
]
|
|
720
975
|
}
|
|
721
|
-
|
|
722
|
-
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"type": "reflection",
|
|
979
|
+
"declaration": {
|
|
980
|
+
"id": 51,
|
|
981
|
+
"name": "__type",
|
|
982
|
+
"kind": 65536,
|
|
983
|
+
"kindString": "Type literal",
|
|
984
|
+
"flags": {},
|
|
985
|
+
"sources": [
|
|
986
|
+
{
|
|
987
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
988
|
+
"line": 10,
|
|
989
|
+
"character": 92
|
|
990
|
+
}
|
|
991
|
+
]
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "reflection",
|
|
996
|
+
"declaration": {
|
|
997
|
+
"id": 52,
|
|
998
|
+
"name": "__type",
|
|
999
|
+
"kind": 65536,
|
|
1000
|
+
"kindString": "Type literal",
|
|
1001
|
+
"flags": {},
|
|
1002
|
+
"sources": [
|
|
1003
|
+
{
|
|
1004
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1005
|
+
"line": 17,
|
|
1006
|
+
"character": 45
|
|
1007
|
+
}
|
|
1008
|
+
]
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
]
|
|
723
1012
|
},
|
|
724
1013
|
"default": {
|
|
725
|
-
"type": "
|
|
726
|
-
"
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
|
|
1014
|
+
"type": "intersection",
|
|
1015
|
+
"types": [
|
|
1016
|
+
{
|
|
1017
|
+
"type": "reflection",
|
|
1018
|
+
"declaration": {
|
|
1019
|
+
"id": 53,
|
|
1020
|
+
"name": "__type",
|
|
1021
|
+
"kind": 65536,
|
|
1022
|
+
"kindString": "Type literal",
|
|
1023
|
+
"flags": {},
|
|
1024
|
+
"sources": [
|
|
1025
|
+
{
|
|
1026
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1027
|
+
"line": 7,
|
|
1028
|
+
"character": 77
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
737
1031
|
}
|
|
738
|
-
|
|
739
|
-
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"type": "reflection",
|
|
1035
|
+
"declaration": {
|
|
1036
|
+
"id": 54,
|
|
1037
|
+
"name": "__type",
|
|
1038
|
+
"kind": 65536,
|
|
1039
|
+
"kindString": "Type literal",
|
|
1040
|
+
"flags": {},
|
|
1041
|
+
"sources": [
|
|
1042
|
+
{
|
|
1043
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1044
|
+
"line": 10,
|
|
1045
|
+
"character": 92
|
|
1046
|
+
}
|
|
1047
|
+
]
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"type": "reflection",
|
|
1052
|
+
"declaration": {
|
|
1053
|
+
"id": 55,
|
|
1054
|
+
"name": "__type",
|
|
1055
|
+
"kind": 65536,
|
|
1056
|
+
"kindString": "Type literal",
|
|
1057
|
+
"flags": {},
|
|
1058
|
+
"sources": [
|
|
1059
|
+
{
|
|
1060
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1061
|
+
"line": 17,
|
|
1062
|
+
"character": 45
|
|
1063
|
+
}
|
|
1064
|
+
]
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
]
|
|
740
1068
|
}
|
|
741
1069
|
}
|
|
742
1070
|
],
|
|
743
1071
|
"parameters": [
|
|
744
1072
|
{
|
|
745
|
-
"id":
|
|
1073
|
+
"id": 57,
|
|
746
1074
|
"name": "huri",
|
|
747
1075
|
"kind": 32768,
|
|
748
1076
|
"kindString": "Parameter",
|
|
@@ -771,7 +1099,7 @@
|
|
|
771
1099
|
},
|
|
772
1100
|
{
|
|
773
1101
|
"type": "reference",
|
|
774
|
-
"id":
|
|
1102
|
+
"id": 56,
|
|
775
1103
|
"name": "T"
|
|
776
1104
|
}
|
|
777
1105
|
]
|
|
@@ -792,7 +1120,7 @@
|
|
|
792
1120
|
},
|
|
793
1121
|
{
|
|
794
1122
|
"type": "reference",
|
|
795
|
-
"id":
|
|
1123
|
+
"id": 56,
|
|
796
1124
|
"name": "T"
|
|
797
1125
|
}
|
|
798
1126
|
]
|
|
@@ -823,7 +1151,7 @@
|
|
|
823
1151
|
]
|
|
824
1152
|
},
|
|
825
1153
|
{
|
|
826
|
-
"id":
|
|
1154
|
+
"id": 58,
|
|
827
1155
|
"name": "useDivinePayloads",
|
|
828
1156
|
"kind": 64,
|
|
829
1157
|
"kindString": "Function",
|
|
@@ -833,62 +1161,140 @@
|
|
|
833
1161
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts",
|
|
834
1162
|
"line": 52,
|
|
835
1163
|
"character": 13,
|
|
836
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1164
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts#L52"
|
|
837
1165
|
}
|
|
838
1166
|
],
|
|
839
1167
|
"signatures": [
|
|
840
1168
|
{
|
|
841
|
-
"id":
|
|
1169
|
+
"id": 59,
|
|
842
1170
|
"name": "useDivinePayloads",
|
|
843
1171
|
"kind": 4096,
|
|
844
1172
|
"kindString": "Call signature",
|
|
845
1173
|
"flags": {},
|
|
846
1174
|
"typeParameter": [
|
|
847
1175
|
{
|
|
848
|
-
"id":
|
|
1176
|
+
"id": 66,
|
|
849
1177
|
"name": "T",
|
|
850
1178
|
"kind": 131072,
|
|
851
1179
|
"kindString": "Type parameter",
|
|
852
1180
|
"flags": {},
|
|
853
1181
|
"type": {
|
|
854
|
-
"type": "
|
|
855
|
-
"
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
"
|
|
864
|
-
"
|
|
865
|
-
|
|
1182
|
+
"type": "intersection",
|
|
1183
|
+
"types": [
|
|
1184
|
+
{
|
|
1185
|
+
"type": "reflection",
|
|
1186
|
+
"declaration": {
|
|
1187
|
+
"id": 60,
|
|
1188
|
+
"name": "__type",
|
|
1189
|
+
"kind": 65536,
|
|
1190
|
+
"kindString": "Type literal",
|
|
1191
|
+
"flags": {},
|
|
1192
|
+
"sources": [
|
|
1193
|
+
{
|
|
1194
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1195
|
+
"line": 7,
|
|
1196
|
+
"character": 77
|
|
1197
|
+
}
|
|
1198
|
+
]
|
|
866
1199
|
}
|
|
867
|
-
|
|
868
|
-
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"type": "reflection",
|
|
1203
|
+
"declaration": {
|
|
1204
|
+
"id": 61,
|
|
1205
|
+
"name": "__type",
|
|
1206
|
+
"kind": 65536,
|
|
1207
|
+
"kindString": "Type literal",
|
|
1208
|
+
"flags": {},
|
|
1209
|
+
"sources": [
|
|
1210
|
+
{
|
|
1211
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1212
|
+
"line": 10,
|
|
1213
|
+
"character": 92
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"type": "reflection",
|
|
1220
|
+
"declaration": {
|
|
1221
|
+
"id": 62,
|
|
1222
|
+
"name": "__type",
|
|
1223
|
+
"kind": 65536,
|
|
1224
|
+
"kindString": "Type literal",
|
|
1225
|
+
"flags": {},
|
|
1226
|
+
"sources": [
|
|
1227
|
+
{
|
|
1228
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1229
|
+
"line": 17,
|
|
1230
|
+
"character": 45
|
|
1231
|
+
}
|
|
1232
|
+
]
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
]
|
|
869
1236
|
},
|
|
870
1237
|
"default": {
|
|
871
|
-
"type": "
|
|
872
|
-
"
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
"
|
|
881
|
-
"
|
|
882
|
-
|
|
1238
|
+
"type": "intersection",
|
|
1239
|
+
"types": [
|
|
1240
|
+
{
|
|
1241
|
+
"type": "reflection",
|
|
1242
|
+
"declaration": {
|
|
1243
|
+
"id": 63,
|
|
1244
|
+
"name": "__type",
|
|
1245
|
+
"kind": 65536,
|
|
1246
|
+
"kindString": "Type literal",
|
|
1247
|
+
"flags": {},
|
|
1248
|
+
"sources": [
|
|
1249
|
+
{
|
|
1250
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1251
|
+
"line": 7,
|
|
1252
|
+
"character": 77
|
|
1253
|
+
}
|
|
1254
|
+
]
|
|
883
1255
|
}
|
|
884
|
-
|
|
885
|
-
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"type": "reflection",
|
|
1259
|
+
"declaration": {
|
|
1260
|
+
"id": 64,
|
|
1261
|
+
"name": "__type",
|
|
1262
|
+
"kind": 65536,
|
|
1263
|
+
"kindString": "Type literal",
|
|
1264
|
+
"flags": {},
|
|
1265
|
+
"sources": [
|
|
1266
|
+
{
|
|
1267
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1268
|
+
"line": 10,
|
|
1269
|
+
"character": 92
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"type": "reflection",
|
|
1276
|
+
"declaration": {
|
|
1277
|
+
"id": 65,
|
|
1278
|
+
"name": "__type",
|
|
1279
|
+
"kind": 65536,
|
|
1280
|
+
"kindString": "Type literal",
|
|
1281
|
+
"flags": {},
|
|
1282
|
+
"sources": [
|
|
1283
|
+
{
|
|
1284
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1285
|
+
"line": 17,
|
|
1286
|
+
"character": 45
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
886
1292
|
}
|
|
887
1293
|
}
|
|
888
1294
|
],
|
|
889
1295
|
"parameters": [
|
|
890
1296
|
{
|
|
891
|
-
"id":
|
|
1297
|
+
"id": 67,
|
|
892
1298
|
"name": "huriList",
|
|
893
1299
|
"kind": 32768,
|
|
894
1300
|
"kindString": "Parameter",
|
|
@@ -923,7 +1329,7 @@
|
|
|
923
1329
|
},
|
|
924
1330
|
{
|
|
925
1331
|
"type": "reference",
|
|
926
|
-
"id":
|
|
1332
|
+
"id": 66,
|
|
927
1333
|
"name": "T"
|
|
928
1334
|
}
|
|
929
1335
|
]
|
|
@@ -952,7 +1358,7 @@
|
|
|
952
1358
|
},
|
|
953
1359
|
{
|
|
954
1360
|
"type": "reference",
|
|
955
|
-
"id":
|
|
1361
|
+
"id": 66,
|
|
956
1362
|
"name": "T"
|
|
957
1363
|
}
|
|
958
1364
|
]
|
|
@@ -999,7 +1405,7 @@
|
|
|
999
1405
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/use.ts",
|
|
1000
1406
|
"line": 5,
|
|
1001
1407
|
"character": 13,
|
|
1002
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/DivinedPayload/use.ts#L5"
|
|
1003
1409
|
}
|
|
1004
1410
|
],
|
|
1005
1411
|
"signatures": [
|
|
@@ -1038,7 +1444,7 @@
|
|
|
1038
1444
|
]
|
|
1039
1445
|
},
|
|
1040
1446
|
{
|
|
1041
|
-
"id":
|
|
1447
|
+
"id": 45,
|
|
1042
1448
|
"name": "usePayloadDiviner",
|
|
1043
1449
|
"kind": 64,
|
|
1044
1450
|
"kindString": "Function",
|
|
@@ -1048,19 +1454,19 @@
|
|
|
1048
1454
|
"fileName": "packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1049
1455
|
"line": 10,
|
|
1050
1456
|
"character": 13,
|
|
1051
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1457
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/contexts/PayloadDiviner/use.ts#L10"
|
|
1052
1458
|
}
|
|
1053
1459
|
],
|
|
1054
1460
|
"signatures": [
|
|
1055
1461
|
{
|
|
1056
|
-
"id":
|
|
1462
|
+
"id": 46,
|
|
1057
1463
|
"name": "usePayloadDiviner",
|
|
1058
1464
|
"kind": 4096,
|
|
1059
1465
|
"kindString": "Call signature",
|
|
1060
1466
|
"flags": {},
|
|
1061
1467
|
"parameters": [
|
|
1062
1468
|
{
|
|
1063
|
-
"id":
|
|
1469
|
+
"id": 47,
|
|
1064
1470
|
"name": "required",
|
|
1065
1471
|
"kind": 32768,
|
|
1066
1472
|
"kindString": "Parameter",
|
|
@@ -1129,10 +1535,10 @@
|
|
|
1129
1535
|
6,
|
|
1130
1536
|
10,
|
|
1131
1537
|
20,
|
|
1132
|
-
|
|
1133
|
-
|
|
1538
|
+
48,
|
|
1539
|
+
58,
|
|
1134
1540
|
14,
|
|
1135
|
-
|
|
1541
|
+
45
|
|
1136
1542
|
]
|
|
1137
1543
|
}
|
|
1138
1544
|
],
|
|
@@ -1141,7 +1547,7 @@
|
|
|
1141
1547
|
"fileName": "packages/sdk/packages/payload-diviner/src/index.ts",
|
|
1142
1548
|
"line": 1,
|
|
1143
1549
|
"character": 0,
|
|
1144
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1550
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ba07f034e/packages/sdk/packages/payload-diviner/src/index.ts#L1"
|
|
1145
1551
|
}
|
|
1146
1552
|
]
|
|
1147
1553
|
}
|
|
@@ -2,24 +2,36 @@ import { Dispatch } from 'react';
|
|
|
2
2
|
export declare const usePayloadDiviner: (required?: boolean) => Omit<import("./State").PayloadDivinerState & import("@xyo-network/react-shared").ContextExState, "provided">;
|
|
3
3
|
export declare const useDivinePayload: <T extends {
|
|
4
4
|
schema: string;
|
|
5
|
+
} & {
|
|
5
6
|
previousHash?: string | undefined;
|
|
6
7
|
sources?: string[] | undefined;
|
|
7
8
|
timestamp?: number | undefined;
|
|
9
|
+
} & {
|
|
10
|
+
schema: string;
|
|
8
11
|
} = {
|
|
9
12
|
schema: string;
|
|
13
|
+
} & {
|
|
10
14
|
previousHash?: string | undefined;
|
|
11
15
|
sources?: string[] | undefined;
|
|
12
16
|
timestamp?: number | undefined;
|
|
17
|
+
} & {
|
|
18
|
+
schema: string;
|
|
13
19
|
}>(huri?: string) => [T | null | undefined, Dispatch<T | null | undefined>, Error | undefined];
|
|
14
20
|
export declare const useDivinePayloads: <T extends {
|
|
15
21
|
schema: string;
|
|
22
|
+
} & {
|
|
16
23
|
previousHash?: string | undefined;
|
|
17
24
|
sources?: string[] | undefined;
|
|
18
25
|
timestamp?: number | undefined;
|
|
26
|
+
} & {
|
|
27
|
+
schema: string;
|
|
19
28
|
} = {
|
|
20
29
|
schema: string;
|
|
30
|
+
} & {
|
|
21
31
|
previousHash?: string | undefined;
|
|
22
32
|
sources?: string[] | undefined;
|
|
23
33
|
timestamp?: number | undefined;
|
|
34
|
+
} & {
|
|
35
|
+
schema: string;
|
|
24
36
|
}>(huriList: string[]) => [(T | null)[] | undefined, Dispatch<(T | null)[] | undefined>, Error[] | undefined];
|
|
25
37
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/use.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAuB,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,iBAAiB,sIAE7B,CAAA;AAED,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/use.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAuB,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,iBAAiB,sIAE7B,CAAA;AAED,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;UACpB,MAAM,8EAmCd,CAAA;AAED,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;aAClB,MAAM,EAAE,wFA0CnB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-shared": "^2.14.
|
|
14
|
-
"@xyo-network/react-api": "^2.35.0
|
|
15
|
-
"@xyo-network/react-auth-service": "^2.35.0
|
|
16
|
-
"@xyo-network/react-network": "^2.35.0
|
|
17
|
-
"@xyo-network/react-shared": "^2.35.0
|
|
13
|
+
"@xylabs/react-shared": "^2.14.20",
|
|
14
|
+
"@xyo-network/react-api": "^2.35.0",
|
|
15
|
+
"@xyo-network/react-auth-service": "^2.35.0",
|
|
16
|
+
"@xyo-network/react-network": "^2.35.0",
|
|
17
|
+
"@xyo-network/react-shared": "^2.35.0",
|
|
18
18
|
"lodash": "^4.17.21",
|
|
19
19
|
"tslib": "^2.4.0"
|
|
20
20
|
},
|
|
@@ -75,6 +75,5 @@
|
|
|
75
75
|
},
|
|
76
76
|
"sideEffects": false,
|
|
77
77
|
"types": "dist/esm/index.d.ts",
|
|
78
|
-
"version": "2.35.0
|
|
79
|
-
"stableVersion": "2.34.2"
|
|
78
|
+
"version": "2.35.0"
|
|
80
79
|
}
|