@sphereon/ssi-sdk.ebsi-support 0.34.1-fix.114 → 0.34.1-fix.141

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.ebsi-support",
3
- "version": "0.34.1-fix.114+ee98a3e1",
3
+ "version": "0.34.1-fix.141+ea643e42",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -31,17 +31,17 @@
31
31
  "@sphereon/did-auth-siop-adapter": "0.19.1-feature.DIIPv4.106",
32
32
  "@sphereon/pex": "5.0.0-unstable.28",
33
33
  "@sphereon/pex-models": "^2.3.2",
34
- "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.34.1-fix.114+ee98a3e1",
35
- "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.114+ee98a3e1",
36
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.114+ee98a3e1",
37
- "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.114+ee98a3e1",
38
- "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.114+ee98a3e1",
39
- "@sphereon/ssi-sdk.contact-manager": "0.34.1-fix.114+ee98a3e1",
40
- "@sphereon/ssi-sdk.core": "0.34.1-fix.114+ee98a3e1",
41
- "@sphereon/ssi-sdk.oid4vci-holder": "0.34.1-fix.114+ee98a3e1",
42
- "@sphereon/ssi-sdk.presentation-exchange": "0.34.1-fix.114+ee98a3e1",
43
- "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.34.1-fix.114+ee98a3e1",
44
- "@sphereon/ssi-types": "0.34.1-fix.114+ee98a3e1",
34
+ "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.34.1-fix.141+ea643e42",
35
+ "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.141+ea643e42",
36
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.141+ea643e42",
37
+ "@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.141+ea643e42",
38
+ "@sphereon/ssi-sdk-ext.key-utils": "0.34.1-fix.141+ea643e42",
39
+ "@sphereon/ssi-sdk.contact-manager": "0.34.1-fix.141+ea643e42",
40
+ "@sphereon/ssi-sdk.core": "0.34.1-fix.141+ea643e42",
41
+ "@sphereon/ssi-sdk.oid4vci-holder": "0.34.1-fix.141+ea643e42",
42
+ "@sphereon/ssi-sdk.presentation-exchange": "0.34.1-fix.141+ea643e42",
43
+ "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.34.1-fix.141+ea643e42",
44
+ "@sphereon/ssi-types": "0.34.1-fix.141+ea643e42",
45
45
  "@veramo/core": "4.2.0",
46
46
  "@veramo/did-manager": "4.2.0",
47
47
  "@veramo/utils": "4.2.0",
@@ -58,12 +58,12 @@
58
58
  "devDependencies": {
59
59
  "@sphereon/oid4vci-client": "0.19.1-feature.DIIPv4.106",
60
60
  "@sphereon/oid4vci-common": "0.19.1-feature.DIIPv4.106",
61
- "@sphereon/ssi-express-support": "0.34.1-fix.114+ee98a3e1",
62
- "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.114+ee98a3e1",
63
- "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.114+ee98a3e1",
64
- "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.114+ee98a3e1",
65
- "@sphereon/ssi-sdk.data-store": "0.34.1-fix.114+ee98a3e1",
66
- "@sphereon/ssi-sdk.public-key-hosting": "0.34.1-fix.114+ee98a3e1",
61
+ "@sphereon/ssi-express-support": "0.34.1-fix.141+ea643e42",
62
+ "@sphereon/ssi-sdk-ext.key-manager": "0.34.1-fix.141+ea643e42",
63
+ "@sphereon/ssi-sdk-ext.kms-local": "0.34.1-fix.141+ea643e42",
64
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-fix.141+ea643e42",
65
+ "@sphereon/ssi-sdk.data-store": "0.34.1-fix.141+ea643e42",
66
+ "@sphereon/ssi-sdk.public-key-hosting": "0.34.1-fix.141+ea643e42",
67
67
  "@transmute/json-web-signature": "0.7.0-unstable.81",
68
68
  "@types/cors": "^2.8.17",
69
69
  "@types/express": "^4.17.21",
@@ -98,5 +98,5 @@
98
98
  "EBSI",
99
99
  "EBSI Authorization Client"
100
100
  ],
101
- "gitHead": "ee98a3e17c1241de776e164fcfe1e73d162c5902"
101
+ "gitHead": "ea643e42804501f2a323a73971465d527981123d"
102
102
  }
package/src/did/types.ts CHANGED
@@ -4,7 +4,7 @@ import { IService } from '@veramo/core'
4
4
  import { DIDDocument } from 'did-resolver'
5
5
  import { AccessListish, BigNumberish, BytesLike } from 'ethers'
6
6
  import { ApiOpts, EbsiEnvironment } from '../types/IEbsiSupport'
7
- import { CredentialRole } from '@sphereon/ssi-sdk.data-store'
7
+ import { CredentialRole } from '@sphereon/ssi-types'
8
8
 
9
9
  export type IContext = IAgentContext<IKeyManager>
10
10
 
@@ -3,7 +3,6 @@ import { getIssuerName } from '@sphereon/oid4vci-common'
3
3
  import {
4
4
  ConnectionType,
5
5
  CorrelationIdentifierType,
6
- CredentialRole,
7
6
  IdentityOrigin,
8
7
  NonPersistedParty,
9
8
  Party,
@@ -12,6 +11,7 @@ import {
12
11
  } from '@sphereon/ssi-sdk.data-store'
13
12
  import { OID4VCIMachine, OID4VCIMachineEvents, OID4VCIMachineInterpreter, OID4VCIMachineState } from '@sphereon/ssi-sdk.oid4vci-holder'
14
13
  import { Siopv2MachineInterpreter, Siopv2MachineState, Siopv2OID4VPLinkHandler } from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'
14
+ import { CredentialRole } from '@sphereon/ssi-types'
15
15
  import fetch from 'cross-fetch'
16
16
  import { logger } from '../index'
17
17
  import { IRequiredContext } from '../types/IEbsiSupport'
@@ -3,7 +3,8 @@ import { OID4VCICredentialFormat, RequestObjectOpts } from '@sphereon/oid4vci-co
3
3
  import { Format, PresentationDefinitionV2 } from '@sphereon/pex-models'
4
4
  import { IIdentifierResolution, ManagedIdentifierDidOpts, ManagedIdentifierDidResult } from '@sphereon/ssi-sdk-ext.identifier-resolution'
5
5
  import { IJwtService } from '@sphereon/ssi-sdk-ext.jwt-service'
6
- import { CredentialRole, IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store'
6
+ import { IBasicCredentialLocaleBranding, Party } from '@sphereon/ssi-sdk.data-store'
7
+ import { CredentialRole } from '@sphereon/ssi-types'
7
8
  import { ErrorDetails, IOID4VCIHolder, MappedCredentialToAccept } from '@sphereon/ssi-sdk.oid4vci-holder'
8
9
  import { IPresentationExchange } from '@sphereon/ssi-sdk.presentation-exchange'
9
10
  import { IDidAuthSiopOpAuthenticator } from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'