@sphereon/ssi-sdk.ebsi-support 0.36.1-next.11 → 0.36.1-next.39
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +20 -20
- package/src/functions/Attestation.ts +2 -1
- package/src/types/IEbsiSupport.ts +2 -1
package/dist/index.cjs
CHANGED
|
@@ -2453,7 +2453,7 @@ var ebsiCreateAttestationAuthRequestURL = /* @__PURE__ */ __name(async ({ client
|
|
|
2453
2453
|
]
|
|
2454
2454
|
};
|
|
2455
2455
|
}, "ebsiCreateAttestationAuthRequestURL");
|
|
2456
|
-
var ebsiGetAttestationInterpreter = /* @__PURE__ */ __name(async ({ clientId, authReqResult }, context) => {
|
|
2456
|
+
var ebsiGetAttestationInterpreter = /* @__PURE__ */ __name(async ({ clientId, authReqResult, walletType }, context) => {
|
|
2457
2457
|
const identifier = authReqResult.identifier;
|
|
2458
2458
|
const vciStateCallbacks = /* @__PURE__ */ new Map();
|
|
2459
2459
|
const vpStateCallbacks = /* @__PURE__ */ new Map();
|
|
@@ -2473,7 +2473,8 @@ var ebsiGetAttestationInterpreter = /* @__PURE__ */ __name(async ({ clientId, au
|
|
|
2473
2473
|
import_ssi_sdk_ext.SupportedDidMethodEnum.DID_EBSI,
|
|
2474
2474
|
import_ssi_sdk_ext.SupportedDidMethodEnum.DID_KEY
|
|
2475
2475
|
],
|
|
2476
|
-
stateNavigationListener: (0, import_ssi_sdk3.OID4VCICallbackStateListener)(vciStateCallbacks)
|
|
2476
|
+
stateNavigationListener: (0, import_ssi_sdk3.OID4VCICallbackStateListener)(vciStateCallbacks),
|
|
2477
|
+
walletType: walletType ?? "NATURAL_PERSON"
|
|
2477
2478
|
});
|
|
2478
2479
|
const vpLinkHandler = new import_ssi_sdk4.Siopv2OID4VPLinkHandler({
|
|
2479
2480
|
protocols: [
|