remit - update

This commit is contained in:
fro1991
2025-06-21 22:47:50 +07:00
parent 8682dc803e
commit ef636b9a55
2 changed files with 76 additions and 1 deletions

View File

@ -99,6 +99,7 @@ import { RemitConfigPurpose } from "./entity/remit_config_purposes";
import { RemitConfigSourceIncome } from "./entity/remit_config_source_incomes";
import { RemitPartnerAccounts } from "./entity/remit_partner_accounts";
import { RemitPartnerApi } from "./entity/remit_partner_apis";
import { RemitPartnerApiLog } from "./entity/remit_partner_api_logs";
import { RemitPartnerDocument } from "./entity/remit_partner_documents";
import { RemitPartnerFee } from "./entity/remit_partner_fees";
import { RemitPartnerOwners } from "./entity/remit_partner_owners";
@ -347,6 +348,7 @@ export {
RemitConfigSourceIncome,
RemitPartnerAccounts,
RemitPartnerApi,
RemitPartnerApiLog,
RemitPartnerDocument,
RemitPartnerFee,
RemitPartnerOwners,
@ -354,5 +356,5 @@ export {
RemitPartner,
RemitSender,
RemitSenderIdentity,
RemitTransaction
RemitTransaction,
};