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

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
@@ -290,6 +290,7 @@ declare class CredentialClaimsEntity extends BaseEntity {
290
290
  id: string;
291
291
  key: string;
292
292
  name: string;
293
+ order?: number;
293
294
  credentialLocaleBranding: CredentialLocaleBrandingEntity;
294
295
  validate(): Promise<undefined>;
295
296
  }
package/dist/index.d.ts CHANGED
@@ -290,6 +290,7 @@ declare class CredentialClaimsEntity extends BaseEntity {
290
290
  id: string;
291
291
  key: string;
292
292
  name: string;
293
+ order?: number;
293
294
  credentialLocaleBranding: CredentialLocaleBrandingEntity;
294
295
  validate(): Promise<undefined>;
295
296
  }