Files
brazil-swift-ops/packages/utils/src/index.ts
defiQUG ecb1bb148e Fix all placeholders and hardcoded values
- Make transactionId and batchId required parameters in E&O uplift functions
- Move BIC code to configurable institution-config in utils package
- Update effective dates to use current date instead of hardcoded 2024-01-01
- Add placeholder review documentation
- Comment out console.log in retention policy (production TODO)
- All critical placeholders resolved
2026-01-23 16:15:48 -08:00

12 lines
251 B
TypeScript

/**
* @brazil-swift-ops/utils
*
* Shared utilities for the Brazil SWIFT Operations Platform
*/
export * from './currency';
export * from './dates';
export * from './validation';
export * from './eo-uplift';
export * from './institution-config';