remit - update
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user