41 packages matching “edirect”
@edirect/nest-app
v11.0.60 · 2 months ago
Opinionated NestJS application bootstrapper for eDirect services. Provides a single `bootstrap()` function that wires up NestJS with eDirect conventions: environment loading, Swagger documentation, global pipes/filters, session, CORS, XML body parsing, an
No known vulnerabilities
@edirect/trace
v11.0.48 · 5 months ago
Edirect trace
No known vulnerabilities
@edirect/audit-domain
v11.0.61 · 25 days ago
Domain models, interfaces, and abstractions for the eDirect Audit system. This is the foundational package that all other `@edirect/audit-*` packages depend on. It defines the canonical `AuditRequest` shape, actor/action/result enumerations, and the `Expo
No known vulnerabilities
@edirect/config
v11.0.61 · 25 days ago
Global NestJS configuration module for eDirect applications. Provides environment variable loading via `dotenv` and a `ConfigService` for accessing configuration values across the application.
No known vulnerabilities
@edirect/auth
v11.0.61 · 25 days ago
Authentication and authorization module for eDirect NestJS applications. Supports two auth providers — **Keycloak** (OIDC/JWT) and a **custom Auth Service** — with guards, middleware, decorators, and multi-tenant realm support.
No known vulnerabilities
@edirect/logger
v11.0.61 · 25 days ago
Structured logging module for eDirect NestJS applications. Built on top of [Pino](https://github.com/pinojs/pino), providing high-performance JSON logging with AsyncLocalStorage support for automatic context propagation, file output, and seamless integrat
No known vulnerabilities
@edirect/audit-exporter-http-axios
v11.0.60 · 2 months ago
HTTP exporter for the eDirect Audit system using Axios. Implements the `Exporter` interface from `@edirect/audit-domain` and sends audit events to the audit service via HTTP POST.
No known vulnerabilities
@edirect/request
v11.0.61 · 25 days ago
HTTP request utility for eDirect applications. Provides a thin Axios wrapper (`sendRequest`) that automatically resolves service base URLs from the common `config` folder structure, propagates correlation headers (`SessionId`, `QuoteId`), and optionally h
No known vulnerabilities
@edirect/redis
v11.0.61 · 25 days ago
Redis client module for eDirect NestJS applications. Wraps the `redis` Node.js client and exposes a `RedisService` with high-level methods for key-value, hash, and set operations — all with automatic JSON serialization and centralized error logging.
No known vulnerabilities
@edirect/template
v11.0.60 · 2 months ago
`@edirect/template` is a flexible library for transforming payloads based on declarative templates. It supports mapping fields, applying custom transformers, setting default values, handling nested objects, and working with arrays.
No known vulnerabilities
@edirect/dynamics
v11.0.60 · 2 months ago
Microsoft Dynamics 365 integration module for eDirect NestJS applications. Handles OAuth2 token acquisition (password grant and client credentials), automatic token refresh, and provides `get`, `post`, and `patch` methods for Dynamics API calls.
No known vulnerabilities
@edirect/audit-core
v11.0.61 · 25 days ago
Core `AuditService` orchestrator for the eDirect Audit system. This package provides the `AuditService` class that coordinates between exporters and instrumentation middleware to produce and dispatch audit events.
No known vulnerabilities
@edirect/audit-exporter-http-fetch
v11.0.60 · 2 months ago
HTTP exporter for the eDirect Audit system using the native Fetch API. Implements the `Exporter` interface from `@edirect/audit-domain` and sends audit events to the audit service via HTTP POST — without requiring Axios as a dependency.
No known vulnerabilities
@edirect/oidc-client
v11.0.61 · 25 days ago
OpenID Connect client for eDirect applications. Supports three OAuth2 grant types — `password`, `client_credentials`, and `sso` — with a uniform API for acquiring and refreshing tokens.
No known vulnerabilities
@edirect/sftp-client
v11.0.60 · 2 months ago
SFTP client module for eDirect NestJS applications. Provides a `SftpClientService` with methods for uploading, downloading, listing, renaming, and deleting files on SFTP servers — backed by `ssh2-sftp-client`.
No known vulnerabilities
@edirect/slack
v11.0.60 · 2 months ago
Slack integration module for eDirect NestJS applications. Provides a configurable `SlackService` for sending structured messages to Slack channels, with support for message levels (INFO, WARN, ERROR), custom payloads, attributes, and message templates.
No known vulnerabilities
@edirect/audit-nestjs
v11.0.60 · 2 months ago
NestJS integration for the eDirect Audit system. Provides a configurable `AuditModule` and a request-scoped `AuditService` that automatically extracts trace/session context from Express requests and dispatches audit events via a configurable exporter.
No known vulnerabilities
@edirect/storage-gateway
v11.0.61 · 25 days ago
Storage Gateway client library for eDirect applications. Provides a simple interface to interact with the Storage Gateway API for managing storage configurations and file operations across multiple cloud providers (S3, Azure Blob, GCS, local).
No known vulnerabilities
@edirect/lock
v11.0.60 · 2 months ago
Distributed lock module for eDirect NestJS applications. Provides two Redis-backed locking primitives: a **Timed Lock** for exclusive one-at-a-time task execution across pods, and a **Distributed Lock** (owner lock) for leader-election patterns in cluster
No known vulnerabilities
@edirect/audit-instrumentation-express
v11.0.61 · 25 days ago
Express.js auto-instrumentation for the eDirect Audit system. Automatically extracts request context (client IP, origin URL, session ID) from incoming Express requests and injects it into audit events — so you don't have to pass this data manually in ever
No known vulnerabilities