@sphereon/ssi-sdk.oid4vci-issuer 0.34.1-feature.SSISDK.65.redirect.fix.260 → 0.34.1-feature.SSISDK.73.dcql.array.fix.267
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-feature.SSISDK.
|
|
3
|
+
"version": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
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-feature.SSISDK.
|
|
30
|
-
"@sphereon/oid4vci-common": "0.19.1-feature.SSISDK.
|
|
31
|
-
"@sphereon/oid4vci-issuer": "0.19.1-feature.SSISDK.
|
|
32
|
-
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-feature.SSISDK.
|
|
33
|
-
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.
|
|
34
|
-
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-feature.SSISDK.
|
|
35
|
-
"@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.
|
|
36
|
-
"@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.
|
|
37
|
-
"@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.
|
|
38
|
-
"@sphereon/ssi-sdk.data-store-types": "0.34.1-feature.SSISDK.
|
|
39
|
-
"@sphereon/ssi-sdk.kv-store-temp": "0.34.1-feature.SSISDK.
|
|
40
|
-
"@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-feature.SSISDK.
|
|
41
|
-
"@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-feature.SSISDK.
|
|
42
|
-
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.
|
|
43
|
-
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-feature.SSISDK.
|
|
44
|
-
"@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-feature.SSISDK.
|
|
45
|
-
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.
|
|
29
|
+
"@sphereon/oid4vci-client": "0.19.1-feature.SSISDK.73.dcql.array.fix.211",
|
|
30
|
+
"@sphereon/oid4vci-common": "0.19.1-feature.SSISDK.73.dcql.array.fix.211",
|
|
31
|
+
"@sphereon/oid4vci-issuer": "0.19.1-feature.SSISDK.73.dcql.array.fix.211",
|
|
32
|
+
"@sphereon/ssi-sdk-ext.did-utils": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
33
|
+
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
34
|
+
"@sphereon/ssi-sdk-ext.jwt-service": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
35
|
+
"@sphereon/ssi-sdk.agent-config": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
36
|
+
"@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
37
|
+
"@sphereon/ssi-sdk.data-store": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
38
|
+
"@sphereon/ssi-sdk.data-store-types": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
39
|
+
"@sphereon/ssi-sdk.kv-store-temp": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
40
|
+
"@sphereon/ssi-sdk.mdl-mdoc": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
41
|
+
"@sphereon/ssi-sdk.oid4vci-issuer-store": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
42
|
+
"@sphereon/ssi-sdk.sd-jwt": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
43
|
+
"@sphereon/ssi-sdk.vc-status-list": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
44
|
+
"@sphereon/ssi-sdk.vc-status-list-issuer": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
45
|
+
"@sphereon/ssi-types": "0.34.1-feature.SSISDK.73.dcql.array.fix.267+0975c977",
|
|
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-feature.SSISDK.
|
|
54
|
+
"@sphereon/did-auth-siop": "0.19.1-feature.SSISDK.73.dcql.array.fix.211",
|
|
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": "0975c97773493736db52a9bfa391b50594a0618b"
|
|
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
|