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

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 CHANGED
@@ -170,7 +170,7 @@ declare class DidAuthConfigEntity extends BaseConfigEntity {
170
170
 
171
171
  declare class OpenIdConfigEntity extends BaseConfigEntity {
172
172
  clientId: string;
173
- clientSecret: string;
173
+ clientSecret?: string;
174
174
  scopes: Array<string>;
175
175
  issuer: string;
176
176
  redirectUrl: string;
package/dist/index.d.ts CHANGED
@@ -170,7 +170,7 @@ declare class DidAuthConfigEntity extends BaseConfigEntity {
170
170
 
171
171
  declare class OpenIdConfigEntity extends BaseConfigEntity {
172
172
  clientId: string;
173
- clientSecret: string;
173
+ clientSecret?: string;
174
174
  scopes: Array<string>;
175
175
  issuer: string;
176
176
  redirectUrl: string;