@velocitycareerlabs/server-webwallet 1.26.0-dev-build.171645d51 → 1.26.0-dev-build.1ad63e207
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@velocitycareerlabs/server-webwallet",
|
|
3
|
-
"version": "1.26.0-dev-build.
|
|
3
|
+
"version": "1.26.0-dev-build.1ad63e207",
|
|
4
4
|
"description": "Web Wallet application",
|
|
5
5
|
"repository": "https://github.com/velocitycareerlabs/packages",
|
|
6
6
|
"engines": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@fastify/swagger": "^9.0.0",
|
|
34
34
|
"@fastify/swagger-ui": "^5.0.0",
|
|
35
35
|
"@spencejs/spence-mongo-repos": "^0.10.2",
|
|
36
|
-
"@velocitycareerlabs/migrations": "1.26.0-dev-build.
|
|
36
|
+
"@velocitycareerlabs/migrations": "1.26.0-dev-build.1ad63e207",
|
|
37
37
|
"@verii/auth": "1.0.0-pre.1754473517",
|
|
38
38
|
"@verii/common-functions": "1.0.0-pre.1754473517",
|
|
39
39
|
"@verii/common-schemas": "1.0.0-pre.1754473517",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"nodemon": "3.1.10",
|
|
74
74
|
"prettier": "2.8.8"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "244188d5b206fb4a39eb198807b26cff6bf21b93"
|
|
77
77
|
}
|
|
@@ -32,6 +32,12 @@ const webWalletCredentialResponseSchema = {
|
|
|
32
32
|
},
|
|
33
33
|
issuer: {
|
|
34
34
|
type: 'object',
|
|
35
|
+
properties: {
|
|
36
|
+
id: {
|
|
37
|
+
type: 'string',
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
required: ['id'],
|
|
35
41
|
additionalProperties: true,
|
|
36
42
|
},
|
|
37
43
|
contentHash: {
|
|
@@ -107,6 +113,9 @@ const webWalletCredentialResponseSchema = {
|
|
|
107
113
|
},
|
|
108
114
|
},
|
|
109
115
|
},
|
|
116
|
+
feed: {
|
|
117
|
+
type: 'boolean',
|
|
118
|
+
},
|
|
110
119
|
},
|
|
111
120
|
required: [
|
|
112
121
|
'id',
|