@@ -8,13 +8,20 @@ import { Bulk, BulkGetJobStatusResponse, BulkUploadCsvParams, BulkUploadCsvRespo
88import * as ExternalAccountsAPI from './external-accounts' ;
99import {
1010 Address ,
11+ AedExternalAccountInfo ,
1112 BaseWalletInfo ,
13+ BdtExternalAccountInfo ,
1214 BeneficiaryVerifiedData ,
1315 BrlBeneficiary ,
1416 BrlExternalAccountInfo ,
1517 BusinessBeneficiary ,
18+ BwpExternalAccountInfo ,
19+ CadExternalAccountInfo ,
20+ CopExternalAccountInfo ,
1621 DkkBeneficiary ,
1722 DkkExternalAccountInfo ,
23+ EgpExternalAccountInfo ,
24+ EurExternalAccountInfo ,
1825 ExternalAccount ,
1926 ExternalAccountCreate ,
2027 ExternalAccountCreateParams ,
@@ -24,31 +31,46 @@ import {
2431 ExternalAccountsDefaultPagination ,
2532 GbpBeneficiary ,
2633 GbpExternalAccountInfo ,
34+ GhsExternalAccountInfo ,
35+ GtqExternalAccountInfo ,
2736 HkdBeneficiary ,
2837 HkdExternalAccountInfo ,
38+ HtgExternalAccountInfo ,
2939 IdrBeneficiary ,
3040 IdrExternalAccountInfo ,
3141 InrBeneficiary ,
3242 InrExternalAccountInfo ,
43+ JmdExternalAccountInfo ,
44+ KesExternalAccountInfo ,
3345 LightningWalletInfo ,
46+ MwkExternalAccountInfo ,
3447 MxnBeneficiary ,
3548 MxnExternalAccountInfo ,
3649 MyrBeneficiary ,
3750 MyrExternalAccountInfo ,
51+ NgnExternalAccountInfo ,
3852 PhpBeneficiary ,
3953 PhpExternalAccountInfo ,
54+ PkrExternalAccountInfo ,
4055 PolygonWalletInfo ,
56+ RwfExternalAccountInfo ,
4157 SgdBeneficiary ,
4258 SgdExternalAccountInfo ,
4359 SolanaWalletInfo ,
4460 SparkWalletInfo ,
4561 ThbBeneficiary ,
4662 ThbExternalAccountInfo ,
4763 TronWalletInfo ,
64+ TzsExternalAccountInfo ,
65+ UgxExternalAccountInfo ,
4866 UsdBeneficiary ,
4967 UsdExternalAccountInfo ,
5068 VndBeneficiary ,
5169 VndExternalAccountInfo ,
70+ XafExternalAccountInfo ,
71+ XofExternalAccountInfo ,
72+ ZarExternalAccountInfo ,
73+ ZmwExternalAccountInfo ,
5274} from './external-accounts' ;
5375import * as InternalAccountsAPI from '../sandbox/internal-accounts' ;
5476import { InternalAccountsDefaultPagination } from '../sandbox/internal-accounts' ;
@@ -819,43 +841,65 @@ export declare namespace Customers {
819841 export {
820842 ExternalAccounts as ExternalAccounts ,
821843 type Address as Address ,
844+ type AedExternalAccountInfo as AedExternalAccountInfo ,
822845 type BaseWalletInfo as BaseWalletInfo ,
846+ type BdtExternalAccountInfo as BdtExternalAccountInfo ,
823847 type BeneficiaryVerifiedData as BeneficiaryVerifiedData ,
824848 type BrlBeneficiary as BrlBeneficiary ,
825849 type BrlExternalAccountInfo as BrlExternalAccountInfo ,
826850 type BusinessBeneficiary as BusinessBeneficiary ,
851+ type BwpExternalAccountInfo as BwpExternalAccountInfo ,
852+ type CadExternalAccountInfo as CadExternalAccountInfo ,
853+ type CopExternalAccountInfo as CopExternalAccountInfo ,
827854 type DkkBeneficiary as DkkBeneficiary ,
828855 type DkkExternalAccountInfo as DkkExternalAccountInfo ,
856+ type EgpExternalAccountInfo as EgpExternalAccountInfo ,
857+ type EurExternalAccountInfo as EurExternalAccountInfo ,
829858 type ExternalAccount as ExternalAccount ,
830859 type ExternalAccountCreate as ExternalAccountCreate ,
831860 type ExternalAccountInfoOneOf as ExternalAccountInfoOneOf ,
832861 type GbpBeneficiary as GbpBeneficiary ,
833862 type GbpExternalAccountInfo as GbpExternalAccountInfo ,
863+ type GhsExternalAccountInfo as GhsExternalAccountInfo ,
864+ type GtqExternalAccountInfo as GtqExternalAccountInfo ,
834865 type HkdBeneficiary as HkdBeneficiary ,
835866 type HkdExternalAccountInfo as HkdExternalAccountInfo ,
867+ type HtgExternalAccountInfo as HtgExternalAccountInfo ,
836868 type IdrBeneficiary as IdrBeneficiary ,
837869 type IdrExternalAccountInfo as IdrExternalAccountInfo ,
838870 type InrBeneficiary as InrBeneficiary ,
839871 type InrExternalAccountInfo as InrExternalAccountInfo ,
872+ type JmdExternalAccountInfo as JmdExternalAccountInfo ,
873+ type KesExternalAccountInfo as KesExternalAccountInfo ,
840874 type LightningWalletInfo as LightningWalletInfo ,
875+ type MwkExternalAccountInfo as MwkExternalAccountInfo ,
841876 type MxnBeneficiary as MxnBeneficiary ,
842877 type MxnExternalAccountInfo as MxnExternalAccountInfo ,
843878 type MyrBeneficiary as MyrBeneficiary ,
844879 type MyrExternalAccountInfo as MyrExternalAccountInfo ,
880+ type NgnExternalAccountInfo as NgnExternalAccountInfo ,
845881 type PhpBeneficiary as PhpBeneficiary ,
846882 type PhpExternalAccountInfo as PhpExternalAccountInfo ,
883+ type PkrExternalAccountInfo as PkrExternalAccountInfo ,
847884 type PolygonWalletInfo as PolygonWalletInfo ,
885+ type RwfExternalAccountInfo as RwfExternalAccountInfo ,
848886 type SgdBeneficiary as SgdBeneficiary ,
849887 type SgdExternalAccountInfo as SgdExternalAccountInfo ,
850888 type SolanaWalletInfo as SolanaWalletInfo ,
851889 type SparkWalletInfo as SparkWalletInfo ,
852890 type ThbBeneficiary as ThbBeneficiary ,
853891 type ThbExternalAccountInfo as ThbExternalAccountInfo ,
854892 type TronWalletInfo as TronWalletInfo ,
893+ type TzsExternalAccountInfo as TzsExternalAccountInfo ,
894+ type UgxExternalAccountInfo as UgxExternalAccountInfo ,
855895 type UsdBeneficiary as UsdBeneficiary ,
856896 type UsdExternalAccountInfo as UsdExternalAccountInfo ,
857897 type VndBeneficiary as VndBeneficiary ,
858898 type VndExternalAccountInfo as VndExternalAccountInfo ,
899+ type XafExternalAccountInfo as XafExternalAccountInfo ,
900+ type XofExternalAccountInfo as XofExternalAccountInfo ,
901+ type ZarExternalAccountInfo as ZarExternalAccountInfo ,
902+ type ZmwExternalAccountInfo as ZmwExternalAccountInfo ,
859903 type ExternalAccountsDefaultPagination as ExternalAccountsDefaultPagination ,
860904 type ExternalAccountCreateParams as ExternalAccountCreateParams ,
861905 type ExternalAccountListParams as ExternalAccountListParams ,
0 commit comments