@sphereon/ssi-sdk.presentation-exchange 0.34.1-feature.SSISDK.45.91 → 0.34.1-feature.SSISDK.45.93

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
@@ -1,9 +1,9 @@
1
1
  import { IPluginMethodMap, IIdentifier, IAgentContext, IDataStoreORM, IResolver, IDIDManager, ICredentialPlugin, PresentationPayload, IAgentPlugin, ProofFormat } from '@veramo/core';
2
2
  import { IIdentifierResolution, ManagedIdentifierOptsOrResult } from '@sphereon/ssi-sdk-ext.identifier-resolution';
3
- import { W3CVerifiableCredential, IPresentation, Optional, SdJwtDecodedVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types';
3
+ import { CredentialRole, W3CVerifiableCredential, IPresentation, Optional, SdJwtDecodedVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types';
4
4
  import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex';
5
5
  import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models';
6
- import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store';
6
+ import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store';
7
7
  import { ISDJwtPlugin } from '@sphereon/ssi-sdk.sd-jwt';
8
8
 
9
9
  interface IPresentationExchange extends IPluginMethodMap {
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import { IPluginMethodMap, IIdentifier, IAgentContext, IDataStoreORM, IResolver, IDIDManager, ICredentialPlugin, PresentationPayload, IAgentPlugin, ProofFormat } from '@veramo/core';
2
2
  import { IIdentifierResolution, ManagedIdentifierOptsOrResult } from '@sphereon/ssi-sdk-ext.identifier-resolution';
3
- import { W3CVerifiableCredential, IPresentation, Optional, SdJwtDecodedVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types';
3
+ import { CredentialRole, W3CVerifiableCredential, IPresentation, Optional, SdJwtDecodedVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types';
4
4
  import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex';
5
5
  import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models';
6
- import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store';
6
+ import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store';
7
7
  import { ISDJwtPlugin } from '@sphereon/ssi-sdk.sd-jwt';
8
8
 
9
9
  interface IPresentationExchange extends IPluginMethodMap {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.presentation-exchange",
3
- "version": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
3
+ "version": "0.34.1-feature.SSISDK.45.93+e2988de4",
4
4
  "source": "src/index.ts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,17 +28,17 @@
28
28
  "dependencies": {
29
29
  "@sphereon/pex": "5.0.0-unstable.28",
30
30
  "@sphereon/pex-models": "^2.3.2",
31
- "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
32
- "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
33
- "@sphereon/ssi-sdk.credential-store": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
34
- "@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
35
- "@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
36
- "@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
31
+ "@sphereon/ssi-sdk-ext.did-utils": "0.34.1-feature.SSISDK.45.93+e2988de4",
32
+ "@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.45.93+e2988de4",
33
+ "@sphereon/ssi-sdk.credential-store": "0.34.1-feature.SSISDK.45.93+e2988de4",
34
+ "@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.93+e2988de4",
35
+ "@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.45.93+e2988de4",
36
+ "@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.93+e2988de4",
37
37
  "@veramo/core": "4.2.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@sphereon/did-uni-client": "^0.6.3",
41
- "@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.45.91+6ae6b9c3",
41
+ "@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.45.93+e2988de4",
42
42
  "@types/json-buffer": "^3.0.2",
43
43
  "@veramo/did-provider-key": "4.2.0",
44
44
  "@veramo/did-resolver": "4.2.0",
@@ -74,5 +74,5 @@
74
74
  "OpenID Connect",
75
75
  "Authenticator"
76
76
  ],
77
- "gitHead": "6ae6b9c36801e6f4d33f30e729fc92a99c3393fb"
77
+ "gitHead": "e2988de4fefe3562aa17e64048824f17672d7cd5"
78
78
  }
@@ -12,7 +12,8 @@ import {
12
12
  import { IPresentation, Optional, SdJwtDecodedVerifiableCredential, W3CVerifiableCredential, W3CVerifiablePresentation } from '@sphereon/ssi-types'
13
13
  import { IPresentationDefinition, PEVersion, SelectResults } from '@sphereon/pex'
14
14
  import { Format, InputDescriptorV1, InputDescriptorV2 } from '@sphereon/pex-models'
15
- import { CredentialRole, FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store'
15
+ import { FindDigitalCredentialArgs } from '@sphereon/ssi-sdk.data-store'
16
+ import { CredentialRole } from '@sphereon/ssi-types'
16
17
  import { ISDJwtPlugin } from '@sphereon/ssi-sdk.sd-jwt'
17
18
 
18
19
  export interface IPresentationExchange extends IPluginMethodMap {