@xyo-network/id-payload-plugin 2.42.14 → 2.42.16

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
- import { XyoPayload } from '@xyo-network/payload';
1
+ import { XyoPayload } from '@xyo-network/payload-model';
2
2
  import { IdSchema } from './Schema';
3
3
  export type IdPayload = XyoPayload<{
4
4
  salt: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAEnC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAC,CAAA"}
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAA;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAEnC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAC,CAAA"}
package/dist/docs.json ADDED
@@ -0,0 +1,415 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/id-payload-plugin",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 17,
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/632d43894/packages/plugins/packages/payload/packages/id/src/index.ts#L10"
21
+ }
22
+ ],
23
+ "target": 1
24
+ },
25
+ {
26
+ "id": 6,
27
+ "name": "IdPayload",
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/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L5"
37
+ }
38
+ ],
39
+ "type": {
40
+ "type": "reference",
41
+ "typeArguments": [
42
+ {
43
+ "type": "reflection",
44
+ "declaration": {
45
+ "id": 7,
46
+ "name": "__type",
47
+ "kind": 65536,
48
+ "kindString": "Type literal",
49
+ "flags": {},
50
+ "children": [
51
+ {
52
+ "id": 8,
53
+ "name": "salt",
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/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L6"
63
+ }
64
+ ],
65
+ "type": {
66
+ "type": "intrinsic",
67
+ "name": "string"
68
+ }
69
+ },
70
+ {
71
+ "id": 9,
72
+ "name": "schema",
73
+ "kind": 1024,
74
+ "kindString": "Property",
75
+ "flags": {},
76
+ "sources": [
77
+ {
78
+ "fileName": "Payload.ts",
79
+ "line": 7,
80
+ "character": 2,
81
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L7"
82
+ }
83
+ ],
84
+ "type": {
85
+ "type": "reference",
86
+ "id": 10,
87
+ "name": "IdSchema"
88
+ }
89
+ }
90
+ ],
91
+ "groups": [
92
+ {
93
+ "title": "Properties",
94
+ "children": [
95
+ 8,
96
+ 9
97
+ ]
98
+ }
99
+ ],
100
+ "sources": [
101
+ {
102
+ "fileName": "Payload.ts",
103
+ "line": 5,
104
+ "character": 35,
105
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L5"
106
+ }
107
+ ]
108
+ }
109
+ }
110
+ ],
111
+ "name": "XyoPayload"
112
+ }
113
+ },
114
+ {
115
+ "id": 11,
116
+ "name": "IdSchema",
117
+ "kind": 4194304,
118
+ "kindString": "Type alias",
119
+ "flags": {},
120
+ "sources": [
121
+ {
122
+ "fileName": "Schema.ts",
123
+ "line": 1,
124
+ "character": 12,
125
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Schema.ts#L1"
126
+ },
127
+ {
128
+ "fileName": "Schema.ts",
129
+ "line": 2,
130
+ "character": 13,
131
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Schema.ts#L2"
132
+ }
133
+ ],
134
+ "type": {
135
+ "type": "literal",
136
+ "value": "network.xyo.id"
137
+ }
138
+ },
139
+ {
140
+ "id": 10,
141
+ "name": "IdSchema",
142
+ "kind": 32,
143
+ "kindString": "Variable",
144
+ "flags": {},
145
+ "sources": [
146
+ {
147
+ "fileName": "Schema.ts",
148
+ "line": 1,
149
+ "character": 12,
150
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Schema.ts#L1"
151
+ },
152
+ {
153
+ "fileName": "Schema.ts",
154
+ "line": 2,
155
+ "character": 13,
156
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Schema.ts#L2"
157
+ }
158
+ ],
159
+ "type": {
160
+ "type": "literal",
161
+ "value": "network.xyo.id"
162
+ }
163
+ },
164
+ {
165
+ "id": 1,
166
+ "name": "IdPayloadPlugin",
167
+ "kind": 64,
168
+ "kindString": "Function",
169
+ "flags": {},
170
+ "sources": [
171
+ {
172
+ "fileName": "Plugin.ts",
173
+ "line": 7,
174
+ "character": 13,
175
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Plugin.ts#L7"
176
+ }
177
+ ],
178
+ "signatures": [
179
+ {
180
+ "id": 2,
181
+ "name": "IdPayloadPlugin",
182
+ "kind": 4096,
183
+ "kindString": "Call signature",
184
+ "flags": {},
185
+ "type": {
186
+ "type": "reference",
187
+ "typeArguments": [
188
+ {
189
+ "type": "intersection",
190
+ "types": [
191
+ {
192
+ "type": "reference",
193
+ "name": "SchemaFields"
194
+ },
195
+ {
196
+ "type": "reference",
197
+ "name": "PayloadFields"
198
+ },
199
+ {
200
+ "type": "reflection",
201
+ "declaration": {
202
+ "id": 3,
203
+ "name": "__type",
204
+ "kind": 65536,
205
+ "kindString": "Type literal",
206
+ "flags": {},
207
+ "children": [
208
+ {
209
+ "id": 4,
210
+ "name": "salt",
211
+ "kind": 1024,
212
+ "kindString": "Property",
213
+ "flags": {},
214
+ "sources": [
215
+ {
216
+ "fileName": "Payload.ts",
217
+ "line": 6,
218
+ "character": 2,
219
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L6"
220
+ }
221
+ ],
222
+ "type": {
223
+ "type": "intrinsic",
224
+ "name": "string"
225
+ }
226
+ },
227
+ {
228
+ "id": 5,
229
+ "name": "schema",
230
+ "kind": 1024,
231
+ "kindString": "Property",
232
+ "flags": {},
233
+ "sources": [
234
+ {
235
+ "fileName": "Payload.ts",
236
+ "line": 7,
237
+ "character": 2,
238
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L7"
239
+ }
240
+ ],
241
+ "type": {
242
+ "type": "literal",
243
+ "value": "network.xyo.id"
244
+ }
245
+ }
246
+ ],
247
+ "groups": [
248
+ {
249
+ "title": "Properties",
250
+ "children": [
251
+ 4,
252
+ 5
253
+ ]
254
+ }
255
+ ],
256
+ "sources": [
257
+ {
258
+ "fileName": "Payload.ts",
259
+ "line": 5,
260
+ "character": 35,
261
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L5"
262
+ }
263
+ ]
264
+ }
265
+ }
266
+ ]
267
+ }
268
+ ],
269
+ "name": "XyoPayloadPlugin"
270
+ }
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "id": 12,
276
+ "name": "idPayloadTemplate",
277
+ "kind": 64,
278
+ "kindString": "Function",
279
+ "flags": {},
280
+ "sources": [
281
+ {
282
+ "fileName": "Template.ts",
283
+ "line": 4,
284
+ "character": 13,
285
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Template.ts#L4"
286
+ }
287
+ ],
288
+ "signatures": [
289
+ {
290
+ "id": 13,
291
+ "name": "idPayloadTemplate",
292
+ "kind": 4096,
293
+ "kindString": "Call signature",
294
+ "flags": {},
295
+ "type": {
296
+ "type": "intersection",
297
+ "types": [
298
+ {
299
+ "type": "reference",
300
+ "name": "SchemaFields"
301
+ },
302
+ {
303
+ "type": "reference",
304
+ "name": "PayloadFields"
305
+ },
306
+ {
307
+ "type": "reflection",
308
+ "declaration": {
309
+ "id": 14,
310
+ "name": "__type",
311
+ "kind": 65536,
312
+ "kindString": "Type literal",
313
+ "flags": {},
314
+ "children": [
315
+ {
316
+ "id": 15,
317
+ "name": "salt",
318
+ "kind": 1024,
319
+ "kindString": "Property",
320
+ "flags": {},
321
+ "sources": [
322
+ {
323
+ "fileName": "Payload.ts",
324
+ "line": 6,
325
+ "character": 2,
326
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L6"
327
+ }
328
+ ],
329
+ "type": {
330
+ "type": "intrinsic",
331
+ "name": "string"
332
+ }
333
+ },
334
+ {
335
+ "id": 16,
336
+ "name": "schema",
337
+ "kind": 1024,
338
+ "kindString": "Property",
339
+ "flags": {},
340
+ "sources": [
341
+ {
342
+ "fileName": "Payload.ts",
343
+ "line": 7,
344
+ "character": 2,
345
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L7"
346
+ }
347
+ ],
348
+ "type": {
349
+ "type": "literal",
350
+ "value": "network.xyo.id"
351
+ }
352
+ }
353
+ ],
354
+ "groups": [
355
+ {
356
+ "title": "Properties",
357
+ "children": [
358
+ 15,
359
+ 16
360
+ ]
361
+ }
362
+ ],
363
+ "sources": [
364
+ {
365
+ "fileName": "Payload.ts",
366
+ "line": 5,
367
+ "character": 35,
368
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/Payload.ts#L5"
369
+ }
370
+ ]
371
+ }
372
+ }
373
+ ]
374
+ }
375
+ }
376
+ ]
377
+ }
378
+ ],
379
+ "groups": [
380
+ {
381
+ "title": "References",
382
+ "children": [
383
+ 17
384
+ ]
385
+ },
386
+ {
387
+ "title": "Type Aliases",
388
+ "children": [
389
+ 6,
390
+ 11
391
+ ]
392
+ },
393
+ {
394
+ "title": "Variables",
395
+ "children": [
396
+ 10
397
+ ]
398
+ },
399
+ {
400
+ "title": "Functions",
401
+ "children": [
402
+ 1,
403
+ 12
404
+ ]
405
+ }
406
+ ],
407
+ "sources": [
408
+ {
409
+ "fileName": "index.ts",
410
+ "line": 1,
411
+ "character": 0,
412
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/plugins/packages/payload/packages/id/src/index.ts#L1"
413
+ }
414
+ ]
415
+ }
@@ -1,4 +1,4 @@
1
- import { XyoPayload } from '@xyo-network/payload';
1
+ import { XyoPayload } from '@xyo-network/payload-model';
2
2
  import { IdSchema } from './Schema';
3
3
  export type IdPayload = XyoPayload<{
4
4
  salt: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEjD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAEnC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAC,CAAA"}
1
+ {"version":3,"file":"Payload.d.ts","sourceRoot":"","sources":["../../src/Payload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAA;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AAEnC,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC;IACjC,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,QAAQ,CAAA;CACjB,CAAC,CAAA"}
package/package.json CHANGED
@@ -10,11 +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.14",
14
- "@xyo-network/payload-plugin": "^2.42.14"
13
+ "@xyo-network/payload-model": "^2.42.15",
14
+ "@xyo-network/payload-plugin": "^2.42.16"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.10.19"
17
+ "@xylabs/ts-scripts-yarn3": "^2.10.25"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
20
20
  "browser": "dist/esm/index.js",
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "sideEffects": false,
51
51
  "types": "dist/esm/index.d.ts",
52
- "version": "2.42.14"
52
+ "version": "2.42.16"
53
53
  }
package/src/Payload.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyoPayload } from '@xyo-network/payload'
1
+ import { XyoPayload } from '@xyo-network/payload-model'
2
2
 
3
3
  import { IdSchema } from './Schema'
4
4