feat(finance): add settlement currency and cycle fx rates

This commit is contained in:
2026-03-10 16:46:59 +04:00
parent 4c0508f618
commit fb85219409
38 changed files with 3546 additions and 114 deletions

View File

@@ -30,6 +30,7 @@ export type {
} from './anonymous-feedback'
export type {
FinanceCycleRecord,
FinanceCycleExchangeRateRecord,
FinanceMemberRecord,
FinanceParsedPurchaseRecord,
FinanceRentRuleRecord,
@@ -38,6 +39,7 @@ export type {
SettlementSnapshotLineRecord,
SettlementSnapshotRecord
} from './finance'
export type { ExchangeRateProvider, ExchangeRateQuote } from './exchange-rates'
export {
TELEGRAM_PENDING_ACTION_TYPES,
type TelegramPendingActionRecord,