@proveanything/smartlinks 1.0.6 → 1.0.8
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.
- package/debug.log +6 -0
- package/dist/api/asset.d.ts +14 -2
- package/dist/api/asset.js +65 -5
- package/dist/api/attestation.d.ts +23 -0
- package/dist/api/attestation.js +44 -0
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.js +1 -0
- package/dist/http.d.ts +30 -0
- package/dist/http.js +156 -0
- package/dist/types/attestation.d.ts +16 -0
- package/dist/types/attestation.js +1 -0
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/documentation.json +1240 -211
- package/docs/functions/appConfiguration.get.html +1 -1
- package/docs/functions/asset.getAllForCollection.html +1 -1
- package/docs/functions/asset.getAllForProduct.html +1 -1
- package/docs/functions/asset.getAllForProof.html +1 -1
- package/docs/functions/asset.getForCollection.html +1 -1
- package/docs/functions/asset.getForProduct.html +1 -1
- package/docs/functions/asset.getForProof.html +1 -1
- package/docs/functions/asset.uploadAsset.html +10 -0
- package/docs/functions/attestation.create.html +2 -0
- package/docs/functions/attestation.get.html +2 -0
- package/docs/functions/attestation.getAll.html +2 -0
- package/docs/functions/attestation.remove.html +2 -0
- package/docs/functions/attestation.update.html +2 -0
- package/docs/functions/collection.get.html +1 -1
- package/docs/functions/initializeApi.html +1 -1
- package/docs/functions/product.get.html +1 -1
- package/docs/functions/product.getAll.html +1 -1
- package/docs/functions/proof.get.html +1 -1
- package/docs/functions/request.html +1 -1
- package/docs/interfaces/AppConfigurationResponse.html +4 -4
- package/docs/interfaces/AssetResponse.html +2 -2
- package/docs/interfaces/CollectionResponse.html +5 -5
- package/docs/interfaces/ErrorResponse.html +3 -3
- package/docs/interfaces/ProductResponse.html +5 -5
- package/docs/interfaces/ProofResponse.html +8 -8
- package/docs/modules/appConfiguration.html +1 -1
- package/docs/modules/asset.html +2 -1
- package/docs/modules/attestation.html +6 -0
- package/docs/modules/collection.html +1 -1
- package/docs/modules/product.html +1 -1
- package/docs/modules/proof.html +1 -1
- package/docs/modules.html +1 -0
- package/package.json +1 -1
- package/src/api/asset.ts +76 -3
- package/src/api/attestation.ts +69 -0
- package/src/api/index.ts +1 -0
- package/src/http.ts +190 -0
- package/src/types/attestation.ts +18 -0
package/docs/documentation.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"fileName": "api/appConfiguration.ts",
|
|
24
24
|
"line": 13,
|
|
25
25
|
"character": 24,
|
|
26
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
26
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/appConfiguration.ts#L13"
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
"signatures": [
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"fileName": "api/appConfiguration.ts",
|
|
67
67
|
"line": 13,
|
|
68
68
|
"character": 24,
|
|
69
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
69
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/appConfiguration.ts#L13"
|
|
70
70
|
}
|
|
71
71
|
],
|
|
72
72
|
"parameters": [
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"typeArguments": [
|
|
119
119
|
{
|
|
120
120
|
"type": "reference",
|
|
121
|
-
"target":
|
|
121
|
+
"target": 123,
|
|
122
122
|
"name": "AppConfigurationResponse",
|
|
123
123
|
"package": "@proveanything/smartlinks"
|
|
124
124
|
}
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"fileName": "api/appConfiguration.ts",
|
|
144
144
|
"line": 5,
|
|
145
145
|
"character": 17,
|
|
146
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
146
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/appConfiguration.ts#L5"
|
|
147
147
|
}
|
|
148
148
|
]
|
|
149
149
|
},
|
|
@@ -164,7 +164,8 @@
|
|
|
164
164
|
{
|
|
165
165
|
"fileName": "api/asset.ts",
|
|
166
166
|
"line": 14,
|
|
167
|
-
"character": 24
|
|
167
|
+
"character": 24,
|
|
168
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L14"
|
|
168
169
|
}
|
|
169
170
|
],
|
|
170
171
|
"signatures": [
|
|
@@ -178,7 +179,8 @@
|
|
|
178
179
|
{
|
|
179
180
|
"fileName": "api/asset.ts",
|
|
180
181
|
"line": 14,
|
|
181
|
-
"character": 24
|
|
182
|
+
"character": 24,
|
|
183
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L14"
|
|
182
184
|
}
|
|
183
185
|
],
|
|
184
186
|
"parameters": [
|
|
@@ -205,7 +207,7 @@
|
|
|
205
207
|
"type": "array",
|
|
206
208
|
"elementType": {
|
|
207
209
|
"type": "reference",
|
|
208
|
-
"target":
|
|
210
|
+
"target": 130,
|
|
209
211
|
"name": "AssetResponse",
|
|
210
212
|
"package": "@proveanything/smartlinks"
|
|
211
213
|
}
|
|
@@ -227,7 +229,8 @@
|
|
|
227
229
|
{
|
|
228
230
|
"fileName": "api/asset.ts",
|
|
229
231
|
"line": 31,
|
|
230
|
-
"character": 24
|
|
232
|
+
"character": 24,
|
|
233
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L31"
|
|
231
234
|
}
|
|
232
235
|
],
|
|
233
236
|
"signatures": [
|
|
@@ -241,7 +244,8 @@
|
|
|
241
244
|
{
|
|
242
245
|
"fileName": "api/asset.ts",
|
|
243
246
|
"line": 31,
|
|
244
|
-
"character": 24
|
|
247
|
+
"character": 24,
|
|
248
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L31"
|
|
245
249
|
}
|
|
246
250
|
],
|
|
247
251
|
"parameters": [
|
|
@@ -279,7 +283,7 @@
|
|
|
279
283
|
"type": "array",
|
|
280
284
|
"elementType": {
|
|
281
285
|
"type": "reference",
|
|
282
|
-
"target":
|
|
286
|
+
"target": 130,
|
|
283
287
|
"name": "AssetResponse",
|
|
284
288
|
"package": "@proveanything/smartlinks"
|
|
285
289
|
}
|
|
@@ -292,7 +296,7 @@
|
|
|
292
296
|
]
|
|
293
297
|
},
|
|
294
298
|
{
|
|
295
|
-
"id":
|
|
299
|
+
"id": 57,
|
|
296
300
|
"name": "getAllForProof",
|
|
297
301
|
"variant": "declaration",
|
|
298
302
|
"kind": 64,
|
|
@@ -300,13 +304,14 @@
|
|
|
300
304
|
"sources": [
|
|
301
305
|
{
|
|
302
306
|
"fileName": "api/asset.ts",
|
|
303
|
-
"line":
|
|
304
|
-
"character": 24
|
|
307
|
+
"line": 50,
|
|
308
|
+
"character": 24,
|
|
309
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L50"
|
|
305
310
|
}
|
|
306
311
|
],
|
|
307
312
|
"signatures": [
|
|
308
313
|
{
|
|
309
|
-
"id":
|
|
314
|
+
"id": 58,
|
|
310
315
|
"name": "getAllForProof",
|
|
311
316
|
"variant": "signature",
|
|
312
317
|
"kind": 4096,
|
|
@@ -314,13 +319,14 @@
|
|
|
314
319
|
"sources": [
|
|
315
320
|
{
|
|
316
321
|
"fileName": "api/asset.ts",
|
|
317
|
-
"line":
|
|
318
|
-
"character": 24
|
|
322
|
+
"line": 50,
|
|
323
|
+
"character": 24,
|
|
324
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L50"
|
|
319
325
|
}
|
|
320
326
|
],
|
|
321
327
|
"parameters": [
|
|
322
328
|
{
|
|
323
|
-
"id":
|
|
329
|
+
"id": 59,
|
|
324
330
|
"name": "collectionId",
|
|
325
331
|
"variant": "param",
|
|
326
332
|
"kind": 32768,
|
|
@@ -331,7 +337,18 @@
|
|
|
331
337
|
}
|
|
332
338
|
},
|
|
333
339
|
{
|
|
334
|
-
"id":
|
|
340
|
+
"id": 60,
|
|
341
|
+
"name": "productId",
|
|
342
|
+
"variant": "param",
|
|
343
|
+
"kind": 32768,
|
|
344
|
+
"flags": {},
|
|
345
|
+
"type": {
|
|
346
|
+
"type": "intrinsic",
|
|
347
|
+
"name": "string"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"id": 61,
|
|
335
352
|
"name": "proofId",
|
|
336
353
|
"variant": "param",
|
|
337
354
|
"kind": 32768,
|
|
@@ -342,7 +359,7 @@
|
|
|
342
359
|
}
|
|
343
360
|
},
|
|
344
361
|
{
|
|
345
|
-
"id":
|
|
362
|
+
"id": 62,
|
|
346
363
|
"name": "appId",
|
|
347
364
|
"variant": "param",
|
|
348
365
|
"kind": 32768,
|
|
@@ -366,7 +383,7 @@
|
|
|
366
383
|
"type": "array",
|
|
367
384
|
"elementType": {
|
|
368
385
|
"type": "reference",
|
|
369
|
-
"target":
|
|
386
|
+
"target": 130,
|
|
370
387
|
"name": "AssetResponse",
|
|
371
388
|
"package": "@proveanything/smartlinks"
|
|
372
389
|
}
|
|
@@ -388,7 +405,8 @@
|
|
|
388
405
|
{
|
|
389
406
|
"fileName": "api/asset.ts",
|
|
390
407
|
"line": 6,
|
|
391
|
-
"character": 24
|
|
408
|
+
"character": 24,
|
|
409
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L6"
|
|
392
410
|
}
|
|
393
411
|
],
|
|
394
412
|
"signatures": [
|
|
@@ -402,13 +420,783 @@
|
|
|
402
420
|
{
|
|
403
421
|
"fileName": "api/asset.ts",
|
|
404
422
|
"line": 6,
|
|
405
|
-
"character": 24
|
|
423
|
+
"character": 24,
|
|
424
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L6"
|
|
425
|
+
}
|
|
426
|
+
],
|
|
427
|
+
"parameters": [
|
|
428
|
+
{
|
|
429
|
+
"id": 37,
|
|
430
|
+
"name": "collectionId",
|
|
431
|
+
"variant": "param",
|
|
432
|
+
"kind": 32768,
|
|
433
|
+
"flags": {},
|
|
434
|
+
"type": {
|
|
435
|
+
"type": "intrinsic",
|
|
436
|
+
"name": "string"
|
|
437
|
+
}
|
|
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
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"type": {
|
|
452
|
+
"type": "reference",
|
|
453
|
+
"target": {
|
|
454
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
455
|
+
"qualifiedName": "Promise"
|
|
456
|
+
},
|
|
457
|
+
"typeArguments": [
|
|
458
|
+
{
|
|
459
|
+
"type": "reference",
|
|
460
|
+
"target": 130,
|
|
461
|
+
"name": "AssetResponse",
|
|
462
|
+
"package": "@proveanything/smartlinks"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"name": "Promise",
|
|
466
|
+
"package": "typescript"
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": 42,
|
|
473
|
+
"name": "getForProduct",
|
|
474
|
+
"variant": "declaration",
|
|
475
|
+
"kind": 64,
|
|
476
|
+
"flags": {},
|
|
477
|
+
"sources": [
|
|
478
|
+
{
|
|
479
|
+
"fileName": "api/asset.ts",
|
|
480
|
+
"line": 22,
|
|
481
|
+
"character": 24,
|
|
482
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L22"
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"signatures": [
|
|
486
|
+
{
|
|
487
|
+
"id": 43,
|
|
488
|
+
"name": "getForProduct",
|
|
489
|
+
"variant": "signature",
|
|
490
|
+
"kind": 4096,
|
|
491
|
+
"flags": {},
|
|
492
|
+
"sources": [
|
|
493
|
+
{
|
|
494
|
+
"fileName": "api/asset.ts",
|
|
495
|
+
"line": 22,
|
|
496
|
+
"character": 24,
|
|
497
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L22"
|
|
498
|
+
}
|
|
499
|
+
],
|
|
500
|
+
"parameters": [
|
|
501
|
+
{
|
|
502
|
+
"id": 44,
|
|
503
|
+
"name": "collectionId",
|
|
504
|
+
"variant": "param",
|
|
505
|
+
"kind": 32768,
|
|
506
|
+
"flags": {},
|
|
507
|
+
"type": {
|
|
508
|
+
"type": "intrinsic",
|
|
509
|
+
"name": "string"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": 45,
|
|
514
|
+
"name": "productId",
|
|
515
|
+
"variant": "param",
|
|
516
|
+
"kind": 32768,
|
|
517
|
+
"flags": {},
|
|
518
|
+
"type": {
|
|
519
|
+
"type": "intrinsic",
|
|
520
|
+
"name": "string"
|
|
521
|
+
}
|
|
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
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"type": {
|
|
536
|
+
"type": "reference",
|
|
537
|
+
"target": {
|
|
538
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
539
|
+
"qualifiedName": "Promise"
|
|
540
|
+
},
|
|
541
|
+
"typeArguments": [
|
|
542
|
+
{
|
|
543
|
+
"type": "reference",
|
|
544
|
+
"target": 130,
|
|
545
|
+
"name": "AssetResponse",
|
|
546
|
+
"package": "@proveanything/smartlinks"
|
|
547
|
+
}
|
|
548
|
+
],
|
|
549
|
+
"name": "Promise",
|
|
550
|
+
"package": "typescript"
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
]
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"id": 51,
|
|
557
|
+
"name": "getForProof",
|
|
558
|
+
"variant": "declaration",
|
|
559
|
+
"kind": 64,
|
|
560
|
+
"flags": {},
|
|
561
|
+
"sources": [
|
|
562
|
+
{
|
|
563
|
+
"fileName": "api/asset.ts",
|
|
564
|
+
"line": 40,
|
|
565
|
+
"character": 24,
|
|
566
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L40"
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"signatures": [
|
|
570
|
+
{
|
|
571
|
+
"id": 52,
|
|
572
|
+
"name": "getForProof",
|
|
573
|
+
"variant": "signature",
|
|
574
|
+
"kind": 4096,
|
|
575
|
+
"flags": {},
|
|
576
|
+
"sources": [
|
|
577
|
+
{
|
|
578
|
+
"fileName": "api/asset.ts",
|
|
579
|
+
"line": 40,
|
|
580
|
+
"character": 24,
|
|
581
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L40"
|
|
406
582
|
}
|
|
407
583
|
],
|
|
408
584
|
"parameters": [
|
|
409
585
|
{
|
|
410
|
-
"id":
|
|
411
|
-
"name": "collectionId",
|
|
586
|
+
"id": 53,
|
|
587
|
+
"name": "collectionId",
|
|
588
|
+
"variant": "param",
|
|
589
|
+
"kind": 32768,
|
|
590
|
+
"flags": {},
|
|
591
|
+
"type": {
|
|
592
|
+
"type": "intrinsic",
|
|
593
|
+
"name": "string"
|
|
594
|
+
}
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"id": 54,
|
|
598
|
+
"name": "productId",
|
|
599
|
+
"variant": "param",
|
|
600
|
+
"kind": 32768,
|
|
601
|
+
"flags": {},
|
|
602
|
+
"type": {
|
|
603
|
+
"type": "intrinsic",
|
|
604
|
+
"name": "string"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"id": 55,
|
|
609
|
+
"name": "proofId",
|
|
610
|
+
"variant": "param",
|
|
611
|
+
"kind": 32768,
|
|
612
|
+
"flags": {},
|
|
613
|
+
"type": {
|
|
614
|
+
"type": "intrinsic",
|
|
615
|
+
"name": "string"
|
|
616
|
+
}
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": 56,
|
|
620
|
+
"name": "assetId",
|
|
621
|
+
"variant": "param",
|
|
622
|
+
"kind": 32768,
|
|
623
|
+
"flags": {},
|
|
624
|
+
"type": {
|
|
625
|
+
"type": "intrinsic",
|
|
626
|
+
"name": "string"
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
],
|
|
630
|
+
"type": {
|
|
631
|
+
"type": "reference",
|
|
632
|
+
"target": {
|
|
633
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
634
|
+
"qualifiedName": "Promise"
|
|
635
|
+
},
|
|
636
|
+
"typeArguments": [
|
|
637
|
+
{
|
|
638
|
+
"type": "reference",
|
|
639
|
+
"target": 130,
|
|
640
|
+
"name": "AssetResponse",
|
|
641
|
+
"package": "@proveanything/smartlinks"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"name": "Promise",
|
|
645
|
+
"package": "typescript"
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": 63,
|
|
652
|
+
"name": "uploadAsset",
|
|
653
|
+
"variant": "declaration",
|
|
654
|
+
"kind": 64,
|
|
655
|
+
"flags": {},
|
|
656
|
+
"sources": [
|
|
657
|
+
{
|
|
658
|
+
"fileName": "api/asset.ts",
|
|
659
|
+
"line": 74,
|
|
660
|
+
"character": 24,
|
|
661
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L74"
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"signatures": [
|
|
665
|
+
{
|
|
666
|
+
"id": 64,
|
|
667
|
+
"name": "uploadAsset",
|
|
668
|
+
"variant": "signature",
|
|
669
|
+
"kind": 4096,
|
|
670
|
+
"flags": {},
|
|
671
|
+
"comment": {
|
|
672
|
+
"summary": [
|
|
673
|
+
{
|
|
674
|
+
"kind": "text",
|
|
675
|
+
"text": "Uploads an asset file to a proof, with optional extraData as JSON.\r\nSupports progress reporting via onProgress callback (browser only)."
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"blockTags": [
|
|
679
|
+
{
|
|
680
|
+
"tag": "@returns",
|
|
681
|
+
"content": [
|
|
682
|
+
{
|
|
683
|
+
"kind": "text",
|
|
684
|
+
"text": "Promise resolving to an AssetResponse object"
|
|
685
|
+
}
|
|
686
|
+
]
|
|
687
|
+
}
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
"sources": [
|
|
691
|
+
{
|
|
692
|
+
"fileName": "api/asset.ts",
|
|
693
|
+
"line": 74,
|
|
694
|
+
"character": 24,
|
|
695
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L74"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"parameters": [
|
|
699
|
+
{
|
|
700
|
+
"id": 65,
|
|
701
|
+
"name": "collectionId",
|
|
702
|
+
"variant": "param",
|
|
703
|
+
"kind": 32768,
|
|
704
|
+
"flags": {},
|
|
705
|
+
"comment": {
|
|
706
|
+
"summary": [
|
|
707
|
+
{
|
|
708
|
+
"kind": "text",
|
|
709
|
+
"text": "The collection ID"
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
"type": {
|
|
714
|
+
"type": "intrinsic",
|
|
715
|
+
"name": "string"
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"id": 66,
|
|
720
|
+
"name": "productId",
|
|
721
|
+
"variant": "param",
|
|
722
|
+
"kind": 32768,
|
|
723
|
+
"flags": {},
|
|
724
|
+
"comment": {
|
|
725
|
+
"summary": [
|
|
726
|
+
{
|
|
727
|
+
"kind": "text",
|
|
728
|
+
"text": "The product ID"
|
|
729
|
+
}
|
|
730
|
+
]
|
|
731
|
+
},
|
|
732
|
+
"type": {
|
|
733
|
+
"type": "intrinsic",
|
|
734
|
+
"name": "string"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"id": 67,
|
|
739
|
+
"name": "proofId",
|
|
740
|
+
"variant": "param",
|
|
741
|
+
"kind": 32768,
|
|
742
|
+
"flags": {},
|
|
743
|
+
"comment": {
|
|
744
|
+
"summary": [
|
|
745
|
+
{
|
|
746
|
+
"kind": "text",
|
|
747
|
+
"text": "The proof ID"
|
|
748
|
+
}
|
|
749
|
+
]
|
|
750
|
+
},
|
|
751
|
+
"type": {
|
|
752
|
+
"type": "intrinsic",
|
|
753
|
+
"name": "string"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": 68,
|
|
758
|
+
"name": "file",
|
|
759
|
+
"variant": "param",
|
|
760
|
+
"kind": 32768,
|
|
761
|
+
"flags": {},
|
|
762
|
+
"comment": {
|
|
763
|
+
"summary": [
|
|
764
|
+
{
|
|
765
|
+
"kind": "text",
|
|
766
|
+
"text": "The file to upload"
|
|
767
|
+
}
|
|
768
|
+
]
|
|
769
|
+
},
|
|
770
|
+
"type": {
|
|
771
|
+
"type": "reference",
|
|
772
|
+
"target": {
|
|
773
|
+
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
|
|
774
|
+
"qualifiedName": "File"
|
|
775
|
+
},
|
|
776
|
+
"name": "File",
|
|
777
|
+
"package": "typescript"
|
|
778
|
+
}
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"id": 69,
|
|
782
|
+
"name": "extraData",
|
|
783
|
+
"variant": "param",
|
|
784
|
+
"kind": 32768,
|
|
785
|
+
"flags": {
|
|
786
|
+
"isOptional": true
|
|
787
|
+
},
|
|
788
|
+
"comment": {
|
|
789
|
+
"summary": [
|
|
790
|
+
{
|
|
791
|
+
"kind": "text",
|
|
792
|
+
"text": "Arbitrary extra data to include (will be stringified as JSON)"
|
|
793
|
+
}
|
|
794
|
+
]
|
|
795
|
+
},
|
|
796
|
+
"type": {
|
|
797
|
+
"type": "reference",
|
|
798
|
+
"target": {
|
|
799
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
800
|
+
"qualifiedName": "Record"
|
|
801
|
+
},
|
|
802
|
+
"typeArguments": [
|
|
803
|
+
{
|
|
804
|
+
"type": "intrinsic",
|
|
805
|
+
"name": "string"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
"type": "intrinsic",
|
|
809
|
+
"name": "any"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"name": "Record",
|
|
813
|
+
"package": "typescript"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"id": 70,
|
|
818
|
+
"name": "onProgress",
|
|
819
|
+
"variant": "param",
|
|
820
|
+
"kind": 32768,
|
|
821
|
+
"flags": {
|
|
822
|
+
"isOptional": true
|
|
823
|
+
},
|
|
824
|
+
"comment": {
|
|
825
|
+
"summary": [
|
|
826
|
+
{
|
|
827
|
+
"kind": "text",
|
|
828
|
+
"text": "Optional callback for upload progress (0-100)"
|
|
829
|
+
}
|
|
830
|
+
]
|
|
831
|
+
},
|
|
832
|
+
"type": {
|
|
833
|
+
"type": "reflection",
|
|
834
|
+
"declaration": {
|
|
835
|
+
"id": 71,
|
|
836
|
+
"name": "__type",
|
|
837
|
+
"variant": "declaration",
|
|
838
|
+
"kind": 65536,
|
|
839
|
+
"flags": {},
|
|
840
|
+
"sources": [
|
|
841
|
+
{
|
|
842
|
+
"fileName": "api/asset.ts",
|
|
843
|
+
"line": 80,
|
|
844
|
+
"character": 17,
|
|
845
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L80"
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"signatures": [
|
|
849
|
+
{
|
|
850
|
+
"id": 72,
|
|
851
|
+
"name": "__type",
|
|
852
|
+
"variant": "signature",
|
|
853
|
+
"kind": 4096,
|
|
854
|
+
"flags": {},
|
|
855
|
+
"sources": [
|
|
856
|
+
{
|
|
857
|
+
"fileName": "api/asset.ts",
|
|
858
|
+
"line": 80,
|
|
859
|
+
"character": 17,
|
|
860
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L80"
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"parameters": [
|
|
864
|
+
{
|
|
865
|
+
"id": 73,
|
|
866
|
+
"name": "percent",
|
|
867
|
+
"variant": "param",
|
|
868
|
+
"kind": 32768,
|
|
869
|
+
"flags": {},
|
|
870
|
+
"type": {
|
|
871
|
+
"type": "intrinsic",
|
|
872
|
+
"name": "number"
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
],
|
|
876
|
+
"type": {
|
|
877
|
+
"type": "intrinsic",
|
|
878
|
+
"name": "void"
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
]
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
],
|
|
886
|
+
"type": {
|
|
887
|
+
"type": "reference",
|
|
888
|
+
"target": {
|
|
889
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
890
|
+
"qualifiedName": "Promise"
|
|
891
|
+
},
|
|
892
|
+
"typeArguments": [
|
|
893
|
+
{
|
|
894
|
+
"type": "reference",
|
|
895
|
+
"target": 130,
|
|
896
|
+
"name": "AssetResponse",
|
|
897
|
+
"package": "@proveanything/smartlinks"
|
|
898
|
+
}
|
|
899
|
+
],
|
|
900
|
+
"name": "Promise",
|
|
901
|
+
"package": "typescript"
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
}
|
|
906
|
+
],
|
|
907
|
+
"groups": [
|
|
908
|
+
{
|
|
909
|
+
"title": "Functions",
|
|
910
|
+
"children": [
|
|
911
|
+
39,
|
|
912
|
+
47,
|
|
913
|
+
57,
|
|
914
|
+
35,
|
|
915
|
+
42,
|
|
916
|
+
51,
|
|
917
|
+
63
|
|
918
|
+
]
|
|
919
|
+
}
|
|
920
|
+
],
|
|
921
|
+
"sources": [
|
|
922
|
+
{
|
|
923
|
+
"fileName": "api/asset.ts",
|
|
924
|
+
"line": 4,
|
|
925
|
+
"character": 17,
|
|
926
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L4"
|
|
927
|
+
}
|
|
928
|
+
]
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": 74,
|
|
932
|
+
"name": "attestation",
|
|
933
|
+
"variant": "declaration",
|
|
934
|
+
"kind": 4,
|
|
935
|
+
"flags": {},
|
|
936
|
+
"children": [
|
|
937
|
+
{
|
|
938
|
+
"id": 86,
|
|
939
|
+
"name": "create",
|
|
940
|
+
"variant": "declaration",
|
|
941
|
+
"kind": 64,
|
|
942
|
+
"flags": {},
|
|
943
|
+
"sources": [
|
|
944
|
+
{
|
|
945
|
+
"fileName": "api/attestation.ts",
|
|
946
|
+
"line": 33,
|
|
947
|
+
"character": 24
|
|
948
|
+
}
|
|
949
|
+
],
|
|
950
|
+
"signatures": [
|
|
951
|
+
{
|
|
952
|
+
"id": 87,
|
|
953
|
+
"name": "create",
|
|
954
|
+
"variant": "signature",
|
|
955
|
+
"kind": 4096,
|
|
956
|
+
"flags": {},
|
|
957
|
+
"comment": {
|
|
958
|
+
"summary": [
|
|
959
|
+
{
|
|
960
|
+
"kind": "text",
|
|
961
|
+
"text": "Create a new attestation for a proof."
|
|
962
|
+
}
|
|
963
|
+
]
|
|
964
|
+
},
|
|
965
|
+
"sources": [
|
|
966
|
+
{
|
|
967
|
+
"fileName": "api/attestation.ts",
|
|
968
|
+
"line": 33,
|
|
969
|
+
"character": 24
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"parameters": [
|
|
973
|
+
{
|
|
974
|
+
"id": 88,
|
|
975
|
+
"name": "collectionId",
|
|
976
|
+
"variant": "param",
|
|
977
|
+
"kind": 32768,
|
|
978
|
+
"flags": {},
|
|
979
|
+
"type": {
|
|
980
|
+
"type": "intrinsic",
|
|
981
|
+
"name": "string"
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": 89,
|
|
986
|
+
"name": "productId",
|
|
987
|
+
"variant": "param",
|
|
988
|
+
"kind": 32768,
|
|
989
|
+
"flags": {},
|
|
990
|
+
"type": {
|
|
991
|
+
"type": "intrinsic",
|
|
992
|
+
"name": "string"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"id": 90,
|
|
997
|
+
"name": "proofId",
|
|
998
|
+
"variant": "param",
|
|
999
|
+
"kind": 32768,
|
|
1000
|
+
"flags": {},
|
|
1001
|
+
"type": {
|
|
1002
|
+
"type": "intrinsic",
|
|
1003
|
+
"name": "string"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"id": 91,
|
|
1008
|
+
"name": "data",
|
|
1009
|
+
"variant": "param",
|
|
1010
|
+
"kind": 32768,
|
|
1011
|
+
"flags": {},
|
|
1012
|
+
"type": {
|
|
1013
|
+
"type": "reference",
|
|
1014
|
+
"target": {
|
|
1015
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1016
|
+
"qualifiedName": "AttestationCreateRequest"
|
|
1017
|
+
},
|
|
1018
|
+
"name": "AttestationCreateRequest",
|
|
1019
|
+
"package": "@proveanything/smartlinks"
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
],
|
|
1023
|
+
"type": {
|
|
1024
|
+
"type": "reference",
|
|
1025
|
+
"target": {
|
|
1026
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
1027
|
+
"qualifiedName": "Promise"
|
|
1028
|
+
},
|
|
1029
|
+
"typeArguments": [
|
|
1030
|
+
{
|
|
1031
|
+
"type": "reference",
|
|
1032
|
+
"target": {
|
|
1033
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1034
|
+
"qualifiedName": "AttestationResponse"
|
|
1035
|
+
},
|
|
1036
|
+
"name": "AttestationResponse",
|
|
1037
|
+
"package": "@proveanything/smartlinks"
|
|
1038
|
+
}
|
|
1039
|
+
],
|
|
1040
|
+
"name": "Promise",
|
|
1041
|
+
"package": "typescript"
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
]
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": 80,
|
|
1048
|
+
"name": "get",
|
|
1049
|
+
"variant": "declaration",
|
|
1050
|
+
"kind": 64,
|
|
1051
|
+
"flags": {},
|
|
1052
|
+
"sources": [
|
|
1053
|
+
{
|
|
1054
|
+
"fileName": "api/attestation.ts",
|
|
1055
|
+
"line": 20,
|
|
1056
|
+
"character": 24
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"signatures": [
|
|
1060
|
+
{
|
|
1061
|
+
"id": 81,
|
|
1062
|
+
"name": "get",
|
|
1063
|
+
"variant": "signature",
|
|
1064
|
+
"kind": 4096,
|
|
1065
|
+
"flags": {},
|
|
1066
|
+
"comment": {
|
|
1067
|
+
"summary": [
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "text",
|
|
1070
|
+
"text": "Get a single attestation by ID."
|
|
1071
|
+
}
|
|
1072
|
+
]
|
|
1073
|
+
},
|
|
1074
|
+
"sources": [
|
|
1075
|
+
{
|
|
1076
|
+
"fileName": "api/attestation.ts",
|
|
1077
|
+
"line": 20,
|
|
1078
|
+
"character": 24
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"parameters": [
|
|
1082
|
+
{
|
|
1083
|
+
"id": 82,
|
|
1084
|
+
"name": "collectionId",
|
|
1085
|
+
"variant": "param",
|
|
1086
|
+
"kind": 32768,
|
|
1087
|
+
"flags": {},
|
|
1088
|
+
"type": {
|
|
1089
|
+
"type": "intrinsic",
|
|
1090
|
+
"name": "string"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"id": 83,
|
|
1095
|
+
"name": "productId",
|
|
1096
|
+
"variant": "param",
|
|
1097
|
+
"kind": 32768,
|
|
1098
|
+
"flags": {},
|
|
1099
|
+
"type": {
|
|
1100
|
+
"type": "intrinsic",
|
|
1101
|
+
"name": "string"
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"id": 84,
|
|
1106
|
+
"name": "proofId",
|
|
1107
|
+
"variant": "param",
|
|
1108
|
+
"kind": 32768,
|
|
1109
|
+
"flags": {},
|
|
1110
|
+
"type": {
|
|
1111
|
+
"type": "intrinsic",
|
|
1112
|
+
"name": "string"
|
|
1113
|
+
}
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"id": 85,
|
|
1117
|
+
"name": "attestationId",
|
|
1118
|
+
"variant": "param",
|
|
1119
|
+
"kind": 32768,
|
|
1120
|
+
"flags": {},
|
|
1121
|
+
"type": {
|
|
1122
|
+
"type": "intrinsic",
|
|
1123
|
+
"name": "string"
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
"type": {
|
|
1128
|
+
"type": "reference",
|
|
1129
|
+
"target": {
|
|
1130
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
1131
|
+
"qualifiedName": "Promise"
|
|
1132
|
+
},
|
|
1133
|
+
"typeArguments": [
|
|
1134
|
+
{
|
|
1135
|
+
"type": "reference",
|
|
1136
|
+
"target": {
|
|
1137
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1138
|
+
"qualifiedName": "AttestationResponse"
|
|
1139
|
+
},
|
|
1140
|
+
"name": "AttestationResponse",
|
|
1141
|
+
"package": "@proveanything/smartlinks"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"name": "Promise",
|
|
1145
|
+
"package": "typescript"
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"id": 75,
|
|
1152
|
+
"name": "getAll",
|
|
1153
|
+
"variant": "declaration",
|
|
1154
|
+
"kind": 64,
|
|
1155
|
+
"flags": {},
|
|
1156
|
+
"sources": [
|
|
1157
|
+
{
|
|
1158
|
+
"fileName": "api/attestation.ts",
|
|
1159
|
+
"line": 8,
|
|
1160
|
+
"character": 24
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"signatures": [
|
|
1164
|
+
{
|
|
1165
|
+
"id": 76,
|
|
1166
|
+
"name": "getAll",
|
|
1167
|
+
"variant": "signature",
|
|
1168
|
+
"kind": 4096,
|
|
1169
|
+
"flags": {},
|
|
1170
|
+
"comment": {
|
|
1171
|
+
"summary": [
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "text",
|
|
1174
|
+
"text": "Get all attestations for a proof."
|
|
1175
|
+
}
|
|
1176
|
+
]
|
|
1177
|
+
},
|
|
1178
|
+
"sources": [
|
|
1179
|
+
{
|
|
1180
|
+
"fileName": "api/attestation.ts",
|
|
1181
|
+
"line": 8,
|
|
1182
|
+
"character": 24
|
|
1183
|
+
}
|
|
1184
|
+
],
|
|
1185
|
+
"parameters": [
|
|
1186
|
+
{
|
|
1187
|
+
"id": 77,
|
|
1188
|
+
"name": "collectionId",
|
|
1189
|
+
"variant": "param",
|
|
1190
|
+
"kind": 32768,
|
|
1191
|
+
"flags": {},
|
|
1192
|
+
"type": {
|
|
1193
|
+
"type": "intrinsic",
|
|
1194
|
+
"name": "string"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
"id": 78,
|
|
1199
|
+
"name": "productId",
|
|
412
1200
|
"variant": "param",
|
|
413
1201
|
"kind": 32768,
|
|
414
1202
|
"flags": {},
|
|
@@ -418,8 +1206,8 @@
|
|
|
418
1206
|
}
|
|
419
1207
|
},
|
|
420
1208
|
{
|
|
421
|
-
"id":
|
|
422
|
-
"name": "
|
|
1209
|
+
"id": 79,
|
|
1210
|
+
"name": "proofId",
|
|
423
1211
|
"variant": "param",
|
|
424
1212
|
"kind": 32768,
|
|
425
1213
|
"flags": {},
|
|
@@ -437,10 +1225,16 @@
|
|
|
437
1225
|
},
|
|
438
1226
|
"typeArguments": [
|
|
439
1227
|
{
|
|
440
|
-
"type": "
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
1228
|
+
"type": "array",
|
|
1229
|
+
"elementType": {
|
|
1230
|
+
"type": "reference",
|
|
1231
|
+
"target": {
|
|
1232
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1233
|
+
"qualifiedName": "AttestationResponse"
|
|
1234
|
+
},
|
|
1235
|
+
"name": "AttestationResponse",
|
|
1236
|
+
"package": "@proveanything/smartlinks"
|
|
1237
|
+
}
|
|
444
1238
|
}
|
|
445
1239
|
],
|
|
446
1240
|
"name": "Promise",
|
|
@@ -450,35 +1244,43 @@
|
|
|
450
1244
|
]
|
|
451
1245
|
},
|
|
452
1246
|
{
|
|
453
|
-
"id":
|
|
454
|
-
"name": "
|
|
1247
|
+
"id": 99,
|
|
1248
|
+
"name": "remove",
|
|
455
1249
|
"variant": "declaration",
|
|
456
1250
|
"kind": 64,
|
|
457
1251
|
"flags": {},
|
|
458
1252
|
"sources": [
|
|
459
1253
|
{
|
|
460
|
-
"fileName": "api/
|
|
461
|
-
"line":
|
|
1254
|
+
"fileName": "api/attestation.ts",
|
|
1255
|
+
"line": 60,
|
|
462
1256
|
"character": 24
|
|
463
1257
|
}
|
|
464
1258
|
],
|
|
465
1259
|
"signatures": [
|
|
466
1260
|
{
|
|
467
|
-
"id":
|
|
468
|
-
"name": "
|
|
1261
|
+
"id": 100,
|
|
1262
|
+
"name": "remove",
|
|
469
1263
|
"variant": "signature",
|
|
470
1264
|
"kind": 4096,
|
|
471
1265
|
"flags": {},
|
|
1266
|
+
"comment": {
|
|
1267
|
+
"summary": [
|
|
1268
|
+
{
|
|
1269
|
+
"kind": "text",
|
|
1270
|
+
"text": "Delete an attestation."
|
|
1271
|
+
}
|
|
1272
|
+
]
|
|
1273
|
+
},
|
|
472
1274
|
"sources": [
|
|
473
1275
|
{
|
|
474
|
-
"fileName": "api/
|
|
475
|
-
"line":
|
|
1276
|
+
"fileName": "api/attestation.ts",
|
|
1277
|
+
"line": 60,
|
|
476
1278
|
"character": 24
|
|
477
1279
|
}
|
|
478
1280
|
],
|
|
479
1281
|
"parameters": [
|
|
480
1282
|
{
|
|
481
|
-
"id":
|
|
1283
|
+
"id": 101,
|
|
482
1284
|
"name": "collectionId",
|
|
483
1285
|
"variant": "param",
|
|
484
1286
|
"kind": 32768,
|
|
@@ -489,7 +1291,7 @@
|
|
|
489
1291
|
}
|
|
490
1292
|
},
|
|
491
1293
|
{
|
|
492
|
-
"id":
|
|
1294
|
+
"id": 102,
|
|
493
1295
|
"name": "productId",
|
|
494
1296
|
"variant": "param",
|
|
495
1297
|
"kind": 32768,
|
|
@@ -500,8 +1302,19 @@
|
|
|
500
1302
|
}
|
|
501
1303
|
},
|
|
502
1304
|
{
|
|
503
|
-
"id":
|
|
504
|
-
"name": "
|
|
1305
|
+
"id": 103,
|
|
1306
|
+
"name": "proofId",
|
|
1307
|
+
"variant": "param",
|
|
1308
|
+
"kind": 32768,
|
|
1309
|
+
"flags": {},
|
|
1310
|
+
"type": {
|
|
1311
|
+
"type": "intrinsic",
|
|
1312
|
+
"name": "string"
|
|
1313
|
+
}
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"id": 104,
|
|
1317
|
+
"name": "attestationId",
|
|
505
1318
|
"variant": "param",
|
|
506
1319
|
"kind": 32768,
|
|
507
1320
|
"flags": {},
|
|
@@ -519,10 +1332,8 @@
|
|
|
519
1332
|
},
|
|
520
1333
|
"typeArguments": [
|
|
521
1334
|
{
|
|
522
|
-
"type": "
|
|
523
|
-
"
|
|
524
|
-
"name": "AssetResponse",
|
|
525
|
-
"package": "@proveanything/smartlinks"
|
|
1335
|
+
"type": "intrinsic",
|
|
1336
|
+
"name": "void"
|
|
526
1337
|
}
|
|
527
1338
|
],
|
|
528
1339
|
"name": "Promise",
|
|
@@ -532,35 +1343,43 @@
|
|
|
532
1343
|
]
|
|
533
1344
|
},
|
|
534
1345
|
{
|
|
535
|
-
"id":
|
|
536
|
-
"name": "
|
|
1346
|
+
"id": 92,
|
|
1347
|
+
"name": "update",
|
|
537
1348
|
"variant": "declaration",
|
|
538
1349
|
"kind": 64,
|
|
539
1350
|
"flags": {},
|
|
540
1351
|
"sources": [
|
|
541
1352
|
{
|
|
542
|
-
"fileName": "api/
|
|
543
|
-
"line":
|
|
1353
|
+
"fileName": "api/attestation.ts",
|
|
1354
|
+
"line": 46,
|
|
544
1355
|
"character": 24
|
|
545
1356
|
}
|
|
546
1357
|
],
|
|
547
1358
|
"signatures": [
|
|
548
1359
|
{
|
|
549
|
-
"id":
|
|
550
|
-
"name": "
|
|
1360
|
+
"id": 93,
|
|
1361
|
+
"name": "update",
|
|
551
1362
|
"variant": "signature",
|
|
552
1363
|
"kind": 4096,
|
|
553
1364
|
"flags": {},
|
|
1365
|
+
"comment": {
|
|
1366
|
+
"summary": [
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "text",
|
|
1369
|
+
"text": "Update an attestation."
|
|
1370
|
+
}
|
|
1371
|
+
]
|
|
1372
|
+
},
|
|
554
1373
|
"sources": [
|
|
555
1374
|
{
|
|
556
|
-
"fileName": "api/
|
|
557
|
-
"line":
|
|
1375
|
+
"fileName": "api/attestation.ts",
|
|
1376
|
+
"line": 46,
|
|
558
1377
|
"character": 24
|
|
559
1378
|
}
|
|
560
1379
|
],
|
|
561
1380
|
"parameters": [
|
|
562
1381
|
{
|
|
563
|
-
"id":
|
|
1382
|
+
"id": 94,
|
|
564
1383
|
"name": "collectionId",
|
|
565
1384
|
"variant": "param",
|
|
566
1385
|
"kind": 32768,
|
|
@@ -571,7 +1390,18 @@
|
|
|
571
1390
|
}
|
|
572
1391
|
},
|
|
573
1392
|
{
|
|
574
|
-
"id":
|
|
1393
|
+
"id": 95,
|
|
1394
|
+
"name": "productId",
|
|
1395
|
+
"variant": "param",
|
|
1396
|
+
"kind": 32768,
|
|
1397
|
+
"flags": {},
|
|
1398
|
+
"type": {
|
|
1399
|
+
"type": "intrinsic",
|
|
1400
|
+
"name": "string"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"id": 96,
|
|
575
1405
|
"name": "proofId",
|
|
576
1406
|
"variant": "param",
|
|
577
1407
|
"kind": 32768,
|
|
@@ -582,8 +1412,8 @@
|
|
|
582
1412
|
}
|
|
583
1413
|
},
|
|
584
1414
|
{
|
|
585
|
-
"id":
|
|
586
|
-
"name": "
|
|
1415
|
+
"id": 97,
|
|
1416
|
+
"name": "attestationId",
|
|
587
1417
|
"variant": "param",
|
|
588
1418
|
"kind": 32768,
|
|
589
1419
|
"flags": {},
|
|
@@ -591,6 +1421,22 @@
|
|
|
591
1421
|
"type": "intrinsic",
|
|
592
1422
|
"name": "string"
|
|
593
1423
|
}
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"id": 98,
|
|
1427
|
+
"name": "data",
|
|
1428
|
+
"variant": "param",
|
|
1429
|
+
"kind": 32768,
|
|
1430
|
+
"flags": {},
|
|
1431
|
+
"type": {
|
|
1432
|
+
"type": "reference",
|
|
1433
|
+
"target": {
|
|
1434
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1435
|
+
"qualifiedName": "AttestationUpdateRequest"
|
|
1436
|
+
},
|
|
1437
|
+
"name": "AttestationUpdateRequest",
|
|
1438
|
+
"package": "@proveanything/smartlinks"
|
|
1439
|
+
}
|
|
594
1440
|
}
|
|
595
1441
|
],
|
|
596
1442
|
"type": {
|
|
@@ -602,8 +1448,11 @@
|
|
|
602
1448
|
"typeArguments": [
|
|
603
1449
|
{
|
|
604
1450
|
"type": "reference",
|
|
605
|
-
"target":
|
|
606
|
-
|
|
1451
|
+
"target": {
|
|
1452
|
+
"sourceFileName": "src/types/attestation.ts",
|
|
1453
|
+
"qualifiedName": "AttestationResponse"
|
|
1454
|
+
},
|
|
1455
|
+
"name": "AttestationResponse",
|
|
607
1456
|
"package": "@proveanything/smartlinks"
|
|
608
1457
|
}
|
|
609
1458
|
],
|
|
@@ -618,18 +1467,17 @@
|
|
|
618
1467
|
{
|
|
619
1468
|
"title": "Functions",
|
|
620
1469
|
"children": [
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
51
|
|
1470
|
+
86,
|
|
1471
|
+
80,
|
|
1472
|
+
75,
|
|
1473
|
+
99,
|
|
1474
|
+
92
|
|
627
1475
|
]
|
|
628
1476
|
}
|
|
629
1477
|
],
|
|
630
1478
|
"sources": [
|
|
631
1479
|
{
|
|
632
|
-
"fileName": "api/
|
|
1480
|
+
"fileName": "api/attestation.ts",
|
|
633
1481
|
"line": 4,
|
|
634
1482
|
"character": 17
|
|
635
1483
|
}
|
|
@@ -653,7 +1501,7 @@
|
|
|
653
1501
|
"fileName": "api/collection.ts",
|
|
654
1502
|
"line": 12,
|
|
655
1503
|
"character": 24,
|
|
656
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1504
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
|
|
657
1505
|
}
|
|
658
1506
|
],
|
|
659
1507
|
"signatures": [
|
|
@@ -696,7 +1544,7 @@
|
|
|
696
1544
|
"fileName": "api/collection.ts",
|
|
697
1545
|
"line": 12,
|
|
698
1546
|
"character": 24,
|
|
699
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1547
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
|
|
700
1548
|
}
|
|
701
1549
|
],
|
|
702
1550
|
"parameters": [
|
|
@@ -729,7 +1577,7 @@
|
|
|
729
1577
|
"typeArguments": [
|
|
730
1578
|
{
|
|
731
1579
|
"type": "reference",
|
|
732
|
-
"target":
|
|
1580
|
+
"target": 105,
|
|
733
1581
|
"name": "CollectionResponse",
|
|
734
1582
|
"package": "@proveanything/smartlinks"
|
|
735
1583
|
}
|
|
@@ -754,7 +1602,7 @@
|
|
|
754
1602
|
"fileName": "api/collection.ts",
|
|
755
1603
|
"line": 5,
|
|
756
1604
|
"character": 17,
|
|
757
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1605
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L5"
|
|
758
1606
|
}
|
|
759
1607
|
]
|
|
760
1608
|
},
|
|
@@ -776,7 +1624,7 @@
|
|
|
776
1624
|
"fileName": "api/product.ts",
|
|
777
1625
|
"line": 13,
|
|
778
1626
|
"character": 24,
|
|
779
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1627
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
|
|
780
1628
|
}
|
|
781
1629
|
],
|
|
782
1630
|
"signatures": [
|
|
@@ -819,7 +1667,7 @@
|
|
|
819
1667
|
"fileName": "api/product.ts",
|
|
820
1668
|
"line": 13,
|
|
821
1669
|
"character": 24,
|
|
822
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1670
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
|
|
823
1671
|
}
|
|
824
1672
|
],
|
|
825
1673
|
"parameters": [
|
|
@@ -871,7 +1719,7 @@
|
|
|
871
1719
|
"typeArguments": [
|
|
872
1720
|
{
|
|
873
1721
|
"type": "reference",
|
|
874
|
-
"target":
|
|
1722
|
+
"target": 110,
|
|
875
1723
|
"name": "ProductResponse",
|
|
876
1724
|
"package": "@proveanything/smartlinks"
|
|
877
1725
|
}
|
|
@@ -893,7 +1741,7 @@
|
|
|
893
1741
|
"fileName": "api/product.ts",
|
|
894
1742
|
"line": 29,
|
|
895
1743
|
"character": 24,
|
|
896
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1744
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
|
|
897
1745
|
}
|
|
898
1746
|
],
|
|
899
1747
|
"signatures": [
|
|
@@ -936,7 +1784,7 @@
|
|
|
936
1784
|
"fileName": "api/product.ts",
|
|
937
1785
|
"line": 29,
|
|
938
1786
|
"character": 24,
|
|
939
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1787
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
|
|
940
1788
|
}
|
|
941
1789
|
],
|
|
942
1790
|
"parameters": [
|
|
@@ -971,7 +1819,7 @@
|
|
|
971
1819
|
"type": "array",
|
|
972
1820
|
"elementType": {
|
|
973
1821
|
"type": "reference",
|
|
974
|
-
"target":
|
|
1822
|
+
"target": 110,
|
|
975
1823
|
"name": "ProductResponse",
|
|
976
1824
|
"package": "@proveanything/smartlinks"
|
|
977
1825
|
}
|
|
@@ -998,7 +1846,7 @@
|
|
|
998
1846
|
"fileName": "api/product.ts",
|
|
999
1847
|
"line": 5,
|
|
1000
1848
|
"character": 17,
|
|
1001
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1849
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L5"
|
|
1002
1850
|
}
|
|
1003
1851
|
]
|
|
1004
1852
|
},
|
|
@@ -1020,7 +1868,7 @@
|
|
|
1020
1868
|
"fileName": "api/proof.ts",
|
|
1021
1869
|
"line": 13,
|
|
1022
1870
|
"character": 24,
|
|
1023
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1871
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
|
|
1024
1872
|
}
|
|
1025
1873
|
],
|
|
1026
1874
|
"signatures": [
|
|
@@ -1063,7 +1911,7 @@
|
|
|
1063
1911
|
"fileName": "api/proof.ts",
|
|
1064
1912
|
"line": 13,
|
|
1065
1913
|
"character": 24,
|
|
1066
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1914
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
|
|
1067
1915
|
}
|
|
1068
1916
|
],
|
|
1069
1917
|
"parameters": [
|
|
@@ -1115,7 +1963,7 @@
|
|
|
1115
1963
|
"typeArguments": [
|
|
1116
1964
|
{
|
|
1117
1965
|
"type": "reference",
|
|
1118
|
-
"target":
|
|
1966
|
+
"target": 115,
|
|
1119
1967
|
"name": "ProofResponse",
|
|
1120
1968
|
"package": "@proveanything/smartlinks"
|
|
1121
1969
|
}
|
|
@@ -1140,12 +1988,12 @@
|
|
|
1140
1988
|
"fileName": "api/proof.ts",
|
|
1141
1989
|
"line": 5,
|
|
1142
1990
|
"character": 17,
|
|
1143
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1991
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L5"
|
|
1144
1992
|
}
|
|
1145
1993
|
]
|
|
1146
1994
|
},
|
|
1147
1995
|
{
|
|
1148
|
-
"id":
|
|
1996
|
+
"id": 123,
|
|
1149
1997
|
"name": "AppConfigurationResponse",
|
|
1150
1998
|
"variant": "declaration",
|
|
1151
1999
|
"kind": 256,
|
|
@@ -1160,7 +2008,7 @@
|
|
|
1160
2008
|
},
|
|
1161
2009
|
"children": [
|
|
1162
2010
|
{
|
|
1163
|
-
"id":
|
|
2011
|
+
"id": 124,
|
|
1164
2012
|
"name": "id",
|
|
1165
2013
|
"variant": "declaration",
|
|
1166
2014
|
"kind": 1024,
|
|
@@ -1178,7 +2026,7 @@
|
|
|
1178
2026
|
"fileName": "types/appConfiguration.ts",
|
|
1179
2027
|
"line": 7,
|
|
1180
2028
|
"character": 2,
|
|
1181
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2029
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L7"
|
|
1182
2030
|
}
|
|
1183
2031
|
],
|
|
1184
2032
|
"type": {
|
|
@@ -1187,7 +2035,7 @@
|
|
|
1187
2035
|
}
|
|
1188
2036
|
},
|
|
1189
2037
|
{
|
|
1190
|
-
"id":
|
|
2038
|
+
"id": 125,
|
|
1191
2039
|
"name": "name",
|
|
1192
2040
|
"variant": "declaration",
|
|
1193
2041
|
"kind": 1024,
|
|
@@ -1205,7 +2053,7 @@
|
|
|
1205
2053
|
"fileName": "types/appConfiguration.ts",
|
|
1206
2054
|
"line": 9,
|
|
1207
2055
|
"character": 2,
|
|
1208
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2056
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L9"
|
|
1209
2057
|
}
|
|
1210
2058
|
],
|
|
1211
2059
|
"type": {
|
|
@@ -1214,7 +2062,7 @@
|
|
|
1214
2062
|
}
|
|
1215
2063
|
},
|
|
1216
2064
|
{
|
|
1217
|
-
"id":
|
|
2065
|
+
"id": 126,
|
|
1218
2066
|
"name": "settings",
|
|
1219
2067
|
"variant": "declaration",
|
|
1220
2068
|
"kind": 1024,
|
|
@@ -1234,7 +2082,7 @@
|
|
|
1234
2082
|
"fileName": "types/appConfiguration.ts",
|
|
1235
2083
|
"line": 11,
|
|
1236
2084
|
"character": 2,
|
|
1237
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2085
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L11"
|
|
1238
2086
|
}
|
|
1239
2087
|
],
|
|
1240
2088
|
"type": {
|
|
@@ -1262,9 +2110,9 @@
|
|
|
1262
2110
|
{
|
|
1263
2111
|
"title": "Properties",
|
|
1264
2112
|
"children": [
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
2113
|
+
124,
|
|
2114
|
+
125,
|
|
2115
|
+
126
|
|
1268
2116
|
]
|
|
1269
2117
|
}
|
|
1270
2118
|
],
|
|
@@ -1273,12 +2121,12 @@
|
|
|
1273
2121
|
"fileName": "types/appConfiguration.ts",
|
|
1274
2122
|
"line": 5,
|
|
1275
2123
|
"character": 17,
|
|
1276
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2124
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L5"
|
|
1277
2125
|
}
|
|
1278
2126
|
]
|
|
1279
2127
|
},
|
|
1280
2128
|
{
|
|
1281
|
-
"id":
|
|
2129
|
+
"id": 130,
|
|
1282
2130
|
"name": "AssetResponse",
|
|
1283
2131
|
"variant": "declaration",
|
|
1284
2132
|
"kind": 256,
|
|
@@ -1293,7 +2141,7 @@
|
|
|
1293
2141
|
},
|
|
1294
2142
|
"children": [
|
|
1295
2143
|
{
|
|
1296
|
-
"id":
|
|
2144
|
+
"id": 131,
|
|
1297
2145
|
"name": "id",
|
|
1298
2146
|
"variant": "declaration",
|
|
1299
2147
|
"kind": 1024,
|
|
@@ -1302,7 +2150,8 @@
|
|
|
1302
2150
|
{
|
|
1303
2151
|
"fileName": "types/asset.ts",
|
|
1304
2152
|
"line": 5,
|
|
1305
|
-
"character": 2
|
|
2153
|
+
"character": 2,
|
|
2154
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L5"
|
|
1306
2155
|
}
|
|
1307
2156
|
],
|
|
1308
2157
|
"type": {
|
|
@@ -1311,7 +2160,7 @@
|
|
|
1311
2160
|
}
|
|
1312
2161
|
},
|
|
1313
2162
|
{
|
|
1314
|
-
"id":
|
|
2163
|
+
"id": 132,
|
|
1315
2164
|
"name": "name",
|
|
1316
2165
|
"variant": "declaration",
|
|
1317
2166
|
"kind": 1024,
|
|
@@ -1320,7 +2169,8 @@
|
|
|
1320
2169
|
{
|
|
1321
2170
|
"fileName": "types/asset.ts",
|
|
1322
2171
|
"line": 6,
|
|
1323
|
-
"character": 2
|
|
2172
|
+
"character": 2,
|
|
2173
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L6"
|
|
1324
2174
|
}
|
|
1325
2175
|
],
|
|
1326
2176
|
"type": {
|
|
@@ -1329,7 +2179,7 @@
|
|
|
1329
2179
|
}
|
|
1330
2180
|
},
|
|
1331
2181
|
{
|
|
1332
|
-
"id":
|
|
2182
|
+
"id": 133,
|
|
1333
2183
|
"name": "url",
|
|
1334
2184
|
"variant": "declaration",
|
|
1335
2185
|
"kind": 1024,
|
|
@@ -1338,7 +2188,8 @@
|
|
|
1338
2188
|
{
|
|
1339
2189
|
"fileName": "types/asset.ts",
|
|
1340
2190
|
"line": 7,
|
|
1341
|
-
"character": 2
|
|
2191
|
+
"character": 2,
|
|
2192
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L7"
|
|
1342
2193
|
}
|
|
1343
2194
|
],
|
|
1344
2195
|
"type": {
|
|
@@ -1351,9 +2202,9 @@
|
|
|
1351
2202
|
{
|
|
1352
2203
|
"title": "Properties",
|
|
1353
2204
|
"children": [
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
2205
|
+
131,
|
|
2206
|
+
132,
|
|
2207
|
+
133
|
|
1357
2208
|
]
|
|
1358
2209
|
}
|
|
1359
2210
|
],
|
|
@@ -1361,12 +2212,13 @@
|
|
|
1361
2212
|
{
|
|
1362
2213
|
"fileName": "types/asset.ts",
|
|
1363
2214
|
"line": 4,
|
|
1364
|
-
"character": 17
|
|
2215
|
+
"character": 17,
|
|
2216
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L4"
|
|
1365
2217
|
}
|
|
1366
2218
|
]
|
|
1367
2219
|
},
|
|
1368
2220
|
{
|
|
1369
|
-
"id":
|
|
2221
|
+
"id": 105,
|
|
1370
2222
|
"name": "CollectionResponse",
|
|
1371
2223
|
"variant": "declaration",
|
|
1372
2224
|
"kind": 256,
|
|
@@ -1381,7 +2233,7 @@
|
|
|
1381
2233
|
},
|
|
1382
2234
|
"children": [
|
|
1383
2235
|
{
|
|
1384
|
-
"id":
|
|
2236
|
+
"id": 106,
|
|
1385
2237
|
"name": "id",
|
|
1386
2238
|
"variant": "declaration",
|
|
1387
2239
|
"kind": 1024,
|
|
@@ -1399,7 +2251,7 @@
|
|
|
1399
2251
|
"fileName": "types/collection.ts",
|
|
1400
2252
|
"line": 7,
|
|
1401
2253
|
"character": 2,
|
|
1402
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2254
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L7"
|
|
1403
2255
|
}
|
|
1404
2256
|
],
|
|
1405
2257
|
"type": {
|
|
@@ -1408,7 +2260,7 @@
|
|
|
1408
2260
|
}
|
|
1409
2261
|
},
|
|
1410
2262
|
{
|
|
1411
|
-
"id":
|
|
2263
|
+
"id": 109,
|
|
1412
2264
|
"name": "logoImage",
|
|
1413
2265
|
"variant": "declaration",
|
|
1414
2266
|
"kind": 1024,
|
|
@@ -1426,7 +2278,7 @@
|
|
|
1426
2278
|
"fileName": "types/collection.ts",
|
|
1427
2279
|
"line": 13,
|
|
1428
2280
|
"character": 2,
|
|
1429
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2281
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L13"
|
|
1430
2282
|
}
|
|
1431
2283
|
],
|
|
1432
2284
|
"type": {
|
|
@@ -1435,7 +2287,7 @@
|
|
|
1435
2287
|
}
|
|
1436
2288
|
},
|
|
1437
2289
|
{
|
|
1438
|
-
"id":
|
|
2290
|
+
"id": 107,
|
|
1439
2291
|
"name": "name",
|
|
1440
2292
|
"variant": "declaration",
|
|
1441
2293
|
"kind": 1024,
|
|
@@ -1453,7 +2305,7 @@
|
|
|
1453
2305
|
"fileName": "types/collection.ts",
|
|
1454
2306
|
"line": 9,
|
|
1455
2307
|
"character": 2,
|
|
1456
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2308
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L9"
|
|
1457
2309
|
}
|
|
1458
2310
|
],
|
|
1459
2311
|
"type": {
|
|
@@ -1462,7 +2314,7 @@
|
|
|
1462
2314
|
}
|
|
1463
2315
|
},
|
|
1464
2316
|
{
|
|
1465
|
-
"id":
|
|
2317
|
+
"id": 108,
|
|
1466
2318
|
"name": "title",
|
|
1467
2319
|
"variant": "declaration",
|
|
1468
2320
|
"kind": 1024,
|
|
@@ -1480,7 +2332,7 @@
|
|
|
1480
2332
|
"fileName": "types/collection.ts",
|
|
1481
2333
|
"line": 11,
|
|
1482
2334
|
"character": 2,
|
|
1483
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2335
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L11"
|
|
1484
2336
|
}
|
|
1485
2337
|
],
|
|
1486
2338
|
"type": {
|
|
@@ -1493,10 +2345,10 @@
|
|
|
1493
2345
|
{
|
|
1494
2346
|
"title": "Properties",
|
|
1495
2347
|
"children": [
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
2348
|
+
106,
|
|
2349
|
+
109,
|
|
2350
|
+
107,
|
|
2351
|
+
108
|
|
1500
2352
|
]
|
|
1501
2353
|
}
|
|
1502
2354
|
],
|
|
@@ -1505,12 +2357,12 @@
|
|
|
1505
2357
|
"fileName": "types/collection.ts",
|
|
1506
2358
|
"line": 5,
|
|
1507
2359
|
"character": 17,
|
|
1508
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2360
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L5"
|
|
1509
2361
|
}
|
|
1510
2362
|
]
|
|
1511
2363
|
},
|
|
1512
2364
|
{
|
|
1513
|
-
"id":
|
|
2365
|
+
"id": 127,
|
|
1514
2366
|
"name": "ErrorResponse",
|
|
1515
2367
|
"variant": "declaration",
|
|
1516
2368
|
"kind": 256,
|
|
@@ -1525,7 +2377,7 @@
|
|
|
1525
2377
|
},
|
|
1526
2378
|
"children": [
|
|
1527
2379
|
{
|
|
1528
|
-
"id":
|
|
2380
|
+
"id": 128,
|
|
1529
2381
|
"name": "code",
|
|
1530
2382
|
"variant": "declaration",
|
|
1531
2383
|
"kind": 1024,
|
|
@@ -1543,7 +2395,7 @@
|
|
|
1543
2395
|
"fileName": "types/error.ts",
|
|
1544
2396
|
"line": 7,
|
|
1545
2397
|
"character": 2,
|
|
1546
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2398
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L7"
|
|
1547
2399
|
}
|
|
1548
2400
|
],
|
|
1549
2401
|
"type": {
|
|
@@ -1552,7 +2404,7 @@
|
|
|
1552
2404
|
}
|
|
1553
2405
|
},
|
|
1554
2406
|
{
|
|
1555
|
-
"id":
|
|
2407
|
+
"id": 129,
|
|
1556
2408
|
"name": "message",
|
|
1557
2409
|
"variant": "declaration",
|
|
1558
2410
|
"kind": 1024,
|
|
@@ -1570,7 +2422,7 @@
|
|
|
1570
2422
|
"fileName": "types/error.ts",
|
|
1571
2423
|
"line": 9,
|
|
1572
2424
|
"character": 2,
|
|
1573
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2425
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L9"
|
|
1574
2426
|
}
|
|
1575
2427
|
],
|
|
1576
2428
|
"type": {
|
|
@@ -1583,8 +2435,8 @@
|
|
|
1583
2435
|
{
|
|
1584
2436
|
"title": "Properties",
|
|
1585
2437
|
"children": [
|
|
1586
|
-
|
|
1587
|
-
|
|
2438
|
+
128,
|
|
2439
|
+
129
|
|
1588
2440
|
]
|
|
1589
2441
|
}
|
|
1590
2442
|
],
|
|
@@ -1593,12 +2445,12 @@
|
|
|
1593
2445
|
"fileName": "types/error.ts",
|
|
1594
2446
|
"line": 5,
|
|
1595
2447
|
"character": 17,
|
|
1596
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2448
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L5"
|
|
1597
2449
|
}
|
|
1598
2450
|
]
|
|
1599
2451
|
},
|
|
1600
2452
|
{
|
|
1601
|
-
"id":
|
|
2453
|
+
"id": 110,
|
|
1602
2454
|
"name": "ProductResponse",
|
|
1603
2455
|
"variant": "declaration",
|
|
1604
2456
|
"kind": 256,
|
|
@@ -1613,7 +2465,7 @@
|
|
|
1613
2465
|
},
|
|
1614
2466
|
"children": [
|
|
1615
2467
|
{
|
|
1616
|
-
"id":
|
|
2468
|
+
"id": 113,
|
|
1617
2469
|
"name": "description",
|
|
1618
2470
|
"variant": "declaration",
|
|
1619
2471
|
"kind": 1024,
|
|
@@ -1631,7 +2483,7 @@
|
|
|
1631
2483
|
"fileName": "types/product.ts",
|
|
1632
2484
|
"line": 11,
|
|
1633
2485
|
"character": 2,
|
|
1634
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2486
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L11"
|
|
1635
2487
|
}
|
|
1636
2488
|
],
|
|
1637
2489
|
"type": {
|
|
@@ -1640,7 +2492,7 @@
|
|
|
1640
2492
|
}
|
|
1641
2493
|
},
|
|
1642
2494
|
{
|
|
1643
|
-
"id":
|
|
2495
|
+
"id": 114,
|
|
1644
2496
|
"name": "heroImage",
|
|
1645
2497
|
"variant": "declaration",
|
|
1646
2498
|
"kind": 1024,
|
|
@@ -1658,7 +2510,7 @@
|
|
|
1658
2510
|
"fileName": "types/product.ts",
|
|
1659
2511
|
"line": 13,
|
|
1660
2512
|
"character": 2,
|
|
1661
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2513
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L13"
|
|
1662
2514
|
}
|
|
1663
2515
|
],
|
|
1664
2516
|
"type": {
|
|
@@ -1667,7 +2519,7 @@
|
|
|
1667
2519
|
}
|
|
1668
2520
|
},
|
|
1669
2521
|
{
|
|
1670
|
-
"id":
|
|
2522
|
+
"id": 111,
|
|
1671
2523
|
"name": "id",
|
|
1672
2524
|
"variant": "declaration",
|
|
1673
2525
|
"kind": 1024,
|
|
@@ -1685,7 +2537,7 @@
|
|
|
1685
2537
|
"fileName": "types/product.ts",
|
|
1686
2538
|
"line": 7,
|
|
1687
2539
|
"character": 2,
|
|
1688
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2540
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L7"
|
|
1689
2541
|
}
|
|
1690
2542
|
],
|
|
1691
2543
|
"type": {
|
|
@@ -1694,7 +2546,7 @@
|
|
|
1694
2546
|
}
|
|
1695
2547
|
},
|
|
1696
2548
|
{
|
|
1697
|
-
"id":
|
|
2549
|
+
"id": 112,
|
|
1698
2550
|
"name": "name",
|
|
1699
2551
|
"variant": "declaration",
|
|
1700
2552
|
"kind": 1024,
|
|
@@ -1712,7 +2564,7 @@
|
|
|
1712
2564
|
"fileName": "types/product.ts",
|
|
1713
2565
|
"line": 9,
|
|
1714
2566
|
"character": 2,
|
|
1715
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2567
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L9"
|
|
1716
2568
|
}
|
|
1717
2569
|
],
|
|
1718
2570
|
"type": {
|
|
@@ -1725,10 +2577,10 @@
|
|
|
1725
2577
|
{
|
|
1726
2578
|
"title": "Properties",
|
|
1727
2579
|
"children": [
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
2580
|
+
113,
|
|
2581
|
+
114,
|
|
2582
|
+
111,
|
|
2583
|
+
112
|
|
1732
2584
|
]
|
|
1733
2585
|
}
|
|
1734
2586
|
],
|
|
@@ -1737,12 +2589,12 @@
|
|
|
1737
2589
|
"fileName": "types/product.ts",
|
|
1738
2590
|
"line": 5,
|
|
1739
2591
|
"character": 17,
|
|
1740
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2592
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L5"
|
|
1741
2593
|
}
|
|
1742
2594
|
]
|
|
1743
2595
|
},
|
|
1744
2596
|
{
|
|
1745
|
-
"id":
|
|
2597
|
+
"id": 115,
|
|
1746
2598
|
"name": "ProofResponse",
|
|
1747
2599
|
"variant": "declaration",
|
|
1748
2600
|
"kind": 256,
|
|
@@ -1757,7 +2609,7 @@
|
|
|
1757
2609
|
},
|
|
1758
2610
|
"children": [
|
|
1759
2611
|
{
|
|
1760
|
-
"id":
|
|
2612
|
+
"id": 116,
|
|
1761
2613
|
"name": "collectionId",
|
|
1762
2614
|
"variant": "declaration",
|
|
1763
2615
|
"kind": 1024,
|
|
@@ -1775,7 +2627,7 @@
|
|
|
1775
2627
|
"fileName": "types/proof.ts",
|
|
1776
2628
|
"line": 7,
|
|
1777
2629
|
"character": 2,
|
|
1778
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2630
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L7"
|
|
1779
2631
|
}
|
|
1780
2632
|
],
|
|
1781
2633
|
"type": {
|
|
@@ -1784,7 +2636,7 @@
|
|
|
1784
2636
|
}
|
|
1785
2637
|
},
|
|
1786
2638
|
{
|
|
1787
|
-
"id":
|
|
2639
|
+
"id": 117,
|
|
1788
2640
|
"name": "createdAt",
|
|
1789
2641
|
"variant": "declaration",
|
|
1790
2642
|
"kind": 1024,
|
|
@@ -1802,7 +2654,7 @@
|
|
|
1802
2654
|
"fileName": "types/proof.ts",
|
|
1803
2655
|
"line": 9,
|
|
1804
2656
|
"character": 2,
|
|
1805
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2657
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L9"
|
|
1806
2658
|
}
|
|
1807
2659
|
],
|
|
1808
2660
|
"type": {
|
|
@@ -1811,7 +2663,7 @@
|
|
|
1811
2663
|
}
|
|
1812
2664
|
},
|
|
1813
2665
|
{
|
|
1814
|
-
"id":
|
|
2666
|
+
"id": 118,
|
|
1815
2667
|
"name": "id",
|
|
1816
2668
|
"variant": "declaration",
|
|
1817
2669
|
"kind": 1024,
|
|
@@ -1829,7 +2681,7 @@
|
|
|
1829
2681
|
"fileName": "types/proof.ts",
|
|
1830
2682
|
"line": 11,
|
|
1831
2683
|
"character": 2,
|
|
1832
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2684
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L11"
|
|
1833
2685
|
}
|
|
1834
2686
|
],
|
|
1835
2687
|
"type": {
|
|
@@ -1838,7 +2690,7 @@
|
|
|
1838
2690
|
}
|
|
1839
2691
|
},
|
|
1840
2692
|
{
|
|
1841
|
-
"id":
|
|
2693
|
+
"id": 119,
|
|
1842
2694
|
"name": "productId",
|
|
1843
2695
|
"variant": "declaration",
|
|
1844
2696
|
"kind": 1024,
|
|
@@ -1856,7 +2708,7 @@
|
|
|
1856
2708
|
"fileName": "types/proof.ts",
|
|
1857
2709
|
"line": 13,
|
|
1858
2710
|
"character": 2,
|
|
1859
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2711
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L13"
|
|
1860
2712
|
}
|
|
1861
2713
|
],
|
|
1862
2714
|
"type": {
|
|
@@ -1865,7 +2717,7 @@
|
|
|
1865
2717
|
}
|
|
1866
2718
|
},
|
|
1867
2719
|
{
|
|
1868
|
-
"id":
|
|
2720
|
+
"id": 120,
|
|
1869
2721
|
"name": "tokenId",
|
|
1870
2722
|
"variant": "declaration",
|
|
1871
2723
|
"kind": 1024,
|
|
@@ -1883,7 +2735,7 @@
|
|
|
1883
2735
|
"fileName": "types/proof.ts",
|
|
1884
2736
|
"line": 15,
|
|
1885
2737
|
"character": 2,
|
|
1886
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2738
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L15"
|
|
1887
2739
|
}
|
|
1888
2740
|
],
|
|
1889
2741
|
"type": {
|
|
@@ -1892,7 +2744,7 @@
|
|
|
1892
2744
|
}
|
|
1893
2745
|
},
|
|
1894
2746
|
{
|
|
1895
|
-
"id":
|
|
2747
|
+
"id": 121,
|
|
1896
2748
|
"name": "userId",
|
|
1897
2749
|
"variant": "declaration",
|
|
1898
2750
|
"kind": 1024,
|
|
@@ -1910,7 +2762,7 @@
|
|
|
1910
2762
|
"fileName": "types/proof.ts",
|
|
1911
2763
|
"line": 17,
|
|
1912
2764
|
"character": 2,
|
|
1913
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2765
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L17"
|
|
1914
2766
|
}
|
|
1915
2767
|
],
|
|
1916
2768
|
"type": {
|
|
@@ -1919,7 +2771,7 @@
|
|
|
1919
2771
|
}
|
|
1920
2772
|
},
|
|
1921
2773
|
{
|
|
1922
|
-
"id":
|
|
2774
|
+
"id": 122,
|
|
1923
2775
|
"name": "values",
|
|
1924
2776
|
"variant": "declaration",
|
|
1925
2777
|
"kind": 1024,
|
|
@@ -1937,7 +2789,7 @@
|
|
|
1937
2789
|
"fileName": "types/proof.ts",
|
|
1938
2790
|
"line": 19,
|
|
1939
2791
|
"character": 2,
|
|
1940
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2792
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L19"
|
|
1941
2793
|
}
|
|
1942
2794
|
],
|
|
1943
2795
|
"type": {
|
|
@@ -1965,13 +2817,13 @@
|
|
|
1965
2817
|
{
|
|
1966
2818
|
"title": "Properties",
|
|
1967
2819
|
"children": [
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
2820
|
+
116,
|
|
2821
|
+
117,
|
|
2822
|
+
118,
|
|
2823
|
+
119,
|
|
2824
|
+
120,
|
|
2825
|
+
121,
|
|
2826
|
+
122
|
|
1975
2827
|
]
|
|
1976
2828
|
}
|
|
1977
2829
|
],
|
|
@@ -1980,7 +2832,7 @@
|
|
|
1980
2832
|
"fileName": "types/proof.ts",
|
|
1981
2833
|
"line": 5,
|
|
1982
2834
|
"character": 17,
|
|
1983
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2835
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L5"
|
|
1984
2836
|
}
|
|
1985
2837
|
]
|
|
1986
2838
|
},
|
|
@@ -1995,7 +2847,7 @@
|
|
|
1995
2847
|
"fileName": "http.ts",
|
|
1996
2848
|
"line": 17,
|
|
1997
2849
|
"character": 16,
|
|
1998
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2850
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
|
|
1999
2851
|
}
|
|
2000
2852
|
],
|
|
2001
2853
|
"signatures": [
|
|
@@ -2018,7 +2870,7 @@
|
|
|
2018
2870
|
"fileName": "http.ts",
|
|
2019
2871
|
"line": 17,
|
|
2020
2872
|
"character": 16,
|
|
2021
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2873
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
|
|
2022
2874
|
}
|
|
2023
2875
|
],
|
|
2024
2876
|
"parameters": [
|
|
@@ -2058,7 +2910,7 @@
|
|
|
2058
2910
|
"fileName": "http.ts",
|
|
2059
2911
|
"line": 19,
|
|
2060
2912
|
"character": 2,
|
|
2061
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2913
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L19"
|
|
2062
2914
|
}
|
|
2063
2915
|
],
|
|
2064
2916
|
"type": {
|
|
@@ -2085,7 +2937,7 @@
|
|
|
2085
2937
|
"fileName": "http.ts",
|
|
2086
2938
|
"line": 18,
|
|
2087
2939
|
"character": 2,
|
|
2088
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2940
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L18"
|
|
2089
2941
|
}
|
|
2090
2942
|
],
|
|
2091
2943
|
"type": {
|
|
@@ -2114,7 +2966,7 @@
|
|
|
2114
2966
|
"fileName": "http.ts",
|
|
2115
2967
|
"line": 20,
|
|
2116
2968
|
"character": 2,
|
|
2117
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2969
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L20"
|
|
2118
2970
|
}
|
|
2119
2971
|
],
|
|
2120
2972
|
"type": {
|
|
@@ -2138,7 +2990,7 @@
|
|
|
2138
2990
|
"fileName": "http.ts",
|
|
2139
2991
|
"line": 17,
|
|
2140
2992
|
"character": 39,
|
|
2141
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2993
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
|
|
2142
2994
|
}
|
|
2143
2995
|
]
|
|
2144
2996
|
}
|
|
@@ -2163,7 +3015,7 @@
|
|
|
2163
3015
|
"fileName": "http.ts",
|
|
2164
3016
|
"line": 32,
|
|
2165
3017
|
"character": 22,
|
|
2166
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
3018
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
|
|
2167
3019
|
}
|
|
2168
3020
|
],
|
|
2169
3021
|
"signatures": [
|
|
@@ -2186,7 +3038,7 @@
|
|
|
2186
3038
|
"fileName": "http.ts",
|
|
2187
3039
|
"line": 32,
|
|
2188
3040
|
"character": 22,
|
|
2189
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
3041
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
|
|
2190
3042
|
}
|
|
2191
3043
|
],
|
|
2192
3044
|
"typeParameter": [
|
|
@@ -2239,6 +3091,7 @@
|
|
|
2239
3091
|
"children": [
|
|
2240
3092
|
29,
|
|
2241
3093
|
34,
|
|
3094
|
+
74,
|
|
2242
3095
|
12,
|
|
2243
3096
|
16,
|
|
2244
3097
|
24
|
|
@@ -2247,12 +3100,12 @@
|
|
|
2247
3100
|
{
|
|
2248
3101
|
"title": "Interfaces",
|
|
2249
3102
|
"children": [
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
3103
|
+
123,
|
|
3104
|
+
130,
|
|
3105
|
+
105,
|
|
3106
|
+
127,
|
|
3107
|
+
110,
|
|
3108
|
+
115
|
|
2256
3109
|
]
|
|
2257
3110
|
},
|
|
2258
3111
|
{
|
|
@@ -2969,15 +3822,15 @@
|
|
|
2969
3822
|
},
|
|
2970
3823
|
"54": {
|
|
2971
3824
|
"sourceFileName": "src/api/asset.ts",
|
|
2972
|
-
"qualifiedName": "
|
|
3825
|
+
"qualifiedName": "productId"
|
|
2973
3826
|
},
|
|
2974
3827
|
"55": {
|
|
2975
3828
|
"sourceFileName": "src/api/asset.ts",
|
|
2976
|
-
"qualifiedName": "
|
|
3829
|
+
"qualifiedName": "proofId"
|
|
2977
3830
|
},
|
|
2978
3831
|
"56": {
|
|
2979
3832
|
"sourceFileName": "src/api/asset.ts",
|
|
2980
|
-
"qualifiedName": "
|
|
3833
|
+
"qualifiedName": "assetId"
|
|
2981
3834
|
},
|
|
2982
3835
|
"57": {
|
|
2983
3836
|
"sourceFileName": "src/api/asset.ts",
|
|
@@ -2985,129 +3838,305 @@
|
|
|
2985
3838
|
},
|
|
2986
3839
|
"58": {
|
|
2987
3840
|
"sourceFileName": "src/api/asset.ts",
|
|
2988
|
-
"qualifiedName": "
|
|
3841
|
+
"qualifiedName": "asset.getAllForProof"
|
|
2989
3842
|
},
|
|
2990
3843
|
"59": {
|
|
2991
3844
|
"sourceFileName": "src/api/asset.ts",
|
|
2992
|
-
"qualifiedName": "
|
|
3845
|
+
"qualifiedName": "collectionId"
|
|
2993
3846
|
},
|
|
2994
3847
|
"60": {
|
|
2995
3848
|
"sourceFileName": "src/api/asset.ts",
|
|
2996
|
-
"qualifiedName": "
|
|
3849
|
+
"qualifiedName": "productId"
|
|
2997
3850
|
},
|
|
2998
3851
|
"61": {
|
|
3852
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3853
|
+
"qualifiedName": "proofId"
|
|
3854
|
+
},
|
|
3855
|
+
"62": {
|
|
3856
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3857
|
+
"qualifiedName": "appId"
|
|
3858
|
+
},
|
|
3859
|
+
"63": {
|
|
3860
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3861
|
+
"qualifiedName": "asset.uploadAsset"
|
|
3862
|
+
},
|
|
3863
|
+
"64": {
|
|
3864
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3865
|
+
"qualifiedName": "asset.uploadAsset"
|
|
3866
|
+
},
|
|
3867
|
+
"65": {
|
|
3868
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3869
|
+
"qualifiedName": "collectionId"
|
|
3870
|
+
},
|
|
3871
|
+
"66": {
|
|
3872
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3873
|
+
"qualifiedName": "productId"
|
|
3874
|
+
},
|
|
3875
|
+
"67": {
|
|
3876
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3877
|
+
"qualifiedName": "proofId"
|
|
3878
|
+
},
|
|
3879
|
+
"68": {
|
|
3880
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3881
|
+
"qualifiedName": "file"
|
|
3882
|
+
},
|
|
3883
|
+
"69": {
|
|
3884
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3885
|
+
"qualifiedName": "extraData"
|
|
3886
|
+
},
|
|
3887
|
+
"70": {
|
|
3888
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3889
|
+
"qualifiedName": "onProgress"
|
|
3890
|
+
},
|
|
3891
|
+
"71": {
|
|
3892
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3893
|
+
"qualifiedName": "__type"
|
|
3894
|
+
},
|
|
3895
|
+
"72": {
|
|
3896
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3897
|
+
"qualifiedName": "__type"
|
|
3898
|
+
},
|
|
3899
|
+
"73": {
|
|
3900
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3901
|
+
"qualifiedName": "percent"
|
|
3902
|
+
},
|
|
3903
|
+
"74": {
|
|
3904
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3905
|
+
"qualifiedName": "attestation"
|
|
3906
|
+
},
|
|
3907
|
+
"75": {
|
|
3908
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3909
|
+
"qualifiedName": "attestation.getAll"
|
|
3910
|
+
},
|
|
3911
|
+
"76": {
|
|
3912
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3913
|
+
"qualifiedName": "attestation.getAll"
|
|
3914
|
+
},
|
|
3915
|
+
"77": {
|
|
3916
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3917
|
+
"qualifiedName": "collectionId"
|
|
3918
|
+
},
|
|
3919
|
+
"78": {
|
|
3920
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3921
|
+
"qualifiedName": "productId"
|
|
3922
|
+
},
|
|
3923
|
+
"79": {
|
|
3924
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3925
|
+
"qualifiedName": "proofId"
|
|
3926
|
+
},
|
|
3927
|
+
"80": {
|
|
3928
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3929
|
+
"qualifiedName": "attestation.get"
|
|
3930
|
+
},
|
|
3931
|
+
"81": {
|
|
3932
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3933
|
+
"qualifiedName": "attestation.get"
|
|
3934
|
+
},
|
|
3935
|
+
"82": {
|
|
3936
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3937
|
+
"qualifiedName": "collectionId"
|
|
3938
|
+
},
|
|
3939
|
+
"83": {
|
|
3940
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3941
|
+
"qualifiedName": "productId"
|
|
3942
|
+
},
|
|
3943
|
+
"84": {
|
|
3944
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3945
|
+
"qualifiedName": "proofId"
|
|
3946
|
+
},
|
|
3947
|
+
"85": {
|
|
3948
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3949
|
+
"qualifiedName": "attestationId"
|
|
3950
|
+
},
|
|
3951
|
+
"86": {
|
|
3952
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3953
|
+
"qualifiedName": "attestation.create"
|
|
3954
|
+
},
|
|
3955
|
+
"87": {
|
|
3956
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3957
|
+
"qualifiedName": "attestation.create"
|
|
3958
|
+
},
|
|
3959
|
+
"88": {
|
|
3960
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3961
|
+
"qualifiedName": "collectionId"
|
|
3962
|
+
},
|
|
3963
|
+
"89": {
|
|
3964
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3965
|
+
"qualifiedName": "productId"
|
|
3966
|
+
},
|
|
3967
|
+
"90": {
|
|
3968
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3969
|
+
"qualifiedName": "proofId"
|
|
3970
|
+
},
|
|
3971
|
+
"91": {
|
|
3972
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3973
|
+
"qualifiedName": "data"
|
|
3974
|
+
},
|
|
3975
|
+
"92": {
|
|
3976
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3977
|
+
"qualifiedName": "attestation.update"
|
|
3978
|
+
},
|
|
3979
|
+
"93": {
|
|
3980
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3981
|
+
"qualifiedName": "attestation.update"
|
|
3982
|
+
},
|
|
3983
|
+
"94": {
|
|
3984
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3985
|
+
"qualifiedName": "collectionId"
|
|
3986
|
+
},
|
|
3987
|
+
"95": {
|
|
3988
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3989
|
+
"qualifiedName": "productId"
|
|
3990
|
+
},
|
|
3991
|
+
"96": {
|
|
3992
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3993
|
+
"qualifiedName": "proofId"
|
|
3994
|
+
},
|
|
3995
|
+
"97": {
|
|
3996
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
3997
|
+
"qualifiedName": "attestationId"
|
|
3998
|
+
},
|
|
3999
|
+
"98": {
|
|
4000
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4001
|
+
"qualifiedName": "data"
|
|
4002
|
+
},
|
|
4003
|
+
"99": {
|
|
4004
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4005
|
+
"qualifiedName": "attestation.remove"
|
|
4006
|
+
},
|
|
4007
|
+
"100": {
|
|
4008
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4009
|
+
"qualifiedName": "attestation.remove"
|
|
4010
|
+
},
|
|
4011
|
+
"101": {
|
|
4012
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4013
|
+
"qualifiedName": "collectionId"
|
|
4014
|
+
},
|
|
4015
|
+
"102": {
|
|
4016
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4017
|
+
"qualifiedName": "productId"
|
|
4018
|
+
},
|
|
4019
|
+
"103": {
|
|
4020
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4021
|
+
"qualifiedName": "proofId"
|
|
4022
|
+
},
|
|
4023
|
+
"104": {
|
|
4024
|
+
"sourceFileName": "src/api/attestation.ts",
|
|
4025
|
+
"qualifiedName": "attestationId"
|
|
4026
|
+
},
|
|
4027
|
+
"105": {
|
|
2999
4028
|
"sourceFileName": "src/types/collection.ts",
|
|
3000
4029
|
"qualifiedName": "CollectionResponse"
|
|
3001
4030
|
},
|
|
3002
|
-
"
|
|
4031
|
+
"106": {
|
|
3003
4032
|
"sourceFileName": "src/types/collection.ts",
|
|
3004
4033
|
"qualifiedName": "CollectionResponse.id"
|
|
3005
4034
|
},
|
|
3006
|
-
"
|
|
4035
|
+
"107": {
|
|
3007
4036
|
"sourceFileName": "src/types/collection.ts",
|
|
3008
4037
|
"qualifiedName": "CollectionResponse.name"
|
|
3009
4038
|
},
|
|
3010
|
-
"
|
|
4039
|
+
"108": {
|
|
3011
4040
|
"sourceFileName": "src/types/collection.ts",
|
|
3012
4041
|
"qualifiedName": "CollectionResponse.title"
|
|
3013
4042
|
},
|
|
3014
|
-
"
|
|
4043
|
+
"109": {
|
|
3015
4044
|
"sourceFileName": "src/types/collection.ts",
|
|
3016
4045
|
"qualifiedName": "CollectionResponse.logoImage"
|
|
3017
4046
|
},
|
|
3018
|
-
"
|
|
4047
|
+
"110": {
|
|
3019
4048
|
"sourceFileName": "src/types/product.ts",
|
|
3020
4049
|
"qualifiedName": "ProductResponse"
|
|
3021
4050
|
},
|
|
3022
|
-
"
|
|
4051
|
+
"111": {
|
|
3023
4052
|
"sourceFileName": "src/types/product.ts",
|
|
3024
4053
|
"qualifiedName": "ProductResponse.id"
|
|
3025
4054
|
},
|
|
3026
|
-
"
|
|
4055
|
+
"112": {
|
|
3027
4056
|
"sourceFileName": "src/types/product.ts",
|
|
3028
4057
|
"qualifiedName": "ProductResponse.name"
|
|
3029
4058
|
},
|
|
3030
|
-
"
|
|
4059
|
+
"113": {
|
|
3031
4060
|
"sourceFileName": "src/types/product.ts",
|
|
3032
4061
|
"qualifiedName": "ProductResponse.description"
|
|
3033
4062
|
},
|
|
3034
|
-
"
|
|
4063
|
+
"114": {
|
|
3035
4064
|
"sourceFileName": "src/types/product.ts",
|
|
3036
4065
|
"qualifiedName": "ProductResponse.heroImage"
|
|
3037
4066
|
},
|
|
3038
|
-
"
|
|
4067
|
+
"115": {
|
|
3039
4068
|
"sourceFileName": "src/types/proof.ts",
|
|
3040
4069
|
"qualifiedName": "ProofResponse"
|
|
3041
4070
|
},
|
|
3042
|
-
"
|
|
4071
|
+
"116": {
|
|
3043
4072
|
"sourceFileName": "src/types/proof.ts",
|
|
3044
4073
|
"qualifiedName": "ProofResponse.collectionId"
|
|
3045
4074
|
},
|
|
3046
|
-
"
|
|
4075
|
+
"117": {
|
|
3047
4076
|
"sourceFileName": "src/types/proof.ts",
|
|
3048
4077
|
"qualifiedName": "ProofResponse.createdAt"
|
|
3049
4078
|
},
|
|
3050
|
-
"
|
|
4079
|
+
"118": {
|
|
3051
4080
|
"sourceFileName": "src/types/proof.ts",
|
|
3052
4081
|
"qualifiedName": "ProofResponse.id"
|
|
3053
4082
|
},
|
|
3054
|
-
"
|
|
4083
|
+
"119": {
|
|
3055
4084
|
"sourceFileName": "src/types/proof.ts",
|
|
3056
4085
|
"qualifiedName": "ProofResponse.productId"
|
|
3057
4086
|
},
|
|
3058
|
-
"
|
|
4087
|
+
"120": {
|
|
3059
4088
|
"sourceFileName": "src/types/proof.ts",
|
|
3060
4089
|
"qualifiedName": "ProofResponse.tokenId"
|
|
3061
4090
|
},
|
|
3062
|
-
"
|
|
4091
|
+
"121": {
|
|
3063
4092
|
"sourceFileName": "src/types/proof.ts",
|
|
3064
4093
|
"qualifiedName": "ProofResponse.userId"
|
|
3065
4094
|
},
|
|
3066
|
-
"
|
|
4095
|
+
"122": {
|
|
3067
4096
|
"sourceFileName": "src/types/proof.ts",
|
|
3068
4097
|
"qualifiedName": "ProofResponse.values"
|
|
3069
4098
|
},
|
|
3070
|
-
"
|
|
4099
|
+
"123": {
|
|
3071
4100
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3072
4101
|
"qualifiedName": "AppConfigurationResponse"
|
|
3073
4102
|
},
|
|
3074
|
-
"
|
|
4103
|
+
"124": {
|
|
3075
4104
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3076
4105
|
"qualifiedName": "AppConfigurationResponse.id"
|
|
3077
4106
|
},
|
|
3078
|
-
"
|
|
4107
|
+
"125": {
|
|
3079
4108
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3080
4109
|
"qualifiedName": "AppConfigurationResponse.name"
|
|
3081
4110
|
},
|
|
3082
|
-
"
|
|
4111
|
+
"126": {
|
|
3083
4112
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3084
4113
|
"qualifiedName": "AppConfigurationResponse.settings"
|
|
3085
4114
|
},
|
|
3086
|
-
"
|
|
4115
|
+
"127": {
|
|
3087
4116
|
"sourceFileName": "src/types/error.ts",
|
|
3088
4117
|
"qualifiedName": "ErrorResponse"
|
|
3089
4118
|
},
|
|
3090
|
-
"
|
|
4119
|
+
"128": {
|
|
3091
4120
|
"sourceFileName": "src/types/error.ts",
|
|
3092
4121
|
"qualifiedName": "ErrorResponse.code"
|
|
3093
4122
|
},
|
|
3094
|
-
"
|
|
4123
|
+
"129": {
|
|
3095
4124
|
"sourceFileName": "src/types/error.ts",
|
|
3096
4125
|
"qualifiedName": "ErrorResponse.message"
|
|
3097
4126
|
},
|
|
3098
|
-
"
|
|
4127
|
+
"130": {
|
|
3099
4128
|
"sourceFileName": "src/types/asset.ts",
|
|
3100
4129
|
"qualifiedName": "AssetResponse"
|
|
3101
4130
|
},
|
|
3102
|
-
"
|
|
4131
|
+
"131": {
|
|
3103
4132
|
"sourceFileName": "src/types/asset.ts",
|
|
3104
4133
|
"qualifiedName": "AssetResponse.id"
|
|
3105
4134
|
},
|
|
3106
|
-
"
|
|
4135
|
+
"132": {
|
|
3107
4136
|
"sourceFileName": "src/types/asset.ts",
|
|
3108
4137
|
"qualifiedName": "AssetResponse.name"
|
|
3109
4138
|
},
|
|
3110
|
-
"
|
|
4139
|
+
"133": {
|
|
3111
4140
|
"sourceFileName": "src/types/asset.ts",
|
|
3112
4141
|
"qualifiedName": "AssetResponse.url"
|
|
3113
4142
|
}
|