Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@deboxsoft/module-core

Package Overview
Dependencies
Maintainers
0
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deboxsoft/module-core - npm Package Compare versions

Comparing version 3.0.0-beta.9 to 3.0.0-beta.10

libs/ConfigService-odxX8-wa.d.ts

2

libs/config.d.ts
import nconf from 'nconf';
import { z as ConfigService } from './ConfigService-CqJMT-s8.js';
import { z as ConfigService } from './ConfigService-odxX8-wa.js';
import 'zod';

@@ -4,0 +4,0 @@

@@ -1,3 +0,3 @@

import { A as AppConfig } from './ConfigService-CqJMT-s8.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-CqJMT-s8.js';
import { A as AppConfig } from './ConfigService-odxX8-wa.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-odxX8-wa.js';
export { camelCase, capitalCase, constantCase, dotCase, kebabCase, noCase, pascalCase, pathCase, sentenceCase, snakeCase, trainCase } from 'change-case';

@@ -9,3 +9,3 @@ export { Base64 as base64 } from 'js-base64';

import * as _zod from 'zod';
import { z, ZodType } from 'zod';
import { z } from 'zod';
export { z } from 'zod';

@@ -511,2 +511,3 @@ export { FromZodErrorOptions, FromZodIssueOptions, ValidationError, fromZodError, fromZodIssue, errorMap as zodErrorMap, isValidationError as zodIsValidationError, isValidationErrorLike as zodIsValidationErrorLike, toValidationError as zodToValidationError } from 'zod-validation-error';

declare const IdSchema: z.ZodString;
declare const IdNumberSchema: z.ZodNumber;
declare const DateSchema: z.ZodEffects<z.ZodDate, Date, unknown>;

@@ -524,3 +525,3 @@ declare const TimeStampSchema: z.ZodEffects<z.ZodNumber, number, unknown>;

}>;
declare const makeSchemaResponse: <T>(schema: z.ZodSchema<T>) => ZodType<{
declare const makeSchemaResponse: <T>(schema: z.ZodSchema<T>) => z.ZodType<{
data: T;

@@ -595,2 +596,2 @@ }, z.ZodTypeDef, {

export { AppConfig, type CodeKeyMessageDataError, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxDataError, 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 CodeKeyMessageDataError, type CodeMessageDataError, Container, ContainerDIClass, DateSchema, DbxDataError, DbxError, type DbxErrorOptions, type HttpErrorResponse, IdNumberSchema, 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 };

@@ -692,2 +692,3 @@ import { Container } from './chunk-AIO34D2G.js';

var IdSchema = z.string().min(1);
var IdNumberSchema = z.number();
var DateSchema = z.preprocess((_) => {

@@ -739,2 +740,2 @@ if (_ instanceof Date) {

export { DateSchema, IdSchema, LOGGER_KEY, LetterIncrement, Logger, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, 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, transformDefaultPageInfo, urlJoin, zod };
export { DateSchema, IdNumberSchema, IdSchema, LOGGER_KEY, LetterIncrement, Logger, PageCursorInfo, PageCursorParams, PageDefaultInfo, PageDefaultParams, PageInfo, PageParams, Pagination, PaginationOptions, PaginationType, 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, transformDefaultPageInfo, urlJoin, zod };
{
"name": "@deboxsoft/module-core",
"version": "3.0.0-beta.9",
"version": "3.0.0-beta.10",
"license": "SEE LICENSE IN LICENSE",

@@ -5,0 +5,0 @@ "maintainers": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc