@@ -71,6 +71,7 @@ import {
7171 BookTransferListParams ,
7272 BookTransferResponse ,
7373 BookTransferResponsesCursorPage ,
74+ BookTransferRetryParams ,
7475 BookTransferReverseParams ,
7576 BookTransfers ,
7677} from './resources/book-transfers' ;
@@ -190,6 +191,12 @@ import {
190191 TokenizationsCursorPage ,
191192 WalletDecisioningInfo ,
192193} from './resources/tokenizations' ;
194+ import {
195+ TransferLimitListParams ,
196+ TransferLimits ,
197+ TransferLimitsResponse ,
198+ TransferLimitsResponseDataSinglePage ,
199+ } from './resources/transfer-limits' ;
193200import { Transfer , TransferCreateParams , Transfers } from './resources/transfers' ;
194201import {
195202 AccountHolderCreatedWebhookEvent ,
@@ -1122,6 +1129,7 @@ export class Lithic {
11221129 fraud : API . Fraud = new API . Fraud ( this ) ;
11231130 networkPrograms : API . NetworkPrograms = new API . NetworkPrograms ( this ) ;
11241131 accountActivity : API . AccountActivity = new API . AccountActivity ( this ) ;
1132+ transferLimits : API . TransferLimits = new API . TransferLimits ( this ) ;
11251133 webhooks : API . Webhooks = new API . Webhooks ( this ) ;
11261134}
11271135
@@ -1156,6 +1164,7 @@ Lithic.FundingEvents = FundingEvents;
11561164Lithic . Fraud = Fraud ;
11571165Lithic . NetworkPrograms = NetworkPrograms ;
11581166Lithic . AccountActivity = AccountActivity ;
1167+ Lithic . TransferLimits = TransferLimits ;
11591168Lithic . Webhooks = Webhooks ;
11601169
11611170export declare namespace Lithic {
@@ -1422,6 +1431,7 @@ export declare namespace Lithic {
14221431 type BookTransferResponsesCursorPage as BookTransferResponsesCursorPage ,
14231432 type BookTransferCreateParams as BookTransferCreateParams ,
14241433 type BookTransferListParams as BookTransferListParams ,
1434+ type BookTransferRetryParams as BookTransferRetryParams ,
14251435 type BookTransferReverseParams as BookTransferReverseParams ,
14261436 } ;
14271437
@@ -1481,6 +1491,13 @@ export declare namespace Lithic {
14811491 type AccountActivityListParams as AccountActivityListParams ,
14821492 } ;
14831493
1494+ export {
1495+ TransferLimits as TransferLimits ,
1496+ type TransferLimitsResponse as TransferLimitsResponse ,
1497+ type TransferLimitsResponseDataSinglePage as TransferLimitsResponseDataSinglePage ,
1498+ type TransferLimitListParams as TransferLimitListParams ,
1499+ } ;
1500+
14841501 export {
14851502 Webhooks as Webhooks ,
14861503 type AccountHolderCreatedWebhookEvent as AccountHolderCreatedWebhookEvent ,
0 commit comments