- 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
12 lines
251 B
TypeScript
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';
|