@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-fix.117 → 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/dist/index.cjs +13 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +19 -19
- package/src/agent/DidAuthSiopOpAuthenticator.ts +4 -21
- package/src/services/Siopv2MachineService.ts +75 -101
package/dist/index.js
CHANGED
|
@@ -367,8 +367,8 @@ var plugin_schema_default = {
|
|
|
367
367
|
|
|
368
368
|
// src/agent/DidAuthSiopOpAuthenticator.ts
|
|
369
369
|
import { decodeUriAsJson } from "@sphereon/did-auth-siop";
|
|
370
|
-
import { ConnectionType as ConnectionType2, CorrelationIdentifierType,
|
|
371
|
-
import { Loggers as Loggers4 } from "@sphereon/ssi-types";
|
|
370
|
+
import { ConnectionType as ConnectionType2, CorrelationIdentifierType, IdentityOrigin } from "@sphereon/ssi-sdk.data-store";
|
|
371
|
+
import { Loggers as Loggers4, CredentialRole as CredentialRole2 } from "@sphereon/ssi-types";
|
|
372
372
|
import { v4 as uuidv4 } from "uuid";
|
|
373
373
|
|
|
374
374
|
// src/session/functions.ts
|
|
@@ -1292,7 +1292,8 @@ var Siopv2Machine = class {
|
|
|
1292
1292
|
import { SupportedVersion as SupportedVersion2 } from "@sphereon/did-auth-siop";
|
|
1293
1293
|
import { isOID4VCIssuerIdentifier } from "@sphereon/ssi-sdk-ext.identifier-resolution";
|
|
1294
1294
|
import { verifiableCredentialForRoleFilter } from "@sphereon/ssi-sdk.credential-store";
|
|
1295
|
-
import { ConnectionType
|
|
1295
|
+
import { ConnectionType } from "@sphereon/ssi-sdk.data-store";
|
|
1296
|
+
import { CredentialRole } from "@sphereon/ssi-types";
|
|
1296
1297
|
import { CredentialMapper as CredentialMapper3, Loggers as Loggers3 } from "@sphereon/ssi-types";
|
|
1297
1298
|
import { encodeJoseBlob } from "@sphereon/ssi-sdk.core";
|
|
1298
1299
|
import { DcqlPresentation, DcqlQuery } from "dcql";
|