UNPKG

@cranberry-money/shared-constants

Version:

Shared constants for Blueberry platform

14 lines 1.55 kB
export * from './status'; export * from './accounts'; export * from './documents'; export * from './investments'; export { BANK_ACCOUNT_TYPE, type BankAccountType, BANK_ACCOUNT_TYPE_LABELS, BANKING_INSTITUTION, type BankingInstitution, BANKING_INSTITUTION_LABELS, VERIFICATION_METHOD, type VerificationMethod, VERIFICATION_METHOD_LABELS, BSB_VALIDATION, ACCOUNT_NUMBER_VALIDATION, } from './banking'; export * from './trading'; export { BANK_ACCOUNT_CATEGORY_SAVINGS, BANK_ACCOUNT_CATEGORY_CHECKING, BANK_ACCOUNT_CATEGORIES, type BankAccountCategory, BANK_ACCOUNT_CATEGORY_LABELS, BANK_ACCOUNT_CATEGORY_DESCRIPTIONS, BANK_ACCOUNT_CATEGORY_OPTIONS, type BankAccountCategoryInfo, BANK_ACCOUNT_CATEGORIES_INFO, getBankAccountCategoryInfo, BANK_ACCOUNT_TYPE_OPTIONS, BANK_ACCOUNT_TYPE_DESC_SAVINGS, BANK_ACCOUNT_TYPE_DESC_CHECKING, } from './bank-accounts'; export { CASH_ACCOUNT_TRANSACTION_TYPE, type CashAccountTransactionType, CASH_ACCOUNT_TRANSACTION_TYPE_LABELS, CASH_ACCOUNT_TRANSACTION_STATUS, type CashAccountTransactionStatus, CASH_ACCOUNT_TRANSACTION_STATUS_LABELS, TRANSACTION_TYPE_LABEL_DEPOSIT, TRANSACTION_TYPE_LABEL_WITHDRAWAL, TRANSACTION_TYPE_LABEL_TRADE_SETTLEMENT, TRANSACTION_TYPE_LABEL_DISTRIBUTION, TRANSACTION_TYPE_LABEL_FEE, TRANSACTION_TYPE_LABEL_INTEREST, TRANSACTION_TYPE_LABEL_OTHER, TRANSACTION_TYPE_OPTIONS, } from './status/cash-accounts'; export * from './countries'; export * from './industries'; export * from './holdings'; export * from './cache'; export * from './user-preferences'; //# sourceMappingURL=index.d.ts.map