@proveanything/smartlinks 1.0.8 → 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 (52) hide show
  1. package/dist/api/asset.d.ts +3 -3
  2. package/dist/api/asset.js +6 -6
  3. package/dist/api/attestation.d.ts +2 -2
  4. package/dist/api/attestation.js +3 -3
  5. package/dist/api/product.d.ts +2 -2
  6. package/dist/api/product.js +3 -3
  7. package/dist/api/proof.d.ts +4 -0
  8. package/dist/api/proof.js +8 -0
  9. package/docs/assets/navigation.js +1 -1
  10. package/docs/assets/search.js +1 -1
  11. package/docs/documentation.json +528 -431
  12. package/docs/functions/appConfiguration.get.html +1 -1
  13. package/docs/functions/asset.getForCollection.html +1 -1
  14. package/docs/functions/asset.getForProduct.html +1 -1
  15. package/docs/functions/asset.getForProof.html +1 -1
  16. package/docs/functions/asset.listForCollection.html +1 -0
  17. package/docs/functions/asset.listForProduct.html +1 -0
  18. package/docs/functions/asset.listForProof.html +1 -0
  19. package/docs/functions/asset.uploadAsset.html +1 -1
  20. package/docs/functions/attestation.create.html +1 -1
  21. package/docs/functions/attestation.get.html +1 -1
  22. package/docs/functions/attestation.list.html +2 -0
  23. package/docs/functions/attestation.remove.html +1 -1
  24. package/docs/functions/attestation.update.html +1 -1
  25. package/docs/functions/collection.get.html +1 -1
  26. package/docs/functions/initializeApi.html +1 -1
  27. package/docs/functions/product.get.html +1 -1
  28. package/docs/functions/{product.getAll.html → product.list.html} +2 -2
  29. package/docs/functions/proof.get.html +1 -1
  30. package/docs/functions/proof.list.html +2 -0
  31. package/docs/functions/request.html +1 -1
  32. package/docs/interfaces/AppConfigurationResponse.html +4 -4
  33. package/docs/interfaces/AssetResponse.html +2 -2
  34. package/docs/interfaces/CollectionResponse.html +5 -5
  35. package/docs/interfaces/ErrorResponse.html +3 -3
  36. package/docs/interfaces/ProductResponse.html +5 -5
  37. package/docs/interfaces/ProofResponse.html +8 -8
  38. package/docs/modules/appConfiguration.html +1 -1
  39. package/docs/modules/asset.html +4 -4
  40. package/docs/modules/attestation.html +2 -2
  41. package/docs/modules/collection.html +1 -1
  42. package/docs/modules/product.html +2 -2
  43. package/docs/modules/proof.html +2 -1
  44. package/package.json +1 -1
  45. package/src/api/asset.ts +3 -3
  46. package/src/api/attestation.ts +2 -2
  47. package/src/api/product.ts +2 -2
  48. package/src/api/proof.ts +10 -0
  49. package/docs/functions/asset.getAllForCollection.html +0 -1
  50. package/docs/functions/asset.getAllForProduct.html +0 -1
  51. package/docs/functions/asset.getAllForProof.html +0 -1
  52. package/docs/functions/attestation.getAll.html +0 -2
@@ -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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 123,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 130,
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,19 +923,19 @@
923
923
  "fileName": "api/asset.ts",
924
924
  "line": 4,
925
925
  "character": 17,
926
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/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": 74,
931
+ "id": 77,
932
932
  "name": "attestation",
933
933
  "variant": "declaration",
934
934
  "kind": 4,
935
935
  "flags": {},
936
936
  "children": [
937
937
  {
938
- "id": 86,
938
+ "id": 89,
939
939
  "name": "create",
940
940
  "variant": "declaration",
941
941
  "kind": 64,
@@ -944,12 +944,13 @@
944
944
  {
945
945
  "fileName": "api/attestation.ts",
946
946
  "line": 33,
947
- "character": 24
947
+ "character": 24,
948
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L33"
948
949
  }
949
950
  ],
950
951
  "signatures": [
951
952
  {
952
- "id": 87,
953
+ "id": 90,
953
954
  "name": "create",
954
955
  "variant": "signature",
955
956
  "kind": 4096,
@@ -966,12 +967,13 @@
966
967
  {
967
968
  "fileName": "api/attestation.ts",
968
969
  "line": 33,
969
- "character": 24
970
+ "character": 24,
971
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L33"
970
972
  }
971
973
  ],
972
974
  "parameters": [
973
975
  {
974
- "id": 88,
976
+ "id": 91,
975
977
  "name": "collectionId",
976
978
  "variant": "param",
977
979
  "kind": 32768,
@@ -982,7 +984,7 @@
982
984
  }
983
985
  },
984
986
  {
985
- "id": 89,
987
+ "id": 92,
986
988
  "name": "productId",
987
989
  "variant": "param",
988
990
  "kind": 32768,
@@ -993,7 +995,7 @@
993
995
  }
994
996
  },
995
997
  {
996
- "id": 90,
998
+ "id": 93,
997
999
  "name": "proofId",
998
1000
  "variant": "param",
999
1001
  "kind": 32768,
@@ -1004,7 +1006,7 @@
1004
1006
  }
1005
1007
  },
1006
1008
  {
1007
- "id": 91,
1009
+ "id": 94,
1008
1010
  "name": "data",
1009
1011
  "variant": "param",
1010
1012
  "kind": 32768,
@@ -1044,7 +1046,7 @@
1044
1046
  ]
1045
1047
  },
1046
1048
  {
1047
- "id": 80,
1049
+ "id": 83,
1048
1050
  "name": "get",
1049
1051
  "variant": "declaration",
1050
1052
  "kind": 64,
@@ -1053,12 +1055,13 @@
1053
1055
  {
1054
1056
  "fileName": "api/attestation.ts",
1055
1057
  "line": 20,
1056
- "character": 24
1058
+ "character": 24,
1059
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L20"
1057
1060
  }
1058
1061
  ],
1059
1062
  "signatures": [
1060
1063
  {
1061
- "id": 81,
1064
+ "id": 84,
1062
1065
  "name": "get",
1063
1066
  "variant": "signature",
1064
1067
  "kind": 4096,
@@ -1075,12 +1078,13 @@
1075
1078
  {
1076
1079
  "fileName": "api/attestation.ts",
1077
1080
  "line": 20,
1078
- "character": 24
1081
+ "character": 24,
1082
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L20"
1079
1083
  }
1080
1084
  ],
1081
1085
  "parameters": [
1082
1086
  {
1083
- "id": 82,
1087
+ "id": 85,
1084
1088
  "name": "collectionId",
1085
1089
  "variant": "param",
1086
1090
  "kind": 32768,
@@ -1091,7 +1095,7 @@
1091
1095
  }
1092
1096
  },
1093
1097
  {
1094
- "id": 83,
1098
+ "id": 86,
1095
1099
  "name": "productId",
1096
1100
  "variant": "param",
1097
1101
  "kind": 32768,
@@ -1102,7 +1106,7 @@
1102
1106
  }
1103
1107
  },
1104
1108
  {
1105
- "id": 84,
1109
+ "id": 87,
1106
1110
  "name": "proofId",
1107
1111
  "variant": "param",
1108
1112
  "kind": 32768,
@@ -1113,7 +1117,7 @@
1113
1117
  }
1114
1118
  },
1115
1119
  {
1116
- "id": 85,
1120
+ "id": 88,
1117
1121
  "name": "attestationId",
1118
1122
  "variant": "param",
1119
1123
  "kind": 32768,
@@ -1148,8 +1152,8 @@
1148
1152
  ]
1149
1153
  },
1150
1154
  {
1151
- "id": 75,
1152
- "name": "getAll",
1155
+ "id": 78,
1156
+ "name": "list",
1153
1157
  "variant": "declaration",
1154
1158
  "kind": 64,
1155
1159
  "flags": {},
@@ -1157,13 +1161,14 @@
1157
1161
  {
1158
1162
  "fileName": "api/attestation.ts",
1159
1163
  "line": 8,
1160
- "character": 24
1164
+ "character": 24,
1165
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L8"
1161
1166
  }
1162
1167
  ],
1163
1168
  "signatures": [
1164
1169
  {
1165
- "id": 76,
1166
- "name": "getAll",
1170
+ "id": 79,
1171
+ "name": "list",
1167
1172
  "variant": "signature",
1168
1173
  "kind": 4096,
1169
1174
  "flags": {},
@@ -1171,7 +1176,7 @@
1171
1176
  "summary": [
1172
1177
  {
1173
1178
  "kind": "text",
1174
- "text": "Get all attestations for a proof."
1179
+ "text": "List all attestations for a proof."
1175
1180
  }
1176
1181
  ]
1177
1182
  },
@@ -1179,12 +1184,13 @@
1179
1184
  {
1180
1185
  "fileName": "api/attestation.ts",
1181
1186
  "line": 8,
1182
- "character": 24
1187
+ "character": 24,
1188
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L8"
1183
1189
  }
1184
1190
  ],
1185
1191
  "parameters": [
1186
1192
  {
1187
- "id": 77,
1193
+ "id": 80,
1188
1194
  "name": "collectionId",
1189
1195
  "variant": "param",
1190
1196
  "kind": 32768,
@@ -1195,7 +1201,7 @@
1195
1201
  }
1196
1202
  },
1197
1203
  {
1198
- "id": 78,
1204
+ "id": 81,
1199
1205
  "name": "productId",
1200
1206
  "variant": "param",
1201
1207
  "kind": 32768,
@@ -1206,7 +1212,7 @@
1206
1212
  }
1207
1213
  },
1208
1214
  {
1209
- "id": 79,
1215
+ "id": 82,
1210
1216
  "name": "proofId",
1211
1217
  "variant": "param",
1212
1218
  "kind": 32768,
@@ -1244,7 +1250,7 @@
1244
1250
  ]
1245
1251
  },
1246
1252
  {
1247
- "id": 99,
1253
+ "id": 102,
1248
1254
  "name": "remove",
1249
1255
  "variant": "declaration",
1250
1256
  "kind": 64,
@@ -1253,12 +1259,13 @@
1253
1259
  {
1254
1260
  "fileName": "api/attestation.ts",
1255
1261
  "line": 60,
1256
- "character": 24
1262
+ "character": 24,
1263
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L60"
1257
1264
  }
1258
1265
  ],
1259
1266
  "signatures": [
1260
1267
  {
1261
- "id": 100,
1268
+ "id": 103,
1262
1269
  "name": "remove",
1263
1270
  "variant": "signature",
1264
1271
  "kind": 4096,
@@ -1275,12 +1282,13 @@
1275
1282
  {
1276
1283
  "fileName": "api/attestation.ts",
1277
1284
  "line": 60,
1278
- "character": 24
1285
+ "character": 24,
1286
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L60"
1279
1287
  }
1280
1288
  ],
1281
1289
  "parameters": [
1282
1290
  {
1283
- "id": 101,
1291
+ "id": 104,
1284
1292
  "name": "collectionId",
1285
1293
  "variant": "param",
1286
1294
  "kind": 32768,
@@ -1291,7 +1299,7 @@
1291
1299
  }
1292
1300
  },
1293
1301
  {
1294
- "id": 102,
1302
+ "id": 105,
1295
1303
  "name": "productId",
1296
1304
  "variant": "param",
1297
1305
  "kind": 32768,
@@ -1302,7 +1310,7 @@
1302
1310
  }
1303
1311
  },
1304
1312
  {
1305
- "id": 103,
1313
+ "id": 106,
1306
1314
  "name": "proofId",
1307
1315
  "variant": "param",
1308
1316
  "kind": 32768,
@@ -1313,7 +1321,7 @@
1313
1321
  }
1314
1322
  },
1315
1323
  {
1316
- "id": 104,
1324
+ "id": 107,
1317
1325
  "name": "attestationId",
1318
1326
  "variant": "param",
1319
1327
  "kind": 32768,
@@ -1343,7 +1351,7 @@
1343
1351
  ]
1344
1352
  },
1345
1353
  {
1346
- "id": 92,
1354
+ "id": 95,
1347
1355
  "name": "update",
1348
1356
  "variant": "declaration",
1349
1357
  "kind": 64,
@@ -1352,12 +1360,13 @@
1352
1360
  {
1353
1361
  "fileName": "api/attestation.ts",
1354
1362
  "line": 46,
1355
- "character": 24
1363
+ "character": 24,
1364
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L46"
1356
1365
  }
1357
1366
  ],
1358
1367
  "signatures": [
1359
1368
  {
1360
- "id": 93,
1369
+ "id": 96,
1361
1370
  "name": "update",
1362
1371
  "variant": "signature",
1363
1372
  "kind": 4096,
@@ -1374,12 +1383,13 @@
1374
1383
  {
1375
1384
  "fileName": "api/attestation.ts",
1376
1385
  "line": 46,
1377
- "character": 24
1386
+ "character": 24,
1387
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L46"
1378
1388
  }
1379
1389
  ],
1380
1390
  "parameters": [
1381
1391
  {
1382
- "id": 94,
1392
+ "id": 97,
1383
1393
  "name": "collectionId",
1384
1394
  "variant": "param",
1385
1395
  "kind": 32768,
@@ -1390,7 +1400,7 @@
1390
1400
  }
1391
1401
  },
1392
1402
  {
1393
- "id": 95,
1403
+ "id": 98,
1394
1404
  "name": "productId",
1395
1405
  "variant": "param",
1396
1406
  "kind": 32768,
@@ -1401,7 +1411,7 @@
1401
1411
  }
1402
1412
  },
1403
1413
  {
1404
- "id": 96,
1414
+ "id": 99,
1405
1415
  "name": "proofId",
1406
1416
  "variant": "param",
1407
1417
  "kind": 32768,
@@ -1412,7 +1422,7 @@
1412
1422
  }
1413
1423
  },
1414
1424
  {
1415
- "id": 97,
1425
+ "id": 100,
1416
1426
  "name": "attestationId",
1417
1427
  "variant": "param",
1418
1428
  "kind": 32768,
@@ -1423,7 +1433,7 @@
1423
1433
  }
1424
1434
  },
1425
1435
  {
1426
- "id": 98,
1436
+ "id": 101,
1427
1437
  "name": "data",
1428
1438
  "variant": "param",
1429
1439
  "kind": 32768,
@@ -1467,11 +1477,11 @@
1467
1477
  {
1468
1478
  "title": "Functions",
1469
1479
  "children": [
1470
- 86,
1471
- 80,
1472
- 75,
1473
- 99,
1474
- 92
1480
+ 89,
1481
+ 83,
1482
+ 78,
1483
+ 102,
1484
+ 95
1475
1485
  ]
1476
1486
  }
1477
1487
  ],
@@ -1479,7 +1489,8 @@
1479
1489
  {
1480
1490
  "fileName": "api/attestation.ts",
1481
1491
  "line": 4,
1482
- "character": 17
1492
+ "character": 17,
1493
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/attestation.ts#L4"
1483
1494
  }
1484
1495
  ]
1485
1496
  },
@@ -1501,7 +1512,7 @@
1501
1512
  "fileName": "api/collection.ts",
1502
1513
  "line": 12,
1503
1514
  "character": 24,
1504
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
1515
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L12"
1505
1516
  }
1506
1517
  ],
1507
1518
  "signatures": [
@@ -1544,7 +1555,7 @@
1544
1555
  "fileName": "api/collection.ts",
1545
1556
  "line": 12,
1546
1557
  "character": 24,
1547
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
1558
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L12"
1548
1559
  }
1549
1560
  ],
1550
1561
  "parameters": [
@@ -1577,7 +1588,7 @@
1577
1588
  "typeArguments": [
1578
1589
  {
1579
1590
  "type": "reference",
1580
- "target": 105,
1591
+ "target": 108,
1581
1592
  "name": "CollectionResponse",
1582
1593
  "package": "@proveanything/smartlinks"
1583
1594
  }
@@ -1602,7 +1613,7 @@
1602
1613
  "fileName": "api/collection.ts",
1603
1614
  "line": 5,
1604
1615
  "character": 17,
1605
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L5"
1616
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/collection.ts#L5"
1606
1617
  }
1607
1618
  ]
1608
1619
  },
@@ -1624,7 +1635,7 @@
1624
1635
  "fileName": "api/product.ts",
1625
1636
  "line": 13,
1626
1637
  "character": 24,
1627
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
1638
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L13"
1628
1639
  }
1629
1640
  ],
1630
1641
  "signatures": [
@@ -1667,7 +1678,7 @@
1667
1678
  "fileName": "api/product.ts",
1668
1679
  "line": 13,
1669
1680
  "character": 24,
1670
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
1681
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L13"
1671
1682
  }
1672
1683
  ],
1673
1684
  "parameters": [
@@ -1719,7 +1730,7 @@
1719
1730
  "typeArguments": [
1720
1731
  {
1721
1732
  "type": "reference",
1722
- "target": 110,
1733
+ "target": 113,
1723
1734
  "name": "ProductResponse",
1724
1735
  "package": "@proveanything/smartlinks"
1725
1736
  }
@@ -1732,7 +1743,7 @@
1732
1743
  },
1733
1744
  {
1734
1745
  "id": 21,
1735
- "name": "getAll",
1746
+ "name": "list",
1736
1747
  "variant": "declaration",
1737
1748
  "kind": 64,
1738
1749
  "flags": {},
@@ -1741,13 +1752,13 @@
1741
1752
  "fileName": "api/product.ts",
1742
1753
  "line": 29,
1743
1754
  "character": 24,
1744
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
1755
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L29"
1745
1756
  }
1746
1757
  ],
1747
1758
  "signatures": [
1748
1759
  {
1749
1760
  "id": 22,
1750
- "name": "getAll",
1761
+ "name": "list",
1751
1762
  "variant": "signature",
1752
1763
  "kind": 4096,
1753
1764
  "flags": {},
@@ -1755,7 +1766,7 @@
1755
1766
  "summary": [
1756
1767
  {
1757
1768
  "kind": "text",
1758
- "text": "Retrieves all Product Items for a Collection."
1769
+ "text": "List all Product Items for a Collection."
1759
1770
  }
1760
1771
  ],
1761
1772
  "blockTags": [
@@ -1784,7 +1795,7 @@
1784
1795
  "fileName": "api/product.ts",
1785
1796
  "line": 29,
1786
1797
  "character": 24,
1787
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
1798
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L29"
1788
1799
  }
1789
1800
  ],
1790
1801
  "parameters": [
@@ -1819,7 +1830,7 @@
1819
1830
  "type": "array",
1820
1831
  "elementType": {
1821
1832
  "type": "reference",
1822
- "target": 110,
1833
+ "target": 113,
1823
1834
  "name": "ProductResponse",
1824
1835
  "package": "@proveanything/smartlinks"
1825
1836
  }
@@ -1846,7 +1857,7 @@
1846
1857
  "fileName": "api/product.ts",
1847
1858
  "line": 5,
1848
1859
  "character": 17,
1849
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L5"
1860
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/product.ts#L5"
1850
1861
  }
1851
1862
  ]
1852
1863
  },
@@ -1868,7 +1879,7 @@
1868
1879
  "fileName": "api/proof.ts",
1869
1880
  "line": 13,
1870
1881
  "character": 24,
1871
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
1882
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L13"
1872
1883
  }
1873
1884
  ],
1874
1885
  "signatures": [
@@ -1911,7 +1922,7 @@
1911
1922
  "fileName": "api/proof.ts",
1912
1923
  "line": 13,
1913
1924
  "character": 24,
1914
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
1925
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L13"
1915
1926
  }
1916
1927
  ],
1917
1928
  "parameters": [
@@ -1963,7 +1974,7 @@
1963
1974
  "typeArguments": [
1964
1975
  {
1965
1976
  "type": "reference",
1966
- "target": 115,
1977
+ "target": 118,
1967
1978
  "name": "ProofResponse",
1968
1979
  "package": "@proveanything/smartlinks"
1969
1980
  }
@@ -1973,13 +1984,87 @@
1973
1984
  }
1974
1985
  }
1975
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."
2014
+ }
2015
+ ]
2016
+ },
2017
+ "sources": [
2018
+ {
2019
+ "fileName": "api/proof.ts",
2020
+ "line": 26,
2021
+ "character": 24,
2022
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L26"
2023
+ }
2024
+ ],
2025
+ "parameters": [
2026
+ {
2027
+ "id": 31,
2028
+ "name": "collectionId",
2029
+ "variant": "param",
2030
+ "kind": 32768,
2031
+ "flags": {},
2032
+ "type": {
2033
+ "type": "intrinsic",
2034
+ "name": "string"
2035
+ }
2036
+ }
2037
+ ],
2038
+ "type": {
2039
+ "type": "reference",
2040
+ "target": {
2041
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
2042
+ "qualifiedName": "Promise"
2043
+ },
2044
+ "typeArguments": [
2045
+ {
2046
+ "type": "array",
2047
+ "elementType": {
2048
+ "type": "reference",
2049
+ "target": 118,
2050
+ "name": "ProofResponse",
2051
+ "package": "@proveanything/smartlinks"
2052
+ }
2053
+ }
2054
+ ],
2055
+ "name": "Promise",
2056
+ "package": "typescript"
2057
+ }
2058
+ }
2059
+ ]
1976
2060
  }
1977
2061
  ],
1978
2062
  "groups": [
1979
2063
  {
1980
2064
  "title": "Functions",
1981
2065
  "children": [
1982
- 25
2066
+ 25,
2067
+ 29
1983
2068
  ]
1984
2069
  }
1985
2070
  ],
@@ -1988,12 +2073,12 @@
1988
2073
  "fileName": "api/proof.ts",
1989
2074
  "line": 5,
1990
2075
  "character": 17,
1991
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L5"
2076
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/api/proof.ts#L5"
1992
2077
  }
1993
2078
  ]
1994
2079
  },
1995
2080
  {
1996
- "id": 123,
2081
+ "id": 126,
1997
2082
  "name": "AppConfigurationResponse",
1998
2083
  "variant": "declaration",
1999
2084
  "kind": 256,
@@ -2008,7 +2093,7 @@
2008
2093
  },
2009
2094
  "children": [
2010
2095
  {
2011
- "id": 124,
2096
+ "id": 127,
2012
2097
  "name": "id",
2013
2098
  "variant": "declaration",
2014
2099
  "kind": 1024,
@@ -2026,7 +2111,7 @@
2026
2111
  "fileName": "types/appConfiguration.ts",
2027
2112
  "line": 7,
2028
2113
  "character": 2,
2029
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L7"
2114
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L7"
2030
2115
  }
2031
2116
  ],
2032
2117
  "type": {
@@ -2035,7 +2120,7 @@
2035
2120
  }
2036
2121
  },
2037
2122
  {
2038
- "id": 125,
2123
+ "id": 128,
2039
2124
  "name": "name",
2040
2125
  "variant": "declaration",
2041
2126
  "kind": 1024,
@@ -2053,7 +2138,7 @@
2053
2138
  "fileName": "types/appConfiguration.ts",
2054
2139
  "line": 9,
2055
2140
  "character": 2,
2056
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L9"
2141
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L9"
2057
2142
  }
2058
2143
  ],
2059
2144
  "type": {
@@ -2062,7 +2147,7 @@
2062
2147
  }
2063
2148
  },
2064
2149
  {
2065
- "id": 126,
2150
+ "id": 129,
2066
2151
  "name": "settings",
2067
2152
  "variant": "declaration",
2068
2153
  "kind": 1024,
@@ -2082,7 +2167,7 @@
2082
2167
  "fileName": "types/appConfiguration.ts",
2083
2168
  "line": 11,
2084
2169
  "character": 2,
2085
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L11"
2170
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L11"
2086
2171
  }
2087
2172
  ],
2088
2173
  "type": {
@@ -2110,9 +2195,9 @@
2110
2195
  {
2111
2196
  "title": "Properties",
2112
2197
  "children": [
2113
- 124,
2114
- 125,
2115
- 126
2198
+ 127,
2199
+ 128,
2200
+ 129
2116
2201
  ]
2117
2202
  }
2118
2203
  ],
@@ -2121,12 +2206,12 @@
2121
2206
  "fileName": "types/appConfiguration.ts",
2122
2207
  "line": 5,
2123
2208
  "character": 17,
2124
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L5"
2209
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/appConfiguration.ts#L5"
2125
2210
  }
2126
2211
  ]
2127
2212
  },
2128
2213
  {
2129
- "id": 130,
2214
+ "id": 133,
2130
2215
  "name": "AssetResponse",
2131
2216
  "variant": "declaration",
2132
2217
  "kind": 256,
@@ -2141,7 +2226,7 @@
2141
2226
  },
2142
2227
  "children": [
2143
2228
  {
2144
- "id": 131,
2229
+ "id": 134,
2145
2230
  "name": "id",
2146
2231
  "variant": "declaration",
2147
2232
  "kind": 1024,
@@ -2151,7 +2236,7 @@
2151
2236
  "fileName": "types/asset.ts",
2152
2237
  "line": 5,
2153
2238
  "character": 2,
2154
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L5"
2239
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L5"
2155
2240
  }
2156
2241
  ],
2157
2242
  "type": {
@@ -2160,7 +2245,7 @@
2160
2245
  }
2161
2246
  },
2162
2247
  {
2163
- "id": 132,
2248
+ "id": 135,
2164
2249
  "name": "name",
2165
2250
  "variant": "declaration",
2166
2251
  "kind": 1024,
@@ -2170,7 +2255,7 @@
2170
2255
  "fileName": "types/asset.ts",
2171
2256
  "line": 6,
2172
2257
  "character": 2,
2173
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L6"
2258
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L6"
2174
2259
  }
2175
2260
  ],
2176
2261
  "type": {
@@ -2179,7 +2264,7 @@
2179
2264
  }
2180
2265
  },
2181
2266
  {
2182
- "id": 133,
2267
+ "id": 136,
2183
2268
  "name": "url",
2184
2269
  "variant": "declaration",
2185
2270
  "kind": 1024,
@@ -2189,7 +2274,7 @@
2189
2274
  "fileName": "types/asset.ts",
2190
2275
  "line": 7,
2191
2276
  "character": 2,
2192
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L7"
2277
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L7"
2193
2278
  }
2194
2279
  ],
2195
2280
  "type": {
@@ -2202,9 +2287,9 @@
2202
2287
  {
2203
2288
  "title": "Properties",
2204
2289
  "children": [
2205
- 131,
2206
- 132,
2207
- 133
2290
+ 134,
2291
+ 135,
2292
+ 136
2208
2293
  ]
2209
2294
  }
2210
2295
  ],
@@ -2213,12 +2298,12 @@
2213
2298
  "fileName": "types/asset.ts",
2214
2299
  "line": 4,
2215
2300
  "character": 17,
2216
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L4"
2301
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/asset.ts#L4"
2217
2302
  }
2218
2303
  ]
2219
2304
  },
2220
2305
  {
2221
- "id": 105,
2306
+ "id": 108,
2222
2307
  "name": "CollectionResponse",
2223
2308
  "variant": "declaration",
2224
2309
  "kind": 256,
@@ -2233,7 +2318,7 @@
2233
2318
  },
2234
2319
  "children": [
2235
2320
  {
2236
- "id": 106,
2321
+ "id": 109,
2237
2322
  "name": "id",
2238
2323
  "variant": "declaration",
2239
2324
  "kind": 1024,
@@ -2251,7 +2336,7 @@
2251
2336
  "fileName": "types/collection.ts",
2252
2337
  "line": 7,
2253
2338
  "character": 2,
2254
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L7"
2339
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L7"
2255
2340
  }
2256
2341
  ],
2257
2342
  "type": {
@@ -2260,7 +2345,7 @@
2260
2345
  }
2261
2346
  },
2262
2347
  {
2263
- "id": 109,
2348
+ "id": 112,
2264
2349
  "name": "logoImage",
2265
2350
  "variant": "declaration",
2266
2351
  "kind": 1024,
@@ -2278,7 +2363,7 @@
2278
2363
  "fileName": "types/collection.ts",
2279
2364
  "line": 13,
2280
2365
  "character": 2,
2281
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L13"
2366
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L13"
2282
2367
  }
2283
2368
  ],
2284
2369
  "type": {
@@ -2287,7 +2372,7 @@
2287
2372
  }
2288
2373
  },
2289
2374
  {
2290
- "id": 107,
2375
+ "id": 110,
2291
2376
  "name": "name",
2292
2377
  "variant": "declaration",
2293
2378
  "kind": 1024,
@@ -2305,7 +2390,7 @@
2305
2390
  "fileName": "types/collection.ts",
2306
2391
  "line": 9,
2307
2392
  "character": 2,
2308
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L9"
2393
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L9"
2309
2394
  }
2310
2395
  ],
2311
2396
  "type": {
@@ -2314,7 +2399,7 @@
2314
2399
  }
2315
2400
  },
2316
2401
  {
2317
- "id": 108,
2402
+ "id": 111,
2318
2403
  "name": "title",
2319
2404
  "variant": "declaration",
2320
2405
  "kind": 1024,
@@ -2332,7 +2417,7 @@
2332
2417
  "fileName": "types/collection.ts",
2333
2418
  "line": 11,
2334
2419
  "character": 2,
2335
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L11"
2420
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L11"
2336
2421
  }
2337
2422
  ],
2338
2423
  "type": {
@@ -2345,10 +2430,10 @@
2345
2430
  {
2346
2431
  "title": "Properties",
2347
2432
  "children": [
2348
- 106,
2349
2433
  109,
2350
- 107,
2351
- 108
2434
+ 112,
2435
+ 110,
2436
+ 111
2352
2437
  ]
2353
2438
  }
2354
2439
  ],
@@ -2357,12 +2442,12 @@
2357
2442
  "fileName": "types/collection.ts",
2358
2443
  "line": 5,
2359
2444
  "character": 17,
2360
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L5"
2445
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/collection.ts#L5"
2361
2446
  }
2362
2447
  ]
2363
2448
  },
2364
2449
  {
2365
- "id": 127,
2450
+ "id": 130,
2366
2451
  "name": "ErrorResponse",
2367
2452
  "variant": "declaration",
2368
2453
  "kind": 256,
@@ -2377,7 +2462,7 @@
2377
2462
  },
2378
2463
  "children": [
2379
2464
  {
2380
- "id": 128,
2465
+ "id": 131,
2381
2466
  "name": "code",
2382
2467
  "variant": "declaration",
2383
2468
  "kind": 1024,
@@ -2395,7 +2480,7 @@
2395
2480
  "fileName": "types/error.ts",
2396
2481
  "line": 7,
2397
2482
  "character": 2,
2398
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L7"
2483
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L7"
2399
2484
  }
2400
2485
  ],
2401
2486
  "type": {
@@ -2404,7 +2489,7 @@
2404
2489
  }
2405
2490
  },
2406
2491
  {
2407
- "id": 129,
2492
+ "id": 132,
2408
2493
  "name": "message",
2409
2494
  "variant": "declaration",
2410
2495
  "kind": 1024,
@@ -2422,7 +2507,7 @@
2422
2507
  "fileName": "types/error.ts",
2423
2508
  "line": 9,
2424
2509
  "character": 2,
2425
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L9"
2510
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L9"
2426
2511
  }
2427
2512
  ],
2428
2513
  "type": {
@@ -2435,8 +2520,8 @@
2435
2520
  {
2436
2521
  "title": "Properties",
2437
2522
  "children": [
2438
- 128,
2439
- 129
2523
+ 131,
2524
+ 132
2440
2525
  ]
2441
2526
  }
2442
2527
  ],
@@ -2445,12 +2530,12 @@
2445
2530
  "fileName": "types/error.ts",
2446
2531
  "line": 5,
2447
2532
  "character": 17,
2448
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L5"
2533
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/error.ts#L5"
2449
2534
  }
2450
2535
  ]
2451
2536
  },
2452
2537
  {
2453
- "id": 110,
2538
+ "id": 113,
2454
2539
  "name": "ProductResponse",
2455
2540
  "variant": "declaration",
2456
2541
  "kind": 256,
@@ -2465,7 +2550,7 @@
2465
2550
  },
2466
2551
  "children": [
2467
2552
  {
2468
- "id": 113,
2553
+ "id": 116,
2469
2554
  "name": "description",
2470
2555
  "variant": "declaration",
2471
2556
  "kind": 1024,
@@ -2483,7 +2568,7 @@
2483
2568
  "fileName": "types/product.ts",
2484
2569
  "line": 11,
2485
2570
  "character": 2,
2486
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L11"
2571
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L11"
2487
2572
  }
2488
2573
  ],
2489
2574
  "type": {
@@ -2492,7 +2577,7 @@
2492
2577
  }
2493
2578
  },
2494
2579
  {
2495
- "id": 114,
2580
+ "id": 117,
2496
2581
  "name": "heroImage",
2497
2582
  "variant": "declaration",
2498
2583
  "kind": 1024,
@@ -2510,7 +2595,7 @@
2510
2595
  "fileName": "types/product.ts",
2511
2596
  "line": 13,
2512
2597
  "character": 2,
2513
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L13"
2598
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L13"
2514
2599
  }
2515
2600
  ],
2516
2601
  "type": {
@@ -2519,7 +2604,7 @@
2519
2604
  }
2520
2605
  },
2521
2606
  {
2522
- "id": 111,
2607
+ "id": 114,
2523
2608
  "name": "id",
2524
2609
  "variant": "declaration",
2525
2610
  "kind": 1024,
@@ -2537,7 +2622,7 @@
2537
2622
  "fileName": "types/product.ts",
2538
2623
  "line": 7,
2539
2624
  "character": 2,
2540
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L7"
2625
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L7"
2541
2626
  }
2542
2627
  ],
2543
2628
  "type": {
@@ -2546,7 +2631,7 @@
2546
2631
  }
2547
2632
  },
2548
2633
  {
2549
- "id": 112,
2634
+ "id": 115,
2550
2635
  "name": "name",
2551
2636
  "variant": "declaration",
2552
2637
  "kind": 1024,
@@ -2564,7 +2649,7 @@
2564
2649
  "fileName": "types/product.ts",
2565
2650
  "line": 9,
2566
2651
  "character": 2,
2567
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L9"
2652
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L9"
2568
2653
  }
2569
2654
  ],
2570
2655
  "type": {
@@ -2577,10 +2662,10 @@
2577
2662
  {
2578
2663
  "title": "Properties",
2579
2664
  "children": [
2580
- 113,
2665
+ 116,
2666
+ 117,
2581
2667
  114,
2582
- 111,
2583
- 112
2668
+ 115
2584
2669
  ]
2585
2670
  }
2586
2671
  ],
@@ -2589,12 +2674,12 @@
2589
2674
  "fileName": "types/product.ts",
2590
2675
  "line": 5,
2591
2676
  "character": 17,
2592
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L5"
2677
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/product.ts#L5"
2593
2678
  }
2594
2679
  ]
2595
2680
  },
2596
2681
  {
2597
- "id": 115,
2682
+ "id": 118,
2598
2683
  "name": "ProofResponse",
2599
2684
  "variant": "declaration",
2600
2685
  "kind": 256,
@@ -2609,7 +2694,7 @@
2609
2694
  },
2610
2695
  "children": [
2611
2696
  {
2612
- "id": 116,
2697
+ "id": 119,
2613
2698
  "name": "collectionId",
2614
2699
  "variant": "declaration",
2615
2700
  "kind": 1024,
@@ -2627,7 +2712,7 @@
2627
2712
  "fileName": "types/proof.ts",
2628
2713
  "line": 7,
2629
2714
  "character": 2,
2630
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L7"
2715
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L7"
2631
2716
  }
2632
2717
  ],
2633
2718
  "type": {
@@ -2636,7 +2721,7 @@
2636
2721
  }
2637
2722
  },
2638
2723
  {
2639
- "id": 117,
2724
+ "id": 120,
2640
2725
  "name": "createdAt",
2641
2726
  "variant": "declaration",
2642
2727
  "kind": 1024,
@@ -2654,7 +2739,7 @@
2654
2739
  "fileName": "types/proof.ts",
2655
2740
  "line": 9,
2656
2741
  "character": 2,
2657
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L9"
2742
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L9"
2658
2743
  }
2659
2744
  ],
2660
2745
  "type": {
@@ -2663,7 +2748,7 @@
2663
2748
  }
2664
2749
  },
2665
2750
  {
2666
- "id": 118,
2751
+ "id": 121,
2667
2752
  "name": "id",
2668
2753
  "variant": "declaration",
2669
2754
  "kind": 1024,
@@ -2681,7 +2766,7 @@
2681
2766
  "fileName": "types/proof.ts",
2682
2767
  "line": 11,
2683
2768
  "character": 2,
2684
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L11"
2769
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L11"
2685
2770
  }
2686
2771
  ],
2687
2772
  "type": {
@@ -2690,7 +2775,7 @@
2690
2775
  }
2691
2776
  },
2692
2777
  {
2693
- "id": 119,
2778
+ "id": 122,
2694
2779
  "name": "productId",
2695
2780
  "variant": "declaration",
2696
2781
  "kind": 1024,
@@ -2708,7 +2793,7 @@
2708
2793
  "fileName": "types/proof.ts",
2709
2794
  "line": 13,
2710
2795
  "character": 2,
2711
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L13"
2796
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L13"
2712
2797
  }
2713
2798
  ],
2714
2799
  "type": {
@@ -2717,7 +2802,7 @@
2717
2802
  }
2718
2803
  },
2719
2804
  {
2720
- "id": 120,
2805
+ "id": 123,
2721
2806
  "name": "tokenId",
2722
2807
  "variant": "declaration",
2723
2808
  "kind": 1024,
@@ -2735,7 +2820,7 @@
2735
2820
  "fileName": "types/proof.ts",
2736
2821
  "line": 15,
2737
2822
  "character": 2,
2738
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L15"
2823
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L15"
2739
2824
  }
2740
2825
  ],
2741
2826
  "type": {
@@ -2744,7 +2829,7 @@
2744
2829
  }
2745
2830
  },
2746
2831
  {
2747
- "id": 121,
2832
+ "id": 124,
2748
2833
  "name": "userId",
2749
2834
  "variant": "declaration",
2750
2835
  "kind": 1024,
@@ -2762,7 +2847,7 @@
2762
2847
  "fileName": "types/proof.ts",
2763
2848
  "line": 17,
2764
2849
  "character": 2,
2765
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L17"
2850
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L17"
2766
2851
  }
2767
2852
  ],
2768
2853
  "type": {
@@ -2771,7 +2856,7 @@
2771
2856
  }
2772
2857
  },
2773
2858
  {
2774
- "id": 122,
2859
+ "id": 125,
2775
2860
  "name": "values",
2776
2861
  "variant": "declaration",
2777
2862
  "kind": 1024,
@@ -2789,7 +2874,7 @@
2789
2874
  "fileName": "types/proof.ts",
2790
2875
  "line": 19,
2791
2876
  "character": 2,
2792
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L19"
2877
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L19"
2793
2878
  }
2794
2879
  ],
2795
2880
  "type": {
@@ -2817,13 +2902,13 @@
2817
2902
  {
2818
2903
  "title": "Properties",
2819
2904
  "children": [
2820
- 116,
2821
- 117,
2822
- 118,
2823
2905
  119,
2824
2906
  120,
2825
2907
  121,
2826
- 122
2908
+ 122,
2909
+ 123,
2910
+ 124,
2911
+ 125
2827
2912
  ]
2828
2913
  }
2829
2914
  ],
@@ -2832,7 +2917,7 @@
2832
2917
  "fileName": "types/proof.ts",
2833
2918
  "line": 5,
2834
2919
  "character": 17,
2835
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L5"
2920
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/types/proof.ts#L5"
2836
2921
  }
2837
2922
  ]
2838
2923
  },
@@ -2847,7 +2932,7 @@
2847
2932
  "fileName": "http.ts",
2848
2933
  "line": 17,
2849
2934
  "character": 16,
2850
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
2935
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2851
2936
  }
2852
2937
  ],
2853
2938
  "signatures": [
@@ -2870,7 +2955,7 @@
2870
2955
  "fileName": "http.ts",
2871
2956
  "line": 17,
2872
2957
  "character": 16,
2873
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
2958
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2874
2959
  }
2875
2960
  ],
2876
2961
  "parameters": [
@@ -2910,7 +2995,7 @@
2910
2995
  "fileName": "http.ts",
2911
2996
  "line": 19,
2912
2997
  "character": 2,
2913
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L19"
2998
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L19"
2914
2999
  }
2915
3000
  ],
2916
3001
  "type": {
@@ -2937,7 +3022,7 @@
2937
3022
  "fileName": "http.ts",
2938
3023
  "line": 18,
2939
3024
  "character": 2,
2940
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L18"
3025
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L18"
2941
3026
  }
2942
3027
  ],
2943
3028
  "type": {
@@ -2966,7 +3051,7 @@
2966
3051
  "fileName": "http.ts",
2967
3052
  "line": 20,
2968
3053
  "character": 2,
2969
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L20"
3054
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L20"
2970
3055
  }
2971
3056
  ],
2972
3057
  "type": {
@@ -2990,7 +3075,7 @@
2990
3075
  "fileName": "http.ts",
2991
3076
  "line": 17,
2992
3077
  "character": 39,
2993
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
3078
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L17"
2994
3079
  }
2995
3080
  ]
2996
3081
  }
@@ -3015,7 +3100,7 @@
3015
3100
  "fileName": "http.ts",
3016
3101
  "line": 32,
3017
3102
  "character": 22,
3018
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
3103
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L32"
3019
3104
  }
3020
3105
  ],
3021
3106
  "signatures": [
@@ -3038,7 +3123,7 @@
3038
3123
  "fileName": "http.ts",
3039
3124
  "line": 32,
3040
3125
  "character": 22,
3041
- "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
3126
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/1882ca6ab1f637ff9de1a055da250069c60a5f78/src/http.ts#L32"
3042
3127
  }
3043
3128
  ],
3044
3129
  "typeParameter": [
@@ -3089,9 +3174,9 @@
3089
3174
  {
3090
3175
  "title": "Namespaces",
3091
3176
  "children": [
3092
- 29,
3093
- 34,
3094
- 74,
3177
+ 32,
3178
+ 37,
3179
+ 77,
3095
3180
  12,
3096
3181
  16,
3097
3182
  24
@@ -3100,12 +3185,12 @@
3100
3185
  {
3101
3186
  "title": "Interfaces",
3102
3187
  "children": [
3103
- 123,
3188
+ 126,
3189
+ 133,
3190
+ 108,
3104
3191
  130,
3105
- 105,
3106
- 127,
3107
- 110,
3108
- 115
3192
+ 113,
3193
+ 118
3109
3194
  ]
3110
3195
  },
3111
3196
  {
@@ -3690,11 +3775,11 @@
3690
3775
  },
3691
3776
  "21": {
3692
3777
  "sourceFileName": "src/api/product.ts",
3693
- "qualifiedName": "product.getAll"
3778
+ "qualifiedName": "product.list"
3694
3779
  },
3695
3780
  "22": {
3696
3781
  "sourceFileName": "src/api/product.ts",
3697
- "qualifiedName": "product.getAll"
3782
+ "qualifiedName": "product.list"
3698
3783
  },
3699
3784
  "23": {
3700
3785
  "sourceFileName": "src/api/product.ts",
@@ -3721,64 +3806,64 @@
3721
3806
  "qualifiedName": "proofId"
3722
3807
  },
3723
3808
  "29": {
3724
- "sourceFileName": "src/api/appConfiguration.ts",
3725
- "qualifiedName": "appConfiguration"
3809
+ "sourceFileName": "src/api/proof.ts",
3810
+ "qualifiedName": "proof.list"
3726
3811
  },
3727
3812
  "30": {
3728
- "sourceFileName": "src/api/appConfiguration.ts",
3729
- "qualifiedName": "appConfiguration.get"
3813
+ "sourceFileName": "src/api/proof.ts",
3814
+ "qualifiedName": "proof.list"
3730
3815
  },
3731
3816
  "31": {
3732
- "sourceFileName": "src/api/appConfiguration.ts",
3733
- "qualifiedName": "appConfiguration.get"
3817
+ "sourceFileName": "src/api/proof.ts",
3818
+ "qualifiedName": "collectionId"
3734
3819
  },
3735
3820
  "32": {
3736
3821
  "sourceFileName": "src/api/appConfiguration.ts",
3737
- "qualifiedName": "collectionId"
3822
+ "qualifiedName": "appConfiguration"
3738
3823
  },
3739
3824
  "33": {
3740
3825
  "sourceFileName": "src/api/appConfiguration.ts",
3741
- "qualifiedName": "appId"
3826
+ "qualifiedName": "appConfiguration.get"
3742
3827
  },
3743
3828
  "34": {
3744
- "sourceFileName": "src/api/asset.ts",
3745
- "qualifiedName": "asset"
3829
+ "sourceFileName": "src/api/appConfiguration.ts",
3830
+ "qualifiedName": "appConfiguration.get"
3746
3831
  },
3747
3832
  "35": {
3748
- "sourceFileName": "src/api/asset.ts",
3749
- "qualifiedName": "asset.getForCollection"
3833
+ "sourceFileName": "src/api/appConfiguration.ts",
3834
+ "qualifiedName": "collectionId"
3750
3835
  },
3751
3836
  "36": {
3752
- "sourceFileName": "src/api/asset.ts",
3753
- "qualifiedName": "asset.getForCollection"
3837
+ "sourceFileName": "src/api/appConfiguration.ts",
3838
+ "qualifiedName": "appId"
3754
3839
  },
3755
3840
  "37": {
3756
3841
  "sourceFileName": "src/api/asset.ts",
3757
- "qualifiedName": "collectionId"
3842
+ "qualifiedName": "asset"
3758
3843
  },
3759
3844
  "38": {
3760
3845
  "sourceFileName": "src/api/asset.ts",
3761
- "qualifiedName": "assetId"
3846
+ "qualifiedName": "asset.getForCollection"
3762
3847
  },
3763
3848
  "39": {
3764
3849
  "sourceFileName": "src/api/asset.ts",
3765
- "qualifiedName": "asset.getAllForCollection"
3850
+ "qualifiedName": "asset.getForCollection"
3766
3851
  },
3767
3852
  "40": {
3768
3853
  "sourceFileName": "src/api/asset.ts",
3769
- "qualifiedName": "asset.getAllForCollection"
3854
+ "qualifiedName": "collectionId"
3770
3855
  },
3771
3856
  "41": {
3772
3857
  "sourceFileName": "src/api/asset.ts",
3773
- "qualifiedName": "collectionId"
3858
+ "qualifiedName": "assetId"
3774
3859
  },
3775
3860
  "42": {
3776
3861
  "sourceFileName": "src/api/asset.ts",
3777
- "qualifiedName": "asset.getForProduct"
3862
+ "qualifiedName": "asset.listForCollection"
3778
3863
  },
3779
3864
  "43": {
3780
3865
  "sourceFileName": "src/api/asset.ts",
3781
- "qualifiedName": "asset.getForProduct"
3866
+ "qualifiedName": "asset.listForCollection"
3782
3867
  },
3783
3868
  "44": {
3784
3869
  "sourceFileName": "src/api/asset.ts",
@@ -3786,357 +3871,369 @@
3786
3871
  },
3787
3872
  "45": {
3788
3873
  "sourceFileName": "src/api/asset.ts",
3789
- "qualifiedName": "productId"
3874
+ "qualifiedName": "asset.getForProduct"
3790
3875
  },
3791
3876
  "46": {
3792
3877
  "sourceFileName": "src/api/asset.ts",
3793
- "qualifiedName": "assetId"
3878
+ "qualifiedName": "asset.getForProduct"
3794
3879
  },
3795
3880
  "47": {
3796
3881
  "sourceFileName": "src/api/asset.ts",
3797
- "qualifiedName": "asset.getAllForProduct"
3882
+ "qualifiedName": "collectionId"
3798
3883
  },
3799
3884
  "48": {
3800
3885
  "sourceFileName": "src/api/asset.ts",
3801
- "qualifiedName": "asset.getAllForProduct"
3886
+ "qualifiedName": "productId"
3802
3887
  },
3803
3888
  "49": {
3804
3889
  "sourceFileName": "src/api/asset.ts",
3805
- "qualifiedName": "collectionId"
3890
+ "qualifiedName": "assetId"
3806
3891
  },
3807
3892
  "50": {
3808
3893
  "sourceFileName": "src/api/asset.ts",
3809
- "qualifiedName": "productId"
3894
+ "qualifiedName": "asset.listForProduct"
3810
3895
  },
3811
3896
  "51": {
3812
3897
  "sourceFileName": "src/api/asset.ts",
3813
- "qualifiedName": "asset.getForProof"
3898
+ "qualifiedName": "asset.listForProduct"
3814
3899
  },
3815
3900
  "52": {
3816
3901
  "sourceFileName": "src/api/asset.ts",
3817
- "qualifiedName": "asset.getForProof"
3902
+ "qualifiedName": "collectionId"
3818
3903
  },
3819
3904
  "53": {
3820
3905
  "sourceFileName": "src/api/asset.ts",
3821
- "qualifiedName": "collectionId"
3906
+ "qualifiedName": "productId"
3822
3907
  },
3823
3908
  "54": {
3824
3909
  "sourceFileName": "src/api/asset.ts",
3825
- "qualifiedName": "productId"
3910
+ "qualifiedName": "asset.getForProof"
3826
3911
  },
3827
3912
  "55": {
3828
3913
  "sourceFileName": "src/api/asset.ts",
3829
- "qualifiedName": "proofId"
3914
+ "qualifiedName": "asset.getForProof"
3830
3915
  },
3831
3916
  "56": {
3832
3917
  "sourceFileName": "src/api/asset.ts",
3833
- "qualifiedName": "assetId"
3918
+ "qualifiedName": "collectionId"
3834
3919
  },
3835
3920
  "57": {
3836
3921
  "sourceFileName": "src/api/asset.ts",
3837
- "qualifiedName": "asset.getAllForProof"
3922
+ "qualifiedName": "productId"
3838
3923
  },
3839
3924
  "58": {
3840
3925
  "sourceFileName": "src/api/asset.ts",
3841
- "qualifiedName": "asset.getAllForProof"
3926
+ "qualifiedName": "proofId"
3842
3927
  },
3843
3928
  "59": {
3844
3929
  "sourceFileName": "src/api/asset.ts",
3845
- "qualifiedName": "collectionId"
3930
+ "qualifiedName": "assetId"
3846
3931
  },
3847
3932
  "60": {
3848
3933
  "sourceFileName": "src/api/asset.ts",
3849
- "qualifiedName": "productId"
3934
+ "qualifiedName": "asset.listForProof"
3850
3935
  },
3851
3936
  "61": {
3852
3937
  "sourceFileName": "src/api/asset.ts",
3853
- "qualifiedName": "proofId"
3938
+ "qualifiedName": "asset.listForProof"
3854
3939
  },
3855
3940
  "62": {
3856
3941
  "sourceFileName": "src/api/asset.ts",
3857
- "qualifiedName": "appId"
3942
+ "qualifiedName": "collectionId"
3858
3943
  },
3859
3944
  "63": {
3860
3945
  "sourceFileName": "src/api/asset.ts",
3861
- "qualifiedName": "asset.uploadAsset"
3946
+ "qualifiedName": "productId"
3862
3947
  },
3863
3948
  "64": {
3864
3949
  "sourceFileName": "src/api/asset.ts",
3865
- "qualifiedName": "asset.uploadAsset"
3950
+ "qualifiedName": "proofId"
3866
3951
  },
3867
3952
  "65": {
3868
3953
  "sourceFileName": "src/api/asset.ts",
3869
- "qualifiedName": "collectionId"
3954
+ "qualifiedName": "appId"
3870
3955
  },
3871
3956
  "66": {
3872
3957
  "sourceFileName": "src/api/asset.ts",
3873
- "qualifiedName": "productId"
3958
+ "qualifiedName": "asset.uploadAsset"
3874
3959
  },
3875
3960
  "67": {
3876
3961
  "sourceFileName": "src/api/asset.ts",
3877
- "qualifiedName": "proofId"
3962
+ "qualifiedName": "asset.uploadAsset"
3878
3963
  },
3879
3964
  "68": {
3880
3965
  "sourceFileName": "src/api/asset.ts",
3881
- "qualifiedName": "file"
3966
+ "qualifiedName": "collectionId"
3882
3967
  },
3883
3968
  "69": {
3884
3969
  "sourceFileName": "src/api/asset.ts",
3885
- "qualifiedName": "extraData"
3970
+ "qualifiedName": "productId"
3886
3971
  },
3887
3972
  "70": {
3888
3973
  "sourceFileName": "src/api/asset.ts",
3889
- "qualifiedName": "onProgress"
3974
+ "qualifiedName": "proofId"
3890
3975
  },
3891
3976
  "71": {
3892
3977
  "sourceFileName": "src/api/asset.ts",
3893
- "qualifiedName": "__type"
3978
+ "qualifiedName": "file"
3894
3979
  },
3895
3980
  "72": {
3896
3981
  "sourceFileName": "src/api/asset.ts",
3897
- "qualifiedName": "__type"
3982
+ "qualifiedName": "extraData"
3898
3983
  },
3899
3984
  "73": {
3900
3985
  "sourceFileName": "src/api/asset.ts",
3901
- "qualifiedName": "percent"
3986
+ "qualifiedName": "onProgress"
3902
3987
  },
3903
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": {
3904
4001
  "sourceFileName": "src/api/attestation.ts",
3905
4002
  "qualifiedName": "attestation"
3906
4003
  },
3907
- "75": {
4004
+ "78": {
3908
4005
  "sourceFileName": "src/api/attestation.ts",
3909
- "qualifiedName": "attestation.getAll"
4006
+ "qualifiedName": "attestation.list"
3910
4007
  },
3911
- "76": {
4008
+ "79": {
3912
4009
  "sourceFileName": "src/api/attestation.ts",
3913
- "qualifiedName": "attestation.getAll"
4010
+ "qualifiedName": "attestation.list"
3914
4011
  },
3915
- "77": {
4012
+ "80": {
3916
4013
  "sourceFileName": "src/api/attestation.ts",
3917
4014
  "qualifiedName": "collectionId"
3918
4015
  },
3919
- "78": {
4016
+ "81": {
3920
4017
  "sourceFileName": "src/api/attestation.ts",
3921
4018
  "qualifiedName": "productId"
3922
4019
  },
3923
- "79": {
4020
+ "82": {
3924
4021
  "sourceFileName": "src/api/attestation.ts",
3925
4022
  "qualifiedName": "proofId"
3926
4023
  },
3927
- "80": {
4024
+ "83": {
3928
4025
  "sourceFileName": "src/api/attestation.ts",
3929
4026
  "qualifiedName": "attestation.get"
3930
4027
  },
3931
- "81": {
4028
+ "84": {
3932
4029
  "sourceFileName": "src/api/attestation.ts",
3933
4030
  "qualifiedName": "attestation.get"
3934
4031
  },
3935
- "82": {
4032
+ "85": {
3936
4033
  "sourceFileName": "src/api/attestation.ts",
3937
4034
  "qualifiedName": "collectionId"
3938
4035
  },
3939
- "83": {
4036
+ "86": {
3940
4037
  "sourceFileName": "src/api/attestation.ts",
3941
4038
  "qualifiedName": "productId"
3942
4039
  },
3943
- "84": {
4040
+ "87": {
3944
4041
  "sourceFileName": "src/api/attestation.ts",
3945
4042
  "qualifiedName": "proofId"
3946
4043
  },
3947
- "85": {
4044
+ "88": {
3948
4045
  "sourceFileName": "src/api/attestation.ts",
3949
4046
  "qualifiedName": "attestationId"
3950
4047
  },
3951
- "86": {
4048
+ "89": {
3952
4049
  "sourceFileName": "src/api/attestation.ts",
3953
4050
  "qualifiedName": "attestation.create"
3954
4051
  },
3955
- "87": {
4052
+ "90": {
3956
4053
  "sourceFileName": "src/api/attestation.ts",
3957
4054
  "qualifiedName": "attestation.create"
3958
4055
  },
3959
- "88": {
4056
+ "91": {
3960
4057
  "sourceFileName": "src/api/attestation.ts",
3961
4058
  "qualifiedName": "collectionId"
3962
4059
  },
3963
- "89": {
4060
+ "92": {
3964
4061
  "sourceFileName": "src/api/attestation.ts",
3965
4062
  "qualifiedName": "productId"
3966
4063
  },
3967
- "90": {
4064
+ "93": {
3968
4065
  "sourceFileName": "src/api/attestation.ts",
3969
4066
  "qualifiedName": "proofId"
3970
4067
  },
3971
- "91": {
4068
+ "94": {
3972
4069
  "sourceFileName": "src/api/attestation.ts",
3973
4070
  "qualifiedName": "data"
3974
4071
  },
3975
- "92": {
4072
+ "95": {
3976
4073
  "sourceFileName": "src/api/attestation.ts",
3977
4074
  "qualifiedName": "attestation.update"
3978
4075
  },
3979
- "93": {
4076
+ "96": {
3980
4077
  "sourceFileName": "src/api/attestation.ts",
3981
4078
  "qualifiedName": "attestation.update"
3982
4079
  },
3983
- "94": {
4080
+ "97": {
3984
4081
  "sourceFileName": "src/api/attestation.ts",
3985
4082
  "qualifiedName": "collectionId"
3986
4083
  },
3987
- "95": {
4084
+ "98": {
3988
4085
  "sourceFileName": "src/api/attestation.ts",
3989
4086
  "qualifiedName": "productId"
3990
4087
  },
3991
- "96": {
4088
+ "99": {
3992
4089
  "sourceFileName": "src/api/attestation.ts",
3993
4090
  "qualifiedName": "proofId"
3994
4091
  },
3995
- "97": {
4092
+ "100": {
3996
4093
  "sourceFileName": "src/api/attestation.ts",
3997
4094
  "qualifiedName": "attestationId"
3998
4095
  },
3999
- "98": {
4096
+ "101": {
4000
4097
  "sourceFileName": "src/api/attestation.ts",
4001
4098
  "qualifiedName": "data"
4002
4099
  },
4003
- "99": {
4100
+ "102": {
4004
4101
  "sourceFileName": "src/api/attestation.ts",
4005
4102
  "qualifiedName": "attestation.remove"
4006
4103
  },
4007
- "100": {
4104
+ "103": {
4008
4105
  "sourceFileName": "src/api/attestation.ts",
4009
4106
  "qualifiedName": "attestation.remove"
4010
4107
  },
4011
- "101": {
4108
+ "104": {
4012
4109
  "sourceFileName": "src/api/attestation.ts",
4013
4110
  "qualifiedName": "collectionId"
4014
4111
  },
4015
- "102": {
4112
+ "105": {
4016
4113
  "sourceFileName": "src/api/attestation.ts",
4017
4114
  "qualifiedName": "productId"
4018
4115
  },
4019
- "103": {
4116
+ "106": {
4020
4117
  "sourceFileName": "src/api/attestation.ts",
4021
4118
  "qualifiedName": "proofId"
4022
4119
  },
4023
- "104": {
4120
+ "107": {
4024
4121
  "sourceFileName": "src/api/attestation.ts",
4025
4122
  "qualifiedName": "attestationId"
4026
4123
  },
4027
- "105": {
4124
+ "108": {
4028
4125
  "sourceFileName": "src/types/collection.ts",
4029
4126
  "qualifiedName": "CollectionResponse"
4030
4127
  },
4031
- "106": {
4128
+ "109": {
4032
4129
  "sourceFileName": "src/types/collection.ts",
4033
4130
  "qualifiedName": "CollectionResponse.id"
4034
4131
  },
4035
- "107": {
4132
+ "110": {
4036
4133
  "sourceFileName": "src/types/collection.ts",
4037
4134
  "qualifiedName": "CollectionResponse.name"
4038
4135
  },
4039
- "108": {
4136
+ "111": {
4040
4137
  "sourceFileName": "src/types/collection.ts",
4041
4138
  "qualifiedName": "CollectionResponse.title"
4042
4139
  },
4043
- "109": {
4140
+ "112": {
4044
4141
  "sourceFileName": "src/types/collection.ts",
4045
4142
  "qualifiedName": "CollectionResponse.logoImage"
4046
4143
  },
4047
- "110": {
4144
+ "113": {
4048
4145
  "sourceFileName": "src/types/product.ts",
4049
4146
  "qualifiedName": "ProductResponse"
4050
4147
  },
4051
- "111": {
4148
+ "114": {
4052
4149
  "sourceFileName": "src/types/product.ts",
4053
4150
  "qualifiedName": "ProductResponse.id"
4054
4151
  },
4055
- "112": {
4152
+ "115": {
4056
4153
  "sourceFileName": "src/types/product.ts",
4057
4154
  "qualifiedName": "ProductResponse.name"
4058
4155
  },
4059
- "113": {
4156
+ "116": {
4060
4157
  "sourceFileName": "src/types/product.ts",
4061
4158
  "qualifiedName": "ProductResponse.description"
4062
4159
  },
4063
- "114": {
4160
+ "117": {
4064
4161
  "sourceFileName": "src/types/product.ts",
4065
4162
  "qualifiedName": "ProductResponse.heroImage"
4066
4163
  },
4067
- "115": {
4164
+ "118": {
4068
4165
  "sourceFileName": "src/types/proof.ts",
4069
4166
  "qualifiedName": "ProofResponse"
4070
4167
  },
4071
- "116": {
4168
+ "119": {
4072
4169
  "sourceFileName": "src/types/proof.ts",
4073
4170
  "qualifiedName": "ProofResponse.collectionId"
4074
4171
  },
4075
- "117": {
4172
+ "120": {
4076
4173
  "sourceFileName": "src/types/proof.ts",
4077
4174
  "qualifiedName": "ProofResponse.createdAt"
4078
4175
  },
4079
- "118": {
4176
+ "121": {
4080
4177
  "sourceFileName": "src/types/proof.ts",
4081
4178
  "qualifiedName": "ProofResponse.id"
4082
4179
  },
4083
- "119": {
4180
+ "122": {
4084
4181
  "sourceFileName": "src/types/proof.ts",
4085
4182
  "qualifiedName": "ProofResponse.productId"
4086
4183
  },
4087
- "120": {
4184
+ "123": {
4088
4185
  "sourceFileName": "src/types/proof.ts",
4089
4186
  "qualifiedName": "ProofResponse.tokenId"
4090
4187
  },
4091
- "121": {
4188
+ "124": {
4092
4189
  "sourceFileName": "src/types/proof.ts",
4093
4190
  "qualifiedName": "ProofResponse.userId"
4094
4191
  },
4095
- "122": {
4192
+ "125": {
4096
4193
  "sourceFileName": "src/types/proof.ts",
4097
4194
  "qualifiedName": "ProofResponse.values"
4098
4195
  },
4099
- "123": {
4196
+ "126": {
4100
4197
  "sourceFileName": "src/types/appConfiguration.ts",
4101
4198
  "qualifiedName": "AppConfigurationResponse"
4102
4199
  },
4103
- "124": {
4200
+ "127": {
4104
4201
  "sourceFileName": "src/types/appConfiguration.ts",
4105
4202
  "qualifiedName": "AppConfigurationResponse.id"
4106
4203
  },
4107
- "125": {
4204
+ "128": {
4108
4205
  "sourceFileName": "src/types/appConfiguration.ts",
4109
4206
  "qualifiedName": "AppConfigurationResponse.name"
4110
4207
  },
4111
- "126": {
4208
+ "129": {
4112
4209
  "sourceFileName": "src/types/appConfiguration.ts",
4113
4210
  "qualifiedName": "AppConfigurationResponse.settings"
4114
4211
  },
4115
- "127": {
4212
+ "130": {
4116
4213
  "sourceFileName": "src/types/error.ts",
4117
4214
  "qualifiedName": "ErrorResponse"
4118
4215
  },
4119
- "128": {
4216
+ "131": {
4120
4217
  "sourceFileName": "src/types/error.ts",
4121
4218
  "qualifiedName": "ErrorResponse.code"
4122
4219
  },
4123
- "129": {
4220
+ "132": {
4124
4221
  "sourceFileName": "src/types/error.ts",
4125
4222
  "qualifiedName": "ErrorResponse.message"
4126
4223
  },
4127
- "130": {
4224
+ "133": {
4128
4225
  "sourceFileName": "src/types/asset.ts",
4129
4226
  "qualifiedName": "AssetResponse"
4130
4227
  },
4131
- "131": {
4228
+ "134": {
4132
4229
  "sourceFileName": "src/types/asset.ts",
4133
4230
  "qualifiedName": "AssetResponse.id"
4134
4231
  },
4135
- "132": {
4232
+ "135": {
4136
4233
  "sourceFileName": "src/types/asset.ts",
4137
4234
  "qualifiedName": "AssetResponse.name"
4138
4235
  },
4139
- "133": {
4236
+ "136": {
4140
4237
  "sourceFileName": "src/types/asset.ts",
4141
4238
  "qualifiedName": "AssetResponse.url"
4142
4239
  }