@proveanything/smartlinks 1.0.7 → 1.0.9

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 (62) hide show
  1. package/debug.log +6 -0
  2. package/dist/api/asset.d.ts +3 -3
  3. package/dist/api/asset.js +6 -6
  4. package/dist/api/attestation.d.ts +23 -0
  5. package/dist/api/attestation.js +44 -0
  6. package/dist/api/index.d.ts +1 -0
  7. package/dist/api/index.js +1 -0
  8. package/dist/api/product.d.ts +2 -2
  9. package/dist/api/product.js +3 -3
  10. package/dist/api/proof.d.ts +4 -0
  11. package/dist/api/proof.js +8 -0
  12. package/dist/http.d.ts +19 -0
  13. package/dist/http.js +109 -0
  14. package/dist/types/attestation.d.ts +16 -0
  15. package/dist/types/attestation.js +1 -0
  16. package/docs/assets/navigation.js +1 -1
  17. package/docs/assets/search.js +1 -1
  18. package/docs/documentation.json +1223 -445
  19. package/docs/functions/appConfiguration.get.html +1 -1
  20. package/docs/functions/asset.getForCollection.html +1 -1
  21. package/docs/functions/asset.getForProduct.html +1 -1
  22. package/docs/functions/asset.getForProof.html +1 -1
  23. package/docs/functions/asset.listForCollection.html +1 -0
  24. package/docs/functions/asset.listForProduct.html +1 -0
  25. package/docs/functions/asset.listForProof.html +1 -0
  26. package/docs/functions/asset.uploadAsset.html +1 -1
  27. package/docs/functions/attestation.create.html +2 -0
  28. package/docs/functions/attestation.get.html +2 -0
  29. package/docs/functions/attestation.list.html +2 -0
  30. package/docs/functions/attestation.remove.html +2 -0
  31. package/docs/functions/attestation.update.html +2 -0
  32. package/docs/functions/collection.get.html +1 -1
  33. package/docs/functions/initializeApi.html +1 -1
  34. package/docs/functions/product.get.html +1 -1
  35. package/docs/functions/{product.getAll.html → product.list.html} +2 -2
  36. package/docs/functions/proof.get.html +1 -1
  37. package/docs/functions/proof.list.html +2 -0
  38. package/docs/functions/request.html +1 -1
  39. package/docs/interfaces/AppConfigurationResponse.html +4 -4
  40. package/docs/interfaces/AssetResponse.html +2 -2
  41. package/docs/interfaces/CollectionResponse.html +5 -5
  42. package/docs/interfaces/ErrorResponse.html +3 -3
  43. package/docs/interfaces/ProductResponse.html +5 -5
  44. package/docs/interfaces/ProofResponse.html +8 -8
  45. package/docs/modules/appConfiguration.html +1 -1
  46. package/docs/modules/asset.html +4 -4
  47. package/docs/modules/attestation.html +6 -0
  48. package/docs/modules/collection.html +1 -1
  49. package/docs/modules/product.html +2 -2
  50. package/docs/modules/proof.html +2 -1
  51. package/docs/modules.html +1 -0
  52. package/package.json +1 -1
  53. package/src/api/asset.ts +3 -3
  54. package/src/api/attestation.ts +69 -0
  55. package/src/api/index.ts +1 -0
  56. package/src/api/product.ts +2 -2
  57. package/src/api/proof.ts +10 -0
  58. package/src/http.ts +136 -0
  59. package/src/types/attestation.ts +18 -0
  60. package/docs/functions/asset.getAllForCollection.html +0 -1
  61. package/docs/functions/asset.getAllForProduct.html +0 -1
  62. package/docs/functions/asset.getAllForProof.html +0 -1
@@ -6,14 +6,14 @@
6
6
  "flags": {},
7
7
  "children": [
8
8
  {
9
- "id": 29,
9
+ "id": 32,
10
10
  "name": "appConfiguration",
11
11
  "variant": "declaration",
12
12
  "kind": 4,
13
13
  "flags": {},
14
14
  "children": [
15
15
  {
16
- "id": 30,
16
+ "id": 33,
17
17
  "name": "get",
18
18
  "variant": "declaration",
19
19
  "kind": 64,
@@ -23,12 +23,12 @@
23
23
  "fileName": "api/appConfiguration.ts",
24
24
  "line": 13,
25
25
  "character": 24,
26
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L13"
26
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/appConfiguration.ts#L13"
27
27
  }
28
28
  ],
29
29
  "signatures": [
30
30
  {
31
- "id": 31,
31
+ "id": 34,
32
32
  "name": "get",
33
33
  "variant": "signature",
34
34
  "kind": 4096,
@@ -66,12 +66,12 @@
66
66
  "fileName": "api/appConfiguration.ts",
67
67
  "line": 13,
68
68
  "character": 24,
69
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L13"
69
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/appConfiguration.ts#L13"
70
70
  }
71
71
  ],
72
72
  "parameters": [
73
73
  {
74
- "id": 32,
74
+ "id": 35,
75
75
  "name": "collectionId",
76
76
  "variant": "param",
77
77
  "kind": 32768,
@@ -90,7 +90,7 @@
90
90
  }
91
91
  },
92
92
  {
93
- "id": 33,
93
+ "id": 36,
94
94
  "name": "appId",
95
95
  "variant": "param",
96
96
  "kind": 32768,
@@ -118,7 +118,7 @@
118
118
  "typeArguments": [
119
119
  {
120
120
  "type": "reference",
121
- "target": 92,
121
+ "target": 126,
122
122
  "name": "AppConfigurationResponse",
123
123
  "package": "@proveanything/smartlinks"
124
124
  }
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "title": "Functions",
136
136
  "children": [
137
- 30
137
+ 33
138
138
  ]
139
139
  }
140
140
  ],
@@ -143,49 +143,49 @@
143
143
  "fileName": "api/appConfiguration.ts",
144
144
  "line": 5,
145
145
  "character": 17,
146
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L5"
146
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/appConfiguration.ts#L5"
147
147
  }
148
148
  ]
149
149
  },
150
150
  {
151
- "id": 34,
151
+ "id": 37,
152
152
  "name": "asset",
153
153
  "variant": "declaration",
154
154
  "kind": 4,
155
155
  "flags": {},
156
156
  "children": [
157
157
  {
158
- "id": 39,
159
- "name": "getAllForCollection",
158
+ "id": 38,
159
+ "name": "getForCollection",
160
160
  "variant": "declaration",
161
161
  "kind": 64,
162
162
  "flags": {},
163
163
  "sources": [
164
164
  {
165
165
  "fileName": "api/asset.ts",
166
- "line": 14,
166
+ "line": 6,
167
167
  "character": 24,
168
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L14"
168
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L6"
169
169
  }
170
170
  ],
171
171
  "signatures": [
172
172
  {
173
- "id": 40,
174
- "name": "getAllForCollection",
173
+ "id": 39,
174
+ "name": "getForCollection",
175
175
  "variant": "signature",
176
176
  "kind": 4096,
177
177
  "flags": {},
178
178
  "sources": [
179
179
  {
180
180
  "fileName": "api/asset.ts",
181
- "line": 14,
181
+ "line": 6,
182
182
  "character": 24,
183
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L14"
183
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L6"
184
184
  }
185
185
  ],
186
186
  "parameters": [
187
187
  {
188
- "id": 41,
188
+ "id": 40,
189
189
  "name": "collectionId",
190
190
  "variant": "param",
191
191
  "kind": 32768,
@@ -194,6 +194,17 @@
194
194
  "type": "intrinsic",
195
195
  "name": "string"
196
196
  }
197
+ },
198
+ {
199
+ "id": 41,
200
+ "name": "assetId",
201
+ "variant": "param",
202
+ "kind": 32768,
203
+ "flags": {},
204
+ "type": {
205
+ "type": "intrinsic",
206
+ "name": "string"
207
+ }
197
208
  }
198
209
  ],
199
210
  "type": {
@@ -204,13 +215,10 @@
204
215
  },
205
216
  "typeArguments": [
206
217
  {
207
- "type": "array",
208
- "elementType": {
209
- "type": "reference",
210
- "target": 99,
211
- "name": "AssetResponse",
212
- "package": "@proveanything/smartlinks"
213
- }
218
+ "type": "reference",
219
+ "target": 133,
220
+ "name": "AssetResponse",
221
+ "package": "@proveanything/smartlinks"
214
222
  }
215
223
  ],
216
224
  "name": "Promise",
@@ -220,37 +228,37 @@
220
228
  ]
221
229
  },
222
230
  {
223
- "id": 47,
224
- "name": "getAllForProduct",
231
+ "id": 45,
232
+ "name": "getForProduct",
225
233
  "variant": "declaration",
226
234
  "kind": 64,
227
235
  "flags": {},
228
236
  "sources": [
229
237
  {
230
238
  "fileName": "api/asset.ts",
231
- "line": 31,
239
+ "line": 22,
232
240
  "character": 24,
233
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L31"
241
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L22"
234
242
  }
235
243
  ],
236
244
  "signatures": [
237
245
  {
238
- "id": 48,
239
- "name": "getAllForProduct",
246
+ "id": 46,
247
+ "name": "getForProduct",
240
248
  "variant": "signature",
241
249
  "kind": 4096,
242
250
  "flags": {},
243
251
  "sources": [
244
252
  {
245
253
  "fileName": "api/asset.ts",
246
- "line": 31,
254
+ "line": 22,
247
255
  "character": 24,
248
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L31"
256
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L22"
249
257
  }
250
258
  ],
251
259
  "parameters": [
252
260
  {
253
- "id": 49,
261
+ "id": 47,
254
262
  "name": "collectionId",
255
263
  "variant": "param",
256
264
  "kind": 32768,
@@ -261,7 +269,7 @@
261
269
  }
262
270
  },
263
271
  {
264
- "id": 50,
272
+ "id": 48,
265
273
  "name": "productId",
266
274
  "variant": "param",
267
275
  "kind": 32768,
@@ -270,6 +278,17 @@
270
278
  "type": "intrinsic",
271
279
  "name": "string"
272
280
  }
281
+ },
282
+ {
283
+ "id": 49,
284
+ "name": "assetId",
285
+ "variant": "param",
286
+ "kind": 32768,
287
+ "flags": {},
288
+ "type": {
289
+ "type": "intrinsic",
290
+ "name": "string"
291
+ }
273
292
  }
274
293
  ],
275
294
  "type": {
@@ -280,13 +299,10 @@
280
299
  },
281
300
  "typeArguments": [
282
301
  {
283
- "type": "array",
284
- "elementType": {
285
- "type": "reference",
286
- "target": 99,
287
- "name": "AssetResponse",
288
- "package": "@proveanything/smartlinks"
289
- }
302
+ "type": "reference",
303
+ "target": 133,
304
+ "name": "AssetResponse",
305
+ "package": "@proveanything/smartlinks"
290
306
  }
291
307
  ],
292
308
  "name": "Promise",
@@ -296,37 +312,37 @@
296
312
  ]
297
313
  },
298
314
  {
299
- "id": 57,
300
- "name": "getAllForProof",
315
+ "id": 54,
316
+ "name": "getForProof",
301
317
  "variant": "declaration",
302
318
  "kind": 64,
303
319
  "flags": {},
304
320
  "sources": [
305
321
  {
306
322
  "fileName": "api/asset.ts",
307
- "line": 50,
323
+ "line": 40,
308
324
  "character": 24,
309
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L50"
325
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L40"
310
326
  }
311
327
  ],
312
328
  "signatures": [
313
329
  {
314
- "id": 58,
315
- "name": "getAllForProof",
330
+ "id": 55,
331
+ "name": "getForProof",
316
332
  "variant": "signature",
317
333
  "kind": 4096,
318
334
  "flags": {},
319
335
  "sources": [
320
336
  {
321
337
  "fileName": "api/asset.ts",
322
- "line": 50,
338
+ "line": 40,
323
339
  "character": 24,
324
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L50"
340
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L40"
325
341
  }
326
342
  ],
327
343
  "parameters": [
328
344
  {
329
- "id": 59,
345
+ "id": 56,
330
346
  "name": "collectionId",
331
347
  "variant": "param",
332
348
  "kind": 32768,
@@ -337,7 +353,7 @@
337
353
  }
338
354
  },
339
355
  {
340
- "id": 60,
356
+ "id": 57,
341
357
  "name": "productId",
342
358
  "variant": "param",
343
359
  "kind": 32768,
@@ -348,7 +364,7 @@
348
364
  }
349
365
  },
350
366
  {
351
- "id": 61,
367
+ "id": 58,
352
368
  "name": "proofId",
353
369
  "variant": "param",
354
370
  "kind": 32768,
@@ -359,13 +375,11 @@
359
375
  }
360
376
  },
361
377
  {
362
- "id": 62,
363
- "name": "appId",
378
+ "id": 59,
379
+ "name": "assetId",
364
380
  "variant": "param",
365
381
  "kind": 32768,
366
- "flags": {
367
- "isOptional": true
368
- },
382
+ "flags": {},
369
383
  "type": {
370
384
  "type": "intrinsic",
371
385
  "name": "string"
@@ -380,13 +394,10 @@
380
394
  },
381
395
  "typeArguments": [
382
396
  {
383
- "type": "array",
384
- "elementType": {
385
- "type": "reference",
386
- "target": 99,
387
- "name": "AssetResponse",
388
- "package": "@proveanything/smartlinks"
389
- }
397
+ "type": "reference",
398
+ "target": 133,
399
+ "name": "AssetResponse",
400
+ "package": "@proveanything/smartlinks"
390
401
  }
391
402
  ],
392
403
  "name": "Promise",
@@ -396,37 +407,37 @@
396
407
  ]
397
408
  },
398
409
  {
399
- "id": 35,
400
- "name": "getForCollection",
410
+ "id": 42,
411
+ "name": "listForCollection",
401
412
  "variant": "declaration",
402
413
  "kind": 64,
403
414
  "flags": {},
404
415
  "sources": [
405
416
  {
406
417
  "fileName": "api/asset.ts",
407
- "line": 6,
418
+ "line": 14,
408
419
  "character": 24,
409
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
420
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L14"
410
421
  }
411
422
  ],
412
423
  "signatures": [
413
424
  {
414
- "id": 36,
415
- "name": "getForCollection",
425
+ "id": 43,
426
+ "name": "listForCollection",
416
427
  "variant": "signature",
417
428
  "kind": 4096,
418
429
  "flags": {},
419
430
  "sources": [
420
431
  {
421
432
  "fileName": "api/asset.ts",
422
- "line": 6,
433
+ "line": 14,
423
434
  "character": 24,
424
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
435
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L14"
425
436
  }
426
437
  ],
427
438
  "parameters": [
428
439
  {
429
- "id": 37,
440
+ "id": 44,
430
441
  "name": "collectionId",
431
442
  "variant": "param",
432
443
  "kind": 32768,
@@ -435,17 +446,6 @@
435
446
  "type": "intrinsic",
436
447
  "name": "string"
437
448
  }
438
- },
439
- {
440
- "id": 38,
441
- "name": "assetId",
442
- "variant": "param",
443
- "kind": 32768,
444
- "flags": {},
445
- "type": {
446
- "type": "intrinsic",
447
- "name": "string"
448
- }
449
449
  }
450
450
  ],
451
451
  "type": {
@@ -456,10 +456,13 @@
456
456
  },
457
457
  "typeArguments": [
458
458
  {
459
- "type": "reference",
460
- "target": 99,
461
- "name": "AssetResponse",
462
- "package": "@proveanything/smartlinks"
459
+ "type": "array",
460
+ "elementType": {
461
+ "type": "reference",
462
+ "target": 133,
463
+ "name": "AssetResponse",
464
+ "package": "@proveanything/smartlinks"
465
+ }
463
466
  }
464
467
  ],
465
468
  "name": "Promise",
@@ -469,37 +472,37 @@
469
472
  ]
470
473
  },
471
474
  {
472
- "id": 42,
473
- "name": "getForProduct",
475
+ "id": 50,
476
+ "name": "listForProduct",
474
477
  "variant": "declaration",
475
478
  "kind": 64,
476
479
  "flags": {},
477
480
  "sources": [
478
481
  {
479
482
  "fileName": "api/asset.ts",
480
- "line": 22,
483
+ "line": 31,
481
484
  "character": 24,
482
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
485
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L31"
483
486
  }
484
487
  ],
485
488
  "signatures": [
486
489
  {
487
- "id": 43,
488
- "name": "getForProduct",
490
+ "id": 51,
491
+ "name": "listForProduct",
489
492
  "variant": "signature",
490
493
  "kind": 4096,
491
494
  "flags": {},
492
495
  "sources": [
493
496
  {
494
497
  "fileName": "api/asset.ts",
495
- "line": 22,
498
+ "line": 31,
496
499
  "character": 24,
497
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
500
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L31"
498
501
  }
499
502
  ],
500
503
  "parameters": [
501
504
  {
502
- "id": 44,
505
+ "id": 52,
503
506
  "name": "collectionId",
504
507
  "variant": "param",
505
508
  "kind": 32768,
@@ -510,7 +513,7 @@
510
513
  }
511
514
  },
512
515
  {
513
- "id": 45,
516
+ "id": 53,
514
517
  "name": "productId",
515
518
  "variant": "param",
516
519
  "kind": 32768,
@@ -519,17 +522,6 @@
519
522
  "type": "intrinsic",
520
523
  "name": "string"
521
524
  }
522
- },
523
- {
524
- "id": 46,
525
- "name": "assetId",
526
- "variant": "param",
527
- "kind": 32768,
528
- "flags": {},
529
- "type": {
530
- "type": "intrinsic",
531
- "name": "string"
532
- }
533
525
  }
534
526
  ],
535
527
  "type": {
@@ -540,10 +532,13 @@
540
532
  },
541
533
  "typeArguments": [
542
534
  {
543
- "type": "reference",
544
- "target": 99,
545
- "name": "AssetResponse",
546
- "package": "@proveanything/smartlinks"
535
+ "type": "array",
536
+ "elementType": {
537
+ "type": "reference",
538
+ "target": 133,
539
+ "name": "AssetResponse",
540
+ "package": "@proveanything/smartlinks"
541
+ }
547
542
  }
548
543
  ],
549
544
  "name": "Promise",
@@ -553,37 +548,37 @@
553
548
  ]
554
549
  },
555
550
  {
556
- "id": 51,
557
- "name": "getForProof",
551
+ "id": 60,
552
+ "name": "listForProof",
558
553
  "variant": "declaration",
559
554
  "kind": 64,
560
555
  "flags": {},
561
556
  "sources": [
562
557
  {
563
558
  "fileName": "api/asset.ts",
564
- "line": 40,
559
+ "line": 50,
565
560
  "character": 24,
566
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
561
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L50"
567
562
  }
568
563
  ],
569
564
  "signatures": [
570
565
  {
571
- "id": 52,
572
- "name": "getForProof",
566
+ "id": 61,
567
+ "name": "listForProof",
573
568
  "variant": "signature",
574
569
  "kind": 4096,
575
570
  "flags": {},
576
571
  "sources": [
577
572
  {
578
573
  "fileName": "api/asset.ts",
579
- "line": 40,
574
+ "line": 50,
580
575
  "character": 24,
581
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
576
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L50"
582
577
  }
583
578
  ],
584
579
  "parameters": [
585
580
  {
586
- "id": 53,
581
+ "id": 62,
587
582
  "name": "collectionId",
588
583
  "variant": "param",
589
584
  "kind": 32768,
@@ -594,7 +589,7 @@
594
589
  }
595
590
  },
596
591
  {
597
- "id": 54,
592
+ "id": 63,
598
593
  "name": "productId",
599
594
  "variant": "param",
600
595
  "kind": 32768,
@@ -605,7 +600,7 @@
605
600
  }
606
601
  },
607
602
  {
608
- "id": 55,
603
+ "id": 64,
609
604
  "name": "proofId",
610
605
  "variant": "param",
611
606
  "kind": 32768,
@@ -616,11 +611,13 @@
616
611
  }
617
612
  },
618
613
  {
619
- "id": 56,
620
- "name": "assetId",
614
+ "id": 65,
615
+ "name": "appId",
621
616
  "variant": "param",
622
617
  "kind": 32768,
623
- "flags": {},
618
+ "flags": {
619
+ "isOptional": true
620
+ },
624
621
  "type": {
625
622
  "type": "intrinsic",
626
623
  "name": "string"
@@ -635,10 +632,13 @@
635
632
  },
636
633
  "typeArguments": [
637
634
  {
638
- "type": "reference",
639
- "target": 99,
640
- "name": "AssetResponse",
641
- "package": "@proveanything/smartlinks"
635
+ "type": "array",
636
+ "elementType": {
637
+ "type": "reference",
638
+ "target": 133,
639
+ "name": "AssetResponse",
640
+ "package": "@proveanything/smartlinks"
641
+ }
642
642
  }
643
643
  ],
644
644
  "name": "Promise",
@@ -648,7 +648,7 @@
648
648
  ]
649
649
  },
650
650
  {
651
- "id": 63,
651
+ "id": 66,
652
652
  "name": "uploadAsset",
653
653
  "variant": "declaration",
654
654
  "kind": 64,
@@ -658,12 +658,12 @@
658
658
  "fileName": "api/asset.ts",
659
659
  "line": 74,
660
660
  "character": 24,
661
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L74"
661
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L74"
662
662
  }
663
663
  ],
664
664
  "signatures": [
665
665
  {
666
- "id": 64,
666
+ "id": 67,
667
667
  "name": "uploadAsset",
668
668
  "variant": "signature",
669
669
  "kind": 4096,
@@ -692,12 +692,12 @@
692
692
  "fileName": "api/asset.ts",
693
693
  "line": 74,
694
694
  "character": 24,
695
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L74"
695
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L74"
696
696
  }
697
697
  ],
698
698
  "parameters": [
699
699
  {
700
- "id": 65,
700
+ "id": 68,
701
701
  "name": "collectionId",
702
702
  "variant": "param",
703
703
  "kind": 32768,
@@ -716,7 +716,7 @@
716
716
  }
717
717
  },
718
718
  {
719
- "id": 66,
719
+ "id": 69,
720
720
  "name": "productId",
721
721
  "variant": "param",
722
722
  "kind": 32768,
@@ -735,7 +735,7 @@
735
735
  }
736
736
  },
737
737
  {
738
- "id": 67,
738
+ "id": 70,
739
739
  "name": "proofId",
740
740
  "variant": "param",
741
741
  "kind": 32768,
@@ -754,7 +754,7 @@
754
754
  }
755
755
  },
756
756
  {
757
- "id": 68,
757
+ "id": 71,
758
758
  "name": "file",
759
759
  "variant": "param",
760
760
  "kind": 32768,
@@ -778,7 +778,7 @@
778
778
  }
779
779
  },
780
780
  {
781
- "id": 69,
781
+ "id": 72,
782
782
  "name": "extraData",
783
783
  "variant": "param",
784
784
  "kind": 32768,
@@ -814,7 +814,7 @@
814
814
  }
815
815
  },
816
816
  {
817
- "id": 70,
817
+ "id": 73,
818
818
  "name": "onProgress",
819
819
  "variant": "param",
820
820
  "kind": 32768,
@@ -832,7 +832,7 @@
832
832
  "type": {
833
833
  "type": "reflection",
834
834
  "declaration": {
835
- "id": 71,
835
+ "id": 74,
836
836
  "name": "__type",
837
837
  "variant": "declaration",
838
838
  "kind": 65536,
@@ -842,12 +842,12 @@
842
842
  "fileName": "api/asset.ts",
843
843
  "line": 80,
844
844
  "character": 17,
845
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L80"
845
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L80"
846
846
  }
847
847
  ],
848
848
  "signatures": [
849
849
  {
850
- "id": 72,
850
+ "id": 75,
851
851
  "name": "__type",
852
852
  "variant": "signature",
853
853
  "kind": 4096,
@@ -857,12 +857,12 @@
857
857
  "fileName": "api/asset.ts",
858
858
  "line": 80,
859
859
  "character": 17,
860
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L80"
860
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L80"
861
861
  }
862
862
  ],
863
863
  "parameters": [
864
864
  {
865
- "id": 73,
865
+ "id": 76,
866
866
  "name": "percent",
867
867
  "variant": "param",
868
868
  "kind": 32768,
@@ -892,7 +892,7 @@
892
892
  "typeArguments": [
893
893
  {
894
894
  "type": "reference",
895
- "target": 99,
895
+ "target": 133,
896
896
  "name": "AssetResponse",
897
897
  "package": "@proveanything/smartlinks"
898
898
  }
@@ -908,13 +908,13 @@
908
908
  {
909
909
  "title": "Functions",
910
910
  "children": [
911
- 39,
912
- 47,
913
- 57,
914
- 35,
911
+ 38,
912
+ 45,
913
+ 54,
915
914
  42,
916
- 51,
917
- 63
915
+ 50,
916
+ 60,
917
+ 66
918
918
  ]
919
919
  }
920
920
  ],
@@ -923,35 +923,35 @@
923
923
  "fileName": "api/asset.ts",
924
924
  "line": 4,
925
925
  "character": 17,
926
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L4"
926
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/asset.ts#L4"
927
927
  }
928
928
  ]
929
929
  },
930
930
  {
931
- "id": 12,
932
- "name": "collection",
931
+ "id": 77,
932
+ "name": "attestation",
933
933
  "variant": "declaration",
934
934
  "kind": 4,
935
935
  "flags": {},
936
936
  "children": [
937
937
  {
938
- "id": 13,
939
- "name": "get",
938
+ "id": 89,
939
+ "name": "create",
940
940
  "variant": "declaration",
941
941
  "kind": 64,
942
942
  "flags": {},
943
943
  "sources": [
944
944
  {
945
- "fileName": "api/collection.ts",
946
- "line": 12,
945
+ "fileName": "api/attestation.ts",
946
+ "line": 33,
947
947
  "character": 24,
948
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
948
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L33"
949
949
  }
950
950
  ],
951
951
  "signatures": [
952
952
  {
953
- "id": 14,
954
- "name": "get",
953
+ "id": 90,
954
+ "name": "create",
955
955
  "variant": "signature",
956
956
  "kind": 4096,
957
957
  "flags": {},
@@ -959,57 +959,67 @@
959
959
  "summary": [
960
960
  {
961
961
  "kind": "text",
962
- "text": "Retrieves a single Collection by its ID."
963
- }
964
- ],
965
- "blockTags": [
966
- {
967
- "tag": "@returns",
968
- "content": [
969
- {
970
- "kind": "text",
971
- "text": "Promise resolving to a CollectionResponse object"
972
- }
973
- ]
974
- },
975
- {
976
- "tag": "@throws",
977
- "content": [
978
- {
979
- "kind": "text",
980
- "text": "ErrorResponse if the request fails"
981
- }
982
- ]
962
+ "text": "Create a new attestation for a proof."
983
963
  }
984
964
  ]
985
965
  },
986
966
  "sources": [
987
967
  {
988
- "fileName": "api/collection.ts",
989
- "line": 12,
968
+ "fileName": "api/attestation.ts",
969
+ "line": 33,
990
970
  "character": 24,
991
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
971
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L33"
992
972
  }
993
973
  ],
994
974
  "parameters": [
995
975
  {
996
- "id": 15,
976
+ "id": 91,
997
977
  "name": "collectionId",
998
978
  "variant": "param",
999
979
  "kind": 32768,
1000
980
  "flags": {},
1001
- "comment": {
1002
- "summary": [
1003
- {
1004
- "kind": "text",
1005
- "text": "– Identifier of the collection"
1006
- }
1007
- ]
1008
- },
1009
981
  "type": {
1010
982
  "type": "intrinsic",
1011
983
  "name": "string"
1012
984
  }
985
+ },
986
+ {
987
+ "id": 92,
988
+ "name": "productId",
989
+ "variant": "param",
990
+ "kind": 32768,
991
+ "flags": {},
992
+ "type": {
993
+ "type": "intrinsic",
994
+ "name": "string"
995
+ }
996
+ },
997
+ {
998
+ "id": 93,
999
+ "name": "proofId",
1000
+ "variant": "param",
1001
+ "kind": 32768,
1002
+ "flags": {},
1003
+ "type": {
1004
+ "type": "intrinsic",
1005
+ "name": "string"
1006
+ }
1007
+ },
1008
+ {
1009
+ "id": 94,
1010
+ "name": "data",
1011
+ "variant": "param",
1012
+ "kind": 32768,
1013
+ "flags": {},
1014
+ "type": {
1015
+ "type": "reference",
1016
+ "target": {
1017
+ "sourceFileName": "src/types/attestation.ts",
1018
+ "qualifiedName": "AttestationCreateRequest"
1019
+ },
1020
+ "name": "AttestationCreateRequest",
1021
+ "package": "@proveanything/smartlinks"
1022
+ }
1013
1023
  }
1014
1024
  ],
1015
1025
  "type": {
@@ -1021,8 +1031,11 @@
1021
1031
  "typeArguments": [
1022
1032
  {
1023
1033
  "type": "reference",
1024
- "target": 74,
1025
- "name": "CollectionResponse",
1034
+ "target": {
1035
+ "sourceFileName": "src/types/attestation.ts",
1036
+ "qualifiedName": "AttestationResponse"
1037
+ },
1038
+ "name": "AttestationResponse",
1026
1039
  "package": "@proveanything/smartlinks"
1027
1040
  }
1028
1041
  ],
@@ -1031,22 +1044,576 @@
1031
1044
  }
1032
1045
  }
1033
1046
  ]
1034
- }
1035
- ],
1036
- "groups": [
1037
- {
1038
- "title": "Functions",
1039
- "children": [
1040
- 13
1041
- ]
1042
- }
1043
- ],
1044
- "sources": [
1047
+ },
1045
1048
  {
1046
- "fileName": "api/collection.ts",
1049
+ "id": 83,
1050
+ "name": "get",
1051
+ "variant": "declaration",
1052
+ "kind": 64,
1053
+ "flags": {},
1054
+ "sources": [
1055
+ {
1056
+ "fileName": "api/attestation.ts",
1057
+ "line": 20,
1058
+ "character": 24,
1059
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L20"
1060
+ }
1061
+ ],
1062
+ "signatures": [
1063
+ {
1064
+ "id": 84,
1065
+ "name": "get",
1066
+ "variant": "signature",
1067
+ "kind": 4096,
1068
+ "flags": {},
1069
+ "comment": {
1070
+ "summary": [
1071
+ {
1072
+ "kind": "text",
1073
+ "text": "Get a single attestation by ID."
1074
+ }
1075
+ ]
1076
+ },
1077
+ "sources": [
1078
+ {
1079
+ "fileName": "api/attestation.ts",
1080
+ "line": 20,
1081
+ "character": 24,
1082
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L20"
1083
+ }
1084
+ ],
1085
+ "parameters": [
1086
+ {
1087
+ "id": 85,
1088
+ "name": "collectionId",
1089
+ "variant": "param",
1090
+ "kind": 32768,
1091
+ "flags": {},
1092
+ "type": {
1093
+ "type": "intrinsic",
1094
+ "name": "string"
1095
+ }
1096
+ },
1097
+ {
1098
+ "id": 86,
1099
+ "name": "productId",
1100
+ "variant": "param",
1101
+ "kind": 32768,
1102
+ "flags": {},
1103
+ "type": {
1104
+ "type": "intrinsic",
1105
+ "name": "string"
1106
+ }
1107
+ },
1108
+ {
1109
+ "id": 87,
1110
+ "name": "proofId",
1111
+ "variant": "param",
1112
+ "kind": 32768,
1113
+ "flags": {},
1114
+ "type": {
1115
+ "type": "intrinsic",
1116
+ "name": "string"
1117
+ }
1118
+ },
1119
+ {
1120
+ "id": 88,
1121
+ "name": "attestationId",
1122
+ "variant": "param",
1123
+ "kind": 32768,
1124
+ "flags": {},
1125
+ "type": {
1126
+ "type": "intrinsic",
1127
+ "name": "string"
1128
+ }
1129
+ }
1130
+ ],
1131
+ "type": {
1132
+ "type": "reference",
1133
+ "target": {
1134
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1135
+ "qualifiedName": "Promise"
1136
+ },
1137
+ "typeArguments": [
1138
+ {
1139
+ "type": "reference",
1140
+ "target": {
1141
+ "sourceFileName": "src/types/attestation.ts",
1142
+ "qualifiedName": "AttestationResponse"
1143
+ },
1144
+ "name": "AttestationResponse",
1145
+ "package": "@proveanything/smartlinks"
1146
+ }
1147
+ ],
1148
+ "name": "Promise",
1149
+ "package": "typescript"
1150
+ }
1151
+ }
1152
+ ]
1153
+ },
1154
+ {
1155
+ "id": 78,
1156
+ "name": "list",
1157
+ "variant": "declaration",
1158
+ "kind": 64,
1159
+ "flags": {},
1160
+ "sources": [
1161
+ {
1162
+ "fileName": "api/attestation.ts",
1163
+ "line": 8,
1164
+ "character": 24,
1165
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L8"
1166
+ }
1167
+ ],
1168
+ "signatures": [
1169
+ {
1170
+ "id": 79,
1171
+ "name": "list",
1172
+ "variant": "signature",
1173
+ "kind": 4096,
1174
+ "flags": {},
1175
+ "comment": {
1176
+ "summary": [
1177
+ {
1178
+ "kind": "text",
1179
+ "text": "List all attestations for a proof."
1180
+ }
1181
+ ]
1182
+ },
1183
+ "sources": [
1184
+ {
1185
+ "fileName": "api/attestation.ts",
1186
+ "line": 8,
1187
+ "character": 24,
1188
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L8"
1189
+ }
1190
+ ],
1191
+ "parameters": [
1192
+ {
1193
+ "id": 80,
1194
+ "name": "collectionId",
1195
+ "variant": "param",
1196
+ "kind": 32768,
1197
+ "flags": {},
1198
+ "type": {
1199
+ "type": "intrinsic",
1200
+ "name": "string"
1201
+ }
1202
+ },
1203
+ {
1204
+ "id": 81,
1205
+ "name": "productId",
1206
+ "variant": "param",
1207
+ "kind": 32768,
1208
+ "flags": {},
1209
+ "type": {
1210
+ "type": "intrinsic",
1211
+ "name": "string"
1212
+ }
1213
+ },
1214
+ {
1215
+ "id": 82,
1216
+ "name": "proofId",
1217
+ "variant": "param",
1218
+ "kind": 32768,
1219
+ "flags": {},
1220
+ "type": {
1221
+ "type": "intrinsic",
1222
+ "name": "string"
1223
+ }
1224
+ }
1225
+ ],
1226
+ "type": {
1227
+ "type": "reference",
1228
+ "target": {
1229
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1230
+ "qualifiedName": "Promise"
1231
+ },
1232
+ "typeArguments": [
1233
+ {
1234
+ "type": "array",
1235
+ "elementType": {
1236
+ "type": "reference",
1237
+ "target": {
1238
+ "sourceFileName": "src/types/attestation.ts",
1239
+ "qualifiedName": "AttestationResponse"
1240
+ },
1241
+ "name": "AttestationResponse",
1242
+ "package": "@proveanything/smartlinks"
1243
+ }
1244
+ }
1245
+ ],
1246
+ "name": "Promise",
1247
+ "package": "typescript"
1248
+ }
1249
+ }
1250
+ ]
1251
+ },
1252
+ {
1253
+ "id": 102,
1254
+ "name": "remove",
1255
+ "variant": "declaration",
1256
+ "kind": 64,
1257
+ "flags": {},
1258
+ "sources": [
1259
+ {
1260
+ "fileName": "api/attestation.ts",
1261
+ "line": 60,
1262
+ "character": 24,
1263
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L60"
1264
+ }
1265
+ ],
1266
+ "signatures": [
1267
+ {
1268
+ "id": 103,
1269
+ "name": "remove",
1270
+ "variant": "signature",
1271
+ "kind": 4096,
1272
+ "flags": {},
1273
+ "comment": {
1274
+ "summary": [
1275
+ {
1276
+ "kind": "text",
1277
+ "text": "Delete an attestation."
1278
+ }
1279
+ ]
1280
+ },
1281
+ "sources": [
1282
+ {
1283
+ "fileName": "api/attestation.ts",
1284
+ "line": 60,
1285
+ "character": 24,
1286
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L60"
1287
+ }
1288
+ ],
1289
+ "parameters": [
1290
+ {
1291
+ "id": 104,
1292
+ "name": "collectionId",
1293
+ "variant": "param",
1294
+ "kind": 32768,
1295
+ "flags": {},
1296
+ "type": {
1297
+ "type": "intrinsic",
1298
+ "name": "string"
1299
+ }
1300
+ },
1301
+ {
1302
+ "id": 105,
1303
+ "name": "productId",
1304
+ "variant": "param",
1305
+ "kind": 32768,
1306
+ "flags": {},
1307
+ "type": {
1308
+ "type": "intrinsic",
1309
+ "name": "string"
1310
+ }
1311
+ },
1312
+ {
1313
+ "id": 106,
1314
+ "name": "proofId",
1315
+ "variant": "param",
1316
+ "kind": 32768,
1317
+ "flags": {},
1318
+ "type": {
1319
+ "type": "intrinsic",
1320
+ "name": "string"
1321
+ }
1322
+ },
1323
+ {
1324
+ "id": 107,
1325
+ "name": "attestationId",
1326
+ "variant": "param",
1327
+ "kind": 32768,
1328
+ "flags": {},
1329
+ "type": {
1330
+ "type": "intrinsic",
1331
+ "name": "string"
1332
+ }
1333
+ }
1334
+ ],
1335
+ "type": {
1336
+ "type": "reference",
1337
+ "target": {
1338
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1339
+ "qualifiedName": "Promise"
1340
+ },
1341
+ "typeArguments": [
1342
+ {
1343
+ "type": "intrinsic",
1344
+ "name": "void"
1345
+ }
1346
+ ],
1347
+ "name": "Promise",
1348
+ "package": "typescript"
1349
+ }
1350
+ }
1351
+ ]
1352
+ },
1353
+ {
1354
+ "id": 95,
1355
+ "name": "update",
1356
+ "variant": "declaration",
1357
+ "kind": 64,
1358
+ "flags": {},
1359
+ "sources": [
1360
+ {
1361
+ "fileName": "api/attestation.ts",
1362
+ "line": 46,
1363
+ "character": 24,
1364
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L46"
1365
+ }
1366
+ ],
1367
+ "signatures": [
1368
+ {
1369
+ "id": 96,
1370
+ "name": "update",
1371
+ "variant": "signature",
1372
+ "kind": 4096,
1373
+ "flags": {},
1374
+ "comment": {
1375
+ "summary": [
1376
+ {
1377
+ "kind": "text",
1378
+ "text": "Update an attestation."
1379
+ }
1380
+ ]
1381
+ },
1382
+ "sources": [
1383
+ {
1384
+ "fileName": "api/attestation.ts",
1385
+ "line": 46,
1386
+ "character": 24,
1387
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L46"
1388
+ }
1389
+ ],
1390
+ "parameters": [
1391
+ {
1392
+ "id": 97,
1393
+ "name": "collectionId",
1394
+ "variant": "param",
1395
+ "kind": 32768,
1396
+ "flags": {},
1397
+ "type": {
1398
+ "type": "intrinsic",
1399
+ "name": "string"
1400
+ }
1401
+ },
1402
+ {
1403
+ "id": 98,
1404
+ "name": "productId",
1405
+ "variant": "param",
1406
+ "kind": 32768,
1407
+ "flags": {},
1408
+ "type": {
1409
+ "type": "intrinsic",
1410
+ "name": "string"
1411
+ }
1412
+ },
1413
+ {
1414
+ "id": 99,
1415
+ "name": "proofId",
1416
+ "variant": "param",
1417
+ "kind": 32768,
1418
+ "flags": {},
1419
+ "type": {
1420
+ "type": "intrinsic",
1421
+ "name": "string"
1422
+ }
1423
+ },
1424
+ {
1425
+ "id": 100,
1426
+ "name": "attestationId",
1427
+ "variant": "param",
1428
+ "kind": 32768,
1429
+ "flags": {},
1430
+ "type": {
1431
+ "type": "intrinsic",
1432
+ "name": "string"
1433
+ }
1434
+ },
1435
+ {
1436
+ "id": 101,
1437
+ "name": "data",
1438
+ "variant": "param",
1439
+ "kind": 32768,
1440
+ "flags": {},
1441
+ "type": {
1442
+ "type": "reference",
1443
+ "target": {
1444
+ "sourceFileName": "src/types/attestation.ts",
1445
+ "qualifiedName": "AttestationUpdateRequest"
1446
+ },
1447
+ "name": "AttestationUpdateRequest",
1448
+ "package": "@proveanything/smartlinks"
1449
+ }
1450
+ }
1451
+ ],
1452
+ "type": {
1453
+ "type": "reference",
1454
+ "target": {
1455
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1456
+ "qualifiedName": "Promise"
1457
+ },
1458
+ "typeArguments": [
1459
+ {
1460
+ "type": "reference",
1461
+ "target": {
1462
+ "sourceFileName": "src/types/attestation.ts",
1463
+ "qualifiedName": "AttestationResponse"
1464
+ },
1465
+ "name": "AttestationResponse",
1466
+ "package": "@proveanything/smartlinks"
1467
+ }
1468
+ ],
1469
+ "name": "Promise",
1470
+ "package": "typescript"
1471
+ }
1472
+ }
1473
+ ]
1474
+ }
1475
+ ],
1476
+ "groups": [
1477
+ {
1478
+ "title": "Functions",
1479
+ "children": [
1480
+ 89,
1481
+ 83,
1482
+ 78,
1483
+ 102,
1484
+ 95
1485
+ ]
1486
+ }
1487
+ ],
1488
+ "sources": [
1489
+ {
1490
+ "fileName": "api/attestation.ts",
1491
+ "line": 4,
1492
+ "character": 17,
1493
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L4"
1494
+ }
1495
+ ]
1496
+ },
1497
+ {
1498
+ "id": 12,
1499
+ "name": "collection",
1500
+ "variant": "declaration",
1501
+ "kind": 4,
1502
+ "flags": {},
1503
+ "children": [
1504
+ {
1505
+ "id": 13,
1506
+ "name": "get",
1507
+ "variant": "declaration",
1508
+ "kind": 64,
1509
+ "flags": {},
1510
+ "sources": [
1511
+ {
1512
+ "fileName": "api/collection.ts",
1513
+ "line": 12,
1514
+ "character": 24,
1515
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L12"
1516
+ }
1517
+ ],
1518
+ "signatures": [
1519
+ {
1520
+ "id": 14,
1521
+ "name": "get",
1522
+ "variant": "signature",
1523
+ "kind": 4096,
1524
+ "flags": {},
1525
+ "comment": {
1526
+ "summary": [
1527
+ {
1528
+ "kind": "text",
1529
+ "text": "Retrieves a single Collection by its ID."
1530
+ }
1531
+ ],
1532
+ "blockTags": [
1533
+ {
1534
+ "tag": "@returns",
1535
+ "content": [
1536
+ {
1537
+ "kind": "text",
1538
+ "text": "Promise resolving to a CollectionResponse object"
1539
+ }
1540
+ ]
1541
+ },
1542
+ {
1543
+ "tag": "@throws",
1544
+ "content": [
1545
+ {
1546
+ "kind": "text",
1547
+ "text": "ErrorResponse if the request fails"
1548
+ }
1549
+ ]
1550
+ }
1551
+ ]
1552
+ },
1553
+ "sources": [
1554
+ {
1555
+ "fileName": "api/collection.ts",
1556
+ "line": 12,
1557
+ "character": 24,
1558
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L12"
1559
+ }
1560
+ ],
1561
+ "parameters": [
1562
+ {
1563
+ "id": 15,
1564
+ "name": "collectionId",
1565
+ "variant": "param",
1566
+ "kind": 32768,
1567
+ "flags": {},
1568
+ "comment": {
1569
+ "summary": [
1570
+ {
1571
+ "kind": "text",
1572
+ "text": "– Identifier of the collection"
1573
+ }
1574
+ ]
1575
+ },
1576
+ "type": {
1577
+ "type": "intrinsic",
1578
+ "name": "string"
1579
+ }
1580
+ }
1581
+ ],
1582
+ "type": {
1583
+ "type": "reference",
1584
+ "target": {
1585
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1586
+ "qualifiedName": "Promise"
1587
+ },
1588
+ "typeArguments": [
1589
+ {
1590
+ "type": "reference",
1591
+ "target": 108,
1592
+ "name": "CollectionResponse",
1593
+ "package": "@proveanything/smartlinks"
1594
+ }
1595
+ ],
1596
+ "name": "Promise",
1597
+ "package": "typescript"
1598
+ }
1599
+ }
1600
+ ]
1601
+ }
1602
+ ],
1603
+ "groups": [
1604
+ {
1605
+ "title": "Functions",
1606
+ "children": [
1607
+ 13
1608
+ ]
1609
+ }
1610
+ ],
1611
+ "sources": [
1612
+ {
1613
+ "fileName": "api/collection.ts",
1047
1614
  "line": 5,
1048
1615
  "character": 17,
1049
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L5"
1616
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L5"
1050
1617
  }
1051
1618
  ]
1052
1619
  },
@@ -1068,7 +1635,7 @@
1068
1635
  "fileName": "api/product.ts",
1069
1636
  "line": 13,
1070
1637
  "character": 24,
1071
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
1638
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L13"
1072
1639
  }
1073
1640
  ],
1074
1641
  "signatures": [
@@ -1111,7 +1678,7 @@
1111
1678
  "fileName": "api/product.ts",
1112
1679
  "line": 13,
1113
1680
  "character": 24,
1114
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
1681
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L13"
1115
1682
  }
1116
1683
  ],
1117
1684
  "parameters": [
@@ -1163,7 +1730,7 @@
1163
1730
  "typeArguments": [
1164
1731
  {
1165
1732
  "type": "reference",
1166
- "target": 79,
1733
+ "target": 113,
1167
1734
  "name": "ProductResponse",
1168
1735
  "package": "@proveanything/smartlinks"
1169
1736
  }
@@ -1176,7 +1743,7 @@
1176
1743
  },
1177
1744
  {
1178
1745
  "id": 21,
1179
- "name": "getAll",
1746
+ "name": "list",
1180
1747
  "variant": "declaration",
1181
1748
  "kind": 64,
1182
1749
  "flags": {},
@@ -1185,13 +1752,13 @@
1185
1752
  "fileName": "api/product.ts",
1186
1753
  "line": 29,
1187
1754
  "character": 24,
1188
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
1755
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L29"
1189
1756
  }
1190
1757
  ],
1191
1758
  "signatures": [
1192
1759
  {
1193
1760
  "id": 22,
1194
- "name": "getAll",
1761
+ "name": "list",
1195
1762
  "variant": "signature",
1196
1763
  "kind": 4096,
1197
1764
  "flags": {},
@@ -1199,7 +1766,7 @@
1199
1766
  "summary": [
1200
1767
  {
1201
1768
  "kind": "text",
1202
- "text": "Retrieves all Product Items for a Collection."
1769
+ "text": "List all Product Items for a Collection."
1203
1770
  }
1204
1771
  ],
1205
1772
  "blockTags": [
@@ -1228,7 +1795,7 @@
1228
1795
  "fileName": "api/product.ts",
1229
1796
  "line": 29,
1230
1797
  "character": 24,
1231
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
1798
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L29"
1232
1799
  }
1233
1800
  ],
1234
1801
  "parameters": [
@@ -1263,7 +1830,7 @@
1263
1830
  "type": "array",
1264
1831
  "elementType": {
1265
1832
  "type": "reference",
1266
- "target": 79,
1833
+ "target": 113,
1267
1834
  "name": "ProductResponse",
1268
1835
  "package": "@proveanything/smartlinks"
1269
1836
  }
@@ -1290,7 +1857,7 @@
1290
1857
  "fileName": "api/product.ts",
1291
1858
  "line": 5,
1292
1859
  "character": 17,
1293
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L5"
1860
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L5"
1294
1861
  }
1295
1862
  ]
1296
1863
  },
@@ -1312,7 +1879,7 @@
1312
1879
  "fileName": "api/proof.ts",
1313
1880
  "line": 13,
1314
1881
  "character": 24,
1315
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
1882
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L13"
1316
1883
  }
1317
1884
  ],
1318
1885
  "signatures": [
@@ -1340,58 +1907,128 @@
1340
1907
  ]
1341
1908
  },
1342
1909
  {
1343
- "tag": "@throws",
1344
- "content": [
1345
- {
1346
- "kind": "text",
1347
- "text": "ErrorResponse if the request fails"
1348
- }
1349
- ]
1910
+ "tag": "@throws",
1911
+ "content": [
1912
+ {
1913
+ "kind": "text",
1914
+ "text": "ErrorResponse if the request fails"
1915
+ }
1916
+ ]
1917
+ }
1918
+ ]
1919
+ },
1920
+ "sources": [
1921
+ {
1922
+ "fileName": "api/proof.ts",
1923
+ "line": 13,
1924
+ "character": 24,
1925
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L13"
1926
+ }
1927
+ ],
1928
+ "parameters": [
1929
+ {
1930
+ "id": 27,
1931
+ "name": "collectionId",
1932
+ "variant": "param",
1933
+ "kind": 32768,
1934
+ "flags": {},
1935
+ "comment": {
1936
+ "summary": [
1937
+ {
1938
+ "kind": "text",
1939
+ "text": "– Identifier of the parent collection"
1940
+ }
1941
+ ]
1942
+ },
1943
+ "type": {
1944
+ "type": "intrinsic",
1945
+ "name": "string"
1946
+ }
1947
+ },
1948
+ {
1949
+ "id": 28,
1950
+ "name": "proofId",
1951
+ "variant": "param",
1952
+ "kind": 32768,
1953
+ "flags": {},
1954
+ "comment": {
1955
+ "summary": [
1956
+ {
1957
+ "kind": "text",
1958
+ "text": "– Identifier of the proof"
1959
+ }
1960
+ ]
1961
+ },
1962
+ "type": {
1963
+ "type": "intrinsic",
1964
+ "name": "string"
1965
+ }
1966
+ }
1967
+ ],
1968
+ "type": {
1969
+ "type": "reference",
1970
+ "target": {
1971
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1972
+ "qualifiedName": "Promise"
1973
+ },
1974
+ "typeArguments": [
1975
+ {
1976
+ "type": "reference",
1977
+ "target": 118,
1978
+ "name": "ProofResponse",
1979
+ "package": "@proveanything/smartlinks"
1980
+ }
1981
+ ],
1982
+ "name": "Promise",
1983
+ "package": "typescript"
1984
+ }
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "id": 29,
1990
+ "name": "list",
1991
+ "variant": "declaration",
1992
+ "kind": 64,
1993
+ "flags": {},
1994
+ "sources": [
1995
+ {
1996
+ "fileName": "api/proof.ts",
1997
+ "line": 26,
1998
+ "character": 24,
1999
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L26"
2000
+ }
2001
+ ],
2002
+ "signatures": [
2003
+ {
2004
+ "id": 30,
2005
+ "name": "list",
2006
+ "variant": "signature",
2007
+ "kind": 4096,
2008
+ "flags": {},
2009
+ "comment": {
2010
+ "summary": [
2011
+ {
2012
+ "kind": "text",
2013
+ "text": "List all Proofs for a Collection."
1350
2014
  }
1351
2015
  ]
1352
2016
  },
1353
2017
  "sources": [
1354
2018
  {
1355
2019
  "fileName": "api/proof.ts",
1356
- "line": 13,
2020
+ "line": 26,
1357
2021
  "character": 24,
1358
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
2022
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L26"
1359
2023
  }
1360
2024
  ],
1361
2025
  "parameters": [
1362
2026
  {
1363
- "id": 27,
2027
+ "id": 31,
1364
2028
  "name": "collectionId",
1365
2029
  "variant": "param",
1366
2030
  "kind": 32768,
1367
2031
  "flags": {},
1368
- "comment": {
1369
- "summary": [
1370
- {
1371
- "kind": "text",
1372
- "text": "– Identifier of the parent collection"
1373
- }
1374
- ]
1375
- },
1376
- "type": {
1377
- "type": "intrinsic",
1378
- "name": "string"
1379
- }
1380
- },
1381
- {
1382
- "id": 28,
1383
- "name": "proofId",
1384
- "variant": "param",
1385
- "kind": 32768,
1386
- "flags": {},
1387
- "comment": {
1388
- "summary": [
1389
- {
1390
- "kind": "text",
1391
- "text": "– Identifier of the proof"
1392
- }
1393
- ]
1394
- },
1395
2032
  "type": {
1396
2033
  "type": "intrinsic",
1397
2034
  "name": "string"
@@ -1406,10 +2043,13 @@
1406
2043
  },
1407
2044
  "typeArguments": [
1408
2045
  {
1409
- "type": "reference",
1410
- "target": 84,
1411
- "name": "ProofResponse",
1412
- "package": "@proveanything/smartlinks"
2046
+ "type": "array",
2047
+ "elementType": {
2048
+ "type": "reference",
2049
+ "target": 118,
2050
+ "name": "ProofResponse",
2051
+ "package": "@proveanything/smartlinks"
2052
+ }
1413
2053
  }
1414
2054
  ],
1415
2055
  "name": "Promise",
@@ -1423,7 +2063,8 @@
1423
2063
  {
1424
2064
  "title": "Functions",
1425
2065
  "children": [
1426
- 25
2066
+ 25,
2067
+ 29
1427
2068
  ]
1428
2069
  }
1429
2070
  ],
@@ -1432,12 +2073,12 @@
1432
2073
  "fileName": "api/proof.ts",
1433
2074
  "line": 5,
1434
2075
  "character": 17,
1435
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L5"
2076
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L5"
1436
2077
  }
1437
2078
  ]
1438
2079
  },
1439
2080
  {
1440
- "id": 92,
2081
+ "id": 126,
1441
2082
  "name": "AppConfigurationResponse",
1442
2083
  "variant": "declaration",
1443
2084
  "kind": 256,
@@ -1452,7 +2093,7 @@
1452
2093
  },
1453
2094
  "children": [
1454
2095
  {
1455
- "id": 93,
2096
+ "id": 127,
1456
2097
  "name": "id",
1457
2098
  "variant": "declaration",
1458
2099
  "kind": 1024,
@@ -1470,7 +2111,7 @@
1470
2111
  "fileName": "types/appConfiguration.ts",
1471
2112
  "line": 7,
1472
2113
  "character": 2,
1473
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L7"
2114
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L7"
1474
2115
  }
1475
2116
  ],
1476
2117
  "type": {
@@ -1479,7 +2120,7 @@
1479
2120
  }
1480
2121
  },
1481
2122
  {
1482
- "id": 94,
2123
+ "id": 128,
1483
2124
  "name": "name",
1484
2125
  "variant": "declaration",
1485
2126
  "kind": 1024,
@@ -1497,7 +2138,7 @@
1497
2138
  "fileName": "types/appConfiguration.ts",
1498
2139
  "line": 9,
1499
2140
  "character": 2,
1500
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L9"
2141
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L9"
1501
2142
  }
1502
2143
  ],
1503
2144
  "type": {
@@ -1506,7 +2147,7 @@
1506
2147
  }
1507
2148
  },
1508
2149
  {
1509
- "id": 95,
2150
+ "id": 129,
1510
2151
  "name": "settings",
1511
2152
  "variant": "declaration",
1512
2153
  "kind": 1024,
@@ -1526,7 +2167,7 @@
1526
2167
  "fileName": "types/appConfiguration.ts",
1527
2168
  "line": 11,
1528
2169
  "character": 2,
1529
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L11"
2170
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L11"
1530
2171
  }
1531
2172
  ],
1532
2173
  "type": {
@@ -1554,9 +2195,9 @@
1554
2195
  {
1555
2196
  "title": "Properties",
1556
2197
  "children": [
1557
- 93,
1558
- 94,
1559
- 95
2198
+ 127,
2199
+ 128,
2200
+ 129
1560
2201
  ]
1561
2202
  }
1562
2203
  ],
@@ -1565,12 +2206,12 @@
1565
2206
  "fileName": "types/appConfiguration.ts",
1566
2207
  "line": 5,
1567
2208
  "character": 17,
1568
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L5"
2209
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L5"
1569
2210
  }
1570
2211
  ]
1571
2212
  },
1572
2213
  {
1573
- "id": 99,
2214
+ "id": 133,
1574
2215
  "name": "AssetResponse",
1575
2216
  "variant": "declaration",
1576
2217
  "kind": 256,
@@ -1585,7 +2226,7 @@
1585
2226
  },
1586
2227
  "children": [
1587
2228
  {
1588
- "id": 100,
2229
+ "id": 134,
1589
2230
  "name": "id",
1590
2231
  "variant": "declaration",
1591
2232
  "kind": 1024,
@@ -1595,7 +2236,7 @@
1595
2236
  "fileName": "types/asset.ts",
1596
2237
  "line": 5,
1597
2238
  "character": 2,
1598
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L5"
2239
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L5"
1599
2240
  }
1600
2241
  ],
1601
2242
  "type": {
@@ -1604,7 +2245,7 @@
1604
2245
  }
1605
2246
  },
1606
2247
  {
1607
- "id": 101,
2248
+ "id": 135,
1608
2249
  "name": "name",
1609
2250
  "variant": "declaration",
1610
2251
  "kind": 1024,
@@ -1614,7 +2255,7 @@
1614
2255
  "fileName": "types/asset.ts",
1615
2256
  "line": 6,
1616
2257
  "character": 2,
1617
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L6"
2258
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L6"
1618
2259
  }
1619
2260
  ],
1620
2261
  "type": {
@@ -1623,7 +2264,7 @@
1623
2264
  }
1624
2265
  },
1625
2266
  {
1626
- "id": 102,
2267
+ "id": 136,
1627
2268
  "name": "url",
1628
2269
  "variant": "declaration",
1629
2270
  "kind": 1024,
@@ -1633,7 +2274,7 @@
1633
2274
  "fileName": "types/asset.ts",
1634
2275
  "line": 7,
1635
2276
  "character": 2,
1636
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L7"
2277
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L7"
1637
2278
  }
1638
2279
  ],
1639
2280
  "type": {
@@ -1646,9 +2287,9 @@
1646
2287
  {
1647
2288
  "title": "Properties",
1648
2289
  "children": [
1649
- 100,
1650
- 101,
1651
- 102
2290
+ 134,
2291
+ 135,
2292
+ 136
1652
2293
  ]
1653
2294
  }
1654
2295
  ],
@@ -1657,12 +2298,12 @@
1657
2298
  "fileName": "types/asset.ts",
1658
2299
  "line": 4,
1659
2300
  "character": 17,
1660
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L4"
2301
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L4"
1661
2302
  }
1662
2303
  ]
1663
2304
  },
1664
2305
  {
1665
- "id": 74,
2306
+ "id": 108,
1666
2307
  "name": "CollectionResponse",
1667
2308
  "variant": "declaration",
1668
2309
  "kind": 256,
@@ -1677,7 +2318,7 @@
1677
2318
  },
1678
2319
  "children": [
1679
2320
  {
1680
- "id": 75,
2321
+ "id": 109,
1681
2322
  "name": "id",
1682
2323
  "variant": "declaration",
1683
2324
  "kind": 1024,
@@ -1695,7 +2336,7 @@
1695
2336
  "fileName": "types/collection.ts",
1696
2337
  "line": 7,
1697
2338
  "character": 2,
1698
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L7"
2339
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L7"
1699
2340
  }
1700
2341
  ],
1701
2342
  "type": {
@@ -1704,7 +2345,7 @@
1704
2345
  }
1705
2346
  },
1706
2347
  {
1707
- "id": 78,
2348
+ "id": 112,
1708
2349
  "name": "logoImage",
1709
2350
  "variant": "declaration",
1710
2351
  "kind": 1024,
@@ -1722,7 +2363,7 @@
1722
2363
  "fileName": "types/collection.ts",
1723
2364
  "line": 13,
1724
2365
  "character": 2,
1725
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L13"
2366
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L13"
1726
2367
  }
1727
2368
  ],
1728
2369
  "type": {
@@ -1731,7 +2372,7 @@
1731
2372
  }
1732
2373
  },
1733
2374
  {
1734
- "id": 76,
2375
+ "id": 110,
1735
2376
  "name": "name",
1736
2377
  "variant": "declaration",
1737
2378
  "kind": 1024,
@@ -1749,7 +2390,7 @@
1749
2390
  "fileName": "types/collection.ts",
1750
2391
  "line": 9,
1751
2392
  "character": 2,
1752
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L9"
2393
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L9"
1753
2394
  }
1754
2395
  ],
1755
2396
  "type": {
@@ -1758,7 +2399,7 @@
1758
2399
  }
1759
2400
  },
1760
2401
  {
1761
- "id": 77,
2402
+ "id": 111,
1762
2403
  "name": "title",
1763
2404
  "variant": "declaration",
1764
2405
  "kind": 1024,
@@ -1776,7 +2417,7 @@
1776
2417
  "fileName": "types/collection.ts",
1777
2418
  "line": 11,
1778
2419
  "character": 2,
1779
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L11"
2420
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L11"
1780
2421
  }
1781
2422
  ],
1782
2423
  "type": {
@@ -1789,10 +2430,10 @@
1789
2430
  {
1790
2431
  "title": "Properties",
1791
2432
  "children": [
1792
- 75,
1793
- 78,
1794
- 76,
1795
- 77
2433
+ 109,
2434
+ 112,
2435
+ 110,
2436
+ 111
1796
2437
  ]
1797
2438
  }
1798
2439
  ],
@@ -1801,12 +2442,12 @@
1801
2442
  "fileName": "types/collection.ts",
1802
2443
  "line": 5,
1803
2444
  "character": 17,
1804
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L5"
2445
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L5"
1805
2446
  }
1806
2447
  ]
1807
2448
  },
1808
2449
  {
1809
- "id": 96,
2450
+ "id": 130,
1810
2451
  "name": "ErrorResponse",
1811
2452
  "variant": "declaration",
1812
2453
  "kind": 256,
@@ -1821,7 +2462,7 @@
1821
2462
  },
1822
2463
  "children": [
1823
2464
  {
1824
- "id": 97,
2465
+ "id": 131,
1825
2466
  "name": "code",
1826
2467
  "variant": "declaration",
1827
2468
  "kind": 1024,
@@ -1839,7 +2480,7 @@
1839
2480
  "fileName": "types/error.ts",
1840
2481
  "line": 7,
1841
2482
  "character": 2,
1842
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L7"
2483
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L7"
1843
2484
  }
1844
2485
  ],
1845
2486
  "type": {
@@ -1848,7 +2489,7 @@
1848
2489
  }
1849
2490
  },
1850
2491
  {
1851
- "id": 98,
2492
+ "id": 132,
1852
2493
  "name": "message",
1853
2494
  "variant": "declaration",
1854
2495
  "kind": 1024,
@@ -1866,7 +2507,7 @@
1866
2507
  "fileName": "types/error.ts",
1867
2508
  "line": 9,
1868
2509
  "character": 2,
1869
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L9"
2510
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L9"
1870
2511
  }
1871
2512
  ],
1872
2513
  "type": {
@@ -1879,8 +2520,8 @@
1879
2520
  {
1880
2521
  "title": "Properties",
1881
2522
  "children": [
1882
- 97,
1883
- 98
2523
+ 131,
2524
+ 132
1884
2525
  ]
1885
2526
  }
1886
2527
  ],
@@ -1889,12 +2530,12 @@
1889
2530
  "fileName": "types/error.ts",
1890
2531
  "line": 5,
1891
2532
  "character": 17,
1892
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L5"
2533
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L5"
1893
2534
  }
1894
2535
  ]
1895
2536
  },
1896
2537
  {
1897
- "id": 79,
2538
+ "id": 113,
1898
2539
  "name": "ProductResponse",
1899
2540
  "variant": "declaration",
1900
2541
  "kind": 256,
@@ -1909,7 +2550,7 @@
1909
2550
  },
1910
2551
  "children": [
1911
2552
  {
1912
- "id": 82,
2553
+ "id": 116,
1913
2554
  "name": "description",
1914
2555
  "variant": "declaration",
1915
2556
  "kind": 1024,
@@ -1927,7 +2568,7 @@
1927
2568
  "fileName": "types/product.ts",
1928
2569
  "line": 11,
1929
2570
  "character": 2,
1930
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L11"
2571
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L11"
1931
2572
  }
1932
2573
  ],
1933
2574
  "type": {
@@ -1936,7 +2577,7 @@
1936
2577
  }
1937
2578
  },
1938
2579
  {
1939
- "id": 83,
2580
+ "id": 117,
1940
2581
  "name": "heroImage",
1941
2582
  "variant": "declaration",
1942
2583
  "kind": 1024,
@@ -1954,7 +2595,7 @@
1954
2595
  "fileName": "types/product.ts",
1955
2596
  "line": 13,
1956
2597
  "character": 2,
1957
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L13"
2598
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L13"
1958
2599
  }
1959
2600
  ],
1960
2601
  "type": {
@@ -1963,7 +2604,7 @@
1963
2604
  }
1964
2605
  },
1965
2606
  {
1966
- "id": 80,
2607
+ "id": 114,
1967
2608
  "name": "id",
1968
2609
  "variant": "declaration",
1969
2610
  "kind": 1024,
@@ -1981,7 +2622,7 @@
1981
2622
  "fileName": "types/product.ts",
1982
2623
  "line": 7,
1983
2624
  "character": 2,
1984
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L7"
2625
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L7"
1985
2626
  }
1986
2627
  ],
1987
2628
  "type": {
@@ -1990,7 +2631,7 @@
1990
2631
  }
1991
2632
  },
1992
2633
  {
1993
- "id": 81,
2634
+ "id": 115,
1994
2635
  "name": "name",
1995
2636
  "variant": "declaration",
1996
2637
  "kind": 1024,
@@ -2008,7 +2649,7 @@
2008
2649
  "fileName": "types/product.ts",
2009
2650
  "line": 9,
2010
2651
  "character": 2,
2011
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L9"
2652
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L9"
2012
2653
  }
2013
2654
  ],
2014
2655
  "type": {
@@ -2021,10 +2662,10 @@
2021
2662
  {
2022
2663
  "title": "Properties",
2023
2664
  "children": [
2024
- 82,
2025
- 83,
2026
- 80,
2027
- 81
2665
+ 116,
2666
+ 117,
2667
+ 114,
2668
+ 115
2028
2669
  ]
2029
2670
  }
2030
2671
  ],
@@ -2033,12 +2674,12 @@
2033
2674
  "fileName": "types/product.ts",
2034
2675
  "line": 5,
2035
2676
  "character": 17,
2036
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L5"
2677
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L5"
2037
2678
  }
2038
2679
  ]
2039
2680
  },
2040
2681
  {
2041
- "id": 84,
2682
+ "id": 118,
2042
2683
  "name": "ProofResponse",
2043
2684
  "variant": "declaration",
2044
2685
  "kind": 256,
@@ -2053,7 +2694,7 @@
2053
2694
  },
2054
2695
  "children": [
2055
2696
  {
2056
- "id": 85,
2697
+ "id": 119,
2057
2698
  "name": "collectionId",
2058
2699
  "variant": "declaration",
2059
2700
  "kind": 1024,
@@ -2071,7 +2712,7 @@
2071
2712
  "fileName": "types/proof.ts",
2072
2713
  "line": 7,
2073
2714
  "character": 2,
2074
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L7"
2715
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L7"
2075
2716
  }
2076
2717
  ],
2077
2718
  "type": {
@@ -2080,7 +2721,7 @@
2080
2721
  }
2081
2722
  },
2082
2723
  {
2083
- "id": 86,
2724
+ "id": 120,
2084
2725
  "name": "createdAt",
2085
2726
  "variant": "declaration",
2086
2727
  "kind": 1024,
@@ -2098,7 +2739,7 @@
2098
2739
  "fileName": "types/proof.ts",
2099
2740
  "line": 9,
2100
2741
  "character": 2,
2101
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L9"
2742
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L9"
2102
2743
  }
2103
2744
  ],
2104
2745
  "type": {
@@ -2107,7 +2748,7 @@
2107
2748
  }
2108
2749
  },
2109
2750
  {
2110
- "id": 87,
2751
+ "id": 121,
2111
2752
  "name": "id",
2112
2753
  "variant": "declaration",
2113
2754
  "kind": 1024,
@@ -2125,7 +2766,7 @@
2125
2766
  "fileName": "types/proof.ts",
2126
2767
  "line": 11,
2127
2768
  "character": 2,
2128
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L11"
2769
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L11"
2129
2770
  }
2130
2771
  ],
2131
2772
  "type": {
@@ -2134,7 +2775,7 @@
2134
2775
  }
2135
2776
  },
2136
2777
  {
2137
- "id": 88,
2778
+ "id": 122,
2138
2779
  "name": "productId",
2139
2780
  "variant": "declaration",
2140
2781
  "kind": 1024,
@@ -2152,7 +2793,7 @@
2152
2793
  "fileName": "types/proof.ts",
2153
2794
  "line": 13,
2154
2795
  "character": 2,
2155
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L13"
2796
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L13"
2156
2797
  }
2157
2798
  ],
2158
2799
  "type": {
@@ -2161,7 +2802,7 @@
2161
2802
  }
2162
2803
  },
2163
2804
  {
2164
- "id": 89,
2805
+ "id": 123,
2165
2806
  "name": "tokenId",
2166
2807
  "variant": "declaration",
2167
2808
  "kind": 1024,
@@ -2179,7 +2820,7 @@
2179
2820
  "fileName": "types/proof.ts",
2180
2821
  "line": 15,
2181
2822
  "character": 2,
2182
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L15"
2823
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L15"
2183
2824
  }
2184
2825
  ],
2185
2826
  "type": {
@@ -2188,7 +2829,7 @@
2188
2829
  }
2189
2830
  },
2190
2831
  {
2191
- "id": 90,
2832
+ "id": 124,
2192
2833
  "name": "userId",
2193
2834
  "variant": "declaration",
2194
2835
  "kind": 1024,
@@ -2206,7 +2847,7 @@
2206
2847
  "fileName": "types/proof.ts",
2207
2848
  "line": 17,
2208
2849
  "character": 2,
2209
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L17"
2850
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L17"
2210
2851
  }
2211
2852
  ],
2212
2853
  "type": {
@@ -2215,7 +2856,7 @@
2215
2856
  }
2216
2857
  },
2217
2858
  {
2218
- "id": 91,
2859
+ "id": 125,
2219
2860
  "name": "values",
2220
2861
  "variant": "declaration",
2221
2862
  "kind": 1024,
@@ -2233,7 +2874,7 @@
2233
2874
  "fileName": "types/proof.ts",
2234
2875
  "line": 19,
2235
2876
  "character": 2,
2236
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L19"
2877
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L19"
2237
2878
  }
2238
2879
  ],
2239
2880
  "type": {
@@ -2261,13 +2902,13 @@
2261
2902
  {
2262
2903
  "title": "Properties",
2263
2904
  "children": [
2264
- 85,
2265
- 86,
2266
- 87,
2267
- 88,
2268
- 89,
2269
- 90,
2270
- 91
2905
+ 119,
2906
+ 120,
2907
+ 121,
2908
+ 122,
2909
+ 123,
2910
+ 124,
2911
+ 125
2271
2912
  ]
2272
2913
  }
2273
2914
  ],
@@ -2276,7 +2917,7 @@
2276
2917
  "fileName": "types/proof.ts",
2277
2918
  "line": 5,
2278
2919
  "character": 17,
2279
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L5"
2920
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L5"
2280
2921
  }
2281
2922
  ]
2282
2923
  },
@@ -2291,7 +2932,7 @@
2291
2932
  "fileName": "http.ts",
2292
2933
  "line": 17,
2293
2934
  "character": 16,
2294
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
2935
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2295
2936
  }
2296
2937
  ],
2297
2938
  "signatures": [
@@ -2314,7 +2955,7 @@
2314
2955
  "fileName": "http.ts",
2315
2956
  "line": 17,
2316
2957
  "character": 16,
2317
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
2958
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2318
2959
  }
2319
2960
  ],
2320
2961
  "parameters": [
@@ -2354,7 +2995,7 @@
2354
2995
  "fileName": "http.ts",
2355
2996
  "line": 19,
2356
2997
  "character": 2,
2357
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L19"
2998
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L19"
2358
2999
  }
2359
3000
  ],
2360
3001
  "type": {
@@ -2381,7 +3022,7 @@
2381
3022
  "fileName": "http.ts",
2382
3023
  "line": 18,
2383
3024
  "character": 2,
2384
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L18"
3025
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L18"
2385
3026
  }
2386
3027
  ],
2387
3028
  "type": {
@@ -2410,7 +3051,7 @@
2410
3051
  "fileName": "http.ts",
2411
3052
  "line": 20,
2412
3053
  "character": 2,
2413
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L20"
3054
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L20"
2414
3055
  }
2415
3056
  ],
2416
3057
  "type": {
@@ -2434,7 +3075,7 @@
2434
3075
  "fileName": "http.ts",
2435
3076
  "line": 17,
2436
3077
  "character": 39,
2437
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
3078
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2438
3079
  }
2439
3080
  ]
2440
3081
  }
@@ -2459,7 +3100,7 @@
2459
3100
  "fileName": "http.ts",
2460
3101
  "line": 32,
2461
3102
  "character": 22,
2462
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
3103
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L32"
2463
3104
  }
2464
3105
  ],
2465
3106
  "signatures": [
@@ -2482,7 +3123,7 @@
2482
3123
  "fileName": "http.ts",
2483
3124
  "line": 32,
2484
3125
  "character": 22,
2485
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
3126
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L32"
2486
3127
  }
2487
3128
  ],
2488
3129
  "typeParameter": [
@@ -2533,8 +3174,9 @@
2533
3174
  {
2534
3175
  "title": "Namespaces",
2535
3176
  "children": [
2536
- 29,
2537
- 34,
3177
+ 32,
3178
+ 37,
3179
+ 77,
2538
3180
  12,
2539
3181
  16,
2540
3182
  24
@@ -2543,12 +3185,12 @@
2543
3185
  {
2544
3186
  "title": "Interfaces",
2545
3187
  "children": [
2546
- 92,
2547
- 99,
2548
- 74,
2549
- 96,
2550
- 79,
2551
- 84
3188
+ 126,
3189
+ 133,
3190
+ 108,
3191
+ 130,
3192
+ 113,
3193
+ 118
2552
3194
  ]
2553
3195
  },
2554
3196
  {
@@ -3133,11 +3775,11 @@
3133
3775
  },
3134
3776
  "21": {
3135
3777
  "sourceFileName": "src/api/product.ts",
3136
- "qualifiedName": "product.getAll"
3778
+ "qualifiedName": "product.list"
3137
3779
  },
3138
3780
  "22": {
3139
3781
  "sourceFileName": "src/api/product.ts",
3140
- "qualifiedName": "product.getAll"
3782
+ "qualifiedName": "product.list"
3141
3783
  },
3142
3784
  "23": {
3143
3785
  "sourceFileName": "src/api/product.ts",
@@ -3164,64 +3806,64 @@
3164
3806
  "qualifiedName": "proofId"
3165
3807
  },
3166
3808
  "29": {
3167
- "sourceFileName": "src/api/appConfiguration.ts",
3168
- "qualifiedName": "appConfiguration"
3809
+ "sourceFileName": "src/api/proof.ts",
3810
+ "qualifiedName": "proof.list"
3169
3811
  },
3170
3812
  "30": {
3171
- "sourceFileName": "src/api/appConfiguration.ts",
3172
- "qualifiedName": "appConfiguration.get"
3813
+ "sourceFileName": "src/api/proof.ts",
3814
+ "qualifiedName": "proof.list"
3173
3815
  },
3174
3816
  "31": {
3175
- "sourceFileName": "src/api/appConfiguration.ts",
3176
- "qualifiedName": "appConfiguration.get"
3817
+ "sourceFileName": "src/api/proof.ts",
3818
+ "qualifiedName": "collectionId"
3177
3819
  },
3178
3820
  "32": {
3179
3821
  "sourceFileName": "src/api/appConfiguration.ts",
3180
- "qualifiedName": "collectionId"
3822
+ "qualifiedName": "appConfiguration"
3181
3823
  },
3182
3824
  "33": {
3183
3825
  "sourceFileName": "src/api/appConfiguration.ts",
3184
- "qualifiedName": "appId"
3826
+ "qualifiedName": "appConfiguration.get"
3185
3827
  },
3186
3828
  "34": {
3187
- "sourceFileName": "src/api/asset.ts",
3188
- "qualifiedName": "asset"
3829
+ "sourceFileName": "src/api/appConfiguration.ts",
3830
+ "qualifiedName": "appConfiguration.get"
3189
3831
  },
3190
3832
  "35": {
3191
- "sourceFileName": "src/api/asset.ts",
3192
- "qualifiedName": "asset.getForCollection"
3833
+ "sourceFileName": "src/api/appConfiguration.ts",
3834
+ "qualifiedName": "collectionId"
3193
3835
  },
3194
3836
  "36": {
3195
- "sourceFileName": "src/api/asset.ts",
3196
- "qualifiedName": "asset.getForCollection"
3837
+ "sourceFileName": "src/api/appConfiguration.ts",
3838
+ "qualifiedName": "appId"
3197
3839
  },
3198
3840
  "37": {
3199
3841
  "sourceFileName": "src/api/asset.ts",
3200
- "qualifiedName": "collectionId"
3842
+ "qualifiedName": "asset"
3201
3843
  },
3202
3844
  "38": {
3203
3845
  "sourceFileName": "src/api/asset.ts",
3204
- "qualifiedName": "assetId"
3846
+ "qualifiedName": "asset.getForCollection"
3205
3847
  },
3206
3848
  "39": {
3207
3849
  "sourceFileName": "src/api/asset.ts",
3208
- "qualifiedName": "asset.getAllForCollection"
3850
+ "qualifiedName": "asset.getForCollection"
3209
3851
  },
3210
3852
  "40": {
3211
3853
  "sourceFileName": "src/api/asset.ts",
3212
- "qualifiedName": "asset.getAllForCollection"
3854
+ "qualifiedName": "collectionId"
3213
3855
  },
3214
3856
  "41": {
3215
3857
  "sourceFileName": "src/api/asset.ts",
3216
- "qualifiedName": "collectionId"
3858
+ "qualifiedName": "assetId"
3217
3859
  },
3218
3860
  "42": {
3219
3861
  "sourceFileName": "src/api/asset.ts",
3220
- "qualifiedName": "asset.getForProduct"
3862
+ "qualifiedName": "asset.listForCollection"
3221
3863
  },
3222
3864
  "43": {
3223
3865
  "sourceFileName": "src/api/asset.ts",
3224
- "qualifiedName": "asset.getForProduct"
3866
+ "qualifiedName": "asset.listForCollection"
3225
3867
  },
3226
3868
  "44": {
3227
3869
  "sourceFileName": "src/api/asset.ts",
@@ -3229,233 +3871,369 @@
3229
3871
  },
3230
3872
  "45": {
3231
3873
  "sourceFileName": "src/api/asset.ts",
3232
- "qualifiedName": "productId"
3874
+ "qualifiedName": "asset.getForProduct"
3233
3875
  },
3234
3876
  "46": {
3235
3877
  "sourceFileName": "src/api/asset.ts",
3236
- "qualifiedName": "assetId"
3878
+ "qualifiedName": "asset.getForProduct"
3237
3879
  },
3238
3880
  "47": {
3239
3881
  "sourceFileName": "src/api/asset.ts",
3240
- "qualifiedName": "asset.getAllForProduct"
3882
+ "qualifiedName": "collectionId"
3241
3883
  },
3242
3884
  "48": {
3243
3885
  "sourceFileName": "src/api/asset.ts",
3244
- "qualifiedName": "asset.getAllForProduct"
3886
+ "qualifiedName": "productId"
3245
3887
  },
3246
3888
  "49": {
3247
3889
  "sourceFileName": "src/api/asset.ts",
3248
- "qualifiedName": "collectionId"
3890
+ "qualifiedName": "assetId"
3249
3891
  },
3250
3892
  "50": {
3251
3893
  "sourceFileName": "src/api/asset.ts",
3252
- "qualifiedName": "productId"
3894
+ "qualifiedName": "asset.listForProduct"
3253
3895
  },
3254
3896
  "51": {
3255
3897
  "sourceFileName": "src/api/asset.ts",
3256
- "qualifiedName": "asset.getForProof"
3898
+ "qualifiedName": "asset.listForProduct"
3257
3899
  },
3258
3900
  "52": {
3259
3901
  "sourceFileName": "src/api/asset.ts",
3260
- "qualifiedName": "asset.getForProof"
3902
+ "qualifiedName": "collectionId"
3261
3903
  },
3262
3904
  "53": {
3263
3905
  "sourceFileName": "src/api/asset.ts",
3264
- "qualifiedName": "collectionId"
3906
+ "qualifiedName": "productId"
3265
3907
  },
3266
3908
  "54": {
3267
3909
  "sourceFileName": "src/api/asset.ts",
3268
- "qualifiedName": "productId"
3910
+ "qualifiedName": "asset.getForProof"
3269
3911
  },
3270
3912
  "55": {
3271
3913
  "sourceFileName": "src/api/asset.ts",
3272
- "qualifiedName": "proofId"
3914
+ "qualifiedName": "asset.getForProof"
3273
3915
  },
3274
3916
  "56": {
3275
3917
  "sourceFileName": "src/api/asset.ts",
3276
- "qualifiedName": "assetId"
3918
+ "qualifiedName": "collectionId"
3277
3919
  },
3278
3920
  "57": {
3279
3921
  "sourceFileName": "src/api/asset.ts",
3280
- "qualifiedName": "asset.getAllForProof"
3922
+ "qualifiedName": "productId"
3281
3923
  },
3282
3924
  "58": {
3283
3925
  "sourceFileName": "src/api/asset.ts",
3284
- "qualifiedName": "asset.getAllForProof"
3926
+ "qualifiedName": "proofId"
3285
3927
  },
3286
3928
  "59": {
3287
3929
  "sourceFileName": "src/api/asset.ts",
3288
- "qualifiedName": "collectionId"
3930
+ "qualifiedName": "assetId"
3289
3931
  },
3290
3932
  "60": {
3291
3933
  "sourceFileName": "src/api/asset.ts",
3292
- "qualifiedName": "productId"
3934
+ "qualifiedName": "asset.listForProof"
3293
3935
  },
3294
3936
  "61": {
3295
3937
  "sourceFileName": "src/api/asset.ts",
3296
- "qualifiedName": "proofId"
3938
+ "qualifiedName": "asset.listForProof"
3297
3939
  },
3298
3940
  "62": {
3299
3941
  "sourceFileName": "src/api/asset.ts",
3300
- "qualifiedName": "appId"
3942
+ "qualifiedName": "collectionId"
3301
3943
  },
3302
3944
  "63": {
3303
3945
  "sourceFileName": "src/api/asset.ts",
3304
- "qualifiedName": "asset.uploadAsset"
3946
+ "qualifiedName": "productId"
3305
3947
  },
3306
3948
  "64": {
3307
3949
  "sourceFileName": "src/api/asset.ts",
3308
- "qualifiedName": "asset.uploadAsset"
3950
+ "qualifiedName": "proofId"
3309
3951
  },
3310
3952
  "65": {
3311
3953
  "sourceFileName": "src/api/asset.ts",
3312
- "qualifiedName": "collectionId"
3954
+ "qualifiedName": "appId"
3313
3955
  },
3314
3956
  "66": {
3315
3957
  "sourceFileName": "src/api/asset.ts",
3316
- "qualifiedName": "productId"
3958
+ "qualifiedName": "asset.uploadAsset"
3317
3959
  },
3318
3960
  "67": {
3319
3961
  "sourceFileName": "src/api/asset.ts",
3320
- "qualifiedName": "proofId"
3962
+ "qualifiedName": "asset.uploadAsset"
3321
3963
  },
3322
3964
  "68": {
3323
3965
  "sourceFileName": "src/api/asset.ts",
3324
- "qualifiedName": "file"
3966
+ "qualifiedName": "collectionId"
3325
3967
  },
3326
3968
  "69": {
3327
3969
  "sourceFileName": "src/api/asset.ts",
3328
- "qualifiedName": "extraData"
3970
+ "qualifiedName": "productId"
3329
3971
  },
3330
3972
  "70": {
3331
3973
  "sourceFileName": "src/api/asset.ts",
3332
- "qualifiedName": "onProgress"
3974
+ "qualifiedName": "proofId"
3333
3975
  },
3334
3976
  "71": {
3335
3977
  "sourceFileName": "src/api/asset.ts",
3336
- "qualifiedName": "__type"
3978
+ "qualifiedName": "file"
3337
3979
  },
3338
3980
  "72": {
3339
3981
  "sourceFileName": "src/api/asset.ts",
3340
- "qualifiedName": "__type"
3982
+ "qualifiedName": "extraData"
3341
3983
  },
3342
3984
  "73": {
3343
3985
  "sourceFileName": "src/api/asset.ts",
3344
- "qualifiedName": "percent"
3986
+ "qualifiedName": "onProgress"
3345
3987
  },
3346
3988
  "74": {
3989
+ "sourceFileName": "src/api/asset.ts",
3990
+ "qualifiedName": "__type"
3991
+ },
3992
+ "75": {
3993
+ "sourceFileName": "src/api/asset.ts",
3994
+ "qualifiedName": "__type"
3995
+ },
3996
+ "76": {
3997
+ "sourceFileName": "src/api/asset.ts",
3998
+ "qualifiedName": "percent"
3999
+ },
4000
+ "77": {
4001
+ "sourceFileName": "src/api/attestation.ts",
4002
+ "qualifiedName": "attestation"
4003
+ },
4004
+ "78": {
4005
+ "sourceFileName": "src/api/attestation.ts",
4006
+ "qualifiedName": "attestation.list"
4007
+ },
4008
+ "79": {
4009
+ "sourceFileName": "src/api/attestation.ts",
4010
+ "qualifiedName": "attestation.list"
4011
+ },
4012
+ "80": {
4013
+ "sourceFileName": "src/api/attestation.ts",
4014
+ "qualifiedName": "collectionId"
4015
+ },
4016
+ "81": {
4017
+ "sourceFileName": "src/api/attestation.ts",
4018
+ "qualifiedName": "productId"
4019
+ },
4020
+ "82": {
4021
+ "sourceFileName": "src/api/attestation.ts",
4022
+ "qualifiedName": "proofId"
4023
+ },
4024
+ "83": {
4025
+ "sourceFileName": "src/api/attestation.ts",
4026
+ "qualifiedName": "attestation.get"
4027
+ },
4028
+ "84": {
4029
+ "sourceFileName": "src/api/attestation.ts",
4030
+ "qualifiedName": "attestation.get"
4031
+ },
4032
+ "85": {
4033
+ "sourceFileName": "src/api/attestation.ts",
4034
+ "qualifiedName": "collectionId"
4035
+ },
4036
+ "86": {
4037
+ "sourceFileName": "src/api/attestation.ts",
4038
+ "qualifiedName": "productId"
4039
+ },
4040
+ "87": {
4041
+ "sourceFileName": "src/api/attestation.ts",
4042
+ "qualifiedName": "proofId"
4043
+ },
4044
+ "88": {
4045
+ "sourceFileName": "src/api/attestation.ts",
4046
+ "qualifiedName": "attestationId"
4047
+ },
4048
+ "89": {
4049
+ "sourceFileName": "src/api/attestation.ts",
4050
+ "qualifiedName": "attestation.create"
4051
+ },
4052
+ "90": {
4053
+ "sourceFileName": "src/api/attestation.ts",
4054
+ "qualifiedName": "attestation.create"
4055
+ },
4056
+ "91": {
4057
+ "sourceFileName": "src/api/attestation.ts",
4058
+ "qualifiedName": "collectionId"
4059
+ },
4060
+ "92": {
4061
+ "sourceFileName": "src/api/attestation.ts",
4062
+ "qualifiedName": "productId"
4063
+ },
4064
+ "93": {
4065
+ "sourceFileName": "src/api/attestation.ts",
4066
+ "qualifiedName": "proofId"
4067
+ },
4068
+ "94": {
4069
+ "sourceFileName": "src/api/attestation.ts",
4070
+ "qualifiedName": "data"
4071
+ },
4072
+ "95": {
4073
+ "sourceFileName": "src/api/attestation.ts",
4074
+ "qualifiedName": "attestation.update"
4075
+ },
4076
+ "96": {
4077
+ "sourceFileName": "src/api/attestation.ts",
4078
+ "qualifiedName": "attestation.update"
4079
+ },
4080
+ "97": {
4081
+ "sourceFileName": "src/api/attestation.ts",
4082
+ "qualifiedName": "collectionId"
4083
+ },
4084
+ "98": {
4085
+ "sourceFileName": "src/api/attestation.ts",
4086
+ "qualifiedName": "productId"
4087
+ },
4088
+ "99": {
4089
+ "sourceFileName": "src/api/attestation.ts",
4090
+ "qualifiedName": "proofId"
4091
+ },
4092
+ "100": {
4093
+ "sourceFileName": "src/api/attestation.ts",
4094
+ "qualifiedName": "attestationId"
4095
+ },
4096
+ "101": {
4097
+ "sourceFileName": "src/api/attestation.ts",
4098
+ "qualifiedName": "data"
4099
+ },
4100
+ "102": {
4101
+ "sourceFileName": "src/api/attestation.ts",
4102
+ "qualifiedName": "attestation.remove"
4103
+ },
4104
+ "103": {
4105
+ "sourceFileName": "src/api/attestation.ts",
4106
+ "qualifiedName": "attestation.remove"
4107
+ },
4108
+ "104": {
4109
+ "sourceFileName": "src/api/attestation.ts",
4110
+ "qualifiedName": "collectionId"
4111
+ },
4112
+ "105": {
4113
+ "sourceFileName": "src/api/attestation.ts",
4114
+ "qualifiedName": "productId"
4115
+ },
4116
+ "106": {
4117
+ "sourceFileName": "src/api/attestation.ts",
4118
+ "qualifiedName": "proofId"
4119
+ },
4120
+ "107": {
4121
+ "sourceFileName": "src/api/attestation.ts",
4122
+ "qualifiedName": "attestationId"
4123
+ },
4124
+ "108": {
3347
4125
  "sourceFileName": "src/types/collection.ts",
3348
4126
  "qualifiedName": "CollectionResponse"
3349
4127
  },
3350
- "75": {
4128
+ "109": {
3351
4129
  "sourceFileName": "src/types/collection.ts",
3352
4130
  "qualifiedName": "CollectionResponse.id"
3353
4131
  },
3354
- "76": {
4132
+ "110": {
3355
4133
  "sourceFileName": "src/types/collection.ts",
3356
4134
  "qualifiedName": "CollectionResponse.name"
3357
4135
  },
3358
- "77": {
4136
+ "111": {
3359
4137
  "sourceFileName": "src/types/collection.ts",
3360
4138
  "qualifiedName": "CollectionResponse.title"
3361
4139
  },
3362
- "78": {
4140
+ "112": {
3363
4141
  "sourceFileName": "src/types/collection.ts",
3364
4142
  "qualifiedName": "CollectionResponse.logoImage"
3365
4143
  },
3366
- "79": {
4144
+ "113": {
3367
4145
  "sourceFileName": "src/types/product.ts",
3368
4146
  "qualifiedName": "ProductResponse"
3369
4147
  },
3370
- "80": {
4148
+ "114": {
3371
4149
  "sourceFileName": "src/types/product.ts",
3372
4150
  "qualifiedName": "ProductResponse.id"
3373
4151
  },
3374
- "81": {
4152
+ "115": {
3375
4153
  "sourceFileName": "src/types/product.ts",
3376
4154
  "qualifiedName": "ProductResponse.name"
3377
4155
  },
3378
- "82": {
4156
+ "116": {
3379
4157
  "sourceFileName": "src/types/product.ts",
3380
4158
  "qualifiedName": "ProductResponse.description"
3381
4159
  },
3382
- "83": {
4160
+ "117": {
3383
4161
  "sourceFileName": "src/types/product.ts",
3384
4162
  "qualifiedName": "ProductResponse.heroImage"
3385
4163
  },
3386
- "84": {
4164
+ "118": {
3387
4165
  "sourceFileName": "src/types/proof.ts",
3388
4166
  "qualifiedName": "ProofResponse"
3389
4167
  },
3390
- "85": {
4168
+ "119": {
3391
4169
  "sourceFileName": "src/types/proof.ts",
3392
4170
  "qualifiedName": "ProofResponse.collectionId"
3393
4171
  },
3394
- "86": {
4172
+ "120": {
3395
4173
  "sourceFileName": "src/types/proof.ts",
3396
4174
  "qualifiedName": "ProofResponse.createdAt"
3397
4175
  },
3398
- "87": {
4176
+ "121": {
3399
4177
  "sourceFileName": "src/types/proof.ts",
3400
4178
  "qualifiedName": "ProofResponse.id"
3401
4179
  },
3402
- "88": {
4180
+ "122": {
3403
4181
  "sourceFileName": "src/types/proof.ts",
3404
4182
  "qualifiedName": "ProofResponse.productId"
3405
4183
  },
3406
- "89": {
4184
+ "123": {
3407
4185
  "sourceFileName": "src/types/proof.ts",
3408
4186
  "qualifiedName": "ProofResponse.tokenId"
3409
4187
  },
3410
- "90": {
4188
+ "124": {
3411
4189
  "sourceFileName": "src/types/proof.ts",
3412
4190
  "qualifiedName": "ProofResponse.userId"
3413
4191
  },
3414
- "91": {
4192
+ "125": {
3415
4193
  "sourceFileName": "src/types/proof.ts",
3416
4194
  "qualifiedName": "ProofResponse.values"
3417
4195
  },
3418
- "92": {
4196
+ "126": {
3419
4197
  "sourceFileName": "src/types/appConfiguration.ts",
3420
4198
  "qualifiedName": "AppConfigurationResponse"
3421
4199
  },
3422
- "93": {
4200
+ "127": {
3423
4201
  "sourceFileName": "src/types/appConfiguration.ts",
3424
4202
  "qualifiedName": "AppConfigurationResponse.id"
3425
4203
  },
3426
- "94": {
4204
+ "128": {
3427
4205
  "sourceFileName": "src/types/appConfiguration.ts",
3428
4206
  "qualifiedName": "AppConfigurationResponse.name"
3429
4207
  },
3430
- "95": {
4208
+ "129": {
3431
4209
  "sourceFileName": "src/types/appConfiguration.ts",
3432
4210
  "qualifiedName": "AppConfigurationResponse.settings"
3433
4211
  },
3434
- "96": {
4212
+ "130": {
3435
4213
  "sourceFileName": "src/types/error.ts",
3436
4214
  "qualifiedName": "ErrorResponse"
3437
4215
  },
3438
- "97": {
4216
+ "131": {
3439
4217
  "sourceFileName": "src/types/error.ts",
3440
4218
  "qualifiedName": "ErrorResponse.code"
3441
4219
  },
3442
- "98": {
4220
+ "132": {
3443
4221
  "sourceFileName": "src/types/error.ts",
3444
4222
  "qualifiedName": "ErrorResponse.message"
3445
4223
  },
3446
- "99": {
4224
+ "133": {
3447
4225
  "sourceFileName": "src/types/asset.ts",
3448
4226
  "qualifiedName": "AssetResponse"
3449
4227
  },
3450
- "100": {
4228
+ "134": {
3451
4229
  "sourceFileName": "src/types/asset.ts",
3452
4230
  "qualifiedName": "AssetResponse.id"
3453
4231
  },
3454
- "101": {
4232
+ "135": {
3455
4233
  "sourceFileName": "src/types/asset.ts",
3456
4234
  "qualifiedName": "AssetResponse.name"
3457
4235
  },
3458
- "102": {
4236
+ "136": {
3459
4237
  "sourceFileName": "src/types/asset.ts",
3460
4238
  "qualifiedName": "AssetResponse.url"
3461
4239
  }