@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.js CHANGED
@@ -117,7 +117,7 @@ var require_plugin_schema = __commonJS({
117
117
  },
118
118
  CredentialStateType: {
119
119
  type: "string",
120
- enum: ["REVOKED", "VERIFIED", "EXPIRED"]
120
+ enum: ["REVOKED", "VERIFIED", "EXPIRED", "SUSPENDED", "UNTRUSTED"]
121
121
  },
122
122
  RegulationType: {
123
123
  type: "string",