@sphereon/ssi-sdk.credential-store 0.39.0 → 0.40.0

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
@@ -133,7 +133,7 @@ var require_plugin_schema = __commonJS({
133
133
  },
134
134
  CredentialStateType: {
135
135
  type: "string",
136
- enum: ["REVOKED", "VERIFIED", "EXPIRED"]
136
+ enum: ["REVOKED", "VERIFIED", "EXPIRED", "SUSPENDED", "UNTRUSTED"]
137
137
  },
138
138
  RegulationType: {
139
139
  type: "string",