@sphereon/ssi-sdk.presentation-exchange 0.34.1-feature.SSISDK.45.91 → 0.34.1-feature.SSISDK.45.92
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 {
|
|
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 {
|
|
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.
|
|
3
|
+
"version": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
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.
|
|
32
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.45.
|
|
33
|
-
"@sphereon/ssi-sdk.credential-store": "0.34.1-feature.SSISDK.45.
|
|
34
|
-
"@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.
|
|
35
|
-
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.45.
|
|
36
|
-
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.
|
|
31
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
32
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
33
|
+
"@sphereon/ssi-sdk.credential-store": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
34
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
35
|
+
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
36
|
+
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
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.
|
|
41
|
+
"@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.45.92+2ab829e2",
|
|
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": "
|
|
77
|
+
"gitHead": "2ab829e2818c1354074120b4f04a4830c20a731f"
|
|
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 {
|
|
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 {
|