@proveanything/smartlinks 1.0.7 → 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.
Files changed (49) hide show
  1. package/debug.log +6 -0
  2. package/dist/api/attestation.d.ts +23 -0
  3. package/dist/api/attestation.js +44 -0
  4. package/dist/api/index.d.ts +1 -0
  5. package/dist/api/index.js +1 -0
  6. package/dist/http.d.ts +19 -0
  7. package/dist/http.js +109 -0
  8. package/dist/types/attestation.d.ts +16 -0
  9. package/dist/types/attestation.js +1 -0
  10. package/docs/assets/navigation.js +1 -1
  11. package/docs/assets/search.js +1 -1
  12. package/docs/documentation.json +847 -166
  13. package/docs/functions/appConfiguration.get.html +1 -1
  14. package/docs/functions/asset.getAllForCollection.html +1 -1
  15. package/docs/functions/asset.getAllForProduct.html +1 -1
  16. package/docs/functions/asset.getAllForProof.html +1 -1
  17. package/docs/functions/asset.getForCollection.html +1 -1
  18. package/docs/functions/asset.getForProduct.html +1 -1
  19. package/docs/functions/asset.getForProof.html +1 -1
  20. package/docs/functions/asset.uploadAsset.html +1 -1
  21. package/docs/functions/attestation.create.html +2 -0
  22. package/docs/functions/attestation.get.html +2 -0
  23. package/docs/functions/attestation.getAll.html +2 -0
  24. package/docs/functions/attestation.remove.html +2 -0
  25. package/docs/functions/attestation.update.html +2 -0
  26. package/docs/functions/collection.get.html +1 -1
  27. package/docs/functions/initializeApi.html +1 -1
  28. package/docs/functions/product.get.html +1 -1
  29. package/docs/functions/product.getAll.html +1 -1
  30. package/docs/functions/proof.get.html +1 -1
  31. package/docs/functions/request.html +1 -1
  32. package/docs/interfaces/AppConfigurationResponse.html +4 -4
  33. package/docs/interfaces/AssetResponse.html +2 -2
  34. package/docs/interfaces/CollectionResponse.html +5 -5
  35. package/docs/interfaces/ErrorResponse.html +3 -3
  36. package/docs/interfaces/ProductResponse.html +5 -5
  37. package/docs/interfaces/ProofResponse.html +8 -8
  38. package/docs/modules/appConfiguration.html +1 -1
  39. package/docs/modules/asset.html +1 -1
  40. package/docs/modules/attestation.html +6 -0
  41. package/docs/modules/collection.html +1 -1
  42. package/docs/modules/product.html +1 -1
  43. package/docs/modules/proof.html +1 -1
  44. package/docs/modules.html +1 -0
  45. package/package.json +1 -1
  46. package/src/api/attestation.ts +69 -0
  47. package/src/api/index.ts +1 -0
  48. package/src/http.ts +136 -0
  49. package/src/types/attestation.ts +18 -0
@@ -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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L13"
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L13"
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": 92,
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/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/appConfiguration.ts#L5"
146
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/appConfiguration.ts#L5"
147
147
  }
148
148
  ]
149
149
  },
@@ -165,7 +165,7 @@
165
165
  "fileName": "api/asset.ts",
166
166
  "line": 14,
167
167
  "character": 24,
168
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L14"
168
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L14"
169
169
  }
170
170
  ],
171
171
  "signatures": [
@@ -180,7 +180,7 @@
180
180
  "fileName": "api/asset.ts",
181
181
  "line": 14,
182
182
  "character": 24,
183
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L14"
183
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L14"
184
184
  }
185
185
  ],
186
186
  "parameters": [
@@ -207,7 +207,7 @@
207
207
  "type": "array",
208
208
  "elementType": {
209
209
  "type": "reference",
210
- "target": 99,
210
+ "target": 130,
211
211
  "name": "AssetResponse",
212
212
  "package": "@proveanything/smartlinks"
213
213
  }
@@ -230,7 +230,7 @@
230
230
  "fileName": "api/asset.ts",
231
231
  "line": 31,
232
232
  "character": 24,
233
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L31"
233
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L31"
234
234
  }
235
235
  ],
236
236
  "signatures": [
@@ -245,7 +245,7 @@
245
245
  "fileName": "api/asset.ts",
246
246
  "line": 31,
247
247
  "character": 24,
248
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L31"
248
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L31"
249
249
  }
250
250
  ],
251
251
  "parameters": [
@@ -283,7 +283,7 @@
283
283
  "type": "array",
284
284
  "elementType": {
285
285
  "type": "reference",
286
- "target": 99,
286
+ "target": 130,
287
287
  "name": "AssetResponse",
288
288
  "package": "@proveanything/smartlinks"
289
289
  }
@@ -306,7 +306,7 @@
306
306
  "fileName": "api/asset.ts",
307
307
  "line": 50,
308
308
  "character": 24,
309
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L50"
309
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L50"
310
310
  }
311
311
  ],
312
312
  "signatures": [
@@ -321,7 +321,7 @@
321
321
  "fileName": "api/asset.ts",
322
322
  "line": 50,
323
323
  "character": 24,
324
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L50"
324
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L50"
325
325
  }
326
326
  ],
327
327
  "parameters": [
@@ -383,7 +383,7 @@
383
383
  "type": "array",
384
384
  "elementType": {
385
385
  "type": "reference",
386
- "target": 99,
386
+ "target": 130,
387
387
  "name": "AssetResponse",
388
388
  "package": "@proveanything/smartlinks"
389
389
  }
@@ -406,7 +406,7 @@
406
406
  "fileName": "api/asset.ts",
407
407
  "line": 6,
408
408
  "character": 24,
409
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
409
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L6"
410
410
  }
411
411
  ],
412
412
  "signatures": [
@@ -421,7 +421,7 @@
421
421
  "fileName": "api/asset.ts",
422
422
  "line": 6,
423
423
  "character": 24,
424
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L6"
424
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L6"
425
425
  }
426
426
  ],
427
427
  "parameters": [
@@ -457,7 +457,7 @@
457
457
  "typeArguments": [
458
458
  {
459
459
  "type": "reference",
460
- "target": 99,
460
+ "target": 130,
461
461
  "name": "AssetResponse",
462
462
  "package": "@proveanything/smartlinks"
463
463
  }
@@ -479,7 +479,7 @@
479
479
  "fileName": "api/asset.ts",
480
480
  "line": 22,
481
481
  "character": 24,
482
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
482
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L22"
483
483
  }
484
484
  ],
485
485
  "signatures": [
@@ -494,7 +494,7 @@
494
494
  "fileName": "api/asset.ts",
495
495
  "line": 22,
496
496
  "character": 24,
497
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L22"
497
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L22"
498
498
  }
499
499
  ],
500
500
  "parameters": [
@@ -541,7 +541,7 @@
541
541
  "typeArguments": [
542
542
  {
543
543
  "type": "reference",
544
- "target": 99,
544
+ "target": 130,
545
545
  "name": "AssetResponse",
546
546
  "package": "@proveanything/smartlinks"
547
547
  }
@@ -563,7 +563,7 @@
563
563
  "fileName": "api/asset.ts",
564
564
  "line": 40,
565
565
  "character": 24,
566
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
566
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L40"
567
567
  }
568
568
  ],
569
569
  "signatures": [
@@ -578,7 +578,7 @@
578
578
  "fileName": "api/asset.ts",
579
579
  "line": 40,
580
580
  "character": 24,
581
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L40"
581
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L40"
582
582
  }
583
583
  ],
584
584
  "parameters": [
@@ -636,7 +636,7 @@
636
636
  "typeArguments": [
637
637
  {
638
638
  "type": "reference",
639
- "target": 99,
639
+ "target": 130,
640
640
  "name": "AssetResponse",
641
641
  "package": "@proveanything/smartlinks"
642
642
  }
@@ -658,7 +658,7 @@
658
658
  "fileName": "api/asset.ts",
659
659
  "line": 74,
660
660
  "character": 24,
661
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L74"
661
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L74"
662
662
  }
663
663
  ],
664
664
  "signatures": [
@@ -692,7 +692,7 @@
692
692
  "fileName": "api/asset.ts",
693
693
  "line": 74,
694
694
  "character": 24,
695
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L74"
695
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L74"
696
696
  }
697
697
  ],
698
698
  "parameters": [
@@ -842,7 +842,7 @@
842
842
  "fileName": "api/asset.ts",
843
843
  "line": 80,
844
844
  "character": 17,
845
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L80"
845
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L80"
846
846
  }
847
847
  ],
848
848
  "signatures": [
@@ -857,7 +857,7 @@
857
857
  "fileName": "api/asset.ts",
858
858
  "line": 80,
859
859
  "character": 17,
860
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L80"
860
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/asset.ts#L80"
861
861
  }
862
862
  ],
863
863
  "parameters": [
@@ -892,7 +892,7 @@
892
892
  "typeArguments": [
893
893
  {
894
894
  "type": "reference",
895
- "target": 99,
895
+ "target": 130,
896
896
  "name": "AssetResponse",
897
897
  "package": "@proveanything/smartlinks"
898
898
  }
@@ -923,7 +923,563 @@
923
923
  "fileName": "api/asset.ts",
924
924
  "line": 4,
925
925
  "character": 17,
926
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/asset.ts#L4"
926
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/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",
1200
+ "variant": "param",
1201
+ "kind": 32768,
1202
+ "flags": {},
1203
+ "type": {
1204
+ "type": "intrinsic",
1205
+ "name": "string"
1206
+ }
1207
+ },
1208
+ {
1209
+ "id": 79,
1210
+ "name": "proofId",
1211
+ "variant": "param",
1212
+ "kind": 32768,
1213
+ "flags": {},
1214
+ "type": {
1215
+ "type": "intrinsic",
1216
+ "name": "string"
1217
+ }
1218
+ }
1219
+ ],
1220
+ "type": {
1221
+ "type": "reference",
1222
+ "target": {
1223
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1224
+ "qualifiedName": "Promise"
1225
+ },
1226
+ "typeArguments": [
1227
+ {
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
+ }
1238
+ }
1239
+ ],
1240
+ "name": "Promise",
1241
+ "package": "typescript"
1242
+ }
1243
+ }
1244
+ ]
1245
+ },
1246
+ {
1247
+ "id": 99,
1248
+ "name": "remove",
1249
+ "variant": "declaration",
1250
+ "kind": 64,
1251
+ "flags": {},
1252
+ "sources": [
1253
+ {
1254
+ "fileName": "api/attestation.ts",
1255
+ "line": 60,
1256
+ "character": 24
1257
+ }
1258
+ ],
1259
+ "signatures": [
1260
+ {
1261
+ "id": 100,
1262
+ "name": "remove",
1263
+ "variant": "signature",
1264
+ "kind": 4096,
1265
+ "flags": {},
1266
+ "comment": {
1267
+ "summary": [
1268
+ {
1269
+ "kind": "text",
1270
+ "text": "Delete an attestation."
1271
+ }
1272
+ ]
1273
+ },
1274
+ "sources": [
1275
+ {
1276
+ "fileName": "api/attestation.ts",
1277
+ "line": 60,
1278
+ "character": 24
1279
+ }
1280
+ ],
1281
+ "parameters": [
1282
+ {
1283
+ "id": 101,
1284
+ "name": "collectionId",
1285
+ "variant": "param",
1286
+ "kind": 32768,
1287
+ "flags": {},
1288
+ "type": {
1289
+ "type": "intrinsic",
1290
+ "name": "string"
1291
+ }
1292
+ },
1293
+ {
1294
+ "id": 102,
1295
+ "name": "productId",
1296
+ "variant": "param",
1297
+ "kind": 32768,
1298
+ "flags": {},
1299
+ "type": {
1300
+ "type": "intrinsic",
1301
+ "name": "string"
1302
+ }
1303
+ },
1304
+ {
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",
1318
+ "variant": "param",
1319
+ "kind": 32768,
1320
+ "flags": {},
1321
+ "type": {
1322
+ "type": "intrinsic",
1323
+ "name": "string"
1324
+ }
1325
+ }
1326
+ ],
1327
+ "type": {
1328
+ "type": "reference",
1329
+ "target": {
1330
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1331
+ "qualifiedName": "Promise"
1332
+ },
1333
+ "typeArguments": [
1334
+ {
1335
+ "type": "intrinsic",
1336
+ "name": "void"
1337
+ }
1338
+ ],
1339
+ "name": "Promise",
1340
+ "package": "typescript"
1341
+ }
1342
+ }
1343
+ ]
1344
+ },
1345
+ {
1346
+ "id": 92,
1347
+ "name": "update",
1348
+ "variant": "declaration",
1349
+ "kind": 64,
1350
+ "flags": {},
1351
+ "sources": [
1352
+ {
1353
+ "fileName": "api/attestation.ts",
1354
+ "line": 46,
1355
+ "character": 24
1356
+ }
1357
+ ],
1358
+ "signatures": [
1359
+ {
1360
+ "id": 93,
1361
+ "name": "update",
1362
+ "variant": "signature",
1363
+ "kind": 4096,
1364
+ "flags": {},
1365
+ "comment": {
1366
+ "summary": [
1367
+ {
1368
+ "kind": "text",
1369
+ "text": "Update an attestation."
1370
+ }
1371
+ ]
1372
+ },
1373
+ "sources": [
1374
+ {
1375
+ "fileName": "api/attestation.ts",
1376
+ "line": 46,
1377
+ "character": 24
1378
+ }
1379
+ ],
1380
+ "parameters": [
1381
+ {
1382
+ "id": 94,
1383
+ "name": "collectionId",
1384
+ "variant": "param",
1385
+ "kind": 32768,
1386
+ "flags": {},
1387
+ "type": {
1388
+ "type": "intrinsic",
1389
+ "name": "string"
1390
+ }
1391
+ },
1392
+ {
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,
1405
+ "name": "proofId",
1406
+ "variant": "param",
1407
+ "kind": 32768,
1408
+ "flags": {},
1409
+ "type": {
1410
+ "type": "intrinsic",
1411
+ "name": "string"
1412
+ }
1413
+ },
1414
+ {
1415
+ "id": 97,
1416
+ "name": "attestationId",
1417
+ "variant": "param",
1418
+ "kind": 32768,
1419
+ "flags": {},
1420
+ "type": {
1421
+ "type": "intrinsic",
1422
+ "name": "string"
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
+ }
1440
+ }
1441
+ ],
1442
+ "type": {
1443
+ "type": "reference",
1444
+ "target": {
1445
+ "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
1446
+ "qualifiedName": "Promise"
1447
+ },
1448
+ "typeArguments": [
1449
+ {
1450
+ "type": "reference",
1451
+ "target": {
1452
+ "sourceFileName": "src/types/attestation.ts",
1453
+ "qualifiedName": "AttestationResponse"
1454
+ },
1455
+ "name": "AttestationResponse",
1456
+ "package": "@proveanything/smartlinks"
1457
+ }
1458
+ ],
1459
+ "name": "Promise",
1460
+ "package": "typescript"
1461
+ }
1462
+ }
1463
+ ]
1464
+ }
1465
+ ],
1466
+ "groups": [
1467
+ {
1468
+ "title": "Functions",
1469
+ "children": [
1470
+ 86,
1471
+ 80,
1472
+ 75,
1473
+ 99,
1474
+ 92
1475
+ ]
1476
+ }
1477
+ ],
1478
+ "sources": [
1479
+ {
1480
+ "fileName": "api/attestation.ts",
1481
+ "line": 4,
1482
+ "character": 17
927
1483
  }
928
1484
  ]
929
1485
  },
@@ -945,7 +1501,7 @@
945
1501
  "fileName": "api/collection.ts",
946
1502
  "line": 12,
947
1503
  "character": 24,
948
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
1504
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
949
1505
  }
950
1506
  ],
951
1507
  "signatures": [
@@ -988,7 +1544,7 @@
988
1544
  "fileName": "api/collection.ts",
989
1545
  "line": 12,
990
1546
  "character": 24,
991
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L12"
1547
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L12"
992
1548
  }
993
1549
  ],
994
1550
  "parameters": [
@@ -1021,7 +1577,7 @@
1021
1577
  "typeArguments": [
1022
1578
  {
1023
1579
  "type": "reference",
1024
- "target": 74,
1580
+ "target": 105,
1025
1581
  "name": "CollectionResponse",
1026
1582
  "package": "@proveanything/smartlinks"
1027
1583
  }
@@ -1046,7 +1602,7 @@
1046
1602
  "fileName": "api/collection.ts",
1047
1603
  "line": 5,
1048
1604
  "character": 17,
1049
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/collection.ts#L5"
1605
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/collection.ts#L5"
1050
1606
  }
1051
1607
  ]
1052
1608
  },
@@ -1068,7 +1624,7 @@
1068
1624
  "fileName": "api/product.ts",
1069
1625
  "line": 13,
1070
1626
  "character": 24,
1071
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
1627
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
1072
1628
  }
1073
1629
  ],
1074
1630
  "signatures": [
@@ -1111,7 +1667,7 @@
1111
1667
  "fileName": "api/product.ts",
1112
1668
  "line": 13,
1113
1669
  "character": 24,
1114
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L13"
1670
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L13"
1115
1671
  }
1116
1672
  ],
1117
1673
  "parameters": [
@@ -1163,7 +1719,7 @@
1163
1719
  "typeArguments": [
1164
1720
  {
1165
1721
  "type": "reference",
1166
- "target": 79,
1722
+ "target": 110,
1167
1723
  "name": "ProductResponse",
1168
1724
  "package": "@proveanything/smartlinks"
1169
1725
  }
@@ -1185,7 +1741,7 @@
1185
1741
  "fileName": "api/product.ts",
1186
1742
  "line": 29,
1187
1743
  "character": 24,
1188
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
1744
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
1189
1745
  }
1190
1746
  ],
1191
1747
  "signatures": [
@@ -1228,7 +1784,7 @@
1228
1784
  "fileName": "api/product.ts",
1229
1785
  "line": 29,
1230
1786
  "character": 24,
1231
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L29"
1787
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L29"
1232
1788
  }
1233
1789
  ],
1234
1790
  "parameters": [
@@ -1263,7 +1819,7 @@
1263
1819
  "type": "array",
1264
1820
  "elementType": {
1265
1821
  "type": "reference",
1266
- "target": 79,
1822
+ "target": 110,
1267
1823
  "name": "ProductResponse",
1268
1824
  "package": "@proveanything/smartlinks"
1269
1825
  }
@@ -1290,7 +1846,7 @@
1290
1846
  "fileName": "api/product.ts",
1291
1847
  "line": 5,
1292
1848
  "character": 17,
1293
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/product.ts#L5"
1849
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/product.ts#L5"
1294
1850
  }
1295
1851
  ]
1296
1852
  },
@@ -1312,7 +1868,7 @@
1312
1868
  "fileName": "api/proof.ts",
1313
1869
  "line": 13,
1314
1870
  "character": 24,
1315
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
1871
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
1316
1872
  }
1317
1873
  ],
1318
1874
  "signatures": [
@@ -1355,7 +1911,7 @@
1355
1911
  "fileName": "api/proof.ts",
1356
1912
  "line": 13,
1357
1913
  "character": 24,
1358
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L13"
1914
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L13"
1359
1915
  }
1360
1916
  ],
1361
1917
  "parameters": [
@@ -1407,7 +1963,7 @@
1407
1963
  "typeArguments": [
1408
1964
  {
1409
1965
  "type": "reference",
1410
- "target": 84,
1966
+ "target": 115,
1411
1967
  "name": "ProofResponse",
1412
1968
  "package": "@proveanything/smartlinks"
1413
1969
  }
@@ -1432,12 +1988,12 @@
1432
1988
  "fileName": "api/proof.ts",
1433
1989
  "line": 5,
1434
1990
  "character": 17,
1435
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/api/proof.ts#L5"
1991
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/api/proof.ts#L5"
1436
1992
  }
1437
1993
  ]
1438
1994
  },
1439
1995
  {
1440
- "id": 92,
1996
+ "id": 123,
1441
1997
  "name": "AppConfigurationResponse",
1442
1998
  "variant": "declaration",
1443
1999
  "kind": 256,
@@ -1452,7 +2008,7 @@
1452
2008
  },
1453
2009
  "children": [
1454
2010
  {
1455
- "id": 93,
2011
+ "id": 124,
1456
2012
  "name": "id",
1457
2013
  "variant": "declaration",
1458
2014
  "kind": 1024,
@@ -1470,7 +2026,7 @@
1470
2026
  "fileName": "types/appConfiguration.ts",
1471
2027
  "line": 7,
1472
2028
  "character": 2,
1473
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L7"
2029
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L7"
1474
2030
  }
1475
2031
  ],
1476
2032
  "type": {
@@ -1479,7 +2035,7 @@
1479
2035
  }
1480
2036
  },
1481
2037
  {
1482
- "id": 94,
2038
+ "id": 125,
1483
2039
  "name": "name",
1484
2040
  "variant": "declaration",
1485
2041
  "kind": 1024,
@@ -1497,7 +2053,7 @@
1497
2053
  "fileName": "types/appConfiguration.ts",
1498
2054
  "line": 9,
1499
2055
  "character": 2,
1500
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L9"
2056
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L9"
1501
2057
  }
1502
2058
  ],
1503
2059
  "type": {
@@ -1506,7 +2062,7 @@
1506
2062
  }
1507
2063
  },
1508
2064
  {
1509
- "id": 95,
2065
+ "id": 126,
1510
2066
  "name": "settings",
1511
2067
  "variant": "declaration",
1512
2068
  "kind": 1024,
@@ -1526,7 +2082,7 @@
1526
2082
  "fileName": "types/appConfiguration.ts",
1527
2083
  "line": 11,
1528
2084
  "character": 2,
1529
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L11"
2085
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L11"
1530
2086
  }
1531
2087
  ],
1532
2088
  "type": {
@@ -1554,9 +2110,9 @@
1554
2110
  {
1555
2111
  "title": "Properties",
1556
2112
  "children": [
1557
- 93,
1558
- 94,
1559
- 95
2113
+ 124,
2114
+ 125,
2115
+ 126
1560
2116
  ]
1561
2117
  }
1562
2118
  ],
@@ -1565,12 +2121,12 @@
1565
2121
  "fileName": "types/appConfiguration.ts",
1566
2122
  "line": 5,
1567
2123
  "character": 17,
1568
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/appConfiguration.ts#L5"
2124
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/appConfiguration.ts#L5"
1569
2125
  }
1570
2126
  ]
1571
2127
  },
1572
2128
  {
1573
- "id": 99,
2129
+ "id": 130,
1574
2130
  "name": "AssetResponse",
1575
2131
  "variant": "declaration",
1576
2132
  "kind": 256,
@@ -1585,7 +2141,7 @@
1585
2141
  },
1586
2142
  "children": [
1587
2143
  {
1588
- "id": 100,
2144
+ "id": 131,
1589
2145
  "name": "id",
1590
2146
  "variant": "declaration",
1591
2147
  "kind": 1024,
@@ -1595,7 +2151,7 @@
1595
2151
  "fileName": "types/asset.ts",
1596
2152
  "line": 5,
1597
2153
  "character": 2,
1598
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L5"
2154
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L5"
1599
2155
  }
1600
2156
  ],
1601
2157
  "type": {
@@ -1604,7 +2160,7 @@
1604
2160
  }
1605
2161
  },
1606
2162
  {
1607
- "id": 101,
2163
+ "id": 132,
1608
2164
  "name": "name",
1609
2165
  "variant": "declaration",
1610
2166
  "kind": 1024,
@@ -1614,7 +2170,7 @@
1614
2170
  "fileName": "types/asset.ts",
1615
2171
  "line": 6,
1616
2172
  "character": 2,
1617
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L6"
2173
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L6"
1618
2174
  }
1619
2175
  ],
1620
2176
  "type": {
@@ -1623,7 +2179,7 @@
1623
2179
  }
1624
2180
  },
1625
2181
  {
1626
- "id": 102,
2182
+ "id": 133,
1627
2183
  "name": "url",
1628
2184
  "variant": "declaration",
1629
2185
  "kind": 1024,
@@ -1633,7 +2189,7 @@
1633
2189
  "fileName": "types/asset.ts",
1634
2190
  "line": 7,
1635
2191
  "character": 2,
1636
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L7"
2192
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L7"
1637
2193
  }
1638
2194
  ],
1639
2195
  "type": {
@@ -1646,9 +2202,9 @@
1646
2202
  {
1647
2203
  "title": "Properties",
1648
2204
  "children": [
1649
- 100,
1650
- 101,
1651
- 102
2205
+ 131,
2206
+ 132,
2207
+ 133
1652
2208
  ]
1653
2209
  }
1654
2210
  ],
@@ -1657,12 +2213,12 @@
1657
2213
  "fileName": "types/asset.ts",
1658
2214
  "line": 4,
1659
2215
  "character": 17,
1660
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/asset.ts#L4"
2216
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/asset.ts#L4"
1661
2217
  }
1662
2218
  ]
1663
2219
  },
1664
2220
  {
1665
- "id": 74,
2221
+ "id": 105,
1666
2222
  "name": "CollectionResponse",
1667
2223
  "variant": "declaration",
1668
2224
  "kind": 256,
@@ -1677,7 +2233,7 @@
1677
2233
  },
1678
2234
  "children": [
1679
2235
  {
1680
- "id": 75,
2236
+ "id": 106,
1681
2237
  "name": "id",
1682
2238
  "variant": "declaration",
1683
2239
  "kind": 1024,
@@ -1695,7 +2251,7 @@
1695
2251
  "fileName": "types/collection.ts",
1696
2252
  "line": 7,
1697
2253
  "character": 2,
1698
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L7"
2254
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L7"
1699
2255
  }
1700
2256
  ],
1701
2257
  "type": {
@@ -1704,7 +2260,7 @@
1704
2260
  }
1705
2261
  },
1706
2262
  {
1707
- "id": 78,
2263
+ "id": 109,
1708
2264
  "name": "logoImage",
1709
2265
  "variant": "declaration",
1710
2266
  "kind": 1024,
@@ -1722,7 +2278,7 @@
1722
2278
  "fileName": "types/collection.ts",
1723
2279
  "line": 13,
1724
2280
  "character": 2,
1725
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L13"
2281
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L13"
1726
2282
  }
1727
2283
  ],
1728
2284
  "type": {
@@ -1731,7 +2287,7 @@
1731
2287
  }
1732
2288
  },
1733
2289
  {
1734
- "id": 76,
2290
+ "id": 107,
1735
2291
  "name": "name",
1736
2292
  "variant": "declaration",
1737
2293
  "kind": 1024,
@@ -1749,7 +2305,7 @@
1749
2305
  "fileName": "types/collection.ts",
1750
2306
  "line": 9,
1751
2307
  "character": 2,
1752
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L9"
2308
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L9"
1753
2309
  }
1754
2310
  ],
1755
2311
  "type": {
@@ -1758,7 +2314,7 @@
1758
2314
  }
1759
2315
  },
1760
2316
  {
1761
- "id": 77,
2317
+ "id": 108,
1762
2318
  "name": "title",
1763
2319
  "variant": "declaration",
1764
2320
  "kind": 1024,
@@ -1776,7 +2332,7 @@
1776
2332
  "fileName": "types/collection.ts",
1777
2333
  "line": 11,
1778
2334
  "character": 2,
1779
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L11"
2335
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L11"
1780
2336
  }
1781
2337
  ],
1782
2338
  "type": {
@@ -1789,10 +2345,10 @@
1789
2345
  {
1790
2346
  "title": "Properties",
1791
2347
  "children": [
1792
- 75,
1793
- 78,
1794
- 76,
1795
- 77
2348
+ 106,
2349
+ 109,
2350
+ 107,
2351
+ 108
1796
2352
  ]
1797
2353
  }
1798
2354
  ],
@@ -1801,12 +2357,12 @@
1801
2357
  "fileName": "types/collection.ts",
1802
2358
  "line": 5,
1803
2359
  "character": 17,
1804
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/collection.ts#L5"
2360
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/collection.ts#L5"
1805
2361
  }
1806
2362
  ]
1807
2363
  },
1808
2364
  {
1809
- "id": 96,
2365
+ "id": 127,
1810
2366
  "name": "ErrorResponse",
1811
2367
  "variant": "declaration",
1812
2368
  "kind": 256,
@@ -1821,7 +2377,7 @@
1821
2377
  },
1822
2378
  "children": [
1823
2379
  {
1824
- "id": 97,
2380
+ "id": 128,
1825
2381
  "name": "code",
1826
2382
  "variant": "declaration",
1827
2383
  "kind": 1024,
@@ -1839,7 +2395,7 @@
1839
2395
  "fileName": "types/error.ts",
1840
2396
  "line": 7,
1841
2397
  "character": 2,
1842
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L7"
2398
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L7"
1843
2399
  }
1844
2400
  ],
1845
2401
  "type": {
@@ -1848,7 +2404,7 @@
1848
2404
  }
1849
2405
  },
1850
2406
  {
1851
- "id": 98,
2407
+ "id": 129,
1852
2408
  "name": "message",
1853
2409
  "variant": "declaration",
1854
2410
  "kind": 1024,
@@ -1866,7 +2422,7 @@
1866
2422
  "fileName": "types/error.ts",
1867
2423
  "line": 9,
1868
2424
  "character": 2,
1869
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L9"
2425
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L9"
1870
2426
  }
1871
2427
  ],
1872
2428
  "type": {
@@ -1879,8 +2435,8 @@
1879
2435
  {
1880
2436
  "title": "Properties",
1881
2437
  "children": [
1882
- 97,
1883
- 98
2438
+ 128,
2439
+ 129
1884
2440
  ]
1885
2441
  }
1886
2442
  ],
@@ -1889,12 +2445,12 @@
1889
2445
  "fileName": "types/error.ts",
1890
2446
  "line": 5,
1891
2447
  "character": 17,
1892
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/error.ts#L5"
2448
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/error.ts#L5"
1893
2449
  }
1894
2450
  ]
1895
2451
  },
1896
2452
  {
1897
- "id": 79,
2453
+ "id": 110,
1898
2454
  "name": "ProductResponse",
1899
2455
  "variant": "declaration",
1900
2456
  "kind": 256,
@@ -1909,7 +2465,7 @@
1909
2465
  },
1910
2466
  "children": [
1911
2467
  {
1912
- "id": 82,
2468
+ "id": 113,
1913
2469
  "name": "description",
1914
2470
  "variant": "declaration",
1915
2471
  "kind": 1024,
@@ -1927,7 +2483,7 @@
1927
2483
  "fileName": "types/product.ts",
1928
2484
  "line": 11,
1929
2485
  "character": 2,
1930
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L11"
2486
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L11"
1931
2487
  }
1932
2488
  ],
1933
2489
  "type": {
@@ -1936,7 +2492,7 @@
1936
2492
  }
1937
2493
  },
1938
2494
  {
1939
- "id": 83,
2495
+ "id": 114,
1940
2496
  "name": "heroImage",
1941
2497
  "variant": "declaration",
1942
2498
  "kind": 1024,
@@ -1954,7 +2510,7 @@
1954
2510
  "fileName": "types/product.ts",
1955
2511
  "line": 13,
1956
2512
  "character": 2,
1957
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L13"
2513
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L13"
1958
2514
  }
1959
2515
  ],
1960
2516
  "type": {
@@ -1963,7 +2519,7 @@
1963
2519
  }
1964
2520
  },
1965
2521
  {
1966
- "id": 80,
2522
+ "id": 111,
1967
2523
  "name": "id",
1968
2524
  "variant": "declaration",
1969
2525
  "kind": 1024,
@@ -1981,7 +2537,7 @@
1981
2537
  "fileName": "types/product.ts",
1982
2538
  "line": 7,
1983
2539
  "character": 2,
1984
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L7"
2540
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L7"
1985
2541
  }
1986
2542
  ],
1987
2543
  "type": {
@@ -1990,7 +2546,7 @@
1990
2546
  }
1991
2547
  },
1992
2548
  {
1993
- "id": 81,
2549
+ "id": 112,
1994
2550
  "name": "name",
1995
2551
  "variant": "declaration",
1996
2552
  "kind": 1024,
@@ -2008,7 +2564,7 @@
2008
2564
  "fileName": "types/product.ts",
2009
2565
  "line": 9,
2010
2566
  "character": 2,
2011
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L9"
2567
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L9"
2012
2568
  }
2013
2569
  ],
2014
2570
  "type": {
@@ -2021,10 +2577,10 @@
2021
2577
  {
2022
2578
  "title": "Properties",
2023
2579
  "children": [
2024
- 82,
2025
- 83,
2026
- 80,
2027
- 81
2580
+ 113,
2581
+ 114,
2582
+ 111,
2583
+ 112
2028
2584
  ]
2029
2585
  }
2030
2586
  ],
@@ -2033,12 +2589,12 @@
2033
2589
  "fileName": "types/product.ts",
2034
2590
  "line": 5,
2035
2591
  "character": 17,
2036
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/product.ts#L5"
2592
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/product.ts#L5"
2037
2593
  }
2038
2594
  ]
2039
2595
  },
2040
2596
  {
2041
- "id": 84,
2597
+ "id": 115,
2042
2598
  "name": "ProofResponse",
2043
2599
  "variant": "declaration",
2044
2600
  "kind": 256,
@@ -2053,7 +2609,7 @@
2053
2609
  },
2054
2610
  "children": [
2055
2611
  {
2056
- "id": 85,
2612
+ "id": 116,
2057
2613
  "name": "collectionId",
2058
2614
  "variant": "declaration",
2059
2615
  "kind": 1024,
@@ -2071,7 +2627,7 @@
2071
2627
  "fileName": "types/proof.ts",
2072
2628
  "line": 7,
2073
2629
  "character": 2,
2074
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L7"
2630
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L7"
2075
2631
  }
2076
2632
  ],
2077
2633
  "type": {
@@ -2080,7 +2636,7 @@
2080
2636
  }
2081
2637
  },
2082
2638
  {
2083
- "id": 86,
2639
+ "id": 117,
2084
2640
  "name": "createdAt",
2085
2641
  "variant": "declaration",
2086
2642
  "kind": 1024,
@@ -2098,7 +2654,7 @@
2098
2654
  "fileName": "types/proof.ts",
2099
2655
  "line": 9,
2100
2656
  "character": 2,
2101
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L9"
2657
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L9"
2102
2658
  }
2103
2659
  ],
2104
2660
  "type": {
@@ -2107,7 +2663,7 @@
2107
2663
  }
2108
2664
  },
2109
2665
  {
2110
- "id": 87,
2666
+ "id": 118,
2111
2667
  "name": "id",
2112
2668
  "variant": "declaration",
2113
2669
  "kind": 1024,
@@ -2125,7 +2681,7 @@
2125
2681
  "fileName": "types/proof.ts",
2126
2682
  "line": 11,
2127
2683
  "character": 2,
2128
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L11"
2684
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L11"
2129
2685
  }
2130
2686
  ],
2131
2687
  "type": {
@@ -2134,7 +2690,7 @@
2134
2690
  }
2135
2691
  },
2136
2692
  {
2137
- "id": 88,
2693
+ "id": 119,
2138
2694
  "name": "productId",
2139
2695
  "variant": "declaration",
2140
2696
  "kind": 1024,
@@ -2152,7 +2708,7 @@
2152
2708
  "fileName": "types/proof.ts",
2153
2709
  "line": 13,
2154
2710
  "character": 2,
2155
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L13"
2711
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L13"
2156
2712
  }
2157
2713
  ],
2158
2714
  "type": {
@@ -2161,7 +2717,7 @@
2161
2717
  }
2162
2718
  },
2163
2719
  {
2164
- "id": 89,
2720
+ "id": 120,
2165
2721
  "name": "tokenId",
2166
2722
  "variant": "declaration",
2167
2723
  "kind": 1024,
@@ -2179,7 +2735,7 @@
2179
2735
  "fileName": "types/proof.ts",
2180
2736
  "line": 15,
2181
2737
  "character": 2,
2182
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L15"
2738
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L15"
2183
2739
  }
2184
2740
  ],
2185
2741
  "type": {
@@ -2188,7 +2744,7 @@
2188
2744
  }
2189
2745
  },
2190
2746
  {
2191
- "id": 90,
2747
+ "id": 121,
2192
2748
  "name": "userId",
2193
2749
  "variant": "declaration",
2194
2750
  "kind": 1024,
@@ -2206,7 +2762,7 @@
2206
2762
  "fileName": "types/proof.ts",
2207
2763
  "line": 17,
2208
2764
  "character": 2,
2209
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L17"
2765
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L17"
2210
2766
  }
2211
2767
  ],
2212
2768
  "type": {
@@ -2215,7 +2771,7 @@
2215
2771
  }
2216
2772
  },
2217
2773
  {
2218
- "id": 91,
2774
+ "id": 122,
2219
2775
  "name": "values",
2220
2776
  "variant": "declaration",
2221
2777
  "kind": 1024,
@@ -2233,7 +2789,7 @@
2233
2789
  "fileName": "types/proof.ts",
2234
2790
  "line": 19,
2235
2791
  "character": 2,
2236
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L19"
2792
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L19"
2237
2793
  }
2238
2794
  ],
2239
2795
  "type": {
@@ -2261,13 +2817,13 @@
2261
2817
  {
2262
2818
  "title": "Properties",
2263
2819
  "children": [
2264
- 85,
2265
- 86,
2266
- 87,
2267
- 88,
2268
- 89,
2269
- 90,
2270
- 91
2820
+ 116,
2821
+ 117,
2822
+ 118,
2823
+ 119,
2824
+ 120,
2825
+ 121,
2826
+ 122
2271
2827
  ]
2272
2828
  }
2273
2829
  ],
@@ -2276,7 +2832,7 @@
2276
2832
  "fileName": "types/proof.ts",
2277
2833
  "line": 5,
2278
2834
  "character": 17,
2279
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/types/proof.ts#L5"
2835
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/types/proof.ts#L5"
2280
2836
  }
2281
2837
  ]
2282
2838
  },
@@ -2291,7 +2847,7 @@
2291
2847
  "fileName": "http.ts",
2292
2848
  "line": 17,
2293
2849
  "character": 16,
2294
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
2850
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
2295
2851
  }
2296
2852
  ],
2297
2853
  "signatures": [
@@ -2314,7 +2870,7 @@
2314
2870
  "fileName": "http.ts",
2315
2871
  "line": 17,
2316
2872
  "character": 16,
2317
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
2873
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
2318
2874
  }
2319
2875
  ],
2320
2876
  "parameters": [
@@ -2354,7 +2910,7 @@
2354
2910
  "fileName": "http.ts",
2355
2911
  "line": 19,
2356
2912
  "character": 2,
2357
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L19"
2913
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L19"
2358
2914
  }
2359
2915
  ],
2360
2916
  "type": {
@@ -2381,7 +2937,7 @@
2381
2937
  "fileName": "http.ts",
2382
2938
  "line": 18,
2383
2939
  "character": 2,
2384
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L18"
2940
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L18"
2385
2941
  }
2386
2942
  ],
2387
2943
  "type": {
@@ -2410,7 +2966,7 @@
2410
2966
  "fileName": "http.ts",
2411
2967
  "line": 20,
2412
2968
  "character": 2,
2413
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L20"
2969
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L20"
2414
2970
  }
2415
2971
  ],
2416
2972
  "type": {
@@ -2434,7 +2990,7 @@
2434
2990
  "fileName": "http.ts",
2435
2991
  "line": 17,
2436
2992
  "character": 39,
2437
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L17"
2993
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L17"
2438
2994
  }
2439
2995
  ]
2440
2996
  }
@@ -2459,7 +3015,7 @@
2459
3015
  "fileName": "http.ts",
2460
3016
  "line": 32,
2461
3017
  "character": 22,
2462
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
3018
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
2463
3019
  }
2464
3020
  ],
2465
3021
  "signatures": [
@@ -2482,7 +3038,7 @@
2482
3038
  "fileName": "http.ts",
2483
3039
  "line": 32,
2484
3040
  "character": 22,
2485
- "url": "https://github.com/Prove-Anything/smartlinks/blob/4a4aa523c93fa66ecc60b57bab64267bc2383b71/src/http.ts#L32"
3041
+ "url": "https://github.com/Prove-Anything/smartlinks/blob/67378c4713b080fd3aff9e38bb2be0c7a3b1a687/src/http.ts#L32"
2486
3042
  }
2487
3043
  ],
2488
3044
  "typeParameter": [
@@ -2535,6 +3091,7 @@
2535
3091
  "children": [
2536
3092
  29,
2537
3093
  34,
3094
+ 74,
2538
3095
  12,
2539
3096
  16,
2540
3097
  24
@@ -2543,12 +3100,12 @@
2543
3100
  {
2544
3101
  "title": "Interfaces",
2545
3102
  "children": [
2546
- 92,
2547
- 99,
2548
- 74,
2549
- 96,
2550
- 79,
2551
- 84
3103
+ 123,
3104
+ 130,
3105
+ 105,
3106
+ 127,
3107
+ 110,
3108
+ 115
2552
3109
  ]
2553
3110
  },
2554
3111
  {
@@ -3344,118 +3901,242 @@
3344
3901
  "qualifiedName": "percent"
3345
3902
  },
3346
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": {
3347
4028
  "sourceFileName": "src/types/collection.ts",
3348
4029
  "qualifiedName": "CollectionResponse"
3349
4030
  },
3350
- "75": {
4031
+ "106": {
3351
4032
  "sourceFileName": "src/types/collection.ts",
3352
4033
  "qualifiedName": "CollectionResponse.id"
3353
4034
  },
3354
- "76": {
4035
+ "107": {
3355
4036
  "sourceFileName": "src/types/collection.ts",
3356
4037
  "qualifiedName": "CollectionResponse.name"
3357
4038
  },
3358
- "77": {
4039
+ "108": {
3359
4040
  "sourceFileName": "src/types/collection.ts",
3360
4041
  "qualifiedName": "CollectionResponse.title"
3361
4042
  },
3362
- "78": {
4043
+ "109": {
3363
4044
  "sourceFileName": "src/types/collection.ts",
3364
4045
  "qualifiedName": "CollectionResponse.logoImage"
3365
4046
  },
3366
- "79": {
4047
+ "110": {
3367
4048
  "sourceFileName": "src/types/product.ts",
3368
4049
  "qualifiedName": "ProductResponse"
3369
4050
  },
3370
- "80": {
4051
+ "111": {
3371
4052
  "sourceFileName": "src/types/product.ts",
3372
4053
  "qualifiedName": "ProductResponse.id"
3373
4054
  },
3374
- "81": {
4055
+ "112": {
3375
4056
  "sourceFileName": "src/types/product.ts",
3376
4057
  "qualifiedName": "ProductResponse.name"
3377
4058
  },
3378
- "82": {
4059
+ "113": {
3379
4060
  "sourceFileName": "src/types/product.ts",
3380
4061
  "qualifiedName": "ProductResponse.description"
3381
4062
  },
3382
- "83": {
4063
+ "114": {
3383
4064
  "sourceFileName": "src/types/product.ts",
3384
4065
  "qualifiedName": "ProductResponse.heroImage"
3385
4066
  },
3386
- "84": {
4067
+ "115": {
3387
4068
  "sourceFileName": "src/types/proof.ts",
3388
4069
  "qualifiedName": "ProofResponse"
3389
4070
  },
3390
- "85": {
4071
+ "116": {
3391
4072
  "sourceFileName": "src/types/proof.ts",
3392
4073
  "qualifiedName": "ProofResponse.collectionId"
3393
4074
  },
3394
- "86": {
4075
+ "117": {
3395
4076
  "sourceFileName": "src/types/proof.ts",
3396
4077
  "qualifiedName": "ProofResponse.createdAt"
3397
4078
  },
3398
- "87": {
4079
+ "118": {
3399
4080
  "sourceFileName": "src/types/proof.ts",
3400
4081
  "qualifiedName": "ProofResponse.id"
3401
4082
  },
3402
- "88": {
4083
+ "119": {
3403
4084
  "sourceFileName": "src/types/proof.ts",
3404
4085
  "qualifiedName": "ProofResponse.productId"
3405
4086
  },
3406
- "89": {
4087
+ "120": {
3407
4088
  "sourceFileName": "src/types/proof.ts",
3408
4089
  "qualifiedName": "ProofResponse.tokenId"
3409
4090
  },
3410
- "90": {
4091
+ "121": {
3411
4092
  "sourceFileName": "src/types/proof.ts",
3412
4093
  "qualifiedName": "ProofResponse.userId"
3413
4094
  },
3414
- "91": {
4095
+ "122": {
3415
4096
  "sourceFileName": "src/types/proof.ts",
3416
4097
  "qualifiedName": "ProofResponse.values"
3417
4098
  },
3418
- "92": {
4099
+ "123": {
3419
4100
  "sourceFileName": "src/types/appConfiguration.ts",
3420
4101
  "qualifiedName": "AppConfigurationResponse"
3421
4102
  },
3422
- "93": {
4103
+ "124": {
3423
4104
  "sourceFileName": "src/types/appConfiguration.ts",
3424
4105
  "qualifiedName": "AppConfigurationResponse.id"
3425
4106
  },
3426
- "94": {
4107
+ "125": {
3427
4108
  "sourceFileName": "src/types/appConfiguration.ts",
3428
4109
  "qualifiedName": "AppConfigurationResponse.name"
3429
4110
  },
3430
- "95": {
4111
+ "126": {
3431
4112
  "sourceFileName": "src/types/appConfiguration.ts",
3432
4113
  "qualifiedName": "AppConfigurationResponse.settings"
3433
4114
  },
3434
- "96": {
4115
+ "127": {
3435
4116
  "sourceFileName": "src/types/error.ts",
3436
4117
  "qualifiedName": "ErrorResponse"
3437
4118
  },
3438
- "97": {
4119
+ "128": {
3439
4120
  "sourceFileName": "src/types/error.ts",
3440
4121
  "qualifiedName": "ErrorResponse.code"
3441
4122
  },
3442
- "98": {
4123
+ "129": {
3443
4124
  "sourceFileName": "src/types/error.ts",
3444
4125
  "qualifiedName": "ErrorResponse.message"
3445
4126
  },
3446
- "99": {
4127
+ "130": {
3447
4128
  "sourceFileName": "src/types/asset.ts",
3448
4129
  "qualifiedName": "AssetResponse"
3449
4130
  },
3450
- "100": {
4131
+ "131": {
3451
4132
  "sourceFileName": "src/types/asset.ts",
3452
4133
  "qualifiedName": "AssetResponse.id"
3453
4134
  },
3454
- "101": {
4135
+ "132": {
3455
4136
  "sourceFileName": "src/types/asset.ts",
3456
4137
  "qualifiedName": "AssetResponse.name"
3457
4138
  },
3458
- "102": {
4139
+ "133": {
3459
4140
  "sourceFileName": "src/types/asset.ts",
3460
4141
  "qualifiedName": "AssetResponse.url"
3461
4142
  }