increase 0.11.8 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (332) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/README.md +3 -3
  3. package/_shims/auto/types.d.ts +3 -1
  4. package/_shims/index.d.ts +2 -0
  5. package/_shims/node-runtime.d.ts.map +1 -1
  6. package/_shims/node-runtime.js +3 -0
  7. package/_shims/node-runtime.js.map +1 -1
  8. package/_shims/node-runtime.mjs +2 -0
  9. package/_shims/node-runtime.mjs.map +1 -1
  10. package/_shims/node-types.d.ts +1 -1
  11. package/_shims/registry.d.ts +2 -0
  12. package/_shims/registry.d.ts.map +1 -1
  13. package/_shims/registry.js +3 -1
  14. package/_shims/registry.js.map +1 -1
  15. package/_shims/registry.mjs +2 -0
  16. package/_shims/registry.mjs.map +1 -1
  17. package/_shims/web-runtime.d.ts.map +1 -1
  18. package/_shims/web-runtime.js +8 -0
  19. package/_shims/web-runtime.js.map +1 -1
  20. package/_shims/web-runtime.mjs +8 -0
  21. package/_shims/web-runtime.mjs.map +1 -1
  22. package/_shims/web-types.d.ts +2 -1
  23. package/core.d.ts +1 -1
  24. package/core.d.ts.map +1 -1
  25. package/core.js +26 -13
  26. package/core.js.map +1 -1
  27. package/core.mjs +24 -11
  28. package/core.mjs.map +1 -1
  29. package/error.d.ts.map +1 -1
  30. package/error.js +14 -4
  31. package/error.js.map +1 -1
  32. package/error.mjs +14 -4
  33. package/error.mjs.map +1 -1
  34. package/index.d.mts +111 -110
  35. package/index.d.ts +111 -110
  36. package/index.d.ts.map +1 -1
  37. package/index.js +2 -2
  38. package/index.js.map +1 -1
  39. package/index.mjs +2 -2
  40. package/index.mjs.map +1 -1
  41. package/package.json +3 -2
  42. package/resources/account-numbers.d.ts +4 -4
  43. package/resources/account-numbers.d.ts.map +1 -1
  44. package/resources/account-statements.d.ts +2 -2
  45. package/resources/account-statements.d.ts.map +1 -1
  46. package/resources/account-transfers.d.ts +3 -3
  47. package/resources/account-transfers.d.ts.map +1 -1
  48. package/resources/accounts.d.ts +4 -4
  49. package/resources/accounts.d.ts.map +1 -1
  50. package/resources/ach-prenotifications.d.ts +3 -3
  51. package/resources/ach-prenotifications.d.ts.map +1 -1
  52. package/resources/ach-transfers.d.ts +3 -3
  53. package/resources/ach-transfers.d.ts.map +1 -1
  54. package/resources/balance-lookups.d.ts +2 -2
  55. package/resources/balance-lookups.d.ts.map +1 -1
  56. package/resources/balance-lookups.js +2 -0
  57. package/resources/balance-lookups.js.map +1 -1
  58. package/resources/balance-lookups.mjs +2 -0
  59. package/resources/balance-lookups.mjs.map +1 -1
  60. package/resources/bookkeeping-accounts.d.ts +14 -3
  61. package/resources/bookkeeping-accounts.d.ts.map +1 -1
  62. package/resources/bookkeeping-accounts.js +6 -0
  63. package/resources/bookkeeping-accounts.js.map +1 -1
  64. package/resources/bookkeeping-accounts.mjs +6 -0
  65. package/resources/bookkeeping-accounts.mjs.map +1 -1
  66. package/resources/bookkeeping-entries.d.ts +2 -2
  67. package/resources/bookkeeping-entries.d.ts.map +1 -1
  68. package/resources/bookkeeping-entry-sets.d.ts +2 -2
  69. package/resources/bookkeeping-entry-sets.d.ts.map +1 -1
  70. package/resources/bookkeeping-entry-sets.js +2 -0
  71. package/resources/bookkeeping-entry-sets.js.map +1 -1
  72. package/resources/bookkeeping-entry-sets.mjs +2 -0
  73. package/resources/bookkeeping-entry-sets.mjs.map +1 -1
  74. package/resources/card-disputes.d.ts +3 -3
  75. package/resources/card-disputes.d.ts.map +1 -1
  76. package/resources/card-payments.d.ts +2 -2
  77. package/resources/card-payments.d.ts.map +1 -1
  78. package/resources/card-profiles.d.ts +3 -3
  79. package/resources/card-profiles.d.ts.map +1 -1
  80. package/resources/card-purchase-supplements.d.ts +2 -2
  81. package/resources/card-purchase-supplements.d.ts.map +1 -1
  82. package/resources/cards.d.ts +5 -5
  83. package/resources/cards.d.ts.map +1 -1
  84. package/resources/check-deposits.d.ts +3 -3
  85. package/resources/check-deposits.d.ts.map +1 -1
  86. package/resources/check-transfers.d.ts +8 -4
  87. package/resources/check-transfers.d.ts.map +1 -1
  88. package/resources/check-transfers.js.map +1 -1
  89. package/resources/check-transfers.mjs.map +1 -1
  90. package/resources/declined-transactions.d.ts +2 -2
  91. package/resources/declined-transactions.d.ts.map +1 -1
  92. package/resources/digital-wallet-tokens.d.ts +2 -2
  93. package/resources/digital-wallet-tokens.d.ts.map +1 -1
  94. package/resources/documents.d.ts +2 -2
  95. package/resources/documents.d.ts.map +1 -1
  96. package/resources/entities/beneficial-owners.d.ts +5 -4
  97. package/resources/entities/beneficial-owners.d.ts.map +1 -1
  98. package/resources/entities/beneficial-owners.js +2 -0
  99. package/resources/entities/beneficial-owners.js.map +1 -1
  100. package/resources/entities/beneficial-owners.mjs +2 -0
  101. package/resources/entities/beneficial-owners.mjs.map +1 -1
  102. package/resources/entities/entities.d.ts +12 -11
  103. package/resources/entities/entities.d.ts.map +1 -1
  104. package/resources/entities/entities.js.map +1 -1
  105. package/resources/entities/entities.mjs.map +1 -1
  106. package/resources/entities/supplemental-documents.d.ts +3 -3
  107. package/resources/entities/supplemental-documents.d.ts.map +1 -1
  108. package/resources/event-subscriptions.d.ts +10 -6
  109. package/resources/event-subscriptions.d.ts.map +1 -1
  110. package/resources/event-subscriptions.js.map +1 -1
  111. package/resources/event-subscriptions.mjs.map +1 -1
  112. package/resources/events.d.ts +6 -4
  113. package/resources/events.d.ts.map +1 -1
  114. package/resources/events.js.map +1 -1
  115. package/resources/events.mjs.map +1 -1
  116. package/resources/exports.d.ts +3 -3
  117. package/resources/exports.d.ts.map +1 -1
  118. package/resources/external-accounts.d.ts +4 -4
  119. package/resources/external-accounts.d.ts.map +1 -1
  120. package/resources/files.d.ts +3 -3
  121. package/resources/files.d.ts.map +1 -1
  122. package/resources/groups.d.ts +1 -1
  123. package/resources/groups.d.ts.map +1 -1
  124. package/resources/groups.js +2 -0
  125. package/resources/groups.js.map +1 -1
  126. package/resources/groups.mjs +2 -0
  127. package/resources/groups.mjs.map +1 -1
  128. package/resources/inbound-ach-transfers.d.ts +42 -4
  129. package/resources/inbound-ach-transfers.d.ts.map +1 -1
  130. package/resources/inbound-ach-transfers.js.map +1 -1
  131. package/resources/inbound-ach-transfers.mjs.map +1 -1
  132. package/resources/inbound-wire-drawdown-requests.d.ts +2 -2
  133. package/resources/inbound-wire-drawdown-requests.d.ts.map +1 -1
  134. package/resources/inbound-wire-drawdown-requests.js.map +1 -1
  135. package/resources/inbound-wire-drawdown-requests.mjs.map +1 -1
  136. package/resources/index.d.ts +1 -1
  137. package/resources/index.d.ts.map +1 -1
  138. package/resources/index.js.map +1 -1
  139. package/resources/index.mjs.map +1 -1
  140. package/resources/oauth-connections.d.ts +2 -2
  141. package/resources/oauth-connections.d.ts.map +1 -1
  142. package/resources/pending-transactions.d.ts +2 -2
  143. package/resources/pending-transactions.d.ts.map +1 -1
  144. package/resources/physical-cards.d.ts +5 -5
  145. package/resources/physical-cards.d.ts.map +1 -1
  146. package/resources/programs.d.ts +2 -2
  147. package/resources/programs.d.ts.map +1 -1
  148. package/resources/real-time-decisions.d.ts +2 -2
  149. package/resources/real-time-decisions.d.ts.map +1 -1
  150. package/resources/real-time-decisions.js +2 -0
  151. package/resources/real-time-decisions.js.map +1 -1
  152. package/resources/real-time-decisions.mjs +2 -0
  153. package/resources/real-time-decisions.mjs.map +1 -1
  154. package/resources/real-time-payments-transfers.d.ts +3 -3
  155. package/resources/real-time-payments-transfers.d.ts.map +1 -1
  156. package/resources/real-time-payments-transfers.js.map +1 -1
  157. package/resources/real-time-payments-transfers.mjs.map +1 -1
  158. package/resources/routing-numbers.d.ts +2 -2
  159. package/resources/routing-numbers.d.ts.map +1 -1
  160. package/resources/simulations/account-statements.d.ts +1 -1
  161. package/resources/simulations/account-statements.d.ts.map +1 -1
  162. package/resources/simulations/account-statements.js +2 -0
  163. package/resources/simulations/account-statements.js.map +1 -1
  164. package/resources/simulations/account-statements.mjs +2 -0
  165. package/resources/simulations/account-statements.mjs.map +1 -1
  166. package/resources/simulations/ach-transfers.d.ts +45 -3
  167. package/resources/simulations/ach-transfers.d.ts.map +1 -1
  168. package/resources/simulations/ach-transfers.js +2 -0
  169. package/resources/simulations/ach-transfers.js.map +1 -1
  170. package/resources/simulations/ach-transfers.mjs +2 -0
  171. package/resources/simulations/ach-transfers.mjs.map +1 -1
  172. package/resources/simulations/card-disputes.d.ts +1 -1
  173. package/resources/simulations/card-disputes.d.ts.map +1 -1
  174. package/resources/simulations/card-disputes.js +2 -0
  175. package/resources/simulations/card-disputes.js.map +1 -1
  176. package/resources/simulations/card-disputes.mjs +2 -0
  177. package/resources/simulations/card-disputes.mjs.map +1 -1
  178. package/resources/simulations/card-refunds.d.ts +1 -1
  179. package/resources/simulations/card-refunds.d.ts.map +1 -1
  180. package/resources/simulations/card-refunds.js +2 -0
  181. package/resources/simulations/card-refunds.js.map +1 -1
  182. package/resources/simulations/card-refunds.mjs +2 -0
  183. package/resources/simulations/card-refunds.mjs.map +1 -1
  184. package/resources/simulations/cards.d.ts +3 -3
  185. package/resources/simulations/cards.d.ts.map +1 -1
  186. package/resources/simulations/cards.js +2 -0
  187. package/resources/simulations/cards.js.map +1 -1
  188. package/resources/simulations/cards.mjs +2 -0
  189. package/resources/simulations/cards.mjs.map +1 -1
  190. package/resources/simulations/digital-wallet-token-requests.d.ts +2 -2
  191. package/resources/simulations/digital-wallet-token-requests.d.ts.map +1 -1
  192. package/resources/simulations/digital-wallet-token-requests.js +2 -0
  193. package/resources/simulations/digital-wallet-token-requests.js.map +1 -1
  194. package/resources/simulations/digital-wallet-token-requests.mjs +2 -0
  195. package/resources/simulations/digital-wallet-token-requests.mjs.map +1 -1
  196. package/resources/simulations/documents.d.ts +1 -1
  197. package/resources/simulations/documents.d.ts.map +1 -1
  198. package/resources/simulations/documents.js +2 -0
  199. package/resources/simulations/documents.js.map +1 -1
  200. package/resources/simulations/documents.mjs +2 -0
  201. package/resources/simulations/documents.mjs.map +1 -1
  202. package/resources/simulations/inbound-funds-holds.d.ts +1 -1
  203. package/resources/simulations/inbound-funds-holds.d.ts.map +1 -1
  204. package/resources/simulations/inbound-funds-holds.js +2 -0
  205. package/resources/simulations/inbound-funds-holds.js.map +1 -1
  206. package/resources/simulations/inbound-funds-holds.mjs +2 -0
  207. package/resources/simulations/inbound-funds-holds.mjs.map +1 -1
  208. package/resources/simulations/inbound-wire-drawdown-requests.d.ts +1 -1
  209. package/resources/simulations/inbound-wire-drawdown-requests.d.ts.map +1 -1
  210. package/resources/simulations/inbound-wire-drawdown-requests.js +2 -0
  211. package/resources/simulations/inbound-wire-drawdown-requests.js.map +1 -1
  212. package/resources/simulations/inbound-wire-drawdown-requests.mjs +2 -0
  213. package/resources/simulations/inbound-wire-drawdown-requests.mjs.map +1 -1
  214. package/resources/simulations/interest-payments.d.ts +6 -2
  215. package/resources/simulations/interest-payments.d.ts.map +1 -1
  216. package/resources/simulations/interest-payments.js +2 -0
  217. package/resources/simulations/interest-payments.js.map +1 -1
  218. package/resources/simulations/interest-payments.mjs +2 -0
  219. package/resources/simulations/interest-payments.mjs.map +1 -1
  220. package/resources/simulations/physical-cards.d.ts +1 -1
  221. package/resources/simulations/physical-cards.d.ts.map +1 -1
  222. package/resources/simulations/physical-cards.js +2 -0
  223. package/resources/simulations/physical-cards.js.map +1 -1
  224. package/resources/simulations/physical-cards.mjs +2 -0
  225. package/resources/simulations/physical-cards.mjs.map +1 -1
  226. package/resources/simulations/programs.d.ts +1 -1
  227. package/resources/simulations/programs.d.ts.map +1 -1
  228. package/resources/simulations/programs.js +2 -0
  229. package/resources/simulations/programs.js.map +1 -1
  230. package/resources/simulations/programs.mjs +2 -0
  231. package/resources/simulations/programs.mjs.map +1 -1
  232. package/resources/simulations/real-time-payments-transfers.d.ts +7 -3
  233. package/resources/simulations/real-time-payments-transfers.d.ts.map +1 -1
  234. package/resources/simulations/real-time-payments-transfers.js +2 -0
  235. package/resources/simulations/real-time-payments-transfers.js.map +1 -1
  236. package/resources/simulations/real-time-payments-transfers.mjs +2 -0
  237. package/resources/simulations/real-time-payments-transfers.mjs.map +1 -1
  238. package/resources/simulations/simulations.d.ts +23 -23
  239. package/resources/simulations/simulations.d.ts.map +1 -1
  240. package/resources/simulations/simulations.js.map +1 -1
  241. package/resources/simulations/simulations.mjs.map +1 -1
  242. package/resources/simulations/wire-transfers.d.ts +6 -2
  243. package/resources/simulations/wire-transfers.d.ts.map +1 -1
  244. package/resources/simulations/wire-transfers.js +2 -0
  245. package/resources/simulations/wire-transfers.js.map +1 -1
  246. package/resources/simulations/wire-transfers.mjs +2 -0
  247. package/resources/simulations/wire-transfers.mjs.map +1 -1
  248. package/resources/transactions.d.ts +6 -2
  249. package/resources/transactions.d.ts.map +1 -1
  250. package/resources/transactions.js.map +1 -1
  251. package/resources/transactions.mjs.map +1 -1
  252. package/resources/wire-drawdown-requests.d.ts +3 -3
  253. package/resources/wire-drawdown-requests.d.ts.map +1 -1
  254. package/resources/wire-transfers.d.ts +3 -3
  255. package/resources/wire-transfers.d.ts.map +1 -1
  256. package/shims/node.d.ts +1 -1
  257. package/shims/node.d.ts.map +1 -1
  258. package/shims/web.d.ts +1 -1
  259. package/shims/web.d.ts.map +1 -1
  260. package/src/_shims/auto/types.d.ts +3 -1
  261. package/src/_shims/index.d.ts +2 -0
  262. package/src/_shims/node-runtime.ts +4 -0
  263. package/src/_shims/node-types.d.ts +1 -1
  264. package/src/_shims/registry.ts +3 -0
  265. package/src/_shims/web-runtime.ts +12 -0
  266. package/src/_shims/web-types.d.ts +2 -1
  267. package/src/core.ts +26 -9
  268. package/src/error.ts +15 -5
  269. package/src/index.ts +112 -111
  270. package/src/resources/account-numbers.ts +4 -4
  271. package/src/resources/account-statements.ts +2 -2
  272. package/src/resources/account-transfers.ts +3 -3
  273. package/src/resources/accounts.ts +4 -4
  274. package/src/resources/ach-prenotifications.ts +3 -3
  275. package/src/resources/ach-transfers.ts +3 -3
  276. package/src/resources/balance-lookups.ts +2 -2
  277. package/src/resources/bookkeeping-accounts.ts +22 -3
  278. package/src/resources/bookkeeping-entries.ts +2 -2
  279. package/src/resources/bookkeeping-entry-sets.ts +2 -2
  280. package/src/resources/card-disputes.ts +3 -3
  281. package/src/resources/card-payments.ts +2 -2
  282. package/src/resources/card-profiles.ts +3 -3
  283. package/src/resources/card-purchase-supplements.ts +2 -2
  284. package/src/resources/cards.ts +5 -5
  285. package/src/resources/check-deposits.ts +3 -3
  286. package/src/resources/check-transfers.ts +9 -4
  287. package/src/resources/declined-transactions.ts +2 -2
  288. package/src/resources/digital-wallet-tokens.ts +2 -2
  289. package/src/resources/documents.ts +2 -2
  290. package/src/resources/entities/beneficial-owners.ts +5 -4
  291. package/src/resources/entities/entities.ts +12 -11
  292. package/src/resources/entities/supplemental-documents.ts +3 -3
  293. package/src/resources/event-subscriptions.ts +10 -4
  294. package/src/resources/events.ts +6 -2
  295. package/src/resources/exports.ts +3 -3
  296. package/src/resources/external-accounts.ts +4 -4
  297. package/src/resources/files.ts +3 -3
  298. package/src/resources/groups.ts +1 -1
  299. package/src/resources/inbound-ach-transfers.ts +47 -6
  300. package/src/resources/inbound-wire-drawdown-requests.ts +2 -3
  301. package/src/resources/index.ts +1 -0
  302. package/src/resources/oauth-connections.ts +2 -2
  303. package/src/resources/pending-transactions.ts +2 -2
  304. package/src/resources/physical-cards.ts +5 -5
  305. package/src/resources/programs.ts +2 -2
  306. package/src/resources/real-time-decisions.ts +2 -2
  307. package/src/resources/real-time-payments-transfers.ts +3 -5
  308. package/src/resources/routing-numbers.ts +2 -2
  309. package/src/resources/simulations/account-statements.ts +1 -1
  310. package/src/resources/simulations/ach-transfers.ts +51 -3
  311. package/src/resources/simulations/card-disputes.ts +1 -1
  312. package/src/resources/simulations/card-refunds.ts +1 -1
  313. package/src/resources/simulations/cards.ts +3 -3
  314. package/src/resources/simulations/digital-wallet-token-requests.ts +2 -4
  315. package/src/resources/simulations/documents.ts +1 -1
  316. package/src/resources/simulations/inbound-funds-holds.ts +1 -1
  317. package/src/resources/simulations/inbound-wire-drawdown-requests.ts +1 -2
  318. package/src/resources/simulations/interest-payments.ts +7 -2
  319. package/src/resources/simulations/physical-cards.ts +1 -2
  320. package/src/resources/simulations/programs.ts +1 -1
  321. package/src/resources/simulations/real-time-payments-transfers.ts +8 -6
  322. package/src/resources/simulations/simulations.ts +23 -29
  323. package/src/resources/simulations/wire-transfers.ts +7 -2
  324. package/src/resources/transactions.ts +7 -2
  325. package/src/resources/wire-drawdown-requests.ts +3 -3
  326. package/src/resources/wire-transfers.ts +3 -3
  327. package/src/shims/node.ts +1 -1
  328. package/src/shims/web.ts +1 -1
  329. package/src/version.ts +1 -1
  330. package/version.d.ts +1 -1
  331. package/version.js +1 -1
  332. package/version.mjs +1 -1
@@ -3242,6 +3242,11 @@ export namespace InboundRealTimePaymentsTransferSimulationResult {
3242
3242
  */
3243
3243
  transaction_id: string | null;
3244
3244
 
3245
+ /**
3246
+ * The identifier of the Check Transfer object that was deposited.
3247
+ */
3248
+ transfer_id: string;
3249
+
3245
3250
  /**
3246
3251
  * A constant representing the object's type. For this resource it will always be
3247
3252
  * `check_transfer_deposit`.
@@ -4493,10 +4498,7 @@ export interface RealTimePaymentsTransferCreateInboundParams {
4493
4498
  }
4494
4499
 
4495
4500
  export namespace RealTimePaymentsTransfers {
4496
- export type InboundRealTimePaymentsTransferSimulationResult =
4497
- SimulationsRealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransferSimulationResult;
4498
- export type RealTimePaymentsTransferCompleteParams =
4499
- SimulationsRealTimePaymentsTransfersAPI.RealTimePaymentsTransferCompleteParams;
4500
- export type RealTimePaymentsTransferCreateInboundParams =
4501
- SimulationsRealTimePaymentsTransfersAPI.RealTimePaymentsTransferCreateInboundParams;
4501
+ export import InboundRealTimePaymentsTransferSimulationResult = SimulationsRealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransferSimulationResult;
4502
+ export import RealTimePaymentsTransferCompleteParams = SimulationsRealTimePaymentsTransfersAPI.RealTimePaymentsTransferCompleteParams;
4503
+ export import RealTimePaymentsTransferCreateInboundParams = SimulationsRealTimePaymentsTransfersAPI.RealTimePaymentsTransferCreateInboundParams;
4502
4504
  }
@@ -55,49 +55,43 @@ export class Simulations extends APIResource {
55
55
  export namespace Simulations {
56
56
  export import AccountTransfers = AccountTransfersAPI.AccountTransfers;
57
57
  export import AccountStatements = AccountStatementsAPI.AccountStatements;
58
- export type AccountStatementCreateParams = AccountStatementsAPI.AccountStatementCreateParams;
58
+ export import AccountStatementCreateParams = AccountStatementsAPI.AccountStatementCreateParams;
59
59
  export import ACHTransfers = ACHTransfersAPI.ACHTransfers;
60
- export type ACHTransferSimulation = ACHTransfersAPI.ACHTransferSimulation;
61
- export type ACHTransferCreateInboundParams = ACHTransfersAPI.ACHTransferCreateInboundParams;
62
- export type ACHTransferReturnParams = ACHTransfersAPI.ACHTransferReturnParams;
60
+ export import ACHTransferSimulation = ACHTransfersAPI.ACHTransferSimulation;
61
+ export import ACHTransferCreateInboundParams = ACHTransfersAPI.ACHTransferCreateInboundParams;
62
+ export import ACHTransferReturnParams = ACHTransfersAPI.ACHTransferReturnParams;
63
63
  export import CardDisputes = CardDisputesAPI.CardDisputes;
64
- export type CardDisputeActionParams = CardDisputesAPI.CardDisputeActionParams;
64
+ export import CardDisputeActionParams = CardDisputesAPI.CardDisputeActionParams;
65
65
  export import CardProfiles = CardProfilesAPI.CardProfiles;
66
66
  export import CardRefunds = CardRefundsAPI.CardRefunds;
67
- export type CardRefundCreateParams = CardRefundsAPI.CardRefundCreateParams;
67
+ export import CardRefundCreateParams = CardRefundsAPI.CardRefundCreateParams;
68
68
  export import CheckTransfers = CheckTransfersAPI.CheckTransfers;
69
69
  export import Documents = DocumentsAPI.Documents;
70
- export type DocumentCreateParams = DocumentsAPI.DocumentCreateParams;
70
+ export import DocumentCreateParams = DocumentsAPI.DocumentCreateParams;
71
71
  export import DigitalWalletTokenRequests = DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequests;
72
- export type DigitalWalletTokenRequestCreateResponse =
73
- DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequestCreateResponse;
74
- export type DigitalWalletTokenRequestCreateParams =
75
- DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequestCreateParams;
72
+ export import DigitalWalletTokenRequestCreateResponse = DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequestCreateResponse;
73
+ export import DigitalWalletTokenRequestCreateParams = DigitalWalletTokenRequestsAPI.DigitalWalletTokenRequestCreateParams;
76
74
  export import CheckDeposits = CheckDepositsAPI.CheckDeposits;
77
75
  export import Programs = ProgramsAPI.Programs;
78
- export type ProgramCreateParams = ProgramsAPI.ProgramCreateParams;
76
+ export import ProgramCreateParams = ProgramsAPI.ProgramCreateParams;
79
77
  export import InboundWireDrawdownRequests = InboundWireDrawdownRequestsAPI.InboundWireDrawdownRequests;
80
- export type InboundWireDrawdownRequestCreateParams =
81
- InboundWireDrawdownRequestsAPI.InboundWireDrawdownRequestCreateParams;
78
+ export import InboundWireDrawdownRequestCreateParams = InboundWireDrawdownRequestsAPI.InboundWireDrawdownRequestCreateParams;
82
79
  export import InboundFundsHolds = InboundFundsHoldsAPI.InboundFundsHolds;
83
- export type InboundFundsHoldReleaseResponse = InboundFundsHoldsAPI.InboundFundsHoldReleaseResponse;
80
+ export import InboundFundsHoldReleaseResponse = InboundFundsHoldsAPI.InboundFundsHoldReleaseResponse;
84
81
  export import InterestPayments = InterestPaymentsAPI.InterestPayments;
85
- export type InterestPaymentSimulationResult = InterestPaymentsAPI.InterestPaymentSimulationResult;
86
- export type InterestPaymentCreateParams = InterestPaymentsAPI.InterestPaymentCreateParams;
82
+ export import InterestPaymentSimulationResult = InterestPaymentsAPI.InterestPaymentSimulationResult;
83
+ export import InterestPaymentCreateParams = InterestPaymentsAPI.InterestPaymentCreateParams;
87
84
  export import WireTransfers = WireTransfersAPI.WireTransfers;
88
- export type WireTransferSimulation = WireTransfersAPI.WireTransferSimulation;
89
- export type WireTransferCreateInboundParams = WireTransfersAPI.WireTransferCreateInboundParams;
85
+ export import WireTransferSimulation = WireTransfersAPI.WireTransferSimulation;
86
+ export import WireTransferCreateInboundParams = WireTransfersAPI.WireTransferCreateInboundParams;
90
87
  export import Cards = CardsAPI.Cards;
91
- export type CardAuthorizationSimulation = CardsAPI.CardAuthorizationSimulation;
92
- export type CardAuthorizeParams = CardsAPI.CardAuthorizeParams;
93
- export type CardSettlementParams = CardsAPI.CardSettlementParams;
88
+ export import CardAuthorizationSimulation = CardsAPI.CardAuthorizationSimulation;
89
+ export import CardAuthorizeParams = CardsAPI.CardAuthorizeParams;
90
+ export import CardSettlementParams = CardsAPI.CardSettlementParams;
94
91
  export import RealTimePaymentsTransfers = RealTimePaymentsTransfersAPI.RealTimePaymentsTransfers;
95
- export type InboundRealTimePaymentsTransferSimulationResult =
96
- RealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransferSimulationResult;
97
- export type RealTimePaymentsTransferCompleteParams =
98
- RealTimePaymentsTransfersAPI.RealTimePaymentsTransferCompleteParams;
99
- export type RealTimePaymentsTransferCreateInboundParams =
100
- RealTimePaymentsTransfersAPI.RealTimePaymentsTransferCreateInboundParams;
92
+ export import InboundRealTimePaymentsTransferSimulationResult = RealTimePaymentsTransfersAPI.InboundRealTimePaymentsTransferSimulationResult;
93
+ export import RealTimePaymentsTransferCompleteParams = RealTimePaymentsTransfersAPI.RealTimePaymentsTransferCompleteParams;
94
+ export import RealTimePaymentsTransferCreateInboundParams = RealTimePaymentsTransfersAPI.RealTimePaymentsTransferCreateInboundParams;
101
95
  export import PhysicalCards = PhysicalCardsAPI.PhysicalCards;
102
- export type PhysicalCardShipmentAdvanceParams = PhysicalCardsAPI.PhysicalCardShipmentAdvanceParams;
96
+ export import PhysicalCardShipmentAdvanceParams = PhysicalCardsAPI.PhysicalCardShipmentAdvanceParams;
103
97
  }
@@ -2202,6 +2202,11 @@ export namespace WireTransferSimulation {
2202
2202
  */
2203
2203
  transaction_id: string | null;
2204
2204
 
2205
+ /**
2206
+ * The identifier of the Check Transfer object that was deposited.
2207
+ */
2208
+ transfer_id: string;
2209
+
2205
2210
  /**
2206
2211
  * A constant representing the object's type. For this resource it will always be
2207
2212
  * `check_transfer_deposit`.
@@ -3422,6 +3427,6 @@ export interface WireTransferCreateInboundParams {
3422
3427
  }
3423
3428
 
3424
3429
  export namespace WireTransfers {
3425
- export type WireTransferSimulation = WireTransfersAPI.WireTransferSimulation;
3426
- export type WireTransferCreateInboundParams = WireTransfersAPI.WireTransferCreateInboundParams;
3430
+ export import WireTransferSimulation = WireTransfersAPI.WireTransferSimulation;
3431
+ export import WireTransferCreateInboundParams = WireTransfersAPI.WireTransferCreateInboundParams;
3427
3432
  }
@@ -2201,6 +2201,11 @@ export namespace Transaction {
2201
2201
  */
2202
2202
  transaction_id: string | null;
2203
2203
 
2204
+ /**
2205
+ * The identifier of the Check Transfer object that was deposited.
2206
+ */
2207
+ transfer_id: string;
2208
+
2204
2209
  /**
2205
2210
  * A constant representing the object's type. For this resource it will always be
2206
2211
  * `check_transfer_deposit`.
@@ -3408,7 +3413,7 @@ export namespace TransactionListParams {
3408
3413
  }
3409
3414
 
3410
3415
  export namespace Transactions {
3411
- export type Transaction = TransactionsAPI.Transaction;
3416
+ export import Transaction = TransactionsAPI.Transaction;
3412
3417
  export import TransactionsPage = TransactionsAPI.TransactionsPage;
3413
- export type TransactionListParams = TransactionsAPI.TransactionListParams;
3418
+ export import TransactionListParams = TransactionsAPI.TransactionListParams;
3414
3419
  }
@@ -206,8 +206,8 @@ export interface WireDrawdownRequestCreateParams {
206
206
  export interface WireDrawdownRequestListParams extends PageParams {}
207
207
 
208
208
  export namespace WireDrawdownRequests {
209
- export type WireDrawdownRequest = WireDrawdownRequestsAPI.WireDrawdownRequest;
209
+ export import WireDrawdownRequest = WireDrawdownRequestsAPI.WireDrawdownRequest;
210
210
  export import WireDrawdownRequestsPage = WireDrawdownRequestsAPI.WireDrawdownRequestsPage;
211
- export type WireDrawdownRequestCreateParams = WireDrawdownRequestsAPI.WireDrawdownRequestCreateParams;
212
- export type WireDrawdownRequestListParams = WireDrawdownRequestsAPI.WireDrawdownRequestListParams;
211
+ export import WireDrawdownRequestCreateParams = WireDrawdownRequestsAPI.WireDrawdownRequestCreateParams;
212
+ export import WireDrawdownRequestListParams = WireDrawdownRequestsAPI.WireDrawdownRequestListParams;
213
213
  }
@@ -486,8 +486,8 @@ export namespace WireTransferListParams {
486
486
  }
487
487
 
488
488
  export namespace WireTransfers {
489
- export type WireTransfer = WireTransfersAPI.WireTransfer;
489
+ export import WireTransfer = WireTransfersAPI.WireTransfer;
490
490
  export import WireTransfersPage = WireTransfersAPI.WireTransfersPage;
491
- export type WireTransferCreateParams = WireTransfersAPI.WireTransferCreateParams;
492
- export type WireTransferListParams = WireTransfersAPI.WireTransferListParams;
491
+ export import WireTransferCreateParams = WireTransfersAPI.WireTransferCreateParams;
492
+ export import WireTransferListParams = WireTransfersAPI.WireTransferListParams;
493
493
  }
package/src/shims/node.ts CHANGED
@@ -45,6 +45,6 @@ declare module '../_shims/manual-types' {
45
45
  // @ts-ignore
46
46
  export type FsReadStream = types.FsReadStream;
47
47
  // @ts-ignore
48
- export type ReadableStream = types.ReadableStream;
48
+ export import ReadableStream = types.ReadableStream;
49
49
  }
50
50
  }
package/src/shims/web.ts CHANGED
@@ -45,6 +45,6 @@ declare module '../_shims/manual-types' {
45
45
  // @ts-ignore
46
46
  export type FsReadStream = types.FsReadStream;
47
47
  // @ts-ignore
48
- export type ReadableStream = types.ReadableStream;
48
+ export import ReadableStream = types.ReadableStream;
49
49
  }
50
50
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.11.8'; // x-release-please-version
1
+ export const VERSION = '0.12.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.11.8";
1
+ export declare const VERSION = "0.12.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.11.8'; // x-release-please-version
4
+ exports.VERSION = '0.12.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.11.8'; // x-release-please-version
1
+ export const VERSION = '0.12.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map