@deboxsoft/module-core
Advanced tools
Comparing version 2.6.4 to 2.6.5
@@ -219,3 +219,3 @@ import { z, ZodType } from 'zod'; | ||
}>; | ||
declare const PaginationOptions: z.ZodDefault<z.ZodObject<{ | ||
declare const PaginationOptions: z.ZodObject<{ | ||
type: z.ZodOptional<z.ZodDefault<z.ZodEnum<["cursor", "default"]>>>; | ||
@@ -293,3 +293,3 @@ params: z.ZodOptional<z.ZodUnion<[z.ZodObject<z.extendShape<{ | ||
sortAsc?: boolean | undefined; | ||
}>>; | ||
}>; | ||
declare type PaginationOptions<F = any> = z.input<typeof PaginationOptions> & { | ||
@@ -296,0 +296,0 @@ filter?: F; |
@@ -172,3 +172,3 @@ var __defProp = Object.defineProperty; | ||
filter: z2.any().optional() | ||
}).default({}); | ||
}); | ||
var Pagination = z2.object({ | ||
@@ -175,0 +175,0 @@ data: z2.array(z2.any()), |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69873