@learncard/network-plugin 1.7.2 → 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.
@@ -4470,7 +4470,8 @@ var CredentialInfoValidator = mod.object({
4470
4470
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
4471
4471
  var PaginationOptionsValidator = mod.object({
4472
4472
  limit: mod.number(),
4473
- cursor: mod.string().optional()
4473
+ cursor: mod.string().optional(),
4474
+ sort: mod.string().optional()
4474
4475
  });
4475
4476
  var PaginationResponseValidator = mod.object({
4476
4477
  cursor: mod.string().optional(),