@xyo-network/schema-payload-plugin 2.75.17 → 2.76.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.
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
@@ -1,4 +1,4 @@
1
- export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
1
+ export declare const SchemaPayloadPlugin: () => import("@xyo-network/payload-plugin").PayloadPlugin<import("@xyo-network/payload-model").SchemaFields & {
2
2
  definition: {
3
3
  [key: string]: unknown;
4
4
  $id?: string | undefined;
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload-model": "~2.75.17",
14
- "@xyo-network/payload-plugin": "~2.75.17"
13
+ "@xyo-network/payload-model": "~2.76.0",
14
+ "@xyo-network/payload-plugin": "~2.76.0"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@xylabs/ts-scripts-yarn3": "^3.1.9",
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/node/index.d.ts",
64
- "version": "2.75.17"
64
+ "version": "2.76.0"
65
65
  }
package/dist/docs.json DELETED
@@ -1,999 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/schema-payload-plugin",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 35,
10
- "name": "default",
11
- "variant": "reference",
12
- "kind": 4194304,
13
- "flags": {},
14
- "sources": [
15
- {
16
- "fileName": "index.ts",
17
- "line": 10,
18
- "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/index.ts#L10"
20
- }
21
- ],
22
- "target": 1
23
- },
24
- {
25
- "id": 12,
26
- "name": "SchemaPayload",
27
- "variant": "declaration",
28
- "kind": 2097152,
29
- "flags": {},
30
- "sources": [
31
- {
32
- "fileName": "Payload.ts",
33
- "line": 5,
34
- "character": 12,
35
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L5"
36
- }
37
- ],
38
- "type": {
39
- "type": "reference",
40
- "target": {
41
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
42
- "qualifiedName": "Payload"
43
- },
44
- "typeArguments": [
45
- {
46
- "type": "reflection",
47
- "declaration": {
48
- "id": 13,
49
- "name": "__type",
50
- "variant": "declaration",
51
- "kind": 65536,
52
- "flags": {},
53
- "children": [
54
- {
55
- "id": 14,
56
- "name": "definition",
57
- "variant": "declaration",
58
- "kind": 1024,
59
- "flags": {},
60
- "sources": [
61
- {
62
- "fileName": "Payload.ts",
63
- "line": 6,
64
- "character": 2,
65
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
66
- }
67
- ],
68
- "type": {
69
- "type": "reflection",
70
- "declaration": {
71
- "id": 15,
72
- "name": "__type",
73
- "variant": "declaration",
74
- "kind": 65536,
75
- "flags": {},
76
- "children": [
77
- {
78
- "id": 16,
79
- "name": "$id",
80
- "variant": "declaration",
81
- "kind": 1024,
82
- "flags": {
83
- "isOptional": true
84
- },
85
- "sources": [
86
- {
87
- "fileName": "Payload.ts",
88
- "line": 8,
89
- "character": 4,
90
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L8"
91
- }
92
- ],
93
- "type": {
94
- "type": "intrinsic",
95
- "name": "string"
96
- }
97
- }
98
- ],
99
- "groups": [
100
- {
101
- "title": "Properties",
102
- "children": [
103
- 16
104
- ]
105
- }
106
- ],
107
- "sources": [
108
- {
109
- "fileName": "Payload.ts",
110
- "line": 6,
111
- "character": 14,
112
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
113
- }
114
- ],
115
- "indexSignature": {
116
- "id": 17,
117
- "name": "__index",
118
- "variant": "signature",
119
- "kind": 8192,
120
- "flags": {},
121
- "sources": [
122
- {
123
- "fileName": "Payload.ts",
124
- "line": 7,
125
- "character": 4,
126
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L7"
127
- }
128
- ],
129
- "parameters": [
130
- {
131
- "id": 18,
132
- "name": "key",
133
- "variant": "param",
134
- "kind": 32768,
135
- "flags": {},
136
- "type": {
137
- "type": "intrinsic",
138
- "name": "string"
139
- }
140
- }
141
- ],
142
- "type": {
143
- "type": "intrinsic",
144
- "name": "unknown"
145
- }
146
- }
147
- }
148
- }
149
- },
150
- {
151
- "id": 19,
152
- "name": "extends",
153
- "variant": "declaration",
154
- "kind": 1024,
155
- "flags": {
156
- "isOptional": true
157
- },
158
- "sources": [
159
- {
160
- "fileName": "Payload.ts",
161
- "line": 10,
162
- "character": 2,
163
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L10"
164
- }
165
- ],
166
- "type": {
167
- "type": "intrinsic",
168
- "name": "string"
169
- }
170
- },
171
- {
172
- "id": 20,
173
- "name": "name",
174
- "variant": "declaration",
175
- "kind": 1024,
176
- "flags": {
177
- "isOptional": true
178
- },
179
- "comment": {
180
- "summary": [],
181
- "blockTags": [
182
- {
183
- "tag": "@deprecated",
184
- "content": [
185
- {
186
- "kind": "text",
187
- "text": "use definition.$id instead"
188
- }
189
- ]
190
- }
191
- ]
192
- },
193
- "sources": [
194
- {
195
- "fileName": "Payload.ts",
196
- "line": 12,
197
- "character": 2,
198
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L12"
199
- }
200
- ],
201
- "type": {
202
- "type": "intrinsic",
203
- "name": "string"
204
- }
205
- },
206
- {
207
- "id": 21,
208
- "name": "schema",
209
- "variant": "declaration",
210
- "kind": 1024,
211
- "flags": {},
212
- "sources": [
213
- {
214
- "fileName": "Payload.ts",
215
- "line": 14,
216
- "character": 2,
217
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L14"
218
- }
219
- ],
220
- "type": {
221
- "type": "reference",
222
- "target": 22,
223
- "name": "SchemaSchema",
224
- "package": "@xyo-network/schema-payload-plugin"
225
- }
226
- }
227
- ],
228
- "groups": [
229
- {
230
- "title": "Properties",
231
- "children": [
232
- 14,
233
- 19,
234
- 20,
235
- 21
236
- ]
237
- }
238
- ],
239
- "sources": [
240
- {
241
- "fileName": "Payload.ts",
242
- "line": 5,
243
- "character": 36,
244
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L5"
245
- }
246
- ]
247
- }
248
- }
249
- ],
250
- "name": "Payload",
251
- "package": "@xyo-network/payload-model"
252
- }
253
- },
254
- {
255
- "id": 23,
256
- "name": "SchemaSchema",
257
- "variant": "declaration",
258
- "kind": 2097152,
259
- "flags": {},
260
- "sources": [
261
- {
262
- "fileName": "Schema.ts",
263
- "line": 1,
264
- "character": 12,
265
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Schema.ts#L1"
266
- },
267
- {
268
- "fileName": "Schema.ts",
269
- "line": 2,
270
- "character": 13,
271
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Schema.ts#L2"
272
- }
273
- ],
274
- "type": {
275
- "type": "literal",
276
- "value": "network.xyo.schema"
277
- }
278
- },
279
- {
280
- "id": 22,
281
- "name": "SchemaSchema",
282
- "variant": "declaration",
283
- "kind": 32,
284
- "flags": {},
285
- "sources": [
286
- {
287
- "fileName": "Schema.ts",
288
- "line": 1,
289
- "character": 12,
290
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Schema.ts#L1"
291
- },
292
- {
293
- "fileName": "Schema.ts",
294
- "line": 2,
295
- "character": 13,
296
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Schema.ts#L2"
297
- }
298
- ],
299
- "type": {
300
- "type": "literal",
301
- "value": "network.xyo.schema"
302
- }
303
- },
304
- {
305
- "id": 1,
306
- "name": "SchemaPayloadPlugin",
307
- "variant": "declaration",
308
- "kind": 64,
309
- "flags": {},
310
- "sources": [
311
- {
312
- "fileName": "Plugin.ts",
313
- "line": 7,
314
- "character": 13,
315
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Plugin.ts#L7"
316
- }
317
- ],
318
- "signatures": [
319
- {
320
- "id": 2,
321
- "name": "SchemaPayloadPlugin",
322
- "variant": "signature",
323
- "kind": 4096,
324
- "flags": {},
325
- "sources": [
326
- {
327
- "fileName": "Plugin.ts",
328
- "line": 7,
329
- "character": 35,
330
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Plugin.ts#L7"
331
- }
332
- ],
333
- "type": {
334
- "type": "reference",
335
- "target": {
336
- "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
337
- "qualifiedName": "PayloadPlugin"
338
- },
339
- "typeArguments": [
340
- {
341
- "type": "intersection",
342
- "types": [
343
- {
344
- "type": "reference",
345
- "target": {
346
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
347
- "qualifiedName": "SchemaFields"
348
- },
349
- "name": "SchemaFields",
350
- "package": "@xyo-network/payload-model"
351
- },
352
- {
353
- "type": "reference",
354
- "target": {
355
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
356
- "qualifiedName": "PayloadFields"
357
- },
358
- "name": "PayloadFields",
359
- "package": "@xyo-network/payload-model"
360
- },
361
- {
362
- "type": "reflection",
363
- "declaration": {
364
- "id": 3,
365
- "name": "__type",
366
- "variant": "declaration",
367
- "kind": 65536,
368
- "flags": {},
369
- "children": [
370
- {
371
- "id": 4,
372
- "name": "definition",
373
- "variant": "declaration",
374
- "kind": 1024,
375
- "flags": {},
376
- "sources": [
377
- {
378
- "fileName": "Payload.ts",
379
- "line": 6,
380
- "character": 2,
381
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
382
- }
383
- ],
384
- "type": {
385
- "type": "reflection",
386
- "declaration": {
387
- "id": 5,
388
- "name": "__type",
389
- "variant": "declaration",
390
- "kind": 65536,
391
- "flags": {},
392
- "children": [
393
- {
394
- "id": 6,
395
- "name": "$id",
396
- "variant": "declaration",
397
- "kind": 1024,
398
- "flags": {
399
- "isOptional": true
400
- },
401
- "sources": [
402
- {
403
- "fileName": "Payload.ts",
404
- "line": 8,
405
- "character": 4,
406
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L8"
407
- }
408
- ],
409
- "type": {
410
- "type": "intrinsic",
411
- "name": "string"
412
- }
413
- }
414
- ],
415
- "groups": [
416
- {
417
- "title": "Properties",
418
- "children": [
419
- 6
420
- ]
421
- }
422
- ],
423
- "sources": [
424
- {
425
- "fileName": "Payload.ts",
426
- "line": 6,
427
- "character": 14,
428
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
429
- }
430
- ],
431
- "indexSignature": {
432
- "id": 7,
433
- "name": "__index",
434
- "variant": "signature",
435
- "kind": 8192,
436
- "flags": {},
437
- "sources": [
438
- {
439
- "fileName": "Payload.ts",
440
- "line": 7,
441
- "character": 4,
442
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L7"
443
- }
444
- ],
445
- "parameters": [
446
- {
447
- "id": 8,
448
- "name": "key",
449
- "variant": "param",
450
- "kind": 32768,
451
- "flags": {},
452
- "type": {
453
- "type": "intrinsic",
454
- "name": "string"
455
- }
456
- }
457
- ],
458
- "type": {
459
- "type": "intrinsic",
460
- "name": "unknown"
461
- }
462
- }
463
- }
464
- }
465
- },
466
- {
467
- "id": 9,
468
- "name": "extends",
469
- "variant": "declaration",
470
- "kind": 1024,
471
- "flags": {
472
- "isOptional": true
473
- },
474
- "sources": [
475
- {
476
- "fileName": "Payload.ts",
477
- "line": 10,
478
- "character": 2,
479
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L10"
480
- }
481
- ],
482
- "type": {
483
- "type": "intrinsic",
484
- "name": "string"
485
- }
486
- },
487
- {
488
- "id": 10,
489
- "name": "name",
490
- "variant": "declaration",
491
- "kind": 1024,
492
- "flags": {
493
- "isOptional": true
494
- },
495
- "comment": {
496
- "summary": [],
497
- "blockTags": [
498
- {
499
- "tag": "@deprecated",
500
- "content": [
501
- {
502
- "kind": "text",
503
- "text": "use definition.$id instead"
504
- }
505
- ]
506
- }
507
- ]
508
- },
509
- "sources": [
510
- {
511
- "fileName": "Payload.ts",
512
- "line": 12,
513
- "character": 2,
514
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L12"
515
- }
516
- ],
517
- "type": {
518
- "type": "intrinsic",
519
- "name": "string"
520
- }
521
- },
522
- {
523
- "id": 11,
524
- "name": "schema",
525
- "variant": "declaration",
526
- "kind": 1024,
527
- "flags": {},
528
- "sources": [
529
- {
530
- "fileName": "Payload.ts",
531
- "line": 14,
532
- "character": 2,
533
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L14"
534
- }
535
- ],
536
- "type": {
537
- "type": "literal",
538
- "value": "network.xyo.schema"
539
- }
540
- }
541
- ],
542
- "groups": [
543
- {
544
- "title": "Properties",
545
- "children": [
546
- 4,
547
- 9,
548
- 10,
549
- 11
550
- ]
551
- }
552
- ],
553
- "sources": [
554
- {
555
- "fileName": "Payload.ts",
556
- "line": 5,
557
- "character": 36,
558
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L5"
559
- }
560
- ]
561
- }
562
- }
563
- ]
564
- }
565
- ],
566
- "name": "PayloadPlugin",
567
- "package": "@xyo-network/payload-plugin"
568
- }
569
- }
570
- ]
571
- },
572
- {
573
- "id": 24,
574
- "name": "schemaPayloadTemplate",
575
- "variant": "declaration",
576
- "kind": 64,
577
- "flags": {},
578
- "sources": [
579
- {
580
- "fileName": "Template.ts",
581
- "line": 3,
582
- "character": 13,
583
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Template.ts#L3"
584
- }
585
- ],
586
- "signatures": [
587
- {
588
- "id": 25,
589
- "name": "schemaPayloadTemplate",
590
- "variant": "signature",
591
- "kind": 4096,
592
- "flags": {},
593
- "sources": [
594
- {
595
- "fileName": "Template.ts",
596
- "line": 3,
597
- "character": 37,
598
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Template.ts#L3"
599
- }
600
- ],
601
- "type": {
602
- "type": "intersection",
603
- "types": [
604
- {
605
- "type": "reference",
606
- "target": {
607
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
608
- "qualifiedName": "SchemaFields"
609
- },
610
- "name": "SchemaFields",
611
- "package": "@xyo-network/payload-model"
612
- },
613
- {
614
- "type": "reference",
615
- "target": {
616
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
617
- "qualifiedName": "PayloadFields"
618
- },
619
- "name": "PayloadFields",
620
- "package": "@xyo-network/payload-model"
621
- },
622
- {
623
- "type": "reflection",
624
- "declaration": {
625
- "id": 26,
626
- "name": "__type",
627
- "variant": "declaration",
628
- "kind": 65536,
629
- "flags": {},
630
- "children": [
631
- {
632
- "id": 27,
633
- "name": "definition",
634
- "variant": "declaration",
635
- "kind": 1024,
636
- "flags": {},
637
- "sources": [
638
- {
639
- "fileName": "Payload.ts",
640
- "line": 6,
641
- "character": 2,
642
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
643
- }
644
- ],
645
- "type": {
646
- "type": "reflection",
647
- "declaration": {
648
- "id": 28,
649
- "name": "__type",
650
- "variant": "declaration",
651
- "kind": 65536,
652
- "flags": {},
653
- "children": [
654
- {
655
- "id": 29,
656
- "name": "$id",
657
- "variant": "declaration",
658
- "kind": 1024,
659
- "flags": {
660
- "isOptional": true
661
- },
662
- "sources": [
663
- {
664
- "fileName": "Payload.ts",
665
- "line": 8,
666
- "character": 4,
667
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L8"
668
- }
669
- ],
670
- "type": {
671
- "type": "intrinsic",
672
- "name": "string"
673
- }
674
- }
675
- ],
676
- "groups": [
677
- {
678
- "title": "Properties",
679
- "children": [
680
- 29
681
- ]
682
- }
683
- ],
684
- "sources": [
685
- {
686
- "fileName": "Payload.ts",
687
- "line": 6,
688
- "character": 14,
689
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L6"
690
- }
691
- ],
692
- "indexSignature": {
693
- "id": 30,
694
- "name": "__index",
695
- "variant": "signature",
696
- "kind": 8192,
697
- "flags": {},
698
- "sources": [
699
- {
700
- "fileName": "Payload.ts",
701
- "line": 7,
702
- "character": 4,
703
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L7"
704
- }
705
- ],
706
- "parameters": [
707
- {
708
- "id": 31,
709
- "name": "key",
710
- "variant": "param",
711
- "kind": 32768,
712
- "flags": {},
713
- "type": {
714
- "type": "intrinsic",
715
- "name": "string"
716
- }
717
- }
718
- ],
719
- "type": {
720
- "type": "intrinsic",
721
- "name": "unknown"
722
- }
723
- }
724
- }
725
- }
726
- },
727
- {
728
- "id": 32,
729
- "name": "extends",
730
- "variant": "declaration",
731
- "kind": 1024,
732
- "flags": {
733
- "isOptional": true
734
- },
735
- "sources": [
736
- {
737
- "fileName": "Payload.ts",
738
- "line": 10,
739
- "character": 2,
740
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L10"
741
- }
742
- ],
743
- "type": {
744
- "type": "intrinsic",
745
- "name": "string"
746
- }
747
- },
748
- {
749
- "id": 33,
750
- "name": "name",
751
- "variant": "declaration",
752
- "kind": 1024,
753
- "flags": {
754
- "isOptional": true
755
- },
756
- "comment": {
757
- "summary": [],
758
- "blockTags": [
759
- {
760
- "tag": "@deprecated",
761
- "content": [
762
- {
763
- "kind": "text",
764
- "text": "use definition.$id instead"
765
- }
766
- ]
767
- }
768
- ]
769
- },
770
- "sources": [
771
- {
772
- "fileName": "Payload.ts",
773
- "line": 12,
774
- "character": 2,
775
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L12"
776
- }
777
- ],
778
- "type": {
779
- "type": "intrinsic",
780
- "name": "string"
781
- }
782
- },
783
- {
784
- "id": 34,
785
- "name": "schema",
786
- "variant": "declaration",
787
- "kind": 1024,
788
- "flags": {},
789
- "sources": [
790
- {
791
- "fileName": "Payload.ts",
792
- "line": 14,
793
- "character": 2,
794
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L14"
795
- }
796
- ],
797
- "type": {
798
- "type": "literal",
799
- "value": "network.xyo.schema"
800
- }
801
- }
802
- ],
803
- "groups": [
804
- {
805
- "title": "Properties",
806
- "children": [
807
- 27,
808
- 32,
809
- 33,
810
- 34
811
- ]
812
- }
813
- ],
814
- "sources": [
815
- {
816
- "fileName": "Payload.ts",
817
- "line": 5,
818
- "character": 36,
819
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/88daee906ba30/packages/plugins/packages/payload/packages/schema/src/Payload.ts#L5"
820
- }
821
- ]
822
- }
823
- }
824
- ]
825
- }
826
- }
827
- ]
828
- }
829
- ],
830
- "groups": [
831
- {
832
- "title": "References",
833
- "children": [
834
- 35
835
- ]
836
- },
837
- {
838
- "title": "Type Aliases",
839
- "children": [
840
- 12,
841
- 23
842
- ]
843
- },
844
- {
845
- "title": "Variables",
846
- "children": [
847
- 22
848
- ]
849
- },
850
- {
851
- "title": "Functions",
852
- "children": [
853
- 1,
854
- 24
855
- ]
856
- }
857
- ],
858
- "packageName": "@xyo-network/schema-payload-plugin",
859
- "readme": [
860
- {
861
- "kind": "text",
862
- "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\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"
863
- }
864
- ],
865
- "symbolIdMap": {
866
- "0": {
867
- "sourceFileName": "src/index.ts",
868
- "qualifiedName": ""
869
- },
870
- "1": {
871
- "sourceFileName": "src/Plugin.ts",
872
- "qualifiedName": "SchemaPayloadPlugin"
873
- },
874
- "2": {
875
- "sourceFileName": "src/Plugin.ts",
876
- "qualifiedName": "SchemaPayloadPlugin"
877
- },
878
- "3": {
879
- "sourceFileName": "src/Payload.ts",
880
- "qualifiedName": "__type"
881
- },
882
- "4": {
883
- "sourceFileName": "src/Payload.ts",
884
- "qualifiedName": "__type.definition"
885
- },
886
- "5": {
887
- "sourceFileName": "src/Payload.ts",
888
- "qualifiedName": "__type"
889
- },
890
- "6": {
891
- "sourceFileName": "src/Payload.ts",
892
- "qualifiedName": "__type.$id"
893
- },
894
- "7": {
895
- "sourceFileName": "src/Payload.ts",
896
- "qualifiedName": "__type.__index"
897
- },
898
- "9": {
899
- "sourceFileName": "src/Payload.ts",
900
- "qualifiedName": "__type.extends"
901
- },
902
- "10": {
903
- "sourceFileName": "src/Payload.ts",
904
- "qualifiedName": "__type.name"
905
- },
906
- "11": {
907
- "sourceFileName": "src/Payload.ts",
908
- "qualifiedName": "__type.schema"
909
- },
910
- "12": {
911
- "sourceFileName": "src/Payload.ts",
912
- "qualifiedName": "SchemaPayload"
913
- },
914
- "13": {
915
- "sourceFileName": "src/Payload.ts",
916
- "qualifiedName": "__type"
917
- },
918
- "14": {
919
- "sourceFileName": "src/Payload.ts",
920
- "qualifiedName": "__type.definition"
921
- },
922
- "15": {
923
- "sourceFileName": "src/Payload.ts",
924
- "qualifiedName": "__type"
925
- },
926
- "16": {
927
- "sourceFileName": "src/Payload.ts",
928
- "qualifiedName": "__type.$id"
929
- },
930
- "17": {
931
- "sourceFileName": "src/Payload.ts",
932
- "qualifiedName": "__type.__index"
933
- },
934
- "19": {
935
- "sourceFileName": "src/Payload.ts",
936
- "qualifiedName": "__type.extends"
937
- },
938
- "20": {
939
- "sourceFileName": "src/Payload.ts",
940
- "qualifiedName": "__type.name"
941
- },
942
- "21": {
943
- "sourceFileName": "src/Payload.ts",
944
- "qualifiedName": "__type.schema"
945
- },
946
- "22": {
947
- "sourceFileName": "src/Schema.ts",
948
- "qualifiedName": "SchemaSchema"
949
- },
950
- "23": {
951
- "sourceFileName": "src/Schema.ts",
952
- "qualifiedName": "SchemaSchema"
953
- },
954
- "24": {
955
- "sourceFileName": "src/Template.ts",
956
- "qualifiedName": "schemaPayloadTemplate"
957
- },
958
- "25": {
959
- "sourceFileName": "src/Template.ts",
960
- "qualifiedName": "schemaPayloadTemplate"
961
- },
962
- "26": {
963
- "sourceFileName": "src/Payload.ts",
964
- "qualifiedName": "__type"
965
- },
966
- "27": {
967
- "sourceFileName": "src/Payload.ts",
968
- "qualifiedName": "__type.definition"
969
- },
970
- "28": {
971
- "sourceFileName": "src/Payload.ts",
972
- "qualifiedName": "__type"
973
- },
974
- "29": {
975
- "sourceFileName": "src/Payload.ts",
976
- "qualifiedName": "__type.$id"
977
- },
978
- "30": {
979
- "sourceFileName": "src/Payload.ts",
980
- "qualifiedName": "__type.__index"
981
- },
982
- "32": {
983
- "sourceFileName": "src/Payload.ts",
984
- "qualifiedName": "__type.extends"
985
- },
986
- "33": {
987
- "sourceFileName": "src/Payload.ts",
988
- "qualifiedName": "__type.name"
989
- },
990
- "34": {
991
- "sourceFileName": "src/Payload.ts",
992
- "qualifiedName": "__type.schema"
993
- },
994
- "35": {
995
- "sourceFileName": "src/index.ts",
996
- "qualifiedName": "default"
997
- }
998
- }
999
- }