@deboxsoft/module-core
Advanced tools
Comparing version 2.6.86 to 2.6.87
@@ -11,3 +11,3 @@ import * as _zod from 'zod'; | ||
export * from 'openapi3-ts'; | ||
import { OpenAPIGenerator } from '@asteasolutions/zod-to-openapi'; | ||
import { OpenAPIGenerator, OpenAPIRegistry } from '@asteasolutions/zod-to-openapi'; | ||
export { ZodOpenAPIMetadata, extendZodWithOpenApi } from '@asteasolutions/zod-to-openapi'; | ||
@@ -696,2 +696,3 @@ export { A as AlternativeType, k as AppConfig, l as CONFIG_KEY, m as Callback, j as Config, n as ConfigService, g as CreateResponse, C as CreateResult, e as DataResponse, D as DataResult, c as Filter, a as FilterCondition, F as FilterOperators, I as ID, d as IdParams, J as Join, N as NestedPaths, P as PropertyType, R as RegExpOrString, i as RemoveResponse, f as RemoveResult, b as RootFilterOperators, S as ServerApiConfig, h as UpdateResponse, U as UpdateResult, p as getConfig, o as getConfigService } from './ConfigService-cf6f72f7.js'; | ||
declare const createOpenApiManager: (opts?: OpenApiManagerOptions) => OpenApiManager; | ||
declare const hasOpenApiManager: () => boolean; | ||
declare const getOpenApiManager: () => OpenApiManager; | ||
@@ -704,2 +705,3 @@ declare class OpenApiManager { | ||
getOpenApiGenerator(opts: OpenAPIObjectConfig): OpenAPIGenerator; | ||
getOpenApiRegistry(): OpenAPIRegistry; | ||
} | ||
@@ -716,2 +718,2 @@ | ||
export { Container, ContainerDIClass, DateSchema, DbxError, DbxErrorOptions, HttpErrorResponse, IdSchema, LOGGER_KEY, Logger, MakeSchemaResponse, ModuleConfig, NotificationType, OpenApiManager, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod }; | ||
export { Container, ContainerDIClass, DateSchema, DbxError, DbxErrorOptions, HttpErrorResponse, IdSchema, LOGGER_KEY, Logger, MakeSchemaResponse, ModuleConfig, NotificationType, OpenApiManager, OpenApiManagerOptions, PageCursorInfo, PageCursorParams, PageCursorParamsOutput, PageDefaultInfo, PageDefaultParams, PageDefaultParamsOutput, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod }; |
@@ -73,2 +73,3 @@ import { __export, CONFIG_KEY, Container, ContainerDIClass, DbxError, getConfig, getConfigService, __reExport } from './chunk-3BIZMSTQ.js'; | ||
getRangeDate: () => getRangeDate, | ||
hasOpenApiManager: () => hasOpenApiManager, | ||
headerCase: () => headerCase, | ||
@@ -780,2 +781,3 @@ isAnyZodType: () => isAnyZodType, | ||
}; | ||
var hasOpenApiManager = () => Container.has(KEY); | ||
var getOpenApiManager = () => Container.get(KEY); | ||
@@ -794,4 +796,7 @@ var OpenApiManager = class { | ||
} | ||
getOpenApiRegistry() { | ||
return this.registry; | ||
} | ||
}; | ||
export { DateSchema, IdSchema, LOGGER_KEY, Logger, OpenApiManager, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod }; | ||
export { DateSchema, IdSchema, LOGGER_KEY, Logger, OpenApiManager, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, createOpenApiManager, dayTimeZone, debounce, enumInfo, getLogger, getOpenApiManager, getRangeDate, hasOpenApiManager, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, transformDefaultPageInfo, urlJoin, zod }; |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.86", | ||
"version": "2.6.87", | ||
"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
148174
4443