@learncard/helpers 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -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(),
|