@deboxsoft/module-core
Advanced tools
Comparing version 3.0.0-beta.2 to 3.0.0-beta.3
import nconf from 'nconf'; | ||
import { z as ConfigService } from './ConfigService-CIwoThAP.js'; | ||
import { z as ConfigService } from './ConfigService-CApVwFCr.js'; | ||
import 'zod'; | ||
@@ -4,0 +4,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { A as AppConfig } from './ConfigService-CIwoThAP.js'; | ||
export { k as AlternativeType, x as CONFIG_KEY, y as Callback, w as Config, z as ConfigService, s as CreateResponse, C as CreateResult, q as DataResponse, D as DataResult, o as Filter, m as FilterCondition, F as FilterOperators, I as ID, p as IdParams, J as Join, N as NestedPaths, e as PageCursorInfo, b as PageCursorParams, i as PageCursorParamsOutput, f as PageDefaultInfo, c as PageDefaultParams, j as PageDefaultParamsOutput, d as PageInfo, a as PageParams, h as Pagination, g as PaginationOptions, P as PaginationType, l as PropertyType, R as RegExpOrString, v as RemoveResponse, r as RemoveResult, n as RootFilterOperators, S as ServerApiConfig, u as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-CIwoThAP.js'; | ||
import { A as AppConfig } from './ConfigService-CApVwFCr.js'; | ||
export { k as AlternativeType, x as CONFIG_KEY, y as Callback, w as Config, z as ConfigService, s as CreateResponse, C as CreateResult, q as DataResponse, D as DataResult, o as Filter, m as FilterCondition, F as FilterOperators, I as ID, p as IdParams, J as Join, N as NestedPaths, e as PageCursorInfo, b as PageCursorParams, i as PageCursorParamsOutput, f as PageDefaultInfo, c as PageDefaultParams, j as PageDefaultParamsOutput, d as PageInfo, a as PageParams, h as Pagination, g as PaginationOptions, P as PaginationType, l as PropertyType, R as RegExpOrString, v as RemoveResponse, r as RemoveResult, n as RootFilterOperators, S as ServerApiConfig, u as UpdateResponse, U as UpdateResult, E as getConfig, B as getConfigService, t as transformDefaultPageInfo } from './ConfigService-CApVwFCr.js'; | ||
export { camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pathCase, sentenceCase, snakeCase, trainCase } from 'change-case'; | ||
@@ -34,2 +34,8 @@ export { Base64 as base64 } from 'js-base64'; | ||
} | ||
type CodeMessageDataError = { | ||
NOT_FOUND: string; | ||
CREATE_FAILED: string; | ||
UPDATE_FAILED: string; | ||
DELETE_FAILED: string; | ||
}; | ||
@@ -426,2 +432,2 @@ interface LogFn { | ||
export { AppConfig, Container, ContainerDIClass, DateSchema, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod }; | ||
export { AppConfig, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdSchema, LOGGER_KEY, LetterIncrement, Logger, type MakeSchemaResponse, type ModuleConfig, type NotificationType, type RangeDate, RangeDateSchema, TimeStampSchema, clamp, cloneDeep, compact, createLoggerConsole, dayTimeZone, debounce, enumInfo, escapeRegExp, getLogger, getRangeDate, isAnyZodType, isEmpty, isNil, isObject, isPlainObject, isString, isStringAndNotBlank, isStringBlank, isUndefined, isZodType, kindOf, makeSchemaResponse, mapValues, memoize, objectEquals, omit, omitBy, pickBy, pull, throttle, urlJoin, zod }; |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "3.0.0-beta.2", | ||
"version": "3.0.0-beta.3", | ||
"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
145938
4312