@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.cjs CHANGED
@@ -4947,7 +4947,7 @@ var didAuthConfigFrom = /* @__PURE__ */ __name((config) => {
4947
4947
  };
4948
4948
  return replaceNullWithUndefined(result);
4949
4949
  }, "didAuthConfigFrom");
4950
- var isOpenIdConfig = /* @__PURE__ */ __name((config) => "clientSecret" in config && "issuer" in config && "redirectUrl" in config, "isOpenIdConfig");
4950
+ var isOpenIdConfig = /* @__PURE__ */ __name((config) => "clientId" in config && "issuer" in config && "redirectUrl" in config, "isOpenIdConfig");
4951
4951
  var isDidAuthConfig = /* @__PURE__ */ __name((config) => ("identifier" in config || "idOpts" in config && "identifier" in config.idOpts) && "redirectUrl" in config && "sessionId" in config, "isDidAuthConfig");
4952
4952
 
4953
4953
  // src/contact/ContactStore.ts