@proveanything/smartlinks 1.0.6 → 1.0.7
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/dist/api/asset.d.ts +14 -2
- package/dist/api/asset.js +65 -5
- package/dist/http.d.ts +11 -0
- package/dist/http.js +47 -0
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/documentation.json +524 -176
- 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/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/collection.html +1 -1
- package/docs/modules/product.html +1 -1
- package/docs/modules/proof.html +1 -1
- package/package.json +1 -1
- package/src/api/asset.ts +76 -3
- package/src/http.ts +54 -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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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": 92,
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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": 99,
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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": 99,
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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": 99,
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
|
|
392
410
|
}
|
|
393
411
|
],
|
|
394
412
|
"signatures": [
|
|
@@ -402,7 +420,8 @@
|
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
|
|
406
425
|
}
|
|
407
426
|
],
|
|
408
427
|
"parameters": [
|
|
@@ -438,7 +457,7 @@
|
|
|
438
457
|
"typeArguments": [
|
|
439
458
|
{
|
|
440
459
|
"type": "reference",
|
|
441
|
-
"target":
|
|
460
|
+
"target": 99,
|
|
442
461
|
"name": "AssetResponse",
|
|
443
462
|
"package": "@proveanything/smartlinks"
|
|
444
463
|
}
|
|
@@ -459,7 +478,8 @@
|
|
|
459
478
|
{
|
|
460
479
|
"fileName": "api/asset.ts",
|
|
461
480
|
"line": 22,
|
|
462
|
-
"character": 24
|
|
481
|
+
"character": 24,
|
|
482
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
|
|
463
483
|
}
|
|
464
484
|
],
|
|
465
485
|
"signatures": [
|
|
@@ -473,7 +493,8 @@
|
|
|
473
493
|
{
|
|
474
494
|
"fileName": "api/asset.ts",
|
|
475
495
|
"line": 22,
|
|
476
|
-
"character": 24
|
|
496
|
+
"character": 24,
|
|
497
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
|
|
477
498
|
}
|
|
478
499
|
],
|
|
479
500
|
"parameters": [
|
|
@@ -520,7 +541,7 @@
|
|
|
520
541
|
"typeArguments": [
|
|
521
542
|
{
|
|
522
543
|
"type": "reference",
|
|
523
|
-
"target":
|
|
544
|
+
"target": 99,
|
|
524
545
|
"name": "AssetResponse",
|
|
525
546
|
"package": "@proveanything/smartlinks"
|
|
526
547
|
}
|
|
@@ -541,7 +562,8 @@
|
|
|
541
562
|
{
|
|
542
563
|
"fileName": "api/asset.ts",
|
|
543
564
|
"line": 40,
|
|
544
|
-
"character": 24
|
|
565
|
+
"character": 24,
|
|
566
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
|
|
545
567
|
}
|
|
546
568
|
],
|
|
547
569
|
"signatures": [
|
|
@@ -555,7 +577,8 @@
|
|
|
555
577
|
{
|
|
556
578
|
"fileName": "api/asset.ts",
|
|
557
579
|
"line": 40,
|
|
558
|
-
"character": 24
|
|
580
|
+
"character": 24,
|
|
581
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
|
|
559
582
|
}
|
|
560
583
|
],
|
|
561
584
|
"parameters": [
|
|
@@ -572,7 +595,7 @@
|
|
|
572
595
|
},
|
|
573
596
|
{
|
|
574
597
|
"id": 54,
|
|
575
|
-
"name": "
|
|
598
|
+
"name": "productId",
|
|
576
599
|
"variant": "param",
|
|
577
600
|
"kind": 32768,
|
|
578
601
|
"flags": {},
|
|
@@ -583,6 +606,17 @@
|
|
|
583
606
|
},
|
|
584
607
|
{
|
|
585
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,
|
|
586
620
|
"name": "assetId",
|
|
587
621
|
"variant": "param",
|
|
588
622
|
"kind": 32768,
|
|
@@ -602,7 +636,263 @@
|
|
|
602
636
|
"typeArguments": [
|
|
603
637
|
{
|
|
604
638
|
"type": "reference",
|
|
605
|
-
"target":
|
|
639
|
+
"target": 99,
|
|
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/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": 99,
|
|
606
896
|
"name": "AssetResponse",
|
|
607
897
|
"package": "@proveanything/smartlinks"
|
|
608
898
|
}
|
|
@@ -620,10 +910,11 @@
|
|
|
620
910
|
"children": [
|
|
621
911
|
39,
|
|
622
912
|
47,
|
|
623
|
-
|
|
913
|
+
57,
|
|
624
914
|
35,
|
|
625
915
|
42,
|
|
626
|
-
51
|
|
916
|
+
51,
|
|
917
|
+
63
|
|
627
918
|
]
|
|
628
919
|
}
|
|
629
920
|
],
|
|
@@ -631,7 +922,8 @@
|
|
|
631
922
|
{
|
|
632
923
|
"fileName": "api/asset.ts",
|
|
633
924
|
"line": 4,
|
|
634
|
-
"character": 17
|
|
925
|
+
"character": 17,
|
|
926
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L4"
|
|
635
927
|
}
|
|
636
928
|
]
|
|
637
929
|
},
|
|
@@ -653,7 +945,7 @@
|
|
|
653
945
|
"fileName": "api/collection.ts",
|
|
654
946
|
"line": 12,
|
|
655
947
|
"character": 24,
|
|
656
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
948
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
|
|
657
949
|
}
|
|
658
950
|
],
|
|
659
951
|
"signatures": [
|
|
@@ -696,7 +988,7 @@
|
|
|
696
988
|
"fileName": "api/collection.ts",
|
|
697
989
|
"line": 12,
|
|
698
990
|
"character": 24,
|
|
699
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
991
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
|
|
700
992
|
}
|
|
701
993
|
],
|
|
702
994
|
"parameters": [
|
|
@@ -729,7 +1021,7 @@
|
|
|
729
1021
|
"typeArguments": [
|
|
730
1022
|
{
|
|
731
1023
|
"type": "reference",
|
|
732
|
-
"target":
|
|
1024
|
+
"target": 74,
|
|
733
1025
|
"name": "CollectionResponse",
|
|
734
1026
|
"package": "@proveanything/smartlinks"
|
|
735
1027
|
}
|
|
@@ -754,7 +1046,7 @@
|
|
|
754
1046
|
"fileName": "api/collection.ts",
|
|
755
1047
|
"line": 5,
|
|
756
1048
|
"character": 17,
|
|
757
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1049
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L5"
|
|
758
1050
|
}
|
|
759
1051
|
]
|
|
760
1052
|
},
|
|
@@ -776,7 +1068,7 @@
|
|
|
776
1068
|
"fileName": "api/product.ts",
|
|
777
1069
|
"line": 13,
|
|
778
1070
|
"character": 24,
|
|
779
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1071
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
|
|
780
1072
|
}
|
|
781
1073
|
],
|
|
782
1074
|
"signatures": [
|
|
@@ -819,7 +1111,7 @@
|
|
|
819
1111
|
"fileName": "api/product.ts",
|
|
820
1112
|
"line": 13,
|
|
821
1113
|
"character": 24,
|
|
822
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1114
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
|
|
823
1115
|
}
|
|
824
1116
|
],
|
|
825
1117
|
"parameters": [
|
|
@@ -871,7 +1163,7 @@
|
|
|
871
1163
|
"typeArguments": [
|
|
872
1164
|
{
|
|
873
1165
|
"type": "reference",
|
|
874
|
-
"target":
|
|
1166
|
+
"target": 79,
|
|
875
1167
|
"name": "ProductResponse",
|
|
876
1168
|
"package": "@proveanything/smartlinks"
|
|
877
1169
|
}
|
|
@@ -893,7 +1185,7 @@
|
|
|
893
1185
|
"fileName": "api/product.ts",
|
|
894
1186
|
"line": 29,
|
|
895
1187
|
"character": 24,
|
|
896
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1188
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
|
|
897
1189
|
}
|
|
898
1190
|
],
|
|
899
1191
|
"signatures": [
|
|
@@ -936,7 +1228,7 @@
|
|
|
936
1228
|
"fileName": "api/product.ts",
|
|
937
1229
|
"line": 29,
|
|
938
1230
|
"character": 24,
|
|
939
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1231
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
|
|
940
1232
|
}
|
|
941
1233
|
],
|
|
942
1234
|
"parameters": [
|
|
@@ -971,7 +1263,7 @@
|
|
|
971
1263
|
"type": "array",
|
|
972
1264
|
"elementType": {
|
|
973
1265
|
"type": "reference",
|
|
974
|
-
"target":
|
|
1266
|
+
"target": 79,
|
|
975
1267
|
"name": "ProductResponse",
|
|
976
1268
|
"package": "@proveanything/smartlinks"
|
|
977
1269
|
}
|
|
@@ -998,7 +1290,7 @@
|
|
|
998
1290
|
"fileName": "api/product.ts",
|
|
999
1291
|
"line": 5,
|
|
1000
1292
|
"character": 17,
|
|
1001
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1293
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L5"
|
|
1002
1294
|
}
|
|
1003
1295
|
]
|
|
1004
1296
|
},
|
|
@@ -1020,7 +1312,7 @@
|
|
|
1020
1312
|
"fileName": "api/proof.ts",
|
|
1021
1313
|
"line": 13,
|
|
1022
1314
|
"character": 24,
|
|
1023
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1315
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
|
|
1024
1316
|
}
|
|
1025
1317
|
],
|
|
1026
1318
|
"signatures": [
|
|
@@ -1063,7 +1355,7 @@
|
|
|
1063
1355
|
"fileName": "api/proof.ts",
|
|
1064
1356
|
"line": 13,
|
|
1065
1357
|
"character": 24,
|
|
1066
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1358
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
|
|
1067
1359
|
}
|
|
1068
1360
|
],
|
|
1069
1361
|
"parameters": [
|
|
@@ -1115,7 +1407,7 @@
|
|
|
1115
1407
|
"typeArguments": [
|
|
1116
1408
|
{
|
|
1117
1409
|
"type": "reference",
|
|
1118
|
-
"target":
|
|
1410
|
+
"target": 84,
|
|
1119
1411
|
"name": "ProofResponse",
|
|
1120
1412
|
"package": "@proveanything/smartlinks"
|
|
1121
1413
|
}
|
|
@@ -1140,12 +1432,12 @@
|
|
|
1140
1432
|
"fileName": "api/proof.ts",
|
|
1141
1433
|
"line": 5,
|
|
1142
1434
|
"character": 17,
|
|
1143
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1435
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L5"
|
|
1144
1436
|
}
|
|
1145
1437
|
]
|
|
1146
1438
|
},
|
|
1147
1439
|
{
|
|
1148
|
-
"id":
|
|
1440
|
+
"id": 92,
|
|
1149
1441
|
"name": "AppConfigurationResponse",
|
|
1150
1442
|
"variant": "declaration",
|
|
1151
1443
|
"kind": 256,
|
|
@@ -1160,7 +1452,7 @@
|
|
|
1160
1452
|
},
|
|
1161
1453
|
"children": [
|
|
1162
1454
|
{
|
|
1163
|
-
"id":
|
|
1455
|
+
"id": 93,
|
|
1164
1456
|
"name": "id",
|
|
1165
1457
|
"variant": "declaration",
|
|
1166
1458
|
"kind": 1024,
|
|
@@ -1178,7 +1470,7 @@
|
|
|
1178
1470
|
"fileName": "types/appConfiguration.ts",
|
|
1179
1471
|
"line": 7,
|
|
1180
1472
|
"character": 2,
|
|
1181
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1473
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L7"
|
|
1182
1474
|
}
|
|
1183
1475
|
],
|
|
1184
1476
|
"type": {
|
|
@@ -1187,7 +1479,7 @@
|
|
|
1187
1479
|
}
|
|
1188
1480
|
},
|
|
1189
1481
|
{
|
|
1190
|
-
"id":
|
|
1482
|
+
"id": 94,
|
|
1191
1483
|
"name": "name",
|
|
1192
1484
|
"variant": "declaration",
|
|
1193
1485
|
"kind": 1024,
|
|
@@ -1205,7 +1497,7 @@
|
|
|
1205
1497
|
"fileName": "types/appConfiguration.ts",
|
|
1206
1498
|
"line": 9,
|
|
1207
1499
|
"character": 2,
|
|
1208
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1500
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L9"
|
|
1209
1501
|
}
|
|
1210
1502
|
],
|
|
1211
1503
|
"type": {
|
|
@@ -1214,7 +1506,7 @@
|
|
|
1214
1506
|
}
|
|
1215
1507
|
},
|
|
1216
1508
|
{
|
|
1217
|
-
"id":
|
|
1509
|
+
"id": 95,
|
|
1218
1510
|
"name": "settings",
|
|
1219
1511
|
"variant": "declaration",
|
|
1220
1512
|
"kind": 1024,
|
|
@@ -1234,7 +1526,7 @@
|
|
|
1234
1526
|
"fileName": "types/appConfiguration.ts",
|
|
1235
1527
|
"line": 11,
|
|
1236
1528
|
"character": 2,
|
|
1237
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1529
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L11"
|
|
1238
1530
|
}
|
|
1239
1531
|
],
|
|
1240
1532
|
"type": {
|
|
@@ -1262,9 +1554,9 @@
|
|
|
1262
1554
|
{
|
|
1263
1555
|
"title": "Properties",
|
|
1264
1556
|
"children": [
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1557
|
+
93,
|
|
1558
|
+
94,
|
|
1559
|
+
95
|
|
1268
1560
|
]
|
|
1269
1561
|
}
|
|
1270
1562
|
],
|
|
@@ -1273,12 +1565,12 @@
|
|
|
1273
1565
|
"fileName": "types/appConfiguration.ts",
|
|
1274
1566
|
"line": 5,
|
|
1275
1567
|
"character": 17,
|
|
1276
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1568
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L5"
|
|
1277
1569
|
}
|
|
1278
1570
|
]
|
|
1279
1571
|
},
|
|
1280
1572
|
{
|
|
1281
|
-
"id":
|
|
1573
|
+
"id": 99,
|
|
1282
1574
|
"name": "AssetResponse",
|
|
1283
1575
|
"variant": "declaration",
|
|
1284
1576
|
"kind": 256,
|
|
@@ -1293,7 +1585,7 @@
|
|
|
1293
1585
|
},
|
|
1294
1586
|
"children": [
|
|
1295
1587
|
{
|
|
1296
|
-
"id":
|
|
1588
|
+
"id": 100,
|
|
1297
1589
|
"name": "id",
|
|
1298
1590
|
"variant": "declaration",
|
|
1299
1591
|
"kind": 1024,
|
|
@@ -1302,7 +1594,8 @@
|
|
|
1302
1594
|
{
|
|
1303
1595
|
"fileName": "types/asset.ts",
|
|
1304
1596
|
"line": 5,
|
|
1305
|
-
"character": 2
|
|
1597
|
+
"character": 2,
|
|
1598
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L5"
|
|
1306
1599
|
}
|
|
1307
1600
|
],
|
|
1308
1601
|
"type": {
|
|
@@ -1311,7 +1604,7 @@
|
|
|
1311
1604
|
}
|
|
1312
1605
|
},
|
|
1313
1606
|
{
|
|
1314
|
-
"id":
|
|
1607
|
+
"id": 101,
|
|
1315
1608
|
"name": "name",
|
|
1316
1609
|
"variant": "declaration",
|
|
1317
1610
|
"kind": 1024,
|
|
@@ -1320,7 +1613,8 @@
|
|
|
1320
1613
|
{
|
|
1321
1614
|
"fileName": "types/asset.ts",
|
|
1322
1615
|
"line": 6,
|
|
1323
|
-
"character": 2
|
|
1616
|
+
"character": 2,
|
|
1617
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L6"
|
|
1324
1618
|
}
|
|
1325
1619
|
],
|
|
1326
1620
|
"type": {
|
|
@@ -1329,7 +1623,7 @@
|
|
|
1329
1623
|
}
|
|
1330
1624
|
},
|
|
1331
1625
|
{
|
|
1332
|
-
"id":
|
|
1626
|
+
"id": 102,
|
|
1333
1627
|
"name": "url",
|
|
1334
1628
|
"variant": "declaration",
|
|
1335
1629
|
"kind": 1024,
|
|
@@ -1338,7 +1632,8 @@
|
|
|
1338
1632
|
{
|
|
1339
1633
|
"fileName": "types/asset.ts",
|
|
1340
1634
|
"line": 7,
|
|
1341
|
-
"character": 2
|
|
1635
|
+
"character": 2,
|
|
1636
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L7"
|
|
1342
1637
|
}
|
|
1343
1638
|
],
|
|
1344
1639
|
"type": {
|
|
@@ -1351,9 +1646,9 @@
|
|
|
1351
1646
|
{
|
|
1352
1647
|
"title": "Properties",
|
|
1353
1648
|
"children": [
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1649
|
+
100,
|
|
1650
|
+
101,
|
|
1651
|
+
102
|
|
1357
1652
|
]
|
|
1358
1653
|
}
|
|
1359
1654
|
],
|
|
@@ -1361,12 +1656,13 @@
|
|
|
1361
1656
|
{
|
|
1362
1657
|
"fileName": "types/asset.ts",
|
|
1363
1658
|
"line": 4,
|
|
1364
|
-
"character": 17
|
|
1659
|
+
"character": 17,
|
|
1660
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L4"
|
|
1365
1661
|
}
|
|
1366
1662
|
]
|
|
1367
1663
|
},
|
|
1368
1664
|
{
|
|
1369
|
-
"id":
|
|
1665
|
+
"id": 74,
|
|
1370
1666
|
"name": "CollectionResponse",
|
|
1371
1667
|
"variant": "declaration",
|
|
1372
1668
|
"kind": 256,
|
|
@@ -1381,7 +1677,7 @@
|
|
|
1381
1677
|
},
|
|
1382
1678
|
"children": [
|
|
1383
1679
|
{
|
|
1384
|
-
"id":
|
|
1680
|
+
"id": 75,
|
|
1385
1681
|
"name": "id",
|
|
1386
1682
|
"variant": "declaration",
|
|
1387
1683
|
"kind": 1024,
|
|
@@ -1399,7 +1695,7 @@
|
|
|
1399
1695
|
"fileName": "types/collection.ts",
|
|
1400
1696
|
"line": 7,
|
|
1401
1697
|
"character": 2,
|
|
1402
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1698
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L7"
|
|
1403
1699
|
}
|
|
1404
1700
|
],
|
|
1405
1701
|
"type": {
|
|
@@ -1408,7 +1704,7 @@
|
|
|
1408
1704
|
}
|
|
1409
1705
|
},
|
|
1410
1706
|
{
|
|
1411
|
-
"id":
|
|
1707
|
+
"id": 78,
|
|
1412
1708
|
"name": "logoImage",
|
|
1413
1709
|
"variant": "declaration",
|
|
1414
1710
|
"kind": 1024,
|
|
@@ -1426,7 +1722,7 @@
|
|
|
1426
1722
|
"fileName": "types/collection.ts",
|
|
1427
1723
|
"line": 13,
|
|
1428
1724
|
"character": 2,
|
|
1429
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1725
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L13"
|
|
1430
1726
|
}
|
|
1431
1727
|
],
|
|
1432
1728
|
"type": {
|
|
@@ -1435,7 +1731,7 @@
|
|
|
1435
1731
|
}
|
|
1436
1732
|
},
|
|
1437
1733
|
{
|
|
1438
|
-
"id":
|
|
1734
|
+
"id": 76,
|
|
1439
1735
|
"name": "name",
|
|
1440
1736
|
"variant": "declaration",
|
|
1441
1737
|
"kind": 1024,
|
|
@@ -1453,7 +1749,7 @@
|
|
|
1453
1749
|
"fileName": "types/collection.ts",
|
|
1454
1750
|
"line": 9,
|
|
1455
1751
|
"character": 2,
|
|
1456
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1752
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L9"
|
|
1457
1753
|
}
|
|
1458
1754
|
],
|
|
1459
1755
|
"type": {
|
|
@@ -1462,7 +1758,7 @@
|
|
|
1462
1758
|
}
|
|
1463
1759
|
},
|
|
1464
1760
|
{
|
|
1465
|
-
"id":
|
|
1761
|
+
"id": 77,
|
|
1466
1762
|
"name": "title",
|
|
1467
1763
|
"variant": "declaration",
|
|
1468
1764
|
"kind": 1024,
|
|
@@ -1480,7 +1776,7 @@
|
|
|
1480
1776
|
"fileName": "types/collection.ts",
|
|
1481
1777
|
"line": 11,
|
|
1482
1778
|
"character": 2,
|
|
1483
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1779
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L11"
|
|
1484
1780
|
}
|
|
1485
1781
|
],
|
|
1486
1782
|
"type": {
|
|
@@ -1493,10 +1789,10 @@
|
|
|
1493
1789
|
{
|
|
1494
1790
|
"title": "Properties",
|
|
1495
1791
|
"children": [
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1792
|
+
75,
|
|
1793
|
+
78,
|
|
1794
|
+
76,
|
|
1795
|
+
77
|
|
1500
1796
|
]
|
|
1501
1797
|
}
|
|
1502
1798
|
],
|
|
@@ -1505,12 +1801,12 @@
|
|
|
1505
1801
|
"fileName": "types/collection.ts",
|
|
1506
1802
|
"line": 5,
|
|
1507
1803
|
"character": 17,
|
|
1508
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1804
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L5"
|
|
1509
1805
|
}
|
|
1510
1806
|
]
|
|
1511
1807
|
},
|
|
1512
1808
|
{
|
|
1513
|
-
"id":
|
|
1809
|
+
"id": 96,
|
|
1514
1810
|
"name": "ErrorResponse",
|
|
1515
1811
|
"variant": "declaration",
|
|
1516
1812
|
"kind": 256,
|
|
@@ -1525,7 +1821,7 @@
|
|
|
1525
1821
|
},
|
|
1526
1822
|
"children": [
|
|
1527
1823
|
{
|
|
1528
|
-
"id":
|
|
1824
|
+
"id": 97,
|
|
1529
1825
|
"name": "code",
|
|
1530
1826
|
"variant": "declaration",
|
|
1531
1827
|
"kind": 1024,
|
|
@@ -1543,7 +1839,7 @@
|
|
|
1543
1839
|
"fileName": "types/error.ts",
|
|
1544
1840
|
"line": 7,
|
|
1545
1841
|
"character": 2,
|
|
1546
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1842
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L7"
|
|
1547
1843
|
}
|
|
1548
1844
|
],
|
|
1549
1845
|
"type": {
|
|
@@ -1552,7 +1848,7 @@
|
|
|
1552
1848
|
}
|
|
1553
1849
|
},
|
|
1554
1850
|
{
|
|
1555
|
-
"id":
|
|
1851
|
+
"id": 98,
|
|
1556
1852
|
"name": "message",
|
|
1557
1853
|
"variant": "declaration",
|
|
1558
1854
|
"kind": 1024,
|
|
@@ -1570,7 +1866,7 @@
|
|
|
1570
1866
|
"fileName": "types/error.ts",
|
|
1571
1867
|
"line": 9,
|
|
1572
1868
|
"character": 2,
|
|
1573
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1869
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L9"
|
|
1574
1870
|
}
|
|
1575
1871
|
],
|
|
1576
1872
|
"type": {
|
|
@@ -1583,8 +1879,8 @@
|
|
|
1583
1879
|
{
|
|
1584
1880
|
"title": "Properties",
|
|
1585
1881
|
"children": [
|
|
1586
|
-
|
|
1587
|
-
|
|
1882
|
+
97,
|
|
1883
|
+
98
|
|
1588
1884
|
]
|
|
1589
1885
|
}
|
|
1590
1886
|
],
|
|
@@ -1593,12 +1889,12 @@
|
|
|
1593
1889
|
"fileName": "types/error.ts",
|
|
1594
1890
|
"line": 5,
|
|
1595
1891
|
"character": 17,
|
|
1596
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1892
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L5"
|
|
1597
1893
|
}
|
|
1598
1894
|
]
|
|
1599
1895
|
},
|
|
1600
1896
|
{
|
|
1601
|
-
"id":
|
|
1897
|
+
"id": 79,
|
|
1602
1898
|
"name": "ProductResponse",
|
|
1603
1899
|
"variant": "declaration",
|
|
1604
1900
|
"kind": 256,
|
|
@@ -1613,7 +1909,7 @@
|
|
|
1613
1909
|
},
|
|
1614
1910
|
"children": [
|
|
1615
1911
|
{
|
|
1616
|
-
"id":
|
|
1912
|
+
"id": 82,
|
|
1617
1913
|
"name": "description",
|
|
1618
1914
|
"variant": "declaration",
|
|
1619
1915
|
"kind": 1024,
|
|
@@ -1631,7 +1927,7 @@
|
|
|
1631
1927
|
"fileName": "types/product.ts",
|
|
1632
1928
|
"line": 11,
|
|
1633
1929
|
"character": 2,
|
|
1634
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1930
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L11"
|
|
1635
1931
|
}
|
|
1636
1932
|
],
|
|
1637
1933
|
"type": {
|
|
@@ -1640,7 +1936,7 @@
|
|
|
1640
1936
|
}
|
|
1641
1937
|
},
|
|
1642
1938
|
{
|
|
1643
|
-
"id":
|
|
1939
|
+
"id": 83,
|
|
1644
1940
|
"name": "heroImage",
|
|
1645
1941
|
"variant": "declaration",
|
|
1646
1942
|
"kind": 1024,
|
|
@@ -1658,7 +1954,7 @@
|
|
|
1658
1954
|
"fileName": "types/product.ts",
|
|
1659
1955
|
"line": 13,
|
|
1660
1956
|
"character": 2,
|
|
1661
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1957
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L13"
|
|
1662
1958
|
}
|
|
1663
1959
|
],
|
|
1664
1960
|
"type": {
|
|
@@ -1667,7 +1963,7 @@
|
|
|
1667
1963
|
}
|
|
1668
1964
|
},
|
|
1669
1965
|
{
|
|
1670
|
-
"id":
|
|
1966
|
+
"id": 80,
|
|
1671
1967
|
"name": "id",
|
|
1672
1968
|
"variant": "declaration",
|
|
1673
1969
|
"kind": 1024,
|
|
@@ -1685,7 +1981,7 @@
|
|
|
1685
1981
|
"fileName": "types/product.ts",
|
|
1686
1982
|
"line": 7,
|
|
1687
1983
|
"character": 2,
|
|
1688
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
1984
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L7"
|
|
1689
1985
|
}
|
|
1690
1986
|
],
|
|
1691
1987
|
"type": {
|
|
@@ -1694,7 +1990,7 @@
|
|
|
1694
1990
|
}
|
|
1695
1991
|
},
|
|
1696
1992
|
{
|
|
1697
|
-
"id":
|
|
1993
|
+
"id": 81,
|
|
1698
1994
|
"name": "name",
|
|
1699
1995
|
"variant": "declaration",
|
|
1700
1996
|
"kind": 1024,
|
|
@@ -1712,7 +2008,7 @@
|
|
|
1712
2008
|
"fileName": "types/product.ts",
|
|
1713
2009
|
"line": 9,
|
|
1714
2010
|
"character": 2,
|
|
1715
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2011
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L9"
|
|
1716
2012
|
}
|
|
1717
2013
|
],
|
|
1718
2014
|
"type": {
|
|
@@ -1725,10 +2021,10 @@
|
|
|
1725
2021
|
{
|
|
1726
2022
|
"title": "Properties",
|
|
1727
2023
|
"children": [
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
2024
|
+
82,
|
|
2025
|
+
83,
|
|
2026
|
+
80,
|
|
2027
|
+
81
|
|
1732
2028
|
]
|
|
1733
2029
|
}
|
|
1734
2030
|
],
|
|
@@ -1737,12 +2033,12 @@
|
|
|
1737
2033
|
"fileName": "types/product.ts",
|
|
1738
2034
|
"line": 5,
|
|
1739
2035
|
"character": 17,
|
|
1740
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2036
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L5"
|
|
1741
2037
|
}
|
|
1742
2038
|
]
|
|
1743
2039
|
},
|
|
1744
2040
|
{
|
|
1745
|
-
"id":
|
|
2041
|
+
"id": 84,
|
|
1746
2042
|
"name": "ProofResponse",
|
|
1747
2043
|
"variant": "declaration",
|
|
1748
2044
|
"kind": 256,
|
|
@@ -1757,7 +2053,7 @@
|
|
|
1757
2053
|
},
|
|
1758
2054
|
"children": [
|
|
1759
2055
|
{
|
|
1760
|
-
"id":
|
|
2056
|
+
"id": 85,
|
|
1761
2057
|
"name": "collectionId",
|
|
1762
2058
|
"variant": "declaration",
|
|
1763
2059
|
"kind": 1024,
|
|
@@ -1775,7 +2071,7 @@
|
|
|
1775
2071
|
"fileName": "types/proof.ts",
|
|
1776
2072
|
"line": 7,
|
|
1777
2073
|
"character": 2,
|
|
1778
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2074
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L7"
|
|
1779
2075
|
}
|
|
1780
2076
|
],
|
|
1781
2077
|
"type": {
|
|
@@ -1784,7 +2080,7 @@
|
|
|
1784
2080
|
}
|
|
1785
2081
|
},
|
|
1786
2082
|
{
|
|
1787
|
-
"id":
|
|
2083
|
+
"id": 86,
|
|
1788
2084
|
"name": "createdAt",
|
|
1789
2085
|
"variant": "declaration",
|
|
1790
2086
|
"kind": 1024,
|
|
@@ -1802,7 +2098,7 @@
|
|
|
1802
2098
|
"fileName": "types/proof.ts",
|
|
1803
2099
|
"line": 9,
|
|
1804
2100
|
"character": 2,
|
|
1805
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2101
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L9"
|
|
1806
2102
|
}
|
|
1807
2103
|
],
|
|
1808
2104
|
"type": {
|
|
@@ -1811,7 +2107,7 @@
|
|
|
1811
2107
|
}
|
|
1812
2108
|
},
|
|
1813
2109
|
{
|
|
1814
|
-
"id":
|
|
2110
|
+
"id": 87,
|
|
1815
2111
|
"name": "id",
|
|
1816
2112
|
"variant": "declaration",
|
|
1817
2113
|
"kind": 1024,
|
|
@@ -1829,7 +2125,7 @@
|
|
|
1829
2125
|
"fileName": "types/proof.ts",
|
|
1830
2126
|
"line": 11,
|
|
1831
2127
|
"character": 2,
|
|
1832
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2128
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L11"
|
|
1833
2129
|
}
|
|
1834
2130
|
],
|
|
1835
2131
|
"type": {
|
|
@@ -1838,7 +2134,7 @@
|
|
|
1838
2134
|
}
|
|
1839
2135
|
},
|
|
1840
2136
|
{
|
|
1841
|
-
"id":
|
|
2137
|
+
"id": 88,
|
|
1842
2138
|
"name": "productId",
|
|
1843
2139
|
"variant": "declaration",
|
|
1844
2140
|
"kind": 1024,
|
|
@@ -1856,7 +2152,7 @@
|
|
|
1856
2152
|
"fileName": "types/proof.ts",
|
|
1857
2153
|
"line": 13,
|
|
1858
2154
|
"character": 2,
|
|
1859
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2155
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L13"
|
|
1860
2156
|
}
|
|
1861
2157
|
],
|
|
1862
2158
|
"type": {
|
|
@@ -1865,7 +2161,7 @@
|
|
|
1865
2161
|
}
|
|
1866
2162
|
},
|
|
1867
2163
|
{
|
|
1868
|
-
"id":
|
|
2164
|
+
"id": 89,
|
|
1869
2165
|
"name": "tokenId",
|
|
1870
2166
|
"variant": "declaration",
|
|
1871
2167
|
"kind": 1024,
|
|
@@ -1883,7 +2179,7 @@
|
|
|
1883
2179
|
"fileName": "types/proof.ts",
|
|
1884
2180
|
"line": 15,
|
|
1885
2181
|
"character": 2,
|
|
1886
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2182
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L15"
|
|
1887
2183
|
}
|
|
1888
2184
|
],
|
|
1889
2185
|
"type": {
|
|
@@ -1892,7 +2188,7 @@
|
|
|
1892
2188
|
}
|
|
1893
2189
|
},
|
|
1894
2190
|
{
|
|
1895
|
-
"id":
|
|
2191
|
+
"id": 90,
|
|
1896
2192
|
"name": "userId",
|
|
1897
2193
|
"variant": "declaration",
|
|
1898
2194
|
"kind": 1024,
|
|
@@ -1910,7 +2206,7 @@
|
|
|
1910
2206
|
"fileName": "types/proof.ts",
|
|
1911
2207
|
"line": 17,
|
|
1912
2208
|
"character": 2,
|
|
1913
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2209
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L17"
|
|
1914
2210
|
}
|
|
1915
2211
|
],
|
|
1916
2212
|
"type": {
|
|
@@ -1919,7 +2215,7 @@
|
|
|
1919
2215
|
}
|
|
1920
2216
|
},
|
|
1921
2217
|
{
|
|
1922
|
-
"id":
|
|
2218
|
+
"id": 91,
|
|
1923
2219
|
"name": "values",
|
|
1924
2220
|
"variant": "declaration",
|
|
1925
2221
|
"kind": 1024,
|
|
@@ -1937,7 +2233,7 @@
|
|
|
1937
2233
|
"fileName": "types/proof.ts",
|
|
1938
2234
|
"line": 19,
|
|
1939
2235
|
"character": 2,
|
|
1940
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2236
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L19"
|
|
1941
2237
|
}
|
|
1942
2238
|
],
|
|
1943
2239
|
"type": {
|
|
@@ -1965,13 +2261,13 @@
|
|
|
1965
2261
|
{
|
|
1966
2262
|
"title": "Properties",
|
|
1967
2263
|
"children": [
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
2264
|
+
85,
|
|
2265
|
+
86,
|
|
2266
|
+
87,
|
|
2267
|
+
88,
|
|
2268
|
+
89,
|
|
2269
|
+
90,
|
|
2270
|
+
91
|
|
1975
2271
|
]
|
|
1976
2272
|
}
|
|
1977
2273
|
],
|
|
@@ -1980,7 +2276,7 @@
|
|
|
1980
2276
|
"fileName": "types/proof.ts",
|
|
1981
2277
|
"line": 5,
|
|
1982
2278
|
"character": 17,
|
|
1983
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2279
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L5"
|
|
1984
2280
|
}
|
|
1985
2281
|
]
|
|
1986
2282
|
},
|
|
@@ -1995,7 +2291,7 @@
|
|
|
1995
2291
|
"fileName": "http.ts",
|
|
1996
2292
|
"line": 17,
|
|
1997
2293
|
"character": 16,
|
|
1998
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2294
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
|
|
1999
2295
|
}
|
|
2000
2296
|
],
|
|
2001
2297
|
"signatures": [
|
|
@@ -2018,7 +2314,7 @@
|
|
|
2018
2314
|
"fileName": "http.ts",
|
|
2019
2315
|
"line": 17,
|
|
2020
2316
|
"character": 16,
|
|
2021
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2317
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
|
|
2022
2318
|
}
|
|
2023
2319
|
],
|
|
2024
2320
|
"parameters": [
|
|
@@ -2058,7 +2354,7 @@
|
|
|
2058
2354
|
"fileName": "http.ts",
|
|
2059
2355
|
"line": 19,
|
|
2060
2356
|
"character": 2,
|
|
2061
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2357
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L19"
|
|
2062
2358
|
}
|
|
2063
2359
|
],
|
|
2064
2360
|
"type": {
|
|
@@ -2085,7 +2381,7 @@
|
|
|
2085
2381
|
"fileName": "http.ts",
|
|
2086
2382
|
"line": 18,
|
|
2087
2383
|
"character": 2,
|
|
2088
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2384
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L18"
|
|
2089
2385
|
}
|
|
2090
2386
|
],
|
|
2091
2387
|
"type": {
|
|
@@ -2114,7 +2410,7 @@
|
|
|
2114
2410
|
"fileName": "http.ts",
|
|
2115
2411
|
"line": 20,
|
|
2116
2412
|
"character": 2,
|
|
2117
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2413
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L20"
|
|
2118
2414
|
}
|
|
2119
2415
|
],
|
|
2120
2416
|
"type": {
|
|
@@ -2138,7 +2434,7 @@
|
|
|
2138
2434
|
"fileName": "http.ts",
|
|
2139
2435
|
"line": 17,
|
|
2140
2436
|
"character": 39,
|
|
2141
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2437
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
|
|
2142
2438
|
}
|
|
2143
2439
|
]
|
|
2144
2440
|
}
|
|
@@ -2163,7 +2459,7 @@
|
|
|
2163
2459
|
"fileName": "http.ts",
|
|
2164
2460
|
"line": 32,
|
|
2165
2461
|
"character": 22,
|
|
2166
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2462
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
|
|
2167
2463
|
}
|
|
2168
2464
|
],
|
|
2169
2465
|
"signatures": [
|
|
@@ -2186,7 +2482,7 @@
|
|
|
2186
2482
|
"fileName": "http.ts",
|
|
2187
2483
|
"line": 32,
|
|
2188
2484
|
"character": 22,
|
|
2189
|
-
"url": "https://github.com/Prove-Anything/smartlinks/blob/
|
|
2485
|
+
"url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
|
|
2190
2486
|
}
|
|
2191
2487
|
],
|
|
2192
2488
|
"typeParameter": [
|
|
@@ -2247,12 +2543,12 @@
|
|
|
2247
2543
|
{
|
|
2248
2544
|
"title": "Interfaces",
|
|
2249
2545
|
"children": [
|
|
2546
|
+
92,
|
|
2547
|
+
99,
|
|
2548
|
+
74,
|
|
2549
|
+
96,
|
|
2250
2550
|
79,
|
|
2251
|
-
|
|
2252
|
-
61,
|
|
2253
|
-
83,
|
|
2254
|
-
66,
|
|
2255
|
-
71
|
|
2551
|
+
84
|
|
2256
2552
|
]
|
|
2257
2553
|
},
|
|
2258
2554
|
{
|
|
@@ -2969,15 +3265,15 @@
|
|
|
2969
3265
|
},
|
|
2970
3266
|
"54": {
|
|
2971
3267
|
"sourceFileName": "src/api/asset.ts",
|
|
2972
|
-
"qualifiedName": "
|
|
3268
|
+
"qualifiedName": "productId"
|
|
2973
3269
|
},
|
|
2974
3270
|
"55": {
|
|
2975
3271
|
"sourceFileName": "src/api/asset.ts",
|
|
2976
|
-
"qualifiedName": "
|
|
3272
|
+
"qualifiedName": "proofId"
|
|
2977
3273
|
},
|
|
2978
3274
|
"56": {
|
|
2979
3275
|
"sourceFileName": "src/api/asset.ts",
|
|
2980
|
-
"qualifiedName": "
|
|
3276
|
+
"qualifiedName": "assetId"
|
|
2981
3277
|
},
|
|
2982
3278
|
"57": {
|
|
2983
3279
|
"sourceFileName": "src/api/asset.ts",
|
|
@@ -2985,129 +3281,181 @@
|
|
|
2985
3281
|
},
|
|
2986
3282
|
"58": {
|
|
2987
3283
|
"sourceFileName": "src/api/asset.ts",
|
|
2988
|
-
"qualifiedName": "
|
|
3284
|
+
"qualifiedName": "asset.getAllForProof"
|
|
2989
3285
|
},
|
|
2990
3286
|
"59": {
|
|
2991
3287
|
"sourceFileName": "src/api/asset.ts",
|
|
2992
|
-
"qualifiedName": "
|
|
3288
|
+
"qualifiedName": "collectionId"
|
|
2993
3289
|
},
|
|
2994
3290
|
"60": {
|
|
2995
3291
|
"sourceFileName": "src/api/asset.ts",
|
|
2996
|
-
"qualifiedName": "
|
|
3292
|
+
"qualifiedName": "productId"
|
|
2997
3293
|
},
|
|
2998
3294
|
"61": {
|
|
3295
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3296
|
+
"qualifiedName": "proofId"
|
|
3297
|
+
},
|
|
3298
|
+
"62": {
|
|
3299
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3300
|
+
"qualifiedName": "appId"
|
|
3301
|
+
},
|
|
3302
|
+
"63": {
|
|
3303
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3304
|
+
"qualifiedName": "asset.uploadAsset"
|
|
3305
|
+
},
|
|
3306
|
+
"64": {
|
|
3307
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3308
|
+
"qualifiedName": "asset.uploadAsset"
|
|
3309
|
+
},
|
|
3310
|
+
"65": {
|
|
3311
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3312
|
+
"qualifiedName": "collectionId"
|
|
3313
|
+
},
|
|
3314
|
+
"66": {
|
|
3315
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3316
|
+
"qualifiedName": "productId"
|
|
3317
|
+
},
|
|
3318
|
+
"67": {
|
|
3319
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3320
|
+
"qualifiedName": "proofId"
|
|
3321
|
+
},
|
|
3322
|
+
"68": {
|
|
3323
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3324
|
+
"qualifiedName": "file"
|
|
3325
|
+
},
|
|
3326
|
+
"69": {
|
|
3327
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3328
|
+
"qualifiedName": "extraData"
|
|
3329
|
+
},
|
|
3330
|
+
"70": {
|
|
3331
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3332
|
+
"qualifiedName": "onProgress"
|
|
3333
|
+
},
|
|
3334
|
+
"71": {
|
|
3335
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3336
|
+
"qualifiedName": "__type"
|
|
3337
|
+
},
|
|
3338
|
+
"72": {
|
|
3339
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3340
|
+
"qualifiedName": "__type"
|
|
3341
|
+
},
|
|
3342
|
+
"73": {
|
|
3343
|
+
"sourceFileName": "src/api/asset.ts",
|
|
3344
|
+
"qualifiedName": "percent"
|
|
3345
|
+
},
|
|
3346
|
+
"74": {
|
|
2999
3347
|
"sourceFileName": "src/types/collection.ts",
|
|
3000
3348
|
"qualifiedName": "CollectionResponse"
|
|
3001
3349
|
},
|
|
3002
|
-
"
|
|
3350
|
+
"75": {
|
|
3003
3351
|
"sourceFileName": "src/types/collection.ts",
|
|
3004
3352
|
"qualifiedName": "CollectionResponse.id"
|
|
3005
3353
|
},
|
|
3006
|
-
"
|
|
3354
|
+
"76": {
|
|
3007
3355
|
"sourceFileName": "src/types/collection.ts",
|
|
3008
3356
|
"qualifiedName": "CollectionResponse.name"
|
|
3009
3357
|
},
|
|
3010
|
-
"
|
|
3358
|
+
"77": {
|
|
3011
3359
|
"sourceFileName": "src/types/collection.ts",
|
|
3012
3360
|
"qualifiedName": "CollectionResponse.title"
|
|
3013
3361
|
},
|
|
3014
|
-
"
|
|
3362
|
+
"78": {
|
|
3015
3363
|
"sourceFileName": "src/types/collection.ts",
|
|
3016
3364
|
"qualifiedName": "CollectionResponse.logoImage"
|
|
3017
3365
|
},
|
|
3018
|
-
"
|
|
3366
|
+
"79": {
|
|
3019
3367
|
"sourceFileName": "src/types/product.ts",
|
|
3020
3368
|
"qualifiedName": "ProductResponse"
|
|
3021
3369
|
},
|
|
3022
|
-
"
|
|
3370
|
+
"80": {
|
|
3023
3371
|
"sourceFileName": "src/types/product.ts",
|
|
3024
3372
|
"qualifiedName": "ProductResponse.id"
|
|
3025
3373
|
},
|
|
3026
|
-
"
|
|
3374
|
+
"81": {
|
|
3027
3375
|
"sourceFileName": "src/types/product.ts",
|
|
3028
3376
|
"qualifiedName": "ProductResponse.name"
|
|
3029
3377
|
},
|
|
3030
|
-
"
|
|
3378
|
+
"82": {
|
|
3031
3379
|
"sourceFileName": "src/types/product.ts",
|
|
3032
3380
|
"qualifiedName": "ProductResponse.description"
|
|
3033
3381
|
},
|
|
3034
|
-
"
|
|
3382
|
+
"83": {
|
|
3035
3383
|
"sourceFileName": "src/types/product.ts",
|
|
3036
3384
|
"qualifiedName": "ProductResponse.heroImage"
|
|
3037
3385
|
},
|
|
3038
|
-
"
|
|
3386
|
+
"84": {
|
|
3039
3387
|
"sourceFileName": "src/types/proof.ts",
|
|
3040
3388
|
"qualifiedName": "ProofResponse"
|
|
3041
3389
|
},
|
|
3042
|
-
"
|
|
3390
|
+
"85": {
|
|
3043
3391
|
"sourceFileName": "src/types/proof.ts",
|
|
3044
3392
|
"qualifiedName": "ProofResponse.collectionId"
|
|
3045
3393
|
},
|
|
3046
|
-
"
|
|
3394
|
+
"86": {
|
|
3047
3395
|
"sourceFileName": "src/types/proof.ts",
|
|
3048
3396
|
"qualifiedName": "ProofResponse.createdAt"
|
|
3049
3397
|
},
|
|
3050
|
-
"
|
|
3398
|
+
"87": {
|
|
3051
3399
|
"sourceFileName": "src/types/proof.ts",
|
|
3052
3400
|
"qualifiedName": "ProofResponse.id"
|
|
3053
3401
|
},
|
|
3054
|
-
"
|
|
3402
|
+
"88": {
|
|
3055
3403
|
"sourceFileName": "src/types/proof.ts",
|
|
3056
3404
|
"qualifiedName": "ProofResponse.productId"
|
|
3057
3405
|
},
|
|
3058
|
-
"
|
|
3406
|
+
"89": {
|
|
3059
3407
|
"sourceFileName": "src/types/proof.ts",
|
|
3060
3408
|
"qualifiedName": "ProofResponse.tokenId"
|
|
3061
3409
|
},
|
|
3062
|
-
"
|
|
3410
|
+
"90": {
|
|
3063
3411
|
"sourceFileName": "src/types/proof.ts",
|
|
3064
3412
|
"qualifiedName": "ProofResponse.userId"
|
|
3065
3413
|
},
|
|
3066
|
-
"
|
|
3414
|
+
"91": {
|
|
3067
3415
|
"sourceFileName": "src/types/proof.ts",
|
|
3068
3416
|
"qualifiedName": "ProofResponse.values"
|
|
3069
3417
|
},
|
|
3070
|
-
"
|
|
3418
|
+
"92": {
|
|
3071
3419
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3072
3420
|
"qualifiedName": "AppConfigurationResponse"
|
|
3073
3421
|
},
|
|
3074
|
-
"
|
|
3422
|
+
"93": {
|
|
3075
3423
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3076
3424
|
"qualifiedName": "AppConfigurationResponse.id"
|
|
3077
3425
|
},
|
|
3078
|
-
"
|
|
3426
|
+
"94": {
|
|
3079
3427
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3080
3428
|
"qualifiedName": "AppConfigurationResponse.name"
|
|
3081
3429
|
},
|
|
3082
|
-
"
|
|
3430
|
+
"95": {
|
|
3083
3431
|
"sourceFileName": "src/types/appConfiguration.ts",
|
|
3084
3432
|
"qualifiedName": "AppConfigurationResponse.settings"
|
|
3085
3433
|
},
|
|
3086
|
-
"
|
|
3434
|
+
"96": {
|
|
3087
3435
|
"sourceFileName": "src/types/error.ts",
|
|
3088
3436
|
"qualifiedName": "ErrorResponse"
|
|
3089
3437
|
},
|
|
3090
|
-
"
|
|
3438
|
+
"97": {
|
|
3091
3439
|
"sourceFileName": "src/types/error.ts",
|
|
3092
3440
|
"qualifiedName": "ErrorResponse.code"
|
|
3093
3441
|
},
|
|
3094
|
-
"
|
|
3442
|
+
"98": {
|
|
3095
3443
|
"sourceFileName": "src/types/error.ts",
|
|
3096
3444
|
"qualifiedName": "ErrorResponse.message"
|
|
3097
3445
|
},
|
|
3098
|
-
"
|
|
3446
|
+
"99": {
|
|
3099
3447
|
"sourceFileName": "src/types/asset.ts",
|
|
3100
3448
|
"qualifiedName": "AssetResponse"
|
|
3101
3449
|
},
|
|
3102
|
-
"
|
|
3450
|
+
"100": {
|
|
3103
3451
|
"sourceFileName": "src/types/asset.ts",
|
|
3104
3452
|
"qualifiedName": "AssetResponse.id"
|
|
3105
3453
|
},
|
|
3106
|
-
"
|
|
3454
|
+
"101": {
|
|
3107
3455
|
"sourceFileName": "src/types/asset.ts",
|
|
3108
3456
|
"qualifiedName": "AssetResponse.name"
|
|
3109
3457
|
},
|
|
3110
|
-
"
|
|
3458
|
+
"102": {
|
|
3111
3459
|
"sourceFileName": "src/types/asset.ts",
|
|
3112
3460
|
"qualifiedName": "AssetResponse.url"
|
|
3113
3461
|
}
|