@learncard/network-plugin 1.7.3 → 1.7.4

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.
@@ -4494,7 +4494,8 @@ var CredentialInfoValidator = mod.object({
4494
4494
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
4495
4495
  var PaginationOptionsValidator = mod.object({
4496
4496
  limit: mod.number(),
4497
- cursor: mod.string().optional()
4497
+ cursor: mod.string().optional(),
4498
+ sort: mod.string().optional()
4498
4499
  });
4499
4500
  var PaginationResponseValidator = mod.object({
4500
4501
  cursor: mod.string().optional(),