@xyo-network/address-payload-plugin 2.42.12 → 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 AddressPayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
1
+ export declare const AddressPayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
2
  address: string;
3
3
  alias?: string | undefined;
4
4
  schema: "network.xyo.address";
@@ -1,4 +1,4 @@
1
- export declare const AddressPayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload").SchemaFields & import("@xyo-network/payload").PayloadFields & {
1
+ export declare const AddressPayloadPlugin: () => import("@xyo-network/payload-plugin").XyoPayloadPlugin<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
2
2
  address: string;
3
3
  alias?: string | undefined;
4
4
  schema: "network.xyo.address";
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.12",
14
- "@xyo-network/payload-plugin": "^2.42.12",
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": "Primary SDK for using XYO Protocol 2.0",
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.12"
52
+ "version": "2.42.14"
54
53
  }
package/dist/docs.json DELETED
@@ -1,481 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/address-payload-plugin",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 20,
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/ed42f12a4/packages/plugins/packages/payload/packages/address/src/index.ts#L10"
21
- }
22
- ],
23
- "target": 1
24
- },
25
- {
26
- "id": 7,
27
- "name": "AddressPayload",
28
- "kind": 4194304,
29
- "kindString": "Type alias",
30
- "flags": {},
31
- "sources": [
32
- {
33
- "fileName": "Payload.ts",
34
- "line": 5,
35
- "character": 12,
36
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L5"
37
- }
38
- ],
39
- "type": {
40
- "type": "reference",
41
- "typeArguments": [
42
- {
43
- "type": "reflection",
44
- "declaration": {
45
- "id": 8,
46
- "name": "__type",
47
- "kind": 65536,
48
- "kindString": "Type literal",
49
- "flags": {},
50
- "children": [
51
- {
52
- "id": 9,
53
- "name": "address",
54
- "kind": 1024,
55
- "kindString": "Property",
56
- "flags": {},
57
- "sources": [
58
- {
59
- "fileName": "Payload.ts",
60
- "line": 6,
61
- "character": 2,
62
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L6"
63
- }
64
- ],
65
- "type": {
66
- "type": "intrinsic",
67
- "name": "string"
68
- }
69
- },
70
- {
71
- "id": 10,
72
- "name": "alias",
73
- "kind": 1024,
74
- "kindString": "Property",
75
- "flags": {
76
- "isOptional": true
77
- },
78
- "sources": [
79
- {
80
- "fileName": "Payload.ts",
81
- "line": 7,
82
- "character": 2,
83
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L7"
84
- }
85
- ],
86
- "type": {
87
- "type": "intrinsic",
88
- "name": "string"
89
- }
90
- },
91
- {
92
- "id": 11,
93
- "name": "schema",
94
- "kind": 1024,
95
- "kindString": "Property",
96
- "flags": {},
97
- "sources": [
98
- {
99
- "fileName": "Payload.ts",
100
- "line": 8,
101
- "character": 2,
102
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L8"
103
- }
104
- ],
105
- "type": {
106
- "type": "reference",
107
- "id": 12,
108
- "name": "AddressSchema"
109
- }
110
- }
111
- ],
112
- "groups": [
113
- {
114
- "title": "Properties",
115
- "children": [
116
- 9,
117
- 10,
118
- 11
119
- ]
120
- }
121
- ],
122
- "sources": [
123
- {
124
- "fileName": "Payload.ts",
125
- "line": 5,
126
- "character": 40,
127
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L5"
128
- }
129
- ]
130
- }
131
- }
132
- ],
133
- "name": "XyoPayload"
134
- }
135
- },
136
- {
137
- "id": 13,
138
- "name": "AddressSchema",
139
- "kind": 4194304,
140
- "kindString": "Type alias",
141
- "flags": {},
142
- "sources": [
143
- {
144
- "fileName": "Schema.ts",
145
- "line": 1,
146
- "character": 12,
147
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Schema.ts#L1"
148
- },
149
- {
150
- "fileName": "Schema.ts",
151
- "line": 2,
152
- "character": 13,
153
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Schema.ts#L2"
154
- }
155
- ],
156
- "type": {
157
- "type": "literal",
158
- "value": "network.xyo.address"
159
- }
160
- },
161
- {
162
- "id": 12,
163
- "name": "AddressSchema",
164
- "kind": 32,
165
- "kindString": "Variable",
166
- "flags": {},
167
- "sources": [
168
- {
169
- "fileName": "Schema.ts",
170
- "line": 1,
171
- "character": 12,
172
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Schema.ts#L1"
173
- },
174
- {
175
- "fileName": "Schema.ts",
176
- "line": 2,
177
- "character": 13,
178
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Schema.ts#L2"
179
- }
180
- ],
181
- "type": {
182
- "type": "literal",
183
- "value": "network.xyo.address"
184
- }
185
- },
186
- {
187
- "id": 1,
188
- "name": "AddressPayloadPlugin",
189
- "kind": 64,
190
- "kindString": "Function",
191
- "flags": {},
192
- "sources": [
193
- {
194
- "fileName": "Plugin.ts",
195
- "line": 7,
196
- "character": 13,
197
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Plugin.ts#L7"
198
- }
199
- ],
200
- "signatures": [
201
- {
202
- "id": 2,
203
- "name": "AddressPayloadPlugin",
204
- "kind": 4096,
205
- "kindString": "Call signature",
206
- "flags": {},
207
- "type": {
208
- "type": "reference",
209
- "typeArguments": [
210
- {
211
- "type": "intersection",
212
- "types": [
213
- {
214
- "type": "reference",
215
- "name": "SchemaFields"
216
- },
217
- {
218
- "type": "reference",
219
- "name": "PayloadFields"
220
- },
221
- {
222
- "type": "reflection",
223
- "declaration": {
224
- "id": 3,
225
- "name": "__type",
226
- "kind": 65536,
227
- "kindString": "Type literal",
228
- "flags": {},
229
- "children": [
230
- {
231
- "id": 4,
232
- "name": "address",
233
- "kind": 1024,
234
- "kindString": "Property",
235
- "flags": {},
236
- "sources": [
237
- {
238
- "fileName": "Payload.ts",
239
- "line": 6,
240
- "character": 2,
241
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L6"
242
- }
243
- ],
244
- "type": {
245
- "type": "intrinsic",
246
- "name": "string"
247
- }
248
- },
249
- {
250
- "id": 5,
251
- "name": "alias",
252
- "kind": 1024,
253
- "kindString": "Property",
254
- "flags": {
255
- "isOptional": true
256
- },
257
- "sources": [
258
- {
259
- "fileName": "Payload.ts",
260
- "line": 7,
261
- "character": 2,
262
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L7"
263
- }
264
- ],
265
- "type": {
266
- "type": "intrinsic",
267
- "name": "string"
268
- }
269
- },
270
- {
271
- "id": 6,
272
- "name": "schema",
273
- "kind": 1024,
274
- "kindString": "Property",
275
- "flags": {},
276
- "sources": [
277
- {
278
- "fileName": "Payload.ts",
279
- "line": 8,
280
- "character": 2,
281
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L8"
282
- }
283
- ],
284
- "type": {
285
- "type": "literal",
286
- "value": "network.xyo.address"
287
- }
288
- }
289
- ],
290
- "groups": [
291
- {
292
- "title": "Properties",
293
- "children": [
294
- 4,
295
- 5,
296
- 6
297
- ]
298
- }
299
- ],
300
- "sources": [
301
- {
302
- "fileName": "Payload.ts",
303
- "line": 5,
304
- "character": 40,
305
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L5"
306
- }
307
- ]
308
- }
309
- }
310
- ]
311
- }
312
- ],
313
- "name": "XyoPayloadPlugin"
314
- }
315
- }
316
- ]
317
- },
318
- {
319
- "id": 14,
320
- "name": "addressPayloadTemplate",
321
- "kind": 64,
322
- "kindString": "Function",
323
- "flags": {},
324
- "sources": [
325
- {
326
- "fileName": "Template.ts",
327
- "line": 4,
328
- "character": 13,
329
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Template.ts#L4"
330
- }
331
- ],
332
- "signatures": [
333
- {
334
- "id": 15,
335
- "name": "addressPayloadTemplate",
336
- "kind": 4096,
337
- "kindString": "Call signature",
338
- "flags": {},
339
- "type": {
340
- "type": "intersection",
341
- "types": [
342
- {
343
- "type": "reference",
344
- "name": "SchemaFields"
345
- },
346
- {
347
- "type": "reference",
348
- "name": "PayloadFields"
349
- },
350
- {
351
- "type": "reflection",
352
- "declaration": {
353
- "id": 16,
354
- "name": "__type",
355
- "kind": 65536,
356
- "kindString": "Type literal",
357
- "flags": {},
358
- "children": [
359
- {
360
- "id": 17,
361
- "name": "address",
362
- "kind": 1024,
363
- "kindString": "Property",
364
- "flags": {},
365
- "sources": [
366
- {
367
- "fileName": "Payload.ts",
368
- "line": 6,
369
- "character": 2,
370
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L6"
371
- }
372
- ],
373
- "type": {
374
- "type": "intrinsic",
375
- "name": "string"
376
- }
377
- },
378
- {
379
- "id": 18,
380
- "name": "alias",
381
- "kind": 1024,
382
- "kindString": "Property",
383
- "flags": {
384
- "isOptional": true
385
- },
386
- "sources": [
387
- {
388
- "fileName": "Payload.ts",
389
- "line": 7,
390
- "character": 2,
391
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L7"
392
- }
393
- ],
394
- "type": {
395
- "type": "intrinsic",
396
- "name": "string"
397
- }
398
- },
399
- {
400
- "id": 19,
401
- "name": "schema",
402
- "kind": 1024,
403
- "kindString": "Property",
404
- "flags": {},
405
- "sources": [
406
- {
407
- "fileName": "Payload.ts",
408
- "line": 8,
409
- "character": 2,
410
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L8"
411
- }
412
- ],
413
- "type": {
414
- "type": "literal",
415
- "value": "network.xyo.address"
416
- }
417
- }
418
- ],
419
- "groups": [
420
- {
421
- "title": "Properties",
422
- "children": [
423
- 17,
424
- 18,
425
- 19
426
- ]
427
- }
428
- ],
429
- "sources": [
430
- {
431
- "fileName": "Payload.ts",
432
- "line": 5,
433
- "character": 40,
434
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/Payload.ts#L5"
435
- }
436
- ]
437
- }
438
- }
439
- ]
440
- }
441
- }
442
- ]
443
- }
444
- ],
445
- "groups": [
446
- {
447
- "title": "References",
448
- "children": [
449
- 20
450
- ]
451
- },
452
- {
453
- "title": "Type Aliases",
454
- "children": [
455
- 7,
456
- 13
457
- ]
458
- },
459
- {
460
- "title": "Variables",
461
- "children": [
462
- 12
463
- ]
464
- },
465
- {
466
- "title": "Functions",
467
- "children": [
468
- 1,
469
- 14
470
- ]
471
- }
472
- ],
473
- "sources": [
474
- {
475
- "fileName": "index.ts",
476
- "line": 1,
477
- "character": 0,
478
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ed42f12a4/packages/plugins/packages/payload/packages/address/src/index.ts#L1"
479
- }
480
- ]
481
- }