@sphereon/ssi-sdk.data-store 0.36.1-next.150 → 0.36.1-next.152

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.js CHANGED
@@ -4791,7 +4791,7 @@ var didAuthConfigFrom = /* @__PURE__ */ __name((config) => {
4791
4791
  };
4792
4792
  return replaceNullWithUndefined(result);
4793
4793
  }, "didAuthConfigFrom");
4794
- var isOpenIdConfig = /* @__PURE__ */ __name((config) => "clientSecret" in config && "issuer" in config && "redirectUrl" in config, "isOpenIdConfig");
4794
+ var isOpenIdConfig = /* @__PURE__ */ __name((config) => "clientId" in config && "issuer" in config && "redirectUrl" in config, "isOpenIdConfig");
4795
4795
  var isDidAuthConfig = /* @__PURE__ */ __name((config) => ("identifier" in config || "idOpts" in config && "identifier" in config.idOpts) && "redirectUrl" in config && "sessionId" in config, "isDidAuthConfig");
4796
4796
 
4797
4797
  // src/contact/ContactStore.ts