@sphereon/ssi-sdk.credential-validation 0.32.0 → 0.32.1-feature.MWALL.715.46
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/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
- package/plugin.schema.json +26 -62
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.credential-validation",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
|
|
19
|
-
"@sphereon/ssi-sdk.agent-config": "0.32.
|
|
20
|
-
"@sphereon/ssi-sdk.core": "0.32.
|
|
21
|
-
"@sphereon/ssi-sdk.mdl-mdoc": "0.32.
|
|
22
|
-
"@sphereon/ssi-sdk.sd-jwt": "0.32.
|
|
23
|
-
"@sphereon/ssi-types": "0.32.
|
|
19
|
+
"@sphereon/ssi-sdk.agent-config": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
20
|
+
"@sphereon/ssi-sdk.core": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
21
|
+
"@sphereon/ssi-sdk.mdl-mdoc": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
22
|
+
"@sphereon/ssi-sdk.sd-jwt": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
23
|
+
"@sphereon/ssi-types": "0.32.1-feature.MWALL.715.46+6abab537",
|
|
24
24
|
"@veramo/core": "4.2.0",
|
|
25
25
|
"@veramo/utils": "4.2.0",
|
|
26
26
|
"ajv": "^8.17.1",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"Credential",
|
|
55
55
|
"VerifiableCredential"
|
|
56
56
|
],
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "6abab5370968ad292d6e03dbc86b5ef5a49834ca"
|
|
58
58
|
}
|
package/plugin.schema.json
CHANGED
|
@@ -895,19 +895,11 @@
|
|
|
895
895
|
"description": "In case of JWT credential it will be the decoded version. In other cases it will be the same as original one"
|
|
896
896
|
},
|
|
897
897
|
"type": {
|
|
898
|
-
"
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
{
|
|
904
|
-
"type": "string",
|
|
905
|
-
"const": "jwt-encoded"
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"type": "string",
|
|
909
|
-
"const": "jwt-decoded"
|
|
910
|
-
}
|
|
898
|
+
"type": "string",
|
|
899
|
+
"enum": [
|
|
900
|
+
"json-ld",
|
|
901
|
+
"jwt-encoded",
|
|
902
|
+
"jwt-decoded"
|
|
911
903
|
],
|
|
912
904
|
"description": "Type of this credential. Supported types are json-ld, jwt (decoded/encoded)"
|
|
913
905
|
},
|
|
@@ -953,15 +945,10 @@
|
|
|
953
945
|
"description": "Decoded version of the SD-JWT payload. This is the decoded payload, rather than the whole SD-JWT as the `decoded` property is used in e.g. PEX to check for path filters from fields. The full decoded credential can be found in the `credential` field."
|
|
954
946
|
},
|
|
955
947
|
"type": {
|
|
956
|
-
"
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"type": "string",
|
|
963
|
-
"const": "sd-jwt-vc-encoded"
|
|
964
|
-
}
|
|
948
|
+
"type": "string",
|
|
949
|
+
"enum": [
|
|
950
|
+
"sd-jwt-vc-decoded",
|
|
951
|
+
"sd-jwt-vc-encoded"
|
|
965
952
|
],
|
|
966
953
|
"description": "Type of this credential."
|
|
967
954
|
},
|
|
@@ -1006,15 +993,10 @@
|
|
|
1006
993
|
"description": "Record where keys are the namespaces and the values are objects again with the namespace values"
|
|
1007
994
|
},
|
|
1008
995
|
"type": {
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
"type": "string",
|
|
1016
|
-
"const": "mso_mdoc-encoded"
|
|
1017
|
-
}
|
|
996
|
+
"type": "string",
|
|
997
|
+
"enum": [
|
|
998
|
+
"mso_mdoc-decoded",
|
|
999
|
+
"mso_mdoc-encoded"
|
|
1018
1000
|
],
|
|
1019
1001
|
"description": "Type of this credential."
|
|
1020
1002
|
},
|
|
@@ -1089,19 +1071,11 @@
|
|
|
1089
1071
|
"description": "In case of JWT VP it will be the decoded version. In other cases it will be the same as original one"
|
|
1090
1072
|
},
|
|
1091
1073
|
"type": {
|
|
1092
|
-
"
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
{
|
|
1098
|
-
"type": "string",
|
|
1099
|
-
"const": "jwt-encoded"
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"type": "string",
|
|
1103
|
-
"const": "jwt-decoded"
|
|
1104
|
-
}
|
|
1074
|
+
"type": "string",
|
|
1075
|
+
"enum": [
|
|
1076
|
+
"json-ld",
|
|
1077
|
+
"jwt-encoded",
|
|
1078
|
+
"jwt-decoded"
|
|
1105
1079
|
],
|
|
1106
1080
|
"description": "Type of this Presentation. Supported types are json-ld and jwt (decoded/encoded) and sd-jwt-vc (decoded/encoded)"
|
|
1107
1081
|
},
|
|
@@ -1369,15 +1343,10 @@
|
|
|
1369
1343
|
"description": "Decoded version of the SD-JWT payload. This is the decoded payload, rather than the whole SD-JWT."
|
|
1370
1344
|
},
|
|
1371
1345
|
"type": {
|
|
1372
|
-
"
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
"type": "string",
|
|
1379
|
-
"const": "sd-jwt-vc-encoded"
|
|
1380
|
-
}
|
|
1346
|
+
"type": "string",
|
|
1347
|
+
"enum": [
|
|
1348
|
+
"sd-jwt-vc-decoded",
|
|
1349
|
+
"sd-jwt-vc-encoded"
|
|
1381
1350
|
],
|
|
1382
1351
|
"description": "Type of this Presentation."
|
|
1383
1352
|
},
|
|
@@ -1428,15 +1397,10 @@
|
|
|
1428
1397
|
"description": "Decoded version of the SD-JWT payload. This is the decoded payload, rather than the whole SD-JWT."
|
|
1429
1398
|
},
|
|
1430
1399
|
"type": {
|
|
1431
|
-
"
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"type": "string",
|
|
1438
|
-
"const": "mso_mdoc-decoded"
|
|
1439
|
-
}
|
|
1400
|
+
"type": "string",
|
|
1401
|
+
"enum": [
|
|
1402
|
+
"mso_mdoc-encoded",
|
|
1403
|
+
"mso_mdoc-decoded"
|
|
1440
1404
|
],
|
|
1441
1405
|
"description": "Type of this Presentation."
|
|
1442
1406
|
},
|