@learncard/helpers 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -3775,7 +3775,8 @@ var require_types_cjs_development = __commonJS({
3775
3775
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
3776
3776
  var PaginationOptionsValidator = mod.object({
3777
3777
  limit: mod.number(),
3778
- cursor: mod.string().optional()
3778
+ cursor: mod.string().optional(),
3779
+ sort: mod.string().optional()
3779
3780
  });
3780
3781
  var PaginationResponseValidator = mod.object({
3781
3782
  cursor: mod.string().optional(),