@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.
|
@@ -3780,7 +3780,8 @@ var require_types_cjs_development = __commonJS({
|
|
|
3780
3780
|
var CredentialRecordValidator = mod.object({ id: mod.string(), uri: mod.string() }).catchall(mod.any());
|
|
3781
3781
|
var PaginationOptionsValidator = mod.object({
|
|
3782
3782
|
limit: mod.number(),
|
|
3783
|
-
cursor: mod.string().optional()
|
|
3783
|
+
cursor: mod.string().optional(),
|
|
3784
|
+
sort: mod.string().optional()
|
|
3784
3785
|
});
|
|
3785
3786
|
var PaginationResponseValidator = mod.object({
|
|
3786
3787
|
cursor: mod.string().optional(),
|