@learncard/learn-card-plugin 1.1.6 → 1.1.7

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.
@@ -3662,7 +3662,8 @@ var CredentialInfoValidator = mod.object({
3662
3662
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
3663
3663
  var PaginationOptionsValidator = mod.object({
3664
3664
  limit: mod.number(),
3665
- cursor: mod.string().optional()
3665
+ cursor: mod.string().optional(),
3666
+ sort: mod.string().optional()
3666
3667
  });
3667
3668
  var PaginationResponseValidator = mod.object({
3668
3669
  cursor: mod.string().optional(),