@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.
@@ -3828,7 +3828,8 @@ var require_types_cjs_development = __commonJS({
3828
3828
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
3829
3829
  var PaginationOptionsValidator = mod.object({
3830
3830
  limit: mod.number(),
3831
- cursor: mod.string().optional()
3831
+ cursor: mod.string().optional(),
3832
+ sort: mod.string().optional()
3832
3833
  });
3833
3834
  var PaginationResponseValidator = mod.object({
3834
3835
  cursor: mod.string().optional(),