iquirino.bolttech
@iquirino.bolttech
18
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
18 Skillsacross 2 categories@edirect/template
iquirino.bolttech
`@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.
...more@edirect/tokenization
iquirino.bolttech
Javascript library for tokenization service
@edirect/rate-limit-module
iquirino.bolttech
A flexible **rate-limiting system** where access to operations can be restricted based on dynamic **rule expressions** such as `count_quote( ) > 1`. If the condition evaluates to `true`, access is **blocked**.
...more@edirect/audit-domain
iquirino.bolttech
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
...more@edirect/logger
iquirino.bolttech
Structured logging module for eDirect NestJS applications. Built on top of [Pino](https://github.com/pinojs/pino), providing high-performance JSON logging to stdout/stderr, configurable log levels, and correlation ID tracking (sessionId / quoteId).
...more@edirect/trace
iquirino.bolttech
Edirect trace
@edirect/auth
iquirino.bolttech
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.
...more@edirect/audit-exporter-http-axios
iquirino.bolttech
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.
...more@edirect/audit-core
iquirino.bolttech
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.
...more@edirect/mongo
iquirino.bolttech
> NestJS global module for MongoDB connections with Mongoose, including AWS IAM (IRSA) authentication support.
@edirect/storage-gateway
iquirino.bolttech
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).
...more@edirect/encrypt-modules
iquirino.bolttech
Encrypt Modules
@edirect/redis
iquirino.bolttech
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.
...more@edirect/nest-app
iquirino.bolttech
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
...more@edirect/oidc-client
iquirino.bolttech
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.
...more@edirect/config
iquirino.bolttech
Global NestJS configuration module for eDirect applications. Provides environment variable loading via `dotenv` and a `ConfigService` for accessing configuration values across the application.
...more@edirect/dynamics
iquirino.bolttech
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.
...more@edirect/slack
iquirino.bolttech
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.
...more