@xyo-network/module-instance-payload-plugin 2.75.18 → 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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/dist/docs.json +0 -716
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.18",
14
- "@xyo-network/payload-plugin": "~2.75.18"
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.18"
64
+ "version": "2.76.0"
65
65
  }
package/dist/docs.json DELETED
@@ -1,716 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/module-instance-payload-plugin",
4
- "variant": "project",
5
- "kind": 1,
6
- "flags": {},
7
- "children": [
8
- {
9
- "id": 22,
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/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/index.ts#L10"
20
- }
21
- ],
22
- "target": 1
23
- },
24
- {
25
- "id": 7,
26
- "name": "AbstractModuleInstanceQueryConfig",
27
- "variant": "declaration",
28
- "kind": 256,
29
- "flags": {},
30
- "children": [
31
- {
32
- "id": 8,
33
- "name": "cost",
34
- "variant": "declaration",
35
- "kind": 1024,
36
- "flags": {
37
- "isOptional": true
38
- },
39
- "sources": [
40
- {
41
- "fileName": "Payload.ts",
42
- "line": 6,
43
- "character": 2,
44
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L6"
45
- }
46
- ],
47
- "type": {
48
- "type": "intrinsic",
49
- "name": "string"
50
- }
51
- }
52
- ],
53
- "groups": [
54
- {
55
- "title": "Properties",
56
- "children": [
57
- 8
58
- ]
59
- }
60
- ],
61
- "sources": [
62
- {
63
- "fileName": "Payload.ts",
64
- "line": 5,
65
- "character": 17,
66
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L5"
67
- }
68
- ]
69
- },
70
- {
71
- "id": 9,
72
- "name": "AbstractModuleInstancePayload",
73
- "variant": "declaration",
74
- "kind": 2097152,
75
- "flags": {},
76
- "sources": [
77
- {
78
- "fileName": "Payload.ts",
79
- "line": 9,
80
- "character": 12,
81
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
82
- }
83
- ],
84
- "type": {
85
- "type": "reference",
86
- "target": {
87
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
88
- "qualifiedName": "Payload"
89
- },
90
- "typeArguments": [
91
- {
92
- "type": "reflection",
93
- "declaration": {
94
- "id": 10,
95
- "name": "__type",
96
- "variant": "declaration",
97
- "kind": 65536,
98
- "flags": {},
99
- "children": [
100
- {
101
- "id": 11,
102
- "name": "address",
103
- "variant": "declaration",
104
- "kind": 1024,
105
- "flags": {},
106
- "sources": [
107
- {
108
- "fileName": "Payload.ts",
109
- "line": 10,
110
- "character": 2,
111
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
112
- }
113
- ],
114
- "type": {
115
- "type": "intrinsic",
116
- "name": "string"
117
- }
118
- },
119
- {
120
- "id": 12,
121
- "name": "queries",
122
- "variant": "declaration",
123
- "kind": 1024,
124
- "flags": {
125
- "isOptional": true
126
- },
127
- "sources": [
128
- {
129
- "fileName": "Payload.ts",
130
- "line": 11,
131
- "character": 2,
132
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
133
- }
134
- ],
135
- "type": {
136
- "type": "reference",
137
- "target": {
138
- "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
139
- "qualifiedName": "Record"
140
- },
141
- "typeArguments": [
142
- {
143
- "type": "intrinsic",
144
- "name": "string"
145
- },
146
- {
147
- "type": "reference",
148
- "target": 7,
149
- "name": "AbstractModuleInstanceQueryConfig",
150
- "package": "@xyo-network/module-instance-payload-plugin"
151
- }
152
- ],
153
- "name": "Record",
154
- "package": "typescript"
155
- }
156
- },
157
- {
158
- "id": 13,
159
- "name": "schema",
160
- "variant": "declaration",
161
- "kind": 1024,
162
- "flags": {},
163
- "sources": [
164
- {
165
- "fileName": "Payload.ts",
166
- "line": 12,
167
- "character": 2,
168
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
169
- }
170
- ],
171
- "type": {
172
- "type": "reference",
173
- "target": 14,
174
- "name": "AbstractModuleInstanceSchema",
175
- "package": "@xyo-network/module-instance-payload-plugin"
176
- }
177
- }
178
- ],
179
- "groups": [
180
- {
181
- "title": "Properties",
182
- "children": [
183
- 11,
184
- 12,
185
- 13
186
- ]
187
- }
188
- ],
189
- "sources": [
190
- {
191
- "fileName": "Payload.ts",
192
- "line": 9,
193
- "character": 52,
194
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
195
- }
196
- ]
197
- }
198
- }
199
- ],
200
- "name": "Payload",
201
- "package": "@xyo-network/payload-model"
202
- }
203
- },
204
- {
205
- "id": 15,
206
- "name": "AbstractModuleInstanceSchema",
207
- "variant": "declaration",
208
- "kind": 2097152,
209
- "flags": {},
210
- "sources": [
211
- {
212
- "fileName": "Schema.ts",
213
- "line": 1,
214
- "character": 12,
215
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L1"
216
- },
217
- {
218
- "fileName": "Schema.ts",
219
- "line": 2,
220
- "character": 13,
221
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L2"
222
- }
223
- ],
224
- "type": {
225
- "type": "literal",
226
- "value": "network.xyo.module.instance"
227
- }
228
- },
229
- {
230
- "id": 14,
231
- "name": "AbstractModuleInstanceSchema",
232
- "variant": "declaration",
233
- "kind": 32,
234
- "flags": {},
235
- "sources": [
236
- {
237
- "fileName": "Schema.ts",
238
- "line": 1,
239
- "character": 12,
240
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L1"
241
- },
242
- {
243
- "fileName": "Schema.ts",
244
- "line": 2,
245
- "character": 13,
246
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L2"
247
- }
248
- ],
249
- "type": {
250
- "type": "literal",
251
- "value": "network.xyo.module.instance"
252
- }
253
- },
254
- {
255
- "id": 1,
256
- "name": "ModuleInstancePayloadPlugin",
257
- "variant": "declaration",
258
- "kind": 64,
259
- "flags": {},
260
- "sources": [
261
- {
262
- "fileName": "Plugin.ts",
263
- "line": 7,
264
- "character": 13,
265
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Plugin.ts#L7"
266
- }
267
- ],
268
- "signatures": [
269
- {
270
- "id": 2,
271
- "name": "ModuleInstancePayloadPlugin",
272
- "variant": "signature",
273
- "kind": 4096,
274
- "flags": {},
275
- "sources": [
276
- {
277
- "fileName": "Plugin.ts",
278
- "line": 7,
279
- "character": 43,
280
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Plugin.ts#L7"
281
- }
282
- ],
283
- "type": {
284
- "type": "reference",
285
- "target": {
286
- "sourceFileName": "../../../../../sdk/packages/payload-plugin/src/Plugin.ts",
287
- "qualifiedName": "PayloadPlugin"
288
- },
289
- "typeArguments": [
290
- {
291
- "type": "intersection",
292
- "types": [
293
- {
294
- "type": "reference",
295
- "target": {
296
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
297
- "qualifiedName": "SchemaFields"
298
- },
299
- "name": "SchemaFields",
300
- "package": "@xyo-network/payload-model"
301
- },
302
- {
303
- "type": "reflection",
304
- "declaration": {
305
- "id": 3,
306
- "name": "__type",
307
- "variant": "declaration",
308
- "kind": 65536,
309
- "flags": {},
310
- "children": [
311
- {
312
- "id": 4,
313
- "name": "address",
314
- "variant": "declaration",
315
- "kind": 1024,
316
- "flags": {},
317
- "sources": [
318
- {
319
- "fileName": "Payload.ts",
320
- "line": 10,
321
- "character": 2,
322
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
323
- }
324
- ],
325
- "type": {
326
- "type": "intrinsic",
327
- "name": "string"
328
- }
329
- },
330
- {
331
- "id": 5,
332
- "name": "queries",
333
- "variant": "declaration",
334
- "kind": 1024,
335
- "flags": {
336
- "isOptional": true
337
- },
338
- "sources": [
339
- {
340
- "fileName": "Payload.ts",
341
- "line": 11,
342
- "character": 2,
343
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
344
- }
345
- ],
346
- "type": {
347
- "type": "reference",
348
- "target": {
349
- "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
350
- "qualifiedName": "Record"
351
- },
352
- "typeArguments": [
353
- {
354
- "type": "intrinsic",
355
- "name": "string"
356
- },
357
- {
358
- "type": "reference",
359
- "target": 7,
360
- "name": "AbstractModuleInstanceQueryConfig",
361
- "package": "@xyo-network/module-instance-payload-plugin"
362
- }
363
- ],
364
- "name": "Record",
365
- "package": "typescript"
366
- }
367
- },
368
- {
369
- "id": 6,
370
- "name": "schema",
371
- "variant": "declaration",
372
- "kind": 1024,
373
- "flags": {},
374
- "sources": [
375
- {
376
- "fileName": "Payload.ts",
377
- "line": 12,
378
- "character": 2,
379
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
380
- }
381
- ],
382
- "type": {
383
- "type": "literal",
384
- "value": "network.xyo.module.instance"
385
- }
386
- }
387
- ],
388
- "groups": [
389
- {
390
- "title": "Properties",
391
- "children": [
392
- 4,
393
- 5,
394
- 6
395
- ]
396
- }
397
- ],
398
- "sources": [
399
- {
400
- "fileName": "Payload.ts",
401
- "line": 9,
402
- "character": 52,
403
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
404
- }
405
- ]
406
- }
407
- }
408
- ]
409
- }
410
- ],
411
- "name": "PayloadPlugin",
412
- "package": "@xyo-network/payload-plugin"
413
- }
414
- }
415
- ]
416
- },
417
- {
418
- "id": 16,
419
- "name": "moduleInstancePayloadTemplate",
420
- "variant": "declaration",
421
- "kind": 64,
422
- "flags": {},
423
- "sources": [
424
- {
425
- "fileName": "Template.ts",
426
- "line": 4,
427
- "character": 13,
428
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Template.ts#L4"
429
- }
430
- ],
431
- "signatures": [
432
- {
433
- "id": 17,
434
- "name": "moduleInstancePayloadTemplate",
435
- "variant": "signature",
436
- "kind": 4096,
437
- "flags": {},
438
- "sources": [
439
- {
440
- "fileName": "Template.ts",
441
- "line": 4,
442
- "character": 45,
443
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Template.ts#L4"
444
- }
445
- ],
446
- "type": {
447
- "type": "reference",
448
- "target": {
449
- "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
450
- "qualifiedName": "Partial"
451
- },
452
- "typeArguments": [
453
- {
454
- "type": "intersection",
455
- "types": [
456
- {
457
- "type": "reference",
458
- "target": {
459
- "sourceFileName": "../../../../../protocol/packages/payload/packages/model/src/Payload.ts",
460
- "qualifiedName": "SchemaFields"
461
- },
462
- "name": "SchemaFields",
463
- "package": "@xyo-network/payload-model"
464
- },
465
- {
466
- "type": "reflection",
467
- "declaration": {
468
- "id": 18,
469
- "name": "__type",
470
- "variant": "declaration",
471
- "kind": 65536,
472
- "flags": {},
473
- "children": [
474
- {
475
- "id": 19,
476
- "name": "address",
477
- "variant": "declaration",
478
- "kind": 1024,
479
- "flags": {},
480
- "sources": [
481
- {
482
- "fileName": "Payload.ts",
483
- "line": 10,
484
- "character": 2,
485
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
486
- }
487
- ],
488
- "type": {
489
- "type": "intrinsic",
490
- "name": "string"
491
- }
492
- },
493
- {
494
- "id": 20,
495
- "name": "queries",
496
- "variant": "declaration",
497
- "kind": 1024,
498
- "flags": {
499
- "isOptional": true
500
- },
501
- "sources": [
502
- {
503
- "fileName": "Payload.ts",
504
- "line": 11,
505
- "character": 2,
506
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
507
- }
508
- ],
509
- "type": {
510
- "type": "reference",
511
- "target": {
512
- "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
513
- "qualifiedName": "Record"
514
- },
515
- "typeArguments": [
516
- {
517
- "type": "intrinsic",
518
- "name": "string"
519
- },
520
- {
521
- "type": "reference",
522
- "target": 7,
523
- "name": "AbstractModuleInstanceQueryConfig",
524
- "package": "@xyo-network/module-instance-payload-plugin"
525
- }
526
- ],
527
- "name": "Record",
528
- "package": "typescript"
529
- }
530
- },
531
- {
532
- "id": 21,
533
- "name": "schema",
534
- "variant": "declaration",
535
- "kind": 1024,
536
- "flags": {},
537
- "sources": [
538
- {
539
- "fileName": "Payload.ts",
540
- "line": 12,
541
- "character": 2,
542
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
543
- }
544
- ],
545
- "type": {
546
- "type": "literal",
547
- "value": "network.xyo.module.instance"
548
- }
549
- }
550
- ],
551
- "groups": [
552
- {
553
- "title": "Properties",
554
- "children": [
555
- 19,
556
- 20,
557
- 21
558
- ]
559
- }
560
- ],
561
- "sources": [
562
- {
563
- "fileName": "Payload.ts",
564
- "line": 9,
565
- "character": 52,
566
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2b898a637c/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
567
- }
568
- ]
569
- }
570
- }
571
- ]
572
- }
573
- ],
574
- "name": "Partial",
575
- "package": "typescript"
576
- }
577
- }
578
- ]
579
- }
580
- ],
581
- "groups": [
582
- {
583
- "title": "References",
584
- "children": [
585
- 22
586
- ]
587
- },
588
- {
589
- "title": "Interfaces",
590
- "children": [
591
- 7
592
- ]
593
- },
594
- {
595
- "title": "Type Aliases",
596
- "children": [
597
- 9,
598
- 15
599
- ]
600
- },
601
- {
602
- "title": "Variables",
603
- "children": [
604
- 14
605
- ]
606
- },
607
- {
608
- "title": "Functions",
609
- "children": [
610
- 1,
611
- 16
612
- ]
613
- }
614
- ],
615
- "packageName": "@xyo-network/module-instance-payload-plugin",
616
- "readme": [
617
- {
618
- "kind": "text",
619
- "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"
620
- }
621
- ],
622
- "symbolIdMap": {
623
- "0": {
624
- "sourceFileName": "src/index.ts",
625
- "qualifiedName": ""
626
- },
627
- "1": {
628
- "sourceFileName": "src/Plugin.ts",
629
- "qualifiedName": "ModuleInstancePayloadPlugin"
630
- },
631
- "2": {
632
- "sourceFileName": "src/Plugin.ts",
633
- "qualifiedName": "ModuleInstancePayloadPlugin"
634
- },
635
- "3": {
636
- "sourceFileName": "src/Payload.ts",
637
- "qualifiedName": "__type"
638
- },
639
- "4": {
640
- "sourceFileName": "src/Payload.ts",
641
- "qualifiedName": "__type.address"
642
- },
643
- "5": {
644
- "sourceFileName": "src/Payload.ts",
645
- "qualifiedName": "__type.queries"
646
- },
647
- "6": {
648
- "sourceFileName": "src/Payload.ts",
649
- "qualifiedName": "__type.schema"
650
- },
651
- "7": {
652
- "sourceFileName": "src/Payload.ts",
653
- "qualifiedName": "AbstractModuleInstanceQueryConfig"
654
- },
655
- "8": {
656
- "sourceFileName": "src/Payload.ts",
657
- "qualifiedName": "AbstractModuleInstanceQueryConfig.cost"
658
- },
659
- "9": {
660
- "sourceFileName": "src/Payload.ts",
661
- "qualifiedName": "AbstractModuleInstancePayload"
662
- },
663
- "10": {
664
- "sourceFileName": "src/Payload.ts",
665
- "qualifiedName": "__type"
666
- },
667
- "11": {
668
- "sourceFileName": "src/Payload.ts",
669
- "qualifiedName": "__type.address"
670
- },
671
- "12": {
672
- "sourceFileName": "src/Payload.ts",
673
- "qualifiedName": "__type.queries"
674
- },
675
- "13": {
676
- "sourceFileName": "src/Payload.ts",
677
- "qualifiedName": "__type.schema"
678
- },
679
- "14": {
680
- "sourceFileName": "src/Schema.ts",
681
- "qualifiedName": "AbstractModuleInstanceSchema"
682
- },
683
- "15": {
684
- "sourceFileName": "src/Schema.ts",
685
- "qualifiedName": "AbstractModuleInstanceSchema"
686
- },
687
- "16": {
688
- "sourceFileName": "src/Template.ts",
689
- "qualifiedName": "moduleInstancePayloadTemplate"
690
- },
691
- "17": {
692
- "sourceFileName": "src/Template.ts",
693
- "qualifiedName": "moduleInstancePayloadTemplate"
694
- },
695
- "18": {
696
- "sourceFileName": "src/Payload.ts",
697
- "qualifiedName": "__type"
698
- },
699
- "19": {
700
- "sourceFileName": "src/Payload.ts",
701
- "qualifiedName": "__type.address"
702
- },
703
- "20": {
704
- "sourceFileName": "src/Payload.ts",
705
- "qualifiedName": "__type.queries"
706
- },
707
- "21": {
708
- "sourceFileName": "src/Payload.ts",
709
- "qualifiedName": "__type.schema"
710
- },
711
- "22": {
712
- "sourceFileName": "src/index.ts",
713
- "qualifiedName": "default"
714
- }
715
- }
716
- }