@xyo-network/module-instance-payload-plugin 2.42.13 → 2.42.14

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 ModuleInstancePayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
1
+ export declare const ModuleInstancePayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
2
  address: string;
3
3
  queries?: Record<string, import("./Payload").AbstractModuleInstanceQueryConfig> | undefined;
4
4
  schema: "network.xyo.module.instance";
@@ -1,4 +1,4 @@
1
- export declare const ModuleInstancePayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
1
+ export declare const ModuleInstancePayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
2
  address: string;
3
3
  queries?: Record<string, import("./Payload").AbstractModuleInstanceQueryConfig> | undefined;
4
4
  schema: "network.xyo.module.instance";
package/package.json CHANGED
@@ -10,12 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/payload": "^2.42.13",
14
- "@xyo-network/payload-plugin": "^2.42.13",
15
- "tslib": "^2.4.1"
13
+ "@xyo-network/payload": "^2.42.14",
14
+ "@xyo-network/payload-plugin": "^2.42.14"
16
15
  },
17
16
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^2.9.0"
17
+ "@xylabs/ts-scripts-yarn3": "^2.10.19"
19
18
  },
20
19
  "description": "Contains the information about a module instance",
21
20
  "browser": "dist/esm/index.js",
@@ -50,5 +49,5 @@
50
49
  },
51
50
  "sideEffects": false,
52
51
  "types": "dist/esm/index.d.ts",
53
- "version": "2.42.13"
52
+ "version": "2.42.14"
54
53
  }
package/dist/docs.json DELETED
@@ -1,580 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/module-instance-payload-plugin",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 22,
11
- "name": "default",
12
- "kind": 8388608,
13
- "kindString": "Reference",
14
- "flags": {},
15
- "sources": [
16
- {
17
- "fileName": "index.ts",
18
- "line": 10,
19
- "character": 0,
20
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/index.ts#L10"
21
- }
22
- ],
23
- "target": 1
24
- },
25
- {
26
- "id": 7,
27
- "name": "AbstractModuleInstanceQueryConfig",
28
- "kind": 256,
29
- "kindString": "Interface",
30
- "flags": {},
31
- "children": [
32
- {
33
- "id": 8,
34
- "name": "cost",
35
- "kind": 1024,
36
- "kindString": "Property",
37
- "flags": {
38
- "isOptional": true
39
- },
40
- "sources": [
41
- {
42
- "fileName": "Payload.ts",
43
- "line": 6,
44
- "character": 2,
45
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L6"
46
- }
47
- ],
48
- "type": {
49
- "type": "intrinsic",
50
- "name": "string"
51
- }
52
- }
53
- ],
54
- "groups": [
55
- {
56
- "title": "Properties",
57
- "children": [
58
- 8
59
- ]
60
- }
61
- ],
62
- "sources": [
63
- {
64
- "fileName": "Payload.ts",
65
- "line": 5,
66
- "character": 17,
67
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L5"
68
- }
69
- ]
70
- },
71
- {
72
- "id": 9,
73
- "name": "AbstractModuleInstancePayload",
74
- "kind": 4194304,
75
- "kindString": "Type alias",
76
- "flags": {},
77
- "sources": [
78
- {
79
- "fileName": "Payload.ts",
80
- "line": 9,
81
- "character": 12,
82
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
83
- }
84
- ],
85
- "type": {
86
- "type": "reference",
87
- "typeArguments": [
88
- {
89
- "type": "reflection",
90
- "declaration": {
91
- "id": 10,
92
- "name": "__type",
93
- "kind": 65536,
94
- "kindString": "Type literal",
95
- "flags": {},
96
- "children": [
97
- {
98
- "id": 11,
99
- "name": "address",
100
- "kind": 1024,
101
- "kindString": "Property",
102
- "flags": {},
103
- "sources": [
104
- {
105
- "fileName": "Payload.ts",
106
- "line": 10,
107
- "character": 2,
108
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
109
- }
110
- ],
111
- "type": {
112
- "type": "intrinsic",
113
- "name": "string"
114
- }
115
- },
116
- {
117
- "id": 12,
118
- "name": "queries",
119
- "kind": 1024,
120
- "kindString": "Property",
121
- "flags": {
122
- "isOptional": true
123
- },
124
- "sources": [
125
- {
126
- "fileName": "Payload.ts",
127
- "line": 11,
128
- "character": 2,
129
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
130
- }
131
- ],
132
- "type": {
133
- "type": "reference",
134
- "typeArguments": [
135
- {
136
- "type": "intrinsic",
137
- "name": "string"
138
- },
139
- {
140
- "type": "reference",
141
- "id": 7,
142
- "name": "AbstractModuleInstanceQueryConfig"
143
- }
144
- ],
145
- "name": "Record",
146
- "qualifiedName": "Record",
147
- "package": "typescript"
148
- }
149
- },
150
- {
151
- "id": 13,
152
- "name": "schema",
153
- "kind": 1024,
154
- "kindString": "Property",
155
- "flags": {},
156
- "sources": [
157
- {
158
- "fileName": "Payload.ts",
159
- "line": 12,
160
- "character": 2,
161
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
162
- }
163
- ],
164
- "type": {
165
- "type": "reference",
166
- "id": 14,
167
- "name": "AbstractModuleInstanceSchema"
168
- }
169
- }
170
- ],
171
- "groups": [
172
- {
173
- "title": "Properties",
174
- "children": [
175
- 11,
176
- 12,
177
- 13
178
- ]
179
- }
180
- ],
181
- "sources": [
182
- {
183
- "fileName": "Payload.ts",
184
- "line": 9,
185
- "character": 55,
186
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
187
- }
188
- ]
189
- }
190
- }
191
- ],
192
- "name": "XyoPayload"
193
- }
194
- },
195
- {
196
- "id": 15,
197
- "name": "AbstractModuleInstanceSchema",
198
- "kind": 4194304,
199
- "kindString": "Type alias",
200
- "flags": {},
201
- "sources": [
202
- {
203
- "fileName": "Schema.ts",
204
- "line": 1,
205
- "character": 12,
206
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L1"
207
- },
208
- {
209
- "fileName": "Schema.ts",
210
- "line": 2,
211
- "character": 13,
212
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L2"
213
- }
214
- ],
215
- "type": {
216
- "type": "literal",
217
- "value": "network.xyo.module.instance"
218
- }
219
- },
220
- {
221
- "id": 14,
222
- "name": "AbstractModuleInstanceSchema",
223
- "kind": 32,
224
- "kindString": "Variable",
225
- "flags": {},
226
- "sources": [
227
- {
228
- "fileName": "Schema.ts",
229
- "line": 1,
230
- "character": 12,
231
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L1"
232
- },
233
- {
234
- "fileName": "Schema.ts",
235
- "line": 2,
236
- "character": 13,
237
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Schema.ts#L2"
238
- }
239
- ],
240
- "type": {
241
- "type": "literal",
242
- "value": "network.xyo.module.instance"
243
- }
244
- },
245
- {
246
- "id": 1,
247
- "name": "ModuleInstancePayloadPlugin",
248
- "kind": 64,
249
- "kindString": "Function",
250
- "flags": {},
251
- "sources": [
252
- {
253
- "fileName": "Plugin.ts",
254
- "line": 7,
255
- "character": 13,
256
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Plugin.ts#L7"
257
- }
258
- ],
259
- "signatures": [
260
- {
261
- "id": 2,
262
- "name": "ModuleInstancePayloadPlugin",
263
- "kind": 4096,
264
- "kindString": "Call signature",
265
- "flags": {},
266
- "type": {
267
- "type": "reference",
268
- "typeArguments": [
269
- {
270
- "type": "intersection",
271
- "types": [
272
- {
273
- "type": "reference",
274
- "name": "SchemaFields"
275
- },
276
- {
277
- "type": "reference",
278
- "name": "PayloadFields"
279
- },
280
- {
281
- "type": "reflection",
282
- "declaration": {
283
- "id": 3,
284
- "name": "__type",
285
- "kind": 65536,
286
- "kindString": "Type literal",
287
- "flags": {},
288
- "children": [
289
- {
290
- "id": 4,
291
- "name": "address",
292
- "kind": 1024,
293
- "kindString": "Property",
294
- "flags": {},
295
- "sources": [
296
- {
297
- "fileName": "Payload.ts",
298
- "line": 10,
299
- "character": 2,
300
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
301
- }
302
- ],
303
- "type": {
304
- "type": "intrinsic",
305
- "name": "string"
306
- }
307
- },
308
- {
309
- "id": 5,
310
- "name": "queries",
311
- "kind": 1024,
312
- "kindString": "Property",
313
- "flags": {
314
- "isOptional": true
315
- },
316
- "sources": [
317
- {
318
- "fileName": "Payload.ts",
319
- "line": 11,
320
- "character": 2,
321
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
322
- }
323
- ],
324
- "type": {
325
- "type": "reference",
326
- "typeArguments": [
327
- {
328
- "type": "intrinsic",
329
- "name": "string"
330
- },
331
- {
332
- "type": "reference",
333
- "id": 7,
334
- "name": "AbstractModuleInstanceQueryConfig"
335
- }
336
- ],
337
- "name": "Record",
338
- "qualifiedName": "Record",
339
- "package": "typescript"
340
- }
341
- },
342
- {
343
- "id": 6,
344
- "name": "schema",
345
- "kind": 1024,
346
- "kindString": "Property",
347
- "flags": {},
348
- "sources": [
349
- {
350
- "fileName": "Payload.ts",
351
- "line": 12,
352
- "character": 2,
353
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
354
- }
355
- ],
356
- "type": {
357
- "type": "literal",
358
- "value": "network.xyo.module.instance"
359
- }
360
- }
361
- ],
362
- "groups": [
363
- {
364
- "title": "Properties",
365
- "children": [
366
- 4,
367
- 5,
368
- 6
369
- ]
370
- }
371
- ],
372
- "sources": [
373
- {
374
- "fileName": "Payload.ts",
375
- "line": 9,
376
- "character": 55,
377
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
378
- }
379
- ]
380
- }
381
- }
382
- ]
383
- }
384
- ],
385
- "name": "XyoPayloadPlugin"
386
- }
387
- }
388
- ]
389
- },
390
- {
391
- "id": 16,
392
- "name": "moduleInstancePayloadTemplate",
393
- "kind": 64,
394
- "kindString": "Function",
395
- "flags": {},
396
- "sources": [
397
- {
398
- "fileName": "Template.ts",
399
- "line": 4,
400
- "character": 13,
401
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Template.ts#L4"
402
- }
403
- ],
404
- "signatures": [
405
- {
406
- "id": 17,
407
- "name": "moduleInstancePayloadTemplate",
408
- "kind": 4096,
409
- "kindString": "Call signature",
410
- "flags": {},
411
- "type": {
412
- "type": "reference",
413
- "typeArguments": [
414
- {
415
- "type": "intersection",
416
- "types": [
417
- {
418
- "type": "reference",
419
- "name": "SchemaFields"
420
- },
421
- {
422
- "type": "reference",
423
- "name": "PayloadFields"
424
- },
425
- {
426
- "type": "reflection",
427
- "declaration": {
428
- "id": 18,
429
- "name": "__type",
430
- "kind": 65536,
431
- "kindString": "Type literal",
432
- "flags": {},
433
- "children": [
434
- {
435
- "id": 19,
436
- "name": "address",
437
- "kind": 1024,
438
- "kindString": "Property",
439
- "flags": {},
440
- "sources": [
441
- {
442
- "fileName": "Payload.ts",
443
- "line": 10,
444
- "character": 2,
445
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L10"
446
- }
447
- ],
448
- "type": {
449
- "type": "intrinsic",
450
- "name": "string"
451
- }
452
- },
453
- {
454
- "id": 20,
455
- "name": "queries",
456
- "kind": 1024,
457
- "kindString": "Property",
458
- "flags": {
459
- "isOptional": true
460
- },
461
- "sources": [
462
- {
463
- "fileName": "Payload.ts",
464
- "line": 11,
465
- "character": 2,
466
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L11"
467
- }
468
- ],
469
- "type": {
470
- "type": "reference",
471
- "typeArguments": [
472
- {
473
- "type": "intrinsic",
474
- "name": "string"
475
- },
476
- {
477
- "type": "reference",
478
- "id": 7,
479
- "name": "AbstractModuleInstanceQueryConfig"
480
- }
481
- ],
482
- "name": "Record",
483
- "qualifiedName": "Record",
484
- "package": "typescript"
485
- }
486
- },
487
- {
488
- "id": 21,
489
- "name": "schema",
490
- "kind": 1024,
491
- "kindString": "Property",
492
- "flags": {},
493
- "sources": [
494
- {
495
- "fileName": "Payload.ts",
496
- "line": 12,
497
- "character": 2,
498
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L12"
499
- }
500
- ],
501
- "type": {
502
- "type": "literal",
503
- "value": "network.xyo.module.instance"
504
- }
505
- }
506
- ],
507
- "groups": [
508
- {
509
- "title": "Properties",
510
- "children": [
511
- 19,
512
- 20,
513
- 21
514
- ]
515
- }
516
- ],
517
- "sources": [
518
- {
519
- "fileName": "Payload.ts",
520
- "line": 9,
521
- "character": 55,
522
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/Payload.ts#L9"
523
- }
524
- ]
525
- }
526
- }
527
- ]
528
- }
529
- ],
530
- "name": "Partial",
531
- "qualifiedName": "Partial",
532
- "package": "typescript"
533
- }
534
- }
535
- ]
536
- }
537
- ],
538
- "groups": [
539
- {
540
- "title": "References",
541
- "children": [
542
- 22
543
- ]
544
- },
545
- {
546
- "title": "Interfaces",
547
- "children": [
548
- 7
549
- ]
550
- },
551
- {
552
- "title": "Type Aliases",
553
- "children": [
554
- 9,
555
- 15
556
- ]
557
- },
558
- {
559
- "title": "Variables",
560
- "children": [
561
- 14
562
- ]
563
- },
564
- {
565
- "title": "Functions",
566
- "children": [
567
- 1,
568
- 16
569
- ]
570
- }
571
- ],
572
- "sources": [
573
- {
574
- "fileName": "index.ts",
575
- "line": 1,
576
- "character": 0,
577
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/43abfbcd1/packages/plugins/packages/payload/packages/module-instance/src/index.ts#L1"
578
- }
579
- ]
580
- }