@deboxsoft/module-core
Advanced tools
Comparing version 2.6.8 to 2.6.9
@@ -294,7 +294,9 @@ import { z, ZodType } from 'zod'; | ||
declare type PaginationOptions<F = any> = z.input<typeof PaginationOptions> & { | ||
type?: z.TypeOf<typeof PaginationType>; | ||
params?: PageDefaultParams | PageCursorParams; | ||
sortField?: string; | ||
sortAsc?: boolean; | ||
sort?: Record<keyof F, 1 | -1>; | ||
filter?: F; | ||
}; | ||
declare type PaginationOptionsOutput<F = any> = z.output<typeof PaginationOptions> & { | ||
filter?: F; | ||
}; | ||
declare const PageInfo: z.ZodObject<{ | ||
@@ -643,2 +645,2 @@ total: z.ZodOptional<z.ZodNumber>; | ||
export { AlternativeType, AppConfig, BooleanResponse, CONFIG_KEY, Config, Container, DateSchema, DbxError, DbxErrorOptions, Filter, FilterCondition, FilterOperators, IdParams, IdSchema, Join, LOGGER_KEY, Logger, MakeSchema, ModuleConfig, NestedPaths, NotificationType, NumberResponse, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationOptionsOutput, PaginationType, PropertyType, RangeDate, RangeDateSchema, RegExpOrString, RootFilterOperators, StringResponse, TimeStampSchema, clamp, cloneDeep, createLoggerConsole, dayTimeZone, debounce, getAppConfig, getConfig, getLogger, getRangeDate, isEmpty, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, kindOf, makeSchemaResponse, omit, pickBy, pull, throttle, transformDefaultPageInfo }; | ||
export { AlternativeType, AppConfig, BooleanResponse, CONFIG_KEY, Config, Container, DateSchema, DbxError, DbxErrorOptions, Filter, FilterCondition, FilterOperators, IdParams, IdSchema, Join, LOGGER_KEY, Logger, MakeSchema, ModuleConfig, NestedPaths, NotificationType, NumberResponse, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, PropertyType, RangeDate, RangeDateSchema, RegExpOrString, RootFilterOperators, StringResponse, TimeStampSchema, clamp, cloneDeep, createLoggerConsole, dayTimeZone, debounce, getAppConfig, getConfig, getLogger, getRangeDate, isEmpty, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, kindOf, makeSchemaResponse, omit, pickBy, pull, throttle, transformDefaultPageInfo }; |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.8", | ||
"version": "2.6.9", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
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
72814
2187