@learncard/helpers 1.0.11 → 1.0.12
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.
package/dist/helpers.esm.js
CHANGED
|
@@ -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(),
|