@sphereon/ssi-sdk.siopv2-oid4vp-common 0.34.1-feature.SSISDK.47.42 → 0.34.1-feature.SSISDK.47.43

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": "@sphereon/ssi-sdk.siopv2-oid4vp-common",
3
- "version": "0.34.1-feature.SSISDK.47.42+117ad37d",
3
+ "version": "0.34.1-feature.SSISDK.47.43+3fc7073e",
4
4
  "description": "Common SIOPv2 and OID4VP types between modules",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@sphereon/did-auth-siop": "0.19.1-next.2",
29
- "@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.47.42+117ad37d",
30
- "@sphereon/ssi-types": "0.34.1-feature.SSISDK.47.42+117ad37d",
29
+ "@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.47.43+3fc7073e",
30
+ "@sphereon/ssi-types": "0.34.1-feature.SSISDK.47.43+3fc7073e",
31
31
  "uint8arrays": "^3.1.1"
32
32
  },
33
33
  "scripts": {
@@ -43,5 +43,5 @@
43
43
  "README.md",
44
44
  "LICENSE"
45
45
  ],
46
- "gitHead": "117ad37d1397fe6c2f99f499761323dd8158699e"
46
+ "gitHead": "3fc7073e79dce4fb4593b9ef01e3eaf320024463"
47
47
  }
package/src/auth-model.ts CHANGED
@@ -10,9 +10,9 @@ export interface AuthorizationChallengeValidationResponse {
10
10
  presentation_during_issuance_session: string
11
11
  }
12
12
 
13
- export type AuthorizationRequestStateStatus = "authorization_request_created" | "authorization_request_retrieved" | "error"//(typeof authorizationRequestStatuses)[number];
13
+ export type AuthorizationRequestStateStatus = "authorization_request_created" | "authorization_request_retrieved" | "error"
14
14
 
15
- export type AuthorizationResponseStateStatus = "authorization_response_received" | "authorization_response_verified" | "error"//(typeof authorizationResponseStatuses)[number];
15
+ export type AuthorizationResponseStateStatus = "authorization_response_received" | "authorization_response_verified" | "error"
16
16
 
17
17
  export interface GenerateAuthRequestURIResponse {
18
18
  correlationId: string