Skip to content

Commit af61eda

Browse files
authored
added missing types and resources from respective index.ts (#300)
* added missing types from types/index.ts * added missing resources from resources/index.ts
1 parent 9b93225 commit af61eda

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

resources/index.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
export * from "./account"
22
export * from "./application"
33
export * from "./applicationForm"
4+
export * from "./atmLocations"
45
export * from "./authorization"
56
export * from "./authorizationRequest"
67
export * from "./baseResource"
78
export * from "./batchAccounts"
9+
export * from "./billPays"
810
export * from "./cards"
11+
export * from "./checkDeposit"
912
export * from "./counterparty"
1013
export * from "./customer"
1114
export * from "./customerToken"
15+
export * from "./dispute"
1216
export * from "./events"
1317
export * from "./fee"
18+
export * from "./institutions"
19+
export * from "./orgToken"
1420
export * from "./payments"
1521
export * from "./receivedPayments"
22+
export * from "./recurringPayments"
1623
export * from "./returns"
24+
export * from "./rewards"
1725
export * from "./simulations"
1826
export * from "./statements"
1927
export * from "./transactions"
2028
export * from "./webhooks"
21-
export * from "./billPays"
22-
export * from "./checkDeposit"
23-
export * from "./rewards"
24-

types/index.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
export * from "./account"
2+
export * from "./accountEndOfDay"
23
export * from "./application"
34
export * from "./applicationForm"
5+
export * from "./atmLocation"
46
export * from "./authorization"
57
export * from "./authorizationRequest"
68
export * from "./batchAccount"
9+
export * from "./billPay"
710
export * from "./cards"
11+
export * from "./checkDeposit"
812
export * from "./common"
913
export * from "./counterparty"
1014
export * from "./customer"
1115
export * from "./customerToken"
16+
export * from "./dispute"
1217
export * from "./events"
1318
export * from "./fee"
19+
export * from "./institution"
20+
export * from "./orgToken"
1421
export * from "./payments"
22+
export * from "./recurringPayment"
1523
export * from "./returns"
24+
export * from "./rewards"
1625
export * from "./simulations"
1726
export * from "./transactions"
1827
export * from "./webhooks"
19-
export * from "./billPay"
20-
export * from "./checkDeposit"
21-
export * from "./dispute"
22-
export * from "./rewards"
23-
export * from "./orgToken"

0 commit comments

Comments
 (0)