@learncard/didkey-plugin 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -3805,7 +3805,8 @@ var require_types_cjs_development = __commonJS({
3805
3805
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
3806
3806
  var PaginationOptionsValidator = mod.object({
3807
3807
  limit: mod.number(),
3808
- cursor: mod.string().optional()
3808
+ cursor: mod.string().optional(),
3809
+ sort: mod.string().optional()
3809
3810
  });
3810
3811
  var PaginationResponseValidator = mod.object({
3811
3812
  cursor: mod.string().optional(),