This commit is contained in:
fro1991
2025-07-06 00:27:46 +07:00
parent 7c28455657
commit 72b71d2d66
3 changed files with 106 additions and 54 deletions

View File

@ -61,6 +61,7 @@ import { BrivaCompanyUser } from "./entity/briva_company_users";
import { BrivaCompanyUserRefreshToken } from "./entity/briva_company_user_refresh_token";
import { BrivaAccount } from "./entity/briva_accounts";
import { BrivaTransaction } from "./entity/briva_transactions";
import { BrivaCompanyAccountLabel } from "./entity/briva_company_account_labels";
import { AssetSupplier } from "./entity/asset_supplier";
import { AssetFixedClassification } from "./entity/asset_fixed_classification";
@ -274,6 +275,7 @@ export {
BrivaCompanyUserRefreshToken,
BrivaAccount,
BrivaTransaction,
BrivaCompanyAccountLabel,
AssetSupplier,
AssetFixedClassification,
AssetFixedType,