@xyo-network/previous-hash-store-model 2.74.0 → 2.74.2

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/dist/docs.json +332 -0
  2. package/package.json +3 -3
package/dist/docs.json ADDED
@@ -0,0 +1,332 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/previous-hash-store-model",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 1,
10
+ "name": "PreviousHashStore",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 2,
17
+ "name": "getItem",
18
+ "variant": "declaration",
19
+ "kind": 2048,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "PreviousHashStore.ts",
24
+ "line": 2,
25
+ "character": 2,
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
27
+ }
28
+ ],
29
+ "signatures": [
30
+ {
31
+ "id": 3,
32
+ "name": "getItem",
33
+ "variant": "signature",
34
+ "kind": 4096,
35
+ "flags": {},
36
+ "sources": [
37
+ {
38
+ "fileName": "PreviousHashStore.ts",
39
+ "line": 2,
40
+ "character": 2,
41
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
42
+ }
43
+ ],
44
+ "parameters": [
45
+ {
46
+ "id": 4,
47
+ "name": "address",
48
+ "variant": "param",
49
+ "kind": 32768,
50
+ "flags": {},
51
+ "type": {
52
+ "type": "intrinsic",
53
+ "name": "string"
54
+ }
55
+ }
56
+ ],
57
+ "type": {
58
+ "type": "union",
59
+ "types": [
60
+ {
61
+ "type": "literal",
62
+ "value": null
63
+ },
64
+ {
65
+ "type": "intrinsic",
66
+ "name": "string"
67
+ },
68
+ {
69
+ "type": "reference",
70
+ "target": {
71
+ "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
72
+ "qualifiedName": "Promise"
73
+ },
74
+ "typeArguments": [
75
+ {
76
+ "type": "union",
77
+ "types": [
78
+ {
79
+ "type": "literal",
80
+ "value": null
81
+ },
82
+ {
83
+ "type": "intrinsic",
84
+ "name": "string"
85
+ }
86
+ ]
87
+ }
88
+ ],
89
+ "name": "Promise",
90
+ "package": "typescript"
91
+ }
92
+ ]
93
+ }
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "id": 5,
99
+ "name": "removeItem",
100
+ "variant": "declaration",
101
+ "kind": 2048,
102
+ "flags": {},
103
+ "sources": [
104
+ {
105
+ "fileName": "PreviousHashStore.ts",
106
+ "line": 3,
107
+ "character": 2,
108
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
109
+ }
110
+ ],
111
+ "signatures": [
112
+ {
113
+ "id": 6,
114
+ "name": "removeItem",
115
+ "variant": "signature",
116
+ "kind": 4096,
117
+ "flags": {},
118
+ "sources": [
119
+ {
120
+ "fileName": "PreviousHashStore.ts",
121
+ "line": 3,
122
+ "character": 2,
123
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
124
+ }
125
+ ],
126
+ "parameters": [
127
+ {
128
+ "id": 7,
129
+ "name": "address",
130
+ "variant": "param",
131
+ "kind": 32768,
132
+ "flags": {},
133
+ "type": {
134
+ "type": "intrinsic",
135
+ "name": "string"
136
+ }
137
+ }
138
+ ],
139
+ "type": {
140
+ "type": "union",
141
+ "types": [
142
+ {
143
+ "type": "intrinsic",
144
+ "name": "void"
145
+ },
146
+ {
147
+ "type": "reference",
148
+ "target": {
149
+ "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
150
+ "qualifiedName": "Promise"
151
+ },
152
+ "typeArguments": [
153
+ {
154
+ "type": "intrinsic",
155
+ "name": "void"
156
+ }
157
+ ],
158
+ "name": "Promise",
159
+ "package": "typescript"
160
+ }
161
+ ]
162
+ }
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "id": 8,
168
+ "name": "setItem",
169
+ "variant": "declaration",
170
+ "kind": 2048,
171
+ "flags": {},
172
+ "sources": [
173
+ {
174
+ "fileName": "PreviousHashStore.ts",
175
+ "line": 4,
176
+ "character": 2,
177
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
178
+ }
179
+ ],
180
+ "signatures": [
181
+ {
182
+ "id": 9,
183
+ "name": "setItem",
184
+ "variant": "signature",
185
+ "kind": 4096,
186
+ "flags": {},
187
+ "sources": [
188
+ {
189
+ "fileName": "PreviousHashStore.ts",
190
+ "line": 4,
191
+ "character": 2,
192
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
193
+ }
194
+ ],
195
+ "parameters": [
196
+ {
197
+ "id": 10,
198
+ "name": "address",
199
+ "variant": "param",
200
+ "kind": 32768,
201
+ "flags": {},
202
+ "type": {
203
+ "type": "intrinsic",
204
+ "name": "string"
205
+ }
206
+ },
207
+ {
208
+ "id": 11,
209
+ "name": "previousHash",
210
+ "variant": "param",
211
+ "kind": 32768,
212
+ "flags": {},
213
+ "type": {
214
+ "type": "intrinsic",
215
+ "name": "string"
216
+ }
217
+ }
218
+ ],
219
+ "type": {
220
+ "type": "union",
221
+ "types": [
222
+ {
223
+ "type": "intrinsic",
224
+ "name": "void"
225
+ },
226
+ {
227
+ "type": "reference",
228
+ "target": {
229
+ "sourceFileName": "../../../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
230
+ "qualifiedName": "Promise"
231
+ },
232
+ "typeArguments": [
233
+ {
234
+ "type": "intrinsic",
235
+ "name": "void"
236
+ }
237
+ ],
238
+ "name": "Promise",
239
+ "package": "typescript"
240
+ }
241
+ ]
242
+ }
243
+ }
244
+ ]
245
+ }
246
+ ],
247
+ "groups": [
248
+ {
249
+ "title": "Methods",
250
+ "children": [
251
+ 2,
252
+ 5,
253
+ 8
254
+ ]
255
+ }
256
+ ],
257
+ "sources": [
258
+ {
259
+ "fileName": "PreviousHashStore.ts",
260
+ "line": 1,
261
+ "character": 17,
262
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6e59657e618a7/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L1"
263
+ }
264
+ ]
265
+ }
266
+ ],
267
+ "groups": [
268
+ {
269
+ "title": "Interfaces",
270
+ "children": [
271
+ 1
272
+ ]
273
+ }
274
+ ],
275
+ "packageName": "@xyo-network/previous-hash-store-model",
276
+ "readme": [
277
+ {
278
+ "kind": "text",
279
+ "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"
280
+ }
281
+ ],
282
+ "symbolIdMap": {
283
+ "0": {
284
+ "sourceFileName": "src/index.ts",
285
+ "qualifiedName": ""
286
+ },
287
+ "1": {
288
+ "sourceFileName": "src/PreviousHashStore.ts",
289
+ "qualifiedName": "PreviousHashStore"
290
+ },
291
+ "2": {
292
+ "sourceFileName": "src/PreviousHashStore.ts",
293
+ "qualifiedName": "PreviousHashStore.getItem"
294
+ },
295
+ "3": {
296
+ "sourceFileName": "src/PreviousHashStore.ts",
297
+ "qualifiedName": "PreviousHashStore.getItem"
298
+ },
299
+ "4": {
300
+ "sourceFileName": "src/PreviousHashStore.ts",
301
+ "qualifiedName": "address"
302
+ },
303
+ "5": {
304
+ "sourceFileName": "src/PreviousHashStore.ts",
305
+ "qualifiedName": "PreviousHashStore.removeItem"
306
+ },
307
+ "6": {
308
+ "sourceFileName": "src/PreviousHashStore.ts",
309
+ "qualifiedName": "PreviousHashStore.removeItem"
310
+ },
311
+ "7": {
312
+ "sourceFileName": "src/PreviousHashStore.ts",
313
+ "qualifiedName": "address"
314
+ },
315
+ "8": {
316
+ "sourceFileName": "src/PreviousHashStore.ts",
317
+ "qualifiedName": "PreviousHashStore.setItem"
318
+ },
319
+ "9": {
320
+ "sourceFileName": "src/PreviousHashStore.ts",
321
+ "qualifiedName": "PreviousHashStore.setItem"
322
+ },
323
+ "10": {
324
+ "sourceFileName": "src/PreviousHashStore.ts",
325
+ "qualifiedName": "address"
326
+ },
327
+ "11": {
328
+ "sourceFileName": "src/PreviousHashStore.ts",
329
+ "qualifiedName": "previousHash"
330
+ }
331
+ }
332
+ }
package/package.json CHANGED
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "description": "Primary SDK for using XYO Protocol 2.0",
13
13
  "devDependencies": {
14
- "@xylabs/ts-scripts-yarn3": "^3.0.27",
15
- "@xylabs/tsconfig": "^3.0.27",
14
+ "@xylabs/ts-scripts-yarn3": "^3.0.28",
15
+ "@xylabs/tsconfig": "^3.0.28",
16
16
  "typescript": "^5.2.2"
17
17
  },
18
18
  "docs": "dist/docs.json",
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "types": "dist/index.d.ts",
57
- "version": "2.74.0"
57
+ "version": "2.74.2"
58
58
  }