@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-api 0.34.1-feature.DIIPv4.181 → 0.34.1-feature.DIIPv4.190

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/index.d.cts CHANGED
@@ -34,7 +34,7 @@ declare const CreateAuthorizationRequestBodySchema: z.ZodObject<{
34
34
  direct_post_response_redirect_uri: z.ZodOptional<z.ZodString>;
35
35
  callback: z.ZodOptional<z.ZodObject<{
36
36
  url: z.ZodString;
37
- verified_data: z.ZodOptional<z.ZodObject<{
37
+ verifiedData: z.ZodOptional<z.ZodObject<{
38
38
  modes: z.ZodOptional<z.ZodArray<z.ZodEnum<{
39
39
  authorization_response: _sphereon_did_auth_siop.VerifiedDataMode.AUTHORIZATION_RESPONSE;
40
40
  credential_claims_deserialized: _sphereon_did_auth_siop.VerifiedDataMode.CREDENTIAL_CLAIMS_DESERIALIZED;
package/dist/index.d.ts CHANGED
@@ -34,7 +34,7 @@ declare const CreateAuthorizationRequestBodySchema: z.ZodObject<{
34
34
  direct_post_response_redirect_uri: z.ZodOptional<z.ZodString>;
35
35
  callback: z.ZodOptional<z.ZodObject<{
36
36
  url: z.ZodString;
37
- verified_data: z.ZodOptional<z.ZodObject<{
37
+ verifiedData: z.ZodOptional<z.ZodObject<{
38
38
  modes: z.ZodOptional<z.ZodArray<z.ZodEnum<{
39
39
  authorization_response: _sphereon_did_auth_siop.VerifiedDataMode.AUTHORIZATION_RESPONSE;
40
40
  credential_claims_deserialized: _sphereon_did_auth_siop.VerifiedDataMode.CREDENTIAL_CLAIMS_DESERIALIZED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.siopv2-oid4vp-rp-rest-api",
3
- "version": "0.34.1-feature.DIIPv4.181+0fdd7af5",
3
+ "version": "0.34.1-feature.DIIPv4.190+dba3c4fc",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -23,16 +23,16 @@
23
23
  "start:dev": "ts-node __tests__/RestAPI.ts"
24
24
  },
25
25
  "dependencies": {
26
- "@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.126",
27
- "@sphereon/ssi-express-support": "0.34.1-feature.DIIPv4.181+0fdd7af5",
28
- "@sphereon/ssi-sdk.core": "0.34.1-feature.DIIPv4.181+0fdd7af5",
29
- "@sphereon/ssi-sdk.credential-validation": "0.34.1-feature.DIIPv4.181+0fdd7af5",
30
- "@sphereon/ssi-sdk.kv-store-temp": "0.34.1-feature.DIIPv4.181+0fdd7af5",
31
- "@sphereon/ssi-sdk.pd-manager": "0.34.1-feature.DIIPv4.181+0fdd7af5",
32
- "@sphereon/ssi-sdk.presentation-exchange": "0.34.1-feature.DIIPv4.181+0fdd7af5",
33
- "@sphereon/ssi-sdk.siopv2-oid4vp-common": "0.34.1-feature.DIIPv4.181+0fdd7af5",
34
- "@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth": "0.34.1-feature.DIIPv4.181+0fdd7af5",
35
- "@sphereon/ssi-types": "0.34.1-feature.DIIPv4.181+0fdd7af5",
26
+ "@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.161",
27
+ "@sphereon/ssi-express-support": "0.34.1-feature.DIIPv4.190+dba3c4fc",
28
+ "@sphereon/ssi-sdk.core": "0.34.1-feature.DIIPv4.190+dba3c4fc",
29
+ "@sphereon/ssi-sdk.credential-validation": "0.34.1-feature.DIIPv4.190+dba3c4fc",
30
+ "@sphereon/ssi-sdk.kv-store-temp": "0.34.1-feature.DIIPv4.190+dba3c4fc",
31
+ "@sphereon/ssi-sdk.pd-manager": "0.34.1-feature.DIIPv4.190+dba3c4fc",
32
+ "@sphereon/ssi-sdk.presentation-exchange": "0.34.1-feature.DIIPv4.190+dba3c4fc",
33
+ "@sphereon/ssi-sdk.siopv2-oid4vp-common": "0.34.1-feature.DIIPv4.190+dba3c4fc",
34
+ "@sphereon/ssi-sdk.siopv2-oid4vp-rp-auth": "0.34.1-feature.DIIPv4.190+dba3c4fc",
35
+ "@sphereon/ssi-types": "0.34.1-feature.DIIPv4.190+dba3c4fc",
36
36
  "@veramo/core": "4.2.0",
37
37
  "@veramo/credential-w3c": "4.2.0",
38
38
  "awesome-qr": "^2.1.5-rc.0",
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@decentralized-identity/ion-sdk": "^0.6.0",
52
- "@sphereon/did-auth-siop-adapter": "0.19.1-feature.DIIPv4.126",
52
+ "@sphereon/did-auth-siop-adapter": "0.19.1-feature.DIIPv4.161",
53
53
  "@sphereon/did-uni-client": "^0.6.3",
54
- "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.34.1-feature.DIIPv4.181+0fdd7af5",
55
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.DIIPv4.181+0fdd7af5",
56
- "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-feature.DIIPv4.181+0fdd7af5",
57
- "@sphereon/ssi-sdk.credential-vcdm": "0.34.1-feature.DIIPv4.181+0fdd7af5",
58
- "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.34.1-feature.DIIPv4.181+0fdd7af5",
59
- "@sphereon/ssi-sdk.data-store": "0.34.1-feature.DIIPv4.181+0fdd7af5",
54
+ "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.34.1-feature.DIIPv4.190+dba3c4fc",
55
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.DIIPv4.190+dba3c4fc",
56
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-feature.DIIPv4.190+dba3c4fc",
57
+ "@sphereon/ssi-sdk.credential-vcdm": "0.34.1-feature.DIIPv4.190+dba3c4fc",
58
+ "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.34.1-feature.DIIPv4.190+dba3c4fc",
59
+ "@sphereon/ssi-sdk.data-store": "0.34.1-feature.DIIPv4.190+dba3c4fc",
60
60
  "@types/body-parser": "^1.19.5",
61
61
  "@types/cookie-parser": "^1.4.7",
62
62
  "@types/cors": "^2.8.17",
@@ -115,5 +115,5 @@
115
115
  "OpenID Connect",
116
116
  "Authenticator"
117
117
  ],
118
- "gitHead": "0fdd7af5772f0165271cf42227e346291daafc85"
118
+ "gitHead": "dba3c4fcae5283ff9eb853a3f04542ec294f5ad5"
119
119
  }