@learncard/ceramic-plugin 1.0.8 → 1.0.9

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.
@@ -51305,7 +51305,8 @@ var CredentialInfoValidator = mod.object({
51305
51305
  var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
51306
51306
  var PaginationOptionsValidator = mod.object({
51307
51307
  limit: mod.number(),
51308
- cursor: mod.string().optional()
51308
+ cursor: mod.string().optional(),
51309
+ sort: mod.string().optional()
51309
51310
  });
51310
51311
  var PaginationResponseValidator = mod.object({
51311
51312
  cursor: mod.string().optional(),