@sphereon/ssi-sdk.oid4vci-issuer 0.34.1-fix.254 → 0.34.1-fix.261
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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +20 -20
- package/src/types/IOID4VCIIssuer.ts +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPluginMethodMap, IAgentContext, IDIDManager, IResolver, IKeyManager, ICredentialIssuer, IAgentPlugin } from '@veramo/core';
|
|
2
|
-
import { CredentialDataSupplier, VcIssuer, CredentialSignerCallback, VcIssuerBuilder } from '@sphereon/oid4vci-issuer';
|
|
2
|
+
import { IssuerCorrelation, CredentialDataSupplier, VcIssuer, CredentialSignerCallback, VcIssuerBuilder } from '@sphereon/oid4vci-issuer';
|
|
3
3
|
import { Grant, CredentialConfigurationSupported, JsonLdIssuerCredentialDefinition, CredentialDataSupplierInput, QRCodeOpts, StatusListOpts, CredentialOfferMode, CredentialOfferSession, CredentialRequest, CredentialResponse, AccessTokenRequest, AccessTokenResponse, ClientMetadata, CredentialIssuerMetadataOpts, IssuerMetadata, AuthorizationServerMetadata, JwtVerifyResult, Jwt } from '@sphereon/oid4vci-common';
|
|
4
4
|
import { ResolveOpts, IDIDOptions } from '@sphereon/ssi-sdk-ext.did-utils';
|
|
5
5
|
import * as _sphereon_ssi_sdk_ext_identifier_resolution from '@sphereon/ssi-sdk-ext.identifier-resolution';
|
|
@@ -42,6 +42,7 @@ interface ICreateOfferArgs extends IIssuerInstanceArgs {
|
|
|
42
42
|
}
|
|
43
43
|
interface IIssueCredentialArgs extends IIssuerInstanceArgs {
|
|
44
44
|
credentialRequest: CredentialRequest;
|
|
45
|
+
issuerCorrelation: IssuerCorrelation;
|
|
45
46
|
credential?: ICredential;
|
|
46
47
|
credentialDataSupplier?: CredentialDataSupplier;
|
|
47
48
|
credentialDataSupplierInput?: CredentialDataSupplierInput;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IPluginMethodMap, IAgentContext, IDIDManager, IResolver, IKeyManager, ICredentialIssuer, IAgentPlugin } from '@veramo/core';
|
|
2
|
-
import { CredentialDataSupplier, VcIssuer, CredentialSignerCallback, VcIssuerBuilder } from '@sphereon/oid4vci-issuer';
|
|
2
|
+
import { IssuerCorrelation, CredentialDataSupplier, VcIssuer, CredentialSignerCallback, VcIssuerBuilder } from '@sphereon/oid4vci-issuer';
|
|
3
3
|
import { Grant, CredentialConfigurationSupported, JsonLdIssuerCredentialDefinition, CredentialDataSupplierInput, QRCodeOpts, StatusListOpts, CredentialOfferMode, CredentialOfferSession, CredentialRequest, CredentialResponse, AccessTokenRequest, AccessTokenResponse, ClientMetadata, CredentialIssuerMetadataOpts, IssuerMetadata, AuthorizationServerMetadata, JwtVerifyResult, Jwt } from '@sphereon/oid4vci-common';
|
|
4
4
|
import { ResolveOpts, IDIDOptions } from '@sphereon/ssi-sdk-ext.did-utils';
|
|
5
5
|
import * as _sphereon_ssi_sdk_ext_identifier_resolution from '@sphereon/ssi-sdk-ext.identifier-resolution';
|
|
@@ -42,6 +42,7 @@ interface ICreateOfferArgs extends IIssuerInstanceArgs {
|
|
|
42
42
|
}
|
|
43
43
|
interface IIssueCredentialArgs extends IIssuerInstanceArgs {
|
|
44
44
|
credentialRequest: CredentialRequest;
|
|
45
|
+
issuerCorrelation: IssuerCorrelation;
|
|
45
46
|
credential?: ICredential;
|
|
46
47
|
credentialDataSupplier?: CredentialDataSupplier;
|
|
47
48
|
credentialDataSupplierInput?: CredentialDataSupplierInput;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.oid4vci-issuer",
|
|
3
|
-
"version": "0.34.1-fix.
|
|
3
|
+
"version": "0.34.1-fix.261+231eb328",
|
|
4
4
|
"source": "./src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@sphereon/oid4vci-client": "0.19.1-
|
|
30
|
-
"@sphereon/oid4vci-common": "0.19.1-
|
|
31
|
-
"@sphereon/oid4vci-issuer": "0.19.1-
|
|
32
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.
|
|
33
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.
|
|
34
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.
|
|
35
|
-
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.
|
|
36
|
-
"@sphereon/ssi-sdk.core": "0.34.1-fix.
|
|
37
|
-
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.
|
|
38
|
-
"@sphereon/ssi-sdk.data-store-types": "0.34.1-fix.
|
|
39
|
-
"@sphereon/ssi-sdk.kv-store-temp": "0.34.1-fix.
|
|
40
|
-
"@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-fix.
|
|
41
|
-
"@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-fix.
|
|
42
|
-
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.
|
|
43
|
-
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.
|
|
44
|
-
"@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-fix.
|
|
45
|
-
"@sphereon/ssi-types": "0.34.1-fix.
|
|
29
|
+
"@sphereon/oid4vci-client": "0.19.1-fix.203",
|
|
30
|
+
"@sphereon/oid4vci-common": "0.19.1-fix.203",
|
|
31
|
+
"@sphereon/oid4vci-issuer": "0.19.1-fix.203",
|
|
32
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-fix.261+231eb328",
|
|
33
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-fix.261+231eb328",
|
|
34
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-fix.261+231eb328",
|
|
35
|
+
"@sphereon/ssi-sdk.agent-config": "0.34.1-fix.261+231eb328",
|
|
36
|
+
"@sphereon/ssi-sdk.core": "0.34.1-fix.261+231eb328",
|
|
37
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-fix.261+231eb328",
|
|
38
|
+
"@sphereon/ssi-sdk.data-store-types": "0.34.1-fix.261+231eb328",
|
|
39
|
+
"@sphereon/ssi-sdk.kv-store-temp": "0.34.1-fix.261+231eb328",
|
|
40
|
+
"@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-fix.261+231eb328",
|
|
41
|
+
"@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-fix.261+231eb328",
|
|
42
|
+
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-fix.261+231eb328",
|
|
43
|
+
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-fix.261+231eb328",
|
|
44
|
+
"@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-fix.261+231eb328",
|
|
45
|
+
"@sphereon/ssi-types": "0.34.1-fix.261+231eb328",
|
|
46
46
|
"@types/uuid": "^9.0.8",
|
|
47
47
|
"@veramo/core": "4.2.0",
|
|
48
48
|
"@veramo/credential-w3c": "4.2.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"uuid": "^9.0.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@sphereon/did-auth-siop": "0.19.1-
|
|
54
|
+
"@sphereon/did-auth-siop": "0.19.1-fix.203",
|
|
55
55
|
"@sphereon/did-uni-client": "^0.6.3",
|
|
56
56
|
"@veramo/did-provider-key": "4.2.0",
|
|
57
57
|
"@veramo/did-resolver": "4.2.0",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"OpenID Connect",
|
|
86
86
|
"Authenticator"
|
|
87
87
|
],
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "231eb328a02e476d22fbbfa8fb0095dd671bcb90"
|
|
89
89
|
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
QRCodeOpts,
|
|
15
15
|
StatusListOpts,
|
|
16
16
|
} from '@sphereon/oid4vci-common'
|
|
17
|
-
import { CredentialDataSupplier } from '@sphereon/oid4vci-issuer'
|
|
17
|
+
import { CredentialDataSupplier, IssuerCorrelation } from '@sphereon/oid4vci-issuer'
|
|
18
18
|
import { IDIDOptions, ResolveOpts } from '@sphereon/ssi-sdk-ext.did-utils'
|
|
19
19
|
import { IIdentifierResolution, ManagedIdentifierOptsOrResult } from '@sphereon/ssi-sdk-ext.identifier-resolution'
|
|
20
20
|
import { IOID4VCIStore } from '@sphereon/ssi-sdk.oid4vci-issuer-store'
|
|
@@ -62,6 +62,7 @@ export interface ICreateOfferArgs extends IIssuerInstanceArgs {
|
|
|
62
62
|
|
|
63
63
|
export interface IIssueCredentialArgs extends IIssuerInstanceArgs {
|
|
64
64
|
credentialRequest: CredentialRequest
|
|
65
|
+
issuerCorrelation: IssuerCorrelation
|
|
65
66
|
credential?: ICredential
|
|
66
67
|
credentialDataSupplier?: CredentialDataSupplier
|
|
67
68
|
credentialDataSupplierInput?: CredentialDataSupplierInput
|